<?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>WiredAtom &#187; Windows</title>
	<atom:link href="http://www.wiredatom.com/blog/category/geek-stuff/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wiredatom.com/blog</link>
	<description>Coming to a Chinatown Hole in the Wall Near You</description>
	<lastBuildDate>Sat, 22 Aug 2009 18:08:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Multiple Firefox Version on Windows XP and Mac OSX</title>
		<link>http://www.wiredatom.com/blog/2008/02/29/installing-multiple-firefox-version-on-windows-xp-and-mac-osx/</link>
		<comments>http://www.wiredatom.com/blog/2008/02/29/installing-multiple-firefox-version-on-windows-xp-and-mac-osx/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 11:18:01 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2008/02/29/installing-multiple-firefox-version-on-windows-xp-and-mac-osx/</guid>
		<description><![CDATA[As a web developer, one of the worst nightmares has to be dealing with all the different browsers under the sun (not to mention the various versions).
I wrote about installing different versions of Internet Explorer on Windows XP for testing purposes (simply because each version is so drastically bad in its own unique way that [...]]]></description>
			<content:encoded><![CDATA[<p>As a web developer, one of the worst nightmares has to be dealing with all the different browsers under the sun (not to mention the various versions).</p>
<p>I <a href="http://www.wiredatom.com/blog/2008/02/05/conditional-commenting-using-multiple-ie-on-vmware/">wrote about</a> installing different versions of Internet Explorer on Windows XP for testing purposes (simply because each version is so drastically bad in its own unique way that you need to test each one of them separately). I had decided to take that one step further with Firefox today.</p>
<p>Thank goodness for <a href="http://www.oldapps.com/" target="_blank">oldapps.com</a>, I was able to get hold of Firefox 1.0 and 1.5 to play with in XP.</p>
<p>Installing on Windows XP (not for the faint of heat, or you can try the <a href="http://portableapps.com/apps/internet/firefox_portable" target="_blank">standalone versions of Firefox</a> without worrying about going through the troubles.):</p>
<blockquote><p>
1. Download and install an older version of Firefox. When you run the installer, make sure you choose <code>custom</code> installation and install this version in a different directory. For example: <code>Mozilla Firefox 1.0</code> (in keeping with the default naming convention). Continue installation as prompted. <strong>DO NOT RUN Firefox</strong> when it&#8217;s done.<br />
2. Open Windows Command Prompt and type the following and press <code>Enter</code>:<br />
<code>set MOZ_NO_REMOTE = 1</code><br />
3. In the same Command Prompt, type <code>cd</code> and find your way to the version of Firefox you just installed. Using the folder naming convention above, it&#8217;s probably something like this:<br />
<code>cd /"Program Files"/"Mozilla Firefox 1.0"/</code><br />
4. Once you are in the directory, type the following and hit <code>Enter</code>:<br />
<code>firefox.exe -profilemanager</code><br />
5. Firefox&#8217;s profile manager should now appear. Now create a new profile and name it accordingly (i.e. <code>firefox1.0</code>). If you want, name the <code>default</code> profile to the version of Firefox you currently have prior to the installation.<br />
6. Now go to the appropriate Firefox folders and make shortcuts from them and put them where you access them the most (The Taskbar in my case).<br />
7. Right click on the shortcuts and select <code>Properties</code> to pull up the Properties window. In it, there&#8217;s a <code><strong>Target</strong></code> field. At the end of it (after the double quote), append the <strong>bolded typeface</strong> in the following:<br />
<code>"C:\Program Files\Mozilla Firefox 1.0\firefox.exe" <strong>-p Firefox1.0</strong></p>
<p>Do this with each version of Firefox shortcuts you have with a matching profile name. And you are done. The only caveat is you can't run multiple versions of Firefox concurrently like you can with the "Multiple IE" install.</code></p></blockquote>
<p>Here&#8217;s what my VMWare Windows XP Taskbar looks like:<br />
<img src="http://www.wiredatom.com/images/windows.xp.taskbar-20080229-012627.jpg" width="350" height="28" class="centered" alt="windows xp taskbar"/></p>
<p>Installing on Mac OSX:</p>
<blockquote><p>
The process is similar to those found on Windows XP. But I couldn&#8217;t get them to work as advertised. So I can&#8217;t really endorse the methods here. But there are <a href="http://www.freesmug.org/portableapps/firefox/" target="_blank">standalone versions</a> out there that made my life easier.</p>
<p>The upside of Mac OSX is, multiple versions of Firefox can be running at the same time!</p>
<p><strong>UPDATE:</strong> I did manage to get multiple Firefox versions to work <em>without asking for a profile</em> upon launch every time as described by <a href="http://jeroencoumans.nl/journal/multiple-firefox-versions" target="_blank">Jeroen Coumans</a>&#8217;s blog (<a href="http://www.wiredatom.com/misc/Running_multiple_Firefox_versions_concurrently-20080229-175712.pdf">PDF</a>). But there&#8217;s a trick that you should know about! </p>
<p>For the life of me I couldn&#8217;t get them to launch without asking for a profile even though I followed the steps exactly. The problem? I had three versions of Firefox in the same directory labeled:<br />
Firefox 3<br />
Firefox 2.0<br />
Firefox 1.5</p>
<p>That&#8217;s a NO to the hack described on the site. In order for the script to recognize the paths, the portion of the name following the word &#8220;Firefox&#8221; can not be repeated. I have tried &#8220;Firefox-&#8221; followed by the version number, but that didn&#8217;t go. And underscore didn&#8217;t do it either. But if you simply remove the space making the names looking like:<br />
Firefox3<br />
Firefox2.0<br />
Firefox1.5</p>
<p>Then all is good.
</p></blockquote>
<p>I will probably install a couple of older versions of Opera as well since they are supposedly pretty simple &#8212; simply install different versions of Opera in their own folders and be done with!</p>
<p>via [<a href="http://jivebay.com/2007/08/02/running-multiple-versions-of-opera-and-firefox/" target="_blank">JiveBay</a>] and [<a href="http://jeroencoumans.nl/journal/multiple-firefox-versions" target="_blank">Jeroen Coumans</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2008/02/29/installing-multiple-firefox-version-on-windows-xp-and-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conditional Commenting Using Multiple IE on VMWare</title>
		<link>http://www.wiredatom.com/blog/2008/02/05/conditional-commenting-using-multiple-ie-on-vmware/</link>
		<comments>http://www.wiredatom.com/blog/2008/02/05/conditional-commenting-using-multiple-ie-on-vmware/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 06:59:26 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2008/02/05/conditional-commenting-using-multiple-ie-on-vmware/</guid>
		<description><![CDATA[As most web developers know, testing for Internet Explorer is a necessary evil that comes with the job. Fortunately a few tools has made the process easy:
1. VMWare to run Windows XP with (and Vista if necessary; but yuck!);
2. Multiple IE app;
3. Conditional commenting using alternate stylesheets if push comes to shove (coding to standards [...]]]></description>
			<content:encoded><![CDATA[<p>As most web developers know, testing for Internet Explorer is a necessary evil that comes with the job. Fortunately a few tools has made the process easy:</p>
<p>1. VMWare to run Windows XP with (and Vista if necessary; but yuck!);<br />
2. <a href="http://tredosoft.com/Multiple_IE" target="_blank">Multiple IE</a> app;<br />
3. <a href="http://perishablepress.com/press/2006/09/04/fun-with-downlevel-conditional-comments/" target="_blank">Conditional commenting</a> using alternate stylesheets if push comes to shove (coding to standards is easy for all other browsers but IE; this is when you don&#8217;t want to alter your &#8220;standardized&#8221; stylesheet just for IE fixes; kudos to Microsoft for making this possible);</p>
<p>But #3 failed me today, and I had to find out why the hard way &#8212; Internet Explorers installed via Multiple IE will always default to the latest version of the IE installed (<a href="http://css-tricks.com/internet-explorer-testing-done-right/#comment-713" target="_blank">credit</a>). Meaning, if you have IE6 and IE7 installed, even IE6 will always declare itself as IE7 when it comes to conditional comments (but not in browser agent, thankfully). After applying the simple registry hack (oh, the good old Windows registry, you&#8230;) and a quick reboot, everything worked as expected.</p>
<p>Here&#8217;s the hack (in case the link provided above disappears for some reason):</p>
<blockquote><p>
&#8230; by removing the “IE” key in the registry subkey <code>[HKLM\SOFTWARE\Microsoft\Internet Explorer\Version Vector]</code>, Internet Explore defaulted to respecting conditional comments based on the version number prebuilt in the program.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2008/02/05/conditional-commenting-using-multiple-ie-on-vmware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Another Microsoft IE Rant</title>
		<link>http://www.wiredatom.com/blog/2008/02/01/another-microsoft-ie-rant/</link>
		<comments>http://www.wiredatom.com/blog/2008/02/01/another-microsoft-ie-rant/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 03:37:28 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2008/02/01/another-microsoft-ie-rant/</guid>
		<description><![CDATA[Ok, another pointless ugly rant on Microsoft IE.
Engineers who came up with the guidelines for Microsoft IE must have their heads filled with tofu&#8230; umm, wait, I like tofu. Their heads must be filled with turd. Simple standards are simply ignored or conveniently misinterpreted by the IE&#8217;s rendering engine. It makes debugging a living hell [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, another pointless ugly rant on Microsoft IE.</p>
<p>Engineers who came up with the guidelines for Microsoft IE must have their heads filled with tofu&#8230; umm, wait, I like tofu. Their heads must be filled with turd. Simple standards are simply ignored or conveniently misinterpreted by the IE&#8217;s rendering engine. It makes debugging a living hell from the perspective of a web developer no matter how much time I&#8217;ve already spent doing this for a living. </p>
<p>And then today Microsoft went and made an offer to buy out Yahoo for a cool $44.6B? Give me a f*cking break. How about spending some of those billions on fixing the damn IE and ensure future developments of IE adhere to standards? </p>
<p>The World Wide Web would be a better place without Microsoft. But then again, without scums, how can we appreciate the beauty of all the other standards-adhering browsers? Nonetheless, if I ever meet the guy(s) who was in charge of defining the renderer guidelines, I might just kick him in the nuts. Idiot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2008/02/01/another-microsoft-ie-rant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Self Reminder of Why I Don&#8217;t Like Microsoft&#8217;s Software</title>
		<link>http://www.wiredatom.com/blog/2007/12/10/a-self-reminder-of-why-i-dont-like-microsofts-software/</link>
		<comments>http://www.wiredatom.com/blog/2007/12/10/a-self-reminder-of-why-i-dont-like-microsofts-software/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 23:32:36 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/12/10/microsoft-and-ads/</guid>
		<description><![CDATA[I came across this article and realized another reason why I despise Microsoft and most of its software products &#8212; Ads, and lots of them.
The most obvious comparison is Microsoft&#8217;s MSN Live Messenger and Apple&#8217;s new iChat 4.0. The differences in the interface design is stunning. Notice how Microsoft tries to show off all those [...]]]></description>
			<content:encoded><![CDATA[<p>I came across <a href="http://www.informationweek.com/industries/showArticle.jhtml?articleID=204800451" target="_blank">this article</a> and realized another reason why I despise Microsoft and most of its software products &#8212; Ads, and lots of them.</p>
<p>The most obvious comparison is Microsoft&#8217;s MSN Live Messenger and Apple&#8217;s new iChat 4.0. The differences in the interface design is stunning. Notice how Microsoft tries to show off all those features that it has on the UI of MSN Live Messenger! Are they supposed to compensate for something else that&#8217;s lacking? And notice the ad at the bottom of the contact list &#8212; how annoying! I guess they just can&#8217;t stand giving something out free for nothing&#8230; When I installed it to play with, I had to download a third party app (<a href="http://www.msgpluslive.net/" target="_blank">MSN Live! Plus</a>) to &#8220;clean up&#8221; the UI to get rid of 90% of the UI clutter.</p>
<p><img src='http://www.wiredatom.com/images/MSN_Live_chat-20071210-152657.jpg' width="284" height="375" alt='MSN_Live_chat' class="centered" /></p>
<p>Now compare that to iChat since 1.0&#8230;. Ah~~ clean and soothing&#8230; Elegant.<br />
<img src='http://www.wiredatom.com/images/ichat4_chat-20071210-152739.jpg' width="400" height="258" class="centered" alt='ichat4_chat'/></p>
<p>There&#8217;s something about the way Microsoft&#8217;s applications operate and how things are integrated that seem so&#8230; repulsive. It&#8217;s like they are begging not to be used. I don&#8217;t mind ads as long as they are not in my face like most of Google&#8217;s.</p>
<p>Another thing about MSN Live Messenger is the lack of tab support. I mean, Apple itself is late to the &#8220;tab&#8221; party, but through a plugin, its previous version was able to have tabs for multiple chat sessions. And the latest iChat also has a great way to support tabs. Looking at MSN Live Messenger though&#8230; If you are unfortunate (or fortunate?) enough to get hit up with more than a few simultaneous chat sessions, you can say goodbye to your spacious desktop real estate&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/12/10/a-self-reminder-of-why-i-dont-like-microsofts-software/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Breaking Windows</title>
		<link>http://www.wiredatom.com/blog/2007/11/11/breaking-windows/</link>
		<comments>http://www.wiredatom.com/blog/2007/11/11/breaking-windows/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 22:38:54 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/11/11/breaking-windows/</guid>
		<description><![CDATA[Windows rant ahead. Brace yourself.
I have no idea why, but my virtualized Windows XP just started bitching about svchost crashing and started acting all weird on me &#8212; and this was on an installation that&#8217;s only used (or turned on, even) when I needed to test my code on various versions of IE. At first [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Windows rant ahead. Brace yourself.</strong></p>
<p>I have no idea why, but my virtualized Windows XP just started bitching about <code>svchost</code> crashing and started acting all weird on me &#8212; and this was on an installation that&#8217;s only used (or turned on, even) when I needed to test my code on various versions of IE. At first I thought maybe VMWare got corrupted, so I did a fresh install of VMWare. Then I thought maybe I could revert Windows XP back to its previous known good state. None of these helped, of course. So I did what any sane Windows user would do &#8212; complete re-install of Windows XP from scratch! Hah hah! I feel sorry for the poor souls who have to deal with this kind of crap all the time.</p>
<p>Thank god VMWare makes Windows installation easy and fast (at least 1/2 the time it takes for a fresh install on a real PC!). The first thing I do is to get rid of all the fluff out of Windows &#8212; games, MSN Explorer, Accessibility programs, Windows tour, Outlook Express (officially dead program by Microsoft&#8217;s definition)&#8230; etc. Then I started installing various versions of IE (5.01, 5.5, 6.x &#038; 7) and other perceived &#8220;goodies&#8221; including MSN Live Messenger. Then Windows XP complained again in its own cute little way &#8212; it&#8217;s looking for <code>msoert2.dll</code>&#8230; WTF!?! It&#8217;s a fresh install! It couldn&#8217;t possibly have something missing that MSN Live Messenger needed! </p>
<p>Then Google said it was a library that was removed when I got rid of Outlook Express. So why is it that MSN Live Messenger 8.5.xxx, the latest and greatest from Redmond, needs to depend on a library from a program that&#8217;s supposedly extinct? Locating and putting back the <code>msoert2.dll</code> file back to <code>Windows/system32</code> directory made it happy again though. And that&#8217;s all I cared.</p>
<p>I am guessing it&#8217;s a hook for MSN contacts to appear in Outlook Express and Outlook so that people who spend way too much time in those programs can start up chat sessions without having to look for the MSN Live Messenger contact list.</p>
<p>All this crap brought back the good old days of Windows tech support and having to decipher cryptic Windows errors. &#8220;Good&#8221; times.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/11/11/breaking-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Another Mac Die Hard Was Born</title>
		<link>http://www.wiredatom.com/blog/2007/10/20/another-mac-die-hard-was-born/</link>
		<comments>http://www.wiredatom.com/blog/2007/10/20/another-mac-die-hard-was-born/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 20:25:02 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/10/20/another-mac-die-hard-was-born/</guid>
		<description><![CDATA[I was talking to Norris last night to catch up on stuff, and I asked how he liked his PowerBook that he&#8217;d bought cheap and used from another friend before he moved back to Canada. Keep in mind, Norris has been a die hard Windows guy. And when he first got his Mac, he had [...]]]></description>
			<content:encoded><![CDATA[<p>I was talking to Norris last night to catch up on stuff, and I asked how he liked his PowerBook that he&#8217;d bought cheap and used from another friend before he moved back to Canada. Keep in mind, Norris has been a die hard Windows guy. And when he first got his Mac, he had a few gripes and groaned about certain usability issues. </p>
<p>Fast forward to a few months later, now he proclaims he&#8217;d never EVER go back to Windows ever again &#8212; NEVER! Having been a Windows fan boy for so long, he explained why (almost) everything on a Mac is simply more superior and simple to use: </p>
<p>1. Everything just works;<br />
2. Superior and more stable 3rd party apps; he said on Windows, you have to &#8220;figure out&#8221; how some apps work if it came from a 3rd party. But on a Mac, you just expect everything to work without you having to know how or even to 2nd guess why&#8230; Now, this was exactly <a hrf="http://www.wiredatom.com/blog/2007/07/24/skitch-by-plasq/"> what I was talking about</a>. You miss out quite a bit of fun just by using Windows even if by some godly divine intervention your Windows box somehow never crashes or catches a virus/malware/Trojan.<br />
3. Mac OSX is rock solid; can&#8217;t say that about Windows XP or even Vista; he had to use Vista for 2 days and was ready to throw it out of the Window at the end. He ended up IMing another friend about how to install Mac OSX on his IBM laptop &#8212; that&#8217;s how much he loves Mac OSX.<br />
4. He proclaims that eventually people will see the light and start using Mac OSX;<br />
5. He&#8217;s in so far as to ponder on getting certified as a Mac OSX support guy!</p>
<p>So I guess the lesson is, shut up and stop whining about Mac OSX if you&#8217;ve never even used it for more than a few minutes in an Apple Store. Once you&#8217;ve understood it like Norris has&#8230; well&#8230; once you go Mac, you can never go back!</p>
<p>On a related note, I took Bryan to the mall the other day and saw that, again, the Apple Store was pack house&#8230; while the stupid Dell &#8220;booth&#8221; got a few tumble weeds strolling by and was dead as ever. I wonder why Dell does that &#8212; setting up a booth to fail. It seems like they tried to put up some kind of physical presence to demonstrate how &#8220;great&#8221; Dell computers are&#8230; But even die hard Dell/Windows fan boys I know would be embarrassed to be seen interacting with the ugly booth. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/10/20/another-mac-die-hard-was-born/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I May Have Taken Macs for Granted</title>
		<link>http://www.wiredatom.com/blog/2007/09/22/why-i-may-have-taken-macs-for-granted/</link>
		<comments>http://www.wiredatom.com/blog/2007/09/22/why-i-may-have-taken-macs-for-granted/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 20:09:38 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Mac + OSX]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/09/22/why-i-may-have-taken-macs-for-granted/</guid>
		<description><![CDATA[Sometimes I wonder if life with modern computers (as in after 2005) running Windows XP and Vista has gotten better over the years. I&#8217;ve known about PC vendors including trial wares on their boxes to earn a few bucks (which to me was incredibly annoying because as a systems administrator, I had to go through [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I wonder if life with modern computers (as in after 2005) running Windows XP and Vista has gotten better over the years. I&#8217;ve known about PC vendors including <a href="http://www.wiredatom.com/blog/2007/04/26/pcs-and-crap-ware/">trial wares</a> on their boxes to earn a few bucks (which to me was incredibly annoying because as a systems administrator, I had to go through each box and uninstall each one of them every single time, which is really a waste of my time). But maybe, I told myself, it&#8217;s gotten better.</p>
<p>Another huge problem I had when supporting Windows running on PCs was drivers &#8212; often when I reinstalled Windows on any machine, the first thing I had to do was to go to the PC vendor&#8217;s site to download drivers. That was painful sometimes because they weren&#8217;t always clear on which drivers you had to use (yeah, part numbers and version numbers are really helpful&#8230; NOT). </p>
<p>Today I read a <a href="http://stevenf.com/2007/09/macs_really_do_run_windows_better.php" target="_blank">funny post</a> on the experience of dealing with a Sony Vaio. Sony&#8217;s one of the computer vendors I absolutely hate to support for the reasons explained on Steve&#8217;s blog&#8230; but that was during 2000 and 2004. I can&#8217;t believe people are still <strong>stupid</strong> enough to keep buying computing crap from Sony as if they were really superior products. &#8220;Idiots!&#8221; I say.</p>
<p>I&#8217;ve told quite a few people that running Windows on my Mac has been a much pleasant experience than it is on an actual PC box designed with Windows in mind. Steve&#8217;s experience pretty much reflects that of my own (as do a few dozen comments left on that entry). Too bad <a href="http://en.wikipedia.org/wiki/BioShock" target="_blank">BioShock</a> is probably never coming to the Mac&#8230; But it&#8217;s good to know that at least Windows boxes are good for at least something other than doorstops.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/09/22/why-i-may-have-taken-macs-for-granted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer Virus &#8212; It All Started on An Apple Computer</title>
		<link>http://www.wiredatom.com/blog/2007/09/02/computer-virus-it-all-started-on-an-apple-computer/</link>
		<comments>http://www.wiredatom.com/blog/2007/09/02/computer-virus-it-all-started-on-an-apple-computer/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 08:06:47 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/09/02/computer-virus-it-all-started-on-a-mac/</guid>
		<description><![CDATA[I know the old Mac OS had troubles with computer virus. But I had no idea the whole thing all started on an Apple Computer!! According to the article, the first Mac virus even predated one on a Windows OS by a whopping four years! This is further proof that Apple is always ahead of [...]]]></description>
			<content:encoded><![CDATA[<p>I know the old Mac OS had troubles with computer virus. But I had no idea the whole thing all <a href="http://news.yahoo.com/s/ap/20070901/ap_on_hi_te/computer_virus_anniversary;_ylt=AjuftDjYdcHIkx0KyGIDbmAjtBAF" target="_blank">started on an Apple Computer</a>!! According to the article, the first Mac virus even predated one on a Windows OS by a whopping four years! This is further proof that Apple is always ahead of Microsoft in everything (ahem, sarcasm at work here). <img src='http://www.wiredatom.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Further reading <a href="http://en.wikipedia.org/wiki/Computer_virus" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/09/02/computer-virus-it-all-started-on-an-apple-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallels v.s. VMWare Fusion</title>
		<link>http://www.wiredatom.com/blog/2007/08/16/parallels-vs-vmware-fusion/</link>
		<comments>http://www.wiredatom.com/blog/2007/08/16/parallels-vs-vmware-fusion/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 07:29:46 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Mac + OSX]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/08/16/parallels-vs-vmware-fusion/</guid>
		<description><![CDATA[Ever since Mac&#8217;d gone Intel, a number of virtualization options have opened up for us Mac users. Among them, the biggest names are Parallels Desktop 3.0 for Mac and the much anticipated VMWare Fusion. I&#8217;ve also tried lesser known contenders CrossOver Mac (except it was the Linux version that I used) and Wine. But the [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since Mac&#8217;d gone Intel, a number of virtualization options have opened up for us Mac users. Among them, the biggest names are <a href="http://www.parallels.com/en/products/desktop/" target="_blank">Parallels Desktop 3.0 for Mac</a> and the much anticipated <a href="http://www.vmware.com/products/fusion/" target="_blank">VMWare Fusion</a>. I&#8217;ve also tried lesser known contenders <a href="http://www.codeweavers.com/products/cxmac/" target="_blank">CrossOver Mac</a> (except it was the Linux version that I used) and <a href="http://www.winehq.org/" target="_blank">Wine</a>. But the results were less than satisfactory. So I am not going to bother with them.</p>
<p><a href="http://crave.cnet.com/8301-1_105-9760910-1.html?tag=nefd.lede" target="_blank">This CNet article</a> covers some pretty basic benchmarks for using Parallels and Fusion v.s. Apple&#8217;s Boot Camp. My own experience echoes that of CNet&#8217;s results.</p>
<p><strong>Parallels</strong><br />
<strong>Pros:</strong> Nice touches on providing Windows Task Bar when in Coherence mode. I find myself needing access to the Windows desktop from time to time. I also like the fact that I can access the full &#8220;Start&#8221; menu from the Dock. Boots and runs fairly fast.<br />
<strong>Cons:</strong> Somewhat awkward to use when Mac&#8217;s Exposé is invoked. Fusion does a much better job at this; <em>seems</em> to slow down the overall performance of the machine somewhat. But I can&#8217;t prove it scientifically.</p>
<p><strong>Fusion</strong><br />
<strong>Pros:</strong> Excellent integration with Exposé &#8212; each window that belongs to Windows actually scales! Supports both cores of my MBP! <a href="http://www.vmware.com/appliances/" target="_blank">Virtual Appliances</a> can be <strong>really</strong> helpful!<br />
<strong>Cons:</strong> Poor implementation on giving user access to the Windows Desktop or the Task Bar when in Unity mode. Awkward &#8220;Launch&#8221; tool bar &#8212; I wish I can make the damn icons smaller. Instead of the &#8220;Applications&#8221; menu, Fusion should implement what Parallels does, full access to the &#8220;Start&#8221; menu from wthin the Dock.</p>
<p>It was relatively easy to enable my MacBook Pro&#8217;s iSight to use it with Windows Live Messenger (<a href="http://www.wiredatom.com/blog/2007/04/26/pcs-and-crap-ware/">I hate it</a>) on both softwares. But I did have to <a href="http://www.maconlysource.com/?p=885" target="_blank">get iSight&#8217;s driver for Windows</a> (stripped from Boot Camp) to get it to work. </p>
<p>Overall, my experience on both Parallels and Fusion is a pleasant one. Windows seemed to install faster on my virtual machines than they ever did when I had a real PC hardware to play with. Actually, it took longer to get Windows Updates to run and complete than the initial installation process. Oh, the ironies&#8230; I hope Microsoft continues to crank out crap ware like this for as long as they can afford to. The world just loves more crap ware shoved down its throat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/08/16/parallels-vs-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Viewing Javascript Generated Source in IE</title>
		<link>http://www.wiredatom.com/blog/2007/08/16/viewing-javascript-generated-source-in-ie/</link>
		<comments>http://www.wiredatom.com/blog/2007/08/16/viewing-javascript-generated-source-in-ie/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 06:15:23 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Tips + Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/08/16/viewing-javascript-generated-source-in-ie/</guid>
		<description><![CDATA[After having battled IE for the past two days, I am glad to report that I actually learned something new and valuable when debugging for Javascript codes in IE. One of the chief complaints web developers have towards IE is its lack of a decent Javascript debugger. Hell, none of IE&#8217;s SEVEN versions even have [...]]]></description>
			<content:encoded><![CDATA[<p>After having battled IE for the past two days, I am glad to report that I actually learned something new and valuable when debugging for Javascript codes in IE. One of the chief complaints web developers have towards IE is its lack of a decent Javascript debugger. Hell, none of IE&#8217;s <strong>SEVEN</strong> versions even have a usable Javascript error console! After <a href="http://www.wiredatom.com/blog/2007/08/14/javascript-debugging-for-ie/">having written about my frustration finding a debugger</a>, another useful thing a web developer would love to see is the actual HTML source code generated by all that wonderful Ajax/DOM scripting&#8230; Thankfully, there is a way.</p>
<p>It&#8217;s documented <a href="http://ericappel.net/blog/ViewHTMLSourceGeneratedByAJAX.aspx" target="_blank">here</a> by Eric Appel. Basically, I just need to type in a one-liner Javascript in IE&#8217;s URL to show the source. </p>
<blockquote><p>
<code>javascript:'&lt;xmp&gt;' + window.document.body.outerHTML+ '&lt;/xmp&gt;'</code>
</p></blockquote>
<p>In case you didn&#8217;t already know, viewing generated source is quite simple in FIrefox via an addon appropriately called <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Web Developer</a>. In Safari 3, the closest thing is to right click and select &#8220;Inspect Element&#8221; from the contextual menu.</p>
<p>I am still stunned at how far IE has fallen behind in feature set for both users and developers in its seventh iteration of the software (having zero development effort since it drove Netscape into ground). But I am still thankful for <a href="http://www.quirksmode.org/css/condcom.html" target="_blank">conditional comments</a> the IE team has decided to support. At least it&#8217;s made life with IE using CSS a much more straight forward task.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/08/16/viewing-javascript-generated-source-in-ie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updating Windows &#8212; What A Joke</title>
		<link>http://www.wiredatom.com/blog/2007/08/14/updating-windows-what-a-joke/</link>
		<comments>http://www.wiredatom.com/blog/2007/08/14/updating-windows-what-a-joke/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 05:55:31 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/08/14/updating-windows-what-a-joke/</guid>
		<description><![CDATA[Because of the previous post on having to debug Javascript for IE, I&#8217;ve had to run Windows Update. I was shocked to see no less than 85 &#8220;high priority&#8221; updates directly coming from Microsoft&#8217;s server&#8230; This is on a fairly updated install of Windows XP running on my Parallels virtual machine&#8230; The last time I [...]]]></description>
			<content:encoded><![CDATA[<p>Because of the previous post on having to debug Javascript for IE, I&#8217;ve had to run Windows Update. I was shocked to see no less than <strong>85</strong> &#8220;high priority&#8221; updates directly coming from Microsoft&#8217;s server&#8230; This is on a fairly updated install of Windows XP running on my Parallels virtual machine&#8230; The last time I ran an update was a couple of months ago.</p>
<p><img src="/images/windows_update.jpg" width="178" height="186" class="centered" alt="Running Windows Update" /></p>
<p>How can people tolerate this kind of B.S. from the largest software maker in the world? Don&#8217;t they spend billions a year on R&#038;D? Here&#8217;s an idea, spend more of that resource on better software&#8230; I can&#8217;t believe I am writing two entries on Microsoft in one day&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/08/14/updating-windows-what-a-joke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Debugging for IE</title>
		<link>http://www.wiredatom.com/blog/2007/08/14/javascript-debugging-for-ie/</link>
		<comments>http://www.wiredatom.com/blog/2007/08/14/javascript-debugging-for-ie/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 03:43:15 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Tips + Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/08/14/javascript-debugging-for-ie/</guid>
		<description><![CDATA[In 2007, the year when the word Web 2.0 is taking over the world of Internet and seen as the resurgence of the another wonderful dot-com era, the world&#8217;s favorite web browser, Internet Explorer, still does not have a proper Javascript debugger. You&#8217;d have to go through hoops just to get one working by alternative [...]]]></description>
			<content:encoded><![CDATA[<p>In 2007, the year when the word Web 2.0 is taking over the world of Internet and seen as the resurgence of the another wonderful dot-com era, the world&#8217;s favorite web browser, Internet Explorer, still does not have a proper Javascript debugger. You&#8217;d have to <a href="http://www.jonathanboutelle.com/mt/archives/2006/01/howto_debug_jav.html" target="_blank">go through hoops</a> just to get one working by alternative means. How can developers working with IE&#8217;s framework love its technologies I guess I&#8217;ll never understand&#8230;</p>
<p>Some people claim MS is all goodies under the hood for developers. Com&#8217;on, where are the goodies? I haven&#8217;t met a web developer who doesn&#8217;t hate IE.</p>
<p>People who continue to use IE by choice are idiots. There. I&#8217;ve said it. Idiots. Idiots. Idiots. Start using better browsers from companies who care so that the World Wide Web can be a better place!</p>
<p>Ok. I feel better now&#8230; Back to dealing with crappy IE for idiots who prefer it.</p>
<p>Microsoft should change their marketing tag line to: Your Misery. Our Passion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/08/14/javascript-debugging-for-ie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple Javascript Documentation Ignores IE</title>
		<link>http://www.wiredatom.com/blog/2007/07/18/apple-javascript-documentation-ignores-ie/</link>
		<comments>http://www.wiredatom.com/blog/2007/07/18/apple-javascript-documentation-ignores-ie/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 08:53:32 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/07/18/apple-javascript-documentation-ignores-ie/</guid>
		<description><![CDATA[I was reading through some documentation on Apple&#8217;s Developer Connection site when I noticed that Apple completely left out IE when recommending developers to test their Javascript codes on other browsers.

Granted there are actually a number of other browsers not listed there, given IE&#8217;s lion&#8217;s share in the market, I found it amusing that they [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading through some documentation on Apple&#8217;s <a href="http://developer.apple.com" target="_blank">Developer Connection</a> site when I noticed that Apple completely left out IE when recommending developers to test their Javascript codes on other browsers.</p>
<p><img src="/images/apple_doc_testing_javascript.jpg" width="400" height="175" class="centered" alt="Apple documentation ignoring IE as recommended browser to test Javascript with" /></p>
<p>Granted there are actually a number of other browsers not listed there, given IE&#8217;s lion&#8217;s share in the market, I found it amusing that they chose not to mention it at all. Considering Microsoft <a href="http://www.apple.com/ca/press/1997/08/AppleMicrosoft.html" target="_blank">bailed out</a> Apple at the brink of its demise back in the days, perhaps Apple ought to be a little nicer to Redmond even if they know Microsoft is just making bad copies of whatever Apple makes anyway&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/07/18/apple-javascript-documentation-ignores-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Localhost Developments in Internet Explorer via Parallels on Mac OSX</title>
		<link>http://www.wiredatom.com/blog/2007/07/12/testing-localhost-developments-in-internet-explorer-via-parallels-on-mac-osx/</link>
		<comments>http://www.wiredatom.com/blog/2007/07/12/testing-localhost-developments-in-internet-explorer-via-parallels-on-mac-osx/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 09:21:04 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Mac + OSX]]></category>
		<category><![CDATA[Tips + Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/07/12/testing-localhost-developments-in-internet-explorer-via-parallels-on-mac-osx/</guid>
		<description><![CDATA[Developing web applications can be a frustrating job solely because so many people still use various versions of Microsoft Internet Explorer &#8212; possibly some of the worst browsers compared to most of the other modern browsers in terms of adherence to web standards. But I can&#8217;t just not test my applications against them simply because [...]]]></description>
			<content:encoded><![CDATA[<p>Developing web applications can be a frustrating job solely because so many people still use various versions of Microsoft Internet Explorer &#8212; possibly some of the worst browsers compared to most of the other modern browsers in terms of adherence to web standards. But I can&#8217;t just not test my applications against them simply because I hate them&#8230; So the war continues&#8230;</p>
<p>One of the problems of testing web apps under Parallels with IE is, instead of testing development URLs such as <code>http://localhost/</code>, usually IP addresses have to be used, like such <code>http://192.168.0.100</code>, to reach OSX&#8217;s localhost server (because <code>localhost</code> on Windows would entail having an actual web server running under Windows). The problem with that is that some applications such as WordPress need to have a full absolute path in order for it to work properly (especially when dealing with themes). I&#8217;ve tried a couple of workarounds, but nothing is as simple as using Apple&#8217;s own <a href="http://developer.apple.com/networking/bonjour/download/" target="_blank">Bonjour</a> technology.</p>
<p>I <a href="http://www.maintainablesoftware.com/articles/rails_internet_explorer_and_parallels" target="_blank">found a post</a> that explains how to set it all up. Even though his example deals with running Ruby on Rails, the idea is exactly the same for other development environments such as PHP and Java (enable port 80, 443&#8230; etc). Now I am a happy camper&#8230;</p>
<p>via [<a href="http://thenakedbrain.com/2007/7/2/set-up-ie-testing-on-localhost-using-parallels-on-os-x" target="_blank">the naked brain</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/07/12/testing-localhost-developments-in-internet-explorer-via-parallels-on-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome Check Delivery Status Widget</title>
		<link>http://www.wiredatom.com/blog/2007/06/07/awesome-check-delivery-status-widget/</link>
		<comments>http://www.wiredatom.com/blog/2007/06/07/awesome-check-delivery-status-widget/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 18:06:14 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Mac + OSX]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/06/07/awesome-check-delivery-status-widget/</guid>
		<description><![CDATA[Developers who write apps for the Mac OSX Platform never seizes to amaze me with their innovative approaches to how things ought to work&#8230; 
The Delivery Status Widget is one of those apps that&#8217;s just way cool. This is something I&#8217;d never expect seeing having written on the Windows camp (the snobbish Apple side of [...]]]></description>
			<content:encoded><![CDATA[<p>Developers who write apps for the Mac OSX Platform never seizes to amaze me with their innovative approaches to how things ought to work&#8230; </p>
<p>The <a href="http://mikepiontek.com/software/mac/delivery-status.html" target="_blank">Delivery Status</a> Widget is one of those apps that&#8217;s just way cool. This is something I&#8217;d never expect seeing having written on the Windows camp (the snobbish Apple side of me speaking)&#8230; On Windows, I used to hate having to install unnecessary applications because you just have no idea what it&#8217;s doing to your system (&#8220;fantastic&#8221; DLLs, &#8220;awesome&#8221; registry keys&#8230; etc). Sometimes uninstallers even screw up the system&#8230; But of course, that was back in 2004, how much has changed&#8230; Now Windows is more stable than EVER before&#8230; (yeah, right).</p>
<p><img src="/images/deliverystatus_widget.jpg" width="422" height="180" class="centered" alt="Delivery Status Widget" /></p>
<p>Speaking of widgets, it seems like Vista has some cool stuff going on albeit being just copies of the Mac OSX Dashboard widgets in looks and functionalities. But it&#8217;s like this&#8230; what do you expect out of Redmond nowadays anyway. Chee-hoi claims that &#8220;under the hood&#8221; Vista is going to really kick ass. That may be the case if whatever Microsoft promises can be fully materialized before people just start walking away and do themselves a favor by getting a Mac&#8230;. that or before Microsoft&#8217;s bloatware and vapor ware just implodes. <img src='http://www.wiredatom.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Yeah, I know&#8230; It&#8217;s Wednesday&#8230; and my snobbish Mac side has already taken over&#8230; Bad Mac, HEEL! </p>
<p>via [<a href="http://www.gizmodo.com" target="_blank">Gizmodo</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/06/07/awesome-check-delivery-status-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PCs and Crap Ware</title>
		<link>http://www.wiredatom.com/blog/2007/04/26/pcs-and-crap-ware/</link>
		<comments>http://www.wiredatom.com/blog/2007/04/26/pcs-and-crap-ware/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 18:45:14 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Mac + OSX]]></category>
		<category><![CDATA[No Logo]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/04/26/pcs-and-crap-ware/</guid>
		<description><![CDATA[Not too long ago, I remember supporting Windows-based machines was really a pain in the butt for various reasons. But mostly I thought because Windows operating systems in general just sucked. But I&#8217;d forgotten how they also came with crappy software, especially with computers from companies like Dell and Sony. So I ended up having [...]]]></description>
			<content:encoded><![CDATA[<p>Not too long ago, I remember supporting Windows-based machines was really a pain in the butt for various reasons. But mostly I thought because Windows operating systems in general just sucked. But I&#8217;d forgotten how they also came with <a href="http://news.com.com/PC+buyers+aim+to+cut+the+crapware/2100-1012_3-6179323.html?tag=nefd.lede" target="_blank">crappy software</a>, especially with computers from companies like Dell and Sony. So I ended up having to wipe all the SPANKING NEW machines we&#8217;d just bought and reinstall Windows from scratch on every machine&#8230; What a good way to spend valueable IT support time, huh? </p>
<p>So in essence, when a company thought they paid for a cheap machine, they are actually getting ripped off because of the extra time spent reinstalling the OS and supporting its inferior hardware/software. This drives home a point &#8212; Windows (and by extension, Microsoft) still sucks three years after I&#8217;d abandoned it from my home. </p>
<p>Take, for example, many people I know blindly think Windows Live Messenger is like the <strong>SH*T</strong>. So they&#8217;d use all those weird features on me not knowing they are not supported on the Mac version (a blessing, I must say). So one day, I decided I&#8217;d take a look into it by installing it on my PC emulation software. Five minutes after playing with it, I was ready to get a ticket to Redmond and strangle Steve Ballmer for the worst instant messenger app ever written!</p>
<p>I continue to wonder, how can such crappy software, bundled with crappy hardware, keep such dominance in most homes and businesses? Do people NOT see they are just wasting time and money on such crap? Or am I just having a chip on my shoulder being such a Mac snob? Hah!</p>
<p>Nonetheless, simplicity rules &#8212; in design, computing or otherwise.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/04/26/pcs-and-crap-ware/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How Much More Can Hotmail Suck?</title>
		<link>http://www.wiredatom.com/blog/2007/04/08/how-much-more-can-hotmail-suck/</link>
		<comments>http://www.wiredatom.com/blog/2007/04/08/how-much-more-can-hotmail-suck/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 00:15:13 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/04/08/how-much-more-can-hotmail-suck/</guid>
		<description><![CDATA[I gave up on using Hotmail a few months ago. But from time to time I&#8217;ve had to log back in to retrieve pieces of information I needed. Today I went back for the first time in months and discovered that my inbox was full of junk mail&#8230; all 1500+ of them! And the &#8220;Junk [...]]]></description>
			<content:encoded><![CDATA[<p>I gave up on using Hotmail a few months ago. But from time to time I&#8217;ve had to log back in to retrieve pieces of information I needed. Today I went back for the first time in months and discovered that my inbox was full of junk mail&#8230; all 1500+ of them! And the &#8220;Junk Mail&#8221; box? Less than 200&#8230;</p>
<p>Unlike Gmail or Yahoo, where junk mail filtering success rate is practically 98+%, Hotmail is the exact opposite. Talk about being a miserable failure.</p>
<p>Microsoft seems to be producing a bunch of flops lately&#8230; Everything from Hotmail, XBox game console, Zune music player to Windows Vista is pretty sucky. Unfortunately, millions of people still use its products willingly or not. Many businesses are locked in to Microsoft&#8217;s products partly because the only kinds of applications they need only exist on Windows (though that&#8217;s been less likely the case since the resurgence of the Macs).</p>
<p>I hope Microsoft loses enough market share to Apple and other competitors in all markets to make them feel vulnerable and start innovating again. I mean, com&#8217;on, five years and five BILLION dollars on a copycat of Mac OSX is NOT innovation. But of course, the culture for innovation just isn&#8217;t in Microsoft&#8217;s blood. So it&#8217;s kind of oxymoron to put the word &#8220;innovation&#8221; and &#8220;Microsoft&#8221; in the same sentence&#8230;. there, I just did it again&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/04/08/how-much-more-can-hotmail-suck/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pushing Vista</title>
		<link>http://www.wiredatom.com/blog/2007/02/22/pushing-vista/</link>
		<comments>http://www.wiredatom.com/blog/2007/02/22/pushing-vista/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 18:48:33 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[No Logo]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/02/22/pushing-vista/</guid>
		<description><![CDATA[In a move to push sales, the Devil Microsoft apparently is using an interesting tactic to dump Windows Vista on consumers&#8230; 
Though I have no way of verifying this report, I am sure that in the coming weeks, I can expect to see systems, no matter how low end and ill equipped, are going to [...]]]></description>
			<content:encoded><![CDATA[<p>In a move to push sales, <del>the Devil</del> Microsoft apparently is using an <a href="http://news.com.com/Limited+choices+for+Windows+XP+holdouts/2100-1016_3-6161250.html?tag=nefd.top" target="_blank">interesting tactic</a> to dump Windows Vista on consumers&#8230; </p>
<p>Though I have no way of verifying this report, I am sure that in the coming weeks, I can expect to see systems, no matter how low end and ill equipped, are going to be shipped with Vista despite analysts&#8217; warning on how little value it brings to the PC computing platform. On the other hand, I think this is also a matter of economics for most PC manufacturers. The more computers they sell with Vista pre-installed, the cheaper they can get Vista for in bulk. An since Vista is such a buzz word now, it helps to slap that OS on all shipping PCs to qualify for a cheaper volume rate from Microsoft.</p>
<p>I suppose this is another reason why Linux, by the virtue of economics, is doomed. It gives no incentive for PC manufacturers to ship systems with Linux when they can put on another copy of Vista to get better overall rates from Microsoft! Oh, the irony.</p>
<p>Where&#8217;s that cat from Apple again? I am ready for it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/02/22/pushing-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ReadyBoost Envy</title>
		<link>http://www.wiredatom.com/blog/2007/01/06/readyboost-envy/</link>
		<comments>http://www.wiredatom.com/blog/2007/01/06/readyboost-envy/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 22:16:45 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Mac + OSX]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2007/01/06/readyboost-envy/</guid>
		<description><![CDATA[I am rarely envious of anything from the Windows side of the world. And when I say &#8220;rarely&#8221;, it&#8217;s more like NEVER. But in Vista, there&#8217;s actually this ONE tiny feature that I hope the next version of Mac OSX would have &#8212; ReadyBoost. It&#8217;s basically a feature that allows a user to instantly increase [...]]]></description>
			<content:encoded><![CDATA[<p>I am rarely envious of anything from the Windows side of the world. And when I say &#8220;rarely&#8221;, it&#8217;s more like <strong>NEVER</strong>. But in Vista, there&#8217;s actually this ONE tiny feature that I hope the next version of Mac OSX would have &#8212; <a href="http://en.wikipedia.org/wiki/Readyboost" target="_blank">ReadyBoost</a>. It&#8217;s basically a feature that allows a user to instantly increase the performance of a Vista-driven computer by simply adding flash memory! Sweet!</p>
<p>More features of Leopard (OSX.5) is to be unveiled on Jan. 9th, 2007 with Steve Jobs&#8217; keynote speech at MacWorld Expo. I look forward to seeing what Apple&#8217;s been hiding for the past five months&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2007/01/06/readyboost-envy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft and Innovation &#8212; Oxymoron?</title>
		<link>http://www.wiredatom.com/blog/2006/12/02/microsoft-and-innovation-oxymoron/</link>
		<comments>http://www.wiredatom.com/blog/2006/12/02/microsoft-and-innovation-oxymoron/#comments</comments>
		<pubDate>Sat, 02 Dec 2006 21:12:59 +0000</pubDate>
		<dc:creator>Head Atom</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[No Logo]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wiredatom.com/blog/2006/12/02/microsoft-and-innovation-oxymoron/</guid>
		<description><![CDATA[I have had countless arguments with people who whole-heartedly believe Microsoft is an innovative company. While most people simply don&#8217;t care about where the technologies they use came from, I don&#8217;t understand how people can make ANY argument on behalf of Microsoft in terms of innovation.
 This list has a bunch of &#8220;proposed&#8221; inventions/innovations supposedly [...]]]></description>
			<content:encoded><![CDATA[<p>I have had countless arguments with people who whole-heartedly believe Microsoft is an innovative company. While most people simply don&#8217;t care about where the technologies they use came from, I don&#8217;t understand how people can make ANY argument on behalf of Microsoft in terms of innovation.</p>
<p> <a href="http://www.vcnet.com/bms/departments/innovation.shtml" target="_blank">This list</a> has a bunch of &#8220;proposed&#8221; inventions/innovations supposedly led by Microsft (or so Microsoft claims) over the years. But the truth is, even withough doing research, I was able to mentally cross out a few simply because I have followed the OS and related software industry for long enough&#8230; </p>
<p>The best example why I think Microsoft is not an innovator though, is Microsoft Internet Explorer. When IE was competing fiercely with Netscape in the mid-90&#8217;s, the heat was on for both companies to come up with better iterations of their browsers. But when it became apparent that IE was dominating the browser war, that was when new features stopped showing up in subsequent releases of IE. New releases from IE 5.0 and on were all about bug fixes and security patches. Essential support for standards like CSS is still broken even with IE 6. It wasn&#8217;t until Firefox started making some dents in IE&#8217;s market share that Microsoft started <i>talking about</i> including tabbed browsing, better support for CSS 2.x and other nifty &#8220;modern&#8221; features worthy of the new millennium (which IE 7 now has &#8212; released in 2006!).</p>
<p>But it&#8217;s easy for me to be critical of Microsoft. Let&#8217;s see what it&#8217;s got now the resurgence for innovation is happening again on, seemingly, all fronts where Microsoft has businesses interests in &#8212; search engine, web mail, Microsoft Office suites, game development, browsers&#8230; etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiredatom.com/blog/2006/12/02/microsoft-and-innovation-oxymoron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
