Articles with tag 'rss-reader'

Create a RSS Reader in PHP and Javascript

Since we are on a Blog (Weblog) and the exchange of files RSS has become a standard, here are some simple code excerpts useful for manipulating RSS-Feed.
We all know that the RSS file are - in the end - the simple text files that comply with the XML standard. It follows that manipulate them is not so complex.

The first class we present, in PHP, allows you to "read" a RSS file from any address, allowing you to process the results and propose it from anywhere.

Continued ...