<?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; Tips &amp; Tricks</title>
	<atom:link href="http://osxdaily.com/category/tips-tricks/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>How to Restore an iPhone or iPad Using iTunes</title>
		<link>http://osxdaily.com/2012/02/09/restore-iphone-or-ipad-with-itunes/</link>
		<comments>http://osxdaily.com/2012/02/09/restore-iphone-or-ipad-with-itunes/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 12:12:32 +0000</pubDate>
		<dc:creator>Matt Chan</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26055</guid>
		<description><![CDATA[Restoring an iPhone or iPad to it&#8217;s default factory settings is easy whether you are restoring as a troubleshooting step or just preparing to transfer ownership of the hardware. You can reset the iPhone on the the device itself, but if the device is unresponsive, stuck on a boot loop, or otherwise needs to be [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/restore-iphone-or-ipad.jpg" alt="Restore an iPhone or iPad" title="restore-iphone-or-ipad" width="570" height="289" class="aligncenter size-full wp-image-26993" /></p>
<p>Restoring an iPhone or iPad to it&#8217;s default factory settings is easy whether you are restoring as a troubleshooting step or just preparing to transfer ownership of the hardware. You can <a href="http://osxdaily.com/2012/01/17/reset-iphone-factory-settings/">reset the iPhone on the the device itself</a>, but if the device is unresponsive, stuck on a boot loop, or otherwise needs to be restored directly, the next choice is to connect the iOS hardware to a computer and use iTunes.</p>
<p>Using iTunes is also typically faster than resetting through the iPhone or iPad itself, so keep this in mind if you tried the on-device method but it took forever.</p>
<h2 style="font-size:1.2em;">How to Restore an iPhone or iPad with iTunes</h2>
<p>If you want to restore to factory settings, <em>do not</em> restore from a backup during this process:</p>
<ol>
<li>Launch iTunes</li>
<li>Connect the iPhone, iPad, or iPod touch to the computer and select it within iTunes, if it&#8217;s <a href="http://osxdaily.com/2012/02/07/iphone-not-in-itunes-easy-fix/">not visible</a> check the &#8220;Show&#8221; button</li>
<li>Click on the &#8220;Summary&#8221; tab and click on the &#8220;Restore&#8221; button</li>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/restore-iphone-factory-settings.jpg" alt="Restore iPhone or iPad to factory settings" title="restore-iphone-factory-settings" width="620" height="153" class="aligncenter size-full wp-image-26991" /></p>
<li>iTunes will prompt you to back up the device, this is recommended but if you want factory settings only click &#8220;Don&#8217;t Back Up&#8221;</li>
<li>At the confirmation screen, click on &#8220;Restore&#8221; to begin restoring the device to factory settings</li>
</ol>
<p>When finished, iTunes will alert you the device has been restored, but restoring may take a while. When the device is done, the iPhone/iPad/iPod touch will boot up and be reset completely to factory settings. This means that pre-iOS 5 will require the device to be connected to iTunes to finish, or after iOS 5 you will be presented with the familiar set up screens.</p>
<p>As mentioned before, to maintain the factory settings do not select to <a href="http://osxdaily.com/2010/10/21/restore-iphone-from-backup/">restore from a backup</a> when this process is finished, otherwise you&#8217;ll simply be left with a device that has a freshly installed iOS but with the same data as when you started.</p>
<p>If you encounter <a href="http://osxdaily.com/2010/12/06/error-3194-fix-for-itunes/">error 3194</a> during this process, you probably jailbroke your device at some point and need to change the the hosts file.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/09/restore-iphone-or-ipad-with-itunes/feed/</wfw:commentRss>
		<slash:comments>1</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>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>iPhone Not in iTunes? Fixing It Is Probably Easier Than You Think</title>
		<link>http://osxdaily.com/2012/02/07/iphone-not-in-itunes-easy-fix/</link>
		<comments>http://osxdaily.com/2012/02/07/iphone-not-in-itunes-easy-fix/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 11:35:40 +0000</pubDate>
		<dc:creator>William Pearson</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26900</guid>
		<description><![CDATA[The iPhone is connected to a computer with it&#8217;s USB cable, you launch iTunes and&#8230; the iPhone isn&#8217;t shown in iTunes. What gives? Fixing this problem is probably a lot easier than you think, and after fielding a call about this I found the simplest explanation was the solution as to why someones iPhone wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/iphone-not-in-itunes.jpg" alt="iPhone not in iTunes" title="iphone-not-in-itunes" width="620" height="435" class="aligncenter size-full wp-image-26901" /></p>
<p>The iPhone is connected to a computer with it&#8217;s USB cable, you launch iTunes and&#8230; the iPhone isn&#8217;t shown in iTunes. What gives? Fixing this problem is probably a lot easier than you think, and after fielding a call about this I found the simplest explanation was the solution as to why someones iPhone wasn&#8217;t appearing in iTunes:</p>
<ul>
<li>Ensure the iPhone is connected to the computer with a functioning USB cable</li>
<li>Launch iTunes</li>
<li>Hover over the &#8220;DEVICES&#8221; item in the sidebar until the &#8220;Show&#8221; button appears and click on it</li>
</ul>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/show-iphone-itunes.jpg" alt="iPhone not in iTunes and now showing in iTunes" title="show-iphone-itunes" width="620" height="438" class="aligncenter size-full wp-image-26902" /></p>
<p>The iPhone will now be visible, as technically it was always in iTunes it was just hidden. It seems like the &#8220;Hide&#8221; button can be clicked accidentally, which can lead users to believe they have a more serious problem than there is. Save yourself some work and try this first the next time the iPhone isn&#8217;t in iTunes devices list.</p>
<p>If you attempted this and the iPhone (or iPad or iPod touch) still isn&#8217;t showing up in iTunes, you may need to reinstall iTunes itself.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/07/iphone-not-in-itunes-easy-fix/feed/</wfw:commentRss>
		<slash:comments>3</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/tips-tricks/feed/_index.html
Caching:            disabled
Reject reason:      user agent is rejected
Status:             not cached
Creation Time:      0.348s
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
-->
