<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Under My Hat</title>
	<link>http://www.undermyhat.org/blog</link>
	<description>secrets and mysteries from the realms of the technocrats and other such ramblings</description>
	<lastBuildDate>Fri, 11 Mar 2011 13:40:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Resolved: Error &#8220;Microsoft SQL Server 2008 Setup requires Microsoft .NET Framework 3.5 SP1 to be installed&#8221; when you have dotnet .NET 4.0</title>
		<description><![CDATA[Don't follow the advised on the TechNet, MS Connect and MSDN forums, they are time-consuming and don't work if you have a newer version of .NET installed like .NET 4.0. Instead, read this and easily fix this hard-to-resolve error by simply changing one registry value. <a href="http://www.undermyhat.org/blog/2011/03/resolved-microsoft-sql-server-2008-setup-requires-microsoft-net-framework-3-5-sp1-to-be-installed/">read article</a>]]></description>
		<link>http://www.undermyhat.org/blog/2011/03/resolved-microsoft-sql-server-2008-setup-requires-microsoft-net-framework-3-5-sp1-to-be-installed/</link>
			</item>
	<item>
		<title>Tip: How to shrink a volume beyond half its size using DiskPart or Disk Manager regardless of Microsoft&#8217;s NTFS restrictions and $MFTMirr</title>
		<description><![CDATA[Ever tried to shrink a volume? Ever wondered why you cannot shrink a volume smaller than half its size? Ever wondered what $MFTMirr is all about and what it's doing in the middle of your drive? Or do you just want to get the biggest available free space and shrink your drive? Then this article is for you &#8212; <a href="http://www.undermyhat.org/blog/2010/08/tip-how-to-shrink-a-volume-beyond-half-its-size-using-diskpart-or-disk-manager/">read article</a>]]></description>
		<link>http://www.undermyhat.org/blog/2010/08/tip-how-to-shrink-a-volume-beyond-half-its-size-using-diskpart-or-disk-manager/</link>
			</item>
	<item>
		<title>Solving error 0&#215;80080005 of Windows Backup</title>
		<description><![CDATA[Have you ever received this error using Windows System Backup and Restore Center? Never managed to get rid of it or it mysteriously keeps coming back? Here's a lightweight and easy solution &#8212; <a href="http://www.undermyhat.org/blog/2010/07/solving-error-0x80080005-of-windows-backup/">read article</a>]]></description>
		<link>http://www.undermyhat.org/blog/2010/07/solving-error-0x80080005-of-windows-backup/</link>
			</item>
	<item>
		<title>What&#8217;s new in Visual Studio 2010 part 2: .NET 4.0 and CLR 4.0 improvements</title>
		<description><![CDATA[The improvements that matter to you, focused on the .NET Framework in general and the CLR or CLI especially. Read about parallel computing and concurrency support that's now available to everybody developing for .NET &#8212; <a href="http://www.undermyhat.org/blog/2010/04/whats-new-visual-studio-2010-part2-dotnet4-and-clr4-improvements/">read article</a>]]></description>
		<link>http://www.undermyhat.org/blog/2010/04/whats-new-visual-studio-2010-part2-dotnet4-and-clr4-improvements/</link>
			</item>
	<item>
		<title>What&#8217;s new in Visual Studio 2010 part 1: quick overview of the key improvements</title>
		<description><![CDATA[A quick overview of the new features of Visual Studio 2010 from the point of view of a professional programmer and to help you decide whether or not to upgrade yet &#8212; <a href="http://www.undermyhat.org/blog/2010/04/whats-new-in-visual-studio-2010-part1-quick-overview-key-improvements/">read article</a>]]></description>
		<link>http://www.undermyhat.org/blog/2010/04/whats-new-in-visual-studio-2010-part1-quick-overview-key-improvements/</link>
			</item>
	<item>
		<title>Visual Studio 2010 Launch today: what&#8217;s new and really improves the developer&#8217;s experience?</title>
		<description><![CDATA[Today Microsoft launches Visual Studio 2010 worldwide with several special conferences around the globe. In a series of articles I emphasize the changes and new features that you should look out for as a professional programmer or developer &#8212; <a href="http://www.undermyhat.org/blog/2010/04/visual-studio-2010-launch-today-a-review-of-whats-new/">read article</a>]]></description>
		<link>http://www.undermyhat.org/blog/2010/04/visual-studio-2010-launch-today-a-review-of-whats-new/</link>
			</item>
	<item>
		<title>Tip: In ASP.NET a MasterPage is not a Page but a Control</title>
		<description><![CDATA[MasterPages are not Pages, but Controls. If you didn't know so already, read on, because it's imperative to understand this difference between master pages and normal pages. Ever wondered why certain Page events are not available in a MasterPage? Here's why. <a href="http://www.undermyhat.org/blog/2010/03/tip-in-asp-net-a-masterpage-is-not-a-page/">read article</a>]]></description>
		<link>http://www.undermyhat.org/blog/2010/03/tip-in-asp-net-a-masterpage-is-not-a-page/</link>
			</item>
	<item>
		<title>Visual Studio 2010 roadmap: final release dates now known</title>
		<description><![CDATA[Visual Studio 2010 is yet to become full beta 2, but employees already saw the preview and the final release date is announced. In a few days, it'll finally hit the market. Be ready to download this cool new version packed with new features. A little article on an estimated roadmap until the final release date &#8212; <a href="http://www.undermyhat.org/blog/2009/10/visual-studio-2010-roadmap-final-release-dates-known/">read article</a>]]></description>
		<link>http://www.undermyhat.org/blog/2009/10/visual-studio-2010-roadmap-final-release-dates-known/</link>
			</item>
	<item>
		<title>Beginners guide: install and configure Pinax on Windows</title>
		<description><![CDATA[Let's try something new, let's try Pinax! That's one of the very few rather mature CMS's around that have been developed completely in Python, with the Django framework as its basis. This article talks the non-Pythoneer through the installation process step by step. It only takes a few minutes! &#8212; <a href="http://www.undermyhat.org/blog/2009/10/install-python-and-pinax-on-apache/">read article</a>]]></description>
		<link>http://www.undermyhat.org/blog/2009/10/install-python-and-pinax-on-apache/</link>
			</item>
	<item>
		<title>Tip: Run KDE Konqueror natively from Windows in three easy steps</title>
		<description><![CDATA[From all browsers, Konqueror has always been the one that proves hardest to install on a Windows environment, if not only because of the lack of Linux / Unix knowledge amongst Windows users and developers. But not anymore. Just follow these simple instructions and you are up and running with Konqeror natively on Windows, without switching to another OS (dual boot, virtual machine or cygwin), using andLinux &#8212; <a href="http://www.undermyhat.org/blog/2009/10/tip-run-kde-konqueror-on-windows-in-three-easy-steps/">read article</a>]]></description>
		<link>http://www.undermyhat.org/blog/2009/10/tip-run-kde-konqueror-on-windows-in-three-easy-steps/</link>
			</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: www.undermyhat.org @ 2012-02-04 06:07:48 -->
