<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kdmurray.blog &#187; Mac OS X</title>
	<atom:link href="http://kdmurray.net/tag/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://kdmurray.net</link>
	<description>The crossroads of life and tech</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fixing Bootcamp Clock Issue on Windows 7</title>
		<link>http://kdmurray.net/2009/11/01/fixing-bootcamp-clock-issue-on-windows-7/</link>
		<comments>http://kdmurray.net/2009/11/01/fixing-bootcamp-clock-issue-on-windows-7/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 09:31:27 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Bootcamp]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=788</guid>
		<description><![CDATA[For the longest time I simply lived with the fact that my system clock didn&#8217;t behave properly in my Windows partition when I had BootCamp setup on the macbook. It didn&#8217;t matter what I did, I couldn&#8217;t seem to find a way to keep the clock properly synchronized.  The problem stems from how Apple decided [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kdmurray.net/wp-content/uploads/2009/11/win7transparent11.png"><img class="alignleft size-full wp-image-792" title="win7transparent" src="http://kdmurray.net/wp-content/uploads/2009/11/win7transparent11.png" alt="win7transparent" width="128" height="114" /></a>For the longest time I simply lived with the fact that my system clock didn&#8217;t behave properly in my Windows partition when I had BootCamp setup on the macbook. It didn&#8217;t matter what I did, I couldn&#8217;t seem to find a way to keep the clock properly synchronized.  The problem stems from how Apple decided to implement the system clock which is different from the way that most PC manufacturers do.</p>
<p>Apple&#8217;s hardware always returns time in UTC, most PCs update the system clock to local time and won&#8217;t require a conversion of that time so of course the default Windows settings aren&#8217;t really set up for BootCamp (though you&#8217;d think the BootCamp installer could correct this&#8230;)</p>
<p>The solution, as it turns out, is a simple registry key change to tell Windows that the system&#8217;s clock is using UTC time.  One value in one key, that&#8217;s all it takes:</p>
<p><code>Windows Registry Editor Version 5.00</code></p>
<p><code>[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTimeZoneInformation]<br />
"RealTimeIsUniversal"=dword:00000001</code></p>
<p><strong>BootcampUtcClockFix.reg</strong></p>
<p>Another solution that I found over at <a href="http://superuser.com/questions/11150/clock-on-my-mac-gets-altered-when-i-boot-into-windows" target="_blank">superuser.com</a> is to modify OS X to change the time at startup and at shutdown. To me, this seems like more of a hack than the &#8220;unsupported&#8221; registry key. Windows 7 has been working well under this configuration and has even successfully interpreted the daylight saving time change.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2009/11/01/fixing-bootcamp-clock-issue-on-windows-7/&via=kdmurray&text=Fixing Bootcamp Clock Issue on Windows 7&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2009/11/01/fixing-bootcamp-clock-issue-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Camping out with Windows 7</title>
		<link>http://kdmurray.net/2009/10/25/camping-out-with-windows-7/</link>
		<comments>http://kdmurray.net/2009/10/25/camping-out-with-windows-7/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 06:39:21 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Boot Camp]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=775</guid>
		<description><![CDATA[I&#8217;ve been looking for a better way to do my Windows dev work at home for a while now.  I&#8217;ve explored a few different options including VMs and Mono, none of which suited the needs that I have. I&#8217;m not someone who has to have the latest &#38; greatest computers to get my stuff done. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kdmurray.net/wp-content/uploads/2009/10/windows_7_logo_jpg11.jpg"><img class="size-thumbnail wp-image-779 alignleft" style="border: 0pt none; margin: 0px;" title="windows_7_logo_jpg" src="http://kdmurray.net/wp-content/uploads/2009/10/windows_7_logo_jpg1-150x150.jpg" alt="Windows 7" width="100" height="100" /></a></p>
<p>I&#8217;ve been looking for a better way to do my Windows dev work at home for a while now.  I&#8217;ve explored a few different options including VMs and <a href="http://mono-project.com/Main_Page" target="_blank">Mono</a>, none of which suited the needs that I have.</p>
<p>I&#8217;m not someone who has to have the latest &amp; greatest computers to get my stuff done. The things I use my computer for don&#8217;t require a whole lot of horsepower. Truth be told, the newest computer in the whole house is my three-year-old Macbook. So when it came to deciding which of the three machines in my house were going to get the Windows 7 treatment it wasn&#8217;t hard to decide.</p>
<p>Apple has said that they won&#8217;t be providing official support for Windows 7 on any of their machines for another few weeks, and when they do it&#8217;ll be on <a href="http://support.apple.com/kb/HT3920" target="_blank">a limited subset of their Intel-based machines</a>, and only for customers who&#8217;ve shelled out the extra $30 for Snow Leopard. Admittedly I&#8217;m not an expert in computer hardware, but I&#8217;ve been around the block enough times to know that &#8220;not officially supported&#8221; doesn&#8217;t mean &#8220;it won&#8217;t work&#8221;.</p>
<p>The first thing I tried to do was just clear some disk space and run the boot-camp wizard to set up a partition for Windows. Once again I ran into the problem of OS X not being able to reorganize the files on disk to create a contiguous partition. This doesn&#8217;t usually pose a problem with computers that have a disk defragmenting tool but of course OS X has some redimentary defrag technology built-in and thus the notion that &#8220;Mac&#8217;s don&#8217;t need to be defragged&#8221;. I call <a href="http://www.thevarguy.com/2009/04/23/diskeeper-considering-linux-mac-os-x-defrag-software/" target="_blank">shenanigans</a>.</p>
<p>Once I resigned myself to the fact that the only way I was getting back to the nirvana of dual booting was going to be to re-image the Macbook again, I backed up the system, procured a copy of Snow Leopard and got started with the process. Reinstalling OS X was about the same as with Leopard. A couple of new options but nothing earth shattering. The Windows 7 installation on the was also nothing special. Smooth and straightforward as we&#8217;d expect out of any modern OS, but it did move fairly quickly.</p>
<p>If you happen to be reading this before you do your installs there&#8217;s one useful piece of information in the 14 page document that Apple says you need to read before trying the scary installation of Windows on your Mac. That would be that<strong> the drivers for Windows are located on your Snow Leopard install disk</strong>. I spent about 3 hours trying to find drivers.</p>
<p>Even though Apple says Windows 7 isn&#8217;t supported, the included drivers on the Snow Leopard disk (intended for use with Vista) work just fine.  Windows also reports that some drivers fail to install properly, but in my case there&#8217;s nothing overtly wrong. Network, audio, video keyboards &amp; mice are all working as expected with the exception of multitouch functionality on the trackpad. Since I&#8217;ll be using the Windows side of the machine most often when connected to a full desk setup (KVM) I&#8217;m not too worried about it.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2009/10/25/camping-out-with-windows-7/&via=kdmurray&text=Camping out with Windows 7&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2009/10/25/camping-out-with-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac vs. PC :: Will my next computer be a Mac?</title>
		<link>http://kdmurray.net/2009/05/18/mac-vs-pc-will-my-next-computer-be-a-mac/</link>
		<comments>http://kdmurray.net/2009/05/18/mac-vs-pc-will-my-next-computer-be-a-mac/#comments</comments>
		<pubDate>Mon, 18 May 2009 07:40:50 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[apple vs. microsoft]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mac vs. pc]]></category>
		<category><![CDATA[mac vs. windows]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=541</guid>
		<description><![CDATA[It&#8217;s been about two and a half years since I made the switch from being a dedicated Windows user to buying my first Mac. I have really enjoyed my MacBook and wanted to take a few moments to discuss some of the differences and similarities I&#8217;ve found with the Mac ownership experience, compared to my [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kdmurray.net/wp-content/uploads/2009/05/macwin11.png"><img class="alignleft size-thumbnail wp-image-700" style="border: 0pt none; margin: 8px;" title="macwin" src="http://kdmurray.net/wp-content/uploads/2009/05/macwin1-150x150.png" alt="macwin" width="150" height="150" /></a>It&#8217;s been about two and a half years since I made the switch from being a dedicated Windows user to <a href="http://kdmurray.net/2006/09/21/macbook-day-1/" target="_blank">buying my first Mac</a>. I have really enjoyed my MacBook and wanted to take a few moments to discuss some of the differences and similarities I&#8217;ve found with the Mac ownership experience, compared to my earlier (and ongoing) experiences with the Windows platform.</p>
<p><span style="text-decoration: underline;"><strong>Marketing and Markets</strong></span><br />
Both <a href="http://blogs.computerworld.com/five_reasons_why_vista_beats_mac_os_x" target="_blank">Windows</a> and <a href="http://www.tuaw.com/2008/03/24/why-the-mac-is-better-than-the-pc-crapware/" target="_blank">Mac</a> <a href="http://apcmag.com/15_reasons_macs_are_still_better_than_windows.htm" target="_blank">enthusiasts</a> love to <a href="http://mac.elated.com/2008/12/12/10-ways-that-windows-is-better-than-mac-os/" target="_blank">evangelize</a> about their platform of choice.  It&#8217;s human nature, we all want people to know how smart we are for choosing the best of what&#8217;s available.</p>
<p><a href="http://kdmurray.net/wp-content/uploads/2009/05/so1cialpiechart11.png"><img class="alignright size-full wp-image-698" style="border: 0pt none; margin: 8px;" title="socialpiechart" src="http://kdmurray.net/wp-content/uploads/2009/05/so1cialpiechart11.png" alt="socialpiechart" width="250" height="176" /></a>As is often the case with most of these &#8220;<a href="http://www.google.com/search?hl=en&amp;safe=off&amp;rlz=1B3GGGL_enCA298CA298&amp;num=100&amp;q=mac+windows+holy+war&amp;btnG=Search" target="_blank">holy wars</a>&#8221; the smaller market tends to be more vocal, and more likely to point out all the flaws in its larger competitor.  This is certainly the case with the Apple community.  From the endless stream of &#8220;<a href="http://www.apple.com/getamac/ads/" target="_blank">Get a Mac</a>&#8221; ads and their <a href="http://www.youtube.com/watch?v=f3ZTCZW_cRw" target="_blank">YouTube parody counterparts</a> to news releases and security firms touting the reduced target area of not running Windows, those who have and love Macs are always there to tell you that the solution to every problem with MS Windows is to simply <a href="http://www.macdailynews.com/index.php/weblog/comments/4463/" target="_blank">get a mac</a>.</p>
<p>And it&#8217;s not like Microsoft hasn&#8217;t provided a great deal of ammo for the pundits to use in their PR-muskets.  From the troubled launch of Windows Vista to the <a href="http://www.fool.com/investing/value/2008/05/06/leaving-so-zune.aspx" target="_blank">sad state of what is the Zune</a> to the rather pathetic <a href="http://www.youtube.com/watch?v=hi1se9rH7S8" target="_blank">I&#8217;m a PC</a> ad campaign Apple has certainly made up ground on the Redmond-based software giant.  Since 2001, Apple has nearly tripled their market share.  That&#8217;s a very significant jump for any company.  But let&#8217;s be realistic about what that really means.  The Mac maker has raised its market share from <a href="http://www.systemshootouts.org/?q=node/204" target="_blank">about 3.5%</a> to somewhere around the 10% mark.  Even with Apple&#8217;s huge growth over the past 8 years, nine out of every 10 computers sold is running a version of Microsoft Windows.</p>
<p><a href="http://kdmurray.net/wp-content/uploads/2009/05/telus-blackberry-8330-sm11.gif"><img class="alignleft size-full wp-image-701" style="border: 0pt none;" title="telus-blackberry-8330-sm" src="http://kdmurray.net/wp-content/uploads/2009/05/telus-blackberry-8330-sm11.gif" alt="telus-blackberry-8330-sm" width="147" height="200" /></a>As a result, Microsoft for their part shrugs off the attacks of the all things &#8220;i&#8221; maker, often ignoring the marketing onslaught and focusing on its target market: the Enterprise.  Does anyone remember when Apple launched the 3G iPhone, App Store and support for <a href="http://www.apple.com/iphone/enterprise/" target="_blank">Enterprise features on the iPhone</a>?  Apple certainly hasn&#8217;t made great strides into the corporate handheld market, which is something the Microsoft does better, but that Research In Motion&#8217;s <a href="http://www.cellphones.ca/cell-phones/reviews/40847/" target="_blank">BlackBerry does extremely well</a> &#8212; but that&#8217;s a topic for another post.  Microsoft and Apple both make products which can be used in the business markets.  But time after time, companies are continuing to choose the Microsoft platform over that of Apple, a huge percentage of the 90% that Microsoft controls in the operating systems space is thanks to the purchases of large companies.  If one were to examine only consumer purchases of computers, Apple would fare much better, probably <a href="http://www.macnn.com/articles/08/04/01/piper.mac.marketshare/" target="_blank">somewhere around the 20% mark</a> in parts of the world.</p>
<p>The consumer market is without question Apple&#8217;s strongest.  By developing a series of technologies and services that all work well together, it&#8217;s quite possible to change over your entire home to run on Apple technology.  From beautifully designed <a href="http://www.apple.com/imac/" target="_blank">iMacs</a> that can sit proudly in your living room, to powerful <a href="http://www.apple.com/macpro/" target="_blank">Mac Pros</a> that can serve content for the entire household, to <a href="http://www.apple.com/appletv/" target="_blank">AppleTV</a> which can sit atop your HD digital cable box and serve as an all-in-one media centre, to the <a href="http://www.apple.com/airportextreme/" target="_blank">AirPort Extreme</a> and <a href="http://www.apple.com/timecapsule/" target="_blank">Time Capsule</a> backup consoles to manage your network and keep everything interconnected.  <a href="http://kdmurray.net/wp-content/uploads/2009/05/appletax11.png"><img class="alignright size-medium wp-image-702" style="border: 0pt none; margin: 4px;" title="appletax" src="http://kdmurray.net/wp-content/uploads/2009/05/appletax1-248x300.png" alt="appletax" width="166" height="200" /></a>Add to that Apple&#8217;s iTunes and Mobile Me services and you&#8217;ve got an entire suite of hardware and software that talks to each other almost flawlessly, and really does make your day-to-day computing experience much smoother.  There&#8217;s only one catch, <a href="http://blogs.computerworld.com/ballmer_on_the_500_apple_tax_the_man_was_right" target="_blank">the Apple Tax</a>.</p>
<p>The Apple Tax is what those outside the Apple community call the difference between the price of a Mac, and the price of the most closely aligned (in hardware specs at least) PC.  Often times the difference between a Mac and a PC comes in between 20% and 40%, with the Macs invariably being the more expensive machines.  PC enthusiasts will shame people for wasting their money on &#8220;pretty hardware&#8221; while the Mac community talks about security, ease of use and bundled software.  Over the past three years or so I&#8217;ve come to realize that the reason this debate won&#8217;t die is that they&#8217;re all right.</p>
<p><span style="text-decoration: underline;"><strong>My Mac Experience</strong></span></p>
<p><a href="http://kdmurray.net/wp-content/uploads/2009/05/mac_leo11.jpg"><img class="alignright size-medium wp-image-703" style="border: 0pt none; margin: 8px;" title="mac_leo" src="http://kdmurray.net/wp-content/uploads/2009/05/mac_leo1-300x200.jpg" alt="mac_leo" width="300" height="200" /></a>When I first picked up my Macbook one of the things that excited me about the experience was the new-ness of it.  This was a computing platform that I wasn&#8217;t particularly familiar with, and since I considered myself to be something of a technology afficionado I figured I should jump in and see what all the fuss was really about.</p>
<p>Within hours I had posted my first blog post and was happily exploring the features of OS X Tiger.  There were a few quirks of the Mac OS that drove (drive) me nuts but overall it was a pretty good experience.  Much more polished than other Windows alternatives (RedHat, Ubuntu, Fedora) that I&#8217;d looked at in the past.  One of the strongest points in the Mac&#8217;s favour early on was the Unix-style BSD-based terminal.  This is where, for me at least, some of the magic of OS X came into play.</p>
<p>I&#8217;ve always been a command-line geek.  There&#8217;s no question in my mind that computers function at their best when they don&#8217;t need to worry about drawing a &#8220;pretty picture&#8221; for us lazy humans.  Command-line applications (and for that matter services/daemons) run better, and more often than not, more reliably than applications with elegant user-interfaces.  Being able to explore the world of the UNIX/Linux command line on my shiny new Mac was indeed a revelation for me.  It even led to me <a href="http://kdmurray.net/2007/04/03/getting-wget-for-os-x-104x/" target="_blank">porting the wget</a> application to run on Mac OS X.  This wasn&#8217;t something that I&#8217;d ever consider trying to do for Windows, though it probably isn&#8217;t much more difficult.</p>
<p><a href="http://kdmurray.net/wp-content/uploads/2009/05/mpkg11.png"><img class="alignleft size-full wp-image-706" style="border: 0pt none; margin: 8px;" title="mpkg" src="http://kdmurray.net/wp-content/uploads/2009/05/mpkg11.png" alt="mpkg" width="144" height="107" /></a>As time moved forward I really enjoyed my MacBook. Adding new applications to the computer was as simple as downloading them from the Internet and in most cases dragging the application to the Applications folder.  In other cases I would need to double-click an .mpkg file to run the installer.</p>
<p>But I noticed after a while that all the software I&#8217;d been downloading for my Mac Lab Rat segments for the old version of the podcast had really cluttered up my system.  Thankfully OS X allows you to clean up all of that mess from the installations with just the drag of a mouse.  Yep, that&#8217;s right. To uninstall an application from OS X, you just need to drag it to the trash can.  That&#8217;s much simpler than un-installing programs on Windows, right?  Well, that&#8217;s not really the whole truth.</p>
<p>First off, you need to understand how a Mac stores applications.  Each application is stored in a package ending with a .app extension.  This is, in reality, just a folder that contains the majority of the files that the application uses.  Dragging &#8220;the application&#8221; to the trash is really just a way of deleting the application folder.  But with many applications <a href="http://macmost.com/macmost-now-157-uninstalling-applications-on-mac-os-x.html" target="_blank">this doesn&#8217;t delete the entire application footprint</a>.</p>
<p>There are two folders where applications store the majority of their extra files and these are the /Library and the /Users/&lt;username&gt;/Library folders.  Apple&#8217;s own recording application GarageBand stores over 1.5GB of files in these library folders, removing the application using the Drag-and-Drop method will leave those files on your computer.</p>
<p><span style="text-decoration: underline;"><strong>Malware &amp; Baddies</strong></span><br />
<a href="http://kdmurray.net/wp-content/uploads/2009/05/toxic-waste11.jpg"><img class="alignleft size-thumbnail wp-image-705" style="border: 0pt none; margin: 6px;" title="toxic-waste" src="http://kdmurray.net/wp-content/uploads/2009/05/toxic-waste1-150x150.jpg" alt="toxic-waste" width="150" height="150" /></a>There&#8217;s no question that anyone who buys a Mac today, or has bought one in the past 10 years has experienced but a fraction of a percentage of the malware, spyware, viruses and badness that Windows owners have to deal with on a regular basis.  <a href="http://www.apple.com/macosx/features/300.html#security" target="_blank">Apple touts this fact</a> when they promote their Macs as one would expect, and as they should. The lack of these problems on a Mac is a great reason to use the system.  Mac fanboys would have you believe that the Mac Operating System is fundamentally designed to be more secure. They talk about the fact that because you&#8217;re less likely to be infected by problems on a Mac, the Mac OS is orders of magnitude more secure than Windows.  But notice nowhere does it say that there are <a href="http://www.techworld.com/security/news/index.cfm?newsid=1798" target="_blank">fewer vulnerabilities in OS X than in Windows</a>.</p>
<p>The reality is that with Windows&#8217; huge market share (remember the 90% number we talked about earlier?) they are the 10,000lb gorilla.  When your next biggest competitor makes up less than 10% of the market, it&#8217;s clear who will be the target. (For those in the business of building gorilla killin&#8217; helicopters (malware), the real target is <a href="http://en.wikipedia.org/wiki/King_Kong" target="_blank">King Kong</a> not <a href="http://en.wikipedia.org/wiki/Nim_Chimpsky" target="_blank">Nim Chimpsky</a>.)</p>
<p>If you&#8217;re writing malware of any kind, you&#8217;re typically doing it in one of two ways:</p>
<ol>
<li> Target companies</li>
<li> Target the highest number of people possible</li>
</ol>
<p>The majority of malware authors choose to go with option #2: cast a wide net and see how many fish you can catch.  If your net is set to catch Windows machines, the sheer math of it will get you more infected machines than if you were to target the much smaller Mac market.  That said, with success comes difficulty.  Mac users are starting to see pockets of activity targeting OS X.  Consider the Pwn to Own competitions that security companies have run for the past few years. Invariably, <a href="http://www.engadget.com/2008/03/27/pwn-2-own-over-macbook-air-gets-seized-in-2-minutes-flat/" target="_blank">OS X has been compromised at each of them</a>, and in most cases extremely quickly. Modern operating systems are all susceptible to exploits and security holes. Even <a href="http://www.linux.com/archive/feature/40730" target="_blank">linux systems are vulnerable</a> to attacks, they simply have the benefit of a large number of people to quickly patch holes and a user community generally less susceptible to getting themselves infected.  OS X <a href="http://www.channelinsider.com/c/a/Security/Macs-Not-Bulletproof-Security-Researcher-Proves-207440/" target="_blank">is not an invulnerable</a> operating system.</p>
<p><span style="text-decoration: underline;"><strong>Software &#8211; Included and Excluded</strong></span></p>
<p><a href="http://kdmurray.net/wp-content/uploads/2009/05/macapps11.jpg"><img class="size-medium wp-image-704 alignleft" style="border: 0pt none; margin: 6px;" title="macapps" src="http://kdmurray.net/wp-content/uploads/2009/05/macapps1-300x176.jpg" alt="macapps" width="150" height="88" /></a>It&#8217;s often touted that the software included on Mac Systems helps to <a href="http://www.testfreaks.com/blog/information/new-apple-ads-aim-to-justify-their-price-tags/" target="_blank">justify the increased price tag</a> of purchasing these machines. It does help, to be sure. The quality of the included software is quite high, and allows you to manage photos, music &amp; email, make videos, burn movies, and record audio.  What Apple doesn&#8217;t want you to know is that there are lots of applications out there for Windows too, some of which may even be bundled with your system when you buy it.  Consistency is Apple&#8217;s strongest point. They can use phrases like &#8220;iLife comes with every new Mac&#8221;.</p>
<p>I&#8217;ve used every application that comes with iLife at least once.  The most frequently used applications being <a href="http://www.apple.com/ilife/iphoto/" target="_blank">iPhoto</a> and <a href="http://www.apple.com/ilife/garageband/" target="_blank">GarageBand</a>; unfortunately I&#8217;ve not been overly satisfied with either and the only reason I stuck with them is that they were for all intents and purposes free applications.  iPhoto in particular lacked a number of features, the most obvious of which is the ability to organize images into folder hierarchies.  This has been fixed in the latest version, but I don&#8217;t feel like paying $69 for something that free apps like Picasa can do for free.</p>
<p>GarageBand has worked out quite well for the most part, but does leave a few things to be desired.  The interface is excellent, making creating podcasts and other recorded audio quick and fairly intuitive.  It becomes obvious fairly quickly though that this product too is targeted at a consumer audience as there are a number of audio manipulation features missing including fine grain control over cutting and pasting audio, and the application crashes with my podcast files once it gets over an hour in length.</p>
<p>While the iLife suite is touted as being partial justification of the increased cost of the Macs, in many cases I&#8217;ve abandoned these applications in favour of free applications that I was able to download from the Internet.  I&#8217;m in the midst of replacing iPhoto with <a href="http://picasa.google.com/" target="_blank">Picasa</a> and GarageBand with <a href="http://audacity.sourceforge.net/" target="_blank">Audacity</a> (which admittedly is missing a bunch of features too, so I&#8217;ll probably have to use both).</p>
<p>Coming from a Windows world, I was accustomed to being able to find software online that did what I needed my computer to do, and the vast majority of the time not having to pay for it &#8212; and let me be clear, I&#8217;m talking <a href="http://sourceforge.net/">SourceForge</a>, not <a href="http://piratebay.org" target="_self">PirateBay</a>.  What I found in coming to the Mac world is that commercial ISVs (independent software vendors) were far more common for home-use applications on the Mac than for Windows.  Translation: If you want it, be prepared to pay for it.  Third-party developers have done a great job of writing software that has a Mac look &amp; feel.  <a href="http://developer.apple.com/documentation/userexperience/Conceptual/AppleHIGuidelines/index.html" target="_blank">Apple</a> and <a href="http://msdn.microsoft.com/en-us/library/aa511258.aspx" target="_blank">Microsoft</a> both publish guidelines on best practices for developing software for their respective platforms.  The ISVs that publish software for the Mac do a great job of creating a quality product the only catch of course being that you need to buy the apps.  There is open-source software available on the Mac, but as with the malware developers. the open-source community prefers to stick to platforms where they can get the most eyeballs on their product.</p>
<p><span style="text-decoration: underline;"><strong>Getting Things Done</strong></span><br />
<a href="http://kdmurray.net/wp-content/uploads/2009/05/checkmark11.jpg"><img class="alignleft size-thumbnail wp-image-707" title="checkmark" src="http://kdmurray.net/wp-content/uploads/2009/05/checkmark1-150x150.jpg" alt="checkmark" width="150" height="150" /></a>This is far and away the most subjective category in my review.  There is no question that I&#8217;ve been extremely productive with my MacBook over the past three years.  I&#8217;ve written hundreds of blog posts, contributed to my online forums, remotely managed software on my websites, handled email, instant messaging, twitter, virtualization and managed my online life.  The thing is, most of the time I&#8217;m not using a Mac specific application to do those tasks.  All of my Internet activity is done using <a href="http://www.mozilla.com/en-US/firefox/" target="_blank">FireFox</a> rather than Apple&#8217;s own Safari browser.  The main reason for that is that I find Safari to be a bit clumsy to use, and above all else, I miss the ability to download tons of <a href="http://addons.mozilla.org/" target="_blank">free plugins and extensions</a> for the browser that make my online life better.</p>
<p>One task where the Mac has a leg up on Windows, conceptually at least, is the fact that it&#8217;s built-in command-line interface is <a href="http://en.wikipedia.org/wiki/History_of_Mac_OS_X" target="_blank">based on BSD</a>.  This means that all of the default tools for handling command-line operations in a Unix environment are already present, and the most important of those for me is SSH.  Native command-line support of SSH makes administering my web servers a more seamless task, and despite the fact that it&#8217;s command-line in nature, that may be the most Mac-like feature of my Macbook.  I can get this done on windows without much effort as well, but with the Mac, this truly was built-in from the get-go.</p>
<p><span style="text-decoration: underline;"><strong>Re-Staging Systems</strong></span><br />
<a href="http://www.flickr.com/photos/basajaun/1964965958/"><img class="alignleft" style="border: 0pt none; margin: 8px;" src="http://farm3.static.flickr.com/2365/1964965958_db57eb6cdf_m_d.jpg" alt="" width="160" height="120" /></a>I&#8217;m hard on my computers.  I always have been.  Every system I&#8217;ve ever owned prior to my MacBook has been re-staged or re-imaged about once per year.  Sometimes this was for OS upgrades, sometimes because it had become slow and unusable, and sometimes because I wanted to try a major configuration change to make the computer more useful to me.  Something that really appealed to me about the Mac from those I&#8217;d spoken to prior to purchasing it was the idea that all of this would be gone once I got a mac.  Never would I need to do the dreaded &#8220;<a href="http://blogs.zdnet.com/hardware/?p=4121" target="_blank">wipe and reload</a>&#8221; operation that I&#8217;d become used to in Windows.  The reality is, I&#8217;ve re-staged my Macbook about the same number of times (if not more) than I had originally done on Windows.</p>
<ol>
<li>Bought a new Mac</li>
<li>Over the course of the first 6-8 months, downloaded every piece of Mac software I could find. Un-installing them left me with a clutter of junk in the &#8220;Library folder&#8221; for the dozens and dozens of apps I had removed. To clear this up permanently, I re-staged the computer.</li>
<li>About 6 months later, I wanted to try out the pre-release version of Boot-Camp that came with OS X 10.4.  Unfortunately after the previous re-installation I had chosen a &#8220;case-sensitive&#8221; file system &#8212; this doesn&#8217;t work well with Boot Camp.  I re-staged the computer.</li>
<li>When OS X 10.5 came out, I felt somewhat duty-bound to pick up the new release on it&#8217;s first day of RTM.  To put this on, I followed my policy with all OS updates (and the advice I had found online) which is to always start clean. I re-staged the computer.</li>
<li>I decided a few months later that I wanted to try dual-booting my computer with Windows and OS X 10.5, unfortunately I had filled up my 80 GB hard drive so much that the OS X couldn&#8217;t create a decent boot partition.  I re-staged the computer.</li>
<li>Several months later I bought a new 320 GB hard drive and promptly proceeded to load it into my Mac.  Since the Boot-camp thing wasn&#8217;t really working out anyway I decided this would be a great time to get a fresh start.  I re-staged the computer.</li>
</ol>
<p>Over the 32 months since I&#8217;ve owned the Macbook, I&#8217;ve re-staged the machine five times.  That&#8217;s about once every 6 months give-or-take.  That&#8217;s a bit more often than my Windows machines annual re-load, but I figure two of them were due to my unfamiliarity with the Mac OS.  So three times in three years, I call that a draw.</p>
<p><span style="text-decoration: underline;"><strong>Conclusion &#8211; Will my next computer be a Mac?</strong></span><br />
After looking at my Mac experience objectively for a couple of months as I&#8217;ve written this article on and off, I&#8217;ve come to two undeniable truths about how the Mac fits in to my life.</p>
<ol>
<li>The Mac is an outstanding computer, that does nearly everything that I&#8217;ve ever needed it to.</li>
<li>For me, it isn&#8217;t worth the 30-40% premium over a comparable Windows-based notebook.</li>
</ol>
<p>I really do love my Macbook, and I&#8217;m going to find a way to keep it running and in active service until it simply becomes too expensive to maintain (read: need to replace the battery, or a system component out of warranty).  But I also know that my next machine, which will be a replacement for the desktops in my basement will most likely be an off-the-shelf PC.  The vast majority of what I do on my computer is done on the Internet.  The applications I use on my Mac every single day are Firefox, Thunderbird, MSN, TweetDeck, TextPad and the CLI SSH client.  All of those applications are available on every single computer that I&#8217;ve ever used.  So when I buy the next system, the only decision for me as far as operating systems go, will be whether I buy <a href="http://www.microsoft.com/windows/windows-7/default.aspx" target="_blank">Windows</a>, or install the latest <a href="https://wiki.ubuntu.com/LTS" target="_blank">LTS</a> edition of <a href="http://www.ubuntu.com/getubuntu" target="_blank">Ubuntu</a>.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2009/05/18/mac-vs-pc-will-my-next-computer-be-a-mac/&via=kdmurray&text=Mac vs. PC :: Will my next computer be a Mac?&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2009/05/18/mac-vs-pc-will-my-next-computer-be-a-mac/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Five Step Guide to Restoring Your Computer</title>
		<link>http://kdmurray.net/2009/03/14/five-step-guide-to-restoring-your-computer/</link>
		<comments>http://kdmurray.net/2009/03/14/five-step-guide-to-restoring-your-computer/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 09:28:50 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[7zip]]></category>
		<category><![CDATA[avast]]></category>
		<category><![CDATA[corrupted]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[feed demon]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[infected]]></category>
		<category><![CDATA[iso recorder]]></category>
		<category><![CDATA[junky]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[open office]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[paint.net]]></category>
		<category><![CDATA[reinstall]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[visual studio express]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=583</guid>
		<description><![CDATA[There are lots of reasons that we fall out of love with our computers.  Slow performance, viruses. spyware and just plain too-much-crap-all-over-the-place syndrome.  The only way you can be sure to solve these issues is to wipe and re-load your system.  If you have all the install disks for Windows (or your OS of choice) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/sarahbaker/280931642/in/photostream" target="_blank"><img class="alignleft size-full wp-image-589" style="border: 0pt none; margin: 5px;" title="broken_computer" src="http://kdmurray.net/wp-content/uploads/2009/03/broken_computer11.jpg" alt="broken_computer" width="167" height="220" /></a>There are lots of reasons that we fall out of love with our computers.  Slow performance, viruses. spyware and just plain too-much-crap-all-over-the-place syndrome.  The only way you can be sure to solve these issues is to wipe and re-load your system.  If you have all the install disks for Windows (or your OS of choice) and your software, the process is fairly straightforward.  <strong>Mac/Linux fanboy warning</strong>: I&#8217;m going to use Windows examples and software in most cases&#8230; deal with it.</p>
<p>After the tutorial, I&#8217;ve included a list of applications that you can use to make your computing life better.  The list contains free and open-source software from the original developers that you can trust on your newly cleaned system.  I highly recommend reading over the list, and even trying a few of them out on your current system before installing any of your old apps and tools.</p>
<h3>Things you&#8217;ll need</h3>
<ul>
<li>Infected (or otherwise underperforming computer)</li>
<li>OS re-install disks (<strong>and product keys!!</strong>)</li>
<li>External hard drive (strongly recommended) -or-</li>
<li>Backup media (CDs, DVDs)</li>
</ul>
<h3>Step 1: Backup your data</h3>
<p><a href="http://www.flickr.com/photos/wysz/56852074/" target="_blank"><img class="size-full wp-image-590 alignright" style="margin: 4px;" title="backup" src="http://kdmurray.net/wp-content/uploads/2009/03/backup11.jpg" alt="backup" width="160" height="120" /></a>You should already have a backup process in place to keep all of your data secure.  If you do, good for you but that doesn&#8217;t mean you can skip this step.  If you have, or have been able to purchase an external hard drive use that to backup the data. It&#8217;s much faster, and far more convenient than trying to backup to external media like CDs and DVDs.  <strong>Make sure that you take <em>everything</em> you want to have on your new system.</strong> Often overlooked folders include your bookmarks (favourites) and desktop.  These won&#8217;t be captured in your Documents folder by default.</p>
<h3>Step 2: Reinstall your system</h3>
<p>This is the part that makes everyone queasy. The &#8220;delete everything and re-install&#8221; part.  But fear not, it isn&#8217;t as daunting as it sounds.  Once all the data has been backed up, put the Windows (or other OS) disk in the drive and reboot the computer.  Once the system comes back up, follow the prompts.</p>
<p>Select the partition to install Windows on.  In most cases, if you want to restore the system the way that it was, you can select the C: drive where the old Windows  install was located.  If you want to get into partitioning strategies that&#8217;s for another post.</p>
<p>If you&#8217;re in doubt format the drive using the NTFS system. It&#8217;s the default for most contemporary Windows systems and will work for 99% of people.  <em>Yes, Mac/Linux fanboys, I realize that it&#8217;s a Windows specific file format.  You guys can use HFS+ (Mac) or ext3 (Linux).</em></p>
<p>Believe it or not that&#8217;s the &#8220;tricky&#8221; part.  Follow the remaining prompts through the text portion, and GUI portion of the setup to choose your username, password, time-zone settings, network settings etc.  These are pretty well all common sense.</p>
<h3>Step 3: Patching and Packing</h3>
<p>Unless you&#8217;ve learned the <a href="http://kdmurray.net/2008/08/08/how-to-slipstream-windows-xp-sp3/" target="_blank">secrets to Slipstreaming</a> prior to this re-install (in which case you probably don&#8217;t need this tutorial) you&#8217;ll need to install all the latest updates, patches and service packs for your system.</p>
<p>The majority of these can be installed through the Microsoft Update (Windows Update) site.  The updater can be run from your Start menu, or by pointing a browser at <a href="http://update.microsoft.com/" target="_blank">http://update.microsoft.com/</a>.</p>
<p>It&#8217;s really important to get these updates in as quickly as possible because typically the CD you&#8217;re using to install the system is a couple of years old (particularly with Windows XP disks) and will be missing a ton of important security updates.  You may need to run this process a number of times before it catches everything.  Just continue the process until the update program tells you that there are no further updates available for your system.</p>
<h3>Step 4: Re-install your applications</h3>
<p>Here we go. Putting back all that was lost.  The first step is to install your heavy hitters installed.  Office, Visual Studio, Adobe Creative Suite &#8212; the things that take up Gigabytes of space on the disk.  After that, the smaller things, utilities, tools, games.  Check out the software list at the bottom of this post.</p>
<p>Once everything else is done, install your anti-virus or security software. This may be a controversial decision for most but I base the logic on the following: AV programs make software installation painfully slow.  The chances you&#8217;ll be infected while you&#8217;re doing the updates are minimal, so save yourself a bunch of time and do this last.</p>
<h3>Step 5: Restore your data</h3>
<p>Copy back all of the data you backed up in step 1.  This includes your bookmarks (you did back those up, right?), and anything you wanted to keep on your desktop.  Putting these pieces back is the last step to making the system your own again.</p>
<p>Realistically you’re looking at killing a full day with the whole process, depending how much data you have the backup/restore can take a few hours, but the process is pretty straightforward if you stay organized.  <img src='http://kdmurray.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Free software to help you out</h3>
<p>Once you&#8217;re in the application re-install stage, there are lots of free tools that you can use to get your system working the same, or better than it was before.  The other reason is that these applications are great alternatives to trying to find pirated applications off the Internet.  Here they are, in no particular order:</p>
<ul>
<li><a href="http://www.7-zip.org/download.html" target="_blank">7Zip</a> &#8211; an archiving / compression utility supporting a wide range of formats</li>
<li><a href="http://isorecorder.alexfeinman.com/isorecorder.htm" target="_blank">ISO Recorder</a> &#8211; Write ISO images directly from Windows explorer</li>
<li><a href="http://www.avast.com/eng/download-avast-home.html" target="_blank">Avast</a> &#8211; Free anti-virus application with regular updates</li>
<li><a href="http://www.getpaint.net/" target="_blank">Paint.NET</a> &#8211; Photoshop-like image &amp; graphic editing program</li>
<li><a href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox</a> &#8211; Alternative (?) web browser</li>
<li><a href="http://www.mozillamessaging.com/en-US/thunderbird/" target="_blank">Thuderbird</a> &#8211; Email client</li>
<li><a href="http://www.newsgator.com/Individuals/FeedDemon/Default.aspx" target="_blank">Feed Demon</a> &#8211; Powerful full-featured RSS reader &amp; aggregator</li>
<li><a href="http://filezilla-project.org/" target="_blank">FileZilla</a> &#8211; FTP/SFTP/SCP client</li>
<li><a href="http://www.openoffice.org/" target="_blank">Open Office</a> &#8211; Alternative word processor, spreadsheet, presentation &amp; database</li>
<li><a href="http://www.videolan.org/vlc/" target="_blank">VLC</a> &#8211; Media player that supports nearly every format known to mankind</li>
<li><a href="http://evernote.com/about/download/" target="_blank">Evernote</a> &#8211; Note taking/keeping application that sync&#8217;s with the web</li>
<li><a href="http://notepad-plus.sourceforge.net/uk/download.php" target="_blank">Notepad++</a> &#8211; Tabbed notepad application</li>
<li><a href="http://www.microsoft.com/express/" target="_blank">Visual Studio Express</a> &#8211; Free versions of the Microsoft development tools</li>
</ul>
<p>I hope this guide has proven informative, and will help you to move forward with your computing life.  Bring back that computer that has lost its lustre and make it uber-useful again.</p>
<p>Photo credits: <a href="http://www.flickr.com/photos/wysz/56852074/" target="_blank">wysz</a>, <a href="http://www.flickr.com/photos/sarahbaker/280931642/in/photostream" target="_blank">S Baker</a> on Flickr.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2009/03/14/five-step-guide-to-restoring-your-computer/&via=kdmurray&text=Five Step Guide to Restoring Your Computer&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2009/03/14/five-step-guide-to-restoring-your-computer/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Mac Tip: Showing All File Extensions</title>
		<link>http://kdmurray.net/2008/10/29/mac-tip-showing-all-file-extensions/</link>
		<comments>http://kdmurray.net/2008/10/29/mac-tip-showing-all-file-extensions/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 04:18:44 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ext]]></category>
		<category><![CDATA[file extension]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[preferences]]></category>
		<category><![CDATA[reveal]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[walkthrough]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=440</guid>
		<description><![CDATA[OK, for many of you out there, this is probably so basic you didn&#8217;t even need to search for it.  That said, I figured I&#8217;d post it anyway (partly because I&#8217;ve been so lax about blogging recently). If you&#8217;ve ever wanted to have OS X show file extensions for all files, all the time, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/kmsquared/2985270903/" target="_blank"><img class="alignleft" title="Finder Preferences in OS X" src="http://farm4.static.flickr.com/3217/2985270903_b475fe2b23_o_d.png" alt="Finder Preferences in OS X" width="190" height="119" /></a>OK, for many of you out there, this is probably so basic you didn&#8217;t even need to search for it.  That said, I figured I&#8217;d post it anyway (partly because I&#8217;ve been so lax about blogging recently).</p>
<p>If you&#8217;ve ever wanted to have OS X show file extensions for all files, all the time, it&#8217;s a very simple process.</p>
<ol>
<li>Click on any finder (or the desktop)</li>
<li>Select Preferences from the Finder menu</li>
<li>Click on the Advanced button</li>
<li>Check off the Show all file extensions box</li>
<li>Close the Finder Preferences window</li>
</ol>
<p>Voila! All is revealed.  Wasn&#8217;t that easy?  It probably took you longer to read this than to actually make the change. <img src='http://kdmurray.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2008/10/29/mac-tip-showing-all-file-extensions/&via=kdmurray&text=Mac Tip: Showing All File Extensions&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/10/29/mac-tip-showing-all-file-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Things You Did See At Apple&#8217;s September Announcement</title>
		<link>http://kdmurray.net/2008/09/09/5-things-you-did-hear/</link>
		<comments>http://kdmurray.net/2008/09/09/5-things-you-did-hear/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 03:14:38 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Futurism]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=422</guid>
		<description><![CDATA[So now that all the hubbub has come and gone, I&#8217;m pleased to announce that I was 100% correct in my non-predictions for the Apple event.  So I thought I&#8217;d come back with a review of just what did make the cut, and tell you about the my top 5 from the &#8220;Let&#8217;s Rock&#8221; announcement. [...]]]></description>
			<content:encoded><![CDATA[<p>So now that all the hubbub has come and gone, I&#8217;m pleased to announce that I was <a href="http://kdmurray.net/2008/09/09/5-things-you-wont-see-at-apples-september-announcement/" target="_blank">100% correct in my non-predictions</a> for the Apple event.  So I thought I&#8217;d come back with a review of just what did make the cut, and tell you about <span style="text-decoration: line-through;">the</span> my top 5 from the &#8220;Let&#8217;s Rock&#8221; announcement.</p>
<p><strong>New iPod Nanos</strong> &#8212; No surprise here, at all.  Announced today, shipping sometime between now and Christmas, a return to the slimmer, sleeker design of the iPod nano.  The screen is much larger than the Gen 1 and Gen 2 nanos, and the ipod is now oval shaped (read: won&#8217;t sit flat on a table).  It also comes in about a dozen different colours.</p>
<p><strong>&#8220;New&#8221; iPod Touches</strong> &#8212; Though not receiving anywere near the revision that the nanos did, the iPod touch now sports new side-mounted volume controls and a small external speaker.  Both of these will make the App-store games much more fun to play.  I&#8217;m sad that they&#8217;ve chosen not to integrate a microphone (though the exclusion was one of my predictions), the external volume controls will be a very handy new feature.  I wonder how hard they had to convince Jobs to abandon his <a href="http://online.wsj.com/public/article/SB118532502435077009.html?mod=blog" target="_blank">&#8220;no buttons&#8221; policy</a>?</p>
<p><strong>Apple &amp; NBC Kiss &amp; Make up</strong> &#8212; Again, not a big surprise, NBC is returning to the iTunes store.  All your favourite syndicated NBC crap will once again be available in iTunes.  Meh&#8230;</p>
<p><strong>iTunes 8</strong> &#8212; The <a href="http://www.apple.com/itunes/whatsnew/" target="_blank">next version of iTunes</a> is out, and it sports a fancy new &#8220;genius&#8221; feature whereby Apple takes a look at your listening habits and makes recommendations.  It&#8217;ll also build playlists for you.</p>
<p><strong>iPod Touch / iPhone Software 2.1</strong> &#8212; A revision of the software for the two fanciest iThings to hopefully fix the bugs and constant crashing that have <a href="http://www.mobileviews.com/blog/2008/07/24/ipod-touch-froze-forced-a-reboot/" target="_blank">plagued the devices</a> (even 1st Gen iPhones / iPod Touches) since the 2.0 and 2.0.1 releases.  I sure as hell hope it&#8217;s stable &#8217;cause I&#8217;m planning to get a new iPod touch to replace the one that &#8220;disappeared&#8221; somewhere in the Minneapolis airport.</p>
<p>So there you have it.  5 things that actually did happen, to go along with <a href="http://kdmurray.net/2008/09/09/5-things-you-wont-see-at-apples-september-announcement/" target="_blank">the 5 that didn&#8217;t</a>.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2008/09/09/5-things-you-did-hear/&via=kdmurray&text=5 Things You Did See At Apple's September Announcement &related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/09/09/5-things-you-did-hear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Things You Won&#8217;t See At Apple&#8217;s September Announcement</title>
		<link>http://kdmurray.net/2008/09/09/5-things-you-wont-see-at-apples-september-announcement/</link>
		<comments>http://kdmurray.net/2008/09/09/5-things-you-wont-see-at-apples-september-announcement/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 08:39:50 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Futurism]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=420</guid>
		<description><![CDATA[So I&#8217;m lying here, unable to sleep, not because I&#8217;m dreaming up what Apple is going to announce tomorrow, but it has given me some time to think. There&#8217;s been lots of ideas floated around, so I figured I should jump into the mix now before the news so I can call these predictions of [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m lying here, unable to sleep, not because I&#8217;m dreaming up what Apple is going to announce tomorrow, but it has given me some time to think.</p>
<p>There&#8217;s been lots of ideas floated around, so I figured I should jump into the mix now before the news so I can call these predictions of things you definitely WON&#8217;T see</p>
<p><strong>The iPod Touch with a built-in microphone and bluetooth</strong> &#8212; This would harshly cannibalize iPhone sales, particularly given the cost of iPhone data plans.</p>
<p><strong>iTunes Music Subscriptions</strong> &#8212; People like to own their music. &#8217;nuff said.</p>
<p><strong>iPhone Revisions</strong> &#8212; Not a chance, with the 3G iPhone barely 3 months old, there&#8217;s no way that Apple can justify a revision already.  The backlash from iPhone early adopters last year will be a lesson.</p>
<p><strong>The &#8220;MacBook Touch&#8221;</strong> &#8212; Even though a niche of Apple fans would love to see a Mac tablet to compete with all of the Windows based tablets out there, it just doesn&#8217;t make up a large enough piece of the overall computer market for Apple to try to carve out a piece.</p>
<p><strong>Beatles Music in the iTunes Catalogue</strong> &#8212; Despite recent notions from some pundits that the Fab Four&#8217;s music will be part of the &#8220;Let&#8217;s Rock&#8221; announcement, there have been far too many false alarms for this to be the case.  Besides, the music is being remastered right now and will probably go through some kind of digital release next year once that&#8217;s done.</p>
<p>So there you have it, the five things you definitely won&#8217;t see at the Let&#8217;s Rock announcement.  Now we can sit back and see what the all things &#8220;i&#8221; maker will announce later today.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2008/09/09/5-things-you-wont-see-at-apples-september-announcement/&via=kdmurray&text=5 Things You Won't See At Apple's September Announcement&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/09/09/5-things-you-wont-see-at-apples-september-announcement/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Easter Eggs &#8212; Software style</title>
		<link>http://kdmurray.net/2008/03/23/easter-eggs-software-style/</link>
		<comments>http://kdmurray.net/2008/03/23/easter-eggs-software-style/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 05:00:04 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kdmurray.net/2008/03/23/easter-eggs-software-style/</guid>
		<description><![CDATA[There&#8217;s a quick list of Easter Eggs over on LifeHacker&#8230; Some of them are pretty sweet (Google Earth Flight Sim!).  Some are old classics. Have a look at the LifeHacker post, and then check out these other two sites for a few more: Mac OS X Easter Eggs Windows Easter Eggs Tweet]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a quick list of Easter Eggs over on LifeHacker&#8230; Some of them are pretty sweet (Google Earth Flight Sim!).  Some are <strike>old</strike> classics.</p>
<p>Have a look at <a href="http://lifehacker.com/371083/top-10-software-easter-eggs" target="_blank">the LifeHacker post</a>, and then check out these other two sites for a few more:</p>
<ul>
<li><a href="http://www.eeggs.com/tree/1141.html" target="_blank">Mac OS X Easter Eggs</a></li>
<li><a href="http://www.softwaretipsandtricks.com/eastereggs/windowsxp.php" target="_blank">Windows Easter Eggs</a></li>
</ul>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2008/03/23/easter-eggs-software-style/&via=kdmurray&text=Easter Eggs -- Software style&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/03/23/easter-eggs-software-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Lab Rat: GGP #77 &#8211; Well Oiled</title>
		<link>http://kdmurray.net/2008/02/20/mac-lab-rat-ggp-77-well-oiled/</link>
		<comments>http://kdmurray.net/2008/02/20/mac-lab-rat-ggp-77-well-oiled/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 09:08:15 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Global Geek Podcast]]></category>
		<category><![CDATA[Mac Lab Rat]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Podcasting]]></category>

		<guid isPermaLink="false">http://kdmurray.net/2008/02/20/mac-lab-rat-ggp-77-well-oiled/</guid>
		<description><![CDATA[Dave&#8217;s choices in naming episodes not withstanding, we had a great show again this week.  I joined the geeks for the latest round of the Global Geek Podcast. LiteIcon First up this week is FreeMacSoft&#8217;s LiteIcon.  This is a great application for helping you manage the system icons on your Mac.  Apple has a tendency [...]]]></description>
			<content:encoded><![CDATA[<p>Dave&#8217;s choices in naming episodes not withstanding, we had a great show again this week.  I joined the geeks for <a href="http://globalgeek.thepodcastnetwork.com/2008/02/19/the-global-geek-podcast-77-well-oiled/" target="_blank">the latest round of the Global Geek Podcast</a>.</p>
<p><strong>LiteIcon</strong><br />
First up this week is <a href="http://www.freemacsoft.net/LiteIcon/index.html" target="_blank">FreeMacSoft&#8217;s LiteIcon</a>.  This is a great application for helping you manage the system icons on your Mac.  Apple has a tendency to dumb-down everything for their systems hiding the guts behind nicely designed UIs&#8230; most of the time.  Icon management is something that they&#8217;ve never gotten right.</p>
<p>LiteIcon will allow you to swap out your  icon set for OS X, and more importantly, swap them back to the originals.  The only thing this doesn&#8217;t include is icons for you to use.  You could always get some icons from a site like <a href="http://interfacelift.com/icons-mac/" target="_blank">InterfaceLIFT</a> to pimp out your mac.</p>
<p>LiteIcon is a freebie.</p>
<p><strong>Flash Video Downloader 2</strong><br />
The second app for this week is <a href="http://tesseractsoftware.googlepages.com/flashvideodownloader2.htm" target="_blank">Tesseract Software&#8217;s Flash Video Downloader</a>.  This app will allow you to point any website URL to the tool, and it will scan the source code for the page and find any flash video links and it will automatically download the .flv files.</p>
<p>The app works fairly well and allows you to download batches of files at a time, and has some other &#8220;batchy&#8221; features like a notification beep, or the ability to shut down the computer afterward.</p>
<p>The only catch with this tool is that it won&#8217;t allow you to convert the files from the .flv format.  But for a freebie, not too shabby.</p>
<p><strong>VisualHub</strong><br />
It&#8217;s been a long time since I did an app that wasn&#8217;t a freebie, but in my search for a really good conversion tool I came up empty in the freebie department.</p>
<p><a href="http://www.techspansion.com/visualhub/" target="_blank">Techspansion&#8217;s VisualHub</a> is an app that will take any format in, and push any format out.  There&#8217;s support for pretty much every video format on the market including H.264, DV, PSP, AVI, and the ever ellusive FLV.</p>
<p>The only downside is that the app costs about $25&#8230; but like the Techspansion dev team says: &#8220;justify it by thinking of the cost per frame.&#8221;</p>
<p>And that wraps up this weeks Mac updates.  Join us again next time for more mac apps, and more GGP goodness.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2008/02/20/mac-lab-rat-ggp-77-well-oiled/&via=kdmurray&text=Mac Lab Rat: GGP #77 - Well Oiled&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/02/20/mac-lab-rat-ggp-77-well-oiled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Lab Rat &#8211; GGP #76</title>
		<link>http://kdmurray.net/2008/02/10/mac-lab-rat-ggp-76/</link>
		<comments>http://kdmurray.net/2008/02/10/mac-lab-rat-ggp-76/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 04:37:16 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Global Geek Podcast]]></category>
		<category><![CDATA[Mac Lab Rat]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Podcasting]]></category>

		<guid isPermaLink="false">http://kdmurray.net/2008/02/10/mac-lab-rat-ggp-76/</guid>
		<description><![CDATA[Another week and another GGP. We had an absolute blast on this week&#8217;s show. So on with this week&#8217;s collection of Mac Freebies: iPhoto Batch Image Enhancer This application gives you the ability to make changes to large batches of your iPhoto images. This is a standalone application and doesn&#8217;t integrate into iPhoto, but it [...]]]></description>
			<content:encoded><![CDATA[<p>Another week and another GGP.  We had an absolute blast on <a target="_blank" href="http://globalgeek.thepodcastnetwork.com/2008/02/06/the-global-geek-podcast-76-linguistic-gymnastics/">this week&#8217;s show</a>.  So on with this week&#8217;s collection of Mac Freebies:</p>
<p><b>iPhoto Batch Image Enhancer</b><br />
This application gives you the ability to make changes to large batches of your iPhoto images.  This is a standalone application and doesn&#8217;t integrate into iPhoto, but it is fairly lightweight and runs at a reasonable speed.  There are a couple of little quirks that make it so that you really shouldn&#8217;t do much else while you run the batch, but it&#8217;s a good free option for set-and-forget operations.</p>
<p><a target="_blank" href="http://www.feroxsoft.com/ibe/batch_en.html">Download iPhoto Batch Enhancer</a> from the <a target="_blank" href="http://www.feroxsoft.com/">feroXsoft website</a>.</p>
<p><b>Oxidizer</b><br />
Oxidizer provides you the ability to build your own background&#8230; but not just any background: A fractal!  I&#8217;ve always loved fractals, but the majority of the fractal programs out there require you to enter weird commands from the command line, and/or have a masters degree in mathematics.  Oxidizer allows slaps on a fairly usable GUI and allows you to build some interesting fractal images.</p>
<p>Oxidizer is offered as an open-source project.</p>
<p><a target="_blank" href="http://oxidizer.sourceforge.net/Site/Oxidizer.html">Download Oxidizer</a>.</p>
<p><b>DockDoctor</b><br/><br />
DockDoctor is yet another in the series of OS X Leopard &#8220;tweaker&#8221; apps.  This one is geared specifically toward adjusting settings of the Mac OS X dock, and does so from the Dashboard.  I&#8217;ve covered apps like this in the past, so I won&#8217;t spend much time on it.  Suffice to say the widget has options for a 2D or 3D dock, and a button to automatically restart the Dock application.</p>
<p><a target="_blank" href="http://innermindmedia.com/dock_doctor_widget.html">Download DockDoctor</a> from <a target="_blank" href="http://innermindmedia.com/">Inner Mind Media</a>.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2008/02/10/mac-lab-rat-ggp-76/&via=kdmurray&text=Mac Lab Rat - GGP #76&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/02/10/mac-lab-rat-ggp-76/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Picasa for OS X in 2008</title>
		<link>http://kdmurray.net/2008/01/19/picasa-for-os-x-in-2008/</link>
		<comments>http://kdmurray.net/2008/01/19/picasa-for-os-x-in-2008/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 03:19:55 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://kdmurray.net/2008/01/19/picasa-for-os-x-in-2008/</guid>
		<description><![CDATA[It&#8217;s been a busy week this week, and there&#8217;s some news items that I just didn&#8217;t get to yet.  This one comes to us courtesey of TechCrunch. One of the most popular photo editing programs for Windows has to be Google&#8217;s Picasa.  Though it&#8217;s not the most full-featured image editing on the market it&#8217;s free [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a busy week this week, and there&#8217;s some news items that I just didn&#8217;t get to yet.  This one comes to us courtesey of <a href="http://www.techcrunch.com/2008/01/15/exclusive-google-developing-mac-version-of-picasa-due-to-be-released-this-year/" target="_blank">TechCrunch</a>.</p>
<p>One of the most popular photo editing programs for Windows has to be Google&#8217;s Picasa.  Though it&#8217;s not the most full-featured image editing on the market it&#8217;s free and great for managing photos and albums, something that isn&#8217;t a strength of more full-featured applications like Photoshop and Paint.NET.</p>
<p>On the Mac, the most obvious photo organizer is Apple&#8217;s own iPhoto.  iPhoto does a decent job of organizing photos, though it does have its drawbacks and it&#8217;s not free.</p>
<p>A free Picasa would not only challenge iPhoto, but would also channel users into using Google&#8217;s online service Picasa Web Albums.  One question raised is how this will affect competing photo management services like <a href="http://photobucket.com/" target="_blank">Photobucket</a> and industry leader <a href="http://flickr.com/photos/kmsquared" target="_blank">Flickr</a>.  Reality is it will probably do little to the market since OS X users make up <a href="http://www.w3counter.com/globalstats.php" target="_blank">a relatively small percentage</a> of the software market, but what it will do is make Picasa a true cross-platform tool.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2008/01/19/picasa-for-os-x-in-2008/&via=kdmurray&text=Picasa for OS X in 2008&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/01/19/picasa-for-os-x-in-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling the Tab Key in OS X</title>
		<link>http://kdmurray.net/2008/01/05/enabling-the-tab-key-in-os-x/</link>
		<comments>http://kdmurray.net/2008/01/05/enabling-the-tab-key-in-os-x/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 11:14:44 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://kdmurray.net/2008/01/05/enabling-the-tab-key-in-os-x/</guid>
		<description><![CDATA[OK, so it&#8217;s been about a month since I installed Leopard, and there are a few things that have been bugging me.  One which is a constant source of frustration for me (since I&#8217;m really a keyboard guy at heart) is the fact that by default, OS X won&#8217;t allow you to &#8220;tab&#8221; your way [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so it&#8217;s been about a month since I installed Leopard, and there are a few things that have been bugging me.  One which is a constant source of frustration for me (since I&#8217;m really a keyboard guy at heart) is the fact that by default, OS X won&#8217;t allow you to &#8220;tab&#8221; your way through all the controls of a form.</p>
<p>So now I found by way of a bit of surfing (I started with <a href="http://www.knightwise.com/content/view/401/0/" target="_blank">this post from Knightwise</a>) <a href="http://lifehacker.com/photogallery/Lifehacker-Top-10-Mac-OS-X-Tweaks/1884254" target="_blank">a page on LifeHacker</a> describing just how to accomplish this magical feat.  Truth be told, I did this last year before the Leopard install, but couldn&#8217;t remember how I did it.  This post is as much for me (for the next time I have a fresh OS X install) as for the community at large.</p>
<ol>
<li>Open System Preferences (Apple Menu &#8211;&gt; System Preferences)</li>
<li>Click on Keyboard and Mouse</li>
<li>Click on the All Controls radio button at the bottom of the form</li>
</ol>
<p>Thank God we&#8217;ve got that little mess sorted out.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2008/01/05/enabling-the-tab-key-in-os-x/&via=kdmurray&text=Enabling the Tab Key in OS X&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/01/05/enabling-the-tab-key-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweak the Tabby from Terminal</title>
		<link>http://kdmurray.net/2007/11/21/tweak-the-tabby-from-terminal/</link>
		<comments>http://kdmurray.net/2007/11/21/tweak-the-tabby-from-terminal/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 09:20:46 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Admin Tools]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://kdmurray.net/2007/11/21/tweak-the-tabby-from-terminal/</guid>
		<description><![CDATA[UsingMac.com has posted a great tutorial for tweaking several new OS X settings from the terminal.   These mostly make use of the defaults command which allows you to adjust any of the XML config files that make up OS X. Tweet]]></description>
			<content:encoded><![CDATA[<p>UsingMac.com has posted a great <a href="http://www.usingmac.com/2007/11/18/leopard-tweaking-terminal-codes" target="_blank">tutorial for tweaking</a> several new OS X settings from the terminal.   These mostly make use of the <a href="http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/defaults.1.html" target="_blank">defaults command</a> which allows you to adjust any of the XML config files that make up OS X.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2007/11/21/tweak-the-tabby-from-terminal/&via=kdmurray&text=Tweak the Tabby from Terminal&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2007/11/21/tweak-the-tabby-from-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hidden Details in OS X Leopard</title>
		<link>http://kdmurray.net/2007/11/06/hidden-details-in-os-x-leopard/</link>
		<comments>http://kdmurray.net/2007/11/06/hidden-details-in-os-x-leopard/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 08:20:15 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://kdmurray.net/2007/11/06/hidden-details-in-os-x-leopard/</guid>
		<description><![CDATA[I found an interesting bit of hidden text in OS X.  The icon for &#8220;TextEdit&#8221; actually contains legible text if you can enlarge it enough to read. This is in addition to the other little &#8220;hidden gem&#8221;&#8230; Those cute kids in Cupertino thought it would be cute to paint every non-mac computer with the Blue [...]]]></description>
			<content:encoded><![CDATA[<p>I found an interesting bit of hidden text in OS X.  The icon for &#8220;TextEdit&#8221; actually contains legible text if you can enlarge it enough to read.</p>
<p><a href="http://flickr.com/photos/kmsquared/1866097029/in/set-72157594506076474/" target="_blank"><img src="http://farm3.static.flickr.com/2097/1866097029_8fbbf10f6c.jpg" height="402" width="394" /></a></p>
<p>This is in addition to the other little &#8220;hidden gem&#8221;&#8230; Those cute kids in Cupertino thought it would be cute to paint every non-mac computer with the Blue Sceen of Death&#8230; funny&#8230; Cobalt (seen below) is running Ubuntu 7.10&#8230;..</p>
<p><a href="http://flickr.com/photos/kmsquared/1884781921/in/set-72157594506076474" target="_blank"><img src="http://farm3.static.flickr.com/2091/1884781921_7e9c2c6e01.jpg" height="412" width="391" /></a></p>
<p>I wonder what other hidden gems might be waiting for me&#8230; a working flash player perhaps?</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2007/11/06/hidden-details-in-os-x-leopard/&via=kdmurray&text=Hidden Details in OS X Leopard&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2007/11/06/hidden-details-in-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates: Windows vs. Apple</title>
		<link>http://kdmurray.net/2007/11/03/updates-windows-vs-apple/</link>
		<comments>http://kdmurray.net/2007/11/03/updates-windows-vs-apple/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 08:30:30 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kdmurray.net/2007/11/03/updates-windows-vs-apple/</guid>
		<description><![CDATA[I realize that many of you reading this are well aware of the tediousness of regularly performing your windows updates.  Hopefully it&#8217;s not as bad as this guy&#8230; I mean hell we&#8217;ve all done it.  Reload your Windows PC and spend 30-60 minutes running Windows Update multiple times to make sure you&#8217;ve covered everything. So [...]]]></description>
			<content:encoded><![CDATA[<p>I realize that many of you reading this are well aware of the tediousness of regularly performing your windows updates.  Hopefully it&#8217;s not as bad as <a href="http://www.st-minutiae.com/cafe/archives/2007/11/genuine_disadvantage.html" target="_blank">this guy</a>&#8230; I mean hell we&#8217;ve all done it.  Reload your Windows PC and spend 30-60 minutes running Windows Update multiple times to make sure you&#8217;ve covered everything.</p>
<p>So why, prey tell, would it be any different on the Mac?</p>
<p>Well, it isn&#8217;t.  At least not entirely.  When I bought Leopard last week, there were two software updates for me to do when I installed it&#8230; a mere 4 hours after its release!  2 updates in four hours?  That has to be some kind of record.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2007/11/03/updates-windows-vs-apple/&via=kdmurray&text=Updates: Windows vs. Apple&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2007/11/03/updates-windows-vs-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard Breaks Flickr Uploader</title>
		<link>http://kdmurray.net/2007/11/01/leopard-breaks-flickr-uploader/</link>
		<comments>http://kdmurray.net/2007/11/01/leopard-breaks-flickr-uploader/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 08:09:21 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech News]]></category>

		<guid isPermaLink="false">http://kdmurray.net/2007/11/01/leopard-breaks-flickr-uploader/</guid>
		<description><![CDATA[Caught this story over on DownloadSquad tonight.  OS X Leopard causes a problem with the Adobe Flash plugin for all browsers on OS X (Firefox, Safari and Opera were tested).  The problem has been acknowledged by Adobe but no release date of a fix has been determined. As I found out last night it makes [...]]]></description>
			<content:encoded><![CDATA[<p>Caught <a href="http://www.downloadsquad.com/2007/10/31/broken-flash-uploads-in-os-x-leopard/" target="_blank">this story</a> over on DownloadSquad tonight.  OS X Leopard causes a problem with the Adobe Flash plugin for all browsers on OS X (Firefox, Safari and Opera were tested).  The problem has been acknowledged by Adobe but no release date of a fix has been determined.</p>
<p>As I found out last night it makes the uploader *very* broken.  You can select files to upload, but once that&#8217;s done the uploader simply does nothing.  Sits there like a bumpkin on a log.  One wonders why Adobe didn&#8217;t take the time to test this with one or two of the Leopard Betas / Release candidates&#8230;</p>
<p>The DS article does mention a partial workaround, but it&#8217;s a HACK.  I would caution against even attempting it.  If you need to upload in the meantime, just use the client application and ignore the issue  until Adobe get their act together.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2007/11/01/leopard-breaks-flickr-uploader/&via=kdmurray&text=Leopard Breaks Flickr Uploader&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2007/11/01/leopard-breaks-flickr-uploader/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Leopard on your PC</title>
		<link>http://kdmurray.net/2007/10/28/leopard-on-your-pc/</link>
		<comments>http://kdmurray.net/2007/10/28/leopard-on-your-pc/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 23:29:49 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://kdmurray.net/2007/10/28/leopard-on-your-pc/</guid>
		<description><![CDATA[Well that didn&#8217;t take long&#8230; BrazilMAC over on the OSx86Scene forums has posted a tutorial on installing Leopard on your stock PC hardware. I don&#8217;t see any way that Apple would release a more standard version of OS X&#8230; the fact that it only has to run on Apple hardware is part of what makes [...]]]></description>
			<content:encoded><![CDATA[<p>Well that didn&#8217;t take long&#8230;</p>
<p>BrazilMAC over on the <a href="http://osx86scene.com/" target="_blank">OSx86Scene</a> forums has <a href="http://forum.osx86scene.com/viewtopic.php?f=16&amp;t=2008&amp;st=0&amp;sk=t&amp;sd=a" target="_blank">posted a tutorial on installing Leopard</a> on your stock PC hardware.  I don&#8217;t see any way that Apple would release a more standard version of OS X&#8230; the fact that it only has to run on Apple hardware is part of what makes it such a stable platform.  The original post is from August, but the author has updated it as of launch day (Oct. 26, 2007).</p>
<p><a href="http://www.flickr.com/photos/dalziel_86/325911513/" target="_blank"><img src="http://farm1.static.flickr.com/136/325911513_619bce401b_m.jpg" alt="Yes, I know it isn't Leopard.  :P -- Photo Credit: dalziel_86 on flickr" height="180" width="240" /><br />
Photo Credit: dalziel_86 on flickr</a></p>
<p>If you absolutely must know how the new cat handles, and you don&#8217;t want to shell out a few hundred dollars for a Mac mini (and you&#8217;ve got several hours of download, try, retry, and try again time to spare) then this tutorial may just be what you&#8217;re looking for.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2007/10/28/leopard-on-your-pc/&via=kdmurray&text=Leopard on your PC&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2007/10/28/leopard-on-your-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 2209/2437 objects using disk: basic

Served from: kdmurray.net @ 2012-02-08 19:42:26 -->
