<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 05:20:12 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Capture Screenshots in PHP with GrabzIt]]></title>
      <guid>http://www.phpdeveloper.org/news/18084</guid>
      <link>http://www.phpdeveloper.org/news/18084</link>
      <description><![CDATA[<p>
PHPBuilder.com has a new tutorial posted showing how you can <a href="http://www.phpbuilder.com/articles/news-reviews/miscellaneous/capture-screenshots-in-php-with-grabzit-120524022959.html">grab screenshots of websites</a> using the free <a href="http://grabz.it">GrabzIt</a> web service.
</p>
<blockquote>
GrabzIt has just launched their screenshot service, which allows developers to easily take screenshots of websites for free using the open source <a href="http://grabz.it/api/php/">GrabzIt PHP Library</a>. To take a screenshot with GrabzIt you first need to <a href="http://grabz.it/register.aspx">register</a> to get your application key and secret, once done you will be up and running in no time.
</blockquote>
<p>
Their <a href="http://www.phpbuilder.com/articles/news-reviews/miscellaneous/capture-screenshots-in-php-with-grabzit-120524022959.html">(quick) example</a> shows you how to configure the library object with your keys and call the "take picture" method to grab the shot of a given site URL. You get back an ID that can then be used to fetch the screenshot from the service as needed (pulled down and put into an image file with a <a href="http://php.net/file_put_contents">file_put_contents</a>.
</p>]]></description>
      <pubDate>Tue, 12 Jun 2012 12:15:39 -0500</pubDate>
    </item>
  </channel>
</rss>
