<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Build a PHP-based RSS Feed Parser</title>
	<atom:link href="http://www.onextrapixel.com/2009/12/24/how-to-build-a-php-based-rss-feed-parser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onextrapixel.com/2009/12/24/how-to-build-a-php-based-rss-feed-parser/</link>
	<description>A digital community for web designers and developers by sharing freebies, great tutorials, useful resources and online tips.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:22:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ajit kumar</title>
		<link>http://www.onextrapixel.com/2009/12/24/how-to-build-a-php-based-rss-feed-parser/comment-page-1/#comment-17883</link>
		<dc:creator>Ajit kumar</dc:creator>
		<pubDate>Tue, 12 Jul 2011 08:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=2859#comment-17883</guid>
		<description>Hi 
I just wanna say such type of tutorial make learning simple,easy and too fast.
This is a very well written tutorial that having rich content and best representation of those.
Thanking you.
Keep it up high.
Cheers!!!!!!!</description>
		<content:encoded><![CDATA[<p>Hi<br />
I just wanna say such type of tutorial make learning simple,easy and too fast.<br />
This is a very well written tutorial that having rich content and best representation of those.<br />
Thanking you.<br />
Keep it up high.<br />
Cheers!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.onextrapixel.com/2009/12/24/how-to-build-a-php-based-rss-feed-parser/comment-page-1/#comment-17157</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 06 Jun 2011 21:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=2859#comment-17157</guid>
		<description>great tutorial explains a little of every thing as a server side based site i have been trying to implement an rss reader into a site im making but i will be using multiple rss feeds how would i sort them by time and date ?</description>
		<content:encoded><![CDATA[<p>great tutorial explains a little of every thing as a server side based site i have been trying to implement an rss reader into a site im making but i will be using multiple rss feeds how would i sort them by time and date ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Ranđelović</title>
		<link>http://www.onextrapixel.com/2009/12/24/how-to-build-a-php-based-rss-feed-parser/comment-page-1/#comment-7128</link>
		<dc:creator>Marko Ranđelović</dc:creator>
		<pubDate>Thu, 15 Jul 2010 13:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=2859#comment-7128</guid>
		<description>Hi Ricardo,

I am wondering if someone hadn&#039;t already made an RSS feed for Ubuntu releases. :)

I suppose that it is possible to monitor the Ubuntu Releases site with PHP, pick up on new additions and then update an RSS feed with those. My knowledge of PHP isn&#039;t that great so I am afraid that you&#039;d have better luck poking around some forums. Here is a very basic RSS tutorial to get you acquainted with its structure: http://www.xul.fr/en-xml-rss.html.

Sorry I couldn&#039;t be of more help.</description>
		<content:encoded><![CDATA[<p>Hi Ricardo,</p>
<p>I am wondering if someone hadn't already made an RSS feed for Ubuntu releases. :)</p>
<p>I suppose that it is possible to monitor the Ubuntu Releases site with PHP, pick up on new additions and then update an RSS feed with those. My knowledge of PHP isn't that great so I am afraid that you'd have better luck poking around some forums. Here is a very basic RSS tutorial to get you acquainted with its structure: <a href="http://www.xul.fr/en-xml-rss.html" rel="nofollow">http://www.xul.fr/en-xml-rss.html</a>.</p>
<p>Sorry I couldn't be of more help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Botha</title>
		<link>http://www.onextrapixel.com/2009/12/24/how-to-build-a-php-based-rss-feed-parser/comment-page-1/#comment-7055</link>
		<dc:creator>Ricardo Botha</dc:creator>
		<pubDate>Tue, 13 Jul 2010 11:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=2859#comment-7055</guid>
		<description>Good Day,

I just stumbled upon your site and thought I would ask.
Is it possible to create a RSS Feed to update when website content updates.

I run Ubuntu Linux on several of my machines and use uTorrent to download the latest releases.
uTorrent has the ability to download RSS Feed items and I was thinking is it possible to get something that watches http://releases.ubuntu.com and all sub-folders for files that contain ubuntu-*-desktop-i386.iso.torrent so that uTorrent can download the torrents as they are released. 
And have the RSS Feed to publish to my Blog for friends to get access to the latest torrents without having to go to the Ubuntu website all the time?

I have no prior knowledge of creating an RSS Feed than what I just read here and don&#039;t even know if it is possible.</description>
		<content:encoded><![CDATA[<p>Good Day,</p>
<p>I just stumbled upon your site and thought I would ask.<br />
Is it possible to create a RSS Feed to update when website content updates.</p>
<p>I run Ubuntu Linux on several of my machines and use uTorrent to download the latest releases.<br />
uTorrent has the ability to download RSS Feed items and I was thinking is it possible to get something that watches <a href="http://releases.ubuntu.com" rel="nofollow">http://releases.ubuntu.com</a> and all sub-folders for files that contain ubuntu-*-desktop-i386.iso.torrent so that uTorrent can download the torrents as they are released.<br />
And have the RSS Feed to publish to my Blog for friends to get access to the latest torrents without having to go to the Ubuntu website all the time?</p>
<p>I have no prior knowledge of creating an RSS Feed than what I just read here and don't even know if it is possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Ranđelović</title>
		<link>http://www.onextrapixel.com/2009/12/24/how-to-build-a-php-based-rss-feed-parser/comment-page-1/#comment-6762</link>
		<dc:creator>Marko Ranđelović</dc:creator>
		<pubDate>Fri, 02 Jul 2010 06:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=2859#comment-6762</guid>
		<description>Thank you so much. :)

I am afraid that we have different plans for future posts so probably no SimplePie posts anytime soon.

You should check out the documentation over at the SimplePie site as it&#039;s pretty straightforward and it should be a breeze to implement SimplePie into your projects since you&#039;ve already read this post and are familiar with the process. ;)</description>
		<content:encoded><![CDATA[<p>Thank you so much. :)</p>
<p>I am afraid that we have different plans for future posts so probably no SimplePie posts anytime soon.</p>
<p>You should check out the documentation over at the SimplePie site as it's pretty straightforward and it should be a breeze to implement SimplePie into your projects since you've already read this post and are familiar with the process. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit Mishra</title>
		<link>http://www.onextrapixel.com/2009/12/24/how-to-build-a-php-based-rss-feed-parser/comment-page-1/#comment-6748</link>
		<dc:creator>Rohit Mishra</dc:creator>
		<pubDate>Thu, 01 Jul 2010 21:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=2859#comment-6748</guid>
		<description>Great tutorial Marko. Couldn&#039;t have asked for anything simpler. Do hope that you do a follow-up post on using SimplePie.</description>
		<content:encoded><![CDATA[<p>Great tutorial Marko. Couldn't have asked for anything simpler. Do hope that you do a follow-up post on using SimplePie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zami</title>
		<link>http://www.onextrapixel.com/2009/12/24/how-to-build-a-php-based-rss-feed-parser/comment-page-1/#comment-6297</link>
		<dc:creator>zami</dc:creator>
		<pubDate>Mon, 14 Jun 2010 10:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=2859#comment-6297</guid>
		<description>great job marko, kindly release part2 for this tutorial to concentrate on speed, compatibility issues. thanks for great work/tutorial. i have saved it and like to share with my friends.

thanks</description>
		<content:encoded><![CDATA[<p>great job marko, kindly release part2 for this tutorial to concentrate on speed, compatibility issues. thanks for great work/tutorial. i have saved it and like to share with my friends.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java developer</title>
		<link>http://www.onextrapixel.com/2009/12/24/how-to-build-a-php-based-rss-feed-parser/comment-page-1/#comment-2975</link>
		<dc:creator>Java developer</dc:creator>
		<pubDate>Sat, 13 Feb 2010 21:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=2859#comment-2975</guid>
		<description>Very useful tut. Big thanks</description>
		<content:encoded><![CDATA[<p>Very useful tut. Big thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Randjelovic</title>
		<link>http://www.onextrapixel.com/2009/12/24/how-to-build-a-php-based-rss-feed-parser/comment-page-1/#comment-2145</link>
		<dc:creator>Marko Randjelovic</dc:creator>
		<pubDate>Thu, 07 Jan 2010 11:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=2859#comment-2145</guid>
		<description>Cool, I&#039;m glad you found it useful! :)</description>
		<content:encoded><![CDATA[<p>Cool, I'm glad you found it useful! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Mišić</title>
		<link>http://www.onextrapixel.com/2009/12/24/how-to-build-a-php-based-rss-feed-parser/comment-page-1/#comment-2132</link>
		<dc:creator>Ivan Mišić</dc:creator>
		<pubDate>Wed, 06 Jan 2010 21:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=2859#comment-2132</guid>
		<description>Thx for sharing, I&#039;ve already implemented this in my blog.</description>
		<content:encoded><![CDATA[<p>Thx for sharing, I've already implemented this in my blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc (User agent is rejected)
Database Caching 3/17 queries in 0.017 seconds using apc
Object Caching 454/464 objects using apc
Content Delivery Network via net.onextrapixel.com

Served from: onextrapixel.com @ 2012-02-08 15:54:05 -->
