
LevelTen’s Super Bowl website for the 2011 North Texas Super Bowl was featured on CBS 11 News last Thursday night. The story focused on small businesses and entrepreneurs who have the opportunity to capitalize on the Super Bowl coming to DFW in February of 2011.

If you enjoy our content, please consider subscribing through RSS, so you can read our posts in your application of choice.
As part of my internship here at LevelTen, I wanted to get more knowledgeable about how SEO works in both marketing and web applications.
When I installed the iSite 6.x-1.0-rc2 version on my FreeBSD, pair.com server, and clicked to configure, I got the Fatal error: allowed memory size exhausted. I got the answer to fix this from drupal:
Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y bytes)...
http://drupal.org/node/76156
The answers that worked for me was to:
# ini_set('memory_limit', '48M'); in your sites/default/settings.php file
# php_value memory_limit 48M in your .htaccess file in the Drupal root
I don't have access to php.ini on this server.