<?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>Stefans Site</title>
	<atom:link href="http://stefanjohansson.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://stefanjohansson.org</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 11:04:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to: get SharePoint (&amp; Office) to work with FQDN without login dialogs</title>
		<link>http://stefanjohansson.org/2012/01/how-to-get-sharepoint-office-to-work-with-fqdn-without-login-dialogs/</link>
		<comments>http://stefanjohansson.org/2012/01/how-to-get-sharepoint-office-to-work-with-fqdn-without-login-dialogs/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 11:04:45 +0000</pubDate>
		<dc:creator>Stefan Johansson</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://stefanjohansson.org/?p=231</guid>
		<description><![CDATA[A nice feature of the Microsoft eco-system is that everything just works together. Another nice feature is that sometimes we need to make it so. Scenario: An organization has a normal Microsoft environment, Windows Server, AD, Windows 7 clients, SharePoint 2010 etc. The SharePoint server has a Web application on standard port 80, accessible through both the NetBIOS/computer name (http://server) ...]]></description>
			<content:encoded><![CDATA[<p>A nice feature of the Microsoft eco-system is that everything just works together. Another nice feature is that sometimes we need to make it so.</p>
<p>Scenario:</p>
<p>An organization has a normal Microsoft environment, Windows Server, AD, Windows 7 clients, SharePoint 2010 etc. The SharePoint server has a Web application on standard port 80, accessible through both the NetBIOS/computer name (<a href="http://server">http://server</a>) and a DNS-based general FQDN (<a href="http://portal.company.local">http://portal.company.local</a>). when accessing the site through the FQDN, everything works as expected until we try to open an explorer view to a document library, or try to save an Office document to a site. When doing this through the server name, automatic login works, when using FQDN the user is presented with a login dialog/prompt for credentials.</p>
<p>The first thing to check is that the sites are in the IE Local Intranet zone. Local Intranet zone is the only zone that enables automatic login by default.</p>
<p>The next thing is to enable automatic forwarding of credentials to the server using the following registry hack:</p>
<ol>
<li>Click <strong>Start</strong>, type regedit in the <strong>Start Search</strong> box, and then press ENTER.  </li>
<li>Locate and then click the following registry subkey:
<p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters</p>
</li>
<li>On the <strong>Edit</strong> menu, point to <strong>New</strong>, and then click <strong>Multi-String Value</strong>.  </li>
<li>Type AuthForwardServerList, and then press ENTER.  </li>
<li>On the <strong>Edit</strong> menu, click <strong>Modify</strong>.  </li>
<li>In the <strong>Value data</strong> box, type the URL of the server that hosts the Web share, and then click <strong>OK</strong>.</li>
</ol>
<p>For more information, check: <a href="http://support.microsoft.com/?id=943280">http://support.microsoft.com/?id=943280</a></p>
<p>(After changing, remember to restart the computer or restart the WebClient service)</p>
]]></content:encoded>
			<wfw:commentRss>http://stefanjohansson.org/2012/01/how-to-get-sharepoint-office-to-work-with-fqdn-without-login-dialogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Get Explorer View To Work In SharePoint 2010</title>
		<link>http://stefanjohansson.org/2012/01/how-to-get-explorer-view-to-work-in-sharepoint-2010/</link>
		<comments>http://stefanjohansson.org/2012/01/how-to-get-explorer-view-to-work-in-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 10:25:16 +0000</pubDate>
		<dc:creator>Stefan Johansson</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Explorer View]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://stefanjohansson.org/?p=229</guid>
		<description><![CDATA[A common problem in SharePoint Explorer View (The possibility to view the contents of a document library in the good old Windows File Explorer) is that exploring takes forever… Open in explorer can be accessed through the user interface using the Library tab as below. You can also directly access a library by entering the address in explorer such as ...]]></description>
			<content:encoded><![CDATA[<p>A common problem in SharePoint Explorer View (The possibility to view the contents of a document library in the good old Windows File Explorer) is that exploring takes forever…</p>
<p>Open in explorer can be accessed through the user interface using the Library tab as below. You can also directly access a library by entering the address in explorer such as <a href="file://\\server\site\library">\\server\site\library</a> etc…</p>
<p><a href="http://stefanjohansson.org/wp-content/uploads/2012/01/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://stefanjohansson.org/wp-content/uploads/2012/01/image_thumb.png" width="886" height="259"/></a></p>
<p>&nbsp;</p>
<p>To fix this, you need to change a setting in Internet Explorer Options, go to settings – Connections and click “LAN settings”</p>
<p>&nbsp;</p>
<p><a href="http://stefanjohansson.org/wp-content/uploads/2012/01/image1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://stefanjohansson.org/wp-content/uploads/2012/01/image_thumb1.png" width="429" height="547"/></a></p>
<p>&nbsp;</p>
<p>Change the Automatically detect settings check box so that it is not checked, as below:</p>
<p><a href="http://stefanjohansson.org/wp-content/uploads/2012/01/image2.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://stefanjohansson.org/wp-content/uploads/2012/01/image_thumb2.png" width="398" height="349"/></a></p>
<p>This makes the explorer interface work better…</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>If you are having other issues, are using Windows XP or are having issues creating files through the explorer view, the following TechNet blog entry have some general information:</p>
<p><a href="http://blogs.technet.com/b/manjesh/archive/2010/01/03/all-about-explorer-view-in-sharepoint.aspx">http://blogs.technet.com/b/manjesh/archive/2010/01/03/all-about-explorer-view-in-sharepoint.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefanjohansson.org/2012/01/how-to-get-explorer-view-to-work-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experterna: D&#228;rf&#246;r ska du l&#228;ra dig SharePoint</title>
		<link>http://stefanjohansson.org/2012/01/experterna-drfr-ska-du-lra-dig-sharepoint/</link>
		<comments>http://stefanjohansson.org/2012/01/experterna-drfr-ska-du-lra-dig-sharepoint/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 09:45:58 +0000</pubDate>
		<dc:creator>Stefan Johansson</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Addskills]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://stefanjohansson.org/?p=220</guid>
		<description><![CDATA[Ping to an article (in Swedish) about why you should learn SharePoint. http://www.addskills.se/Vara-kursledare/Artiklar-och-tips/Darfor-ska-du-lara-dig-SharePoint/]]></description>
			<content:encoded><![CDATA[<p>Ping to an article (in Swedish) about why you should learn SharePoint.</p>
<p><a href="http://www.addskills.se/Vara-kursledare/Artiklar-och-tips/Darfor-ska-du-lara-dig-SharePoint/">http://www.addskills.se/Vara-kursledare/Artiklar-och-tips/Darfor-ska-du-lara-dig-SharePoint/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefanjohansson.org/2012/01/experterna-drfr-ska-du-lra-dig-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meanwhile in Winterkeep…</title>
		<link>http://stefanjohansson.org/2011/11/meanwhile-in-winterkeep/</link>
		<comments>http://stefanjohansson.org/2011/11/meanwhile-in-winterkeep/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 15:56:53 +0000</pubDate>
		<dc:creator>Stefan Johansson</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[shopped]]></category>

		<guid isPermaLink="false">http://www.stefanjohansson.org/2011/11/meanwhile-in-winterkeep/</guid>
		<description><![CDATA[Wordfeud in Winterkeep just wasn’t the same for Bran with his brothers and sisters gone…]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stefanjohansson.org/wp-content/uploads/2011/11/wordfeud_in_winterkeep.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="wordfeud_in_winterkeep" border="0" alt="wordfeud_in_winterkeep" src="http://www.stefanjohansson.org/wp-content/uploads/2011/11/wordfeud_in_winterkeep_thumb.png" width="484" height="804"/></a></p>
<p>Wordfeud in Winterkeep just wasn’t the same for Bran with his brothers and sisters gone…</p>
]]></content:encoded>
			<wfw:commentRss>http://stefanjohansson.org/2011/11/meanwhile-in-winterkeep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autentisering via proxyservern misslyckades</title>
		<link>http://stefanjohansson.org/2011/10/autentisering-via-proxyservern-misslyckades/</link>
		<comments>http://stefanjohansson.org/2011/10/autentisering-via-proxyservern-misslyckades/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 13:37:27 +0000</pubDate>
		<dc:creator>Stefan Johansson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[Galaxy Tab]]></category>

		<guid isPermaLink="false">http://www.stefanjohansson.org/2011/10/autentisering-via-proxyservern-misslyckades/</guid>
		<description><![CDATA[(In Swedish) Ett märkligt problem dök upp när jag anslöt mitt Telenor-simkort till min Samsung Galaxy Tab 10.1 med Android 3.1 (Honeycomb). Datatrafik fungerade bra för allt utom webbläsaren. Följande felmeddelande visade sig när man försökte bläddra till valfri sida i valfri webbläsaren: &#160; Efter en del huvudbry inser jag att den automatiska inställningen för anslutningspunkten har blivit fel och ...]]></description>
			<content:encoded><![CDATA[<p>(In Swedish)</p>
<p>Ett märkligt problem dök upp när jag anslöt mitt Telenor-simkort till min Samsung Galaxy Tab 10.1 med Android 3.1 (Honeycomb).</p>
<p>Datatrafik fungerade bra för allt utom webbläsaren. Följande felmeddelande visade sig när man försökte bläddra till valfri sida i valfri webbläsaren:</p>
<p><a href="http://www.stefanjohansson.org/wp-content/uploads/2011/10/SC20111012-114241.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="SC20111012-114241" border="0" alt="SC20111012-114241" src="http://www.stefanjohansson.org/wp-content/uploads/2011/10/SC20111012-114241_thumb.jpg" width="644" height="404"/></a></p>
<p>&nbsp;</p>
<p>Efter en del huvudbry inser jag att den automatiska inställningen för anslutningspunkten har blivit fel och ser ut som detta:</p>
<p>&nbsp;</p>
<p><a href="http://www.stefanjohansson.org/wp-content/uploads/2011/10/SC20111012-114229.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="SC20111012-114229" border="0" alt="SC20111012-114229" src="http://www.stefanjohansson.org/wp-content/uploads/2011/10/SC20111012-114229_thumb.jpg" width="644" height="404"/></a></p>
<p>Här är proxyadressen angiven med en inledande 0:a något som naturligtvis ser harmlöst ut men i själva verket anger talet som <a href="http://sv.wikipedia.org/wiki/Oktala_talsystemet" target="_blank">oktalt</a> snarare än decimalt.</p>
<p>&nbsp;</p>
<p>Genom att manuellt uppdatera adressen till den riktiga (utan nolla) fungerar webbläsandet som förväntat…</p>
<p><a href="http://www.stefanjohansson.org/wp-content/uploads/2011/10/SC20111012-114219.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="SC20111012-114219" border="0" alt="SC20111012-114219" src="http://www.stefanjohansson.org/wp-content/uploads/2011/10/SC20111012-114219_thumb.jpg" width="644" height="404"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefanjohansson.org/2011/10/autentisering-via-proxyservern-misslyckades/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Excel Services errors when AS cube changes</title>
		<link>http://stefanjohansson.org/2011/08/excel-services-errors-when-as-cube-changes/</link>
		<comments>http://stefanjohansson.org/2011/08/excel-services-errors-when-as-cube-changes/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 14:24:17 +0000</pubDate>
		<dc:creator>Stefan Johansson</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Excel Services]]></category>
		<category><![CDATA[Web part]]></category>

		<guid isPermaLink="false">http://www.stefanjohansson.org/?p=199</guid>
		<description><![CDATA[When using Excel Services to display data from an Analysis Services cube, the following error might occur when the cube structure changes. Web part page error If the Excel spreadsheet is displayed as a web part, the following error will appear in the web part page: Text: Error. Web Part Error: An error occurred while setting the value of this ...]]></description>
			<content:encoded><![CDATA[<p>When using Excel Services to display data from an Analysis Services cube, the following error might occur when the cube structure changes.</p>
<h3>Web part page error</h3>
<p>If the Excel spreadsheet is displayed as a web part, the following error will appear in the web part page:</p>
<p><a href="http://www.stefanjohansson.org/wp-content/uploads/2011/08/image3.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.stefanjohansson.org/wp-content/uploads/2011/08/image_thumb3.png" width="621" height="93"/></a></p>
<blockquote><p>Text: Error. Web Part Error: An error occurred while setting the value of this property: Microsoft.Office.Excel.WebUI.ExcelWebRenderer:WorkbookUri &#8211; Exception has been thrown by the target of an invocation.</p>
</blockquote>
<h3>Edit Web part error message</h3>
<p><a href="http://www.stefanjohansson.org/wp-content/uploads/2011/08/image4.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.stefanjohansson.org/wp-content/uploads/2011/08/image_thumb4.png" width="398" height="194"/></a></p>
<p>&nbsp;</p>
<blockquote><p>Text: Cannot save all of the property settings for this Web Part. An error has occurred</p>
<p>An item with the same key has already been added.</p>
</blockquote>
<p>The error comes in scenarios such as: after cube changes such as when a dimension has been deleted, and this dimension is used as a page filter in the Excel pivot table and the page filter was a named item and the named item was exposed as a parameter to Excel Services when saved into SharePoint. If the Excel file is updated with the new metadata from the cube but the named items is not, the error message appears.</p>
<p>The solution is to update the Excel file with the new metadata from the cube and also update the named items used as parameters so that they correspond to the relevant cells in the filters area.</p>
]]></content:encoded>
			<wfw:commentRss>http://stefanjohansson.org/2011/08/excel-services-errors-when-as-cube-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error. An unhandled exception occurred in the Silverlight Application when creating a document library in SharePoint 2010</title>
		<link>http://stefanjohansson.org/2011/08/error-an-unhandled-exception-occurred-in-the-silverlight-application-when-creating-a-document-library-in-sharepoint-2010/</link>
		<comments>http://stefanjohansson.org/2011/08/error-an-unhandled-exception-occurred-in-the-silverlight-application-when-creating-a-document-library-in-sharepoint-2010/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 08:02:11 +0000</pubDate>
		<dc:creator>Stefan Johansson</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[SharePoint Administration]]></category>

		<guid isPermaLink="false">http://www.stefanjohansson.org/2011/08/error-an-unhandled-exception-occurred-in-the-silverlight-application-when-creating-a-document-library-in-sharepoint-2010/</guid>
		<description><![CDATA[If the web page security validation is turned off, the above error message might be presented when trying to create a document library or list in SharePoint 2010. To change the setting, log into Central Administration, manage the web app and change the general settings of the web app to enable security validation. &#160;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stefanjohansson.org/wp-content/uploads/2011/08/image.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://www.stefanjohansson.org/wp-content/uploads/2011/08/image_thumb.png" alt="image" width="605" height="399" border="0" /></a></p>
<p>If the web page security validation is turned off, the above error message might be presented when trying to create a document library or list in SharePoint 2010.</p>
<p>To change the setting, log into Central Administration, manage the web app and change the general settings of the web app to enable security validation.</p>
<p><a href="http://www.stefanjohansson.org/wp-content/uploads/2011/08/image1.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://www.stefanjohansson.org/wp-content/uploads/2011/08/image_thumb1.png" alt="image" width="334" height="129" border="0" /></a></p>
<p>&nbsp;</p>
<p><a href="http://www.stefanjohansson.org/wp-content/uploads/2011/08/image2.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://www.stefanjohansson.org/wp-content/uploads/2011/08/image_thumb2.png" alt="image" width="519" height="127" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefanjohansson.org/2011/08/error-an-unhandled-exception-occurred-in-the-silverlight-application-when-creating-a-document-library-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not again</title>
		<link>http://stefanjohansson.org/2011/08/not-again/</link>
		<comments>http://stefanjohansson.org/2011/08/not-again/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 11:39:59 +0000</pubDate>
		<dc:creator>Stefan Johansson</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[CU]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.stefanjohansson.org/2011/08/not-again/</guid>
		<description><![CDATA[I considered writing yet another post about Microsoft’s SharePoint CU and SP approach. But I guess that’s too easy… June 2011 Cumulative Update Refresh (http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=989)]]></description>
			<content:encoded><![CDATA[<p>I considered writing yet another post about Microsoft’s SharePoint CU and SP approach. But I guess that’s too easy…</p>
<p><a href="http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=989">June 2011 Cumulative Update Refresh</a> (<a href="http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=989">http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=989</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://stefanjohansson.org/2011/08/not-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Numbers in perspective</title>
		<link>http://stefanjohansson.org/2010/11/numbers-in-perspective/</link>
		<comments>http://stefanjohansson.org/2010/11/numbers-in-perspective/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 12:46:58 +0000</pubDate>
		<dc:creator>Stefan Johansson</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Numbers]]></category>

		<guid isPermaLink="false">http://www.stefanjohansson.org/2010/11/numbers-in-perspective/</guid>
		<description><![CDATA[While it is very nice to read about Microsoft&#8217;s free cloud service for research: http://blogs.technet.com/b/microsoft_blog/archive/2010/11/18/democratizing-research-with-the-cloud.aspx I couldn&#8217;t help noticing that their perspective on numbers are a bit peculiar. &#160; &#160; The comparison image they use even fail to link to their sources, you need to type them yourself: http://www.census.gov/ipc/www/idb/worldpop.php http://www.ncbi.nlm.nih.gov/genbank/genbankstats.html Link to original image in larger format: http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-54/8132.NCBI_2D00_lg.bmp While I ...]]></description>
			<content:encoded><![CDATA[<p>While it is very nice to read about Microsoft&#8217;s free cloud service for research: </p>
<p><a href="http://blogs.technet.com/b/microsoft_blog/archive/2010/11/18/democratizing-research-with-the-cloud.aspx">http://blogs.technet.com/b/microsoft_blog/archive/2010/11/18/democratizing-research-with-the-cloud.aspx</a> </p>
<p>I couldn&#8217;t help noticing that their perspective on numbers are a bit peculiar.</p>
<p>&#160;</p>
<p><a href="http://www.stefanjohansson.org/wp-content/uploads/2010/11/msft_and_numbers.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="msft_and_numbers" border="0" alt="msft_and_numbers" src="http://www.stefanjohansson.org/wp-content/uploads/2010/11/msft_and_numbers_thumb.jpg" width="470" height="132" /></a></p>
<p>&#160;</p>
<p>The comparison image they use even fail to link to their sources, you need to type them yourself:</p>
<p><a href="http://www.census.gov/ipc/www/idb/worldpop.php">http://www.census.gov/ipc/www/idb/worldpop.php</a></p>
<p><a href="http://www.ncbi.nlm.nih.gov/genbank/genbankstats.html">http://www.ncbi.nlm.nih.gov/genbank/genbankstats.html</a></p>
<p>Link to original image in larger format:</p>
<p><a title="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-54/8132.NCBI_2D00_lg.bmp" href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-54/8132.NCBI_2D00_lg.bmp">http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-54/8132.NCBI_2D00_lg.bmp</a></p>
<p>While I don’t know much about DNA base pairs, I thought the number of people worldwide was a bit of… Now I know more about the number of base pairs &#8211; by verifying the source…</p>
<p>This reminds me of the essay by Edward Tufte on NASA’s use of PowerPoint:   <br /> <a href="http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001yB&amp;topic_id=1">http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001yB&amp;topic_id=1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefanjohansson.org/2010/11/numbers-in-perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: not do a cumulative update</title>
		<link>http://stefanjohansson.org/2010/11/how-to-not-do-a-cumulative-update/</link>
		<comments>http://stefanjohansson.org/2010/11/how-to-not-do-a-cumulative-update/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 09:06:52 +0000</pubDate>
		<dc:creator>Stefan Johansson</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[CU]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.stefanjohansson.org/2010/11/how-to-not-do-a-cumulative-update/</guid>
		<description><![CDATA[Microsoft has once again discovered a critical issue in one of their updates. In this case it’s the (2010) October CU for SharePoint 2010. more info: http://blogs.msdn.com/b/sharepoint/archive/2010/11/05/critical-information-about-the-sharepoint-server-2010-october-cumulative-update.aspx Quote: Microsoft has discovered a critical issue in the recently released October Cumulative Updates for SharePoint Server 2010 and Project Server 2010, and we have removed the files from download availability.&#160; If you ...]]></description>
			<content:encoded><![CDATA[<p>Microsoft has once again discovered a critical issue in one of their updates. In this case it’s the (2010) October CU for SharePoint 2010.</p>
<p>more info: <a href="http://blogs.msdn.com/b/sharepoint/archive/2010/11/05/critical-information-about-the-sharepoint-server-2010-october-cumulative-update.aspx">http://blogs.msdn.com/b/sharepoint/archive/2010/11/05/critical-information-about-the-sharepoint-server-2010-october-cumulative-update.aspx</a></p>
<p>Quote:</p>
<blockquote><p>Microsoft has discovered a critical issue in the recently released October Cumulative Updates for SharePoint Server 2010 and Project Server 2010, and we have removed the files from download availability.&#160; If you have already downloaded the CU, <b><i>do not install it</i></b>.&#160; If you have installed the CU, please contact <a href="http://support.microsoft.com/">Microsoft Support</a> for assistance.&#160; We will be posting additional information about the issue here as soon as we have it, and will make the Cumulative Update available for download again as soon as the issue has been fully resolved.</p>
</blockquote>
<p>Here is a follow up with more information, details and a workaround:</p>
<p><a href="http://blogs.msdn.com/b/sharepoint/archive/2010/11/06/details-and-workaround.aspx">http://blogs.msdn.com/b/sharepoint/archive/2010/11/06/details-and-workaround.aspx</a></p>
<p><em>Update: Updates now republished: </em><a href="http://blogs.msdn.com/b/sharepoint/archive/2010/12/01/october-2010-cumulative-updates-for-sharepoint-amp-project-server-2010-republished.aspx">http://blogs.msdn.com/b/sharepoint/archive/2010/12/01/october-2010-cumulative-updates-for-sharepoint-amp-project-server-2010-republished.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefanjohansson.org/2010/11/how-to-not-do-a-cumulative-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

