Utilizing GZip with WordPress, Finally a Fast Blog…
The first half of this article will be taken directly from our previous post, as the need for a single default php.ini is necessary to configure gzip. If reading our Magento post is what brought you to the site, and you’ve already configured your default php.ini, than skip to the .htaccess portion of the post. Otherwise, were off…
The Correct Way To Set Up gzip with Magento
We wrote this article in response to postings offering advice to users of Magento, an open source ecommerce system. The advice is being given with good intentions, and the intent is only to assist their fellow Magento users. But the advice being give may actually have the potential cause harm to the users site, or at the least a good deal of down time. The advice being offered is to help speed up Magento by enabling a server side caching system called gzip. What people don’t realize is that their being told to enable two separate caching systems. These two systems tend not to play well together, and could cause harm to your install. While most people see positive results, there are a rare few seeing server side errors, database errors, and are stumped as to why.
AT&T U-verse 2wire Gateway and DD-WRT Router in DMZ Mode…

We’ve recently upgraded our ISP to AT&T U-verse. With this switch AT&T provided a 2wire gateway. So far the service has been excellent. Recently we setup a live chat support feature on the website, as you can see to the right. With this feature we also plan to integrate a remote desktop feature, to allow us to provide our clients with live and instant support.
MySQL Server on Windows Vista x64 Setup Guide, An Install That Works!!!

After hours of beating our heads against a wall, we’ve finally come up with a solid MySQL install guide. It wasn’t easy, but it’s something we needed, and obviously something our fellow developers needed. We spent hours reading through endless threads with errors such as;
Cannot Create Windows Service for MySQL. Error:0,
Vista x64 could not start the service mysql,
Windows could not start the mysql service on local computer error 1067,
Can’t create/write to file,
Can’t connect to [local] MySQL server,
Table ‘tbl_name’ doesn’t exist,
Yet even after reading through what seemed like hundreds of cries for help, and just as many supposed fixes, we were still no closer to resolving this issue. So after coming to the realization that there was little help to be had online, we just attacked our install, and dealt with the issues one by one. After repeated failed installs, and botched setups, we were able to get MySQL loaded properly. The setup instructions you see below were repeatable on 4 different machines, when followed properly. If you run into an issue, please let us know. Good luck with your setup.
WordPress, Fatal error: Allowed memory size of 33554432 bytes exhausted
![]()
During a routine update to a WordPress site we received the following error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/website/public_html/wp-includes/functions.php on line 1342 Scary stuff, but no need to panic. Chances are your WordPress install is quite well used with lots pages, posts, and plugins. First off, don’t start disabling plugins and hacking code. Follow these simple steps and you’ll be updated in no time.
“Help and Support” is missing after you upgrade to Windows Server 2003 Service Pack 2
After you upgrade a Microsoft Windows Server 2003-based computer to Microsoft Windows Server 2003 Service Pack 2 (SP2), Help and Support is missing when you click Start. Additionally, the Help menu is missing in programs that are running on the Windows Server 2003 SP2-based computer.
Additionally, when you type msinfo32.exe or Helpctr.exe at a command prompt to try to start Help and Support manually, you receive the following error message:
Windows cannot open Help and Support because a system service is not running. To fix this problem, start the service named ‘Help and Support’.
However, when you start the Services Microsoft Management Console (MMC) snap-in, the Help and Support service is not listed.
-
The Previous Posting
Setup failed while installing sub-component Exchange ActiveSync with error code 0xC0070643 -
The Next Posting
The Correct Way To Set Up gzip with Magento