<rss version="2.0">
	<channel>
		<title>Andy's Web</title>
		<link>http://suspendedinthemeantime.com/</link>
		<description>The home of custom guitar and piano music, the ProFactor PC game, video game reviews, video captures, and much more!</description>
		<language>en-us</language>
		<pubDate>07 May 2010 13:31:57 CDT</pubDate>
		<lastBuildDate>07 May 2010 13:31:57 CDT</lastBuildDate>
		<managingEditor>andypro@vt.edu</managingEditor>
		<webMaster>andypro@vt.edu</webMaster>
		<ttl>180</ttl>
		<skipHours>
			<hour>2</hour>
			<hour>3</hour>
			<hour>4</hour>
			<hour>5</hour>
			<hour>6</hour>
			<hour>7</hour>
			<hour>8</hour>
		</skipHours>
		<image>
			<url>http://suspendedinthemeantime.com/favicon.ico</url>
			<title>Andy's Web</title>
			<link>http://suspendedinthemeantime.com/</link>
			<width>16</width>
			<height>16</height>
		</image>
		<item><title>News update - New PSU</title><link>http://suspendedinthemeantime.com/index.asp#a76</link><description>My websites have been down for the past several days thanks to the death of my PSU in my primary machine.  I decided to replace the 4 year old OCZ GameXtreme 700W with a Corsair 650W.  Corsair is pretty highly-regarded on Newegg at the time of this writing, and the PSU seems solid, quiet, and dependable.
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
In other news, the DOW dropped just shy of 1,000 points in intraday trading yesterday; possibly due to the Yen currency moves.  This may be the tip of the iceburg where the European sovereign debt crisis begins and the Euro as a currency ends.  Only time will tell.</description><pubDate>07 May 2010 13:31:56 CDT</pubDate><guid>http://suspendedinthemeantime.com/index.asp#a76</guid></item><item><title>Music update - J-E-N-O-V-A Piano Video</title><link>http://suspendedinthemeantime.com/index.asp#a75</link><description>Here&amp;apos;s a video I recorded for Youtube.  Some fun facts about the video:
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
I recorded roughly 28 takes.  The one you&amp;apos;re watching here is take #12.&amp;lt;br/&amp;gt;
It took me 12 days to learn the song and commit it to memory, and a little over a month to practice it up to performance level.&amp;lt;br/&amp;gt;
I recorded the audio and video separately and combined them in software afterwards.  I also used my laptop&amp;apos;s speakers to monitor the sound while I was recording - it was sitting on the floor just outside the camera&amp;apos;s view.&amp;lt;br/&amp;gt;
I used a velocity envelope on the video track at the end to create a slow motion effect after I struck the last note while the video faded out.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;

Enjoy!&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;


&amp;lt;object width=&amp;quot;640&amp;quot; height=&amp;quot;385&amp;quot;&amp;gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;http://www.youtube.com/v/7Y9rt2yxBSI&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0&amp;amp;hd=1&amp;quot;&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;param name=&amp;quot;allowFullScreen&amp;quot; value=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;param name=&amp;quot;allowscriptaccess&amp;quot; value=&amp;quot;always&amp;quot;&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;embed src=&amp;quot;http://www.youtube.com/v/7Y9rt2yxBSI&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0&amp;amp;hd=1&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; allowscriptaccess=&amp;quot;always&amp;quot; allowfullscreen=&amp;quot;true&amp;quot; width=&amp;quot;640&amp;quot; height=&amp;quot;385&amp;quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;</description><pubDate>31 Mar 2010 12:04:03 CDT</pubDate><guid>http://suspendedinthemeantime.com/index.asp#a75</guid></item><item><title>News update - Nice Grammar, ESPN</title><link>http://suspendedinthemeantime.com/index.asp#a74</link><description>&amp;lt;img src=&amp;quot;/images/grammar.png&amp;quot; alt=&amp;quot;Every team controls.  It *is* destiny!&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;
</description><pubDate>10 Oct 2009 14:04:12 CDT</pubDate><guid>http://suspendedinthemeantime.com/index.asp#a74</guid></item><item><title>News update - Yet another Windows 7 post</title><link>http://suspendedinthemeantime.com/index.asp#a73</link><description>I may be the only person in the world who insists on doing this the hard way, but I&amp;apos;ve found the need to manually delete files with the worst file permissions possible in Windows - that is, files that have no owner.  A select few system files may be configured this way, and there&amp;apos;s really no good way to script out a solution that I&amp;apos;ve found.  The problem with using any command line or powershell script in this scenario is that nothing will allow you to modify ACL settings for files with no owner.  If I&amp;apos;m wrong, please e-mail me and let me know how.
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
This leaves us with using the Windows UI to make the necessary changes.  Since I have to do this on about fifty individual files, I thought I would write out a sequence of keyboard inputs that would fix the ownership and permissions the way I want it, which I have included for you below.  If you have a way to manipulate keypresses without needing focus, you might simply enter these commands as a keypress script which will allow you to just press a button and walk away.
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
Note that you will probably need to slightly modify these depending on the configuration of your system.  I have UAC disabled and run my account as an administrator.
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
This one is for adding my user account as the file owner, where &amp;lt;i&amp;gt;context&amp;lt;/i&amp;gt; is the key many keyboards have that brings up the right-click context menu on the currently selected item:&amp;lt;br/&amp;gt;
&amp;lt;b&amp;gt;context, r, tab x4, right, tab, space, tab x3, right x2, tab x2, space, down, enter x2, esc x2.&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
And here is the one for removing existing permissions and adding my user account with full control permissions:&amp;lt;br/&amp;gt;
&amp;lt;b&amp;gt;context, r, tab x4, right, tab x2, space, tab x2, space x3, ctrl+v, enter, tab x2, space, shift+tab x7, space, esc.&amp;lt;/b&amp;gt;  In this example, make sure to have your properly-formatted username in your paste buffer.</description><pubDate>06 Oct 2009 18:57:45 CDT</pubDate><guid>http://suspendedinthemeantime.com/index.asp#a73</guid></item><item><title>News update - Windows is so helpful!</title><link>http://suspendedinthemeantime.com/index.asp#a72</link><description>Are you having difficulty choosing which music to listen to or which program to install?  Perhaps you need a little help:&amp;lt;br/&amp;gt;
&amp;lt;br/&amp;gt;
&amp;lt;img src=&amp;quot;/images/funnywindows.png&amp;quot; border=&amp;quot;0&amp;quot; alt=&amp;quot;So helpful&amp;quot; /&amp;gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
Windows can think for you!
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
The link actually opens a help file that discusses CD and DVD burning types and options which makes sense, but the initial dialog is just funny.  I have found the language used in Windows 7 has so far been extremely well-written and easy to understand save this one humorous line.</description><pubDate>25 Sep 2009 12:52:14 CDT</pubDate><guid>http://suspendedinthemeantime.com/index.asp#a72</guid></item><item><title>News update - Lovin&amp;apos; my SSD</title><link>http://suspendedinthemeantime.com/index.asp#a71</link><description>And Windows 7, for that matter.  I&amp;apos;ve been using an almost nine-year-old operating system for so long, I&amp;apos;ve forgotten what sort of advancements have occurred in user interface design.  At the very least, I&amp;apos;ve forgotten that eventually, some OS problems *are* addressed.
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
Sorry for the temporary site outage.  I was performing open-heart surgery on my main machine and my server to swap processors.  No casualties on the operating table, I&amp;apos;m happy to report.
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
Anyway, the SSD: what can&amp;apos;t it do?  Firefox installed in 3 seconds.  Thunderbird installed in 3 seconds.  iTunes even installed in under a minute, and if you&amp;apos;ve ever sat through a Windows iTunes install, you&amp;apos;ll know that&amp;apos;s quite fast.  I had one issue with the install, and it turned out to be a problem with my old nVidia 7900GT graphics card.  The nVidia ForceWare drivers have had this problem for so long, I found forum posts dating back before 2007 with this same, unresolved issue.  Fortunately, the only known solution, short of buying a new card, is to use an overclocking utility to change the core and memory clocks.  I used nTune, because it integrates directly with the nVidia control panel and because you can save custom profiles which can get applied on OS startup.  I played around with the clocks on my card, and found that my primary screen was garbled and unusable until I hit 760MHz on the memory clocks.  Core clock didn&amp;apos;t seem to have an effect, but sure enough - 759MHz memory clock was still garbled, and 760MHz memory clock was perfectly normal.  I&amp;apos;ll be upgrading my video card pretty soon, but I&amp;apos;m glad to have found this stop-gap solution for now so that I can enjoy Windows 7 the way it was meant to be enjoyed.</description><pubDate>23 Sep 2009 20:15:54 CDT</pubDate><guid>http://suspendedinthemeantime.com/index.asp#a71</guid></item><item><title>News update - Undocumented IIS5 Bug</title><link>http://suspendedinthemeantime.com/index.asp#a70</link><description>I have discovered an undocumented bug in Microsoft&amp;apos;s Internet Information Services 5.0 web server.  I&amp;apos;m posting it here in hopes that Google will return at least one hit about this when someone else searches on it.
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
When you specify a custom redirect on a directory in IIS5, you start with *; followed by pairs of redirections separated by semicolons.  You may need to use one of the special redirect variables provided by IIS like $Q or $V.  These typically come at the end of a URL string that you&amp;apos;re building.  However, IIS5 refuses to interpret these variables when they are followed by a semicolon.  This means that if you need to use these redirection variables in IIS5, you must put them as the last pair in the list.  An example follows:
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
&amp;lt;b&amp;gt;Will not work:&amp;lt;/b&amp;gt; *;/default.asp;/redirects/processor.aspx$Q;/help.asp;/help.aspx &amp;lt;br/&amp;gt;
&amp;lt;b&amp;gt;Will work:&amp;lt;/b&amp;gt; *;/help.asp;/help.aspx;/default.asp;/redirects/processor.aspx$Q &amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;

I hope this can help you deal with those legacy Win2000 IIS boxes that still plague so many datacenters today.  If you need to redirect more than one pair of files and include querystring parameters for both, then you need to come up with a solution like the above.  Use a single processing page to re-redirect from multiple sources so you only need to use one set of these special IIS variables.  This problem does not exist in IIS6 and later.

&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
Here are some keyword tags for the Google searchers: 
&amp;lt;b&amp;gt;IIS5, redirect variables, $Q, $S, $V, custom redirects, semicolon delimited, a redirection to a URL&amp;lt;/b&amp;gt;</description><pubDate>09 Sep 2009 16:20:05 CDT</pubDate><guid>http://suspendedinthemeantime.com/index.asp#a70</guid></item><item><title>Game update - Guitar Hero promotion</title><link>http://suspendedinthemeantime.com/index.asp#a69</link><description>It seems as if Activision realizes its hit series of rhythm games is waning in popularity.  I have just pre-ordered Guitar Hero 5.  If I hadn&amp;apos;t learned of a special promotion, I never would have bought the game.  I don&amp;apos;t think it will be particularly good because I don&amp;apos;t care for most of the included music tracks.
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
Thankfully, I am a Van Halen fan.  Any purchases of Guitar Hero 5 before the end of September will include a promotional code good for one free copy of Guitar Hero: Van Halen, which will be shipped within 4-6 weeks of the game&amp;apos;s release - currently December 22, 2009.  Guitar Hero 5 retails for $60, even on the Wii, but if you check Google Product search, you&amp;apos;ll see that BestSKU has the title for $47 which includes shipping.
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
Let&amp;apos;s see what we get here.  83 songs from GH5 + 44 songs from GH:VH, and that means I get licenses for 127 songs at $0.37 per song.  Thanks Activision; you&amp;apos;ve just made an acceptable offer to me, the consumer.</description><pubDate>28 Aug 2009 14:05:44 CDT</pubDate><guid>http://suspendedinthemeantime.com/index.asp#a69</guid></item><item><title>Site update - The site redesign</title><link>http://suspendedinthemeantime.com/index.asp#a68</link><description>Is progressing much more slowly than I had hoped.  I have put my upload tool as the highest priority, but creating it just the way I want it has been rather difficult.  I have learned so much about web application design and optimization over the past few years, and so I&amp;apos;m excited to move forward.
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
I don&amp;apos;t expect to have anything outwardly visible finished this year, however I hope that the fall season will put me into gear for this sizable project.</description><pubDate>28 Aug 2009 13:56:16 CDT</pubDate><guid>http://suspendedinthemeantime.com/index.asp#a68</guid></item></channel>
</rss>

