<?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: Feed widget with YQL &amp; jQuery</title>
	<atom:link href="http://cowburn.info/2009/01/20/feed-widget-with-yql-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://cowburn.info/2009/01/20/feed-widget-with-yql-jquery/</link>
	<description>Online storage depot for Peter Cowburn</description>
	<lastBuildDate>Thu, 03 May 2012 06:33:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Maria</title>
		<link>http://cowburn.info/2009/01/20/feed-widget-with-yql-jquery/#comment-64321</link>
		<dc:creator>Maria</dc:creator>
		<pubDate>Tue, 03 May 2011 17:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://cowburn.info/?p=99#comment-64321</guid>
		<description>Great article, thanks. ...but where exactly does the widget script go? Is that a head script? If so, how does it get called into the HTML? I&#039;m a bit confused on this. I think I&#039;m off with something minor and want to double check this concept. Any insight would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Great article, thanks. &#8230;but where exactly does the widget script go? Is that a head script? If so, how does it get called into the HTML? I&#8217;m a bit confused on this. I think I&#8217;m off with something minor and want to double check this concept. Any insight would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://cowburn.info/2009/01/20/feed-widget-with-yql-jquery/#comment-59529</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 09 May 2010 09:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://cowburn.info/?p=99#comment-59529</guid>
		<description>Andrei, absolutely. &lt;code&gt;$.ajax&lt;/code&gt; would allow a little more precision in how the AJAX has handled. Also, it is a good idea to use a named callback to help with caching results (see &lt;a href=&quot;http://www.yqlblog.net/blog/2010/03/12/avoiding-rate-limits-and-getting-banned-in-yql-and-pipes-caching-is-your-friend/&quot; title=&quot;Avoiding rate limits and getting banned in YQL and Pipes: Caching is your friend&quot; rel=&quot;nofollow&quot;&gt;Avoiding rate limits and getting banned in YQL and Pipes: Caching is your friend&lt;/a&gt; on the YQL blog). I&#039;ve been working a lot with YQL recently so there may well be more (up-to-date) articles coming.</description>
		<content:encoded><![CDATA[<p>Andrei, absolutely. <code>$.ajax</code> would allow a little more precision in how the AJAX has handled. Also, it is a good idea to use a named callback to help with caching results (see <a href="http://www.yqlblog.net/blog/2010/03/12/avoiding-rate-limits-and-getting-banned-in-yql-and-pipes-caching-is-your-friend/" title="Avoiding rate limits and getting banned in YQL and Pipes: Caching is your friend" rel="nofollow">Avoiding rate limits and getting banned in YQL and Pipes: Caching is your friend</a> on the YQL blog). I&#8217;ve been working a lot with YQL recently so there may well be more (up-to-date) articles coming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://cowburn.info/2009/01/20/feed-widget-with-yql-jquery/#comment-59525</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Sat, 08 May 2010 23:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://cowburn.info/?p=99#comment-59525</guid>
		<description>Peter, 

Nice article. It helped me a lot when I was working on my custom Facebook Fan Box Widget. However, I think that $.getJSON should be changed to $.ajax , so you can control timeouts and handle errors if something goes wrong. Thanks a lot for your work on this!</description>
		<content:encoded><![CDATA[<p>Peter, </p>
<p>Nice article. It helped me a lot when I was working on my custom Facebook Fan Box Widget. However, I think that $.getJSON should be changed to $.ajax , so you can control timeouts and handle errors if something goes wrong. Thanks a lot for your work on this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://cowburn.info/2009/01/20/feed-widget-with-yql-jquery/#comment-58149</link>
		<dc:creator>will</dc:creator>
		<pubDate>Sun, 03 Jan 2010 09:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://cowburn.info/?p=99#comment-58149</guid>
		<description>Thanks a bunch for the feedburner-YQL url, just what I needed.</description>
		<content:encoded><![CDATA[<p>Thanks a bunch for the feedburner-YQL url, just what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://cowburn.info/2009/01/20/feed-widget-with-yql-jquery/#comment-55002</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 05 Jul 2009 15:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://cowburn.info/?p=99#comment-55002</guid>
		<description>The code within the article is all that the link originally pointed to. I&#039;ve since changed the site so the links don&#039;t point to the old files any more. However, I&#039;ve updated the links again in this article to point to some slightly more permanent URLs.</description>
		<content:encoded><![CDATA[<p>The code within the article is all that the link originally pointed to. I&#8217;ve since changed the site so the links don&#8217;t point to the old files any more. However, I&#8217;ve updated the links again in this article to point to some slightly more permanent URLs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jak</title>
		<link>http://cowburn.info/2009/01/20/feed-widget-with-yql-jquery/#comment-54998</link>
		<dc:creator>jak</dc:creator>
		<pubDate>Sun, 05 Jul 2009 12:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://cowburn.info/?p=99#comment-54998</guid>
		<description>can you please email me the source code in a file I think this is a very cool tutorial but i get a 404 when tring to get the code
thank allot 
jak</description>
		<content:encoded><![CDATA[<p>can you please email me the source code in a file I think this is a very cool tutorial but i get a 404 when tring to get the code<br />
thank allot<br />
jak</p>
]]></content:encoded>
	</item>
</channel>
</rss>

