Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

IBM developerWorks:
Aajax RSS Reader
May 13, 2006 @ 15:26:18

IBM developerWorks has this new tutorial today walking you through the creation process behind an Ajax RSS reader (with some PHP help).

Web 2.0 is all about ingenuity, and solving the problem of how to create an RSS reader with XMLHTTP teaches a lot about how to program the 2.0 Web.

This article walks through the construction of an Ajax-based RSS reader using both XMLHTTP and <script> tags as the transport mechanisms.

Of course, all of the code is included, and they explain each step of the way - from the creation of the server-side PHP script (PHP), to the generation of the different feed pages, to the Javascript to create the reader itself. There's a little bit of object-oriented knowhow needed to work with some of the PHP, but it's nothing most developers can't tackle. In the end, they've demonstrated two ways to the same result - using both XML and JSON.

tagged: ajax rss reader xml json javascript backend ajax rss reader xml json javascript backend

Link:


Trending Topics: