<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>There and Back Again &#187; Webthumb</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/category/webthumb/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<pubDate>Thu, 10 Jul 2008 23:28:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1-alpha</generator>
	<language>en</language>
			<item>
		<title>Webthumb API Ruby Gem</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/07/10/webthumb-api-ruby-gem/</link>
		<comments>http://blog.joshuaeichorn.com/archives/2008/07/10/webthumb-api-ruby-gem/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 16:59:48 +0000</pubDate>
		<dc:creator>Joshua Eichorn</dc:creator>
		
		<category><![CDATA[Webthumb]]></category>

		<category><![CDATA[api]]></category>

		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=338</guid>
		<description><![CDATA[Thanks to simplificator there is now a Ruby gem for using the Webthumb API.
Announcement and installation instructions
Readme
]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://simplificator.com/">simplificator</a> there is now a Ruby gem for using the Webthumb API.</p>
<p><a href="http://simplificator.com/2008/07/10/rubygem-for-webthumb/">Announcement and installation instructions</a><br />
<a href="http://github.com/simplificator/rwebthumb/tree/master/README">Readme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshuaeichorn.com/archives/2008/07/10/webthumb-api-ruby-gem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Videothumb addon to Webthumb is alpha</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/07/08/videothumb-addon-to-webthumb-is-alpha/</link>
		<comments>http://blog.joshuaeichorn.com/archives/2008/07/08/videothumb-addon-to-webthumb-is-alpha/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 00:39:31 +0000</pubDate>
		<dc:creator>Joshua Eichorn</dc:creator>
		
		<category><![CDATA[Webthumb]]></category>

		<category><![CDATA[webthumb features videothumb]]></category>

		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=337</guid>
		<description><![CDATA[Its new feature time for webthumb again.  Today i&#8217;m making the alpha release of video thumb.
Videothumb gives you the option of getting back a thumbnail of the video on a given url instead of that page.  So if you thumbnail Simon&#8217;s Cat &#8216;Cat Man Do&#8217; you can get    instead of [...]]]></description>
			<content:encoded><![CDATA[<p>Its new feature time for <a href="http://webthumb.bluga.net/">webthumb</a> again.  Today i&#8217;m making the alpha release of video thumb.</p>
<p>Videothumb gives you the option of getting back a thumbnail of the video on a given url instead of that page.  So if you thumbnail <a href="http://www.youtube.com/watch?v=w0ffwDYo00Q">Simon&#8217;s Cat &#8216;Cat Man Do&#8217;</a> you can get <br /> <img src="http://blog.joshuaeichorn.com/wp-content/uploads/2008/07/08/videothumb.jpg" alt="Videothumb thumbnail" /> <br /> instead of <br /> <img src="http://blog.joshuaeichorn.com/wp-content/uploads/2008/07/08/standard.jpg" alt="Standard Webthumb thumbnail" />.</p>
<p>Videothumb gives you a thumbnail from the beginning of the movie (this may change) one from 1 second and one from 5 seconds, and all the normal sizes made from the first first frame snapshot.</p>
<p>To enable videothumb for your requests just add a videothumb tag to yours requests like:</p>
<pre>

&lt;webthumb&gt;
	&lt;apikey&gt;key here&lt;/apikey&gt;
	&lt;request&gt;
		&lt;url&gt;http://www.youtube.com/watch?v=w0ffwDYo00Q&lt;/url&gt;
                &lt;videothumb&gt;1&lt;/videothumb&gt;
	&lt;/request&gt;
&lt;/webthumb&gt;
</pre>
<p>If a supported video url isn&#8217;t detected a normal thumbnail will be created, so you can easily enable videothumb for all your requests.</p>
<p>Videothumb currently only works with youtube but I will be adding support for a bunch of other sites over the next couple days.</p>
<p>Currently videothumb is only available as an addon to webthumb, but may be made available as a separate api with additional features if there is demand.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshuaeichorn.com/archives/2008/07/08/videothumb-addon-to-webthumb-is-alpha/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Everything is back up</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/06/26/everything-is-back-up/</link>
		<comments>http://blog.joshuaeichorn.com/archives/2008/06/26/everything-is-back-up/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 18:07:59 +0000</pubDate>
		<dc:creator>Joshua Eichorn</dc:creator>
		
		<category><![CDATA[Webthumb]]></category>

		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=336</guid>
		<description><![CDATA[The server is back up DNS should be updated for most things.  Send me email jeichorn at gmail.com and josh@bluga.net if your still having any problems.
]]></description>
			<content:encoded><![CDATA[<p>The server is back up DNS should be updated for most things.  Send me email jeichorn at gmail.com and josh@bluga.net if your still having any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshuaeichorn.com/archives/2008/06/26/everything-is-back-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Server Outage Today</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/06/25/server-outage-today/</link>
		<comments>http://blog.joshuaeichorn.com/archives/2008/06/25/server-outage-today/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 20:21:40 +0000</pubDate>
		<dc:creator>Joshua Eichorn</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Webthumb]]></category>

		<category><![CDATA[pear]]></category>

		<category><![CDATA[phpDocumentor]]></category>

		<category><![CDATA[hosting]]></category>

		<category><![CDATA[outage]]></category>

		<category><![CDATA[wethumb]]></category>

		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=335</guid>
		<description><![CDATA[There will be a server outage today starting around 6:30pm Arizona Time
The servers will be getting new IPs during this time so assuming we don&#8217;t run into DNS problems everything should be back up in around 2 hours.
I will twitter the status of the outage since this blog will be down too.
Services affected include:

Webthumb
svn.pear.php.net
phpdoc.org
this blog
My [...]]]></description>
			<content:encoded><![CDATA[<p>There will be a server outage today starting around 6:30pm Arizona Time</p>
<p>The servers will be getting new IPs during this time so assuming we don&#8217;t run into DNS problems everything should be back up in around 2 hours.</p>
<p>I will <a href="http://twitter.com/jeichorn">twitter</a> the status of the outage since this blog will be down too.</p>
<p>Services affected include:</p>
<ul>
<li>Webthumb</li>
<li>svn.pear.php.net</li>
<li>phpdoc.org</li>
<li>this blog</li>
<li>My other random sites</li>
</ul>
<p>If you are a webthumb customer and have any concerns email me at jeichorn at gmail.com<br />
Hopefully I will have an alternate endpoint up during the outage, but I just heard about the data center problems 15 minutes ago so I&#8217;m not sure if i will get it up in time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshuaeichorn.com/archives/2008/06/25/server-outage-today/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2 Million Webthumbs</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/04/23/2-million-webthumbs/</link>
		<comments>http://blog.joshuaeichorn.com/archives/2008/04/23/2-million-webthumbs/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 15:59:18 +0000</pubDate>
		<dc:creator>Joshua Eichorn</dc:creator>
		
		<category><![CDATA[Webthumb]]></category>

		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=331</guid>
		<description><![CDATA[Webthumb generated my 2 millionth web page thumbnail yesterday.
My first million took 564 days
This second million has taken 84 days
  
]]></description>
			<content:encoded><![CDATA[<p><a href="http://webthumb.bluga.net/">Webthumb </a>generated my <a href="http://webthumb.bluga.net/pickup?id=wt480e60dff20d9">2 millionth web page thumbnail </a>yesterday.</p>
<p>My first million took 564 days<br />
This second million has taken 84 days</p>
<p> <img src='http://blog.joshuaeichorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshuaeichorn.com/archives/2008/04/23/2-million-webthumbs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Giving into Web 2.0 or something like that</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/03/13/giving-into-web-20-or-something-like-that/</link>
		<comments>http://blog.joshuaeichorn.com/archives/2008/03/13/giving-into-web-20-or-something-like-that/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 22:45:31 +0000</pubDate>
		<dc:creator>Joshua Eichorn</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Webthumb]]></category>

		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2008/03/13/giving-into-web-20-or-something-like-that/</guid>
		<description><![CDATA[So i&#8217;ve finally given in and joined twitter and started mo-blogging with flickr.
I&#8217;m also looking into Bemba, since it&#8217;s one of my WebThumb customers.
]]></description>
			<content:encoded><![CDATA[<p>So i&#8217;ve finally given in and joined <a href="https://twitter.com/jeichorn">twitter</a> and started mo-blogging with <a href="http://www.flickr.com/photos/joshuaeichorn/">flickr</a>.</p>
<p>I&#8217;m also looking into <a href="http://www.bemba.com/jeichorn">Bemba</a>, since it&#8217;s one of my <a href="http://webthumb.bluga.net">WebThumb</a> customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshuaeichorn.com/archives/2008/03/13/giving-into-web-20-or-something-like-that/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WebThumb integration with Drupal</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/03/02/webthumb-integration-with-drupal/</link>
		<comments>http://blog.joshuaeichorn.com/archives/2008/03/02/webthumb-integration-with-drupal/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 16:15:30 +0000</pubDate>
		<dc:creator>Joshua Eichorn</dc:creator>
		
		<category><![CDATA[Webthumb]]></category>

		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2008/03/02/webthumb-integration-with-drupal/</guid>
		<description><![CDATA[A WebThumb drupal module has been added allowing you to easily use WebThumb in a drupal site.  I haven&#8217;t had a chance to use the module but the code quality looks good.
]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://drupal.org/project/bluga">WebThumb drupal module</a> has been added allowing you to easily use WebThumb in a <a href="http://drupal.org">drupal </a>site.  I haven&#8217;t had a chance to use the module but the code quality looks good.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshuaeichorn.com/archives/2008/03/02/webthumb-integration-with-drupal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WebThumb API addition: credit status</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/02/29/webthumb-api-addition-credit-status/</link>
		<comments>http://blog.joshuaeichorn.com/archives/2008/02/29/webthumb-api-addition-credit-status/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 16:05:18 +0000</pubDate>
		<dc:creator>Joshua Eichorn</dc:creator>
		
		<category><![CDATA[Webthumb]]></category>

		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2008/02/29/webthumb-api-addition-credit-status/</guid>
		<description><![CDATA[I&#8217;ve added an API call to get the credit status of your account.  You can use this to track your usage and to see if you need more to purchase more credits.
This feature was added due to a customer suggestion, if you have a suggestion let me know.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added an <a href="http://webthumb.bluga.net/apidoc#credits">API call</a> to get the credit status of your account.  You can use this to track your usage and to see if you need more to purchase more credits.</p>
<p>This feature was added due to a customer suggestion, if you have a suggestion let <a href="mailto:josh@bluga.net">me know</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshuaeichorn.com/archives/2008/02/29/webthumb-api-addition-credit-status/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WebThumb API docs</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/02/27/webthumb-api-docs/</link>
		<comments>http://blog.joshuaeichorn.com/archives/2008/02/27/webthumb-api-docs/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 01:08:48 +0000</pubDate>
		<dc:creator>Joshua Eichorn</dc:creator>
		
		<category><![CDATA[Webthumb]]></category>

		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2008/02/27/webthumb-api-docs/</guid>
		<description><![CDATA[The WebThumb API docs have been updated.  Your feedback on the docs or the API itself would be appreciated.
I would like to make a new version of the API at some point, the goal in that would be to handle errors cleanly as XML responses and too allow for other services to use the [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://webthumb.bluga.net/apidoc">WebThumb API docs</a> have been updated.  Your feedback on the docs or the API itself would be appreciated.</p>
<p>I would like to make a new version of the API at some point, the goal in that would be to handle errors cleanly as XML responses and too allow for other services to use the same end point.  Of course an API update isn&#8217;t at the top of my list, I&#8217;m going to generate over 200,000 thumbnails this month (compared to 179,190 last month and an average of 61,000 per month last year)</p>
<p>This new demand has put scalability improvements to keep up with the growth as my next job to tackle (after these new docs of course :-).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshuaeichorn.com/archives/2008/02/27/webthumb-api-docs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A WebThumb Merry Christmas</title>
		<link>http://blog.joshuaeichorn.com/archives/2007/12/13/a-webthumb-merry-christmas/</link>
		<comments>http://blog.joshuaeichorn.com/archives/2007/12/13/a-webthumb-merry-christmas/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 00:15:11 +0000</pubDate>
		<dc:creator>Joshua Eichorn</dc:creator>
		
		<category><![CDATA[Webthumb]]></category>

		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2007/12/13/a-webthumb-merry-christmas/</guid>
		<description><![CDATA[This Christmas Bluga.net WebThumb has 2 presents for your thumbnailing and web snapping needs.
First is the holiday sale, you can get your credits at a reduced price, so use this opportunity to stock up for your 2008 projects.  The other present is some exciting new features.
Visual Effects

Visual effects are currently in alpha and allow [...]]]></description>
			<content:encoded><![CDATA[<p>This Christmas <a href="http://webthumb.bluga.net">Bluga.net WebThumb</a> has 2 presents for your <a href="http://webthumb.bluga.net">thumbnailing and web snapping</a> needs.</p>
<p>First is the holiday sale, you can get your credits at a reduced price, so use this opportunity to <a href="http://webthumb.bluga.net/purchase">stock up</a> for your 2008 projects.  The other present is some exciting new features.</p>
<h2>Visual Effects</h2>
<p><img src="http://blog.joshuaeichorn.com/examples/2007-12-13-webthumb/mirror.png" alt="Bluga.net WebThumb with a Mirror Effect" style="float:left; margin: 1em;" /></p>
<p>Visual effects are currently in alpha and allow you to create a thumbnail with a <a href="http://blog.joshuaeichorn.com/examples/2007-12-13-webthumb/mirror.png">mirror image below</a>, with a <a href="http://blog.joshuaeichorn.com/examples/2007-12-13-webthumb/dropshadow.png">dropshadow</a>, or with a <a href="http://blog.joshuaeichorn.com/examples/2007-12-13-webthumb/border.png">border</a>.  There will likely be some small changes to these effects over the next few months.  If there is demand I&#8217;ll also look into adding more effects and options to the current ones.</p>
<p>Effect thumbnails are 300 pixels wide, and are always PNGs, the effects are designed using transparency so they will work on any background color.  Effects are a 2 credit feature.  To add an effect thumbnail just add, an effect tag to your request.  For example:</p>
<pre>

&lt;webthumb&gt;
	&lt;apikey&gt;api key here&lt;/apikey&gt;
	&lt;request&gt;
		&lt;url&gt;webthumb.bluga.net&lt;/url&gt;
		&lt;effect&gt;dropshadow&lt;/effect&gt;
	&lt;/request&gt;
&lt;/webthumb&gt;
</pre>
<p>The possible values for the effect tag are <b>mirror</b> <b>dropshadow</b> <b>border</b><br />
You can fetch the image using the fetch api by using a size of <b>effect</b></p>
<h2>Custom Thumbnail Sizes</h2>
<p><img src="http://blog.joshuaeichorn.com/examples/2007-12-13-webthumb/custom.jpg" alt="A custom sized thumbnail" style="float: right; margin: 1em;" /><br />
Support for adding a custom thumbnail of any output size has been added.  This is a 2 credit feature and is available by adding a customThumbnail tag to the request with a width and height attribute specified.  Note that your exact height and width are used, so if you want to keep the aspect ratio you&#8217;ll need to do the match with the browser width/height you specify.  For example:</p>
<pre>
&lt;webthumb&gt;
	&lt;apikey&gt;api key here&lt;/apikey&gt;
	&lt;request&gt;
		&lt;url&gt;webthumb.bluga.net&lt;/url&gt;
		&lt;customthumbnail width=&quot;120&quot; height=&quot;120&quot; /&gt;
	&lt;/request&gt;
&lt;/webthumb&gt;
</pre>
<p>You can fetch the image using the api by specifying a size of: <b>custom</b></p>
<h2>Custom Delay times for slow/flash websites</h2>
<p>You may have noticed that with flash websites, all the flash content isn&#8217;t fully loaded before a snapshot of the page is taken.  There isn&#8217;t an automatic fix for this, since I don&#8217;t currently have a method to figure out when flash is done, but an api solution has been added.  You can add a delay tag to your request to specify the amount of delay between when the content is loaded by the browser and when snapshot is taken.  The default delay is 3 seconds, the maximum delay you can set is 15 seconds.<br />
Example:</p>
<pre>
&lt;webthumb&gt;
	&lt;apikey&gt;api key here&lt;/apikey&gt;
	&lt;request&gt;
		&lt;url&gt;webthumb.bluga.net&lt;/url&gt;
		&lt;delay&gt;2&lt;/delay&gt;
	&lt;/request&gt;
&lt;/webthumb&gt;
</pre>
<h2>Merry Christmas and a Happy New Year to everyone</h2>
<p>Leave comments if you have any questions/feature requests for WebThumb, and don&#8217;t forget about the <a href="http://webthumb.bluga.net/tester.php">API tester</a>, you can use it to figure out any XML changes without having to write any code.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshuaeichorn.com/archives/2007/12/13/a-webthumb-merry-christmas/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
