<?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 Simple RSS Reader with JQuery</title>
	<atom:link href="http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/</link>
	<description>Design, Development, Technology and My Life.</description>
	<lastBuildDate>Tue, 27 Dec 2011 16:30:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Jay</title>
		<link>http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/comment-page-1/#comment-432740</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 27 Dec 2011 16:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://visualrinse.com/?p=417#comment-432740</guid>
		<description>Shouldn&#039;t the &quot;get&quot; line read:
$.get($(&#039;#diffFeeds&#039;).val(), function(d){</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t the &#8220;get&#8221; line read:<br />
$.get($(&#8216;#diffFeeds&#8217;).val(), function(d){</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Problems doing ajax-requests with a Phonegap application &#124; Gravity Layouts</title>
		<link>http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/comment-page-1/#comment-384456</link>
		<dc:creator>Problems doing ajax-requests with a Phonegap application &#124; Gravity Layouts</dc:creator>
		<pubDate>Mon, 07 Nov 2011 18:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://visualrinse.com/?p=417#comment-384456</guid>
		<description>[...] I&#8217;m trying to create a simple RSS reader with Phonegap and jQuery. I am following this tutorial: http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m trying to create a simple RSS reader with Phonegap and jQuery. I am following this tutorial: <a href="http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/" rel="nofollow">http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashutosh Nigam</title>
		<link>http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/comment-page-1/#comment-294905</link>
		<dc:creator>Ashutosh Nigam</dc:creator>
		<pubDate>Sun, 28 Aug 2011 04:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://visualrinse.com/?p=417#comment-294905</guid>
		<description>awesome post to create RSS READER.............GREAT WORK</description>
		<content:encoded><![CDATA[<p>awesome post to create RSS READER&#8230;&#8230;&#8230;&#8230;.GREAT WORK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Landrovan</title>
		<link>http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/comment-page-1/#comment-164921</link>
		<dc:creator>Landrovan</dc:creator>
		<pubDate>Tue, 28 Sep 2010 16:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://visualrinse.com/?p=417#comment-164921</guid>
		<description>Is it possible to use different text (font, font color, ...) for item already read and for non-read items?</description>
		<content:encoded><![CDATA[<p>Is it possible to use different text (font, font color, &#8230;) for item already read and for non-read items?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teemu</title>
		<link>http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/comment-page-1/#comment-144249</link>
		<dc:creator>Teemu</dc:creator>
		<pubDate>Mon, 07 Jun 2010 10:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://visualrinse.com/?p=417#comment-144249</guid>
		<description>There&#039;s a major security issue with the PHP proxy in this tutorial. One can request any file on the server with that script by requesting an url address that begins with file:/// (such as file:///some/file/on/the/server).</description>
		<content:encoded><![CDATA[<p>There&#8217;s a major security issue with the PHP proxy in this tutorial. One can request any file on the server with that script by requesting an url address that begins with file:/// (such as file:///some/file/on/the/server).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/comment-page-1/#comment-141646</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Sun, 23 May 2010 09:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://visualrinse.com/?p=417#comment-141646</guid>
		<description>Great post, you&#039;ve saved me a lot of time Robert! 

I&#039;m going to use this to aggregate a Twitter feed in order to bypass the time limitations in their search API. This way tweets older than 7 days will still appear. 

Thanks.</description>
		<content:encoded><![CDATA[<p>Great post, you&#8217;ve saved me a lot of time Robert! </p>
<p>I&#8217;m going to use this to aggregate a Twitter feed in order to bypass the time limitations in their search API. This way tweets older than 7 days will still appear. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Djerba</title>
		<link>http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/comment-page-1/#comment-138628</link>
		<dc:creator>Djerba</dc:creator>
		<pubDate>Tue, 04 May 2010 00:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://visualrinse.com/?p=417#comment-138628</guid>
		<description>Great work :)

Before testing your solution, I thought about jquery load() function !
I think your proxified call is better :)</description>
		<content:encoded><![CDATA[<p>Great work <img src='http://visualrinse.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Before testing your solution, I thought about jquery load() function !<br />
I think your proxified call is better <img src='http://visualrinse.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CHavi</title>
		<link>http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/comment-page-1/#comment-137567</link>
		<dc:creator>CHavi</dc:creator>
		<pubDate>Thu, 29 Apr 2010 11:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://visualrinse.com/?p=417#comment-137567</guid>
		<description>Hi,

maybe somebody has already asked before, but is there any way to write whole rss reader code only by javascript (jquery)? In others words is there any way to re-write php script to jqeury?

thanks a lot
Chavi</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>maybe somebody has already asked before, but is there any way to write whole rss reader code only by javascript (jquery)? In others words is there any way to re-write php script to jqeury?</p>
<p>thanks a lot<br />
Chavi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/comment-page-1/#comment-135994</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 22 Apr 2010 14:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://visualrinse.com/?p=417#comment-135994</guid>
		<description>trying to preload one of the rss feeds and eliminate the options altogether, thoughts?</description>
		<content:encoded><![CDATA[<p>trying to preload one of the rss feeds and eliminate the options altogether, thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George L Smyth</title>
		<link>http://visualrinse.com/2008/09/24/how-to-build-a-simple-rss-reader-with-jquery/comment-page-1/#comment-134327</link>
		<dc:creator>George L Smyth</dc:creator>
		<pubDate>Wed, 31 Mar 2010 13:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://visualrinse.com/?p=417#comment-134327</guid>
		<description>The matter of offering a limited number of items can be invoked by the slice method, i.e.

        $(d).find(&#039;item&#039;).slice(0,5).each(function() {

Where I am having problems is in returning link and description.  This is rather odd.  If instead of employing:

        .find(&#039;link&#039;)

I use:

        .find(&#039;guid&#039;)

then I am able to get the link.  As there is no alternative for description, I am not able to get around this.

If anyone has any ideas as to why this is happening then I would appreciate the comment.</description>
		<content:encoded><![CDATA[<p>The matter of offering a limited number of items can be invoked by the slice method, i.e.</p>
<p>        $(d).find(&#8216;item&#8217;).slice(0,5).each(function() {</p>
<p>Where I am having problems is in returning link and description.  This is rather odd.  If instead of employing:</p>
<p>        .find(&#8216;link&#8217;)</p>
<p>I use:</p>
<p>        .find(&#8216;guid&#8217;)</p>
<p>then I am able to get the link.  As there is no alternative for description, I am not able to get around this.</p>
<p>If anyone has any ideas as to why this is happening then I would appreciate the comment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

