<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Bob On Development</title>
	<link>http://bobondevelopment.com</link>
	<description>Musings on the craft and business of software development</description>
	<lastBuildDate>Sun, 27 Jul 2008 06:10:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How Not To Remove Multiple Spaces From Strings</title>
		<description><![CDATA[You think you're removing all possible cases of multiple spaces ... but you're not.]]></description>
		<link>http://bobondevelopment.com/2008/07/26/how-not-to-remove-multiple-spaces-from-strings/</link>
			</item>
	<item>
		<title>Case-Insensitive Regex Patterns in .NET</title>
		<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>
		<link>http://bobondevelopment.com/2008/06/28/case-insensitive-regex-patterns-in-net/</link>
			</item>
	<item>
		<title>Twitter Explained for Greybeards</title>
		<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>
		<link>http://bobondevelopment.com/2008/06/17/twitter-explained-for-greybeards/</link>
			</item>
	<item>
		<title>On Exceeding Requirements</title>
		<description><![CDATA[Not having fun as a software developer?  I didn't think so.  It's written all over your code.]]></description>
		<link>http://bobondevelopment.com/2008/05/07/on-exceeding-requirements/</link>
			</item>
	<item>
		<title>Are Modeling Languages the Next Big Thing in Software Development?</title>
		<description><![CDATA[Five years from now will we be describing applications rather than coding them?]]></description>
		<link>http://bobondevelopment.com/2008/02/09/are-modeling-languages-the-next-big-thing-in-software-development/</link>
			</item>
	<item>
		<title>Is Software Development Failing as a Craft?</title>
		<description><![CDATA[... or is it just that craftsmanship isn't really needed anymore?  Maybe a little of both.]]></description>
		<link>http://bobondevelopment.com/2008/01/06/is-software-development-failing-as-a-craft/</link>
			</item>
	<item>
		<title>A Reason To Keep a Project on Visual Studio 2003 &#8212; in 2007</title>
		<description><![CDATA[Think twice before moving an ASP.NET project to VS 2005 or 2008 if it also includes classic ASP pages.]]></description>
		<link>http://bobondevelopment.com/2007/12/21/a-reason-to-keep-a-project-on-visual-studio-2003-in-2007/</link>
			</item>
	<item>
		<title>Sql Server Error 18456: Login Failed</title>
		<description><![CDATA[Getting to the bottom of unhelpful "Login failed for user x" exceptions in SQL Server.]]></description>
		<link>http://bobondevelopment.com/2007/12/13/sql-server-error-18456-login-failed/</link>
			</item>
	<item>
		<title>Fixing the &#8220;Specified web server is not running ASP.NET version 1.1&#8243; Error</title>
		<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>
		<link>http://bobondevelopment.com/2007/11/25/fixing-the-specified-web-server-is-not-running-aspnet-version-11-error/</link>
			</item>
	<item>
		<title>Notes From Beyond the Grave</title>
		<description><![CDATA[Some things just don't happen in this life.  When they start happening, there can be only one explanation.]]></description>
		<link>http://bobondevelopment.com/2007/11/09/note-from-beyond-the-grave/</link>
			</item>
</channel>
</rss>
