<?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 for misc software development snippets</title>
	<atom:link href="http://www.dwright.us/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.dwright.us</link>
	<description>sparse and random posts related to coding - because google is my &#039;man&#039; page</description>
	<lastBuildDate>Tue, 27 Jul 2010 00:34:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Watir, find input elements by (dynamically generated) id by Will</title>
		<link>http://www.dwright.us/?p=500&#038;cpage=1#comment-100</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 27 Jul 2010 00:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwright.us/?p=500#comment-100</guid>
		<description>Thanks - this will help me testing ASP.Net!</description>
		<content:encoded><![CDATA[<p>Thanks - this will help me testing ASP.Net!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on rails assert_no_select by Michael Cowden</title>
		<link>http://www.dwright.us/?p=451&#038;cpage=1#comment-83</link>
		<dc:creator>Michael Cowden</dc:creator>
		<pubDate>Thu, 20 May 2010 13:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwright.us/?p=451#comment-83</guid>
		<description>Exactly what I was looking to do (:count =&gt; 0).

Thanks a lot!
Mike</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking to do (:count =&gt; 0).</p>
<p>Thanks a lot!<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on xterm shell ls color dark blue, lighten to yellow by dwright</title>
		<link>http://www.dwright.us/?p=269&#038;cpage=1#comment-75</link>
		<dc:creator>dwright</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwright.us/?p=269#comment-75</guid>
		<description>Here&#039;s another useful one, where you don&#039;t have to edit anything.

&lt;code&gt;$ export LS_COLORS=&quot;`echo $LS_COLORS &#124;sed &#039;s/di=[0-9]*;[0-9]*/di=01;93/; s/ow=[0-9]*;[0-9]*/ow=01;93/&#039;`&quot;&lt;/code&gt;


ref: &lt;a href=&quot;http://www.bigsoft.co.uk/blog/index.php/2008/04/11/configuring-ls_colors#c364&quot; rel=&quot;nofollow&quot;&gt;configuring-ls_colors&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Here's another useful one, where you don't have to edit anything.</p>
<p><code>$ export LS_COLORS="`echo $LS_COLORS |sed 's/di=[0-9]*;[0-9]*/di=01;93/; s/ow=[0-9]*;[0-9]*/ow=01;93/'`"</code></p>
<p>ref: <a href="http://www.bigsoft.co.uk/blog/index.php/2008/04/11/configuring-ls_colors#c364" rel="nofollow">configuring-ls_colors</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on xterm shell ls color dark blue, lighten to yellow by spikeerob</title>
		<link>http://www.dwright.us/?p=269&#038;cpage=1#comment-74</link>
		<dc:creator>spikeerob</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwright.us/?p=269#comment-74</guid>
		<description>Thanks for that.

No more straining to see for me!</description>
		<content:encoded><![CDATA[<p>Thanks for that.</p>
<p>No more straining to see for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on watir advanced xpath onclick example by dwright</title>
		<link>http://www.dwright.us/?p=316&#038;cpage=1#comment-60</link>
		<dc:creator>dwright</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwright.us/?p=316#comment-60</guid>
		<description>&lt;a href=&quot;#comment-58&quot; rel=&quot;nofollow&quot;&gt;@AJ &lt;/a&gt; 
Thanks for posting, I haven&#039;t used &#039;fire_event&#039;, good to keep in mind</description>
		<content:encoded><![CDATA[<p><a href="#comment-58" rel="nofollow">@AJ </a><br />
Thanks for posting, I haven't used 'fire_event', good to keep in mind</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on watir advanced xpath onclick example by AJ</title>
		<link>http://www.dwright.us/?p=316&#038;cpage=1#comment-59</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Fri, 05 Feb 2010 06:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwright.us/?p=316#comment-59</guid>
		<description>&lt;a href=&quot;#comment-58&quot; rel=&quot;nofollow&quot;&gt;@AJ &lt;/a&gt; 

Button Code:
input type=text value=&quot;Click Me!&quot; onClick=&quot;redirect_user(&#039;http://google.com&#039;)&quot;</description>
		<content:encoded><![CDATA[<p><a href="#comment-58" rel="nofollow">@AJ </a> </p>
<p>Button Code:<br />
input type=text value="Click Me!" onClick="redirect_user('http://google.com')"</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on watir advanced xpath onclick example by AJ</title>
		<link>http://www.dwright.us/?p=316&#038;cpage=1#comment-58</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Fri, 05 Feb 2010 06:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwright.us/?p=316#comment-58</guid>
		<description>I was looking around because I also have a page with a bunch of href=&quot;javascript:void(0)&quot; buttons, and watir has this ability

Button code - 

(All the buttons went to different sites)

This code got me what I needed
ie.button(:value, &quot;Click Me!&quot;).fire_event(&quot;onclick&quot;)</description>
		<content:encoded><![CDATA[<p>I was looking around because I also have a page with a bunch of href="javascript:void(0)" buttons, and watir has this ability</p>
<p>Button code - </p>
<p>(All the buttons went to different sites)</p>
<p>This code got me what I needed<br />
ie.button(:value, "Click Me!").fire_event("onclick")</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8216;+&#8217; plus sign dropped from html form input via &#8216;POST&#8217; by John1919</title>
		<link>http://www.dwright.us/?p=80&#038;cpage=1#comment-17</link>
		<dc:creator>John1919</dc:creator>
		<pubDate>Thu, 02 Jul 2009 09:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwright.us/?p=80#comment-17</guid>
		<description>Very nice site!</description>
		<content:encoded><![CDATA[<p>Very nice site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ruby on rails insert a record into the database by GarykPatton</title>
		<link>http://www.dwright.us/?p=34&#038;cpage=1#comment-6</link>
		<dc:creator>GarykPatton</dc:creator>
		<pubDate>Tue, 16 Jun 2009 06:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwright.us/?p=34#comment-6</guid>
		<description>You know so many interesting infomation. You might be very wise. I like such people. Don&#039;t top writing.</description>
		<content:encoded><![CDATA[<p>You know so many interesting infomation. You might be very wise. I like such people. Don't top writing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recreate sql&#8217;s ORDER BY (multi column) with perl&#8217;s sort by AndrewBoldman</title>
		<link>http://www.dwright.us/?p=25&#038;cpage=1#comment-2</link>
		<dc:creator>AndrewBoldman</dc:creator>
		<pubDate>Fri, 05 Jun 2009 02:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwright.us/?p=25#comment-2</guid>
		<description>Hi, good post. I have been wondering about this issue,so thanks for posting.</description>
		<content:encoded><![CDATA[<p>Hi, good post. I have been wondering about this issue,so thanks for posting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
