News Feed
Jobs Feed
Sections




News Archive
PHPHacks.com:
How to create an Ajax RSS reader with PHP
September 26, 2006 @ 07:54:57

If you've ever needed a good project to get started with combining PHP and Ajax, you should definitely take a look at this new tutorial from the PHPHacks.com website today. They demonstrate how to create a simple RSS reader combining the power of PHP and the client-side abilities of Ajax.

They start by explaining some of the terms they'll be working with, including:

  • RSS - and an example document
  • XSL - to help create the RSS feed
  • SimpleXML - to read in and parse the info from a remote server
After that, they jump right in, creating their first file - the main functionality for the application (on the PHP side). They opt to do everything by hand and not use any of the frameworks that are already out there so you can really understand what goes into it. They provide all of the code you'll need to get things set up, including the CSS to get things nice and styled and a few usage examples to show you how it all ties in together.

0 comments voice your opinion now!
ajax rss reader tutorial example ajax rss reader tutorial example


blog comments powered by Disqus

Similar Posts

Jeremy Cook's Blog: Recursive Closures in PHP 5.3

Jason Grimes' Blog: Using Doctrine 2 in Zend Framework 2

O'Reilly: Code As Data: Reflection in PHP

Developer.com: Graphing Data with PHP/SWF Charts

Rob Allen's Blog: Displaying an RSS feed in WordPress


Community Events









Don't see your event here?
Let us know!


event release api community introduction example podcast unittest development tool opinion interview composer language object framework zendframework2 code functional testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework