<?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: How To Write Your First Ruby Web Bot In Watir &#8211; Scraping Weather.com</title>
	<atom:link href="http://www.layeredthoughts.com/automation/how-to-write-your-first-ruby-web-bot-in-watir-scraping-weather-com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.layeredthoughts.com/automation/how-to-write-your-first-ruby-web-bot-in-watir-scraping-weather-com</link>
	<description>Ideas on Business, Startups, SEO, Linkbuilding, Programming, Automation</description>
	<lastBuildDate>Thu, 12 Jan 2012 07:11:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Eric Davis</title>
		<link>http://www.layeredthoughts.com/automation/how-to-write-your-first-ruby-web-bot-in-watir-scraping-weather-com/comment-page-1#comment-16548</link>
		<dc:creator>Eric Davis</dc:creator>
		<pubDate>Tue, 23 Aug 2011 20:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.layeredthoughts.com/?p=58#comment-16548</guid>
		<description>I&#039;ve used Mechanize to script some software setups before. It could work for this but development is really slow because you have to go back and forth between a browser and your code.

I can see using watir for quick and dirty scripts and then pulling out mechanize later on if you need to optimize (or run on a server).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used Mechanize to script some software setups before. It could work for this but development is really slow because you have to go back and forth between a browser and your code.</p>
<p>I can see using watir for quick and dirty scripts and then pulling out mechanize later on if you need to optimize (or run on a server).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skori</title>
		<link>http://www.layeredthoughts.com/automation/how-to-write-your-first-ruby-web-bot-in-watir-scraping-weather-com/comment-page-1#comment-12076</link>
		<dc:creator>skori</dc:creator>
		<pubDate>Fri, 20 May 2011 07:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.layeredthoughts.com/?p=58#comment-12076</guid>
		<description>how to get rid of warning pop ups in watir?i am not finiding any better solution for that.</description>
		<content:encoded><![CDATA[<p>how to get rid of warning pop ups in watir?i am not finiding any better solution for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.layeredthoughts.com/automation/how-to-write-your-first-ruby-web-bot-in-watir-scraping-weather-com/comment-page-1#comment-2748</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 29 Oct 2010 14:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.layeredthoughts.com/?p=58#comment-2748</guid>
		<description>Really nice post. Currently i&#039;m just working with the mechanize gem. But i&#039;ll give watir a try. Good read.</description>
		<content:encoded><![CDATA[<p>Really nice post. Currently i&#8217;m just working with the mechanize gem. But i&#8217;ll give watir a try. Good read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathu</title>
		<link>http://www.layeredthoughts.com/automation/how-to-write-your-first-ruby-web-bot-in-watir-scraping-weather-com/comment-page-1#comment-1005</link>
		<dc:creator>Mathu</dc:creator>
		<pubDate>Wed, 18 Aug 2010 10:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.layeredthoughts.com/?p=58#comment-1005</guid>
		<description>How to install watir on the machine. In the command prompt i am getting error while installing</description>
		<content:encoded><![CDATA[<p>How to install watir on the machine. In the command prompt i am getting error while installing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Alexander</title>
		<link>http://www.layeredthoughts.com/automation/how-to-write-your-first-ruby-web-bot-in-watir-scraping-weather-com/comment-page-1#comment-618</link>
		<dc:creator>Michael Alexander</dc:creator>
		<pubDate>Tue, 20 Jul 2010 00:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.layeredthoughts.com/?p=58#comment-618</guid>
		<description>great post, I have decided to spend a few weeks learning ruby/watir  even though I don&#039;t have the opportunity to use it at work....yet.  Keep up the great work, post like this that give great examples and scenarios are much appreciated.  

-Michael</description>
		<content:encoded><![CDATA[<p>great post, I have decided to spend a few weeks learning ruby/watir  even though I don&#8217;t have the opportunity to use it at work&#8230;.yet.  Keep up the great work, post like this that give great examples and scenarios are much appreciated.  </p>
<p>-Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Du1</title>
		<link>http://www.layeredthoughts.com/automation/how-to-write-your-first-ruby-web-bot-in-watir-scraping-weather-com/comment-page-1#comment-582</link>
		<dc:creator>Du1</dc:creator>
		<pubDate>Thu, 15 Jul 2010 13:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.layeredthoughts.com/?p=58#comment-582</guid>
		<description>Awesome! Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Awesome! Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.layeredthoughts.com/automation/how-to-write-your-first-ruby-web-bot-in-watir-scraping-weather-com/comment-page-1#comment-470</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 28 Jun 2010 17:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.layeredthoughts.com/?p=58#comment-470</guid>
		<description>Hey, I actually have the code for decaptcha (in Ruby) and deathbycaptcha, so once I get some time in the next week or two, I&#039;ll clean it up and post it here for ya.

D</description>
		<content:encoded><![CDATA[<p>Hey, I actually have the code for decaptcha (in Ruby) and deathbycaptcha, so once I get some time in the next week or two, I&#8217;ll clean it up and post it here for ya.</p>
<p>D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Du1</title>
		<link>http://www.layeredthoughts.com/automation/how-to-write-your-first-ruby-web-bot-in-watir-scraping-weather-com/comment-page-1#comment-441</link>
		<dc:creator>Du1</dc:creator>
		<pubDate>Wed, 23 Jun 2010 23:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.layeredthoughts.com/?p=58#comment-441</guid>
		<description>Sup D, can you point me in the right direction on decaptcha implementation? I have am currently using an iMacros/Wamp setup to meet my needs you hinted at. I&#039;d rather use watir due fact that I can easily integrate database access which cannot be done out the box with the macro plugin. Feel free to shoot an im or email if needed. Thanks.</description>
		<content:encoded><![CDATA[<p>Sup D, can you point me in the right direction on decaptcha implementation? I have am currently using an iMacros/Wamp setup to meet my needs you hinted at. I&#8217;d rather use watir due fact that I can easily integrate database access which cannot be done out the box with the macro plugin. Feel free to shoot an im or email if needed. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sgtryan</title>
		<link>http://www.layeredthoughts.com/automation/how-to-write-your-first-ruby-web-bot-in-watir-scraping-weather-com/comment-page-1#comment-52</link>
		<dc:creator>sgtryan</dc:creator>
		<pubDate>Fri, 09 Apr 2010 02:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.layeredthoughts.com/?p=58#comment-52</guid>
		<description>I digg this post (and blog). Very intelligent writeup and some really great information in here. Nice to see a talented Ruby programmer take the time to write something industry-related and provide code as well.

-Ryan</description>
		<content:encoded><![CDATA[<p>I digg this post (and blog). Very intelligent writeup and some really great information in here. Nice to see a talented Ruby programmer take the time to write something industry-related and provide code as well.</p>
<p>-Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.layeredthoughts.com/automation/how-to-write-your-first-ruby-web-bot-in-watir-scraping-weather-com/comment-page-1#comment-49</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 08 Apr 2010 17:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.layeredthoughts.com/?p=58#comment-49</guid>
		<description>&lt;blockquote&gt;or anyone having problems with the &quot;sudo gem update --system command&quot;&lt;/blockquote&gt;

Thanks for posting that, I ran into issues with gem updates last night, but I was trying to install Padrino (pretty sweet looking web framework, btw). I had installed ruby gems through apt-get, but I ended up having to install gems separately and redoing things. Now I&#039;m back in business though.

Thanks buddy.</description>
		<content:encoded><![CDATA[<blockquote><p>or anyone having problems with the &#8220;sudo gem update &#8211;system command&#8221;</p></blockquote>
<p>Thanks for posting that, I ran into issues with gem updates last night, but I was trying to install Padrino (pretty sweet looking web framework, btw). I had installed ruby gems through apt-get, but I ended up having to install gems separately and redoing things. Now I&#8217;m back in business though.</p>
<p>Thanks buddy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 6/57 queries in 0.445 seconds using disk: basic
Object Caching 820/857 objects using disk: basic

Served from: www.layeredthoughts.com @ 2012-02-06 11:04:20 -->
