<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Mac OS X Leopard &amp; Tiger Dual Boot</title>
	
	<link>http://installingcats.com</link>
	<description>Fixes for Apple AirPort, QuickTime AVI, and other Leopard Issues</description>
	<pubDate>Thu, 12 Feb 2009 11:59:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/installingcats" type="application/rss+xml" /><feedburner:emailServiceId>installingcats</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Secure Delete Files in Terminal on OS X</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/z68LckL59NA/</link>
		<comments>http://installingcats.com/2009/02/12/secure-delete-files-in-terminal-on-os-x/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 11:59:10 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[instructions]]></category>

		<category><![CDATA[osx security]]></category>

		<category><![CDATA[secure delete]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=201</guid>
		<description><![CDATA[Securely delete files on Mac OS X in the Terminal by using srm:
srm &#60;filename&#62;
This will delete the file, then rewrite random data over the spot on the hard disk where the file was previous stored several times to prevent any file recovery attempts.
A regular delete using rm in the Terminal will only remove any pointers [...]]]></description>
			<content:encoded><![CDATA[<p>Securely delete files on Mac OS X in the Terminal by using <strong>srm</strong>:</p>
<pre>srm &lt;filename&gt;</pre>
<p>This will delete the file, then rewrite random data over the spot on the hard disk where the file was previous stored several times to prevent any file recovery attempts.</p>
<p>A regular delete using <strong>rm</strong> in the Terminal will only remove any pointers to the file itself, but this information can be recovered using file recovery and undelete tools.  This is similar to erasing an entry in the telephone book for someone&#8217;s house and phone number; the house is still standing and telephone number is still valid.  Using <strong>srm</strong> would send a bulldozer to the house to tear it down and break it into bits so small, it would be difficult to tell that a house ever stood there.</p>
<p>Securely deleting files is useful when you need to destroy a password file.  For example, I keep a file that is pgp encrypted with all my passwords within it.  When I need to add new passwords, I decrypt the file, add the new username/passwords, then re-encrypt the file.  Afterwards, I need to securely destroy the text file that I updated.  For that, I use <strong>srm</strong>.</p>
<p>Read more about <a href="http://en.wikipedia.org/wiki/Srm_%E2%80%93_Secure_Remove" onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');"><strong>srm</strong> at Wikipedia</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2009/02/12/secure-delete-files-in-terminal-on-os-x/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2009/02/12/secure-delete-files-in-terminal-on-os-x/</feedburner:origLink></item>
		<item>
		<title>Firefox Stops Loading Pages - Fix</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/wNy9Xr3l3J0/</link>
		<comments>http://installingcats.com/2009/02/07/firefox-stops-loading-pages-fix/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 06:06:15 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[fixes]]></category>

		<category><![CDATA[firefox stops loading pages]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=166</guid>
		<description><![CDATA[Firefox stops loading pages after several hours or days of continuous use.The problem often starts with only some page loading errors: stylesheets not being applied (ugly white pages with no images), buttons not working, forms not submitting, etc., then quickly gets worse until Firefox is completely unusable and often cannot be restarted.
Sound familiar?
The problem has [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox stops loading pages after several hours or days of continuous use.The problem often starts with only some page loading errors: stylesheets not being applied (ugly white pages with no images), buttons not working, forms not submitting, etc., then quickly gets worse until Firefox is completely unusable and often cannot be restarted.</p>
<p>Sound familiar?</p>
<p>The problem has to do with Adobe Flash Player.</p>
<h2><img class="size-full wp-image-182 alignright" title="firefox_302" src="http://installingcats.com/wp-content/uploads/2009/02/firefox_302.jpg" alt="firefox_302" width="299" height="234" /></h2>
<h2>Symptoms</h2>
<p>Common symptoms of the Firefox loading problem:</p>
<ul>
<li>web page buttons in Firefox stop working (clicking doesn&#8217;t do anything)</li>
<li>links stop working (clicking links produces no action)</li>
<li>parts of web pages stop loading in Firefox (or Camino)</li>
<li>stylesheets stop being rendered or applied, which make pages show up with:
<ul>
<li>a plain white background web page,</li>
<li>1994-style bright blue links,</li>
<li>plain times new roman font text,</li>
<li>simple bulleted lists,</li>
<li>borders on table cells.</li>
</ul>
</li>
<li>new tabs or windows show up completely blank</li>
<li>Firefox won&#8217;t quit or shutdown</li>
</ul>
<p>When Firefox stops loading pages properly, the problem begins with subtlety, then the situation degrades quickly until Firefox is completely unusable.  Previously, the only solution was to restart Firefox, killing the Firefox process (using Activity Monitor - Quit Process) if Firefox wouldn&#8217;t shutdown properly.</p>
<p>This solution was only a temporary fix with the root Firefox page load problem still there.  Clearing the cache in Firefox, then restarting, also seemed to help reset the loading problem on Firefox, up until it starts again after several hours or days of web surfing.</p>
<h2>Fixing &#8220;Firefox Stops Loading Pages&#8221; Problem</h2>
<p>A permanent fix to this Firefox loading problem: <a href="http://www.adobe.com/products/flashplayer/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.adobe.com');"><strong>upgrade Adobe Flash Player to version 10</strong></a> from version 9.  Strangely, Mozilla/Firefox nor Mac OS X Leopard never recommended this update, even when Adobe published version 10 of Flash Player, wheres Firefox 3 comes by default with Flash Player 9, and actually, still does.  Perhaps Mozilla considers Flash Player a system component, rather than a browser component and doesn&#8217;t notify Firefox users of updates to such pieces of software.  This seems a bit odd to me, considering the only time I use Flash Player&#8230; is with web browsers, regardless of whether its Firefox, Safari,  or Camino.</p>
<h4>Step 1: Check your version of Adobe Shockwave/Flash in Firefox</h4>
<p>Open a new Firefox tab or window.</p>
<p>In the address bar type in <strong>about:plugins</strong> and hit enter.</p>
<p><img class="alignnone size-full wp-image-175" title="Firefox About Plugins" src="http://installingcats.com/wp-content/uploads/2009/02/firefox_about_plugins.gif" alt="Firefox About Plugins" width="308" height="154" /></p>
<p>This will load a special Firefox configuration page showing you all the plugins installed for use with your version of Firefox.</p>
<p>Scroll down to the bottom until you see a heading for <strong>Shockwave Flash</strong>.</p>
<p><img class="alignnone size-full wp-image-177" title="Firefox Flash Version" src="http://installingcats.com/wp-content/uploads/2009/02/firefox_flash_version1.gif" alt="Firefox Flash Version" width="473" height="143" /></p>
<p>The key piece of information in this section is just above the blue bar where it reads: Shockwave Flash 9.0 r115</p>
<p>This tells me that I&#8217;m running Adobe Flash player version 9 and what I need to do is upgrade to Flash version 10.</p>
<p>Update: Another way to check which version of Flash Player you have installed is to visit <a href="http://www.adobe.com/products/flash/about/" onclick="javascript:urchinTracker ('/outbound/article/www.adobe.com');">Adobe Flash - About page</a>, which will tell you your currently installed Shockwave Flash version (bottom right hand corner in the <strong>Version Information</strong> box.)</p>
<p><img class="alignnone size-medium wp-image-197" title="adobe_flash_installed_version" src="http://installingcats.com/wp-content/uploads/2009/02/adobe_flash_installed_version-300x208.gif" alt="adobe_flash_installed_version" width="300" height="208" /></p>
<h4>Step 2: Download &amp; Install Adobe Flash 10</h4>
<p>In Firefox (or any browser) go to <a href="http://get.adobe.com/flashplayer/" onclick="javascript:urchinTracker ('/outbound/article/get.adobe.com');">http://get.adobe.com/flashplayer/</a>. You&#8217;ll see this page:</p>
<p><img class="alignnone size-medium wp-image-179" title="Adobe Flash 10 Mac Download" src="http://installingcats.com/wp-content/uploads/2009/02/adobe_flash_10_mac_download-300x180.gif" alt="Adobe Flash 10 Mac Download" width="300" height="180" /></p>
<p>Click on the big bright Agree and Install Now button.  Let Adobe install Flash 10 on your computer.</p>
<p>After the install is complete, we can check that Flash 10 has been installed.  Restart Firefox and again visit the <strong>about:plugins</strong> configuration web page.  You should now see the following:</p>
<p><img class="alignnone size-full wp-image-180" title="firefox_flash_10_upgraded" src="http://installingcats.com/wp-content/uploads/2009/02/firefox_flash_10_upgraded.gif" alt="firefox_flash_10_upgraded" width="315" height="201" /></p>
<p>Congratulations. You&#8217;ve upgraded to Flash 10. Firefox should now be able to load web pages continually, without restarting/cache clearing, no matter how long you keep Firefox open and running.</p>
<p>I&#8217;ve been running with Firefox 3.0.2 on Mac OS X 10.5.2 Leopard with Adobe Flash 10 for nearly a month now and Firefox hasn&#8217;t stopped loading pages once after having upgraded to the new version of Flash Player.  I&#8217;m confident this is a permanent fix for those who&#8217;ve been running Firefox with Flash 9 and have been troubled by the eventual page load problem.</p>
<p>(I want to thank unsound of the <a href="http://forums.mozillazine.org" onclick="javascript:urchinTracker ('/outbound/article/forums.mozillazine.org');">Mozillazine Forums</a> for pointing me in the right direction with this problem.)</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2009/02/07/firefox-stops-loading-pages-fix/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2009/02/07/firefox-stops-loading-pages-fix/</feedburner:origLink></item>
		<item>
		<title>OS X Problems</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/oyjWHkhvQqU/</link>
		<comments>http://installingcats.com/2008/12/23/os-x-problems/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 04:33:36 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[general]]></category>

		<category><![CDATA[os x backup]]></category>

		<category><![CDATA[os x problems]]></category>

		<category><![CDATA[os x updates]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=165</guid>
		<description><![CDATA[The two best ways to avoid OS X Problems: backup before problems start and don&#8217;t fix what&#8217;s not broken.
Avoiding OS X Problems - Backup Before Problems Start
Before making any chages to your Mac, backup your current system by making a mirror image of your current system.  This places an exact copy of your entire Mac [...]]]></description>
			<content:encoded><![CDATA[<p>The two best ways to avoid OS X Problems: <strong>backup</strong> before problems start and <strong>don&#8217;t fix</strong> what&#8217;s not broken.</p>
<h2>Avoiding OS X Problems - Backup Before Problems Start</h2>
<p>Before making any chages to your Mac, <strong>backup your current system by making a <em>mirror image</em> of your current system</strong>.  This places an <em>exact copy</em> of your <strong>entire</strong> Mac hard drive onto an external drive such as a USB hard disk or a secondary internal hard drive on your desktop Mac.</p>
<p>Making a full mirror image backup or <em>clone</em> of your Mac is simple with <a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html" onclick="javascript:urchinTracker ('/outbound/article/www.shirt-pocket.com');">SuperDuper free backup software</a> from <a href="http://www.shirt-pocket.com/" onclick="javascript:urchinTracker ('/outbound/article/www.shirt-pocket.com');">ShirtPocket</a>. This program makes it easy to perform full backups of your entire OS X Leopard Mac without any technical knowledge.  By making a mirror image backup of your system before you make changes, you can always rollback your system to this previous pristine backup version of your Mac.</p>
<p>Understand that there is a major difference between Apple&#8217;s Time Machine and mirror image backups using SuperDuper. Apple&#8217;s Time Machine makes incremental backups of <em>individual files</em>. SuperDuper backs up your <em>entire hard disk as a mirror image copy</em>.</p>
<p>A SuperDuper backup placed on an external USB drive can be used to boot or start your computer. You cannot do this with Time Machine. Seriously. Try this: install SuperDuper, make a full clone of your current drive onto an external drive (do this before going to sleep or if you have a few hours to do other things), then reboot your Mac and press &amp; hold down the Option key (double up arrow key beside the Apple key).  After a few moments you&#8217;ll see two hard disks appear on the Mac bootup screen. Release the Option key.  One disk is the drive inside your Mac and the other is the SuperDuper clone you just made, attached to your Mac via USB.  Using the arrow keys on your keyboard, move the highlighted disk on the screen to the clone backup system on the USB drive and press Enter.  Your Mac will now boot up from this clone on your USB/Secondary drive that you made using SuperDuper.  Once the bootup is finished, you&#8217;ll be running your Mac from the mirror backup sitting on your backup drive.</p>
<p>This is the ultimate in security, safety and simplicity in terms of backups! If you happen to drop your Mac off a cliff or it gets stepped on by an elephant and you have a SuperDuper cloned backup, just pop that disk into a new (hopefully insurance covered) Mac and bootup as if nothing had changed.  You can get back to work (or play) immediately. Zero downtime.  Apple&#8217;s Time Machine will not be able to do this as it creates incremental file backups, <strong>not a mirror of the operating system</strong> itself. To restore a system using Time Machine you need to reinstall Mac OS X from scratch and perform a restore from Time Machine.  A lengthy process.</p>
<h2>Avoiding OS X Problems - Don&#8217;t Fix the Unbroken</h2>
<p>I&#8217;m loathe to suggest this, but <strong>I don&#8217;t recommended installing Apple updates to an operating system unless it addresses a <em>specific</em> problem you&#8217;re experiencing</strong>.  I understand that security updates are important, and that stability and other compatibility issues are nice to fix, but if preventing these <em>rare but possible</em> issues comes at the cost of rendering your Mac <em>unusuable</em> then is it really a wise update to perform?</p>
<p>This is akin to injecting a vaccine that prevents disease <em>but is likely to kill the patient</em>. Unless you&#8217;re very likely to be exposed to the disease, should you really be taking the risk?  With any medical treatment, a doctor always considers whether the treatment&#8217;s possible risks are outweighed by its benefits. If the risks are high and the success of the treatment low, the treatment will be avoided in search of better alternatives. You should think about this too before haphazardly installing Apple Updates only to be rewarded by one of the common OS X problems that can occur.</p>
<p>One Mac OS X problem that generates a lot of frustration and discussion is <a href="http://installingcats.com/2008/06/06/airport-wireless-connection-drops-on-leopard-10-5-2/" >Airport wireless network connections disconnecting from a router every 15 minutes</a>.  This is an extremely common Mac OS X update problem that is incredibly difficult to diagnose and fix. And, it often starts just after an OS X Update.</p>
<p>When to install a Mac OS X Update:</p>
<ol>
<li>the update closes online security holes that you&#8217;re likely to run into because you perform risky Internet behaviour</li>
<li>software that you currently use has issues that are fixed with the latest update</li>
<li>you&#8217;ve just mirror image cloned your system with SuperDuper</li>
</ol>
<p>You really should never install a Mac OS X update before cloning your current OS X install.  It takes nothing more than a spare drive, some free software and a few hours while you&#8217;re asleep.  The cost of an external drive is really reasonable these days.  I just picked up a <a href="http://www.amazon.com/gp/product/B001JTQCU8?ie=UTF8&amp;tag=zbookclub-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001JTQCU8" onclick="javascript:urchinTracker ('/outbound/article/www.amazon.com');">Western Digital Terabyte USB 2.0 drive</a> for 135€ delivered from Amazon (which you can find it even cheaper in the U.S.).</p>
<p>With respect to Apple OS X upgrades, have a surefire way to return your system to its previous (working) versions: create an image backup of your current Mac OS X system before upgrading by using <a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html" onclick="javascript:urchinTracker ('/outbound/article/www.shirt-pocket.com');">SuperDuper</a>.</p>
<p>ps. I don&#8217;t work for Shirt-Pocket software.  They just make damn good software.</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2008/12/23/os-x-problems/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2008/12/23/os-x-problems/</feedburner:origLink></item>
		<item>
		<title>Tips on applying iSkin iPod/iPhone screen film</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/kXWw97KSUNU/</link>
		<comments>http://installingcats.com/2008/11/29/tips-on-applying-iskin-ipodiphone-screen-film/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 01:35:33 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[instructions]]></category>

		<category><![CDATA[film application tips]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[iphone screen film]]></category>

		<category><![CDATA[ipod touch]]></category>

		<category><![CDATA[ipod touch screen film]]></category>

		<category><![CDATA[screen film]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=163</guid>
		<description><![CDATA[Here&#8217;s how to attach the iPod Touch/iPhone screen film from iSkin without bubbles (and avoiding the seven layers of hell while doing so).

Wear polyester based clothing (which doesn&#8217;t produce dust).
Start the process in a room that is the most dust free in your house.  Perhaps your kitchen.
Have the screen film, the anti-static alcohol wipe, and [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to attach the iPod Touch/iPhone screen film from <a href="http://www.iskin.com/touchduo/features_pattern.html" onclick="javascript:urchinTracker ('/outbound/article/www.iskin.com');">iSkin</a> without bubbles (and avoiding the seven layers of hell while doing so).<img class="alignright alignnone size-medium wp-image-164" style="margin: 6px; float: right;" title="touchduo_film_screen" src="http://installingcats.com/wp-content/uploads/2008/11/touchduo_film_screen-300x248.png" alt="" width="300" height="248" /></p>
<ul>
<li><strong>Wear polyester based clothing</strong> (which doesn&#8217;t produce dust).</li>
<li>Start the process in a room that is the most dust free in your house.  Perhaps your <strong>kitchen</strong>.</li>
<li>Have the screen film, the anti-static alcohol wipe, and a small bit of <strong>saran wrap</strong> handy.</li>
<li>Wipe down the screen well with the alcohol wipe and hold the iPod touch screen up to the light to check for remaining dust.  If there&#8217;s any you can see, keep wiping.</li>
<li>When the screen is dust free, <strong>hold your iPod vertically</strong>, either on its side or standing up.  This prevents new dust from falling on the screen while you get ready with the screen film.</li>
<li>Peel away layer A of the screen film and quickly start to apply the bottom edge of the film, holding the film like a playing card, touching only the edges (the film is quite stiff, allowing you to hold it like a card).</li>
<li>The film will quickly start sticking or tacking onto the super clean iPod touch screen and will turn dark as it does, allowing you to easily see where the film has stuck or is still free or heaven forbid, has trapped some dust which will create a bubble.  <strong>Don&#8217;t try to apply the film all in one go</strong>.  Start from one corner and slowly work your way to the opposite corner.</li>
<li><strong>Rub the film with your thumb</strong> from one side to the other along the &#8220;tack front&#8221; as you slowly move up the screen.  I recommend doing it not in a straight line but slighly diagonally like a guillotine blade.</li>
<li>Before reaching to the final upper corner, <strong>place the saran wrap in the corner where the film will finish</strong>.  This allows you to easily lift the film up to repeat if you messed up the alignment or if dust has gotten between the film &amp; screen.</li>
<li>If you&#8217;ve managed to trap dust between the film and the screen, air bubbles will be glaringly obvious.  Don&#8217;t bother typing to wipe the dust off the film with your fingers or to squeeze out the air bubble with a credit card&#8230; it&#8217;s futile.  Remove the entire film and go to the sink.  Using a slow smooth stream of warm water, <strong>rinse the tacky side of the film</strong>.  Don&#8217;t worry, <strong>there&#8217;s no glue to be washed away</strong> so this is safe.  Shake the excess water off when finished.  Use the alcohol wipe (which is likely dry by now) to soak up any remaining water droplets since it is lint &amp; dust free.</li>
<li>Repeat until you apply the film without dust and without bubbles.</li>
</ul>
<p>(photo courtesy of <a href="http://www.iskin.com/touchduo/features_pattern.html" onclick="javascript:urchinTracker ('/outbound/article/www.iskin.com');">iSkin</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2008/11/29/tips-on-applying-iskin-ipodiphone-screen-film/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2008/11/29/tips-on-applying-iskin-ipodiphone-screen-film/</feedburner:origLink></item>
		<item>
		<title>Delete Windows Files on Mac OS X</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/lw6OBHsDf5w/</link>
		<comments>http://installingcats.com/2008/11/29/delete-windows-files-on-mac-os-x/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 01:04:39 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[general]]></category>

		<category><![CDATA[delete windows files]]></category>

		<category><![CDATA[external drive]]></category>

		<category><![CDATA[ntfs]]></category>

		<category><![CDATA[ntfs-3G]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=161</guid>
		<description><![CDATA[The solution to deleting files on a Windows drive (XP or Vista) from Mac OS X is to use Paragon NTFS.  Upon installing Paragon NTFS you&#8217;ll be able to copy/delete/modify files on drives formatted NTFS (all Windows computers since Windows 2000).  This is especially handy for you VMWare Fusion (like me) or Parallels folks who [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/B00170IFYU?ie=UTF8&amp;tag=zbookclub-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00170IFYU" onclick="javascript:urchinTracker ('/outbound/article/www.amazon.com');"><img class="alignright alignnone size-full wp-image-162" style="margin: 6px; float: right;" title="paragon_ntfs" src="http://installingcats.com/wp-content/uploads/2008/11/paragon_ntfs.jpg" alt="paragon_ntfs" width="106" height="136" /></a>The solution to deleting files on a Windows drive (XP or Vista) from Mac OS X is to use <a href="http://www.amazon.com/gp/product/B00170IFYU?ie=UTF8&amp;tag=zbookclub-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00170IFYU" onclick="javascript:urchinTracker ('/outbound/article/www.amazon.com');">Paragon NTFS</a>.  Upon installing <a href="http://www.amazon.com/gp/product/B00170IFYU?ie=UTF8&amp;tag=zbookclub-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00170IFYU" onclick="javascript:urchinTracker ('/outbound/article/www.amazon.com');">Paragon NTFS</a> you&#8217;ll be able to copy/delete/modify files on drives formatted NTFS (all Windows computers since Windows 2000).  This is especially handy for you <a href="http://www.amazon.com/gp/product/B001F5VBRU?ie=UTF8&amp;tag=zbookclub-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001F5VBRU" onclick="javascript:urchinTracker ('/outbound/article/www.amazon.com');">VMWare Fusion</a> (like me) or Parallels folks who need to continue using PC apps on their Mac for one reason or another.</p>
<p>Apple, which hasn&#8217;t licensed the use of NTFS technology from Microsoft, has only supported reading from Windows drives from OS X Tiger/Leopard/Snow Leopard.</p>
<p>There is also a <a href="http://macntfs-3g.blogspot.com/" onclick="javascript:urchinTracker ('/outbound/article/macntfs-3g.blogspot.com');">free NTFS program for Mac called NTFS-3G</a> which may do the trick for you, albeit with a little less polish (and perhaps stability) than the commercial solution above.</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2008/11/29/delete-windows-files-on-mac-os-x/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2008/11/29/delete-windows-files-on-mac-os-x/</feedburner:origLink></item>
		<item>
		<title>Turn Off iPod Touch/iPhone Auto-Correct Predictive Text</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/wtrD2zW4XMg/</link>
		<comments>http://installingcats.com/2008/11/25/turn-off-ipod-touchiphone-auto-correct-predictive-text/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 23:52:15 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[iphone auto-correction]]></category>

		<category><![CDATA[ipod touch]]></category>

		<category><![CDATA[iPod Touch auto-correction]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=159</guid>
		<description><![CDATA[The latest release of iPod touch/iPhone software version 2.2 allows one to turn off the often idiotic auto-correction that rears its ugly head when typing in search boxes and elsewhere.
You can find this in Settings -&#62; Keyboard Settings.
Hoo-ray!

(photo courtesy of David Worni)
]]></description>
			<content:encoded><![CDATA[<p>The latest release of <a href="http://www.apple.com/iphone/softwareupdate/" onclick="javascript:urchinTracker ('/outbound/article/www.apple.com');">iPod touch/iPhone software version 2.2</a> allows one to turn off the often idiotic auto-correction that rears its ugly head when typing in search boxes and elsewhere.</p>
<p>You can find this in Settings -&gt; Keyboard Settings.</p>
<p>Hoo-ray!</p>
<p><img class="alignright" style="margin: 5px; float: right;" src="http://please-let-us-disable-autocorrection-steve.com/wordpress/wp-content/uploads/2008/10/thank_you_steve.jpg" alt="" width="500" height="600" /><br />
(photo courtesy of <a href="http://please-let-us-disable-autocorrection-steve.com/" onclick="javascript:urchinTracker ('/outbound/article/please-let-us-disable-autocorrection-steve.com');">David Worni</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2008/11/25/turn-off-ipod-touchiphone-auto-correct-predictive-text/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2008/11/25/turn-off-ipod-touchiphone-auto-correct-predictive-text/</feedburner:origLink></item>
		<item>
		<title>Play avi divx on iPod Touch or iPhone</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/hc7dqRKAMwM/</link>
		<comments>http://installingcats.com/2008/11/13/play-avi-divx-on-ipod-touch-or-iphone/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 11:31:10 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[avi ipod]]></category>

		<category><![CDATA[divx ipod]]></category>

		<category><![CDATA[iSquint]]></category>

		<category><![CDATA[play avi iPod]]></category>

		<category><![CDATA[VisualHub]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=158</guid>
		<description><![CDATA[To play .avi videos or files on your iPod Touch or iPhone, you must first change the file format from AVI to MP4 (MPEG-4) using programs such as VisualHub or iSquint.
VisualHub produces the best quality results and is drag-and-drop easy to use.  One fault with VisualHub is that it doesn&#8217;t extract and convert multiple TV [...]]]></description>
			<content:encoded><![CDATA[<p>To play .avi videos or files on your iPod Touch or iPhone, you must first change the file format from AVI to <a href="http://en.wikipedia.org/wiki/Mp4" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');">MP4</a> (MPEG-4) using programs such as <a href="http://installingcats.com/2008/10/30/visualhub/" >VisualHub</a> or <a href="http://installingcats.com/2008/10/30/visualhub-alternative-isquint/" >iSquint</a>.</p>
<p><a href="http://installingcats.com/2008/10/30/visualhub/" >VisualHub</a> produces the best quality results and is drag-and-drop easy to use.  One fault with VisualHub is that it doesn&#8217;t extract and convert multiple TV episodes (or &#8220;titles&#8221;) from a single DVD or ISO file; It converts only the last &#8220;title&#8221; from a multi-episode disk or image file.  For multi-title conversion use <a href="http://handbrake.fr/" onclick="javascript:urchinTracker ('/outbound/article/handbrake.fr');">Handbrake</a> or <a href="http://www.mactheripper.org/" onclick="javascript:urchinTracker ('/outbound/article/www.mactheripper.org');">MacTheRipper</a>.</p>
<p><a href="http://installingcats.com/2008/10/30/visualhub-alternative-isquint/" >iSquint</a> produces lower quality results, but is even simpler to use than VisualHub, with less output possibilities and adjustments.  For basic conversion of video files to various iPod formats or iPhone, this will work.</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2008/11/13/play-avi-divx-on-ipod-touch-or-iphone/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2008/11/13/play-avi-divx-on-ipod-touch-or-iphone/</feedburner:origLink></item>
		<item>
		<title>iPod Touch Wifi Password</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/atVSZytyVhM/</link>
		<comments>http://installingcats.com/2008/11/10/ipod-touch-wifi-password/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 03:36:15 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[fixes]]></category>

		<category><![CDATA[ipod touch]]></category>

		<category><![CDATA[ipod touch wifi password]]></category>

		<category><![CDATA[ipod touch wifi problem]]></category>

		<category><![CDATA[ipod touch wireless]]></category>

		<category><![CDATA[ipod touch wireless password]]></category>

		<category><![CDATA[ipod touch wireless problems]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=155</guid>
		<description><![CDATA[Our brand new iPod Touch 16GB version 2 arrived today.  First problem: can&#8217;t connect to wifi router (Wanadoo/Orange). Our wireless password was not accepted.  After entering the wifi password multiple times we discovered that the wireless password on the iPod is case sensitive (capital letters vs. small letters makes a difference).
Entering the WEP/WPA wireless key [...]]]></description>
			<content:encoded><![CDATA[<p>Our brand new iPod Touch 16GB version 2 arrived today.  First problem: can&#8217;t connect to wifi router (Wanadoo/Orange). Our wireless password was not accepted.  After entering the wifi password multiple times we discovered that the wireless password on the iPod is case sensitive (capital letters vs. small letters makes a difference).</p>
<p>Entering the WEP/WPA wireless key into the iPod touch in <strong>all upper case letters</strong> solved the wireless password problem.  And <a href="http://forums.macrumors.com/showthread.php?t=366375" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/forums.macrumors.com');">I&#8217;ve heard</a> to <strong>not use the Caps Lock key</strong> to do this, rather, just use the Shift key (requires it to be pressed each time while tapping a letter or number).  This doesn&#8217;t make logical sense to me (Shift key vs.Caps Lock for upper case letters), so feel free to give Caps Lock a try first.</p>
<p><img class="alignnone size-full wp-image-156" title="iPod Touch 2 Thin" src="http://installingcats.com/wp-content/uploads/2008/11/ipod_touch_thin.png" alt="iPod Touch 2 Thin" width="329" height="43" /></p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2008/11/10/ipod-touch-wifi-password/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2008/11/10/ipod-touch-wifi-password/</feedburner:origLink></item>
		<item>
		<title>MacBook Longer Battery Life Tip</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/KgaGvTnvaKQ/</link>
		<comments>http://installingcats.com/2008/11/06/macbook-longer-battery-life/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 11:52:29 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[instructions]]></category>

		<category><![CDATA[battery life]]></category>

		<category><![CDATA[led backlit screen]]></category>

		<category><![CDATA[macbook pro battery life]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=153</guid>
		<description><![CDATA[Quick Tip for a longer MacBook Pro battery life (with LED backlit screens): Make a Hot Corner for turning off the screen and use it whenever you&#8217;re not actually looking at the screen. (System Preferences -&#62; Desktop &#38; Screen Saver -&#62; Hot Corners&#8230; [button])
If you&#8217;re like me and do multiple things while working with your [...]]]></description>
			<content:encoded><![CDATA[<p>Quick Tip for a longer MacBook Pro battery life (with LED backlit screens): Make a <strong>Hot Corner</strong> for turning off the screen and use it whenever you&#8217;re not actually looking at the screen. (System Preferences -&gt; Desktop &amp; Screen Saver -&gt; Hot Corners&#8230; [button])<a href="http://installingcats.com/wp-content/uploads/2008/11/hot_sleep_corner.gif" ><img class="alignright alignnone size-medium wp-image-154" style="margin: 6px; float: right;" title="MacBook Sleep Display Hot Corner" src="http://installingcats.com/wp-content/uploads/2008/11/hot_sleep_corner-300x258.gif" alt="MacBook Sleep Display Hot Corner" width="300" height="258" /></a></p>
<p>If you&#8217;re like me and do multiple things while working with your MacBook, there are times when you&#8217;re not actually looking at the screen.  Quickly swipe your mouse to the Hot Corner you&#8217;ve setup for <strong>Sleep Display</strong> and you&#8217;ll reap instant power savings with very little cost in terms of downtime/wake time.</p>
<p><strong>Fluorescent tube</strong> backlit screens unfortunately have a warm-up/cool-down time that causes the screen to appear dark when first lit and slowly increase in brightness as the backlighting tube warms up.  <strong>LED backlit</strong> screens <em>brighten instantly</em> to their preset level, so take advantage of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2008/11/06/macbook-longer-battery-life/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2008/11/06/macbook-longer-battery-life/</feedburner:origLink></item>
		<item>
		<title>Watch Windows Media (WMV) Stream on Mac</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/-qtKO7-q_Uo/</link>
		<comments>http://installingcats.com/2008/11/04/watch-windows-media-wmv-stream-on-mac/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 00:01:17 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[instructions]]></category>

		<category><![CDATA[flip4mac alternative]]></category>

		<category><![CDATA[vlc wmv player]]></category>

		<category><![CDATA[watch wmv stream mac]]></category>

		<category><![CDATA[wmv Mac]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=144</guid>
		<description><![CDATA[Instead of installing Flip4Mac you can use VLC to watch streaming videos, particularly Windows Media (wmv) streams on Mac.
Here&#8217;s how:
Download VLC for Mac OS X here. Install and Launch VLC Player.
A Windows Media stream that cannot be played in Firefox will only show a lego brick and a blank area.

To find the media stream in [...]]]></description>
			<content:encoded><![CDATA[<p>Instead of installing Flip4Mac you can use VLC to watch streaming videos, particularly Windows Media (wmv) streams on Mac.</p>
<p>Here&#8217;s how:</p>
<p><a href="http://www.videolan.org/vlc/download-macosx.html" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.videolan.org');">Download VLC for Mac OS X here</a>. Install and Launch VLC Player.</p>
<p>A Windows Media stream that cannot be played in Firefox will only show a lego brick and a blank area.</p>
<p><a href="http://installingcats.com/wp-content/uploads/2008/11/wmv_plugin_needed.gif" ><img class="alignnone size-medium wp-image-151" style="margin: 6px;" title="wmv_plugin_needed" src="http://installingcats.com/wp-content/uploads/2008/11/wmv_plugin_needed-300x250.gif" alt="WMV Plugin needed Firefox Mac" width="300" height="250" /></a></p>
<p><strong>To find the media stream in Firefox</strong>, go to Tools -&gt; Page Info (Cmd + I).</p>
<p><a href="http://installingcats.com/wp-content/uploads/2008/11/ff_page_info.gif" ><img class="alignnone size-medium wp-image-149" style="margin: 6px;" title="Firefox Page Info" src="http://installingcats.com/wp-content/uploads/2008/11/ff_page_info-300x151.gif" alt="Firefox Page Info" width="300" height="151" /></a></p>
<p>On the Page Info pop-up window, click on the <strong>Media</strong> tab.</p>
<p><a href="http://installingcats.com/wp-content/uploads/2008/11/firefox_wmv_media_stream.gif" ><img class="alignnone size-medium wp-image-150" title="firefox_wmv_media_stream" src="http://installingcats.com/wp-content/uploads/2008/11/firefox_wmv_media_stream-300x250.gif" alt="firefox_wmv_media_stream" width="300" height="250" /></a></p>
<p>One of media items in the list will use a different protocol than http, in this case, <strong><em>mms</em> with the Type as <em>Embed</em></strong>.  In the Location information just below the list you&#8217;ll see the mms media stream Internet address. In this case mms://live.france24.com/election-en.wsx.  Highlight this address with your mouse and Cmd + C to copy it.</p>
<p>Now it&#8217;s time to open that Windows Media stream in VLC Player. Click on File and <strong>Open Network</strong>.</p>
<p><a href="http://installingcats.com/wp-content/uploads/2008/11/vlc_open_network.gif" ><img class="alignnone size-medium wp-image-148" title="VLC Open Network" src="http://installingcats.com/wp-content/uploads/2008/11/vlc_open_network-300x178.gif" alt="VLC Open Network" width="300" height="178" /></a></p>
<p>Paste the Windows Media stream that you copied earlier into <strong>Media Resource Locator field</strong>. Then click on HTTP/FTP/MMS/RTSP <strong>radio button </strong>on the left hand side of the Open Source window.</p>
<p><a href="http://installingcats.com/wp-content/uploads/2008/11/vlc_network_stream.gif" ><img class="alignnone size-medium wp-image-147" title="Open WMV Stream in VLC" src="http://installingcats.com/wp-content/uploads/2008/11/vlc_network_stream-300x161.gif" alt="Open WMV Stream in VLC" width="300" height="161" /></a></p>
<p>Click OK. VLC will begin loading the stream and will play the WMV stream shortly.</p>
<p><a href="http://installingcats.com/wp-content/uploads/2008/11/france24_election_stream.jpg" ><img class="alignnone size-medium wp-image-145" title="VLC Playing WMV media stream" src="http://installingcats.com/wp-content/uploads/2008/11/france24_election_stream.jpg" alt="VLC Playing WMV media stream on Mac" width="300" height="250" /></a></p>
<p>Enjoy your coverage of Obama defeating John McCain on France 24 live media stream.</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2008/11/04/watch-windows-media-wmv-stream-on-mac/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2008/11/04/watch-windows-media-wmv-stream-on-mac/</feedburner:origLink></item>
	</channel>
</rss>
