Every wondered how to automatically figure out the RSS feed for a blog?
Generally speaking, it's a simple task -- just download the HTML for the given blog and use a fancy regular expression to find the associated RSS feed. In PHP, it looks something
...