<?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>this.rand() &#187; Microsoft</title>
	<atom:link href="http://www.thisrand.com/tag/microsoft/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thisrand.com</link>
	<description>the life of Ryan Meinzer and Jessica Meinzer</description>
	<lastBuildDate>Mon, 19 Sep 2011 01:41:44 +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>HTML Validation is (still) pointless!</title>
		<link>http://www.thisrand.com/2010/11/html-validation-is-still-pointless</link>
		<comments>http://www.thisrand.com/2010/11/html-validation-is-still-pointless#comments</comments>
		<pubDate>Tue, 23 Nov 2010 20:43:03 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[cute]]></category>
		<category><![CDATA[geekdom]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[zoo]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=542</guid>
		<description><![CDATA[Ok, so we all know that we should write &#8220;valid&#8221;* HTML, and yet, less than 5% of websites validate for one reason or another.  Now this statistic can be a...]]></description>
			<content:encoded><![CDATA[<p>Ok, so we all know that we <em>should</em> write &#8220;valid&#8221;* <a target="_blank" class="zem_slink" title="HTML" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTML">HTML</a>, and yet, <a target="_blank" href="http://www.netmag.co.uk/zine/latest-issue/issue-183" target="_blank">less than 5% of websites validate</a> for one reason or another.  Now this statistic can be a bit misleading as a comment from a user that didn&#8217;t use valid markup could invalidate the <a target="_blank" class="zem_slink" title="Website" rel="wikipedia" href="http://en.wikipedia.org/wiki/Website">website</a>, so granted, there is some play with the stats (per the usual), but let&#8217;s again assume that number is close.</p>
<p>Why?  Why do we not write perfect HTML?  Surely with the free <a target="_blank" href="http://validator.w3.org/" target="_blank">validator</a> on the authority&#8217;s website there is no excuse to write code that wont validate against the standard.</p>
<p>The answer there is simple, <strong>if and when </strong>all the major browsers (<a target="_blank" class="zem_slink" title="Mozilla Firefox" rel="geolocation" href="http://maps.google.com/maps?ll=45.1238,-123.1138&amp;spn=1.0,1.0&amp;q=45.1238,-123.1138%20%28Mozilla%20Firefox%29&amp;t=h">Firefox</a>, <a target="_blank" class="zem_slink" title="Safari (web browser)" rel="homepage" href="http://www.apple.com/safari/">Safari</a>, IE, <a target="_blank" class="zem_slink" title="Opera Software" rel="homepage" href="http://www.opera.com">Opera</a>, Chrome) all render a page according to the standard, then I will finally start caring about the validation of my websites.  Until then, I will continue to write code that works across the board, and just not care if it is &#8220;valid&#8221;.</p>
<p>To be real though, most of the browsers work pretty well, however the <a target="_blank" href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank">800lb gorilla</a> in the room, IE, does not.  <a target="_blank" class="zem_slink" title="Microsoft" rel="homepage" href="http://www.microsoft.com">Microsoft</a> continually changes the standards by which they will render a page, like promising <a target="_blank" href="http://blogs.msdn.com/ie/archive/2006/08/22/712830.aspx" target="_blank">CSS 2 support in IE7</a> then bailing on that promise 6 months before release.  And let us not forget the horribly pathetic Javascript <a target="_blank" class="zem_slink" title="Layout engine" rel="wikipedia" href="http://en.wikipedia.org/wiki/Layout_engine">rendering engine</a>, <a target="_blank" class="zem_slink" title="JScript" rel="homepage" href="http://msdn.microsoft.com/en-us/library/hbxc2t98%28VS.85%29.aspx">JScript</a>, that the rest of us just ignore because it can&#8217;t be trusted to behave reliably.</p>
<p>So, like even on this website, we find ourselves writing &#8220;valid&#8221; code, and at the same time having to redefine valid to mean &#8220;Code that works in all the browsers&#8221;, not &#8220;Code that the W3C says is valid even though it looks like crap in IE6&#8243;.  Just to maintain a semblance of order and sanity, we use the handy IE CSS hacks where IE on <a target="_blank" class="zem_slink" title="Windows" rel="homepage" href="http://www.microsoft.com/WINDOWS">Windows</a> will actually arbitrarly execute code depending on the version of the IE browser being used.  Does that sound like an admission of guilt on the part of MS to anyone else?  OK Bill, repeat after me, &#8220;I know my browser sucks, so, instead of fixing it which would severely hamper my marketing and legal budgets, I will just allow hacks in order to ensure you nerdy web guys can still make pretty pages&#8221;.  There, was that so hard!?</p>
<p>So, someone feel free to run the validate against any of my websites.  Don&#8217;t bother sending me the results because I don&#8217;t care.  The sites work, the code looks good, documented, and is maintainable, so, what exactly was the complaint?</p>
<h5>*valid code is extremely subjective, but let&#8217;s assume here I mean W3C &#8220;valid&#8221; code.</h5>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a target="_blank" href="http://blogs.msdn.com/ie/archive/2009/02/19/the-css-corner-using-filters-in-ie8.aspx">The CSS Corner: Using Filters In IE8</a> (blogs.msdn.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.inquisitr.com/17897/mozilla-should-be-thanking-microsoft-for-bundling-ie-not-kissing-eus-butt/">Mozilla should be thanking Microsoft for bundling IE not kissing EU&#8217;s butt</a> (inquisitr.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://r.zemanta.com/?u=http%3A//www.infoworld.com/article/09/01/16/browser-wars-deemed-hot-again_1.html&amp;a=2664880&amp;rid=688f04e7-7910-4d78-8153-78194999c6b9&amp;e=62bf56fb0808fa686789d7d6995fdf45">Browser wars deemed hot again</a> (infoworld.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.ghacks.net/2009/02/23/how-to-zoom-in-firefox/">How To Zoom In Firefox</a> (ghacks.net)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://r.zemanta.com/?u=http%3A//www.infoworld.com/article/09/01/23/Microsoft_to_deliver_first_IE8_release_candidate_Monday_1.html&amp;a=2800890&amp;rid=688f04e7-7910-4d78-8153-78194999c6b9&amp;e=32f3ce5da320127c5a388473cabdd420">Microsoft to deliver first IE8 release candidate Monday</a> (infoworld.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://r.zemanta.com/?u=http%3A//www.infoworld.com/article/08/12/19/Google_issues_first_postbeta_Chrome_update_1.html&amp;a=2330376&amp;rid=688f04e7-7910-4d78-8153-78194999c6b9&amp;e=0d13e5560c2070cb64992b4e6fce5c55">Google issues first post-beta Chrome update</a> (infoworld.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://thenextweb.com/2009/01/27/eu-force-microsoft-include-firefox-future-versions-windows/">The EU Could Force Microsoft to Include Firefox in Future of Versions of Windows</a> (thenextweb.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a target="_blank" class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/688f04e7-7910-4d78-8153-78194999c6b9/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=688f04e7-7910-4d78-8153-78194999c6b9" alt="Reblog this post [with Zemanta]" /></a></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2010%2F11%2Fhtml-validation-is-still-pointless&amp;title=HTML%20Validation%20is%20%28still%29%20pointless%21" id="wpa2a_2"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2010/11/html-validation-is-still-pointless/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Well Played Windows 7, Well Played</title>
		<link>http://www.thisrand.com/2010/02/well-played-windows-7-well-played</link>
		<comments>http://www.thisrand.com/2010/02/well-played-windows-7-well-played#comments</comments>
		<pubDate>Sun, 21 Feb 2010 03:14:29 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[geekdom]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=929</guid>
		<description><![CDATA[I had been having some problems with my computer lately, I have no idea what caused it, but I was running XP Pro for about 5 years without a single...]]></description>
			<content:encoded><![CDATA[<p>I had been having some problems with my computer lately, I have no idea what caused it, but I was running <a target="_blank" class="zem_slink" title="Windows XP" rel="homepage" href="http://www.microsoft.com/windows/windows-xp/default.aspx">XP Pro</a> for about 5 years without a single re-install, which must be a record of some type.  But the screen would get a bunch of lines on it after any given amount of time, forcing a reboot.  Totally impossible to get anything done.</p>
<p>Well, I thought &#8220;<a target="_blank" class="zem_slink" title="Video card" rel="wikipedia" href="http://en.wikipedia.org/wiki/Video_card">Video Card</a>&#8220;, but I was wrong.  I went out and bought a new <a target="_blank" href="http://www.bit-tech.net/hardware/graphics/2009/10/20/asus-ati-radeon-hd-5870-volt-tweak-review/1" target="_blank">ATI 5870 by Asus</a>.  Turned out replacing my 4870 with that beast didnt do a thing for me.  So, back the $400+ card went.</p>
<p>Well, it must be software then, the problem now being I can either re-install XP, or try Windows 7 since that is where I will have to update to within 6 months anyways.  Out I go to get Windows 7 Pro, and more than $2,000 later, it is finally installed and working.</p>
<p>Upon installing it, I had network driver issues from hell.  Who knew a <a target="_blank" href="http://www.linksysbycisco.com/US/en/products/WMP54G" target="_blank">Linksys wireless G PCI card</a> wouldnt work with <a target="_blank" class="zem_slink" title="Windows 7" rel="homepage" href="http://www.microsoft.com/windows/windows-7/default.aspx">Win7</a>?  What kind of moronic OS development team made it where one of the most prolific network card manufacturers products wouldn&#8217;t work?  Answer:  <a target="_blank" class="zem_slink" title="Microsoft" rel="homepage" href="http://www.microsoft.com">Microsoft</a>!  But since I used the word &#8220;moronic&#8221; we all knew that was coming, right?  Ok, read a lot online about the various woes of people with that card, and I upgraded to a <a target="_blank" class="zem_slink" title="D-Link" rel="homepage" href="http://www.dlink.com.tw">D-Link</a> N card, that seemed better.  Only, it wasnt.  But I knew, from what I read online the network card was correct.  Could it possibly be my <a target="_blank" href="http://www.linksysbycisco.com/US/en/products/WRT54G2" target="_blank">Linksys router</a>?  I mean, really, a router is a router right?  Nope!  I replaced the router with a <a target="_blank" href="http://www.netgear.com/Products/RoutersandGateways/WirelessNRoutersandGateways/WNR2000.aspx" target="_blank">Netgear one</a> and BAM, it works great on the network now.  Spiffy!  Time to start installing software finally.</p>
<p>That&#8217;s right, installing software, because for some dumb-ass reason you can&#8217;t upgrade from XP to Win7, they expect you to have had 2&#215;4 to the head and actually used <a target="_blank" title="Vista is Retarded" href="http://kazza.id.au/2007/10/vista-is-retarded.html" target="_blank">Vista</a>.</p>
<p>Start installing software, and the first reboot, the computer doesn&#8217;t come back up.  Not only that, the primary hard drive isnt even seen by the BIOS anymore.  WTF!!!???  How did Win7 just kill a <a target="_blank" href="http://www.seagate.com" target="_blank">Seagate</a> HD?  I have no idea, but it did.  Off I go to purchase new hard drives.  This time, I got two, so I can RAID 1 them, &#8220;ah ha!&#8221; I will show you Microsoft, I will fix your stupidity with hardware. <a target="_blank" class="zem_slink" title="RAID" rel="wikipedia" href="http://en.wikipedia.org/wiki/RAID">RAID array</a> created, Windows 7 installed (again), and now I can start installing software.</p>
<p>But wait, Adobe CS2 isnt supported by Windows 7, so, $1,699 later, I am the extremely annoyed owner of<a target="_blank" href="http://www.adobe.com/products/creativesuite/web/?promoid=DNOWK" target="_blank"> CS4 Web Premium</a>, a supported version of the ridiclously priced yet required by everyone software suite.</p>
<p>I get everything re-installed, except for my document management software,<a target="_blank" href="http://personable.com/sourcelink/us/std/source_home11.asp" target="_blank"> Source Link</a>.  It seems those retards over there won&#8217;t reissue a CD key without a $60 fee, &#8220;because that is how we control the licenses&#8221;.  &#8220;Why do I use your software again&#8221;, I wonder as I am re-downloading games from <a target="_blank" class="zem_slink" title="Electronic Arts" rel="homepage" href="http://www.ea.com">EA</a>, <a target="_blank" href="http://quickbooks.intuit.com/" target="_blank">Quickbooks</a>,  <a target="_blank" href="http://www.nusphere.com/" target="_blank">NuSphere</a>, and a ton of other software that doesnt require me to pay them to reinstall their software on the same computer. Clearly everyone else has figured it out, even Microsoft and Adobe!  And get this, I get to upgrade as well to SourceLink 2010 in order to have it supported as well.</p>
<p>So, what is the final tab you ask&#8230;.</p>
<p>$200 for Windows 7<br />
$350 for 2 Hard Drives<br />
$70 for Network Card<br />
$70 for Router<br />
$1700 for <a target="_blank" class="zem_slink" title="Adobe Creative Suite" rel="homepage" href="http://www.adobe.com/products/creativesuite/">Adobe CS4</a><br />
$50 for new <a target="_blank" class="zem_slink" title="McAfee" rel="homepage" href="http://www.mcafee.com/">McAfee</a><br />
$169 for SourceLink<br />
Total: $2,609 plus tax for the privelege, nay honor, nay ass raping that is Windows 7.  I bow to Microsoft&#8217;s superior skills at making their products part of everyday life, because both I am in awe I spent that much, and bowing is about all I can do since I won&#8217;t be sitting for at least  week, or until the bleeding stops.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.lockergnome.com/theoracle/2010/02/18/what-is-adobe-doing/">What IS Adobe Doing?</a> (lockergnome.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://blog.taragana.com/index.php/archive/best-windows-7-tweaks-help/">Best Windows 7 Tweaks &amp; Help</a> (taragana.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.makeuseof.com/tag/3-windows-7-upgrade-issues-avoid/">Three Windows 7 Upgrade Issues &amp; How To Avoid Them</a> (makeuseof.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://crenk.com/how-to-set-up-a-linksys-wireless-router/">How to Set up a Linksys Wireless Router</a> (crenk.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://arstechnica.com/microsoft/news/2010/02/windows-7-eclipses-vista-on-steam-64-bit-dominating-32-bit.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">Windows 7 eclipses Vista on Steam, 64-bit dominating 32-bit</a> (arstechnica.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.lockergnome.com/theoracle/2010/01/26/windows-7-the-dirty-little-graphics-secret/">Windows 7 &amp; The Dirty Little Graphics Secret</a> (lockergnome.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.makeuseof.com/tag/windows-7-requirements-installation-tips/">What You Need To Know About Windows 7: Requirements &amp; Installation Tips</a> (makeuseof.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a target="_blank" class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=4d0c8b3c-2306-46e0-8586-38fc1a12e543" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2010%2F02%2Fwell-played-windows-7-well-played&amp;title=Well%20Played%20Windows%207%2C%20Well%20Played" id="wpa2a_4"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2010/02/well-played-windows-7-well-played/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dude, I got a Dell&#8230;</title>
		<link>http://www.thisrand.com/2009/05/dude-i-got-a-dellhellip</link>
		<comments>http://www.thisrand.com/2009/05/dude-i-got-a-dellhellip#comments</comments>
		<pubDate>Wed, 20 May 2009 06:05:47 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[ramblings]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[stupidity]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/2009/05/dude-i-got-a-dellhellip</guid>
		<description><![CDATA[Well, I finally broke down and got a laptop. It has been a while since I had one, or felt I needed one. But here I am typing this on...]]></description>
			<content:encoded><![CDATA[<p>Well, I finally broke down and got a laptop.  It has been a while since I had one, or felt I needed one. But here I am typing this on my shiny new laptop.</p>
<p>While I am extremely pro-Linux, and getting more so as I deal with Vista and the stupidity that is Microsoft’s latest OS (I can’t wait for Windows 7, anything is an improvement). Enough about Vista, be looking for that in a few days, as I have to deal with it, and pretend I have the intelligence of a basic moss covered rock in order to use it. I digress…</p>
<p>I didn&#8217;t end up getting a Mac for a couple of reasons. First is the price, it is more expensive for less machine, which doesn&#8217;t make a whole lot of sense, but I do understand it as they are pretty sexy. But I will admit as I type here on this backlit keyboard, this Dell is pretty sexy as well.</p>
<p>I have had some terrible support experiences with Apples over the last few years. You have to drag your computer to an Apple store, after you make an appointment, then you have to wait to get it back, which could be weeks. I don&#8217;t have the time for that crappy service. If I could tolerate that level of incompetence, then I wouldn&#8217;t have much of a case for the purchase of a computer in the first place.</p>
<p>Instead, Dell gives me next business day on site, with even accidental damage covered. Apple doesn&#8217;t even begin to offer that kind of service, regardless of their completely misleading commercials.</p>
<p>Then there is the issue of having to run Windows in a virtual machine for a lot of the software, and having to re-purchase the Adobe suite which is like $1800, instead of being able to use the fair-use clause and use the same copy for both my desktop and laptop.</p>
<p>So, what would the point of paying more for way crappy service, having to double up on software, new learning curve, and then running the other OS in a virtual machine. So, here I sit, hating Vista, but loving the machine, especially for the price. Thanks Dell, and oh, Apple, take note, either improve your warranty service, or just don&#8217;t bother going after the larger business market outside of the creative arenas.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2009%2F05%2Fdude-i-got-a-dellhellip&amp;title=Dude%2C%20I%20got%20a%20Dell%26%238230%3B" id="wpa2a_6"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2009/05/dude-i-got-a-dellhellip/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft designs the new iPod</title>
		<link>http://www.thisrand.com/2007/10/microsoft-designs-the-new-ipod</link>
		<comments>http://www.thisrand.com/2007/10/microsoft-designs-the-new-ipod#comments</comments>
		<pubDate>Thu, 01 Jan 1970 01:33:27 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[links]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://180</guid>
		<description><![CDATA[It goes so wrong, right from the start&#8230;.]]></description>
			<content:encoded><![CDATA[<p>It goes so wrong, right from the start&#8230;.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="undefined" height="undefined" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" /><param name="src" value="http://video.google.com/googleplayer.swf?docId=36099539665548298&amp;hl=en" /><embed type="application/x-shockwave-flash" width="undefined" height="undefined" src="http://video.google.com/googleplayer.swf?docId=36099539665548298&amp;hl=en" menu="false" quality="high"></embed></object></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2007%2F10%2Fmicrosoft-designs-the-new-ipod&amp;title=Microsoft%20designs%20the%20new%20iPod" id="wpa2a_8"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2007/10/microsoft-designs-the-new-ipod/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A guy on /. has figured out The Microsoft Plan</title>
		<link>http://www.thisrand.com/2002/12/a-guy-on-has-figured-out-the-microsoft-plan</link>
		<comments>http://www.thisrand.com/2002/12/a-guy-on-has-figured-out-the-microsoft-plan#comments</comments>
		<pubDate>Thu, 01 Jan 1970 01:33:22 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[ramblings]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[LOTR]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://18</guid>
		<description><![CDATA[Three Rings for the Microsoft-Developers under the sky, Seven for the Dwarf-VPs in their halls of stone, Nine for IIS System Administrators doomed to die, One for Steve Ballmer on...]]></description>
			<content:encoded><![CDATA[<p>Three Rings for the Microsoft-Developers under the sky,</p>
<p>Seven for the Dwarf-VPs in their halls of stone,</p>
<p>Nine for IIS System Administrators doomed to die,</p>
<p>One for Steve Ballmer on his dark throne</p>
<p>In the land of Richmond where shadows lie.</p>
<p>One Application to rule them all, One Palladium to authenticate them,</p>
<p>On Application to bring them all and in the darkness bind them</p>
<p>In the Land of Richmond where Shadows lie.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2002%2F12%2Fa-guy-on-has-figured-out-the-microsoft-plan&amp;title=A%20guy%20on%20%2F.%20has%20figured%20out%20The%20Microsoft%20Plan" id="wpa2a_10"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2002/12/a-guy-on-has-figured-out-the-microsoft-plan/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

