<?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>kdmurray.blog &#187; tutorials</title>
	<atom:link href="http://kdmurray.net/tag/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://kdmurray.net</link>
	<description>The crossroads of life and tech</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:34:17 +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>Hide the Undock Button in Windows XP in Five Steps</title>
		<link>http://kdmurray.net/2009/04/08/hide-the-undock-button-in-windows-xp-in-five-steps/</link>
		<comments>http://kdmurray.net/2009/04/08/hide-the-undock-button-in-windows-xp-in-five-steps/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 18:38:49 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[undock]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows-xp]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=630</guid>
		<description><![CDATA[If you have a Windows XP notebook, and love to use the Run menu item, chances are you&#8217;ve occasionally hit &#8220;E&#8221; instead of  &#8220;R&#8221; when you bring up your start menu.  The result? Windows ejects the PC from it&#8217;s dock and forces you to re-dock it before you can carry on with your work.  It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a Windows XP notebook, and love to use the Run menu item, chances are you&#8217;ve occasionally hit &#8220;E&#8221; instead of  &#8220;R&#8221; when you bring up your start menu.  The result? Windows ejects the PC from it&#8217;s dock and forces you to re-dock it before you can carry on with your work.  It&#8217;s only about a 90-second process, but it&#8217;s annoying as hell and will completely take you &#8216;out of the zone&#8217; when you&#8217;re in the middle of your project.</p>
<ol>
<li>Open the registry editor (Start -&gt; Run -&gt; regedit)</li>
<li>Open one of the applicable keys:
<ul>
<li>Current User: [HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer]</li>
<li>All Users: [HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer]</li>
</ul>
</li>
<li>Right-click the Explorer folder -&gt; New -&gt; DWORD Value and call it NoStartMenuEjectPC (case-sensitive!)</li>
<li>Right-click NoStartMenuEjectPC -&gt; Modify</li>
<li>Choose one of the following values to set the behaviour you want:
<ul>
<li>type 1 to hide the undock button</li>
<li>type 0 to show the undock button</li>
</ul>
</li>
</ol>
<p>Now you can safely use your keyboard shortcuts without worrying about accidentally undocking your computer.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2009/04/08/hide-the-undock-button-in-windows-xp-in-five-steps/&via=kdmurray&text=Hide the Undock Button in Windows XP in Five Steps&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2009/04/08/hide-the-undock-button-in-windows-xp-in-five-steps/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC Tutorials</title>
		<link>http://kdmurray.net/2009/04/04/aspnet-mvc-tutorials/</link>
		<comments>http://kdmurray.net/2009/04/04/aspnet-mvc-tutorials/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 01:53:56 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[visual studio express]]></category>
		<category><![CDATA[walkthroughs]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=625</guid>
		<description><![CDATA[A couple of weeks ago at Mix &#8217;09 the ASP.NET MVC team announced the RTW (release-to-web) version of the MVC framework. I&#8217;ve been looking at the framework and playing with pieces of it for a few months now, but due to school &#38; work commitments haven&#8217;t really had a chance to give it a good [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago at Mix &#8217;09 the <a href="http://haacked.com/archive/2009/03/18/aspnet-mvc-rtw.aspx" target="_blank">ASP.NET MVC team announced</a> the RTW (release-to-web) version of the MVC framework.  I&#8217;ve been looking at the framework and playing with pieces of it for a few months now, but due to school &amp; work commitments haven&#8217;t really had a chance to give it a good run through, or build anything meaningful with it.</p>
<p>This past week I&#8217;ve gone back to the <a href="http://asp.net/mvc/" target="_blank">ASP.NET website</a> and discovered that there is now <a href="http://www.asp.net/learn/mvc/" target="_blank">a long list of tutorials</a> which have been put in an order to help make the major features of the MVC framework more learnable, particularly for those of us who haven&#8217;t had that MVC-heavy comp-sci education.  The tutorials come in either written or video form (there is some overlap) and do provide some good step-by-step instructions for exploring the new methodology.</p>
<p>Expect me to get into more detail about the ins-and-outs of the MVC framework in upcoming editions of the new podcast (more details soon, I promise!!)</p>
<p>You can, of course, <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&amp;displaylang=en" target="_blank">download and use the MVC framework</a> with Visual Studio 2009 without the tutorials, but I would highly recommend giving the first few a once-over.  Have a look at the tutorial site and see what you think.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2009/04/04/aspnet-mvc-tutorials/&via=kdmurray&text=ASP.NET MVC Tutorials&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2009/04/04/aspnet-mvc-tutorials/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
Object Caching 595/636 objects using disk: basic

Served from: kdmurray.net @ 2012-02-08 19:58:08 -->
