<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CurtisMitchell</title>
	<atom:link href="http://www.curtismitchell.com/2b/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.curtismitchell.com/2b</link>
	<description>IThinkTherefore, IBlog</description>
	<lastBuildDate>Fri, 03 Dec 2010 22:23:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HP Mini with Ubuntu needs Firmware upgrade for Wireless</title>
		<link>http://www.curtismitchell.com/2b/?p=163</link>
		<comments>http://www.curtismitchell.com/2b/?p=163#comments</comments>
		<pubDate>Fri, 03 Dec 2010 22:23:36 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.curtismitchell.com/2b/?p=163</guid>
		<description><![CDATA[I recently installed Ubuntu Netbook Remix on my HP Mini 311.&#160; The OS is beautiful.&#160; It is a great fit for what I use my netbook to do: web development, view videos, and surf the net.
Unfortunately, I realized my wireless adapter was not working after installation.&#160; It had a message that said something about needing [...]]]></description>
		<wfw:commentRss>http://www.curtismitchell.com/2b/?feed=rss2&amp;p=163</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMWare VMDebugger &#8220;unable to detect current startup project&#8221;</title>
		<link>http://www.curtismitchell.com/2b/?p=162</link>
		<comments>http://www.curtismitchell.com/2b/?p=162#comments</comments>
		<pubDate>Tue, 09 Nov 2010 22:48:57 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vs2008]]></category>

		<guid isPermaLink="false">http://www.curtismitchell.com/2b/?p=162</guid>
		<description><![CDATA[&#160;
I spent many small packets of time trying to find a solution to this problem over about two months.&#160; Luckily, I stumbled across an answer that actually worked for me.
Problem: Visual Studio 2008 with VMWare VMDebugger integration does not work.&#160; When I try to launch debugging in a VM, I get a message that says [...]]]></description>
		<wfw:commentRss>http://www.curtismitchell.com/2b/?feed=rss2&amp;p=162</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Code Camp Report</title>
		<link>http://www.curtismitchell.com/2b/?p=157</link>
		<comments>http://www.curtismitchell.com/2b/?p=157#comments</comments>
		<pubDate>Mon, 03 May 2010 19:40:57 +0000</pubDate>
		<dc:creator>curtis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.curtismitchell.com/2b/?p=157</guid>
		<description><![CDATA[Name: Chicago Code Camp 2010    Where: Illinois Institute of Technology, Chicago, IL     When: May 1, 2010
My Talk
&#160;
I had an opportunity to present at the Chicago Code Camp. My talk was titled, “Seven Habits of Highly Effective ASP.NET MVC Developers.” It is a long title derived from Stephen Covey’s [...]]]></description>
		<wfw:commentRss>http://www.curtismitchell.com/2b/?feed=rss2&amp;p=157</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Two ways to handle unauthorized requests to Ajax actions in ASP.NET MVC 2</title>
		<link>http://www.curtismitchell.com/2b/?p=150</link>
		<comments>http://www.curtismitchell.com/2b/?p=150#comments</comments>
		<pubDate>Mon, 22 Mar 2010 21:10:08 +0000</pubDate>
		<dc:creator>curtis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.curtismitchell.com/2b/?p=150</guid>
		<description><![CDATA[Problem:&#160; I have created a view that posts to an action via Ajax with the expectation that the action will return the requested data or an empty string.&#160; Even better, I would like it to be configurable to return whatever value I see fit.
The problem arises when I decorate the called action with the [Authorize] [...]]]></description>
		<wfw:commentRss>http://www.curtismitchell.com/2b/?feed=rss2&amp;p=150</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changing the default Virtual Directory/[TARGETVDIR] name in a Visual Studio Setup Project</title>
		<link>http://www.curtismitchell.com/2b/?p=143</link>
		<comments>http://www.curtismitchell.com/2b/?p=143#comments</comments>
		<pubDate>Fri, 19 Feb 2010 17:14:42 +0000</pubDate>
		<dc:creator>curtis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.curtismitchell.com/2b/?p=143</guid>
		<description><![CDATA[While working on a Visual Studio Setup Project for an ASP.NET MVC application, I ran into an interesting dilemma. The installer automatically uses the Title of your setup project as the default virtual directory value. From a user experience standpoint, it can serve as a visual indicator that this &#34;virtual directory&#34; is specifically for the [...]]]></description>
		<wfw:commentRss>http://www.curtismitchell.com/2b/?feed=rss2&amp;p=143</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Gestalt = Low-Lying Awesome</title>
		<link>http://www.curtismitchell.com/2b/?p=141</link>
		<comments>http://www.curtismitchell.com/2b/?p=141#comments</comments>
		<pubDate>Fri, 12 Feb 2010 02:59:09 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ria]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://www.curtismitchell.com/2b/?p=141</guid>
		<description><![CDATA[Microsoft appears to be betting big on Silverlight.&#160; When the Silverlight 1.0 bits were released in 2007, my initial thoughts were, “Yay, Flash for .NET developers.”&#160; As Microsoft pushed forward with version 2, version 3, and now version 4 of Silverlight, those sarcastic thoughts have subsided to make way for more genuine curiosity.&#160; How did [...]]]></description>
		<wfw:commentRss>http://www.curtismitchell.com/2b/?feed=rss2&amp;p=141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should IronRuby be called NSignificant?</title>
		<link>http://www.curtismitchell.com/2b/?p=139</link>
		<comments>http://www.curtismitchell.com/2b/?p=139#comments</comments>
		<pubDate>Wed, 09 Dec 2009 17:06:47 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby.net]]></category>
		<category><![CDATA[rubyclr]]></category>

		<guid isPermaLink="false">http://www.curtismitchell.com/2b/?p=139</guid>
		<description><![CDATA[Update:&#160; You’re more than welcome to read my angry rant below.&#160; However, I felt it would be more responsible if I summed up a few points right here at the very beginning:

Dynamic languages are awesome for things like web development, scripting, and embedded customization engines for bigger applications.
IMO, Ruby is more sought after for its [...]]]></description>
		<wfw:commentRss>http://www.curtismitchell.com/2b/?feed=rss2&amp;p=139</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Seven Habits of Highly Effective ASP.NET MVC Developers</title>
		<link>http://www.curtismitchell.com/2b/?p=138</link>
		<comments>http://www.curtismitchell.com/2b/?p=138#comments</comments>
		<pubDate>Tue, 10 Nov 2009 04:31:28 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[CSharp]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ioc]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[solid]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.curtismitchell.com/2b/?p=138</guid>
		<description><![CDATA[This weekend I had the privilege of presenting two talks at the CMAP Code Camp in Central Maryland.&#160; I gave a talk on the Spark View Engine and a new talk called “Seven Habits of Highly Effective ASP.NET MVC Developers.”&#160; 
Here are the slides for the latter talk:
Seven Habits Of Highly Effective Asp Net Mvc [...]]]></description>
		<wfw:commentRss>http://www.curtismitchell.com/2b/?feed=rss2&amp;p=138</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Richmond Code Camp 2009.2</title>
		<link>http://www.curtismitchell.com/2b/?p=129</link>
		<comments>http://www.curtismitchell.com/2b/?p=129#comments</comments>
		<pubDate>Mon, 05 Oct 2009 20:04:17 +0000</pubDate>
		<dc:creator>curtis</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[spark]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.curtismitchell.com/2b/?p=129</guid>
		<description><![CDATA[Wow!  What an event!
This weekend, I joined ~400 others for the Richmond Code Camp and a good time was had.  As others have noted, the hardest part of the day was choosing which talks to attend due to a schedule full of excellent topics and speakers.
I started off with Justin Etheredge&#8217;s talk on [...]]]></description>
		<wfw:commentRss>http://www.curtismitchell.com/2b/?feed=rss2&amp;p=129</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Slides from Raleigh Code Camp 2009</title>
		<link>http://www.curtismitchell.com/2b/?p=113</link>
		<comments>http://www.curtismitchell.com/2b/?p=113#comments</comments>
		<pubDate>Mon, 21 Sep 2009 15:01:00 +0000</pubDate>
		<dc:creator>curtis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[raleighcodecamp]]></category>
		<category><![CDATA[rducc]]></category>
		<category><![CDATA[spark]]></category>
		<category><![CDATA[viewengine]]></category>

		<guid isPermaLink="false">http://www.curtismitchell.com/2b/?p=113</guid>
		<description><![CDATA[As promised, I am posting the slides that I used in the Spark talk.  Although the true context of the talk is not present on the slides, I hope these are helpful to someone using the Spark View Engine or considering it.]]></description>
		<wfw:commentRss>http://www.curtismitchell.com/2b/?feed=rss2&amp;p=113</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

