<?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: Ajax-Alexa-Thumbnails: API to get site thumbnails</title>
	<atom:link href="http://ajaxian.com/archives/ajax-alexa-thumbnails-api-to-get-site-thumbnails/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/ajax-alexa-thumbnails-api-to-get-site-thumbnails</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: dt</title>
		<link>http://ajaxian.com/archives/ajax-alexa-thumbnails-api-to-get-site-thumbnails/comment-page-1#comment-266276</link>
		<dc:creator>dt</dc:creator>
		<pubDate>Thu, 31 Jul 2008 11:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3946#comment-266276</guid>
		<description>Please note that this is not a free service, even if the code is GPL. It costs $0.0002 / thumbnail returned / no charge if the thumbnail does not exist. http://www.amazon.com/gp/browse.html?node=236156011</description>
		<content:encoded><![CDATA[<p>Please note that this is not a free service, even if the code is GPL. It costs $0.0002 / thumbnail returned / no charge if the thumbnail does not exist. <a href="http://www.amazon.com/gp/browse.html?node=236156011" rel="nofollow">http://www.amazon.com/gp/browse.html?node=236156011</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/ajax-alexa-thumbnails-api-to-get-site-thumbnails/comment-page-1#comment-266258</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Thu, 31 Jul 2008 01:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3946#comment-266258</guid>
		<description>Nosredna:
On come on, &#039;just&#039; before &#039;any&#039; is obviously implied. Syntactic semantic pedantry generally does not improve language coherency as far as the reader, or even the writer, is concerned while parsing the language in question; such behavior provides little to no benefit, it merely adds unnecessary complexity by polluting language with unnecessary detail which could be discerned from context simply by recognizing the context, parsing it and applying what&#039;s observed from context to the particular bit being parsed by the reader at that particular moment in time. ;)</description>
		<content:encoded><![CDATA[<p>Nosredna:<br />
On come on, &#8216;just&#8217; before &#8216;any&#8217; is obviously implied. Syntactic semantic pedantry generally does not improve language coherency as far as the reader, or even the writer, is concerned while parsing the language in question; such behavior provides little to no benefit, it merely adds unnecessary complexity by polluting language with unnecessary detail which could be discerned from context simply by recognizing the context, parsing it and applying what&#8217;s observed from context to the particular bit being parsed by the reader at that particular moment in time. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nosredna</title>
		<link>http://ajaxian.com/archives/ajax-alexa-thumbnails-api-to-get-site-thumbnails/comment-page-1#comment-266203</link>
		<dc:creator>Nosredna</dc:creator>
		<pubDate>Tue, 29 Jul 2008 16:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3946#comment-266203</guid>
		<description>&gt;&gt;Since this uses Alexa, it can&#039;t give you a snapshot of any page out there.
.
Really? None?
.
How about, &quot;Since this uses Alexa, it can&#039;t give you a snapshot of &lt;i&gt;every&lt;/i&gt; page out there.&quot;
.
or, &quot;Note that not all pages have Alexa snapshots.&quot;</description>
		<content:encoded><![CDATA[<p>&gt;&gt;Since this uses Alexa, it can&#8217;t give you a snapshot of any page out there.<br />
.<br />
Really? None?<br />
.<br />
How about, &#8220;Since this uses Alexa, it can&#8217;t give you a snapshot of <i>every</i> page out there.&#8221;<br />
.<br />
or, &#8220;Note that not all pages have Alexa snapshots.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eferraiuolo</title>
		<link>http://ajaxian.com/archives/ajax-alexa-thumbnails-api-to-get-site-thumbnails/comment-page-1#comment-266201</link>
		<dc:creator>eferraiuolo</dc:creator>
		<pubDate>Tue, 29 Jul 2008 15:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3946#comment-266201</guid>
		<description>Sorry for such a verbose example, but you could code it down to something more like this:

var Thumbnail = YAHOO.EDF.Thumbnail;
Thumbnail.init({ source:&quot;alexa_service.php&quot; });
Thumbnail.getThumbnail(&quot;http://www.google.com&quot;, function(thumb){ //alert(thumb); });</description>
		<content:encoded><![CDATA[<p>Sorry for such a verbose example, but you could code it down to something more like this:</p>
<p>var Thumbnail = YAHOO.EDF.Thumbnail;<br />
Thumbnail.init({ source:&#8221;alexa_service.php&#8221; });<br />
Thumbnail.getThumbnail(&#8220;http://www.google.com&#8221;, function(thumb){ //alert(thumb); });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V1</title>
		<link>http://ajaxian.com/archives/ajax-alexa-thumbnails-api-to-get-site-thumbnails/comment-page-1#comment-266196</link>
		<dc:creator>V1</dc:creator>
		<pubDate>Tue, 29 Jul 2008 14:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3946#comment-266196</guid>
		<description>I dont even see the point of the thumbnails so that looks like rediculouse code anyways.. And it indeeds looks like it could be a shitload shorter...</description>
		<content:encoded><![CDATA[<p>I dont even see the point of the thumbnails so that looks like rediculouse code anyways.. And it indeeds looks like it could be a shitload shorter&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajaxery</title>
		<link>http://ajaxian.com/archives/ajax-alexa-thumbnails-api-to-get-site-thumbnails/comment-page-1#comment-266194</link>
		<dc:creator>ajaxery</dc:creator>
		<pubDate>Tue, 29 Jul 2008 14:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3946#comment-266194</guid>
		<description>Anyone else think that&#039;s a ridiculous amount of code?</description>
		<content:encoded><![CDATA[<p>Anyone else think that&#8217;s a ridiculous amount of code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://ajaxian.com/archives/ajax-alexa-thumbnails-api-to-get-site-thumbnails/comment-page-1#comment-266193</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Tue, 29 Jul 2008 12:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3946#comment-266193</guid>
		<description>I really miss the good old days when tasks as simple as that could be coded as:

[img src=&quot;/cgi-bin/thumbnail.cgi?url=http%3A//ajaxian.com/&amp;size=64x64&quot;]</description>
		<content:encoded><![CDATA[<p>I really miss the good old days when tasks as simple as that could be coded as:</p>
<p>[img src="/cgi-bin/thumbnail.cgi?url=http%3A//ajaxian.com/&amp;size=64x64"]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

