<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Nerd Fortress &#187; How To</title>
	<atom:link href="http://nerdfortress.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdfortress.com</link>
	<description>Esoteric How-to&#039;s, Essays, and Rand();</description>
	<lastBuildDate>Mon, 21 May 2012 19:55:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nerdfortress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Nerd Fortress &#187; How To</title>
		<link>http://nerdfortress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nerdfortress.com/osd.xml" title="Nerd Fortress" />
	<atom:link rel='hub' href='http://nerdfortress.com/?pushpress=hub'/>
		<item>
		<title>Recursively remove the hidden attribute on Windows files</title>
		<link>http://nerdfortress.com/2009/12/18/recursively-remove-the-hidden-attribute-on-windows-files/</link>
		<comments>http://nerdfortress.com/2009/12/18/recursively-remove-the-hidden-attribute-on-windows-files/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 04:20:40 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://nerdfortress.com/?p=1110</guid>
		<description><![CDATA[There are a few good reasons (and probably some not-so good reasons) why you might need to recursively add or remove the hidden attribute on a bunch of files. If you ever find yourself in need of this, never fear! attrib is here!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=1110&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How do you recursively remove the hidden attribute on files in Windows? If you are coming from a Linux background, you may be surprised to find out that you can do this from the crusty old Windows command line. Usually such power is reserved for, ahem, <em>real</em> shells and command-line tools which, until <a href="http://en.wikipedia.org/wiki/Windows_PowerShell">PowerShell</a> came along, were sorely lacking on Windows. I mean, the Linux command line is so powerful, it must be possessed by a daemon or something.</p>
<p><img src="http://nerdfortress.files.wordpress.com/2009/12/linux-evil.png?w=500" alt="Command Line Attributes" title="linux-evil"   class="aligncenter size-full wp-image-1119" style="border:none;background:none;" /></p>
<p>In any case, there are a few good reasons (and probably some not-so good reasons) why you might need to recursively add or remove the hidden attribute on a bunch of files. If you ever find yourself in need of this, never fear! attrib is here!</p>
<p><img src="http://nerdfortress.files.wordpress.com/2009/12/remove-hidden-attribute.png?w=500" alt="Remove Hidden Attribute Recursively" title="remove-hidden-attribute-recursively" class="aligncenter size-full wp-image-1111" style="border:none;background:none;"></p>
<p>First, open up a command prompt. Then &#8220;cd&#8221; into the directory where you want to <strong>start</strong> applying the attribute changes. Finally, enter the following command:</p>
<p><strong><code>attrib -H /S</code></strong></p>
<p>That will remove the hidden attribute from <strong>all files in the current directory</strong>, then it will recurse down to do the same thing in <strong>all the subdirectories</strong>. If you also want to remove the system attribute (which you cannot do in the file properties dialog), type this:</p>
<p><strong><code>attrib -H -S /S</code></strong></p>
<p>Easy! No extra app required. You can also add attributes and modify directories as well as files (I know, this much fun should be outlawed.) To get a list of options, enter:</p>
<p><strong><code>attrib /?</code></strong></p>
<br />Posted in How To  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdfortress.wordpress.com/1110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdfortress.wordpress.com/1110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdfortress.wordpress.com/1110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdfortress.wordpress.com/1110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdfortress.wordpress.com/1110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdfortress.wordpress.com/1110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdfortress.wordpress.com/1110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdfortress.wordpress.com/1110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdfortress.wordpress.com/1110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdfortress.wordpress.com/1110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdfortress.wordpress.com/1110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdfortress.wordpress.com/1110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdfortress.wordpress.com/1110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdfortress.wordpress.com/1110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=1110&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdfortress.com/2009/12/18/recursively-remove-the-hidden-attribute-on-windows-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50b7c50e71c508c9874184663384efb9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Random</media:title>
		</media:content>

		<media:content url="http://nerdfortress.files.wordpress.com/2009/12/linux-evil.png" medium="image">
			<media:title type="html">linux-evil</media:title>
		</media:content>

		<media:content url="http://nerdfortress.files.wordpress.com/2009/12/remove-hidden-attribute.png" medium="image">
			<media:title type="html">remove-hidden-attribute-recursively</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Doesn&#8217;t Need Antivirus Software, Thank You Very Much</title>
		<link>http://nerdfortress.com/2009/10/24/windows-doesnt-need-antivirus-software-thank-you-very-much/</link>
		<comments>http://nerdfortress.com/2009/10/24/windows-doesnt-need-antivirus-software-thank-you-very-much/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 15:32:14 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://nerdfortress.com/?p=796</guid>
		<description><![CDATA[Bad anti-virus software gives Windows a bad name. The first thing you should do whenever you get a new Windows computer is to completely remove any preinstalled antivirus software. I know, I'm totally crazy. But guess what? My computer runs a lot better than yours.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=796&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bad antivirus software gives Windows a bad name. The first thing you should do whenever you get a new Windows computer is to completely remove any preinstalled antivirus software. I know, I&#8217;m totally crazy. But guess what? My computer runs a lot better than yours.</p>
<p><span id="more-796"></span>A long, long time ago in a galaxy far, far away, I installed SP2 on my Windows XP box, and haven&#8217;t been troubled by malware since. All it takes is some common sense and a  healthy aversion to shady websites and file sharing.</p>
<p>Antivirus companies make millions of dollars by essentially crippling everyone&#8217;s computers in the name of protection. You know you&#8217;re running antivirus when:</p>
<ul>
<li>Your email software takes forever to do anything</li>
<li>You are randomly blocked from completely harmless websites</li>
<li>Half of the software and games you install don&#8217;t work right</li>
<li>Your computer randomly crashes</li>
</ul>
<p>Why is Windows antivirus software so bad? Simple: It has to act like a virus in order to catch a virus.</p>
<p>Antivirus software reaches its sticky tentacles into the internal bowels of your system, into that mysterious realm that is so undocumented that even Microsoft had to hire <a href="http://en.wikipedia.org/wiki/Mark_Russinovich" target="_blank">an outsider </a>to teach classes on the subject to their own engineers! One wrong assumption, one small bug, and wham! The antivirus just turned into a virus.</p>
<p><span style="font-style:normal;background-color:#ffffff;">And as if that weren&#8217;t enough, any time you try to read an email, open a web page, play a gam</span><span style="font-style:normal;background-color:#ffffff;">e, or&#8211;heaven forbid&#8211;save a file, your Friendly Neighborhood Antivirus Program is there to &#8220;help you out.&#8221; Kind of like <a href="http://www.rjlsoftware.com/software/entertainment/clippy/" target="_blank">this little guy</a>. Here is the algorithm that I think must be drummed into every security company intern and new hire:</span></p>
<ol>
<li>Notice the user is trying to do something productive. If you aren&#8217;t sure, proceed to step 2 anyway.</li>
<li>If at all possible, block them from doing what they want to do.</li>
<li>If step 2 fails, at least put up a warning dialog box.</li>
<li>If they click &#8220;OK&#8221; in step 3, let them proceed but slow down the operation by at least 50%.</li>
<li>Send the user a monthly bill and <a href="http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/20000/2000/200/28235/28235.strip.print.gif" target="_blank">PROFIT</a>!</li>
</ol>
<p>Now, don&#8217;t get me wrong. There is a lot of nasty malware out there. But with a few simple precautions, you too can be antivirus-free:</p>
<ul>
<li>Make sure you only connect to the Internet through a router, and enable it&#8217;s built-in firewall. NEVER, EVER plug your computer straight into a DSL or cable modem.</li>
<li>Ensure the built-in Windows firewall is enabled. 3rd-party firewalls are just annoying and don&#8217;t help much in practice.</li>
<li>Enable Automatic Updates.</li>
<li>Don&#8217;t use Internet Explorer (IE). Firefox, Chrome, and Opera are all good alternatives.</li>
<li>Don&#8217;t open, click on, or otherwise interact with email or IM attachments from people you don&#8217;t know (no matter how &#8220;sexy&#8221; they say the pictures are).</li>
<li>Stop downloading illegal crap from P2P sites!</li>
<li><a href="http://www.codinghorror.com/blog/archives/001290.html" target="_blank">Get off Windows XP already</a>!</li>
</ul>
<div style="background-color:#ffffee;padding:10px;">[advertisement] Windows 7 is just what the doctor ordered. Learn all about it in <a href="http://www.amazon.com/gp/product/0470508418?ie=UTF8&amp;tag=nerdfortress-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470508418">Windows 7 Secrets</a>.<img style="border:none!important;background:none;margin:0!important;" src="http://www.assoc-amazon.com/e/ir?t=nerdfortress-20&amp;l=as2&amp;o=1&amp;a=0470508418" border="0" alt="" width="1" height="1" /></div>
<p><em>Fun fact: In Vista, Microsoft tried to block anti-virus software from doing naughty things and putting their claws where they don&#8217;t belong, but the anti-virus companies complained loudl</em><span style="background-color:#ffffff;"><em>y, acting like someone just kicked their puppy. Eventually Microsoft was forced to open things up again.</em></span></p>
<br />Posted in How To  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdfortress.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdfortress.wordpress.com/796/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdfortress.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdfortress.wordpress.com/796/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdfortress.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdfortress.wordpress.com/796/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdfortress.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdfortress.wordpress.com/796/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdfortress.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdfortress.wordpress.com/796/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdfortress.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdfortress.wordpress.com/796/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdfortress.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdfortress.wordpress.com/796/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=796&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdfortress.com/2009/10/24/windows-doesnt-need-antivirus-software-thank-you-very-much/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50b7c50e71c508c9874184663384efb9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Random</media:title>
		</media:content>

		<media:content url="http://www.assoc-amazon.com/e/ir?t=nerdfortress-20&#38;l=as2&#38;o=1&#38;a=0470508418" medium="image" />
	</item>
		<item>
		<title>Fix for Vista Open Folder in New Window Bug</title>
		<link>http://nerdfortress.com/2009/09/24/fix-for-vista-open-folder-in-new-window-bug/</link>
		<comments>http://nerdfortress.com/2009/09/24/fix-for-vista-open-folder-in-new-window-bug/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:27:39 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://nerdfortress.com/?p=613</guid>
		<description><![CDATA[Yes, of course you already made sure "open each folder in the same window"  was checked in your file options, but it didn't help. You've also tried to copy registry settings from a different machine with no luck.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=613&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are running Windows Vista and Explorer opens a new window each time you double-click a folder, you have discovered a lovely bug that even Microsoft Support doesn&#8217;t seem to know how to fix. Yes, of course you already made sure &#8220;open each folder in the same window&#8221; was checked in your file options, but it didn&#8217;t help. You&#8217;ve also tried to copy registry settings from a different machine with no luck.<span id="more-613"></span></p>
<p>The problem is, there&#8217;s a bug in Windows Explorer that corrupts the registry so that it is unable to cope with the realities of life (i.e., your designated folder options). Naturally, this situation ends up triggering prenatal Windows 3.1 instincts.</p>
<p>A little discipline is in order. Here is how to tell Vista to stop acting like a 3.1-year old:</p>
<ol>
<li><span style="background-color:#ffffff;">Run the registry editor as an Administrator (type regedit into a run dialog or use the start menu search and right-click to run as administrator)</span></li>
<li><span style="background-color:#ffffff;">Go to <strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion</strong></span></li>
<li><span style="background-color:#ffffff;">Delete the <strong>Explorer</strong> folder. Don&#8217;t worry, Windows will automatically recreate the folder. (The politically correct term for a registry folder is actually a &#8220;key&#8221;, which makes perfect sense if you&#8217;re drunk or criminally insane.)</span></li>
<li><span style="background-color:#ffffff;">Reboot.</span></li>
</ol>
<p>If that doesn&#8217;t fix it, also do the following:</p>
<ol>
<li><span style="background-color:#ffffff;">Go to <strong>HKEY_CLASSES_ROOT\Folder\shell\explore\command</strong> and ensure that the <strong>(Default)</strong> value is empty. If not, you can clear it by right-clicking on <strong>(Default)</strong> and deleting it.</span></li>
<li><span style="background-color:#ffffff;">Ensure that <strong>HKEY_CLASSES_ROOT\Folder\shell\open\command</strong> has its <strong>(Default</strong>) value set to <strong>%SystemRoot%\Explorer.exe</strong></span></li>
<li><span style="background-color:#ffffff;">Reboot.</span></li>
</ol>
<p>And if <em>that</em> doesn&#8217;t fix it, well, you can always switch to <a href="http://www.haiku-os.org/" target="_blank">a different operating system</a>.</p>
<p>Good luck!</p>
<br />Posted in How To  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdfortress.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdfortress.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdfortress.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdfortress.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdfortress.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdfortress.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdfortress.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdfortress.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdfortress.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdfortress.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdfortress.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdfortress.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdfortress.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdfortress.wordpress.com/613/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=613&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdfortress.com/2009/09/24/fix-for-vista-open-folder-in-new-window-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50b7c50e71c508c9874184663384efb9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Random</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Vista Sleep Fix: How to Put Vista Laptops and Desktops to Sleep</title>
		<link>http://nerdfortress.com/2009/07/21/windows-vista-sleep-fix-how-to-put-vista-laptops-and-desktops-to-sleep/</link>
		<comments>http://nerdfortress.com/2009/07/21/windows-vista-sleep-fix-how-to-put-vista-laptops-and-desktops-to-sleep/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 14:17:04 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://nerdfortress.com/?p=803</guid>
		<description><![CDATA[In my own experience, Windows Vista&#8217;s power settings are often wrong by default when it comes to sleep settings. Lenovo laptops in particular seem to have serious issues in this regard. If you are having trouble getting your Vista (or Windows 7) laptop or desktop to go to sleep, here is how to fix it. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=803&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In my own experience, Windows Vista&#8217;s power settings are often <strong>wrong by default</strong> when it comes to sleep settings. Lenovo laptops in particular seem to have serious issues in this regard. If you are having trouble getting your Vista (or Windows 7) laptop or desktop to go to sleep, here is how to fix it.</p>
<p>The first thing to try is the multimedia &#8220;when sharing media&#8221; power option:</p>
<p>1. Open Power Settings, choose the plan you have selected<br />
2. Click change plan settings<br />
3. Click change advanced power setting<br />
4. Go to <strong>Multimedia settings</strong> &gt;&gt; <strong>When sharing media </strong>and change the setting to <strong>Allow the computer to sleep</strong></p>
<p>If that doesn&#8217;t fix the problem (it worked for me), try this as well:</p>
<p>5. Go to <strong>USB settings &gt;&gt;</strong><strong> USB selective suspend</strong> and set it to <strong>Enabled</strong></p>
<p>And finally, if you are still having trouble, check to ensure all your drivers are up to date, and check for a new version of your BIOS from your manufacturer&#8217;s support website. Some device drivers have bugs that prevent your system from sleeping. Also, you may wish to check your anti-virus software (if you are unfortunate enough to have some installed), and any backup programs you use to see if they are scheduled to do work when your computer should be sleeping.</p>
<br />Posted in How To  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdfortress.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdfortress.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdfortress.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdfortress.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdfortress.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdfortress.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdfortress.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdfortress.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdfortress.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdfortress.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdfortress.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdfortress.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdfortress.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdfortress.wordpress.com/803/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=803&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdfortress.com/2009/07/21/windows-vista-sleep-fix-how-to-put-vista-laptops-and-desktops-to-sleep/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50b7c50e71c508c9874184663384efb9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Random</media:title>
		</media:content>
	</item>
		<item>
		<title>No Sound? Get Sound Blaster Live! and Windows 7 to Play Nice</title>
		<link>http://nerdfortress.com/2009/06/06/no-sound-get-sound-blaster-live-and-windows-7-to-play-nice/</link>
		<comments>http://nerdfortress.com/2009/06/06/no-sound-get-sound-blaster-live-and-windows-7-to-play-nice/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 15:25:38 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://nerdfortress.com/?p=665</guid>
		<description><![CDATA[I&#8217;ve recently been playing around with my old Athlon XP 1800 box and Windows 7. There is no way Vista would approach usability on that old hardware, but Windows 7, suprisingly, does just fine. Most hardware was recognized out of the box, even a WiFi card that Windows XP never was able to find on its [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=665&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently been playing around with my old Athlon XP 1800 box and Windows 7. There is no way Vista would approach usability on that old hardware, but Windows 7, suprisingly, <a href="http://nerdfortress.com/2009/05/18/windows-7-an-800-mhz-celeron-and-a-kick-in-pants/" target="_blank">does just fine</a>.</p>
<p>Most hardware was recognized out of the box, even a WiFi card that Windows XP never was able to find on its own. All hardware, that is, except for my poor, old Sound Blaster Live! card. He got completely ignored by Windows 7. Abandoned, actually. Poor guy.</p>
<p><img class="alignright size-full wp-image-63" style="background:none;border:none;" title="Microsoft Unix Ad" src="http://nerdfortress.files.wordpress.com/2008/09/microsoft-unix-ad1.gif?w=500" alt="Microsoft Unix Ad"   /></p>
<p>So I went to the Creative Support site, <a href="http://support.creative.com/Products/product_list.aspx?catID=1&amp;CatName=Sound+Blaster#" target="_blank">dug around in their archives</a> (note: you have to do a search at the bottom of the product page to see all the downloads), and found some <a href="http://support.creative.com/downloads/download.aspx?nDownloadId=1926" target="_blank">Windows XP Drivers for my old Soundblaster Live</a>.</p>
<p>Although the driver I found was a bit outdated, I thought it was worth a try. When I ran the installer, however, it just flashed a message about not being able to find any Sound Blaster cards on my computer. Darn.</p>
<p>But then, after closing the installer, Windows 7 helpfully suggested that I re-run with some &#8220;suggested settings.&#8221; That did the trick.</p>
<p>Say what you want about Microsoft, but they&#8217;ve always amazed me with what still runs under the latest version of Windows.</p>
<p><em>Update: Check the comments below for many more tips from the community on getting your old Soundblaster Live! working in Windows 7&#8230;</em></p>
<br />Posted in How To  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdfortress.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdfortress.wordpress.com/665/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdfortress.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdfortress.wordpress.com/665/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdfortress.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdfortress.wordpress.com/665/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdfortress.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdfortress.wordpress.com/665/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdfortress.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdfortress.wordpress.com/665/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdfortress.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdfortress.wordpress.com/665/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdfortress.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdfortress.wordpress.com/665/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=665&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdfortress.com/2009/06/06/no-sound-get-sound-blaster-live-and-windows-7-to-play-nice/feed/</wfw:commentRss>
		<slash:comments>119</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50b7c50e71c508c9874184663384efb9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Random</media:title>
		</media:content>

		<media:content url="http://nerdfortress.files.wordpress.com/2008/09/microsoft-unix-ad1.gif" medium="image">
			<media:title type="html">Microsoft Unix Ad</media:title>
		</media:content>
	</item>
		<item>
		<title>Remove GPT USB Partition: How to Remove a GPT Partition from a USB Drive</title>
		<link>http://nerdfortress.com/2009/04/30/remove-gpt-usb-partition-how-to-remove-a-gpt-partition-from-a-usb-drive/</link>
		<comments>http://nerdfortress.com/2009/04/30/remove-gpt-usb-partition-how-to-remove-a-gpt-partition-from-a-usb-drive/#comments</comments>
		<pubDate>Fri, 01 May 2009 02:38:53 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[usb format fat ntfs restore]]></category>

		<guid isPermaLink="false">http://nerdfortress.com/?p=577</guid>
		<description><![CDATA[What you need is this handy (Windows) tool from HP. It formats anything with a USB plug (well, maybe not everything)...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=577&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Perhaps you were fooling around with <a href="http://www.boxee.tv/" target="_blank">Boxee</a>. Or maybe you just found this USB thing lying in the gutter and you decided to bring it home to a warm, loving environment. Who knows? The problem is, there is this GPT partion-thingy keeping you from using all the space on your USB drive.</p>
<p>What you <em>need</em> is this handy (Windows) tool from HP. It formats anything with a USB plug (well, maybe not <em><a href="http://www.thanko.jp/usbslippers_dual/index.html" target="_blank">everything</a></em>). Anyway, the GPT partition or whatever else is on there doesn&#8217;t stand a chance. Here&#8217;s the link:</p>
<p><a href="http://files.extremeoverclocking.com/file.php?f=197" target="_blank">http://files.extremeoverclocking.com/file.php?f=197</a></p>
<p>Go crazy.</p>
<p><em>Update: You can also <a href="http://blog.paulgu.com/2008/01/06/how-to-delete-gpt-protective-partition/">reset a USB drive</a> from the command line.</em></p>
<br />Posted in How To  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdfortress.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdfortress.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdfortress.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdfortress.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdfortress.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdfortress.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdfortress.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdfortress.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdfortress.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdfortress.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdfortress.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdfortress.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdfortress.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdfortress.wordpress.com/577/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=577&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdfortress.com/2009/04/30/remove-gpt-usb-partition-how-to-remove-a-gpt-partition-from-a-usb-drive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50b7c50e71c508c9874184663384efb9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Random</media:title>
		</media:content>
	</item>
		<item>
		<title>Restore XP on the Acer Aspire One: How to Restore XP from the Acer Aspire One Hidden Partition</title>
		<link>http://nerdfortress.com/2009/04/14/restore-xp-on-the-acer-aspire-one-how-to-restore-xp-from-the-acer-aspire-one-hidden-partition/</link>
		<comments>http://nerdfortress.com/2009/04/14/restore-xp-on-the-acer-aspire-one-how-to-restore-xp-from-the-acer-aspire-one-hidden-partition/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 17:37:32 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[system administration]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://nerdfortress.com/?p=532</guid>
		<description><![CDATA[ARM: What is thy bidding my Master?
You: It's Windows 7 we're after.
ARM: I'm sorry, did you just say Windows 7?
You: You got a problem with that?
ARM: Actually, I, uh...
You: ARM? Are you OK?
ARM: My mind is going...cannot format..failed to format...partition not found...

Let's face it: Acer eRecovery Management needs a little love to get through this. Here's what you need to do.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=532&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I tried out the Windows 7 beta on my Acer Aspire One netbook (it worked great, by the way &#8211; in some ways faster even than XP). I figured I could always revert to the factory-default Windows XP image stored on the mystical &#8220;hidden partition&#8221; that PC makers are so fond of using. However, Windows 7 is apparently too intimidating for the poor little <a href="http://www.acerpanam.com/synapse/data/7117/documents/Acer%20eRecovery%20Management.pdf" target="_blank">Acer eRecovery Management</a> software. It simply doesn&#8217;t know what to do with itself when confronted with a Windows 7 partition.</p>
<p><em>ARM:</em> What is thy bidding my Master?<br />
<em>You:</em> It&#8217;s Windows 7 we&#8217;re after.<br />
<em>ARM:</em> I&#8217;m sorry, did you just say <em>Windows 7</em>?<br />
<em>You:</em> You got a problem with that?<br />
<em>ARM: </em>Actually, I, uh&#8230;<br />
<em>You:</em> ARM? Are you OK?<br />
<em>ARM:</em> My mind is going&#8230;cannot format..failed to format&#8230;partition not found&#8230;</p>
<p>Let&#8217;s face it: Acer eRecovery Management needs a little love to get through this. Here&#8217;s what you need to do:</p>
<ol>
<li>Create a <a href="http://www.sysresccd.org/Main_Page" target="_blank">System Rescue</a> <a href="http://www.sysresccd.org/Sysresccd-manual-en_How_to_install_SystemRescueCd_on_an_USB-stick" target="_blank">USB drive</a> (Note: An alternative to the spyware-laden Daemon-tools for mounting the ISO file as a virtual CD-ROM is <a href="http://www.slysoft.com/en/virtual-clonedrive.html" target="_blank">Virtual CloneDrive</a>). If you have trouble with the System Rescue CD, you can try <a href="http://www.pendrivelinux.com" target="_blank">some other distros</a>.</li>
<li>Reboot the netbook and go into the Acer BIOS settings. Change the boot settings to check USB first. Plug in your System Rescue stick, and restart the netbook.</li>
<li>Run &#8220;wizard&#8221;, and launch gtparted (icon towards the lower-left of the screen).</li>
<li>Delete partition 2, create a new one, then reformat it as NTFS</li>
<li>Mark partition 1 as bootable (right-click, edit flags). Remove USB drive.</li>
<li>Reboot into the Acer System Restore software. Choose to restore the system.</li>
<li>Plug the System Rescue USB drive back into the Acer netbook.</li>
<li>Reboot into the System Rescue CD/USB, go back into gparted, and flag the restored partition 2 as bootable.</li>
<li>Remove USB flash drive and reboot.</li>
</ol>
<div style="background-color:#ffffee;padding:10px;">[advertisement] <a href="http://astore.amazon.com/nerdfortress-20?_encoding=UTF8&amp;node=2" target="_blank">Make stuff</a>, not war.</div>
<br />Posted in How To  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdfortress.wordpress.com/532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdfortress.wordpress.com/532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdfortress.wordpress.com/532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdfortress.wordpress.com/532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdfortress.wordpress.com/532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdfortress.wordpress.com/532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdfortress.wordpress.com/532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdfortress.wordpress.com/532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdfortress.wordpress.com/532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdfortress.wordpress.com/532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdfortress.wordpress.com/532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdfortress.wordpress.com/532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdfortress.wordpress.com/532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdfortress.wordpress.com/532/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=532&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdfortress.com/2009/04/14/restore-xp-on-the-acer-aspire-one-how-to-restore-xp-from-the-acer-aspire-one-hidden-partition/feed/</wfw:commentRss>
		<slash:comments>77</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50b7c50e71c508c9874184663384efb9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Random</media:title>
		</media:content>
	</item>
		<item>
		<title>usability &gt; easy_to_use. Can you define usability?</title>
		<link>http://nerdfortress.com/2009/02/20/can-you-define-usability/</link>
		<comments>http://nerdfortress.com/2009/02/20/can-you-define-usability/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 17:30:00 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://nerdfortress.wordpress.com/2009/02/20/can-you-define-usability/</guid>
		<description><![CDATA[When interviewing software developers I often ask them to define the term usability. What I’m really asking is, “have you ever thought much about how your users interact with your software?” This is a rather important aspect of software design. Asking someone to define usability also gives me a good idea as to whether they [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=471&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When interviewing software developers I often ask them to define the term <em>usability</em>. What I’m really asking is, “have you ever thought much about how your users interact with your software?” This is a rather important aspect of software design.</p>
<p><span id="more-471"></span></p>
<p>Asking someone to define usability also gives me a good idea as to whether they have ever read any books on the subject or had formal training. There are many self-proclaimed “usability experts” or “user interface specialists” who actually don’t understand or haven’t yet discovered the basic principles that go into user experience design. They simply haven’t thought deeply enough about the problem.</p>
<p>Now, I don’t claim to be an authority on usability. But I try to be cognizant of usability principles when I go to design a piece of software. If you&#8217;re interested in getting a handle on these principles yourself, I would recommend starting with the three fathers of user interaction design:</p>
<ul>
<li>Donald A. Norman, author of <a href="http://www.amazon.com/gp/product/0465067107?ie=UTF8&amp;tag=nerdfortress-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0465067107"><em>The Design of Everyday Things</em></a> and <a href="http://www.amazon.com/gp/product/0465051367?ie=UTF8&amp;tag=nerdfortress-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0465051367"><em>Emotional Design: Why We Love (or Hate) Everyday Things</em></a><em><img style="background:none;border-style:none!important;margin:0;" src="http://www.assoc-amazon.com/e/ir?t=nerdfortress-20&amp;l=as2&amp;o=1&amp;a=0465051367" border="0" alt="" width="1" height="1" /></em><img style="background:none;border-style:none;margin:0;" src="http://www.assoc-amazon.com/e/ir?t=nerdfortress-20&amp;l=as2&amp;o=1&amp;a=0465067107" border="0" alt="" width="1" height="1" /></li>
<li>Bruce Tognazzini, founder of the Apple Human Interface Group and author of many <a href="http://www.asktog.com/menus/designMenu.html">classic interaction design papers and columns</a>.</li>
<li>Jakob Nielsen, long-time author and web usability ninja. Start with his excellent article, <a href="http://www.useit.com/alertbox/20030825.html">Usability 101: Introduction to Usability</a> and subscribe to his bi-weekly <a href="http://www.useit.com/alertbox/">Alertbox newsletter</a>.</li>
</ul>
<br />Posted in How To  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdfortress.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdfortress.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdfortress.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdfortress.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdfortress.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdfortress.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdfortress.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdfortress.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdfortress.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdfortress.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdfortress.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdfortress.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdfortress.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdfortress.wordpress.com/471/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=471&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdfortress.com/2009/02/20/can-you-define-usability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50b7c50e71c508c9874184663384efb9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Random</media:title>
		</media:content>

		<media:content url="http://www.assoc-amazon.com/e/ir?t=nerdfortress-20&#38;l=as2&#38;o=1&#38;a=0465051367" medium="image" />

		<media:content url="http://www.assoc-amazon.com/e/ir?t=nerdfortress-20&#38;l=as2&#38;o=1&#38;a=0465067107" medium="image" />
	</item>
		<item>
		<title>Tips for using the ASP.NET cache to store SQL Server DataSets</title>
		<link>http://nerdfortress.com/2008/07/28/tips-for-using-the-aspnet-cache-to-store-sql-server-datasets-3/</link>
		<comments>http://nerdfortress.com/2008/07/28/tips-for-using-the-aspnet-cache-to-store-sql-server-datasets-3/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 21:18:14 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://nerdfortress.com/index.php/2008/07/28/tips-for-using-the-aspnet-cache-to-store-sql-server-datasets-3/</guid>
		<description><![CDATA[In my new job I&#8217;ve been not-so-gently introduced to the world of ASP.NET. Coming from a Ruby on Rails background, ASP.NET is like a slap in the face. Ouch! I ran into some major gotchas today while adding caching to an RSS feed (generally a good idea, BTW), via the ASP.NET global cache, datasets, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=33&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In my new job I&#8217;ve been not-so-gently introduced to the world of ASP.NET. Coming from a Ruby on Rails background, ASP.NET is like a slap in the face. Ouch! I ran into some major gotchas today while adding caching to an RSS feed (generally a good idea, BTW), via the ASP.NET global cache, datasets, and SqlCacheDependency. I thought I would share them with you in case you are in the same boat.<span id="more-33"></span></p>
<ul>
<li>What in the world is SqlCacheDependency? <a href="http://davidhayden.com/blog/dave/archive/2006/04/29/2929.aspx" target="_blank">See this article</a>.</li>
<li>Most of the tutorials for caching on MSDN deal with output caching. You can&#8217;t do output caching with a generic web handler (among other things, these were used to provide RESTful interfaces in ASP.NET before WCF came along to save the day). So you will have to build up your output string on your own and cache it with a dependency on your model.</li>
<li>Make sure you are using SQL Server 2005 or later. Anything earlier requires lots of obligatory sit-ups to get things working, and uses polling behind the scenes (so it is much less efficient).</li>
<li>Make sure you use a unique key when adding items to the cache that includes query parameters and anything else you are referencing when you query your model to build the response.</li>
<li>If you are doing multiple queries, you will need to cache each one. If one query depends on a previous querie&#8217;s results, you need to use AggregateCacheDependency to make your cache expire not only when the main query&#8217;s results change, but also when the dependent query&#8217;s results change.</li>
<li>You can&#8217;t create a SqlCacheDependency object in isolation. You must use the one that was associated with the exact same SqlCommand object you used to load up your dataset.</li>
<li>You must create the SqlCacheDependency object <em>before</em> executing the command.</li>
<li>SqlCacheDependency does not work on views! But, you can still load a &#8220;view&#8221; into a typed dataset by opening the view in you designer and copying the TSQL into the query string in you code.</li>
</ul>
<p><em>Random</em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nerdfortress.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nerdfortress.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdfortress.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdfortress.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdfortress.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdfortress.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdfortress.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdfortress.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdfortress.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdfortress.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdfortress.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdfortress.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdfortress.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdfortress.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdfortress.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdfortress.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=33&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdfortress.com/2008/07/28/tips-for-using-the-aspnet-cache-to-store-sql-server-datasets-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50b7c50e71c508c9874184663384efb9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Random</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Windows Server 2008 Workstation: Audio Stutters</title>
		<link>http://nerdfortress.com/2008/03/12/using-windows-server-2008-workstation-audio-stutters/</link>
		<comments>http://nerdfortress.com/2008/03/12/using-windows-server-2008-workstation-audio-stutters/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 21:22:10 +0000</pubDate>
		<dc:creator>ANSI Pants</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[stutter]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://nerdfortress.com/?p=12</guid>
		<description><![CDATA[With Microsoft&#8217;s recent launch of Windows Server 2008, there seems to be some buzz about using it as a workstation OS.  There was a recent post on OS news linking to Using Windows Server 2008 as a SUPER workstation OS (by Vijayshinva Karnure, apparently a MS employee).  Not many days after the post on OS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=10&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With Microsoft&#8217;s recent launch of Windows Server 2008, there seems to be some buzz about using it as a workstation OS.  There was a recent post on <a title="OS News" href="http://www.osnews.com/" target="_blank">OS news</a> linking to <a title="Using Windows Server 2008 as a SUPER workstation OS" href="http://blogs.msdn.com/vijaysk/archive/2008/02/11/using-windows-server-2008-as-a-super-desktop-os.aspx" target="_blank">Using Windows Server 2008 as a SUPER workstation OS</a> (by Vijayshinva Karnure, apparently a MS employee).  Not many days after the post on <a title="OS News" href="http://www.osnews.com/" target="_blank">OS news</a>, at work we got our MSDN subscription activation codes.</p>
<p>How could I resist?</p>
<p><span id="more-10"></span></p>
<p>I followed all of the steps on Karnure&#8217;s blog and so far I&#8217;ve only had one really nagging issue: stuttering audio.  Initially I discovered that disabling Aero made the stuttering (mostly) go away.</p>
<p>I mentioned the issue and my solution to Random.  Well, he came up with a great solution (as he always does, given rand() and enough time).  He found <a title="Multimedia Class Scheduler Service" href="http://msdn2.microsoft.com/en-us/library/ms684247.aspx">this MSDN article about the Multimedia Class Scheduler Service</a>.  It discusses the registry keys that control the multimedia experience of your system.</p>
<p>I checked the following key in my registry:</p>
<p><code>HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile</code></p>
<p>The value for &#8220;SystemResponsiveness&#8221; was set to 100, which means 100% of all other processes on my machine were given higher priority than multimedia.  I fired up my Vista box and discovered that value was set to 20%.  Aha!</p>
<p>Changing that &#8220;SystemResponsiveness&#8221; value from 100 to 20 did the trick.  Now I&#8217;m coding away merrily with nary a skip in my music.  Thank you, Random Boy!</p>
<p><em>Mr. ANSI Pants</em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nerdfortress.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nerdfortress.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdfortress.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdfortress.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdfortress.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdfortress.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdfortress.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdfortress.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdfortress.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdfortress.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdfortress.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdfortress.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdfortress.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdfortress.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdfortress.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdfortress.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdfortress.com&#038;blog=4772118&#038;post=10&#038;subd=nerdfortress&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdfortress.com/2008/03/12/using-windows-server-2008-workstation-audio-stutters/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9eafe0384840e29458017efa62351c90?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">ANSI Pants</media:title>
		</media:content>
	</item>
	</channel>
</rss>
