<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>undesigned &#187; hacking</title>
	<atom:link href="http://www.joelduffin.com/blog/category/hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joelduffin.com/blog</link>
	<description>life is a rum go guv’nor, and that’s the truth</description>
	<lastBuildDate>Wed, 28 Jul 2010 04:12:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web crawling on a budget</title>
		<link>http://www.joelduffin.com/blog/2010/01/28/web-crawling-on-a-budget/</link>
		<comments>http://www.joelduffin.com/blog/2010/01/28/web-crawling-on-a-budget/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 19:39:11 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.joelduffin.com/blog/?p=391</guid>
		<description><![CDATA[Justin and I submitted proposals to the Digital Media and Learning Competition. I was amazed to see the breadth of the 100 pages of submissions. There are a lot of good ideas there. Not being sure that the submissions will always be kept public, I wanted to archive them for later reference. Here was the [...]]]></description>
			<content:encoded><![CDATA[<p>Justin and I <a href="http://www.dmlcompetition.net/pligg/search.php?search=tatemae">submitted proposals</a> to the <a href="http://www.dmlcompetition.net/learning_labs.php">Digital Media and Learning Competition</a>. I was amazed to see the breadth of <a href="http://www.dmlcompetition.net/pligg/">the 100 pages of submissions</a>. There are a lot of good ideas there. Not being sure that the submissions will always be kept public, I wanted to archive them for later reference. Here was the ruby script I came up with:</p>
<pre>(1..100).each {|page| system("curl -o #{page}.html
   http://dmlcompetition.net/pligg/index.php?page=#{page}")}</pre>
<p>Ruby rocks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelduffin.com/blog/2010/01/28/web-crawling-on-a-budget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
