<?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 Kevin Jensen</title>
	<atom:link href="http://www.kevinjensen.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevinjensen.com</link>
	<description>ASP.NET / SQL / C# Banter</description>
	<lastBuildDate>Wed, 08 Apr 2009 18:27:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Tutorial on NAnt: How to install and configure by josh</title>
		<link>http://www.kevinjensen.com/2007/02/15/tutorial-on-nant-how-to-install-and-configure/comment-page-1/#comment-8568</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Wed, 08 Apr 2009 18:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinjensen.com/2007/02/15/tutorial-on-nant-how-to-install-and-configure/#comment-8568</guid>
		<description>I agree with Mark, the color scheme makes reading difficult.  I actually used firebug to modify the css so I could make the text more readable.</description>
		<content:encoded><![CDATA[<p>I agree with Mark, the color scheme makes reading difficult.  I actually used firebug to modify the css so I could make the text more readable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript Library Reviews by cygnl7</title>
		<link>http://www.kevinjensen.com/2006/09/11/javascript-library-reviews/comment-page-1/#comment-8196</link>
		<dc:creator>cygnl7</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinjensen.com/2006/09/11/javascript-library-reviews/#comment-8196</guid>
		<description>Thanks for writing your thoughts on some of the JS libraries.

I have one thing to mention about something you wrote.  You wrote, &quot;it would be nice if Dojo could provide a way to “mix” a package into the global or local scope.&quot;  JavaScript itself allows for this.  For example, if I have:

my.really.long.package.namespace.exampleObject.method1();
my.really.long.package.namespace.exampleObject.method2();

I can do this instead:

var exampleObject = my.really.long.package.namespace.exampleObject;
exampleObject.method1();
exampelObject.method2();</description>
		<content:encoded><![CDATA[<p>Thanks for writing your thoughts on some of the JS libraries.</p>
<p>I have one thing to mention about something you wrote.  You wrote, &#8220;it would be nice if Dojo could provide a way to “mix” a package into the global or local scope.&#8221;  JavaScript itself allows for this.  For example, if I have:</p>
<p>my.really.long.package.namespace.exampleObject.method1();<br />
my.really.long.package.namespace.exampleObject.method2();</p>
<p>I can do this instead:</p>
<p>var exampleObject = my.really.long.package.namespace.exampleObject;<br />
exampleObject.method1();<br />
exampelObject.method2();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET 2.0 Hot Tips and Tricks by Aaron</title>
		<link>http://www.kevinjensen.com/2007/04/22/aspnet-20-hot-tips-and-tricks/comment-page-1/#comment-5652</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 01 Oct 2008 20:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinjensen.com/2007/04/22/aspnet-20-hot-tips-and-tricks/#comment-5652</guid>
		<description>Thanks for the tips. Several of these require further digestion, but your tip about using ValidationGroup to control which validation controls are fired when certain buttons are pressed was just what I needed. I had an Insert/Edit/update/Delete datagrid and whenever the footer (which contained the Add New row) was enabled, all the RequiredFieldValidator controls would fire--before anything was entered. Very frustrating and your tip solved it.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips. Several of these require further digestion, but your tip about using ValidationGroup to control which validation controls are fired when certain buttons are pressed was just what I needed. I had an Insert/Edit/update/Delete datagrid and whenever the footer (which contained the Add New row) was enabled, all the RequiredFieldValidator controls would fire&#8211;before anything was entered. Very frustrating and your tip solved it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial on NAnt: How to install and configure by Mark</title>
		<link>http://www.kevinjensen.com/2007/02/15/tutorial-on-nant-how-to-install-and-configure/comment-page-1/#comment-4373</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 07 Jul 2008 12:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinjensen.com/2007/02/15/tutorial-on-nant-how-to-install-and-configure/#comment-4373</guid>
		<description>nice article but color scheme of website is very poor and difficult to read &amp; concentrate.</description>
		<content:encoded><![CDATA[<p>nice article but color scheme of website is very poor and difficult to read &amp; concentrate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial on NAnt: How to install and configure by Ivan MilosavljeviÄ‡</title>
		<link>http://www.kevinjensen.com/2007/02/15/tutorial-on-nant-how-to-install-and-configure/comment-page-1/#comment-2025</link>
		<dc:creator>Ivan MilosavljeviÄ‡</dc:creator>
		<pubDate>Sat, 10 Nov 2007 22:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinjensen.com/2007/02/15/tutorial-on-nant-how-to-install-and-configure/#comment-2025</guid>
		<description>Kevin, this really is a good tutorial. It helped me to be up &amp; running with NAnt. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Kevin, this really is a good tutorial. It helped me to be up &amp; running with NAnt. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript Library Reviews by blaze6947</title>
		<link>http://www.kevinjensen.com/2006/09/11/javascript-library-reviews/comment-page-1/#comment-1555</link>
		<dc:creator>blaze6947</dc:creator>
		<pubDate>Thu, 06 Sep 2007 22:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinjensen.com/2006/09/11/javascript-library-reviews/#comment-1555</guid>
		<description>Hi Kevin,

Check out the evolution yui-ext here http://extjs.com/

Regards,

Blaze6947</description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p>Check out the evolution yui-ext here <a href="http://extjs.com/" rel="nofollow">http://extjs.com/</a></p>
<p>Regards,</p>
<p>Blaze6947</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on R.I.P. Steve Irwin by Theresa</title>
		<link>http://www.kevinjensen.com/2006/09/05/rip-steve-irwin/comment-page-1/#comment-220</link>
		<dc:creator>Theresa</dc:creator>
		<pubDate>Tue, 08 May 2007 10:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.kineticdocs.com/2006/09/05/rip-steve-irwin/#comment-220</guid>
		<description>THIS IS ANOTHER SAD MOMENT IN OUR LIFES...ONE MORE OF US HAS PASSED...WE ALL KNOW ONE ANOTHER, AND AT ONE POINT WE HAVE ALL SHARISHED AN UNFORGETTABLE MEMORY...Steve AS WE KNOW, IS ONE OF THE NICEST, EASY GOING GUYS IN OUR TOWN...LETS HAVE A MOMENT AND PAY OUR RESPECT TO US&quot; HIS FRIENDS&quot; AND FAMILY&quot;... R.I.P Steve Irwin</description>
		<content:encoded><![CDATA[<p>THIS IS ANOTHER SAD MOMENT IN OUR LIFES&#8230;ONE MORE OF US HAS PASSED&#8230;WE ALL KNOW ONE ANOTHER, AND AT ONE POINT WE HAVE ALL SHARISHED AN UNFORGETTABLE MEMORY&#8230;Steve AS WE KNOW, IS ONE OF THE NICEST, EASY GOING GUYS IN OUR TOWN&#8230;LETS HAVE A MOMENT AND PAY OUR RESPECT TO US&#8221; HIS FRIENDS&#8221; AND FAMILY&#8221;&#8230; R.I.P Steve Irwin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Releases Vista RC1 to the public by Bob Manning</title>
		<link>http://www.kevinjensen.com/2006/09/07/microsoft-releases-vista-rc1-to-the-public/comment-page-1/#comment-2</link>
		<dc:creator>Bob Manning</dc:creator>
		<pubDate>Thu, 07 Sep 2006 21:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinjensen.com/2006/09/07/microsoft-releases-vista-rc1-to-the-public/#comment-2</guid>
		<description>Yes, I can&#039;t wait to try it out!
</description>
		<content:encoded><![CDATA[<p>Yes, I can&#8217;t wait to try it out!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
