<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: JSONP, Quickly</title>
	<atom:link href="http://niryariv.wordpress.com/2009/05/05/jsonp-quickly/feed/" rel="self" type="application/rss+xml" />
	<link>http://niryariv.wordpress.com/2009/05/05/jsonp-quickly/</link>
	<description></description>
	<lastBuildDate>Tue, 15 Dec 2009 20:10:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Beta version of the HathiTrust Volumes API available &#187; Robot Librarian</title>
		<link>http://niryariv.wordpress.com/2009/05/05/jsonp-quickly/#comment-4003</link>
		<dc:creator>Beta version of the HathiTrust Volumes API available &#187; Robot Librarian</dc:creator>
		<pubDate>Tue, 15 Dec 2009 20:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://niryariv.wordpress.com/?p=215#comment-4003</guid>
		<description>[...] JSONP output is supported &#8212; just throw a &#8216;&amp;callback=blahblahblah&#8217; on the end of the URL you call and you&#8217;ll get a function definition back. [...]</description>
		<content:encoded><![CDATA[<p>[...] JSONP output is supported &#8212; just throw a &#8216;&amp;callback=blahblahblah&#8217; on the end of the URL you call and you&#8217;ll get a function definition back. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://niryariv.wordpress.com/2009/05/05/jsonp-quickly/#comment-3986</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Fri, 06 Nov 2009 07:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://niryariv.wordpress.com/?p=215#comment-3986</guid>
		<description>I&#039;d recommend $.jsonp rather than $.getJSON or $.ajax. It&#039;s more suited for jsonp than jQuery&#039;s current implementation.

http://code.google.com/p/jquery-jsonp/</description>
		<content:encoded><![CDATA[<p>I&#8217;d recommend $.jsonp rather than $.getJSON or $.ajax. It&#8217;s more suited for jsonp than jQuery&#8217;s current implementation.</p>
<p><a href="http://code.google.com/p/jquery-jsonp/" rel="nofollow">http://code.google.com/p/jquery-jsonp/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nir</title>
		<link>http://niryariv.wordpress.com/2009/05/05/jsonp-quickly/#comment-3921</link>
		<dc:creator>Nir</dc:creator>
		<pubDate>Thu, 07 May 2009 15:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://niryariv.wordpress.com/?p=215#comment-3921</guid>
		<description>That&#039;s definitely the better way - JSONP is really temporary solution until client/server support for cross-origin requests is more widespread.</description>
		<content:encoded><![CDATA[<p>That&#8217;s definitely the better way &#8211; JSONP is really temporary solution until client/server support for cross-origin requests is more widespread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Posts &#171; WordPress.com</title>
		<link>http://niryariv.wordpress.com/2009/05/05/jsonp-quickly/#comment-3918</link>
		<dc:creator>Top Posts &#171; WordPress.com</dc:creator>
		<pubDate>Thu, 07 May 2009 00:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://niryariv.wordpress.com/?p=215#comment-3918</guid>
		<description>[...]  JSONP, Quickly I discovered JSONP just recently, following Chris&#8216; comment. Though I initially didn&#8217;t intend to support [...] [...]</description>
		<content:encoded><![CDATA[<p>[...]  JSONP, Quickly I discovered JSONP just recently, following Chris&#8216; comment. Though I initially didn&#8217;t intend to support [...] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elijah Grey</title>
		<link>http://niryariv.wordpress.com/2009/05/05/jsonp-quickly/#comment-3917</link>
		<dc:creator>Elijah Grey</dc:creator>
		<pubDate>Wed, 06 May 2009 20:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://niryariv.wordpress.com/?p=215#comment-3917</guid>
		<description>Not all third-party JavaScript has to be unsafe, as shown in my comment below.</description>
		<content:encoded><![CDATA[<p>Not all third-party JavaScript has to be unsafe, as shown in my comment below.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elijah Grey</title>
		<link>http://niryariv.wordpress.com/2009/05/05/jsonp-quickly/#comment-3916</link>
		<dc:creator>Elijah Grey</dc:creator>
		<pubDate>Wed, 06 May 2009 20:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://niryariv.wordpress.com/?p=215#comment-3916</guid>
		<description>JSONP is very unsafe for &lt;abbr title=&quot;Cross-domain requests&quot;&gt;XDM&lt;/abbr&gt;. I would rather use either cross-domain &lt;code&gt;XMLHttpRequest&lt;/code&gt;, &lt;code&gt;XDomainRequest&lt;/code&gt;, or &lt;abbr title=&quot;postMessage cross-domain requester&quot;&gt;&lt;a href=&quot;http://eligrey.com/projects/pmxdr/&quot; rel=&quot;nofollow&quot;&gt;pmxdr&lt;/a&gt;&lt;/abbr&gt;</description>
		<content:encoded><![CDATA[<p>JSONP is very unsafe for <abbr title="Cross-domain requests">XDM</abbr>. I would rather use either cross-domain <code>XMLHttpRequest</code>, <code>XDomainRequest</code>, or <abbr title="postMessage cross-domain requester"><a href="http://eligrey.com/projects/pmxdr/" rel="nofollow">pmxdr</a></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nir</title>
		<link>http://niryariv.wordpress.com/2009/05/05/jsonp-quickly/#comment-3915</link>
		<dc:creator>Nir</dc:creator>
		<pubDate>Wed, 06 May 2009 15:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://niryariv.wordpress.com/?p=215#comment-3915</guid>
		<description>Thanks Josh! You&#039;re right about security issues, of course.</description>
		<content:encoded><![CDATA[<p>Thanks Josh! You&#8217;re right about security issues, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Peters</title>
		<link>http://niryariv.wordpress.com/2009/05/05/jsonp-quickly/#comment-3914</link>
		<dc:creator>Josh Peters</dc:creator>
		<pubDate>Wed, 06 May 2009 11:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://niryariv.wordpress.com/?p=215#comment-3914</guid>
		<description>What you call JSONP has been a standard practice at YAHOO! for some time.

http://developer.yahoo.com/common/json.html

One needs to be cautious with this sort of usage though, as you&#039;re essentially trusting a third party to provide you with code. Even if you&#039;re the author of the proxy you could easily suffer from man-in-the-middle attacks if someone can intercept and send you more malicious code.

Of course, that&#039;s true of all third-party linked javascript.</description>
		<content:encoded><![CDATA[<p>What you call JSONP has been a standard practice at YAHOO! for some time.</p>
<p><a href="http://developer.yahoo.com/common/json.html" rel="nofollow">http://developer.yahoo.com/common/json.html</a></p>
<p>One needs to be cautious with this sort of usage though, as you&#8217;re essentially trusting a third party to provide you with code. Even if you&#8217;re the author of the proxy you could easily suffer from man-in-the-middle attacks if someone can intercept and send you more malicious code.</p>
<p>Of course, that&#8217;s true of all third-party linked javascript.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
