PHP RSS Parser

I discovered (via the RealMac RapidWeaver support forums) a really cool PHP RSS parser. Why is this “cool”? Well, it allows me to put the most recent blog entries in the sidebar of the site. The way it does it is completely dynamic. The web server parses the RSS feed from the blog, and a little JavaScript on your browser requests the summary when it goes to render the sidebar.

Anyway, if you are a propellerhead, and want to play with this code, check out Feed2JS. You’ll either need a PHP-enabled webserver, or you’ll have to have your RSS feed parsed by that site’s webserver.




Comments are closed.