News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Consuming WebThumb's API in PHP
October 17, 2006 @ 13:57:19

On the Zend Developer Zone today, there's a tutorial put together by Cal Evans showing how to use the WebThumb API via a PHP 5 script.

It's a simple service on the surface. You hand it a URL, it gives you back a thumbnail of that web site. At first glance you may think..."ok, why?" The answer to that is of course, "it depends".

He gives examples of reasons it would be needed (designers wanting to show off screenshots of a site or a replacement for Alexa's thumbnailing service) and the code that is needed to make things work. The script asks for the three properties the API needs - a URL for the target site, the height of the browser "window" taking the shot, and the width of this same "window".

Cal show examples of the messages sent back and forth and includes the code for the PHP 5 class to make the request along with some sample usage code. The class makes a basic HTTP request to the API with the XML payload and waits for the response - an estimate of the time for the job and the URL that the results can be found at.

0 comments voice your opinion now!
webthumb consuming xml web service api thumbnail php5 webthumb consuming xml web service api thumbnail php5


blog comments powered by Disqus

Similar Posts

PHPEverywhere: Moving to PHP 5.3

Adam Trachtenburg\'s Blog: ApacheCon Review and Slides

Justin Silverton\'s Blog: Why use php5?

Henri Bergius's Blog: MidCOM on PHP5, finally

Matthew Weier O'Phinney: RESTful APIs with ZF2, Part 2


Community Events











Don't see your event here?
Let us know!


google appengine series introduction development rest functional usergroup opinion conference language phpunit testing symfony2 framework podcast release community interview zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework