<?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>@neilmiddleton &#187; development</title>
	<atom:link href="http://neilmiddleton.com/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://neilmiddleton.com</link>
	<description>in more than 140 characters</description>
	<lastBuildDate>Tue, 09 Mar 2010 10:59:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FCKEditor not working in Firefox for you?</title>
		<link>http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/</link>
		<comments>http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 12:08:31 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://neilmiddleton.com/?p=638</guid>
		<description><![CDATA[Just came across a cracking little bug in the old FCKEditor 2 code that we use on a number of applications.  In the last few days we&#8217;ve noticed that it&#8217;s just randomly stopped working in Firefox across all applications that use the editor.
After doing a little digging, this was tracked down to a 2010 related [...]]]></description>
			<content:encoded><![CDATA[<p>Just came across a cracking little bug in the old <a href="http://ckeditor.com/" target="_blank">FCKEditor 2</a> code that we use on a number of applications.  In the last few days we&#8217;ve noticed that it&#8217;s just randomly stopped working in Firefox across all applications that use the editor.</p>
<p>After doing a little digging, this was tracked down to a 2010 related bug, and the fact that the newest versions of Firefox were released this calendar year.  Take a look at my user agent:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2)  Gecko/20100115 Firefox/3.6</pre></div></div>

<p>In the FCKEditor code, it&#8217;s checking to see if I have a compatible browser by checking the date of release of the Firefox, with the following code:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">stResult <span style="color: #339933;">=</span> reFind<span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">&quot;gecko/(200[3-9][0-1][0-9][0-3][0-9])&quot;</span><span style="color: #339933;">,</span> sAgent<span style="color: #339933;">,</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">true</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>You&#8217;ll notice that this regex doesn&#8217;t work particulary well for anything that might start with 2010, so you need to update your regex to the following:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">stResult <span style="color: #339933;">=</span> reFind<span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">&quot;gecko/(20[0-9][0-9][0-1][0-9][0-3][0-9])&quot;</span><span style="color: #339933;">,</span> sAgent<span style="color: #339933;">,</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">true</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Once you&#8217;re done and dusted, this should give you another 10 years of happy FCKEditor usage (if you&#8217;re that committed).</p>
<p>UPDATE:  After some more digging it would appear that this is only a ColdFusion related issue, as it is the only library to use a regex to find the date, all of the others use a substring style extraction of the date.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;title=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;title=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=FCKEditor+not+working+in+Firefox+for+you%3F&amp;url=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;title=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;title=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;T=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;title=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;title=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+FCKEditor+not+working+in+Firefox+for+you%3F+@+http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;t=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Users don&#8217;t want rich</title>
		<link>http://neilmiddleton.com/2009/09/30/users-dont-want-rich/</link>
		<comments>http://neilmiddleton.com/2009/09/30/users-dont-want-rich/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 22:29:20 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web business]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Rich Internet Applications]]></category>
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://neilmiddleton.com/?p=535</guid>
		<description><![CDATA[For many years now, software developers around the world have been releasing quicker and more capable software on an almost constant basis. Each year, we tend so see new releases of existing products that make the products better in every apparent way, shape and form, and we, the computing public, lap it up.
For instance, Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>For many years now, software developers around the world have been releasing quicker and more capable software on an almost constant basis. Each year, we tend so see new releases of existing products that make the products better in every apparent way, shape and form, and we, the computing public, lap it up.</p>
<p>For instance, Microsoft Word is currently at it&#8217;s 11th(-ish) version and still going strong as one of, if not <em>the,</em> most successful word processing packages of all time.  Each year or two Microsoft bring out a new and improved version that adds more features and more capabilities to the average person&#8217;s arsenal.</p>
<p>Now, for a moment, have a think about the last time you used Word.  Assuming you&#8217;re not one of the 10% of people who &#8220;power-use&#8221; Word, see if you can name five features of Word that you use on a regular basis.</p>
<p>Formatting?  Tables?  Printing?  er&#8230;.. Word Count?</p>
<p>Let&#8217;s for a moment consider Word, with each and every standard toolbar open:</p>
<p><img class="aligncenter size-full wp-image-536" title="word" src="http://neilmiddleton.com/wp-content/uploads/2009/09/word.jpg" alt="word" width="400" height="276" /></p>
<p>There&#8217;s a lot there, and there&#8217;s a whole load of stuff in there that you&#8217;ve never even seen before. Now, think back to the last time you upgraded your installation of Word.  What was the reasoning behind it?  What was the reason that you (may of) reached into your pocket and forked out for the funky new Office installer?</p>
<p>Well, let&#8217;s take Word 2008 &#8211; the headline features there were the Ribbon UI, and support for Office XML formats&#8230; and that&#8217;s about it.  Which of those features made you upgrade? Word probably has more functionality than you need&#8230; in fact, waaay more functionality than you&#8217;ll ever need.  So, why don&#8217;t you just use WordPad which comes free and is pre-installed on Windows?  Or TextEdit on the Mac?</p>
<p>Now cast your mind across to the web applications that we, as developers, are creating every day for our clients, be it on a bespoke purely custom basis, or as a product that we roll out to a customer base.  I dare say, that somewhere in your company is a man who works in what some would call &#8216;Marketing&#8217;.  This person wants to sell the product out to as many people as possible, and he also wants all of the current user base to upgrade on a regular basis.  Therefore, you most likely have an army of developers creating new features here and there, and making the existing features more capable in every way you can in order to persuade the customer that WhizzBang Enterprises Widget-o-matic 2009 is the best-est thing since last years version (which is now obviously outdated, insecure, and prone to crashing).</p>
<p>Why do we, as software shops, do this?  Why do we insist on making our software more complex, and more difficult to use for our customers?</p>
<p style="text-align: center;"><a href="http://www.bytelove.com/stuff/toys/the-cubes-bob/prod_63.html"><img class="size-full wp-image-537 aligncenter" title="bob" src="http://neilmiddleton.com/wp-content/uploads/2009/09/bob.jpg" alt="bob" width="370" height="318" /></a></p>
<p>Put yourselves in the shoes of your user (let&#8217;s call him Bob).  First of all, be aware that Bob is nothing like you.  Bob doesn&#8217;t use computers for the fun of it, he uses computers to get something else done, so that he can go home on time and get back to work on his new garden terrace.  Bob doesn&#8217;t really get computers, he doesn&#8217;t really get the web that much.  Sure he uses Facebook, and emails his chums, and even has his own website (which incidentally is just his twitter stream), but Bob&#8217;s interested in other things &#8211; Bob just wants to get his shit done and go home.</p>
<p>So, whats the major difference between you and Bob?  Well for starters, for Bob, his computer, and the software on it is a tool &#8211; nothing more, nothing less.  He uses his tools to write his documents, send them out to his clients, and ensure that he gets paid at the end of the day.  To Bob his computer is identical to the bag he uses to carry his lunch to work, a tool to achieve a task.</p>
<p>So, thinking about tasks &#8211; what do most people want?  Well, it&#8217;s simple really.  Simplicity.  People just want to go in, get exactly what they want done with the minimum of fuss, and move on.  Even us developers do it.  We don&#8217;t sit down in the morning and think &#8220;I&#8217;m going to sit down for the next eight hours and write some Ruby&#8230;&#8221;, we think &#8220;I&#8217;m going to sit down for the next eight hours, and get this project finished and out the door&#8221;.  Our tools are an ends to a means.</p>
<p>So, coming back to our software, why do we make it so complex? Why are we so obsessed with feature richness and whiz bang interactions &#8211; the vast majority of people couldn&#8217;t care less, they just want to get their work done with the minimum of fuss.</p>
<p>Let&#8217;s take a look at richness in applications (the aforementioned whiz-bang element). Recently, there has been a huge movement by Adobe and Microsoft to get developers into using rich platform technologies such as Flash and Silverlight.  Whilst this is all very well, have a quick think about how many applications you use on a day-to-day basis you would consider to be rich (and buzzword bingo favourite &#8220;an immersive experience&#8221;).  Personally, there&#8217;s only one (<a href="http://www.balsamiq.com/products/mockups">Balsamiq Mockups</a> if you want to know).  For most, <a href="http://www.webkitchen.be/2009/01/05/11-of-all-twitters-are-sent-using-an-adobe-air-application/" target="_blank">it&#8217;s a twitter client</a>.</p>
<p>So, what does this say?  Well for me it&#8217;s a sign that while we developers love to see the demo apps that are coming out and what some people are knocking out, but at the end of the day it&#8217;s ultimately simplicity and straightforward-ness that we prefer &#8211; we just want to get <em>our work done</em>.</p>
<p>In essence, I guess we might be guilty of three things &#8211; one, overestimating the users motivation and involvement in using the wonderful creation that you&#8217;ve just put out there. Secondly, of overcomplicating what we&#8217;re making the users use purely for the marketing aspect, rather than making a genuniely good product, and thirdly, for not really eating our own dog food and actually using this rich applications that we keep telling everyone they need.</p>
<p>Overally, we, as developers, need to keep it focused and keep it simple.  Distractions are aplenty, and we developers are incredilby suspectible to them all which makes us more prone to not keeping it simple&#8230;</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2009/09/30/users-dont-want-rich/&amp;title=Users+don%26%238217%3Bt+want+rich" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2009/09/30/users-dont-want-rich/&amp;title=Users+don%26%238217%3Bt+want+rich" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Users+don%26%238217%3Bt+want+rich&amp;url=http://neilmiddleton.com/2009/09/30/users-dont-want-rich/&amp;title=Users+don%26%238217%3Bt+want+rich" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2009/09/30/users-dont-want-rich/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2009/09/30/users-dont-want-rich/&amp;title=Users+don%26%238217%3Bt+want+rich" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2009/09/30/users-dont-want-rich/&amp;T=Users+don%26%238217%3Bt+want+rich" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2009/09/30/users-dont-want-rich/&amp;title=Users+don%26%238217%3Bt+want+rich" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2009/09/30/users-dont-want-rich/&amp;title=Users+don%26%238217%3Bt+want+rich" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2009/09/30/users-dont-want-rich/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2009/09/30/users-dont-want-rich/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Users+don%26%238217%3Bt+want+rich+@+http://neilmiddleton.com/2009/09/30/users-dont-want-rich/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2009/09/30/users-dont-want-rich/&amp;t=Users+don%26%238217%3Bt+want+rich" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2009/09/30/users-dont-want-rich/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Talking to the old duffers</title>
		<link>http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/</link>
		<comments>http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/#comments</comments>
		<pubDate>Wed, 27 May 2009 16:28:13 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Rich Internet Applications]]></category>

		<guid isPermaLink="false">http://neilmiddleton.com/?p=388</guid>
		<description><![CDATA[The other day, on my 31st birthday of all days, I can only have what can be described as a &#8220;stupid  bint&#8221; drive into the back of my Mini Cooper.  Fast forward a few days, and I find myself stood in the foyer of my local Enterprise Rent a Car whilst the Mini&#8217;s in getting [...]]]></description>
			<content:encoded><![CDATA[<p>The other day, on my 31st birthday of all days, I can only have what can be described as a &#8220;stupid  bint&#8221; drive into the back of my Mini Cooper.  Fast forward a few days, and I find myself stood in the foyer of my local <a href="http://www.enterprise.co.uk/car_rental/home.do" target="_blank">Enterprise Rent a Car</a> whilst the Mini&#8217;s in getting some repairs done (whilst I endure the <a href="http://www.kia.co.uk/New-Cars/Range/Mid-Sized/Ceed.aspx" target="_blank">Kia Cee&#8217;d</a>)</p>
<p>Whilst standing in the queue of other loaners I found myself stood next to a &#8220;Community&#8221; board, which from what I could see consisted of letters sent in by &#8220;happy&#8221; customers.  Most of these letters were praising the service they had received and how great the company was.</p>
<p><a href="http://en.wikipedia.org/wiki/One_foot_in_the_grave"><img class="alignright size-full wp-image-397" title="victor_meldrew" src="http://neilmiddleton.com/wp-content/uploads/2009/05/victor_meldrew.jpg" alt="victor_meldrew" width="100" height="105" /></a>Now, a couple of things crossed my mind at this point &#8211; firstly, <em>who</em> the hell writes these letters (aside from old people with time to burn), and secondly, <em>why</em> do they write them?</p>
<p><span id="more-388"></span></p>
<p>If I went to a car rental place, and I was treated kindly and quickly, and given a clean car in good condition for a reasonable price with no problems whatsoever, I would consider that the car rental place had done their job, not gone above and beyond, and definitely not enough to warrant cracking out the Basildon Bond.</p>
<p>This then brought me to a relevant assumption &#8211; as developers of web applications, we never get any gratitude from our users, we only get the abuse.  (Hear that tiny violin playing then?)</p>
<p>The reasoning behind this is simple &#8211; if our application is quick, responsive, and functioning completely as it should, it&#8217;s doing just that &#8211; working as it should.   Hardly praiseworthy now is it?</p>
<p>Now imagine it&#8217;s not doing these things &#8211; but merely annoying your users by taking ages, returning errors and having an appalling <a href="http://www.apdex.org/" target="_blank">Apdex</a> score.  You, as a user, are going to get grumpy, and then chances are about 1-5% of you will crack open an email and complain.</p>
<p><img class="aligncenter size-full wp-image-393" title="cartoons-complain-2" src="http://neilmiddleton.com/wp-content/uploads/2009/05/cartoons-complain-2.jpg" alt="cartoons-complain-2" width="300" height="348" /></p>
<p>Therefore, it&#8217;s pretty safe to say, that if you&#8217;re hearing nothing from your users, then everything&#8217;s OK &#8211; you&#8217;re doing what you should.</p>
<p>But.</p>
<p>Let&#8217;s imagine that you&#8217;re normal and you do get the occasional old duffer write in and have a moan that your ACME Widgetron isn&#8217;t functioning as it should &#8211; chances are that there are as many as a hundred other old duffers who have issues, but can&#8217;t be bothered to write in, they&#8217;ve just buggered off elsewhere.  Wouldn&#8217;t it be great to find out what their issues were so you can rectify them?</p>
<p>This is where products/services such as <a href="http://uservoice.com/" target="_blank">UserVoice</a> come in.  Firstly, these systems provide a low friction mechanism for your users to have a moan, and once they moan, you get to see their collective whining and not what problems you need to sort out soonest.</p>
<p><img class="aligncenter size-full wp-image-394" title="uservoice-s" src="http://neilmiddleton.com/wp-content/uploads/2009/05/uservoice-s.png" alt="uservoice-s" width="450" height="257" /></p>
<p>Secondly, these services also manage to give you some other information that would normally be reserved for the gratitude queue. By their absence, you can see what aspects of your application people are happiest with.  If it&#8217;s not mentioned in the list of changes your users are submitting, it&#8217;s safe to say their probably perfectly happy with it.</p>
<p>Therefore, if you&#8217;re building a web application, be it for you or your clients, you should <em>always</em> looking at including some sort of feedback system as a priority &#8211; not only is it there for the customer support aspect, but also to tell you what people think of your application.  But remember, people only tell you the bad things, it&#8217;s always good to remember that all the ones that are saying nothing are probably perfectly happy.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/&amp;title=Talking+to+the+old+duffers" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/&amp;title=Talking+to+the+old+duffers" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Talking+to+the+old+duffers&amp;url=http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/&amp;title=Talking+to+the+old+duffers" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/&amp;title=Talking+to+the+old+duffers" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/&amp;T=Talking+to+the+old+duffers" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/&amp;title=Talking+to+the+old+duffers" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/&amp;title=Talking+to+the+old+duffers" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Talking+to+the+old+duffers+@+http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/&amp;t=Talking+to+the+old+duffers" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2009/05/27/talking-to-the-old-duffers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Enterprise-y Sir&#8230;</title>
		<link>http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/</link>
		<comments>http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/#comments</comments>
		<pubDate>Fri, 22 May 2009 23:26:59 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[MoneyGrabbingBastards]]></category>
		<category><![CDATA[Rich Internet Applications]]></category>
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://neilmiddleton.com/?p=376</guid>
		<description><![CDATA[One of the many discussions we&#8217;ve being having recently at Monochrome towers is that of the Enterprise space. Normally the commentary we have is that of:
&#8220;WTF does Enterprise mean?&#8221;
Generally, we come back to the same thing.  Big business likes to call itself &#8220;Enterprise&#8221; because it somehow makes what they&#8217;re talking about more important.  By saying [...]]]></description>
			<content:encoded><![CDATA[<p>One of the many discussions we&#8217;ve being having recently at <a href="http://www.monochrome.co.uk">Monochrome</a> towers is that of the Enterprise space. Normally the commentary we have is that of:</p>
<p>&#8220;WTF does Enterprise mean?&#8221;</p>
<p>Generally, we come back to the same thing.  Big business likes to call itself &#8220;Enterprise&#8221; because it somehow makes what they&#8217;re talking about more important.  By saying you&#8217;re building an Enterprise application somehow makes it better, even though the requirements may be identical to that of a smaller non-enterprise company.</p>
<p>Now, let&#8217;s slide this back a bit and take a look at software.  There&#8217;s a whole raft of stuff out there in the software market that calls itself &#8220;Enterprise&#8221; with no real definition of what this actually means.  Usually, you&#8217;ll see the same thing, i.e. a couple of extra features, slightly better performance, and a MUCH higher price tag.  Just like the wedding market:</p>
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/gimiDBAK2wA&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/gimiDBAK2wA&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>So, what do you actually get for your money?  Usually it&#8217;s not much, as you can&#8217;t really buy real enterprise level services off the shelf.</p>
<p>But this then raises the question &#8211; what are enterprise level services?</p>
<p>In my mind, these are the things that don&#8217;t necessarily some in the shrink-wrapped box.  Let&#8217;s, for a moment, take the example of <a href="http://www.snapon.com/">Snap-on</a> tools.  Whilst they aren&#8217;t normally referred to as an enterprise service, I believe they are a good example of one.  Snap-on, on a basic level, manufacture tools for the motor trade.  You go to them and buy one of their socket sets, or whatever else may offer.  Now, this is exactly what you can do at any auto-factor anywhere on the planet.  However, Snap-on are more expensive.</p>
<p>So what makes Snap-on a good analogy for the enterprise?</p>
<p>Well, for a minute, put yourself in the shoes of the guy using the tools.  One day, your tool will fail. One day it will break, and you&#8217;ll need to either use a workaround, or down tools and try and get hold of a new one.  This could mean lost money, a trip down to the auto-factor&#8217;s again for something potentially out of stock, or something worse like an unhappy client.</p>
<p>This is where the enterprise support of Snap-on steps in and justifies it&#8217;s extra cost.  Your tool fails, and you&#8217;re stuck.  So you give your local Snap-on dealer a call (which are all mobile based), and he comes round and gives you a replacement tool free of charge.  You then carry on with your work and go home happy.</p>
<p>Therefore, in my eyes, Enterprise means that you are buying a service, not a price-tag.  You&#8217;re buying something that means you won&#8217;t lose out at any point, or that someone else will worry about keeping something functioning.  You&#8217;re basically paying an insurance policy against having to worry about anything.</p>
<p>This leads me to believe that we&#8217;re suffering from the effects of those f**kwits known as marketing departments who sit there spouting their mar-bollocks trying to peddle their crap.  Unfortunately to a marketer, sticking Enterprise on the name means they can charge five times as much as provide much the same thing.</p>
<p>So, next time you&#8217;re buying Enterprise, consider the price hike you&#8217;re being nailed with and have a serious think about what you&#8217;re actually getting for your money.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/&amp;title=It%26%238217%3Bs+Enterprise-y+Sir%26%238230%3B" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/&amp;title=It%26%238217%3Bs+Enterprise-y+Sir%26%238230%3B" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=It%26%238217%3Bs+Enterprise-y+Sir%26%238230%3B&amp;url=http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/&amp;title=It%26%238217%3Bs+Enterprise-y+Sir%26%238230%3B" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/&amp;title=It%26%238217%3Bs+Enterprise-y+Sir%26%238230%3B" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/&amp;T=It%26%238217%3Bs+Enterprise-y+Sir%26%238230%3B" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/&amp;title=It%26%238217%3Bs+Enterprise-y+Sir%26%238230%3B" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/&amp;title=It%26%238217%3Bs+Enterprise-y+Sir%26%238230%3B" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+It%26%238217%3Bs+Enterprise-y+Sir%26%238230%3B+@+http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/&amp;t=It%26%238217%3Bs+Enterprise-y+Sir%26%238230%3B" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2009/05/23/its-enterprise-y-sir/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Agile Requirements &#8211; How do you eat yours?</title>
		<link>http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/</link>
		<comments>http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 14:05:39 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/</guid>
		<description><![CDATA[One of the things that I have been looking at a lot recently is the definition of what we, as a team, are building &#8211; a commonly missed task by many teams which can often lead to cowboy coding.
Now, there are many viewpoints on how this can be done, the age old preference being that [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both">One of the things that I have been looking at a lot recently is the definition of what we, as a team, are building &#8211; a commonly missed task by many teams which can often lead to cowboy coding.</p>
<p style="clear: both"><img src="http://neilmiddleton.com/wp-content/uploads/2009/03/the-new-recruit-thumb.jpg" height="294" width="380" style=" text-align: center; display: block; margin: 0 auto 10px;" />Now, there are many viewpoints on how this can be done, the age old preference being that of creating a 10,000 document that everyone must adhere to and be measured by. The trouble is, the document takes months to write, even longer to get approval on, and then an eon to code. By the end of this process, the document owner has retired, the development team have cycled their staff three times, and your dog has died. But, more importantly, because these days is moving so damn fast in business, your document is now worthless as half of the requirements are now invalid &#8211; either because the workflows in place have subtly changed or the market the product is aimed at has.</p>
<p style="clear: both">So, what do we do about this? Do we just ignore the requirement making it up as we go along, or do we do something a little more clever. Most people seem to leave it to making it up <a href="http://couchdb.infogami.com/alpha1" target="_blank">as you go along</a>.</p>
<p style="clear: both">
<ol style="clear: both">
<li>Ask engineer how the damn thing works.</li>
<li>Deafing silence.</li>
<li>Crickets.</li>
<li>Tumbleweed.</li>
<li>Just start writing something. Anything.</li>
<li>Give this something to the engineer.</li>
<li>Watch engineer become quite upset at how badly you&#8217;ve missed the point of everything.</li>
<li>As the engineer berates you, in between insults he will also throw off nuggets of technical information.</li>
<li>Collect these nuggets, as they are the only reliable technical information you will receive.</li>
<li>Try like hell to weave together this information into something enlightening and technically accurate.</li>
<li>Go to step 6.</li>
</ol>
<p style="clear: both">Well, at <a href="http://www.monochrome.co.uk" title="Monochrome" target="_blank">Monochrome</a>, we&#8217;ve been doing Agile now for a fair while, and the key mantra there is </p>
<blockquote style="clear: both"><p>&#8220;<a href="http://www.agilemodeling.com/essays/barelyGoodEnough.html" target="_blank">Just barely good enough</a>&#8220;</p>
</blockquote>
<p style="clear: both">But what does this mean? Well, in essence, don&#8217;t bother doing anything until literally just before you need it, and even then, only do the absolute minimum to makes things work. If you do things to early, you&#8217;re opening up the risk of change, and if you do too much, you&#8217;re pretty much wasting your time (the minimum amount is just enough after all). This means no massive tombs of out of date guff, and also a lot less time spent writing.</p>
<p style="clear: both">For us, we find that documentation in the form of multiple screen wireframes that are annotated with functional detail tend to suffice, especially when accompanied by some background blurb to describe the things you <em>can&#8217;t</em> see. This is especially effective for two reasons &#8211; firstly it&#8217;s nice and visual, which means clients are more likely to read it, and it also gives you a nice document to directly compare your screens and functionality against &#8211; it&#8217;s <em>almost testable</em>.</p>
<p style="clear: both">Now, here&#8217;s a question back to you guys, all of which will be either reading, writing or somehow interacting with requirements on a daily basis &#8211; how do you eat yours? What do you find works, and what do you wish you could have? </p>
<p><br class="final-break" style="clear: both" /></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/&amp;title=Agile+Requirements+%26%238211%3B+How+do+you+eat+yours%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/&amp;title=Agile+Requirements+%26%238211%3B+How+do+you+eat+yours%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Agile+Requirements+%26%238211%3B+How+do+you+eat+yours%3F&amp;url=http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/&amp;title=Agile+Requirements+%26%238211%3B+How+do+you+eat+yours%3F" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/&amp;title=Agile+Requirements+%26%238211%3B+How+do+you+eat+yours%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/&amp;T=Agile+Requirements+%26%238211%3B+How+do+you+eat+yours%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/&amp;title=Agile+Requirements+%26%238211%3B+How+do+you+eat+yours%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/&amp;title=Agile+Requirements+%26%238211%3B+How+do+you+eat+yours%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Agile+Requirements+%26%238211%3B+How+do+you+eat+yours%3F+@+http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/&amp;t=Agile+Requirements+%26%238211%3B+How+do+you+eat+yours%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2009/03/16/agile-requirements-how-do-you-eat-yours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Great Single Skill Myth</title>
		<link>http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/</link>
		<comments>http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 00:36:23 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/</guid>
		<description><![CDATA[Whilst reading the feedback to my last, apparently controversial, blog post about learning a new language to improve you own skillset I noticed something about the way we, as developers, sell ourselves and describe ourselves to one another. Every developer I know, even myself is guilty of it, and there is almost an entire industry [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both">Whilst reading the feedback to my <a href="http://neilmiddleton.com/2009/03/11/coldfusion-developers-please-learn-something-new/" target="_blank">last</a>, <a href="http://www.pbell.com/index.cfm/2009/3/13/CFArgument--On-Learning-Something-New" target="_blank">apparently controversial</a>, blog post about learning a new language to improve you own skillset I noticed something about the way we, as developers, sell ourselves and describe ourselves to one another. Every developer I know, even myself is guilty of it, and there is almost an entire industry revolving around this same concept.</p>
<p style="clear: both">So, what is this? In essence, this is our need as developers to label ourselves with a particular technological expertise &#8211; for instance, you may be a PHP developer, you may be a .NET developer, you may be a Java developer &#8211; which is fine, but very few of us will just describe ourselves as just a developer, or even web developer in preference.</p>
<p style="clear: both"><a href="http://neilmiddleton.com/wp-content/uploads/2009/03/worlds-sexiest-java-developer-full.jpg" class="image-link"><img class="linked-to-original" src="http://neilmiddleton.com/wp-content/uploads/2009/03/worlds-sexiest-java-developer-thumb.jpg" height="252" width="380" style=" text-align: center; display: block; margin: 0 auto 10px;" /></a>As I have said before on this blog, technologies themselves (in the form of languages etc) are tools &#8211; they help us achieve an end game which is the delivery of a product to an end user, be it a web application, desktop application, or even the innards of an internet enabled doorstop. We as developers simply use these tools. We do not swear any form of allegiance to them, and we definitely do not use them in exclusion to others so why do we so often feel the need to label ourselves with them.</p>
<p style="clear: both">For instance, here is a list of all the various development tools I use day to day:</p>
<p style="clear: both">
<ul style="clear: both">
<li>ColdFusion</li>
<li>Ruby on Rails</li>
<li>Javascript</li>
<li>ActionScript 3</li>
<li>SQL</li>
<li>CSS</li>
<li>HTML</li>
<li>jQuery</li>
<li>Flex</li>
<li>MXML</li>
<li>XAML</li>
<li>Silverlight</li>
</ul>
<p style="clear: both">However, if I were to describe what I am trying to achieve with these tools it&#8217;s much simpler:</p>
<p style="clear: both">
<ul style="clear: both">
<li>Develop and deliver web applications for my customers</li>
</ul>
<p style="clear: both">So, why would I feel the need, as so many do, to label myself as a CF or Rails developer (or indeed any of the 12 or more items in the list above).</p>
<p style="clear: both">Lets, for example, take a look at a very close relation to us developers, the designer. Now, a designer would never ever describe themselves in terms of the tooling they use, i.e. as a &#8216;Photoshop designer&#8217; or an &#8216;illustrator designer&#8217; &#8211; but by the end game they are trying to aim at, a &#8216;web designer&#8217; or &#8216;packaging designer&#8217; &#8211; so why do we do it? Why do we feel this need?</p>
<p style="clear: both">The only area of my activities where I would expect to be describing people in the way we actually do is that of the dark dingy world of recruitment, where I am specifically looking for a particular skill set &#8211; I specifically need some Flex skills, or a Javascript guru. However, if I were marketing myself to a recruiter in order to get a new job, surely I would want to keep it as broad as possible to maximise my potential opportunities.</p>
<p style="clear: both">Well, here is where I declare that I do not have the answer, but I am interested in any ideas anyone might have as to why we do it. Why do we have a preference to label ourselves with some sort of technological allegiance rather that simply saying &#8216;Web Applications developer&#8217;?.</p>
<p><br class="final-break" style="clear: both" /></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/&amp;title=The+Great+Single+Skill+Myth" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/&amp;title=The+Great+Single+Skill+Myth" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=The+Great+Single+Skill+Myth&amp;url=http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/&amp;title=The+Great+Single+Skill+Myth" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/&amp;title=The+Great+Single+Skill+Myth" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/&amp;T=The+Great+Single+Skill+Myth" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/&amp;title=The+Great+Single+Skill+Myth" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/&amp;title=The+Great+Single+Skill+Myth" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+The+Great+Single+Skill+Myth+@+http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/&amp;t=The+Great+Single+Skill+Myth" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2009/03/15/the-great-single-skill-myth/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
