<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Nicholas Barger's Blog</title>
	<atom:link href="http://nicholasbarger.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicholasbarger.com</link>
	<description>One part business plus one part code equals fledgling technoblog.</description>
	<lastBuildDate>Mon, 21 May 2012 16:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on About by Scott Johnson</title>
		<link>http://nicholasbarger.com/about/#comment-465</link>
		<dc:creator><![CDATA[Scott Johnson]]></dc:creator>
		<pubDate>Mon, 21 May 2012 16:06:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-465</guid>
		<description><![CDATA[Well done! :)]]></description>
		<content:encoded><![CDATA[<p>Well done! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Makes 100% Height So Much Easier by Javascript / JQuery &#8211; detect browser height &#8211; simple fix</title>
		<link>http://nicholasbarger.com/2011/08/04/jquery-makes-100-height-so-much-easier/#comment-461</link>
		<dc:creator><![CDATA[Javascript / JQuery &#8211; detect browser height &#8211; simple fix]]></dc:creator>
		<pubDate>Sat, 19 May 2012 17:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://nicholasbarger.com/?p=405#comment-461</guid>
		<description><![CDATA[[...] http://nicholasbarger.com/2011/08/04/jquery-makes-100-height-so-much-easier/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://nicholasbarger.com/2011/08/04/jquery-makes-100-height-so-much-easier/" rel="nofollow">http://nicholasbarger.com/2011/08/04/jquery-makes-100-height-so-much-easier/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Zune and WP7 on VirtualBox by Sami Remes</title>
		<link>http://nicholasbarger.com/2011/04/26/running-zune-and-wp7-on-virtualbox/#comment-429</link>
		<dc:creator><![CDATA[Sami Remes]]></dc:creator>
		<pubDate>Tue, 10 Apr 2012 14:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://nicholasbarger.com/?p=378#comment-429</guid>
		<description><![CDATA[Have you tried installing Windows Phone updates through Zune running in the VirtualBoxed Windows? I remember having some problems when I previously tried Nokia Suite to update an older Symbian phone (probably because it appeared as a new usb device or so), so wondering if WP is any different.]]></description>
		<content:encoded><![CDATA[<p>Have you tried installing Windows Phone updates through Zune running in the VirtualBoxed Windows? I remember having some problems when I previously tried Nokia Suite to update an older Symbian phone (probably because it appeared as a new usb device or so), so wondering if WP is any different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Tableless Form by Jeremy1158</title>
		<link>http://nicholasbarger.com/2009/06/22/a-simple-tableless-form/#comment-413</link>
		<dc:creator><![CDATA[Jeremy1158]]></dc:creator>
		<pubDate>Mon, 26 Mar 2012 22:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://nbarger.wordpress.com/?p=186#comment-413</guid>
		<description><![CDATA[This has been stated, but you really should use labels instead of span. The reason being is that labels are specifically for naming an input field AND will toggle the field when selected. Oh yes, and its just the appropriate way to do it.]]></description>
		<content:encoded><![CDATA[<p>This has been stated, but you really should use labels instead of span. The reason being is that labels are specifically for naming an input field AND will toggle the field when selected. Oh yes, and its just the appropriate way to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Catching up to MVC by nbarger</title>
		<link>http://nicholasbarger.com/2012/01/29/catching-up-to-mvc/#comment-361</link>
		<dc:creator><![CDATA[nbarger]]></dc:creator>
		<pubDate>Sun, 04 Mar 2012 20:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://nicholasbarger.com/?p=434#comment-361</guid>
		<description><![CDATA[Right now, I&#039;m using it pretty barebones.  I am using nuget packages for jquery and modernizr.  I still use ADO.net for data access but I am playing with Entity Framework and specifically EF Code First trying it out in an enterprise environment.  One other one that I am using a bit for DTO flattening is Automapper.]]></description>
		<content:encoded><![CDATA[<p>Right now, I&#8217;m using it pretty barebones.  I am using nuget packages for jquery and modernizr.  I still use ADO.net for data access but I am playing with Entity Framework and specifically EF Code First trying it out in an enterprise environment.  One other one that I am using a bit for DTO flattening is Automapper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Catching up to MVC by Mark Douglass</title>
		<link>http://nicholasbarger.com/2012/01/29/catching-up-to-mvc/#comment-359</link>
		<dc:creator><![CDATA[Mark Douglass]]></dc:creator>
		<pubDate>Fri, 02 Mar 2012 15:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://nicholasbarger.com/?p=434#comment-359</guid>
		<description><![CDATA[Hi Nick,

Quick question - are you using any other plug-ins or components in your toolbox other than just straight up Microsoft MVC, VS2010?

I&#039;m curious because I&#039;m also starting with MVC trying to learn it and I wanted to make sure that I am not missing something I should have.

Thanks,
-m]]></description>
		<content:encoded><![CDATA[<p>Hi Nick,</p>
<p>Quick question &#8211; are you using any other plug-ins or components in your toolbox other than just straight up Microsoft MVC, VS2010?</p>
<p>I&#8217;m curious because I&#8217;m also starting with MVC trying to learn it and I wanted to make sure that I am not missing something I should have.</p>
<p>Thanks,<br />
-m</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Zune and WP7 on VirtualBox by Virtual machine problems</title>
		<link>http://nicholasbarger.com/2011/04/26/running-zune-and-wp7-on-virtualbox/#comment-342</link>
		<dc:creator><![CDATA[Virtual machine problems]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 12:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://nicholasbarger.com/?p=378#comment-342</guid>
		<description><![CDATA[[...] control of these resources before the guest system is even powered on. I recommend following these Zune Virtualization Steps. If that doesn&#039;t work, you may want to consider using virtual machine software with better USB [...]]]></description>
		<content:encoded><![CDATA[<p>[...] control of these resources before the guest system is even powered on. I recommend following these Zune Virtualization Steps. If that doesn&#039;t work, you may want to consider using virtual machine software with better USB [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Makes 100% Height So Much Easier by Stefan P.</title>
		<link>http://nicholasbarger.com/2011/08/04/jquery-makes-100-height-so-much-easier/#comment-340</link>
		<dc:creator><![CDATA[Stefan P.]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 13:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://nicholasbarger.com/?p=405#comment-340</guid>
		<description><![CDATA[Thanks, saved me a lot :)]]></description>
		<content:encoded><![CDATA[<p>Thanks, saved me a lot <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Catching up to MVC by dieta</title>
		<link>http://nicholasbarger.com/2012/01/29/catching-up-to-mvc/#comment-337</link>
		<dc:creator><![CDATA[dieta]]></dc:creator>
		<pubDate>Thu, 02 Feb 2012 00:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://nicholasbarger.com/?p=434#comment-337</guid>
		<description><![CDATA[With the ASP.NET 3 Tools Update, project templates include JavaScript libraries pre-installed NuGet packages, so they are updatable via NuGet. Entity Framework Code First is also pre-installed as a NuGet package.]]></description>
		<content:encoded><![CDATA[<p>With the ASP.NET 3 Tools Update, project templates include JavaScript libraries pre-installed NuGet packages, so they are updatable via NuGet. Entity Framework Code First is also pre-installed as a NuGet package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by how to teach kids</title>
		<link>http://nicholasbarger.com/about/#comment-335</link>
		<dc:creator><![CDATA[how to teach kids]]></dc:creator>
		<pubDate>Mon, 30 Jan 2012 22:14:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-335</guid>
		<description><![CDATA[I see your point, and I completely appreciate your post.  For what its worth I will tell all my friends about it, quite resourceful. Later.]]></description>
		<content:encoded><![CDATA[<p>I see your point, and I completely appreciate your post.  For what its worth I will tell all my friends about it, quite resourceful. Later.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

