News Feed
Jobs Feed
Sections




News Archive
DevShed:
Creating an RSS Reader Application
February 21, 2007 @ 09:02:00

In this new tutorial from DevShed (in their "RSS Reader" series), they finally get down to the real heart of the application - the code.

The other other two parts prepared you for this, the creation of the actual RSS file - correctly formatted and filled with data. They also include a simple feed reader so you can ensure your document can be read correctly.

Unfortunately, they chose to go with a long line of fwrites to push out each line of the file instead of pushing it all into one string and writing that. Using the multiples makes more work for the file handling and could result in a slowdown for a large amount of items in the RSS file.

0 comments voice your opinion now!
create tutorial rss reader application output fwrite create tutorial rss reader application output fwrite


blog comments powered by Disqus

Similar Posts

SitePoint.com: How To Handle File Uploads With PHP

Codewalkers.com: Flickr Puzzle Mashup

SitePoint PHP Blog: Debug PHP with Firebug and FirePHP

AppStorm.net: Using PyroCMS to Manage Content With Simplicity

The Bakery Blog: SwiftMailer Component Tutorial


Community Events











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


phpunit introduction interview usergroup testing podcast framework symfony2 language rest google functional series database release conference opinion development zendframework2 community

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