<?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: JQuery RSS feed reader plugin</title>
	<atom:link href="http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/</link>
	<description>Thoughts from the _dev_ trench</description>
	<lastBuildDate>Thu, 08 Apr 2010 22:18:48 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/comment-page-1/#comment-189</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 08 Apr 2010 22:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/#comment-189</guid>
		<description>Hey!! YEAH!! it went really well!!</description>
		<content:encoded><![CDATA[<p>Hey!! YEAH!! it went really well!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francesco</title>
		<link>http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/comment-page-1/#comment-188</link>
		<dc:creator>Francesco</dc:creator>
		<pubDate>Tue, 06 Apr 2010 19:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/#comment-188</guid>
		<description>it&#039;s a PHP function that retrieves the rss feed server-side, so that XSS constraints no longer apply. 

This means that the RSS contents are already there when JQuery kicks in, so you don&#039;t need to use $.get() but simply parse it with the same function that comes with the plugin:)

hope this helps
F</description>
		<content:encoded><![CDATA[<p>it&#8217;s a PHP function that retrieves the rss feed server-side, so that XSS constraints no longer apply. </p>
<p>This means that the RSS contents are already there when JQuery kicks in, so you don&#8217;t need to use $.get() but simply parse it with the same function that comes with the plugin:)</p>
<p>hope this helps<br />
F</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robbie</title>
		<link>http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/comment-page-1/#comment-187</link>
		<dc:creator>robbie</dc:creator>
		<pubDate>Thu, 01 Apr 2010 08:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/#comment-187</guid>
		<description>where should i put this?

function loadExternalRssDomaine(){
header(’Content-Type: text-xml’);
print file_get_contents(’http://blogs.atalayasec.org/atalaya/?feed=rss2′);
}</description>
		<content:encoded><![CDATA[<p>where should i put this?</p>
<p>function loadExternalRssDomaine(){<br />
header(’Content-Type: text-xml’);<br />
print file_get_contents(’http://blogs.atalayasec.org/atalaya/?feed=rss2′);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francesco</title>
		<link>http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/comment-page-1/#comment-186</link>
		<dc:creator>Francesco</dc:creator>
		<pubDate>Thu, 04 Feb 2010 16:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/#comment-186</guid>
		<description>Hi there, and sorry for the late reply...

from what I see in the link you provide it seems to be working now. Happy for that!</description>
		<content:encoded><![CDATA[<p>Hi there, and sorry for the late reply&#8230;</p>
<p>from what I see in the link you provide it seems to be working now. Happy for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/comment-page-1/#comment-185</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 20 Jan 2010 07:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/#comment-185</guid>
		<description>http://www.ghdesign.org/test/
i&#039;ve tested it out, online too...</description>
		<content:encoded><![CDATA[<p><a href="http://www.ghdesign.org/test/" rel="nofollow">http://www.ghdesign.org/test/</a><br />
i&#8217;ve tested it out, online too&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/comment-page-1/#comment-184</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 20 Jan 2010 07:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/#comment-184</guid>
		<description>Hi there.. I&#039;m battling to get this to work.

I added the Script to the header, and the Div tag to the Body..
But it stays blank...

Nothing loads on Website.. How can I fix this.? PLS HELP</description>
		<content:encoded><![CDATA[<p>Hi there.. I&#8217;m battling to get this to work.</p>
<p>I added the Script to the header, and the Div tag to the Body..<br />
But it stays blank&#8230;</p>
<p>Nothing loads on Website.. How can I fix this.? PLS HELP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adamoerikom</title>
		<link>http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/comment-page-1/#comment-179</link>
		<dc:creator>adamoerikom</dc:creator>
		<pubDate>Sat, 19 Sep 2009 22:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/#comment-179</guid>
		<description>Stunning blog and good article. High 5 for u man !</description>
		<content:encoded><![CDATA[<p>Stunning blog and good article. High 5 for u man !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Всё О Музыке</title>
		<link>http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/comment-page-1/#comment-120</link>
		<dc:creator>Всё О Музыке</dc:creator>
		<pubDate>Fri, 24 Jul 2009 14:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/#comment-120</guid>
		<description>Я не тороплюсь домой
Как глупо все и несерьезно
Я слишком больна тобой
Позволь позабыть обо всем
Я не тороплюсь домой
Темно за окном - значит поздно
Небо роняет звезды как слезы</description>
		<content:encoded><![CDATA[<p>Я не тороплюсь домой<br />
Как глупо все и несерьезно<br />
Я слишком больна тобой<br />
Позволь позабыть обо всем<br />
Я не тороплюсь домой<br />
Темно за окном &#8211; значит поздно<br />
Небо роняет звезды как слезы</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romonoeroetoko</title>
		<link>http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/comment-page-1/#comment-119</link>
		<dc:creator>romonoeroetoko</dc:creator>
		<pubDate>Wed, 15 Jul 2009 18:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/#comment-119</guid>
		<description>Your news is a cool stuff man, keep it going.</description>
		<content:encoded><![CDATA[<p>Your news is a cool stuff man, keep it going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romonoeroetoko</title>
		<link>http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/comment-page-1/#comment-118</link>
		<dc:creator>romonoeroetoko</dc:creator>
		<pubDate>Wed, 08 Jul 2009 17:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/#comment-118</guid>
		<description>Hm that sounds good but I would like to know more details.</description>
		<content:encoded><![CDATA[<p>Hm that sounds good but I would like to know more details.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
