<?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>jimprince.co.uk</title>
	<atom:link href="http://www.jimprince.co.uk/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.jimprince.co.uk/blog</link>
	<description>Better to remain silent and be thought a fool, than to start a blog and remove all doubt.</description>
	<lastBuildDate>Thu, 12 Aug 2010 20:52:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing SQL 2005 tempdb Collation</title>
		<link>http://www.jimprince.co.uk/blog/?p=363</link>
		<comments>http://www.jimprince.co.uk/blog/?p=363#comments</comments>
		<pubDate>Thu, 12 Aug 2010 20:48:35 +0000</pubDate>
		<dc:creator>Jim Prince</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.jimprince.co.uk/blog/?p=363</guid>
		<description><![CDATA[I recently had cause to change the SQL Collation of the tempdb database on a SQL 2005 Cluster. The installed collation was SQL_Latin1_General_CP1_CI_AS and I needed to change it to Latin1_General_CI_AS. After some brief research it became apparent that the process isn&#8217;t as straightforward as you&#8217;d imagine.
My first attempt, based on a couple of blog [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had cause to change the SQL Collation of the tempdb database on a SQL 2005 Cluster. The installed collation was SQL_Latin1_General_CP1_CI_AS and I needed to change it to Latin1_General_CI_AS. After some brief research it became apparent that the process isn&#8217;t as straightforward as you&#8217;d imagine.</p>
<p>My first attempt, based on a couple of blog posts I&#8217;d read, suggested restoring the model database from an alternative SQL installation with the desired collation. This worked in that once I&#8217;d restarted SQL, tempdb had the correct collation, but unfortunately this caused errors in Management Studio. I think this  was because the master database had a different collation to that of tempdb.</p>
<p>Apparently the only way to change the collation of the master database is to rebuild all the system databases. So, in preparation, I detached all the user databases and took a copy of syslogins. Apparently you can only rebuild the system databases from the command line and it took some experimentation before I hit on the right combination of arguments. These were as follows;</p>
<p><code>setup.exe /qn VS=&lt;virtual server name&gt; INSTANCENAME=&lt;instance name&gt; REINSTALL=SQL_Engine REBUILDDATABASE=1 SQLCOLLATION=Latin1_General_CI_AS GROUP=&lt;cluster group&gt; SKUUPGRADE=1 SQLACCOUNT=&lt;sql service account&gt; SQLPASSWORD=&lt;sql service account password&gt; ADMINPASSWORD=&lt;logged in user password&gt; SAPWD=&lt;sa password&gt;</code></p>
<p>SKUUPGRADE was required because the server was running service pack 1 but setup.exe was from the RTM version. I don&#8217;t know a way around this as you can&#8217;t slipstream a SQL 2005 SP1 installation.</p>
<p>ADMINPASSWORD specified the password of the logged in user. I had initially omitted this option but was getting an error &#8220;The installation was cancelled by the user&#8221; in the logs. After some investigation I discovered that the installer was trying to create a scheduled task on each of the cluster nodes, but was failing because it couldn&#8217;t authenticate. As an added bonus this would also lock out my domain account. Nice one Microsoft!</p>
<p>SAPWD was required (despite the SA account being disabled), otherwise I would get the following error in C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt.</p>
<p><code>Error: Action "LaunchPatchedBootstrapAction" threw an exception during execution.  Error information reported during run:<br />
"C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe" finished and returned: 1602 Aborting queue processing as nested installer has completed Message pump returning: 1602</code></p>
<p>Once the installation had completed I attached the user databases and restored the syslogins. See <a href="http://support.microsoft.com/kb/918992/">here</a> for details on how to do this.</p>
<p>The moral of the story is to check and double check you have the correct collation at the point of installation. It&#8217;s a right pain to change afterwards. Lesson learnt.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d363').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d363" style="overflow:hidden">
<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://www.bloglines.com/sub/http://www.jimprince.co.uk/blog/?p=363" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></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://del.icio.us/post?url=http://www.jimprince.co.uk/blog/?p=363&amp;title=Changing+SQL+2005+tempdb+Collation" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://www.jimprince.co.uk/blog/?p=363&amp;title=Changing+SQL+2005+tempdb+Collation" title="Add to&nbsp;digg"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.jimprince.co.uk/blog/?p=363&amp;title=Changing+SQL+2005+tempdb+Collation" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://reddit.com/submit?url=http://www.jimprince.co.uk/blog/?p=363&amp;title=Changing+SQL+2005+tempdb+Collation" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.php?url=http://www.jimprince.co.uk/blog/?p=363&amp;title=Changing+SQL+2005+tempdb+Collation" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.sphere.com/search?q=sphereit:http://www.jimprince.co.uk/blog/?p=363&amp;title=Changing+SQL+2005+tempdb+Collation" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></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://www.jimprince.co.uk/blog/?p=363" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d363').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d363').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.jimprince.co.uk/blog/?feed=rss2&amp;p=363</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NETGEAR, you suck</title>
		<link>http://www.jimprince.co.uk/blog/?p=360</link>
		<comments>http://www.jimprince.co.uk/blog/?p=360#comments</comments>
		<pubDate>Tue, 03 Aug 2010 07:57:19 +0000</pubDate>
		<dc:creator>Jim Prince</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.jimprince.co.uk/blog/?p=360</guid>
		<description><![CDATA[At the weekend I installed a NETGEAR WG311v3 Wireless PCI Network card into my main PC. This was to replace the external Belkin USB one I’d been using for some time. After fitting the card and installing the drivers from Windows Update I noticed an error which read “Device Cannot Start (Code 10)”.
There’s a whole [...]]]></description>
			<content:encoded><![CDATA[<p>At the weekend I installed a NETGEAR WG311v3 Wireless PCI Network card into my main PC. This was to replace the external Belkin USB one I’d been using for some time. After fitting the card and installing the drivers from Windows Update I noticed an error which read “Device Cannot Start (Code 10)”.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="61943[1]" border="0" alt="61943[1]" src="http://www.jimprince.co.uk/blog/wp-content/uploads/2010/08/619431.jpg" width="240" height="195" />There’s a whole heap of discussion around this problem on <a href="http://forum1.netgear.com/showthread.php?s=8b3157b8bb1046852f8bbf1edd05f02e&amp;t=9798">NETGEARs forums</a> and it would appear there are several causes for this issue. In my case it was simply that I’m using 64bit Windows 7 with 4gb of ram, hardly an unusual combination! </p>
<p>The only way I can get the card to work is if I remove 2gb of memory, something I’m not prepared to do. I’ve tried drivers from Marvell (the chipset manufacturer), I’ve disabled driver signing and tried numerous hacks from forums, websites and blogs all with no success.</p>
<p>&#160;</p>
<p>The issue is mentioned on their list of <a href="http://netgearfirmware.registria.com/firmware_download_wg311v3">known issues</a> for the driver (dated 7th July 2010) but there’s no indication of when this is likely to be fixed or if there’s a supported workaround.</p>
<p>I’ve removed the card and will put it on e-bay, I’ll never buy a NETGEAR product again.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d360').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d360" style="overflow:hidden">
<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://www.bloglines.com/sub/http://www.jimprince.co.uk/blog/?p=360" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></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://del.icio.us/post?url=http://www.jimprince.co.uk/blog/?p=360&amp;title=NETGEAR%2C+you+suck" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://www.jimprince.co.uk/blog/?p=360&amp;title=NETGEAR%2C+you+suck" title="Add to&nbsp;digg"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.jimprince.co.uk/blog/?p=360&amp;title=NETGEAR%2C+you+suck" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://reddit.com/submit?url=http://www.jimprince.co.uk/blog/?p=360&amp;title=NETGEAR%2C+you+suck" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.php?url=http://www.jimprince.co.uk/blog/?p=360&amp;title=NETGEAR%2C+you+suck" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.sphere.com/search?q=sphereit:http://www.jimprince.co.uk/blog/?p=360&amp;title=NETGEAR%2C+you+suck" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></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://www.jimprince.co.uk/blog/?p=360" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d360').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d360').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.jimprince.co.uk/blog/?feed=rss2&amp;p=360</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opening documents from MOSS 2007 with Office 2010 (Beta)</title>
		<link>http://www.jimprince.co.uk/blog/?p=354</link>
		<comments>http://www.jimprince.co.uk/blog/?p=354#comments</comments>
		<pubDate>Mon, 02 Aug 2010 16:14:44 +0000</pubDate>
		<dc:creator>Jim Prince</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://www.jimprince.co.uk/blog/?p=354</guid>
		<description><![CDATA[For a while now I’ve been getting an error when trying to open office documents (Word, Excel etc) from our SharePoint 2007 based Intranet, this has been happening since I upgraded of Office 2010 Beta. The error was always of the type &#8216;”Could not open ‘http://…”.

To get around the issue I’d just download the document [...]]]></description>
			<content:encoded><![CDATA[<p>For a while now I’ve been getting an error when trying to open office documents (Word, Excel etc) from our SharePoint 2007 based Intranet, this has been happening since I upgraded of Office 2010 Beta. The error was always of the type &#8216;”Could not open ‘http://…”.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="moss_error[3]" border="0" alt="moss_error[3]" src="http://www.jimprince.co.uk/blog/wp-content/uploads/2010/08/moss_error31.png" width="640" height="108" /></p>
<p>To get around the issue I’d just download the document to my desktop then re-upload to the Portal, which while not very efficient, worked just fine.</p>
<p>This morning I got fed up and decided to try and fix it. </p>
<p>The solution turned out to be very straightforward, at least on my laptop. Open IE navigate to <em><strong>Tools –&gt; Internet Options –&gt; Connections –&gt; LAN Settings</strong></em> and uncheck the box <em><strong>Automatically detect settings</strong></em>. Problem solved, now if anybody could explain why the hell that should make any difference I would love to know!</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="ie" border="0" alt="ie" src="http://www.jimprince.co.uk/blog/wp-content/uploads/2010/08/ie.png" width="394" height="342" /></p>
<p><br clear="all" /></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d354').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d354" style="overflow:hidden">
<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://www.bloglines.com/sub/http://www.jimprince.co.uk/blog/?p=354" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></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://del.icio.us/post?url=http://www.jimprince.co.uk/blog/?p=354&amp;title=Opening+documents+from+MOSS+2007+with+Office+2010+%28Beta%29" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://www.jimprince.co.uk/blog/?p=354&amp;title=Opening+documents+from+MOSS+2007+with+Office+2010+%28Beta%29" title="Add to&nbsp;digg"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.jimprince.co.uk/blog/?p=354&amp;title=Opening+documents+from+MOSS+2007+with+Office+2010+%28Beta%29" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://reddit.com/submit?url=http://www.jimprince.co.uk/blog/?p=354&amp;title=Opening+documents+from+MOSS+2007+with+Office+2010+%28Beta%29" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.php?url=http://www.jimprince.co.uk/blog/?p=354&amp;title=Opening+documents+from+MOSS+2007+with+Office+2010+%28Beta%29" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.sphere.com/search?q=sphereit:http://www.jimprince.co.uk/blog/?p=354&amp;title=Opening+documents+from+MOSS+2007+with+Office+2010+%28Beta%29" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></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://www.jimprince.co.uk/blog/?p=354" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d354').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d354').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.jimprince.co.uk/blog/?feed=rss2&amp;p=354</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint People Picker AD groups discrepancy</title>
		<link>http://www.jimprince.co.uk/blog/?p=349</link>
		<comments>http://www.jimprince.co.uk/blog/?p=349#comments</comments>
		<pubDate>Fri, 30 Jul 2010 10:22:10 +0000</pubDate>
		<dc:creator>Jim Prince</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.jimprince.co.uk/blog/?p=349</guid>
		<description><![CDATA[We recently came across a problem where the People Picker in a SharePoint farm was displaying different numbers of users in AD groups when accessed from different Web Apps. The Web Apps in question were in different SSPs in the same farm.
I spent an hour of so with a colleague trying to work out why [...]]]></description>
			<content:encoded><![CDATA[<p>We recently came across a problem where the People Picker in a SharePoint farm was displaying different numbers of users in AD groups when accessed from different Web Apps. The Web Apps in question were in different SSPs in the same farm.</p>
<p>I spent an hour of so with a colleague trying to work out why this might be and to be honest I gave up and moved onto something else. Luckily John was more tenacious and managed to resolve the problem that evening. </p>
<p>He happened to spot that the Membership and BDC Import status for one of the SSPs with incorrect AD Group Members read “Idle – Completed in 0h 0m 0s” &#8211; which clearly wasn’t right. </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" class="wlDisabledImage" title="import[6]" border="0" alt="import[6]" src="http://www.jimprince.co.uk/blog/wp-content/uploads/2010/07/import6.png" width="500" height="168" /></p>
<p>On a hunch based on a similar problem he’d read about he <a href="http://blogs.msdn.com/b/josrod/archive/2007/12/12/clear-the-sharepoint-configuration-cache-for-timer-job-and-psconfig-errors.aspx">cleared the SharePoint Configuration Cache</a>. This resolved the problem. The list of issues resolved by clearing the configuration cache continues to grow! </p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d349').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d349" style="overflow:hidden">
<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://www.bloglines.com/sub/http://www.jimprince.co.uk/blog/?p=349" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></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://del.icio.us/post?url=http://www.jimprince.co.uk/blog/?p=349&amp;title=SharePoint+People+Picker+AD+groups+discrepancy" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://www.jimprince.co.uk/blog/?p=349&amp;title=SharePoint+People+Picker+AD+groups+discrepancy" title="Add to&nbsp;digg"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.jimprince.co.uk/blog/?p=349&amp;title=SharePoint+People+Picker+AD+groups+discrepancy" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://reddit.com/submit?url=http://www.jimprince.co.uk/blog/?p=349&amp;title=SharePoint+People+Picker+AD+groups+discrepancy" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.php?url=http://www.jimprince.co.uk/blog/?p=349&amp;title=SharePoint+People+Picker+AD+groups+discrepancy" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.sphere.com/search?q=sphereit:http://www.jimprince.co.uk/blog/?p=349&amp;title=SharePoint+People+Picker+AD+groups+discrepancy" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></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://www.jimprince.co.uk/blog/?p=349" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d349').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d349').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.jimprince.co.uk/blog/?feed=rss2&amp;p=349</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PNG Colour mismatch in Internet Explorer</title>
		<link>http://www.jimprince.co.uk/blog/?p=344</link>
		<comments>http://www.jimprince.co.uk/blog/?p=344#comments</comments>
		<pubDate>Fri, 02 Jul 2010 08:47:24 +0000</pubDate>
		<dc:creator>Jim Prince</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[PNG]]></category>

		<guid isPermaLink="false">http://www.jimprince.co.uk/blog/?p=344</guid>
		<description><![CDATA[I recently did some web work that involved working with PNG files. I’m not a designer so was using Paint.Net, I haven’t used Adobe Photoshop for years. I came across an odd problem where my saved PNG didn’t match the CSS used on the page even though the hex values for the colours were exactly [...]]]></description>
			<content:encoded><![CDATA[<p>I recently did some web work that involved working with PNG files. I’m not a designer so was using <a href="http://www.getpaint.net/">Paint.Net</a>, I haven’t used Adobe Photoshop for years. I came across an odd problem where my saved PNG didn’t match the CSS used on the page even though the hex values for the colours were exactly the same. It was only when I tried opening the webpage in Chrome that I noticed the problem was specific to Internet Explorer. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ie_png" border="0" alt="ie_png" src="http://www.jimprince.co.uk/blog/wp-content/uploads/2010/07/ie_png.png" /></p>
<p>After some Googling I discovered that this is due to Internet Explorer not recognising the gAMA metadata inherent in PNG files. Apparently you can remove the metadata using Adobe Photoshop but Paint.Net has no such option.</p>
<p>I eventually stumbled across a program called <a href="http://entropymine.com/jason/tweakpng/">TweakPNG</a> which allowed me to open the image and remove the offending gAMA metadata.</p>
<p>Problem solved. </p>
<p>UPDATE: The issue is described far more eloquently then I ever could <a href="http://f6design.com/journal/2006/12/01/fixing-png-gamma/">here</a>.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d344').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d344" style="overflow:hidden">
<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://www.bloglines.com/sub/http://www.jimprince.co.uk/blog/?p=344" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></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://del.icio.us/post?url=http://www.jimprince.co.uk/blog/?p=344&amp;title=PNG+Colour+mismatch+in+Internet+Explorer" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://www.jimprince.co.uk/blog/?p=344&amp;title=PNG+Colour+mismatch+in+Internet+Explorer" title="Add to&nbsp;digg"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.jimprince.co.uk/blog/?p=344&amp;title=PNG+Colour+mismatch+in+Internet+Explorer" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://reddit.com/submit?url=http://www.jimprince.co.uk/blog/?p=344&amp;title=PNG+Colour+mismatch+in+Internet+Explorer" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.php?url=http://www.jimprince.co.uk/blog/?p=344&amp;title=PNG+Colour+mismatch+in+Internet+Explorer" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.sphere.com/search?q=sphereit:http://www.jimprince.co.uk/blog/?p=344&amp;title=PNG+Colour+mismatch+in+Internet+Explorer" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></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://www.jimprince.co.uk/blog/?p=344" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d344').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d344').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.jimprince.co.uk/blog/?feed=rss2&amp;p=344</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The most redundant radio button ever</title>
		<link>http://www.jimprince.co.uk/blog/?p=340</link>
		<comments>http://www.jimprince.co.uk/blog/?p=340#comments</comments>
		<pubDate>Thu, 01 Jul 2010 19:47:23 +0000</pubDate>
		<dc:creator>Jim Prince</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[UI Design]]></category>

		<guid isPermaLink="false">http://www.jimprince.co.uk/blog/?p=340</guid>
		<description><![CDATA[
Words fail me.
  Posted via email   from Jim&#8217;s Posterous Blog  
  


Social Bookmarks












Hide Sites



$$('div.d340').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><img src="http://posterous.com/getfile/files.posterous.com/jimprince/lKUDXMty53eyg1Si95RGwE53bgzRDOoVCRiURBXQguoUeDkjTktTBSBTCLSF/magictune.png" width="384" height="260"/>
<p>Words fail me.</p>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://jimprince.posterous.com/the-most-redundant-radio-button-ever">Jim&#8217;s Posterous Blog</a>  </p>
<p><br clear="all"/>  </div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d340').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d340" style="overflow:hidden">
<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://www.bloglines.com/sub/http://www.jimprince.co.uk/blog/?p=340" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></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://del.icio.us/post?url=http://www.jimprince.co.uk/blog/?p=340&amp;title=The+most+redundant+radio+button+ever" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://www.jimprince.co.uk/blog/?p=340&amp;title=The+most+redundant+radio+button+ever" title="Add to&nbsp;digg"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.jimprince.co.uk/blog/?p=340&amp;title=The+most+redundant+radio+button+ever" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://reddit.com/submit?url=http://www.jimprince.co.uk/blog/?p=340&amp;title=The+most+redundant+radio+button+ever" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.php?url=http://www.jimprince.co.uk/blog/?p=340&amp;title=The+most+redundant+radio+button+ever" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.sphere.com/search?q=sphereit:http://www.jimprince.co.uk/blog/?p=340&amp;title=The+most+redundant+radio+button+ever" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></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://www.jimprince.co.uk/blog/?p=340" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d340').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d340').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.jimprince.co.uk/blog/?feed=rss2&amp;p=340</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding SQL Reporting Services to an existing cluster</title>
		<link>http://www.jimprince.co.uk/blog/?p=334</link>
		<comments>http://www.jimprince.co.uk/blog/?p=334#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:17:49 +0000</pubDate>
		<dc:creator>Jim Prince</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<category><![CDATA[SRS]]></category>

		<guid isPermaLink="false">http://www.jimprince.co.uk/blog/?p=334</guid>
		<description><![CDATA[
This morning I had to add SQL Reporting Services to an existing SQL 2008 fail-over cluster. I started the installation selected the existing cluster instance and added the Reporting Services feature. However, when I reached the Installation rules page I got the below failure on the Existing clustered or cluster-prepared instance check. 


&#34;The instance selected for installation is [...]]]></description>
			<content:encoded><![CDATA[<p>
<div class='posterous_autopost'>This morning I had to add <a href="http://www.microsoft.com/sqlserver/2008/en/us/reporting.aspx">SQL Reporting Services</a> to an existing SQL 2008 fail-over cluster. I started the installation selected the existing cluster instance and added the Reporting Services feature. However, when I reached the Installation rules page I got the below failure on the Existing clustered or cluster-prepared instance check. </div>
</p>
<p />
<div>&quot;The instance selected for installation is already installed and clustered on computer xxx. To continue, select a different instance to cluster.&quot;</div>
<p /><img src="http://www.jimprince.co.uk/blog/wp-content/uploads/2010/06/srs.png" alt="SQL Reporting Services" title="SQL Reporting Services" width="587" height="363" class="alignnone size-full wp-image-335" />
<div><br clear="all"/>
<p>After some investigation I found the following statement buried in the <a href="http://download.microsoft.com/download/6/9/D/69D1FEA7-5B42-437A-B3BA-A4AD13E34EF6/SQLServer2008FailoverCluster.docx">SQL Server 2008 Failover Clustering white-paper</a>. </p>
</div>
<div>&quot;Note: SQL Server 2008 does not support adding features to an existing failover cluster instance, so Analysis Services cannot be added to an existing instance of SQL Server. To share a resource group with an instance of SQL Server, you must choose to install Analysis Services during the initial installation of SQL Server.&quot;</div>
<p />
<div>While this is referring to Analysis Services it must also apply to SQL Reporting Services. To get around the issue I carried out a stand alone installation of SQL Reporting Services in &quot;FilesOnlyMode&quot; and used the Reporting Services Configuration tool to create the databases on the fail-over cluster instance. </div>
<p />
<div>I then carried out the same process on the other node in the cluster to create a scale-out deployment as documented <a href="http://msdn.microsoft.com/en-us/library/ms159114.aspx">here</a>.</div>
<p />
<div>All in all quite a frustrating experience, but I got there in the end.</div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://jimprince.posterous.com/adding-sql-reporting-services-to-existing-clu">Jim&#8217;s Posterous Blog</a>  </p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d334').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d334" style="overflow:hidden">
<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://www.bloglines.com/sub/http://www.jimprince.co.uk/blog/?p=334" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></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://del.icio.us/post?url=http://www.jimprince.co.uk/blog/?p=334&amp;title=Adding+SQL+Reporting+Services+to+an+existing+cluster" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://www.jimprince.co.uk/blog/?p=334&amp;title=Adding+SQL+Reporting+Services+to+an+existing+cluster" title="Add to&nbsp;digg"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.jimprince.co.uk/blog/?p=334&amp;title=Adding+SQL+Reporting+Services+to+an+existing+cluster" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://reddit.com/submit?url=http://www.jimprince.co.uk/blog/?p=334&amp;title=Adding+SQL+Reporting+Services+to+an+existing+cluster" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.php?url=http://www.jimprince.co.uk/blog/?p=334&amp;title=Adding+SQL+Reporting+Services+to+an+existing+cluster" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.sphere.com/search?q=sphereit:http://www.jimprince.co.uk/blog/?p=334&amp;title=Adding+SQL+Reporting+Services+to+an+existing+cluster" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></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://www.jimprince.co.uk/blog/?p=334" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d334').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d334').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.jimprince.co.uk/blog/?feed=rss2&amp;p=334</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User renames not being recognised</title>
		<link>http://www.jimprince.co.uk/blog/?p=325</link>
		<comments>http://www.jimprince.co.uk/blog/?p=325#comments</comments>
		<pubDate>Tue, 08 Jun 2010 12:53:22 +0000</pubDate>
		<dc:creator>Jim Prince</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[ASPX]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://www.jimprince.co.uk/blog/?p=325</guid>
		<description><![CDATA[
I recently resolved a problem where one of our applications wouldn&#39;t recognise the user type of accounts renamed in Active Directory. The solution was fairly generic so I thought I&#39;d document it here in the hope that it helps someone else.

Basically if you renamed an account in AD and then signed into the application it [...]]]></description>
			<content:encoded><![CDATA[<p />
<div class='posterous_autopost'>I recently resolved a problem where one of our applications wouldn&#39;t recognise the user type of accounts renamed in Active Directory. The solution was fairly generic so I thought I&#39;d document it here in the hope that it helps someone else.
<p />
<div>Basically if you renamed an account in AD and then signed into the application it would still believe you had the old user name. This was proved by navigating to a test aspx page containing the following</div>
<p />
<div><code> < % =System.Web.HttpContext.Current.User.Identity.Name %></code>
</div>
<p />
<div>Curiously if you rebooted the server the correct user name was identified so clearly information was being cached somewhere. After some further investigation (by which I mean judicious use of Google) I stumbled across the following Microsoft Knowledgebase Article - <a href="http://support.microsoft.com/kb/946358">http://support.microsoft.com/kb/946358</a>. </div>
<p />
<div>In a nut shell disabling the local SID cache fixed the problem, renamed users simply needed to re-authenticate to pick up the change to their username.</p>
<p>Note that this does not appear to be an issue under Windows Server 2008.
 </p></div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://jimprince.posterous.com/user-renames-not-being-recognised">Jim&#8217;s Posterous Blog</a>  </p>
</p></div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d325').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d325" style="overflow:hidden">
<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://www.bloglines.com/sub/http://www.jimprince.co.uk/blog/?p=325" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></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://del.icio.us/post?url=http://www.jimprince.co.uk/blog/?p=325&amp;title=User+renames+not+being+recognised" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://www.jimprince.co.uk/blog/?p=325&amp;title=User+renames+not+being+recognised" title="Add to&nbsp;digg"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.jimprince.co.uk/blog/?p=325&amp;title=User+renames+not+being+recognised" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://reddit.com/submit?url=http://www.jimprince.co.uk/blog/?p=325&amp;title=User+renames+not+being+recognised" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.php?url=http://www.jimprince.co.uk/blog/?p=325&amp;title=User+renames+not+being+recognised" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.sphere.com/search?q=sphereit:http://www.jimprince.co.uk/blog/?p=325&amp;title=User+renames+not+being+recognised" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></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://www.jimprince.co.uk/blog/?p=325" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d325').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d325').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.jimprince.co.uk/blog/?feed=rss2&amp;p=325</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downgrading Windows 7</title>
		<link>http://www.jimprince.co.uk/blog/?p=313</link>
		<comments>http://www.jimprince.co.uk/blog/?p=313#comments</comments>
		<pubDate>Sat, 20 Mar 2010 13:53:39 +0000</pubDate>
		<dc:creator>Jim Prince</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.jimprince.co.uk/blog/?p=313</guid>
		<description><![CDATA[Up until recently I&#8217;d been using the Windows 7 Enterprise Trial from TechNet on my home PC. Unfortunately it was due to expire, so I purchased a copy of Windows 7 Home Premium as I don&#8217;t need Ultimate or Professional at home.
Not wanting to loose my settings I tried to downgrade but was presented with [...]]]></description>
			<content:encoded><![CDATA[<p>Up until recently I&#8217;d been using the <a href="http://technet.microsoft.com/en-gb/evalcenter/cc442495.aspx">Windows 7 Enterprise Trial</a> from TechNet on my home PC. Unfortunately it was due to expire, so I purchased a copy of Windows 7 Home Premium as I don&#8217;t need Ultimate or Professional at home.</p>
<p>Not wanting to loose my settings I tried to downgrade but was presented with the following error; </p>
<p><img src="http://www.jimprince.co.uk/blog/wp-content/uploads/2010/03/win7.png" alt="Windows 7 Upgrade" title="Windows 7 Upgrade" width="578" height="138" class="alignnone size-full wp-image-314" /><br />
<br clear=All /><br />
After some Googling I stumbled upon a <a href="http://www.mydigitallife.info/2009/11/03/hack-to-in-place-downgrade-from-windows-7-ultimate-or-professional-to-less-premium-editions/">post</a> with a simple registry hack to allow the downgrade.</p>
<p>Once I&#8217;d configured the relevant registry keys in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion (see image below) I was able to perform the downgrade. I am now happily running a licenced and activated Windows 7 without having to install a fresh copy.</p>
<p><img src="http://www.jimprince.co.uk/blog/wp-content/uploads/2010/03/registry.png" alt="Registry Keys" title="Registry Keys" width="493" height="211" class="alignnone size-full wp-image-315" /><br clear=All /></p>
<p>You may argue that a fresh install would be more sensible but frankly its running as well as it did 3 months ago so I really didn&#8217;t see the need. Oh and for the record moving to Windows 7 is well worth the effort.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d313').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d313" style="overflow:hidden">
<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://www.bloglines.com/sub/http://www.jimprince.co.uk/blog/?p=313" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></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://del.icio.us/post?url=http://www.jimprince.co.uk/blog/?p=313&amp;title=Downgrading+Windows+7" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://www.jimprince.co.uk/blog/?p=313&amp;title=Downgrading+Windows+7" title="Add to&nbsp;digg"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.jimprince.co.uk/blog/?p=313&amp;title=Downgrading+Windows+7" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://reddit.com/submit?url=http://www.jimprince.co.uk/blog/?p=313&amp;title=Downgrading+Windows+7" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.php?url=http://www.jimprince.co.uk/blog/?p=313&amp;title=Downgrading+Windows+7" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.sphere.com/search?q=sphereit:http://www.jimprince.co.uk/blog/?p=313&amp;title=Downgrading+Windows+7" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></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://www.jimprince.co.uk/blog/?p=313" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d313').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d313').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.jimprince.co.uk/blog/?feed=rss2&amp;p=313</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Operating System Analogies</title>
		<link>http://www.jimprince.co.uk/blog/?p=309</link>
		<comments>http://www.jimprince.co.uk/blog/?p=309#comments</comments>
		<pubDate>Fri, 19 Mar 2010 16:02:30 +0000</pubDate>
		<dc:creator>Jim Prince</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jimprince.co.uk/blog/?p=309</guid>
		<description><![CDATA[
According to Security expert Charlie Miller &#34;Mac OS X is like living in a farmhouse in the country with no locks, and Windows is living in a house with bars on the windows in the bad part of town.&#34;
I&#39;d be inclined to agree but it&#39;s left me thinking what is Linux or more specifically FreeBSD? The only analogy [...]]]></description>
			<content:encoded><![CDATA[<p>
<div class='posterous_autopost'>According to Security expert <a href="http://www.h-online.com/security/news/item/Mac-OS-X-safer-but-less-secure-Update-957981.html">Charlie Miller</a> &quot;Mac OS X is like living in a farmhouse in the country with no locks, and Windows is living in a house with bars on the windows in the bad part of town.&quot;
<p />I&#39;d be inclined to agree but it&#39;s left me thinking what is Linux or more specifically <a href="http://www.freebsd.org/">FreeBSD</a>? The only analogy I can come up with is like living on your own in an underground nuclear bunker with no doors or windows&#8230;.after Armageddon.</div>
<p />I&#39;m sure you can do better&#8230;       </p>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://jimprince.posterous.com/operating-system-analogies">Jim&#8217;s Posterous Blog</a>  </p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d309').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d309" style="overflow:hidden">
<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://www.bloglines.com/sub/http://www.jimprince.co.uk/blog/?p=309" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></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://del.icio.us/post?url=http://www.jimprince.co.uk/blog/?p=309&amp;title=Operating+System+Analogies" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://www.jimprince.co.uk/blog/?p=309&amp;title=Operating+System+Analogies" title="Add to&nbsp;digg"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.jimprince.co.uk/blog/?p=309&amp;title=Operating+System+Analogies" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.jimprince.co.uk/blog/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://reddit.com/submit?url=http://www.jimprince.co.uk/blog/?p=309&amp;title=Operating+System+Analogies" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.php?url=http://www.jimprince.co.uk/blog/?p=309&amp;title=Operating+System+Analogies" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.jimprince.co.uk/blog/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.sphere.com/search?q=sphereit:http://www.jimprince.co.uk/blog/?p=309&amp;title=Operating+System+Analogies" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></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://www.jimprince.co.uk/blog/?p=309" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.jimprince.co.uk/blog/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d309').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d309').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.jimprince.co.uk/blog/?feed=rss2&amp;p=309</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
