Sued for Linking? Why Newspapers are Dying
Occasionally over the years, we have had customers ask us if they need to get permission to link to another website. My usual response is that I haven’t seen anyone turn down a link. As long as you aren’t reprinting copyrighted information, you don’t really have anything to worry about. Well, it turns out that [...]
How to Easily Parse a RSS Feed with PHP 4 or PHP 5
Today I had to parse a WordPress RSS feed for display on a customers website. The basic goal was to show the latest blog postings on the customer’s homepage without them having to manually feed in the data. I have done this before using some of the great XML tools in PHP 5 that make [...]
How to Create a Simple Podcast RSS Feed using PHP and MySQL
Generating a podcast RSS feed with PHP is actually very easy. I have had to do it a few different times and every time I do it I have to look up the syntax of the XML document. To save myself time in the future I thought I would document the process here for myself [...]
How to Create a Simple RSS Feed using PHP and MySQL
Generating a RSS feed with PHP is actually very easy. I have had to do it a few different times and every time I do it I have to look up the syntax of the XML document. To save myself time in the future I thought I would document the process here for myself and [...]

