<?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>OS X Daily &#187; Mac OS X</title>
	<atom:link href="http://osxdaily.com/category/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Sat, 11 Feb 2012 20:32:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Download Photo Stream Photos to a Folder in Mac OS X</title>
		<link>http://osxdaily.com/2012/02/11/save-photo-stream-photos-to-folder-mac-os-x/</link>
		<comments>http://osxdaily.com/2012/02/11/save-photo-stream-photos-to-folder-mac-os-x/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 20:32:15 +0000</pubDate>
		<dc:creator>William Pearson</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Photo Stream]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=27113</guid>
		<description><![CDATA[Photo Stream is a nice feature of iCloud that pushes all of your pictures automatically to your other iOS devices and your Mac with iPhoto or Aperture. If you haven&#8217;t used it before, this means if you take a picture on your iPhone, it will automatically show up in the Photo Stream on your iPad, [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/save-photo-stream-images-mac.jpg" alt="Save Photo Stream Images to a folder in Mac OS X" title="save-photo-stream-images-mac" width="620" height="299" class="aligncenter size-full wp-image-27115" /></p>
<p>Photo Stream is a nice feature of iCloud that pushes all of your pictures automatically to your other iOS devices and your Mac with iPhoto or Aperture. If you haven&#8217;t used it before, this means if you take a picture on your iPhone, it will automatically show up in the Photo Stream on your iPad, and also in iPhoto on your Mac. Oddly, there isn&#8217;t an option to choose a destination other than iPhoto or Aperture in Mac OS X though, but this cool trick allows you to specify a folder and then download all the images from iCloud to your Mac, without using iPhoto or Aperture.</p>
<p>In order to use the following script, you will need iOS 5 and OS X 10.7.2 or later, as well as <a href="http://osxdaily.com/2011/10/12/how-to-setup-icloud/">iCloud set up and configured</a> and the Photo Stream option enabled in Mac OS X&#8217;s iCloud System Preferences.</p>
<h2 style="font-size:1.2em;">Save Photo Stream Images to a Folder in Mac OS X</h2>
<ul>
<li>Open AppleScript Editor, found at /Applications/Utilities/AppleScript Editor.app</li>
<li>In a new blank AppleScript window, paste in the following code, replacing &#8220;USERNAME&#8221; with the short user name of your Mac OS X home directory:</li>
<p><code>tell application "Finder"<br />
set this_folder to "Macintosh HD:Users:USERNAME:Library:Application Support:iLifeAssetManagement:assets" as alias<br />
set target_folder to "Macintosh HD:Users:USERNAME:Pictures:MyStream" as alias<br />
try<br />
duplicate (every file of the entire contents of this_folder whose name contains "IMG") to the target_folder with replacing<br />
end try<br />
end tell</code></p>
<li>This will look something like this in the AppleScript editor:</li>
</ul>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/download-photo-stream-images-script.jpg" alt="Download Photo Stream Images to a Folder in Mac OS X with an AppleScript" title="download-photo-stream-images-script" width="596" height="294" class="aligncenter size-full wp-image-27125" /></p>
<ul>
<li>Adjust the target_folder variables as appropriate &#8211; Change &#8220;Macintosh HD&#8221; if your hard drive is named something else, and change &#8220;MyStream&#8221; if you want the final directory to be something other than that name located in the user Pictures directory &#8211; remember with AppleScript, rather than slashes the colon is used instead to type and show file and folder paths</li>
<li>Run the script to verify that it works and then save the script with an appropriate name like &#8220;PhotoStreamDownloader&#8221;, and select &#8220;Application&#8221; as the file format for easy access and launching later</li>
</ul>
<p>Now anytime you want to download your Photo Stream to your Mac, just launch that saved script app and you will grab your latest Photo Stream images to the configure directory in Mac OS X. For best results, place the application into your /Applications directory and add it to Launchpad for easy future use.</p>
<p>AppleScript Editor is fairly intuitive, and if you entered a directory or path wrong when you attempt to run the script it will let you know with an &#8220;AppleScript Error&#8221; message. If you get a &#8220;iLifeAssetManagement:assets wasn&#8217;t found&#8221; message, then you haven&#8217;t enabled Photo Stream in iCloud&#8217;s System Preference panel. </p>
<p>Hopefully a future update to iCloud and Photo Stream will allow us to choose an image download destination directly, but until then this great trick from <a href="http://www.idownloadblog.com/2012/02/11/save-photo-stream-images/">iDownloadblog</a> works just fine.</p>
<p>Like this? Check out some <a href="http://osxdaily.com/tag/icloud/">more iCloud tips</a>.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/11/save-photo-stream-photos-to-folder-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disable Launchpad Fade Transition Effect in Mac OS X Lion</title>
		<link>http://osxdaily.com/2012/02/10/disable-launchpad-fade-transition-effect-in-mac-os-x/</link>
		<comments>http://osxdaily.com/2012/02/10/disable-launchpad-fade-transition-effect-in-mac-os-x/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 22:22:33 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[defaults write]]></category>
		<category><![CDATA[LaunchPad]]></category>
		<category><![CDATA[Mac OS X 10.7]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=27086</guid>
		<description><![CDATA[Launchpad shows a fading transition anytime it is opened or closed, making for a nice effect over whatever is in the background. It&#8217;s pleasant looking, but if you don&#8217;t like it you can disable the fading with a few defaults write commands. You can also choose to disable only half of the transition, either for [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/launchpad-transition.jpg" alt="Launchpad Transition in Mac OS X Lion" title="launchpad-transition" width="620" height="339" class="aligncenter size-full wp-image-27094" /></p>
<p>Launchpad shows a fading transition anytime it is opened or closed, making for a nice effect over whatever is in the background. It&#8217;s pleasant looking, but if you don&#8217;t like it you can disable the fading with a few defaults write commands. You can also choose to disable only half of the transition, either for showing or hiding Launchpad.</p>
<h2 style="font-size:1.2em;">Disable Launchpad Fading</h2>
<p>Launch the Terminal and enter the following commands separately:</p>
<p><code>defaults write com.apple.dock springboard-show-duration -int 0</code><br />
<code>defaults write com.apple.dock springboard-hide-duration -int 0</code></p>
<p>Now you must kill the Dock so it relaunches with the changes:</p>
<p><code>killall Dock</code></p>
<p>Launchpad is a subprocess of the Dock so killing the Dock forces Launchpad to reload, and the change will be immediately noticeable when you open <a href="http://osxdaily.com/tag/launchpad/">Launchpad</a> again. Gone is the smooth transition, and now it&#8217;s a sudden switch, almost like changing desktops but without the side scrolling animation. If you only want to disable half of the effect, say for when Launchpad is being hidden, only use the defaults write command with &#8220;springboard-hide-duration&#8221; in the string.</p>
<h2 style="font-size:1.2em;">Re-enable Launchpad Fading</h2>
<p>To reenable fading and go back to the default OS X Lion setting, use the following commands:</p>
<p><code> defaults delete com.apple.dock springboard-show-duration</code><br />
<code> defaults delete com.apple.dock springboard-hide-duration</code></p>
<p>Again kill the Dock with:</p>
<p><code>killall Dock</code></p>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/remove-launchpad-fade-effect.jpg" alt="Remove Launchpad Fade Effect" title="remove-launchpad-fade-effect" width="620" height="248" class="aligncenter size-full wp-image-27087" /></p>
<p>Launchpad will now be back to it&#8217;s usual self with the fading transitions. If you&#8217;re not certain, hold down the shift key and see if the transition is <a href="http://osxdaily.com/2011/11/13/hold-shift-key-to-use-launchpad-in-slow-motion/">in slow motion</a>.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/10/disable-launchpad-fade-transition-effect-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Keep a MacBook Running While Closed Without Going to Sleep with NoSleep</title>
		<link>http://osxdaily.com/2012/02/10/run-macbook-with-lid-closed-without-sleep-nosleep/</link>
		<comments>http://osxdaily.com/2012/02/10/run-macbook-with-lid-closed-without-sleep-nosleep/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 19:06:31 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[clamshell]]></category>
		<category><![CDATA[clamshell mode]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[MacBook Air]]></category>
		<category><![CDATA[macbook pro]]></category>
		<category><![CDATA[NoSleep]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=27063</guid>
		<description><![CDATA[With traditional clamshell mode for a MacBook Air, MacBook Pro, or Macbook, an external display, mouse, and keyboard must be attached in order to maintain the running closed-lid clamshell state. Thanks to a third party kernel extension called NoSleep we can now remove those hardware limitations and run a Mac laptop with the lid closed [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/closed-macbook-air.jpg" alt="Closed MacBook Air" title="closed-macbook-air" width="620" height="109" class="aligncenter size-full wp-image-27067" /></p>
<p>With traditional <a href="http://osxdaily.com/2010/04/15/how-to-use-a-macbook-or-macbook-pro-with-the-lid-closed-and-hooked-to-an-external-monitor/">clamshell mode</a> for a MacBook Air, MacBook Pro, or Macbook, an external display, mouse, and keyboard must be attached in order to maintain the running closed-lid clamshell state. Thanks to a third party kernel extension called NoSleep we can now remove those hardware limitations and run a Mac laptop with the lid closed and no hardware attached.</p>
<p>Installing NoSleep is easy and places a System Preference panel for configuration, along with a menu bar item that lets you toggle the NoSleep function similar to the Caffeine app, but only impacting lid sleep behavior. </p>
<ul>
<li><a href="http://code.google.com/p/macosx-nosleep-extension/">Download NoSleep from Google Code</a></li>
</ul>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/closed-macbook-no-sleep.jpg" alt="Closed MacBook No Sleep" title="closed-macbook-no-sleep" width="620" height="388" class="aligncenter size-full wp-image-27070" /></p>
<p>Check &#8220;Do not fall asleep when lid is closed&#8221; and you can freely shut a portable Mac without the machine sleeping, even without a keyboard or display attached. This is great if you have an old MacBook laying around you want to use as a file server or wireless <a href="http://osxdaily.com/2010/06/18/mac-media-center/">media center</a>, or you just want to close a Mac while it sits quietly on a desk downloading large files or anything else &#8211; just remember to keep the Mac well ventilated when running with the lid closed.</p>
<p>If you&#8217;re done with NoSleep or just don&#8217;t find it useful, uninstalling NoSleep is best achieved through the bundled uninstaller bash script.</p>
<p>This extension was found on Twitter, although I can&#8217;t recall who from or the origin tweet. Thanks to whoever it was!</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/10/run-macbook-with-lid-closed-without-sleep-nosleep/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Set Gmail as Default Email Client for Chrome, Firefox, and Safari</title>
		<link>http://osxdaily.com/2012/02/09/gmail-default-email-client-for-chrome-firefox-safari/</link>
		<comments>http://osxdaily.com/2012/02/09/gmail-default-email-client-for-chrome-firefox-safari/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 23:55:42 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=27036</guid>
		<description><![CDATA[Clicking an email link in a web browser defaults to launching Mail.app, which is great if you use Mail but not so great if you use webmail services like Gmail. This is fairly easy to resolve, though you&#8217;ll have to configure it separately on a per-browser basis, with different methods for Firefox, Safari, Chrome, and [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/gmail1.jpg" alt="Gmail as the default email client" title="gmail" width="445" height="150" class="aligncenter size-full wp-image-27043" /></p>
<p>Clicking an email link in a web browser defaults to launching Mail.app, which is great if you use Mail but not so great if you use webmail services like Gmail. This is fairly easy to resolve, though you&#8217;ll have to configure it separately on a per-browser basis, with different methods for Firefox, Safari, Chrome, and Opera.</p>
<h2 style="font-size:1.2em;">Set Gmail as Default Email Client in Chrome and Opera</h2>
<ul>
<li>Launch a new browser window and open up Gmail</li>
<li>Open the Javascript console by hitting Command+Option+J and then paste in the following:<br />
<code>navigator.registerProtocolHandler("mailto",<br />
                                  "https://mail.google.com/mail/?extsrc=mailto&#038;url=%s",<br />
                                  "Gmail");</code></p>
<li>Accept the confirmation at the top of the browser window and <a href="mailto:osxdailycom@gmail.com?subject=I set Gmail as my default mail client">try out a mailto link</a></li>
</ul>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/gmail-default-email-client-chrome.jpg" alt="Gmail as default email in Chrome" title="gmail-default-email-client-chrome" width="620" height="179" class="aligncenter size-full wp-image-27039" /></p>
<p>This can be undone or changed again by going to chrome://settings/handlers and adjusting the setting as appropriate.</p>
<h2 style="font-size:1.2em;">Use Gmail as Default Email in Firefox</h2>
<ul>
<li>Open Firefox Preferences</li>
<li>Click on &#8220;Applications&#8221; tab</li>
<li>Locate &#8220;mailto&#8221; under the &#8216;Content Type&#8217; tab and change the action to &#8220;Use Gmail&#8221;</li>
<li>Close out of Firefox Preferences</li>
</ul>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/gmail-email-client-firefox.jpg" alt="Gmail Default Email with Firefox" title="gmail-email-client-firefox" width="619" height="226" class="aligncenter size-full wp-image-27038" /></p>
<p>Switching back to the default behavior is just a matter of selecting Mail again as the action.</p>
<h2 style="font-size:1.2em;">Using Gmail as Email Default in Safari</h2>
<p>Safari users can either use a browser extension called GmailThis available from <a href="https://extensions.apple.com/#email">Apple&#8217;s extensions gallery</a>, or can use apps like <a href="http://toolbar.google.com/gmail-helper/notifier_mac.html">Gmail Notifier</a> which we have discussed <a href="http://osxdaily.com/2007/03/17/google-notifier-gmail-alerts-in-your-menubar/">here before</a> for it&#8217;s menu bar alerts.  After Google Notifier has been installed:</p>
<ul>
<li>Open Mail Preferences and click on &#8220;General&#8221;</li>
<li>Pull down the &#8220;Default email reader&#8221; and locate &#8216;Google Notifier&#8217;</li>
<li>Quit out of Mail.app</li>
</ul>
<p>Older versions of Mac OS X can use <a href="http://osxdaily.com/2007/03/09/how-to-use-gmail-or-yahoo-web-mail-for-mailto-links/">WebMailer</a> as well, but Google Notifier is the most reliable. </p>
<p>Heads up to <a href="http://updates.html5rocks.com/2012/02/Getting-Gmail-to-handle-all-mailto-links-with-registerProtocolHandler">HTML5Rocks</a> for the Chrome tip.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/09/gmail-default-email-client-for-chrome-firefox-safari/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Verify SHA1 Hash with openssl</title>
		<link>http://osxdaily.com/2012/02/09/verify-sha1-hash-with-openssl/</link>
		<comments>http://osxdaily.com/2012/02/09/verify-sha1-hash-with-openssl/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 13:54:18 +0000</pubDate>
		<dc:creator>William Pearson</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[sha1]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26869</guid>
		<description><![CDATA[An alternative to checking a SHA1 hash with shasum is to use openssl. Yes, the same openssl utility used to encrypt files can be used to verify the validity of files. The syntax is quite similar to the shasum command, but you do need to specify &#8216;sha1&#8242; as the specific algorithm: openssl sha1 /path/to/filename To [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>An alternative to <a href="http://osxdaily.com/2012/02/05/check-sha1-checksum-in-mac-os-x/">checking a SHA1 hash with shasum</a> is to use openssl. Yes, the same openssl utility used to <a href="http://osxdaily.com/2012/01/30/encrypt-and-decrypt-files-with-openssl/">encrypt files</a> can be used to verify the validity of files. </p>
<p>The syntax is quite similar to the shasum command, but you do need to specify &#8216;sha1&#8242; as the specific algorithm:</p>
<p><code>openssl sha1 /path/to/filename</code></p>
<p>To verify a file on the desktop, the command would look like this:</p>
<p><code>openssl sha1 ~/Desktop/DownloadedFile.dmg</code></p>
<p>The output isn&#8217;t quite as nice as shasum, but it remains easy to interpret:</p>
<p><code>$ openssl sha1 ~/Desktop/DownloadedFile.dmg<br />
SHA1(/Users/OSXDaily/Desktop/DownloadedFile.dmg)= ba33b60954960b0836daac20b98abd25a21618da3</code></p>
<p>For the average user, there isn&#8217;t much advantage to use openssl over shasum when verifying checksums, so it&#8217;s mostly a matter of habit and whichever is most convenient.</p>
<p><em>Thanks to those readers who recommended this.</em></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/09/verify-sha1-hash-with-openssl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Organize, Tile, &amp; Resize Windows Without a Mouse Using Spectacle for Mac OS X</title>
		<link>http://osxdaily.com/2012/02/08/organize-tile-resize-windows-without-a-mouse-spectacle-for-mac-os-x/</link>
		<comments>http://osxdaily.com/2012/02/08/organize-tile-resize-windows-without-a-mouse-spectacle-for-mac-os-x/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 19:02:34 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[mac apps]]></category>
		<category><![CDATA[Spectacle]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26975</guid>
		<description><![CDATA[Spectacle is a free utility for Mac OS X that helps you quickly and easily organize and resize windows, without using the mouse. Apps like this make it much easier to view multiple documents alongside one another and can help to boost productivity, particularly after you remember the keystrokes to throw windows around the screen. [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/spectacle-resizes-windows-mac.jpg" alt="Spectacle organizes and resizes windows in Mac OS X" title="spectacle-resizes-windows-mac" width="620" height="409" class="aligncenter size-full wp-image-26976" /></p>
<p>Spectacle is a free utility for Mac OS X that helps you quickly and easily organize and resize windows, without using the mouse. Apps like this make it much easier to view multiple documents alongside one another and can help to boost productivity, particularly after you remember the keystrokes to throw windows around the screen.</p>
<p>Want a browser window to align to the left while a text editor is aligned on the right? Want to tile four windows into each corner of the screen? Easy. If you use multiple monitors, Spectacle will also let you push windows to the the other displays too.</p>
<ul>
<li><a href="http://itunes.apple.com/us/app/spectacle/id487069743">Download Spectacle free from the Mac App Store</a></li>
</ul>
<p>Spectacle is open source and works with Mac OS X 10.6 and 10.7. Here&#8217;s the full list of keyboard shortcuts you can use:</p>
<h3 style="font-size:1.1em;">Spectacle Keyboard Shortcuts:</h3>
<ul>
<li>Center / Cmd + Alt + C</li>
<li>Fullscreen / Cmd + Alt + F</li>
</ul>
<ul>
<li>Left Half / Cmd + Alt + ←</li>
<li>Right Half / Cmd + Alt + →</li>
<li>Top Half / Cmd + Alt + ↑</li>
<li>Bottom Half / Cmd + Alt + ↓</li>
</ul>
<ul>
<li>Upper Left Corner / Cmd + Ctrl + ←</li>
<li>Lower Left Corner / Cmd + Shift + Ctrl + ←</li>
<li>Upper Right Corner / Cmd + Ctrl + →</li>
<li>Lower Right Corner / Cmd + Shift + Ctrl + →</li>
</ul>
<ul>
<li>Left Display / Cmd + Alt + Ctrl + ←</li>
<li>Right Display / Cmd + Alt + Ctrl + →</li>
<li>Top Display / Cmd + Alt + Ctrl + ↑</li>
<li>Bottom Display / Cmd + Alt + Ctrl + ↓</li>
</ul>
<p>The keystrokes are fully customizable, and the only other preference options are to show the Spectacle menu bar item and launch at login or not.</p>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/spectacle-preferences.jpg" alt="Spectacle Preferences " title="spectacle-preferences" width="620" height="458" class="aligncenter size-full wp-image-26977" /></p>
<p>Even with OS X Lion&#8217;s <a href="http://osxdaily.com/2011/08/18/resize-windows-mac-os-x-modifier-keys/">new ways to resize windows</a>, I find apps like Spectacle to be extremely useful, and once you get the hang of using them it&#8217;s hard to go back.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/08/organize-tile-resize-windows-without-a-mouse-spectacle-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Repair Boot Disk in Mac OS X Lion with Disk Utility &amp; Recovery HD</title>
		<link>http://osxdaily.com/2012/02/08/repair-boot-disk-mac-os-x-disk-utilit/</link>
		<comments>http://osxdaily.com/2012/02/08/repair-boot-disk-mac-os-x-disk-utilit/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 18:34:25 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[disk utility]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X 10.7]]></category>
		<category><![CDATA[recovery drive]]></category>
		<category><![CDATA[Recovery HD]]></category>
		<category><![CDATA[recovery mode]]></category>
		<category><![CDATA[Repair Disk]]></category>
		<category><![CDATA[repair permissions]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26960</guid>
		<description><![CDATA[If you have tried to repair the boot volume before in Mac OS X before, you&#8217;ll undoubtedly have found the &#8220;Repair Disk&#8221; option is grey and unavailable within the Disk Utility tool. While this is still the case while booted in OS X Lion, you can repair the Mac OS X boot disk thanks to [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/repair-disk-disk-utility.jpg" alt="Repair Disk with Disk Utility " title="repair-disk-disk-utility" width="601" height="375" class="aligncenter size-full wp-image-26968" /></p>
<p>If you have tried to repair the boot volume before in Mac OS X before, you&#8217;ll undoubtedly have found the &#8220;Repair Disk&#8221; option is grey and unavailable within the Disk Utility tool. While this is still the case while booted in OS X Lion, you <em>can</em> repair the Mac OS X boot disk thanks to Lion&#8217;s Recovery Partition, preventing the need from using an external boot drive to repair the disk.</p>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/repair-disk.jpg" alt="Repair Disk unavailable" title="repair-disk" width="514" height="83" class="aligncenter size-full wp-image-26971" /><br />
Once booted into Recovery mode you&#8217;ll find the limitations on Disk Utility&#8217;s repair function has been removed, here&#8217;s how to do that.</p>
<h2 style="font-size:1.2em;">Repairing a Mac Boot Disk with Disk Utility &#038; OS X Lion</h2>
<ul>
<li>Reboot the Mac and hold down Command+R to <a href="http://osxdaily.com/2012/02/03/how-to-boot-into-os-x-lions-recovery-hd-partition/">boot into Recovery</a></li>
<li>Select &#8220;Recovery HD&#8221; at the boot menu</li>
<li>At the Mac OS X Utilities screen, select &#8220;Disk Utility&#8221;</li>
<li>Select the boot volume or partition from the left menu and click on the &#8220;Repair&#8221; tab</li>
<li>Repair Disk is now possible, click on &#8220;Repair Disk&#8221; to repair the boot volume</li>
</ul>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/repair-disk-boot-volume.jpg" alt="Repair Disk on Boot Volume" title="repair-disk-boot-volume" width="525" height="422" class="aligncenter size-full wp-image-26967" /></p>
<p>While you&#8217;re in Recovery mode, you may also want to verify disk permissions and repair them, <a href="http://osxdaily.com/2011/11/15/repair-user-permissions-in-mac-os-x-lion/">repair user permissions</a>, and verify and repair other disks as well.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/08/repair-boot-disk-mac-os-x-disk-utilit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Enable or Disable Javascript in Web Browsers</title>
		<link>http://osxdaily.com/2012/02/08/enable-or-disable-javascript-web-browsers/</link>
		<comments>http://osxdaily.com/2012/02/08/enable-or-disable-javascript-web-browsers/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 11:43:17 +0000</pubDate>
		<dc:creator>William Pearson</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26114</guid>
		<description><![CDATA[Need to re-enable or disable Javascript in Safari, Chrome, or Firefox? Most modern web browsers make it very easy to toggle on or off, and while it&#8217;s almost always recommended to keep javascript enabled, there are cases where developers and other users need to turn it off. Safari: Open Safari Preferences Click on &#8220;Advanced&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/01/disable-javascript.jpg" alt="Disable Javascript" title="disable-javascript" width="620" height="277" class="aligncenter size-full wp-image-26962" /></p>
<p>Need to re-enable or disable Javascript in Safari, Chrome, or Firefox? Most modern web browsers make it very easy to toggle on or off, and while it&#8217;s almost always recommended to keep javascript enabled, there are cases where developers and other users need to turn it off.</p>
<p><strong>Safari:</strong></p>
<ul>
<li>Open Safari Preferences</li>
<li>Click on &#8220;Advanced&#8221; and check the box next to &#8220;Show Develop menu in menu bar&#8221;</li>
<li>Pull down the &#8220;Develop&#8221; menu and select &#8220;Disable Javascript&#8221;, a check signifies it&#8217;s disabled</li>
</ul>
<p><strong>Google Chrome:</strong></p>
<ul>
<li>Open Google Chrome&#8217;s Preferences</li>
<li>Click on &#8220;Under the Hood&#8221; and then &#8220;Content Settings&#8221;</li>
<li>Find Javascript then click &#8220;Do not allow any site to run JavaScript&#8221; to disable, or &#8220;Allow all sites&#8221; to enable</li>
</ul>
<p><strong>Firefox:</strong></p>
<ul>
<li>Open Preferences and click on &#8220;Content&#8221;</li>
<li>Check or uncheck the box next to &#8220;Enable Javascript&#8221;</li>
</ul>
<p><strong>Mobile Safari for iPhone, iPad, and iPod touch:</strong></p>
<ul>
<li>Tap on Settings, then tap on &#8220;Safari&#8221;</li>
<li>Switch Javascript to &#8220;ON&#8221; or &#8220;OFF&#8221; depending on your needs</li>
</ul>
<p>Remember to reenable Javascript to have a full web experience if you have disabled it temporarily.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/08/enable-or-disable-javascript-web-browsers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>EFI Firmware Updates for MacBook Air, iMac, MacBook Pro Bring Lion Internet Recovery to 2010 Models</title>
		<link>http://osxdaily.com/2012/02/07/efi-firmware-updates-for-macbook-air-imac-macbook-pro-bring-lion-internet-recovery-to-2010-models/</link>
		<comments>http://osxdaily.com/2012/02/07/efi-firmware-updates-for-macbook-air-imac-macbook-pro-bring-lion-internet-recovery-to-2010-models/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 02:30:35 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[EFI Firmware]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MacBook Air]]></category>
		<category><![CDATA[macbook pro]]></category>
		<category><![CDATA[software update]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26954</guid>
		<description><![CDATA[Apple has released firmware updates for 2010 model year MacBook Air, iMac, and MacBook Pro. The EFI update brings OS X Lion Internet Recovery, which is accessible by booting into Recovery mode and allows a user to reinstall OS X Lion, to each Mac from 2010. The EFI Firmware updates are available to download from [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/macbook-efi-firmware-update.jpg" alt="MacBook EFI Firmware Update" title="macbook-efi-firmware-update" width="620" height="207" class="aligncenter size-full wp-image-26955" /></p>
<p>Apple has released firmware updates for 2010 model year MacBook Air, iMac, and MacBook Pro. The EFI update brings OS X Lion Internet Recovery, which is accessible by <a href="http://osxdaily.com/2012/02/03/how-to-boot-into-os-x-lions-recovery-hd-partition/">booting into Recovery mode</a> and allows a user to reinstall OS X Lion, to each Mac from 2010.</p>
<p>The EFI Firmware updates are available to download from Software Update, or directly from Apple:</p>
<ul>
<li><a href="http://support.apple.com/kb/DL1494">MacBook Air EFI Firmware Update 2.3</a></li>
<li><a href="http://support.apple.com/kb/DL1493">iMac EFI Firmware Update 1.8</a></li>
<li><a href="http://support.apple.com/kb/DL1492">MacBook Pro EFI Firmware Update 2.6</a></li>
</ul>
<p>Updating the firmware requires a reboot as usual and the Mac should be connected to a power source before proceeding. The MacBook Air update also includes a minor bug fix to resolve an issue where the machine could inadvertently restart if the power button is pressed when waking from sleep.</p>
<p>Apple describes Internet Recovery as follows:</p>
<blockquote><p>If your Mac problem is a little less common — your hard drive has failed or you’ve installed a hard drive without OS X, for example — Internet Recovery takes over automatically. It downloads and starts Lion Recovery directly from Apple servers over a broadband Internet connection. And your Mac has access to the same Lion Recovery features online</p></blockquote>
<p>For Macs that can&#8217;t use Internet Recovery, the <a href="http://osxdaily.com/2011/08/08/lion-recovery-disk-assistant-tool-makes-external-lion-boot-recovery-drives/">Lion Recovery Disk tool</a> helps to make a bootable USB device that can offer the same features, although if you want to have the most versatile troubleshooting toolkit, having a <a href="http://osxdaily.com/2011/07/08/make-a-bootable-mac-os-x-10-7-lion-installer-from-a-usb-flash-drive/">fully bootable OS X Lion install drive</a> is ideal.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/07/efi-firmware-updates-for-macbook-air-imac-macbook-pro-bring-lion-internet-recovery-to-2010-models/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New High-DPI Cursors &amp; Interface Elements found in OS X 10.7.3</title>
		<link>http://osxdaily.com/2012/02/07/high-dpi-cursors-found-in-os-x-10-7-3/</link>
		<comments>http://osxdaily.com/2012/02/07/high-dpi-cursors-found-in-os-x-10-7-3/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 19:31:51 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Rumor]]></category>
		<category><![CDATA[Mac OS X 10.7.3]]></category>
		<category><![CDATA[rumors]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26941</guid>
		<description><![CDATA[Mac OS X 10.7.3 added several new high-dpi interface elements, giving another hint that Apple may be working towards releasing Macs with &#8216;retina&#8217; displays. DaringFireball points out that it&#8217;s possible these elements were updated to make Universal Access and cursor artwork more attractive, but also mentions that some Mac Mini users inadvertently booted into high-dpi [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/hidpi-cursor-mac.jpg" alt="HiDPI Cursor in Mac OS X 10.7.3" title="hidpi-cursor-mac" width="316" height="132" class="aligncenter size-full wp-image-26942" /></p>
<p><a href="http://osxdaily.com/2012/02/01/mac-os-x-10-7-3-released-download-links/">Mac OS X 10.7.3</a> added several new high-dpi interface elements, giving another hint that Apple may be working towards releasing Macs with &#8216;retina&#8217; displays. </p>
<p><a href="http://daringfireball.net/linked/2012/02/06/high-dpi">DaringFireball</a> points out that it&#8217;s possible these elements were updated to make Universal Access and cursor artwork more attractive, but also mentions that some Mac Mini users inadvertently booted into high-dpi display modes when connected to a TV via HDMI:</p>
<blockquote><p>The simplest explanation is that Apple only just now got around to increasing the resolution of these elements for the benefit of users who use the cursor-zooming Universal Access feature. But, combined with the fact that some people with Mac Minis connected to TVs via HDMI are reporting that after upgrading to 10.7.3, their system rebooted in HiDPI mode, I can’t help but wonder whether we may be on the cusp of Apple releasing HiDPI Mac displays and/or HiDPI MacBooks. I.e.: retina display Macs.</p></blockquote>
<p>The most noticeable element changes are visible when <a href="http://osxdaily.com/2011/04/20/increase-mac-cursor-size/">increasing cursor size</a>, where before a pixelated cursor would appear and now the cursors are smoothed and significantly higher resolution. These higher res images could be appropriate for use on a Mac with a High-DPI display.</p>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/hidpi-mac-cursors.jpg" alt="High DPI Mac Cursor" title="hidpi-mac-cursors" width="356" height="153" class="aligncenter size-full wp-image-26943" /></p>
<p>Other UI artwork was also updated, as <a href="http://www.macrumors.com/2012/02/06/apple-adds-high-dpi-versions-of-pointers-in-os-x-10-7-3/">MacRumors</a> pointed out with this comparison image of showing the subtle difference between Mac OS X 10.7.2 and 10.7.3:</p>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/changed-cursors.jpeg" alt="Cursor Artwork Changes" title="changed-cursors" width="372" height="248" class="aligncenter size-full wp-image-26944" /></p>
<p>Mac OS X Lion has provided a variety of clues that retina Macs may be coming sometime in the near future. From the <a href="http://osxdaily.com/2011/04/08/mac-ipad-retina-display-3200x2000-pixels/">unusually high res wallpapers</a>, <a href="http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/">HiDPI display modes</a>, <a href="http://osxdaily.com/2011/12/21/more-evidence-for-retina-display-macs-shows-up-in-os-x-10-7-3-beta/">HiDPI options</a>, to the <a href="http://osxdaily.com/2011/04/24/high-resolution-icons-in-mac-os-x-lion-further-hint-at-mac-retina-displays/">giant icon artwork</a>, there is a fair amount of evidence to suggest that Apple is in some stage of developing Macs with ultra high display resolutions. </p>
<p>There have also been rumors to support this idea. Late last year, Digitimes reported that Apple would release a MacBook Pro equipped with a high resolution retina display in the <a href="http://osxdaily.com/2011/12/14/macbook-pro-with-2880x1800-retina-display-rumored-for-release-in-2012/">second quarter of 2012</a>. There is also the expectation that iPad 3 will feature a &#8216;retina&#8217; display, leading many to assume that a Mac would launch around the same time frame to support development of high resolution apps and artwork for the device.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/07/high-dpi-cursors-found-in-os-x-10-7-3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Minimize and Hide All Windows in Mac OS X with Command+Option+H+M</title>
		<link>http://osxdaily.com/2012/02/07/minimize-and-hide-all-windows-in-mac-os-x-with-commandoptionhm/</link>
		<comments>http://osxdaily.com/2012/02/07/minimize-and-hide-all-windows-in-mac-os-x-with-commandoptionhm/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 13:45:04 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[keyboard shortcut]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X 10.7]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26924</guid>
		<description><![CDATA[By combining the Hide All shortcut with the minimize keyboard shortcut in Mac OS X Lion, you can use a third &#8216;Minimize and Hide All&#8217; shortcut by hitting the Command+Option+H+M keys. As the title suggests, this keyboard shortcut will hide all other applications and windows, in addition to minimizing the currently active application or window, [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/hide-all-and-minimize.jpg" alt="Hide All and Minimize in OS X Lion" title="hide-all-and-minimize" width="620" height="139" class="aligncenter size-full wp-image-26936" /></p>
<p>By combining the <a href="http://osxdaily.com/2010/10/26/hide-all-windows-on-a-mac/">Hide All</a> shortcut with the minimize keyboard shortcut in Mac OS X Lion, you can use a third &#8216;Minimize and Hide All&#8217; shortcut by hitting the <strong>Command+Option+H+M</strong> keys. </p>
<p>As the title suggests, this keyboard shortcut will hide all other applications and windows, in addition to minimizing the currently active application or window, effectively clearing the entire screen and giving you a blank view of the desktop. If you have <a href="http://osxdaily.com/2010/06/22/make-hidden-application-icons-translucent-in-the-dock/">Dock icon translucency enabled</a> as shown in the screenshot, the hidden apps will appear as translucent while the minimized windows from the foremost app will be in the Dock separately.</p>
<p>Heads up to <a href="https://twitter.com/sambowne/status/166673487631622144">@sambrowne</a> for the tip.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/07/minimize-and-hide-all-windows-in-mac-os-x-with-commandoptionhm/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Delete iTunes From Mac OS X</title>
		<link>http://osxdaily.com/2012/02/06/delete-itunes-mac-os-x/</link>
		<comments>http://osxdaily.com/2012/02/06/delete-itunes-mac-os-x/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 03:11:23 +0000</pubDate>
		<dc:creator>William Pearson</dc:creator>
				<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26926</guid>
		<description><![CDATA[We recently showed you how to delete Safari, Mail, and other default apps installed with Mac OS X, and procedurally iTunes is not much different. Unlike uninstalling applications from third parties, if you attempt to drag the iTunes app into the Trash can, you&#8217;ll see a dialog box warning that &#8216;“iTunes.app” can’t be modified or [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/delete-itunes.jpg" alt="Delete iTunes" title="delete-itunes" width="413" height="397" class="aligncenter size-full wp-image-26861" /></p>
<p>We recently showed you how to <a href="http://osxdaily.com/2012/02/05/delete-safari-mail-facetime-other-default-mac-os-x-apps/">delete Safari, Mail, and other</a> default apps installed with Mac OS X, and procedurally iTunes is not much different. Unlike <a href="http://osxdaily.com/2011/06/20/uninstall-mac-applications/">uninstalling applications</a> from third parties, if you attempt to drag the iTunes app into the Trash can, you&#8217;ll see a dialog box warning that &#8216;“iTunes.app” can’t be modified or deleted because it’s required by Mac OS X.&#8217;</p>
<p>Nonetheless iTunes can be deleted from the Mac, but without a very good reason it should not be done. iTunes is integral to supporting other Apple features and hardware, ranging from the App Store to the iTunes Store, and without iTunes installed you won&#8217;t be able to sync apps, music, books, movies, and anything else with an iPad, iPod, iPhone, or Apple TV. Assuming you understand that and you still want to remove iTunes from your Mac, we will show you how to do it.</p>
<h2 style="font-size:1.2em;">Delete iTunes</h2>
<p>Deleting iTunes is not recommended unless you know what you&#8217;re doing. </p>
<ul>
<li>Launch Terminal from the Utilities folder within Applications</li>
<li>Type the following commands:</li>
<p><code>cd /Applications/</code><br />
This brings you into the Applications directory, the next command deletes iTunes itself:<br />
<code>sudo rm -rf iTunes.app/</code></p>
<li>Enter the Administrator password to confirm</li>
</ul>
<p>There is no warning or confirmation other than entering the admin password, iTunes will immediately be deleted, effectively uninstalling it from the Mac. </p>
<p>Deleting the iTunes application will not delete the iTunes library or music, and any purchases bought through iTunes will still remain tied to the Apple ID used to originally buy them. </p>
<p><strong>I Accidentally Deleted iTunes, Help!</strong><br />
If you find yourself somehow accidentally deleting iTunes, don&#8217;t fret too much because it&#8217;s always easy to reinstall. You can download the newest version <a href="http://www.apple.com/itunes/download/">directly from Apple</a>, and running their installer will bring iTunes back to life on your computer. </p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/06/delete-itunes-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Focus on Apps Easier &amp; Apply Background Filters with Isolator for Mac OS X</title>
		<link>http://osxdaily.com/2012/02/06/focus-apps-and-apply-background-filters-isolator-mac-os-x/</link>
		<comments>http://osxdaily.com/2012/02/06/focus-apps-and-apply-background-filters-isolator-mac-os-x/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 21:29:40 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[Isolator]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26906</guid>
		<description><![CDATA[It&#8217;s easy to be distracted by other open applications and windows while using a computer, and sometimes even the best of us need a bit of help to focus. Lion&#8217;s full screen mode can be helpful, but when that&#8217;s not enough or when you need access to other windows and apps, then Isolator is your [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/isolator-blur.jpg" alt="Isolator blur effect" title="isolator-blur" width="620" height="349" class="aligncenter size-full wp-image-26907" /></p>
<p>It&#8217;s easy to be distracted by other open applications and windows while using a computer, and sometimes even the best of us need a bit of help to focus. Lion&#8217;s <a href="http://osxdaily.com/2011/08/10/full-screen-keyboard-shortcut-mac-os-x/">full screen mode</a> can be helpful, but when that&#8217;s not enough or when you need access to other windows and apps, then Isolator is your friend. </p>
<p>Isolator is a free application that provides an easy way to focus on a single application at a time by applying various filters to everything in the background, these are fully customizable and even if you aren&#8217;t interested in the focus and productivity side of things, can make for a nice way to customize the appearance of Mac OS X.</p>
<ul>
<li><a href="http://willmore.eu/software/isolator/">Download Isolator for free from willmore.eu</a></li>
</ul>
<p>You can choose to tint the background, blur it, use a bloom effect, turn it into crystals, or make the background black and white while everything else is colorful. Both the tint opacity and filter strength are adjustable by a slider, leading to plenty of customization options. Screenshots and a video of some of these effects and filters are shown below.<br />
<span id="more-26906"></span></p>
<p>As you can see in the video, some of the effects develop a slight lag:<br />
<iframe width="620" height="345" src="http://www.youtube.com/embed/6nbVR-1v9cE?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>Tinted with no blur:<br />
<img src="http://osxdaily.com/wp-content/uploads/2012/02/focus-app-isolator.jpg" alt="Focus App iSolator" title="focus-app-isolator" width="620" height="349" class="aligncenter size-full wp-image-26910" /></p>
<p>Opacity with black &#038; white desaturate:<br />
<img src="http://osxdaily.com/wp-content/uploads/2012/02/focus-black-white.jpg" alt="Black and white focus" title="focus-black-white" width="620" height="349" class="aligncenter size-full wp-image-26912" /></p>
<p>100% opacity and black background:<br />
<img src="http://osxdaily.com/wp-content/uploads/2012/02/focus-black.jpg" alt="Black Isolator" title="focus-black" width="620" height="349" class="aligncenter size-full wp-image-26911" /></p>
<p>Tinted with blur:<br />
<img src="http://osxdaily.com/wp-content/uploads/2012/02/isolator-blur.jpg" alt="Isolator blur effect" title="isolator-blur" width="620" height="349" class="aligncenter size-full wp-image-26907" /></p>
<p>Crystalize effect and tinted background:<br />
<img src="http://osxdaily.com/wp-content/uploads/2012/02/focus-crystalize.jpg" alt="Crystalize background" title="focus-crystalize" width="620" height="349" class="aligncenter size-full wp-image-26913" /></p>
<p>There are tons of other potential effects, and the tint color can be adjusted to anything as well. The more complicated the filter, the more demanding it will be on CPU and system resources when switching between apps, so keep that in mind if you have a slower Mac. Sticking to no effect but with a tint is very fast however and didn&#8217;t seem to have any negative effect on performance.</p>
<p>If you&#8217;d rather not download another app, another option would be to enable <a href="http://osxdaily.com/2010/06/07/enable-single-application-mode-in-mac-os-x/">Single Application Mode</a> in Mac OS X, which automatically hides any app other than the one currently in use.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/06/focus-apps-and-apply-background-filters-isolator-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Switch Background Styles of Launchpad in OS X 10.7.3</title>
		<link>http://osxdaily.com/2012/02/06/switch-background-styles-of-launchpad-in-os-x-10-7-3/</link>
		<comments>http://osxdaily.com/2012/02/06/switch-background-styles-of-launchpad-in-os-x-10-7-3/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 12:32:35 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[LaunchPad]]></category>
		<category><![CDATA[Mac OS X 10.7]]></category>
		<category><![CDATA[Mac OS X 10.7.3]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26887</guid>
		<description><![CDATA[The OS X 10.7.3 update brought with it a variety of subtle changes, including a minor adjustment to how the Launchpad background image style is switched. In previous Mac OS X versions, Command+B would switch between the background effect styles, but this is now achieved with Control+Option+Command+B. Try it yourself by opening Launchpad and then [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/launchpad-background-styles.jpg" alt="Launchpad Background Styles" title="launchpad-background-styles" width="620" height="361" class="aligncenter size-full wp-image-26888" /></p>
<p>The <a href="http://osxdaily.com/2012/02/01/mac-os-x-10-7-3-released-download-links/">OS X 10.7.3 update</a> brought with it a variety of subtle changes, including a minor adjustment to how the Launchpad background image style is switched. In <a href="http://osxdaily.com/2011/10/30/change-launchpad-background-mac-os-x/">previous</a> Mac OS X versions, Command+B would switch between the background effect styles, but this is now achieved with <strong>Control+Option+Command+B</strong>. </p>
<p>Try it yourself by opening Launchpad and then hitting the Control+Option+Command+B keys to alternate between backgrounds with blur, unblurred, black and white, and blurred black and white. You can see samples of these background style effects below.</p>
<p><span id="more-26887"></span><br />
Without a blurred background:<br />
<img src="http://osxdaily.com/wp-content/uploads/2012/02/launchpad-without-blur.jpg" alt="Launchpad without Blur" title="launchpad-without-blur" width="620" height="349" class="aligncenter size-full wp-image-26891" /></p>
<p>Black and white with blur background:<br />
<img src="http://osxdaily.com/wp-content/uploads/2012/02/launchpad-bw-blur.jpg" alt="Launchpad with blur black and white background" title="launchpad-bw-blur" width="620" height="349" class="aligncenter size-full wp-image-26892" /></p>
<p>Black and white without blur:<br />
<img src="http://osxdaily.com/wp-content/uploads/2012/02/launchpad-black-and-white.jpg" alt="Launchpad black and white no blur" title="launchpad-black-and-white" width="620" height="349" class="aligncenter size-full wp-image-26893" /></p>
<p>Using the unblurred color background makes Launchpad on the Mac closely resemble Springboard on an iOS device.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/06/switch-background-styles-of-launchpad-in-os-x-10-7-3/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Check SHA1 Checksum in Mac OS X</title>
		<link>http://osxdaily.com/2012/02/05/check-sha1-checksum-in-mac-os-x/</link>
		<comments>http://osxdaily.com/2012/02/05/check-sha1-checksum-in-mac-os-x/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 18:27:37 +0000</pubDate>
		<dc:creator>William Pearson</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[checksum]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[sha1]]></category>
		<category><![CDATA[shasum]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26816</guid>
		<description><![CDATA[SHA hashing is frequently used with distribution control systems to determine revisions and to check data integrity by detecting file corruption or tampering. For common usage, a SHA checksum provides a string that can be used to verify a file been transferred as intended. If SHA checksums match, the files integrity has been maintained. Checking [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/check-sha1-hash.jpg" alt="Check SHA1 Hash Checksum in Mac OS X" title="check-sha1-hash" width="620" height="136" class="aligncenter size-full wp-image-26873" /></p>
<p>SHA hashing is frequently used with distribution control systems to determine revisions and to check data integrity by detecting file corruption or tampering. For common usage, a SHA checksum provides a string that can be used to verify a file been transferred as intended. If SHA checksums match, the files integrity has been maintained.</p>
<h2 style="font-size:1.2em;">Checking SHA1 Hash in Mac OS X</h2>
<p>Launch the Terminal, found within the Applications and Utilities folder, and use the following syntax:</p>
<p><code>shasum /path/to/file</code></p>
<p>To verify a file named &#8220;DownloadedFile.dmg&#8221; on the desktop, it would be:</p>
<p><code>shasum ~/Desktop/DownloadedFile.dmg</code></p>
<p>This will output something like this:</p>
<p><code>$ shasum ~/Desktop/CheckMe.zip<br />
ddfdb3a7fc6fc7ca714c9e2930fa685136e90448  CheckMe.zip</code></p>
<p>That long hexadecimal string is the SHA1 hash.</p>
<p>An easy way to check SHA1 files buried deep in the file system without typing out the full path, is to type the first part of the command then drag and drop the file into the Terminal window. This <a href="http://osxdaily.com/2011/03/02/drag-drop-finder-items-into-the-terminal-for-their-full-path/">automatically types the path</a> for you:</p>
<p><code>shasum (drag and drop file here)</code></p>
<p>Remember to put a space after &#8220;shasum&#8221; for this to work properly.</p>
<p>The default for  the shasum command is to use SHA1, the most common hash type, but this can be changed with the -a flag if necessary to 224, 256, 384, or 512. Also, though SHA1 is becoming more common than MD5, you can still <a href="http://osxdaily.com/2009/10/13/check-md5-hash-on-your-mac/">easily check md5 hash</a> in Mac OS X as well with the md5 command.</p>
<h2 style="font-size:1.1em;">Examples of Using SHA1 to Verify Files</h2>
<p>A practical use that Mac users may encounter is when downloading software updates directly from Apple, who lists the SHA1 hash of each file offered through their servers at the end of each downloads page. You can see such a string highlighted in the screenshot below. This string allows users to easily verify the integrity of their downloads either from Apple or when the file has been hosted on a third party mirror site. </p>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/sha1-on-apple-downloads.jpg" alt="SHA1 Checksum on Apple Downloads Page" title="sha1-on-apple-downloads" width="620" height="358" class="aligncenter size-full wp-image-26871" /></p>
<p>This is also how it was discovered that <a href="http://osxdaily.com/2012/02/04/mac-os-x-10-7-3-combo-silently-updated/">OS X 10.7.3 had been quietly updated</a>, and several questions about this spawned this post.</p>
<p>Using SHA1 hash strings are also an easy way to verify file transfers from peer to peer networks and to make sure a download has finished, or that a file was not tampered with somewhere along the line. By knowing the origin SHA1 checksum, you can verify your version of the file(s) in question matches, and determine if the file is indeed valid and has arrived as intended.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/05/check-sha1-checksum-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>


<!-- W3 Total Cache: Page cache debug info:
Engine:             disk (enhanced)
Key:                category/mac-os-x/feed/_index.html
Caching:            disabled
Reject reason:      user agent is rejected
Status:             not cached
Creation Time:      0.486s
Header info:
X-Pingback:         http://osxdaily.com/xmlrpc.php
Last-Modified:      Sat, 11 Feb 2012 20:32:15 GMT
ETag:               "3b7d002d28756264bddb1abb87ce6be5"
X-Powered-By:       W3 Total Cache/0.9.1.3
Content-Type:       text/xml; charset=UTF-8
-->
