<?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: Show IMDB Ratings on Torrentz.com using GreaseMonkey Script</title>
	<atom:link href="http://www.nitinh.com/2009/10/show-imdb-ratings-on-torrentzcom-using-greasemonkey-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nitinh.com/2009/10/show-imdb-ratings-on-torrentzcom-using-greasemonkey-script/</link>
	<description>Nitin Hayaran&#039;s Blog</description>
	<lastBuildDate>Fri, 12 Mar 2010 00:05:34 +0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nitin</title>
		<link>http://www.nitinh.com/2009/10/show-imdb-ratings-on-torrentzcom-using-greasemonkey-script/comment-page-1/#comment-3691</link>
		<dc:creator>nitin</dc:creator>
		<pubDate>Wed, 11 Nov 2009 04:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.nitinh.com/?p=309#comment-3691</guid>
		<description>The only problem as I see for making a bookmarklet is : Cross-Domain Ajax request. 
Actually for making any search query we&#039;ll have to make Ajax request to different domain (imdb, google) and natively browser doesn&#039;t support them.

In case of Greasemonkey, Scripts are allowed to make crossdomain request. That is why such scripts are feasible easily.

Anyway if someone wants to make such a bookmarklet then, serverside support is also needed. In this case the script will make a JSONP request and do the search... But i think this is too much of effort, its better to have firefox and encourage your users to use the same.</description>
		<content:encoded><![CDATA[<p>The only problem as I see for making a bookmarklet is : Cross-Domain Ajax request.<br />
Actually for making any search query we&#8217;ll have to make Ajax request to different domain (imdb, google) and natively browser doesn&#8217;t support them.</p>
<p>In case of Greasemonkey, Scripts are allowed to make crossdomain request. That is why such scripts are feasible easily.</p>
<p>Anyway if someone wants to make such a bookmarklet then, serverside support is also needed. In this case the script will make a JSONP request and do the search&#8230; But i think this is too much of effort, its better to have firefox and encourage your users to use the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Yadav</title>
		<link>http://www.nitinh.com/2009/10/show-imdb-ratings-on-torrentzcom-using-greasemonkey-script/comment-page-1/#comment-3687</link>
		<dc:creator>Vivek Yadav</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.nitinh.com/?p=309#comment-3687</guid>
		<description>Nice Work Bhaiyya, I was thinking of such a script which just fetches the IMDB rating of a selected movie  name and this one might come in handy . Can we make a bookmarklet for this so that we can do this in any browser, like in Opera ( We just see what&#039;s selected and then open the search page of imdb via JS  and scrape the rating using regex )  .</description>
		<content:encoded><![CDATA[<p>Nice Work Bhaiyya, I was thinking of such a script which just fetches the IMDB rating of a selected movie  name and this one might come in handy . Can we make a bookmarklet for this so that we can do this in any browser, like in Opera ( We just see what&#8217;s selected and then open the search page of imdb via JS  and scrape the rating using regex )  .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
