Here’s a simple script I made up that will auto restart your HTTPD service if it reaches a high load.
The script will actually stop your HTTPD server when your load is higher than the maximum load settings and will re-start when the load is back to zero.
If you are on a ser ...
One of the most common things we do in today’s Web2.0 programming are RSS feeds. Now there’s a bunch of ways you can add RSS feeds to your website but let me tell you the BEST way using PHP.
1) Download and unzip Magpie RSS in your website root directory somewhere.
...
In my recent ventures, I have resorted to finding great PHP code to cache my website.
Even if you are not using Wordpress, you can still make a simple PHP caching mechanism without the use of Wordpress Super Cache. (Well, all Wordpress Super Cache is a PHP cache with user-frien ...