<?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"
	>

<channel>
	<title>Bob On Development</title>
	<atom:link href="http://bobondevelopment.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bobondevelopment.com</link>
	<description>Musings on the craft and business of software development</description>
	<pubDate>Sun, 27 Jul 2008 06:10:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How Not To Remove Multiple Spaces From Strings</title>
		<link>http://bobondevelopment.com/2008/07/26/how-not-to-remove-multiple-spaces-from-strings/</link>
		<comments>http://bobondevelopment.com/2008/07/26/how-not-to-remove-multiple-spaces-from-strings/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 06:03:25 +0000</pubDate>
		<dc:creator>bob</dc:creator>
		
		<category><![CDATA[.NET Framework]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/?p=125</guid>
		<description><![CDATA[You think you're removing all possible cases of multiple spaces ... but you're not.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2008/07/26/how-not-to-remove-multiple-spaces-from-strings/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Case-Insensitive Regex Patterns in .NET</title>
		<link>http://bobondevelopment.com/2008/06/28/case-insensitive-regex-patterns-in-net/</link>
		<comments>http://bobondevelopment.com/2008/06/28/case-insensitive-regex-patterns-in-net/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 03:43:14 +0000</pubDate>
		<dc:creator>bob</dc:creator>
		
		<category><![CDATA[.NET Framework]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/?p=124</guid>
		<description><![CDATA[For some reason, I haven&#8217;t had to do this in a long time, so had to look it up.
There are three options for doing case-insensitive regular expressions in .NET.
The first is to use the RegexOptions enumeration to specify case-insensitive behavior:
Regex.IsMatch("Fubar","^fubar",RegexOptions.IgnoreCase)
The equivalent option is to put (?i) at the start of the expression.  This is [...]]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2008/06/28/case-insensitive-regex-patterns-in-net/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Explained for Greybeards</title>
		<link>http://bobondevelopment.com/2008/06/17/twitter-explained-for-greybeards/</link>
		<comments>http://bobondevelopment.com/2008/06/17/twitter-explained-for-greybeards/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 19:00:56 +0000</pubDate>
		<dc:creator>bob</dc:creator>
		
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/?p=123</guid>
		<description><![CDATA[My old friend Whil Hentzen, who is still somehow making a living in the FoxPro world with a side of Linux, posted a hilarious and enlightening explanation of Twitter, how it&#8217;s used in the real world, and why it might be necessary to indulge in even if you were born before dirt was invented.
I&#8217;m almost [...]]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2008/06/17/twitter-explained-for-greybeards/feed/</wfw:commentRss>
		</item>
		<item>
		<title>On Exceeding Requirements</title>
		<link>http://bobondevelopment.com/2008/05/07/on-exceeding-requirements/</link>
		<comments>http://bobondevelopment.com/2008/05/07/on-exceeding-requirements/#comments</comments>
		<pubDate>Wed, 07 May 2008 18:27:08 +0000</pubDate>
		<dc:creator>bob</dc:creator>
		
		<category><![CDATA[Techniques]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/?p=117</guid>
		<description><![CDATA[Not having fun as a software developer?  I didn't think so.  It's written all over your code.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2008/05/07/on-exceeding-requirements/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Are Modeling Languages the Next Big Thing in Software Development?</title>
		<link>http://bobondevelopment.com/2008/02/09/are-modeling-languages-the-next-big-thing-in-software-development/</link>
		<comments>http://bobondevelopment.com/2008/02/09/are-modeling-languages-the-next-big-thing-in-software-development/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 03:49:50 +0000</pubDate>
		<dc:creator>bob</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2008/02/09/are-modeling-languages-the-next-big-thing-in-software-development/</guid>
		<description><![CDATA[Five years from now will we be describing applications rather than coding them?]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2008/02/09/are-modeling-languages-the-next-big-thing-in-software-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is Software Development Failing as a Craft?</title>
		<link>http://bobondevelopment.com/2008/01/06/is-software-development-failing-as-a-craft/</link>
		<comments>http://bobondevelopment.com/2008/01/06/is-software-development-failing-as-a-craft/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 18:09:53 +0000</pubDate>
		<dc:creator>bob</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2008/01/06/is-software-development-failing-as-a-craft/</guid>
		<description><![CDATA[... or is it just that craftsmanship isn't really needed anymore?  Maybe a little of both.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2008/01/06/is-software-development-failing-as-a-craft/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Reason To Keep a Project on Visual Studio 2003 &#8212; in 2007</title>
		<link>http://bobondevelopment.com/2007/12/21/a-reason-to-keep-a-project-on-visual-studio-2003-in-2007/</link>
		<comments>http://bobondevelopment.com/2007/12/21/a-reason-to-keep-a-project-on-visual-studio-2003-in-2007/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 17:57:38 +0000</pubDate>
		<dc:creator>bob</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/12/21/a-reason-to-keep-a-project-on-visual-studio-2003-in-2007/</guid>
		<description><![CDATA[Think twice before moving an ASP.NET project to VS 2005 or 2008 if it also includes classic ASP pages.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/12/21/a-reason-to-keep-a-project-on-visual-studio-2003-in-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sql Server Error 18456: Login Failed</title>
		<link>http://bobondevelopment.com/2007/12/13/sql-server-error-18456-login-failed/</link>
		<comments>http://bobondevelopment.com/2007/12/13/sql-server-error-18456-login-failed/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 21:35:51 +0000</pubDate>
		<dc:creator>bob</dc:creator>
		
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/12/13/sql-server-error-18456-login-failed/</guid>
		<description><![CDATA[Getting to the bottom of unhelpful "Login failed for user x" exceptions in SQL Server.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/12/13/sql-server-error-18456-login-failed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fixing the &#8220;Specified web server is not running ASP.NET version 1.1&#8243; Error</title>
		<link>http://bobondevelopment.com/2007/11/25/fixing-the-specified-web-server-is-not-running-aspnet-version-11-error/</link>
		<comments>http://bobondevelopment.com/2007/11/25/fixing-the-specified-web-server-is-not-running-aspnet-version-11-error/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 03:06:18 +0000</pubDate>
		<dc:creator>bob</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/11/25/fixing-the-specified-web-server-is-not-running-aspnet-version-11-error/</guid>
		<description><![CDATA[I could no longer put off some work on an ASP.NET 1.1 application so I fired up Visual Studio 2003 and immediately got the &#8220;specified web server is not running ASP.NET version 1.1&#8243; error.  This, despite the fact that ASP.NET 1.1 was set in IIS as the framework version for that app.
There are plenty [...]]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/11/25/fixing-the-specified-web-server-is-not-running-aspnet-version-11-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Notes From Beyond the Grave</title>
		<link>http://bobondevelopment.com/2007/11/09/note-from-beyond-the-grave/</link>
		<comments>http://bobondevelopment.com/2007/11/09/note-from-beyond-the-grave/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 03:54:12 +0000</pubDate>
		<dc:creator>bob</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/11/09/note-from-beyond-the-grave/</guid>
		<description><![CDATA[Some things just don't happen in this life.  When they start happening, there can be only one explanation.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/11/09/note-from-beyond-the-grave/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
