<?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 Gooder Code</title>
	<atom:link href="http://www.goodercode.com/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goodercode.com/wp</link>
	<description>Me code gooder one day (and more fastly)</description>
	<pubDate>Thu, 09 Sep 2010 04:41:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Disable Select Options in Internet Explorer 7 with JQuery by borland</title>
		<link>http://www.goodercode.com/wp/disable-select-options-internet-explorer-jquery/comment-page-1/#comment-329</link>
		<dc:creator>borland</dc:creator>
		<pubDate>Fri, 20 Aug 2010 12:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodercode.com/wp/?p=19#comment-329</guid>
		<description>thanks,  it works in IE6 and 7
JS code example:
$("#selectID option[value='2']").attr("disabled","disabled");
it'll disable  option value="2"</description>
		<content:encoded><![CDATA[<p>thanks,  it works in IE6 and 7<br />
JS code example:<br />
$(&#8221;#selectID option[value='2']&#8220;).attr(&#8221;disabled&#8221;,&#8221;disabled&#8221;);<br />
it&#8217;ll disable  option value=&#8221;2&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Cucumber tests with Maven and Java by kerry</title>
		<link>http://www.goodercode.com/wp/using-cucumber-tests-with-maven-and-java/comment-page-1/#comment-328</link>
		<dc:creator>kerry</dc:creator>
		<pubDate>Tue, 17 Aug 2010 14:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodercode.com/wp/?p=85#comment-328</guid>
		<description>Good catch.  Funny thing is, I am the one who brought up the regression on the mailing list. :)

http://groups.google.com/group/cukes/browse_thread/thread/f20d5aa8a48bde01/54d74e3f5af05a35

I'll update the post.</description>
		<content:encoded><![CDATA[<p>Good catch.  Funny thing is, I am the one who brought up the regression on the mailing list. <img src='http://www.goodercode.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://groups.google.com/group/cukes/browse_thread/thread/f20d5aa8a48bde01/54d74e3f5af05a35" rel="nofollow">http://groups.google.com/group/cukes/browse_thread/thread/f20d5aa8a48bde01/54d74e3f5af05a35</a></p>
<p>I&#8217;ll update the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Cucumber tests with Maven and Java by Tobias W.</title>
		<link>http://www.goodercode.com/wp/using-cucumber-tests-with-maven-and-java/comment-page-1/#comment-327</link>
		<dc:creator>Tobias W.</dc:creator>
		<pubDate>Tue, 17 Aug 2010 14:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodercode.com/wp/?p=85#comment-327</guid>
		<description>Cool. But you should edit the pom.xml and update cuke4duke.version to 0.3.2 as 0.3.1 is broken with Cucumber 0.8.5:

http://groups.google.com/group/cukes/browse_thread/thread/f20d5aa8a48bde01

Otherwise, great howto!

Thanks!</description>
		<content:encoded><![CDATA[<p>Cool. But you should edit the pom.xml and update cuke4duke.version to 0.3.2 as 0.3.1 is broken with Cucumber 0.8.5:</p>
<p><a href="http://groups.google.com/group/cukes/browse_thread/thread/f20d5aa8a48bde01" rel="nofollow">http://groups.google.com/group/cukes/browse_thread/thread/f20d5aa8a48bde01</a></p>
<p>Otherwise, great howto!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quit your shitty job! by Tom purl</title>
		<link>http://www.goodercode.com/wp/quit-your-shitty-job/comment-page-1/#comment-317</link>
		<dc:creator>Tom purl</dc:creator>
		<pubDate>Tue, 10 Aug 2010 14:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodercode.com/wp/quit-your-shitty-job/#comment-317</guid>
		<description>Fantastic article!  I couldn't have said it better or more succinctly.</description>
		<content:encoded><![CDATA[<p>Fantastic article!  I couldn&#8217;t have said it better or more succinctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Function currying in Javascript by links for 2010-08-06 &#171; sonofbluerobot</title>
		<link>http://www.goodercode.com/wp/function-currying-in-javascript/comment-page-1/#comment-307</link>
		<dc:creator>links for 2010-08-06 &#171; sonofbluerobot</dc:creator>
		<pubDate>Sat, 07 Aug 2010 02:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodercode.com/wp/?p=50#comment-307</guid>
		<description>[...] Function currying in Javascript « Gooder Code &#8211; web development blog, php, java, asp.net, htm... (tags: javascript.curry) [...]</description>
		<content:encoded><![CDATA[<p>[...] Function currying in Javascript « Gooder Code &#8211; web development blog, php, java, asp.net, htm&#8230; (tags: javascript.curry) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring MVC Gotcha: Passing Response into Controller Method by kerry</title>
		<link>http://www.goodercode.com/wp/spring-mvc-gotcha-passing-response-into-controller-method/comment-page-1/#comment-299</link>
		<dc:creator>kerry</dc:creator>
		<pubDate>Thu, 05 Aug 2010 03:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodercode.com/wp/?p=23#comment-299</guid>
		<description>If you pass in the response, then write nothing to it.  What happens?</description>
		<content:encoded><![CDATA[<p>If you pass in the response, then write nothing to it.  What happens?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring MVC Gotcha: Passing Response into Controller Method by Nishant Sonar</title>
		<link>http://www.goodercode.com/wp/spring-mvc-gotcha-passing-response-into-controller-method/comment-page-1/#comment-298</link>
		<dc:creator>Nishant Sonar</dc:creator>
		<pubDate>Thu, 05 Aug 2010 00:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodercode.com/wp/?p=23#comment-298</guid>
		<description>This is a good note from your side , thanks for sharing this information.
I was actually doing the same stuff and now i wonder , how can i send the response object without any view . Did u try this ?</description>
		<content:encoded><![CDATA[<p>This is a good note from your side , thanks for sharing this information.<br />
I was actually doing the same stuff and now i wonder , how can i send the response object without any view . Did u try this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quit your shitty job! by kerry</title>
		<link>http://www.goodercode.com/wp/quit-your-shitty-job/comment-page-1/#comment-245</link>
		<dc:creator>kerry</dc:creator>
		<pubDate>Wed, 14 Jul 2010 16:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodercode.com/wp/quit-your-shitty-job/#comment-245</guid>
		<description>Seems like the only thing we have are certifications.  However, these are vendor driven and don't seem to carry a whole lot of weight.</description>
		<content:encoded><![CDATA[<p>Seems like the only thing we have are certifications.  However, these are vendor driven and don&#8217;t seem to carry a whole lot of weight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quit your shitty job! by Eric Wendelin</title>
		<link>http://www.goodercode.com/wp/quit-your-shitty-job/comment-page-1/#comment-244</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Wed, 14 Jul 2010 16:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodercode.com/wp/quit-your-shitty-job/#comment-244</guid>
		<description>Amen! 

Is there any way software engineers could be considered as professionals? Perhaps the equivalent of a BAR or CPA exam? I'm not sure.</description>
		<content:encoded><![CDATA[<p>Amen! </p>
<p>Is there any way software engineers could be considered as professionals? Perhaps the equivalent of a BAR or CPA exam? I&#8217;m not sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Cucumber tests with Maven and Java by Russ White</title>
		<link>http://www.goodercode.com/wp/using-cucumber-tests-with-maven-and-java/comment-page-1/#comment-241</link>
		<dc:creator>Russ White</dc:creator>
		<pubDate>Tue, 13 Jul 2010 03:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodercode.com/wp/?p=85#comment-241</guid>
		<description>Good stuff man. Definitely something I am looking into.

I love the annotation driven BDD stuff.

Cheers!
Russ</description>
		<content:encoded><![CDATA[<p>Good stuff man. Definitely something I am looking into.</p>
<p>I love the annotation driven BDD stuff.</p>
<p>Cheers!<br />
Russ</p>
]]></content:encoded>
	</item>
</channel>
</rss>
