<?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"
	>
<channel>
	<title>Comments on: Webthumb API released</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<pubDate>Wed, 19 Nov 2008 23:42:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Robin</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-38577</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sat, 16 Sep 2006 01:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-38577</guid>
		<description>I've sent you a couple of emails Josh - and that's fine - I can urlencode - I just didn't realize that was the problem... 

Thanks again!

- Robin.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve sent you a couple of emails Josh - and that&#8217;s fine - I can urlencode - I just didn&#8217;t realize that was the problem&#8230; </p>
<p>Thanks again!</p>
<p>- Robin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-38501</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Fri, 15 Sep 2006 19:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-38501</guid>
		<description>On that urls that fail its because its not getting through the url validation code.

My url validator (PEAR Validate) doesn't seem to like / in the query string.  I'll look into changing that but i'd rather be more scrict on that account rather then less.  You should be able to urlencode the / and things will work.</description>
		<content:encoded><![CDATA[<p>On that urls that fail its because its not getting through the url validation code.</p>
<p>My url validator (PEAR Validate) doesn&#8217;t seem to like / in the query string.  I&#8217;ll look into changing that but i&#8217;d rather be more scrict on that account rather then less.  You should be able to urlencode the / and things will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-38497</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Fri, 15 Sep 2006 19:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-38497</guid>
		<description>Robin: The system is queue based so its not a big deal to make multiple requests at once.  Polling for results somewhere around 30-60 seconds is fine.

Number of requests wise you should only be able to make 250 requests a month.  Email me (josh@bluga.net) and we can work something out to get past that.</description>
		<content:encoded><![CDATA[<p>Robin: The system is queue based so its not a big deal to make multiple requests at once.  Polling for results somewhere around 30-60 seconds is fine.</p>
<p>Number of requests wise you should only be able to make 250 requests a month.  Email me (josh@bluga.net) and we can work something out to get past that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-38485</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Fri, 15 Sep 2006 18:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-38485</guid>
		<description>FYI: I changed the delay to 30 seconds now as I may still be polling your box too quickly... Also...

Some URLs it fails at:

http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=104&#38;STORY=/www/story/09-15-2006/0004433700&#38;EDATE=
http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=104&#38;STORY=/www/story/09-15-2006/0004433703&#38;EDATE= 

These it seems to take forever (no results back yet)

http://news.com.com/Curbing+the+CO2+that+comes+from+PC+use/2100-11398_3-6116121.html 
http://www.telegram.com/apps/pbcs.dll/article?AID=/20060915/NEWS/609150366/1003/NEWS03 
http://www.sfgate.com/cgi-bin/article.cgi?file=/news/archive/2006/09/15/national/a062235D29.DTL</description>
		<content:encoded><![CDATA[<p>FYI: I changed the delay to 30 seconds now as I may still be polling your box too quickly&#8230; Also&#8230;</p>
<p>Some URLs it fails at:</p>
<p><a href="http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=104&amp;STORY=/www/story/09-15-2006/0004433700&amp;EDATE=" rel="nofollow">http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=104&amp;STORY=/www/story/09-15-2006/0004433700&amp;EDATE=</a><br />
<a href="http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=104&amp;STORY=/www/story/09-15-2006/0004433703&amp;EDATE=" rel="nofollow">http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=104&amp;STORY=/www/story/09-15-2006/0004433703&amp;EDATE=</a> </p>
<p>These it seems to take forever (no results back yet)</p>
<p><a href="http://news.com.com/Curbing+the+CO2+that+comes+from+PC+use/2100-11398_3-6116121.html" rel="nofollow">http://news.com.com/Curbing+the+CO2+that+comes+from+PC+use/2100-11398_3-6116121.html</a><br />
<a href="http://www.telegram.com/apps/pbcs.dll/article?AID=/20060915/NEWS/609150366/1003/NEWS03" rel="nofollow">http://www.telegram.com/apps/pbcs.dll/article?AID=/20060915/NEWS/609150366/1003/NEWS03</a><br />
<a href="http://www.sfgate.com/cgi-bin/article.cgi?file=/news/archive/2006/09/15/national/a062235D29.DTL" rel="nofollow">http://www.sfgate.com/cgi-bin/article.cgi?file=/news/archive/2006/09/15/national/a062235D29.DTL</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-38482</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Fri, 15 Sep 2006 17:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-38482</guid>
		<description>Very nice application I must say. I have been toying with it and it works well. I may have been making too many requests at a time, sorry about that, I have limited my requests to one per 15 seconds. What I am planning on using it for is to fetch my thumbnails for http://globalwarminginthenews.com and the associated environmental sites. Each site may have 10 or so articles per day which I will select from about 20 - so I may be making 100 plus calls to your API per day - is that OK? If so I will probably set a Cron to pull them in once per hour. Thanks again for an excellent system.</description>
		<content:encoded><![CDATA[<p>Very nice application I must say. I have been toying with it and it works well. I may have been making too many requests at a time, sorry about that, I have limited my requests to one per 15 seconds. What I am planning on using it for is to fetch my thumbnails for <a href="http://globalwarminginthenews.com" rel="nofollow">http://globalwarminginthenews.com</a> and the associated environmental sites. Each site may have 10 or so articles per day which I will select from about 20 - so I may be making 100 plus calls to your API per day - is that OK? If so I will probably set a Cron to pull them in once per hour. Thanks again for an excellent system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-35415</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Mon, 04 Sep 2006 18:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-35415</guid>
		<description>Hasin:
Thanks for writing the wrapper.  All those requests are keeping my processing queue nice and full.  I'll be looking at solutions to speeding up processing time in the next week or so.  But at least part of that will be some rate limits.</description>
		<content:encoded><![CDATA[<p>Hasin:<br />
Thanks for writing the wrapper.  All those requests are keeping my processing queue nice and full.  I&#8217;ll be looking at solutions to speeding up processing time in the next week or so.  But at least part of that will be some rate limits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hasin Hayder</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-35193</link>
		<dc:creator>Hasin Hayder</dc:creator>
		<pubDate>Sun, 03 Sep 2006 11:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-35193</guid>
		<description>Hi Joshua
I completed the wrapper for PHP developers and hosted an online example of this wonderful Webthumb API. The source is released under LGPL. You can take a look at the online example at http://www.somewhereinforum.net/thumb/wb-use.php and Download the source code at http://www.somewhereinforum.net/thumb/WebThumb.zip

Many thanks for creating the service.

Thanks
Hasin Hayder
http://hasin.wordpress.com</description>
		<content:encoded><![CDATA[<p>Hi Joshua<br />
I completed the wrapper for PHP developers and hosted an online example of this wonderful Webthumb API. The source is released under LGPL. You can take a look at the online example at <a href="http://www.somewhereinforum.net/thumb/wb-use.php" rel="nofollow">http://www.somewhereinforum.net/thumb/wb-use.php</a> and Download the source code at <a href="http://www.somewhereinforum.net/thumb/WebThumb.zip" rel="nofollow">http://www.somewhereinforum.net/thumb/WebThumb.zip</a></p>
<p>Many thanks for creating the service.</p>
<p>Thanks<br />
Hasin Hayder<br />
<a href="http://hasin.wordpress.com" rel="nofollow">http://hasin.wordpress.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hasin Hayder</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-35183</link>
		<dc:creator>Hasin Hayder</dc:creator>
		<pubDate>Sun, 03 Sep 2006 09:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/09/01/webthumb-api-released/#comment-35183</guid>
		<description>Hi
Its awesome. I just used the API and its great. I am creating wrapper class using PHP and hopefully you will get it by tomorrow. 

Regards. 
Hasin</description>
		<content:encoded><![CDATA[<p>Hi<br />
Its awesome. I just used the API and its great. I am creating wrapper class using PHP and hopefully you will get it by tomorrow. </p>
<p>Regards.<br />
Hasin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
