<?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: Taking snapshots of web pages with Ruby</title>
	<atom:link href="http://www.bencurtis.com/2008/05/taking-snapshots-of-web-pages-with-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bencurtis.com/2008/05/taking-snapshots-of-web-pages-with-ruby/</link>
	<description>Speculations on Web Development by Benjamin Curtis</description>
	<lastBuildDate>Fri, 27 Aug 2010 13:20:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: net-reaper.com &#187; Screenshots With Ruby</title>
		<link>http://www.bencurtis.com/2008/05/taking-snapshots-of-web-pages-with-ruby/comment-page-1/#comment-1503</link>
		<dc:creator>net-reaper.com &#187; Screenshots With Ruby</dc:creator>
		<pubDate>Wed, 11 Jun 2008 07:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencurtis.com/?p=128#comment-1503</guid>
		<description>[...] Taking snapshots of web pages with Ruby [...]</description>
		<content:encoded><![CDATA[<p>[...] Taking snapshots of web pages with Ruby [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-05-23 &#171; Brent Sordyl&#8217;s Blog</title>
		<link>http://www.bencurtis.com/2008/05/taking-snapshots-of-web-pages-with-ruby/comment-page-1/#comment-1495</link>
		<dc:creator>links for 2008-05-23 &#171; Brent Sordyl&#8217;s Blog</dc:creator>
		<pubDate>Fri, 23 May 2008 14:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencurtis.com/?p=128#comment-1495</guid>
		<description>[...] Taking screenshots of web pages with Ruby using webkit on OSX, and the OSX box wouldn’t be in the same datacenter as the servers running the web application. I ended up using Drb to send the screenshot requests to the shooter, which then used Net::HTTP to upload them back to the web application (tags: ruby screenshots) [...]</description>
		<content:encoded><![CDATA[<p>[...] Taking screenshots of web pages with Ruby using webkit on OSX, and the OSX box wouldn’t be in the same datacenter as the servers running the web application. I ended up using Drb to send the screenshot requests to the shooter, which then used Net::HTTP to upload them back to the web application (tags: ruby screenshots) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.bencurtis.com/2008/05/taking-snapshots-of-web-pages-with-ruby/comment-page-1/#comment-1494</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 23 May 2008 03:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencurtis.com/?p=128#comment-1494</guid>
		<description>Excellent job. We&#039;re still using a modified webkit2png.py, wrapped in a ruby script... but I&#039;m now inclined to integrate your work and get rid of Python all together.

One thing to note is that your Snapper class will (usually) fail on URLs like http://www.cnn.com - as will webkit2png. The &quot;Shooter&quot; class you referenced doesn&#039;t seem to suffer the same affliction. 

@succeeded comes back as true, but bitmap isn&#039;t properly set... and then bitmap.representationUsingType_properties(...) will fail.

I&#039;ll see if I can determine why.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Excellent job. We&#8217;re still using a modified webkit2png.py, wrapped in a ruby script&#8230; but I&#8217;m now inclined to integrate your work and get rid of Python all together.</p>
<p>One thing to note is that your Snapper class will (usually) fail on URLs like <a href="http://www.cnn.com" rel="nofollow">http://www.cnn.com</a> &#8211; as will webkit2png. The &#8220;Shooter&#8221; class you referenced doesn&#8217;t seem to suffer the same affliction. </p>
<p>@succeeded comes back as true, but bitmap isn&#8217;t properly set&#8230; and then bitmap.representationUsingType_properties(&#8230;) will fail.</p>
<p>I&#8217;ll see if I can determine why.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
