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 ...