<?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>Under My Hat</title>
	<atom:link href="http://www.undermyhat.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.undermyhat.org/blog</link>
	<description>secrets and mysteries from the realms of the technocrats and other such ramblings</description>
	<lastBuildDate>Sat, 12 May 2012 13:02:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Shortcode nirvana: how to properly escape shortcodes in WordPress?</title>
		<link>http://www.undermyhat.org/blog/2012/05/how-to-properly-escape-shortcodes-in-wordpress/</link>
		<comments>http://www.undermyhat.org/blog/2012/05/how-to-properly-escape-shortcodes-in-wordpress/#comments</comments>
		<pubDate>Sun, 06 May 2012 22:37:28 +0000</pubDate>
		<dc:creator>Abel Braaksma</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Syntax highlighting]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[escape]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[short code]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[syntax highlighting]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=1024</guid>
		<description><![CDATA[Since a few years, it's possible to escape shortcodes by doubling the square brackets <code>[[shortcode]]</code>, but this doesn't always work. Escaping opening / closing shortcodes or showing only the closing or only the opening shortcode requires some more magic. <a href="http://www.undermyhat.org/blog/2012/05/how-to-properly-escape-shortcodes-in-wordpress/">read article</a>]]></description>
		<wfw:commentRss>http://www.undermyhat.org/blog/2012/05/how-to-properly-escape-shortcodes-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy, delete or rename alternate data streams using only standard Windows Command prompt tools</title>
		<link>http://www.undermyhat.org/blog/2012/05/copy-delete-or-rename-alternate-data-streams-using-only-standard-windows-command-prompt-tools/</link>
		<comments>http://www.undermyhat.org/blog/2012/05/copy-delete-or-rename-alternate-data-streams-using-only-standard-windows-command-prompt-tools/#comments</comments>
		<pubDate>Sun, 06 May 2012 09:46:06 +0000</pubDate>
		<dc:creator>Abel Braaksma</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Batch files]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[alternate data streams]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[commandline]]></category>

		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=986</guid>
		<description><![CDATA[Doing one of the most basic things, renaming or copying, is far from trivial from a command prompt (or from anywhere else). This post explains a few workarounds you may use to accomplish this using only the few basic tools Microsoft has given Windows users to work with alternate data streams. <a href="http://www.undermyhat.org/blog/2012/05/copy-delete-or-rename-alternate-data-streams-using-only-standard-windows-command-prompt-tools/">read article</a>]]></description>
		<wfw:commentRss>http://www.undermyhat.org/blog/2012/05/copy-delete-or-rename-alternate-data-streams-using-only-standard-windows-command-prompt-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A hands-on guide to creating and reading alternate data streams from the Windows command prompt</title>
		<link>http://www.undermyhat.org/blog/2012/04/ultimate-guide-manipulating-alternate-data-streams/</link>
		<comments>http://www.undermyhat.org/blog/2012/04/ultimate-guide-manipulating-alternate-data-streams/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 21:36:32 +0000</pubDate>
		<dc:creator>Abel Braaksma</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Batch files]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[alternate data streams]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[mklink]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[rundll32]]></category>
		<category><![CDATA[streams]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=939</guid>
		<description><![CDATA[Working with Alternate Data Streams (ADS) from the Windows Command line Shell is a pain. This article explains workarounds using the standard available Windows tools for almost all actions you can do with ADS's, without using any third party tools. However, be warned that most of these workarounds are pity replacements of what's lacking from Windows since 1995: proper command line support for alternate data streams. <a href="http://www.undermyhat.org/blog/2012/04/ultimate-guide-manipulating-alternate-data-streams/">read article</a>]]></description>
		<wfw:commentRss>http://www.undermyhat.org/blog/2012/04/ultimate-guide-manipulating-alternate-data-streams/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Solving 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>
		<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>
		<comments>http://www.undermyhat.org/blog/2011/03/resolved-microsoft-sql-server-2008-setup-requires-microsoft-net-framework-3-5-sp1-to-be-installed/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 12:33:58 +0000</pubDate>
		<dc:creator>Abel Braaksma</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Microsoft SQL Server 2008 Setup]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.undermyhat.org/blog/2011/03/resolved-microsoft-sql-server-2008-setup-requires-microsoft-net-framework-3-5-sp1-to-be-installed/</guid>
		<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>
		<wfw:commentRss>http://www.undermyhat.org/blog/2011/03/resolved-microsoft-sql-server-2008-setup-requires-microsoft-net-framework-3-5-sp1-to-be-installed/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</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>
		<link>http://www.undermyhat.org/blog/2010/08/tip-how-to-shrink-a-volume-beyond-half-its-size-using-diskpart-or-disk-manager/</link>
		<comments>http://www.undermyhat.org/blog/2010/08/tip-how-to-shrink-a-volume-beyond-half-its-size-using-diskpart-or-disk-manager/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 15:23:34 +0000</pubDate>
		<dc:creator>Abel Braaksma</dc:creator>
				<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=837</guid>
		<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>
		<wfw:commentRss>http://www.undermyhat.org/blog/2010/08/tip-how-to-shrink-a-volume-beyond-half-its-size-using-diskpart-or-disk-manager/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Solving error 0&#215;80080005 of Windows Backup</title>
		<link>http://www.undermyhat.org/blog/2010/07/solving-error-0x80080005-of-windows-backup/</link>
		<comments>http://www.undermyhat.org/blog/2010/07/solving-error-0x80080005-of-windows-backup/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 06:54:05 +0000</pubDate>
		<dc:creator>Abel Braaksma</dc:creator>
				<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=817</guid>
		<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>
		<wfw:commentRss>http://www.undermyhat.org/blog/2010/07/solving-error-0x80080005-of-windows-backup/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in Visual Studio 2010 part 2: .NET 4.0 and CLR 4.0 improvements</title>
		<link>http://www.undermyhat.org/blog/2010/04/whats-new-visual-studio-2010-part2-dotnet4-and-clr4-improvements/</link>
		<comments>http://www.undermyhat.org/blog/2010/04/whats-new-visual-studio-2010-part2-dotnet4-and-clr4-improvements/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 15:52:07 +0000</pubDate>
		<dc:creator>Abel Braaksma</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[clr]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[dotnet4]]></category>

		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=788</guid>
		<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>
		<wfw:commentRss>http://www.undermyhat.org/blog/2010/04/whats-new-visual-studio-2010-part2-dotnet4-and-clr4-improvements/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in Visual Studio 2010 part 1: quick overview of the key improvements</title>
		<link>http://www.undermyhat.org/blog/2010/04/whats-new-in-visual-studio-2010-part1-quick-overview-key-improvements/</link>
		<comments>http://www.undermyhat.org/blog/2010/04/whats-new-in-visual-studio-2010-part1-quick-overview-key-improvements/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 15:51:34 +0000</pubDate>
		<dc:creator>Abel Braaksma</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# (csharp)]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.net 4.0]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[dotnet4]]></category>

		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=795</guid>
		<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>
		<wfw:commentRss>http://www.undermyhat.org/blog/2010/04/whats-new-in-visual-studio-2010-part1-quick-overview-key-improvements/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 Launch today: what&#8217;s new and really improves the developer&#8217;s experience?</title>
		<link>http://www.undermyhat.org/blog/2010/04/visual-studio-2010-launch-today-a-review-of-whats-new/</link>
		<comments>http://www.undermyhat.org/blog/2010/04/visual-studio-2010-launch-today-a-review-of-whats-new/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 13:29:49 +0000</pubDate>
		<dc:creator>Abel Braaksma</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# (csharp)]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Basic .NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[vb]]></category>

		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=782</guid>
		<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>
		<wfw:commentRss>http://www.undermyhat.org/blog/2010/04/visual-studio-2010-launch-today-a-review-of-whats-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: In ASP.NET a MasterPage is not a Page but a Control</title>
		<link>http://www.undermyhat.org/blog/2010/03/tip-in-asp-net-a-masterpage-is-not-a-page/</link>
		<comments>http://www.undermyhat.org/blog/2010/03/tip-in-asp-net-a-masterpage-is-not-a-page/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:06:38 +0000</pubDate>
		<dc:creator>Abel Braaksma</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# (csharp)]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=768</guid>
		<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>
		<wfw:commentRss>http://www.undermyhat.org/blog/2010/03/tip-in-asp-net-a-masterpage-is-not-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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)
Database Caching 32/39 queries in 0.057 seconds using disk: basic
Object Caching 911/972 objects using disk: basic

Served from: www.undermyhat.org @ 2012-05-17 16:36:18 -->
