Rules for Creating an RSS Feed
By Binny V A • Jul 17th, 2008Some rules for creating an RSS feed.
Bin-BlogI am one of the geeks behind Alertle. Its a web based RSS Reader. I am responsible for a good amount of the JavaScript areas of this app
Features
Single Page Application
The entire application is contained in a single page – everything is done through Ajax. I will not advice that you make something like [...]
I created an RSS aggregater for my site BinnyVA.com that aggregates the content from all my sites. The basic idea is to build a Seinfeld Calendar that will force me to continually publish posts – at least 1 per day.
It is very simple to create – whole system is contained in the following files…
fetcher.php
This will [...]