<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>OS X Daily</title>
	
	<link>http://osxdaily.com</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Wed, 19 Jun 2013 19:52:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/osxdaily" /><feedburner:info uri="osxdaily" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>osxdaily</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>3 Tricks to Quickly Copy a File or Folder Path in Mac OS X</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/KOFfqOmWZMs/</link>
		<comments>http://osxdaily.com/2013/06/19/copy-file-folder-path-mac-os-x/#comments</comments>
		<pubDate>Wed, 19 Jun 2013 19:52:03 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Automator]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[PATH]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38951</guid>
		<description><![CDATA[There are a few ways to retrieve a file or folders full path from Mac OS X, and we&#8217;ll cover the two easiest methods here, and also a third option that utilizes a Service to instantly copy any path to the clipboard. First, we&#8217;ll use the Get Info panel to pull any items complete path, ... <a class="read-more" href="http://osxdaily.com/2013/06/19/copy-file-folder-path-mac-os-x/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>There are a few ways to retrieve a file or folders full path from Mac OS X, and we&#8217;ll cover the two easiest methods here, and also a third option that utilizes a Service to instantly copy any path to the clipboard. First, we&#8217;ll use the Get Info panel to pull any items complete path, and then we&#8217;ll use another trick that utilizes an under appreciated feature of the Terminal to retrieve any directory or files path. The optional Automator Service provides yet another option to copy file and folder paths, which is then quickly accessible through the right-click menu from the OS X Finder. </p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/path-mac.jpg" alt="File or folder path in Mac OS X " title="path-mac" width="620" height="178" class="aligncenter size-full wp-image-38956" /></p>
<p>Just to clarify, we are looking to copy the path to a file or folder to the clipboard so that it can be pasted elsewhere. This is different from showing the path, which can be <a href="http://osxdaily.com/2012/06/20/show-path-bar-in-mac-os-x/">made visible</a> in any Finder window through an optional window bar or even <a href="http://osxdaily.com/2007/12/02/show-full-directory-path-in-finder-window-title-bars/">in the title bar</a> using a defaults trick.</p>
<p>Let&#8217;s get to copying complete paths so that you can use them elsewhere. </p>
<h3>Copy a File / Directory Path from the OS X Get Info Window</h3>
<p>Perhaps the easiest and most user friendly method, you can easily retrieve any file or folders path from the Get Info window by doing the following:</p>
<ul>
<li>Select the file or folder in the OS X Finder, then hit Command+i to summon Get Info</li>
<li>Click and drag alongside &#8220;Where&#8221; to select the path, then hit Command+C to copy the full path to the clipboard</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/copy-path-mac-getinfo.jpg" alt="Copy a path of a file or folder on the Mac through Get Info" title="copy-path-mac-getinfo" width="380" height="385" class="aligncenter size-full wp-image-38955" /></p>
<p>Get Info can also be accessed by the control-click and right-click menus. For most use cases and for occasional complete path access, the Get Info trick is simple, fast, efficient, and should fit the bill for most people. </p>
<h3>Print Path through the Mac Terminal</h3>
<p>Dragging and dropping anything into the OS X Terminal  <a href="http://osxdaily.com/2011/03/02/drag-drop-finder-items-into-the-terminal-for-their-full-path/">outputs the full path</a> to that item. </p>
<ul>
<li>Launch Terminal then drag and drop any item from the Finder into the Terminal window to instantly print the full path</li>
<li>Select and highlight the path to copy it to the clipboard as usual</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/print-path-mac-terminal.jpg" alt="Print and copy a files path in the Mac Terminal" title="print-path-mac-terminal" width="620" height="139" class="aligncenter size-full wp-image-38954" /></p>
<p>This trick is great if you are looking to use the path in the Terminal, otherwise it may not be as easy as the Get Info tip because it requires opening another app.</p>
<h3>Create a &#8220;Copy Path&#8221; Service for the Right-Click Menu</h3>
<p>If you find yourself frequently needing to copy and paste file and folder paths, creating an Automator Service will make your life easier because the service then becomes accessible from the OS X Right-Click contextual menu, accessible from anywhere in the Finder. This is an excellent trick from <a href="http://reviews.cnet.com/8301-13727_7-57578129-263/how-to-copy-a-file-path-in-os-x/" target="_blank">CNet</a> and is very easy to set up yourself:</p>
<ul>
<li>Launch Automator and create a new &#8220;Service&#8221;</li>
<li>Use the search function to look for &#8220;Copy to Clipboard&#8221; and drag that into the rightside panel of the Service</li>
<li>Set &#8216;Service recieves selected&#8217; to &#8220;files or folders&#8221; and &#8216;in&#8217; to &#8220;Finder&#8221; as shown in the screen shot below</li>
<li>Save the Service with a name like &#8220;Copy Path&#8221;</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/copy-file-path-service-mac.jpg" alt="Create a &quot;Copy Path&quot; Service in Mac OS X" title="copy-file-path-service-mac" width="620" height="302" class="aligncenter size-full wp-image-38952" /></p>
<p>Now go anywhere in the Finder, select anything in the filesystem be it a directory or a file, then right-click to reveal the &#8220;Copy Path&#8221; service item as created. </p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/copy-file-folder-path-service-mac-os-x.jpg" alt="Copy a File or Folder Path through a Service in Mac OS X" title="copy-file-folder-path-service-mac-os-x" width="618" height="543" class="aligncenter size-full wp-image-38953" /></p>
<p>Choosing that option will instantly copy the chosen items path to the clipboard, which you can then paste elsewhere.</p>
<h4>What is a path anyway?</h4>
<p>For the unfamiliar, you can think of an items path as it&#8217;s address in the file system, pointing to exactly where it resides on the computer. For example, a file named &#8220;Testfile.txt&#8221; that resides on your user account desktop would have a complete path that would resemble something like this:</p>
<p><code>/Users/USERNAME/Desktop/Testfile.txt</code></p>
<p>For items in the user directories, you can user a tilde to shorthand the path like so:</p>
<p><code>~/Desktop/Testfile.txt</code></p>
<p>That shorthand does not work with system files, or for accessing other user files, thus a complete path would be needed. All of the methods we&#8217;re sharing will access and copy the complete path, not the short hand, even if the file or directory in question is in the user folders.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=KOFfqOmWZMs:9l2oZFYhR88:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=KOFfqOmWZMs:9l2oZFYhR88:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=KOFfqOmWZMs:9l2oZFYhR88:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=KOFfqOmWZMs:9l2oZFYhR88:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=KOFfqOmWZMs:9l2oZFYhR88:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=KOFfqOmWZMs:9l2oZFYhR88:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=KOFfqOmWZMs:9l2oZFYhR88:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/KOFfqOmWZMs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/19/copy-file-folder-path-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/19/copy-file-folder-path-mac-os-x/</feedburner:origLink></item>
		<item>
		<title>Watch ESPN, HBO GO, Sky News on Apple TV with the 5.3 Update</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/JoTwka45PZk/</link>
		<comments>http://osxdaily.com/2013/06/19/apple-tv-5-3-update-ipsw-espn-hbo/#comments</comments>
		<pubDate>Wed, 19 Jun 2013 16:14:30 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[ipsw]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38939</guid>
		<description><![CDATA[A new update to Apple TV brings streaming access to several popular TV services and networks, including HBO GO, ESPN, Sky News, Qello, and CrunchyRoll. Versioned as 5.3, the update requires a second or third generation Apple TV, and can be downloaded through iTunes or by using the direct firmware links included in this article. ... <a class="read-more" href="http://osxdaily.com/2013/06/19/apple-tv-5-3-update-ipsw-espn-hbo/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>A new update to Apple TV brings streaming access to several popular TV services and networks, including HBO GO, ESPN, Sky News, Qello, and CrunchyRoll. Versioned as 5.3, the update requires a second or third generation Apple TV, and can be downloaded through iTunes or by using the direct firmware links included in this article.</p>
<p>While many will be excited about these new content additions, there is currently no way to pay for direct access to some of the individual streaming providers. Instead, you must have a separate TV or network package through a participating provider in order to watch several of the streams, including HBO and ESPN. Sky News is free, while CrunchyRoll and Qello can have subscriptions managed directly through the Apple TV at a fixed cost. More details on each of these services is provided below.</p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/espn-apple-tv.jpg" alt="Watch ESPN on Apple TV" title="espn-apple-tv" width="620" height="424" class="aligncenter size-full wp-image-38940" /></p>
<p><strong>HBO GO</strong> provides access to all HBO programming, including full seasons of shows, documentaries, and movies, and requires a subscription through a TV provider. </p>
<p><strong>WatchESPN</strong> will be a welcome addition for sports fans, which provides access to live sports and shows on ESPN, ESPN2, ESPN3, ESPNU, though it does require an account with one of the following participating network providers; AT&#038;T U-Verse, Bright House Networks, Charter, Comcast XFINITY, Cox, Midcontinent Communications, Optimum, Time Warner Cable, or Verizon. </p>
<p><strong>Sky News</strong> provides a live 24 hour feed of the news network for anyone in the US, UK, or Ireland, and also offers a library of past shows. Sky News is the least restricted offering, and does not appear to require any specific cable service or provider in order to use.</p>
<p> <strong>CrunchyRoll</strong> is a Japanese Anime service, and can be signed up for directly on the Apple TV. </p>
<p><strong>Qello</strong> is an on demand streaming service for concerts and music documentaries, and also is available for a direct subscription through Apple TV.</p>
<h3>Apple TV 5.3 IPSW Direct Download Links</h3>
<p>Updating Apple TV to 5.3 can be done through iTunes as usual, which is the recommended approach for most users.</p>
<p>Those who prefer to update manually can use IPSW from the direct download links below that are hosted on Apple&#8217;s servers. Using IPSW with an Apple TV requires a USB cable and iTunes, and is the <a href="http://osxdaily.com/2010/11/23/how-to-use-ipsw-files/">same process as with other iOS devices</a>.</p>
<ul>
<li><a href="http://appldnld.apple.com/AppleTV/091-5256.20130618.MagBg/AppleTV2,1_5.3_10B809_Restore.ipsw" target="_blank">Apple TV 2,1</a> (5.3 10B808)</li>
<li><a href="http://appldnld.apple.com/AppleTV/091-5257.20130618.Eu5uy/AppleTV3,1_5.3_10B809_Restore.ipsw" target="_blank">Apple TV 3,1</a> (5.3 10B809)</li>
<li><a href="http://appldnld.apple.com/AppleTV/091-5259.20130618.90Rft/AppleTV3,2_5.3_10B809_Restore.ipsw" target="_blank">Apple TV 3,2</a> (5.3 10B809)</li>
</ul>
<p>Though no such plans have been announced, hopefully a future update will allow Apple TV users to subscribe directly to services without the inclusion of a separate cable TV package. </p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=JoTwka45PZk:_JPXzSVufE0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=JoTwka45PZk:_JPXzSVufE0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=JoTwka45PZk:_JPXzSVufE0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=JoTwka45PZk:_JPXzSVufE0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=JoTwka45PZk:_JPXzSVufE0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=JoTwka45PZk:_JPXzSVufE0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=JoTwka45PZk:_JPXzSVufE0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/JoTwka45PZk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/19/apple-tv-5-3-update-ipsw-espn-hbo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/19/apple-tv-5-3-update-ipsw-espn-hbo/</feedburner:origLink></item>
		<item>
		<title>11 Simple Tips for Maximizing iPad Battery Life That Work</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/SAT7HnzSl8c/</link>
		<comments>http://osxdaily.com/2013/06/18/ipad-battery-life-tips/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 21:04:07 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[battery life]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad battery]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38922</guid>
		<description><![CDATA[The iPad already has very impressive battery life and regularly lasts all day, but who wouldn&#8217;t want to have their iPad last even longer? With a group of simple tips, you can extend an iPads battery life even further and get the absolute most out of your tablets battery for as long as possible. These ... <a class="read-more" href="http://osxdaily.com/2013/06/18/ipad-battery-life-tips/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>The iPad already has very impressive battery life and regularly lasts all day, but who wouldn&#8217;t want to have their iPad last even longer? With a group of simple tips, you can extend an iPads battery life even further and get the absolute most out of your tablets battery for as long as possible. These tricks are the real deal, and we&#8217;ll focus on things that actually work. Let&#8217;s get started and maximize your iPad battery.</p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/ipad-battery.jpg" alt="iPad battery life tips " title="ipad-battery" width="620" height="285" class="aligncenter size-full wp-image-38923" /></p>
<h3>1: Take Control of Screen Brightness</h3>
<p>Tone the brightness down manually and do it often, because the iPad can be very aggressive with readjusting the screen brightness level, and the higher the brightness the faster the battery drains.  The wonderful thing about the iPad is that, even without iOS 7, you can toggle the brightness settings much faster than on the iPhone… all you need to do is:</p>
<ul>
<li>Double-tap the Home button and swipe to the left controls to access the brightness slider, slide it leftwards to reduce brightness</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/adjust-brightness-ipad.jpg" alt="Adjust brightness on the iPad the easy way" title="adjust-brightness-ipad" width="620" height="191" class="aligncenter size-full wp-image-38924" /></p>
<p>For the best possible battery life, keep the brightness as low as it can possibly go. Just like when extending battery <a href="http://osxdaily.com/2013/05/20/extend-iphone-battery-life-tips-that-work/">on an iPhone</a>, this single tip makes the most difference of all, because the backlit display is one of the most significant drains to battery longevity. </p>
<p>In iOS 7 this is made even easier because you can access brightness controls from the Control Center screen.</p>
<h3>2: Set a Low Brightness Level &#038; Turn Off Auto-Adjust</h3>
<p>Because the iPad is fairly aggressive with screen brightness, you can extend battery life even further by setting a reduced level (at 35% or so) and then turning off auto-brightness adjustments, which will prevent the iPad from taking the screen to super-bright levels which it is keen to do:</p>
<ul>
<li>Go to Settings, then go to &#8220;Brightness &#038; Wallpaper&#8221; and toggle &#8220;Auto-Brightness&#8221; to OFF</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/turn-off-auto-brightness-ipad.jpg" alt="Turn off auto brightness adjustments on the iPad" title="turn-off-auto-brightness-ipad" width="620" height="229" class="aligncenter size-full wp-image-38925" /></p>
<p>Do note that turning off auto-brightness will have the opposite effect if you set the brightness level too high, because it will prevent the iPad from adjusting itself down when in dim light. </p>
<h3>3: Be Aggressive with Turning Off the Screen</h3>
<p>Not using the iPad? <strong>Hit that top power button to lock the screen and turn off the display</strong>. Just a quick tap is all that&#8217;s needed,  because holding it for too long will turn the device off. </p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/tap-power-button-turn-screen-off.jpg" alt="Tap the power button to turn the screen off" title="tap-power-button-turn-screen-off" width="620" height="291" class="aligncenter size-full wp-image-38927" /></p>
<p>This helps for the same reason the screen brightness tip does, it prevents the battery-hungry screen from being active more than it needs to be.</p>
<h3>4: Use Screen Auto-Lock</h3>
<p>Take the above trick a step further and set Auto Lock to an aggressive setting, preferably 2 minutes:</p>
<ul>
<li>Go to Settings, then go to General and &#8220;Auto Lock&#8221;</li>
<li>Set this to &#8220;2 Minutes&#8221; for best results</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/auto-lock-fast-ipad.jpg" alt="Auto lock the iPad " title="auto-lock-fast-ipad" width="620" height="413" class="aligncenter size-full wp-image-38926" /></p>
<p>This basically means if your iPad is left alone for 2 minutes or longer, the screen will lock itself, which if you&#8217;re concerned about battery is what you want. This is all the more important if at some point you <a href="http://osxdaily.com/2012/07/24/stop-ipad-screen-from-dimming-or-locking-automatically/">set the screen to never dim</a> or auto-lock, which drains battery quite fast.</p>
<p>Speaking of screen locking, you do use a lock screen passcode, don&#8217;t you? No, it&#8217;s not going to save you any battery, but it will give you more privacy and peace of mind… taking this theme a bit further, consider disabling the simple pass codes and <a href="http://osxdaily.com/2012/03/19/secure-ipad-iphone-strong-passcode/">going with a more secure variation</a> that uses the full keyboard for the passcode.</p>
<h3>5: Turn Off Unnecessary Notifications &#038; Lock Screen Alerts</h3>
<p>Notifications come in whether you&#8217;re using the iPad or not, and the lock screen alerts will wake up the iPad screen to display whatever their message is. The more the screen turns on, the more the battery drains. Plus, Notifications and alerts create unneeded activity, which also can hit battery. Tons of apps want to do send out Notifications but few actually need to, so head into Settings and start turning them off:</p>
<ul>
<li>Open Settings, then go to &#8220;Notifications&#8221; and scroll to &#8220;In Notification Center&#8221;</li>
<li>Tap individual apps you want to stop alerts for, and flip the &#8220;Notification Center&#8221; switch to OFF</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/turn-off-notifications-apps-ipad.jpg" alt="Turn off app Notifications and alerts on the iPad" title="turn-off-notifications-apps-ipad" width="620" height="465" class="aligncenter size-full wp-image-38928" /></p>
<p>Think about your usage of the iPad when addressing Notifications and what apps can send them out, for many of us, it&#8217;s surprisingly few. Perhaps just Messages, FaceTime, and one or two others. Turn off the rest, especially for games and apps that nag often with annoying largely meaningless alerts.</p>
<h3>6: Deny Location Usage &#038; Turn Off Location Services</h3>
<p>It&#8217;s kind of amazing how many apps want access to location data, and while on something like the iPhone that could make sense, on the iPad it&#8217;s much more rare. The iPad isn&#8217;t the iPhone, and realistically, it rarely needs your location to perform functions, thus you should be much more aggressive with denying Location requests. When an app asks for Locaiton data, think, does this really need my location to work? If the answer is probably not, choose &#8220;Don&#8217;t Allow&#8221;.</p>
<p>So what about existing apps that use location information, thereby draining battery when that information is requested? That&#8217;s when you  dig into Location Services, and at the very least turn off almost every app individually, if not going all out and just switching the feature off completely:</p>
<ul>
<li>Open Settings, go to &#8220;Privacy&#8221;, then go to &#8220;Location Services&#8221;</li>
<li>Toggle individual apps to OFF, or set all Location Services to OFF</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/turn-off-location-services-apps-ipad.jpg" alt="Turn off Location Services for apps on the iPad" title="turn-off-location-services-apps-ipad" width="620" height="465" class="aligncenter size-full wp-image-38929" /></p>
<p>Do this for almost everything. The only apps I let use Location are ones that actually need your location, whether that&#8217;s maps related, things like Siri, PBS app and TV guides since they use your location to show you what&#8217;s on TV, but outside of particular varieties, little else needs it, and they will just drain battery to retrieve that information.</p>
<h3>7: Turn On the Percentage Indicator</h3>
<p>Ok, so this isn&#8217;t going to save any battery directly, but it does give you a much better idea of how fast things are draining and how much time you have left and it&#8217;s just a good thing to have enabled:</p>
<ul>
<li>Open Settings, go to &#8220;General&#8221;, then &#8220;Usage&#8221; and flip &#8220;Battery Percentage&#8221; to ON</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/battery-percentage-indicator.png" alt="Battery percentage indicator" title="battery-percentage-indicator" width="192" height="39" class="aligncenter size-full wp-image-38930" /></p>
<p>The percentage indicator is also a good way to easily measure the impact of certain apps usage, and if you see a percent or two tick away rather quickly when using a particular app, you can make a decision as to whether or not it&#8217;s necessary given your current battery needs.</p>
<h3>8: Skip the App Store &#038; Don&#8217;t Update Apps When Battery Life Matters</h3>
<p>Of course you should use the App Store, and of course you should update your apps&#8230; except when you&#8217;re trying to really squeeze the most out of your iPad battery and make it last as long as humanly possible. This is because internet usage for downloading the screen shots, store screens, and downloading apps themselves uses more battery power, whether on wi-fi or cellular connections. Additionally, the action of updating and installing apps uses the iPad processor which also milks the battery a bit.</p>
<p>Basically, unless there&#8217;s an app that you really really want to download or update, just skip this process when in battery conservation mode, and leave the updates and store browsing until later when you care a bit less about the potential battery drain. This is obviously more of a usability tip, but it does make a difference.</p>
<h3>9: Avoid the Heat</h3>
<p>Heat is detrimental to all electronic devices and their batteries, and the iPad is no different. This is so easy to do, and it does make a difference. All you need to do is keep the iPad out of intense heat. That means don&#8217;t try to use it in direct sunlight on a 95 degree day, and don&#8217;t leave the iPad baking on the seat of a hot car while you shop for 10 hours at the Apple Store (lucky you). With it being summer, this is particularly true.</p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/no-heat.jpg" alt="Keep the iPad out of intense heat" title="no-heat" width="620" height="336" class="aligncenter size-full wp-image-38932" /></p>
<p>Not only will this make your battery last longer at the moment, but this actually will help to improve the longterm battery life of the iPad. Remember, intense heat = bad, whether its <a href="http://osxdaily.com/2012/05/12/ways-to-keep-mac-cool-in-hot-weather/">a Mac</a>, iPad, iPhone, or anything else with a battery for that matter.</p>
<h3>9: Quit &#038; Kill Unnecessary Apps*</h3>
<p>*Oh boy here we go, the dreaded quit app recommendation. This is usually the single most misreported &#8216;trick&#8217; to improve battery life on any iOS devices&#8230; but guess what? It <em>does work sometimes</em> because some apps do drain battery life more than others. Typically these are the apps that are accessing Location data or are transferring things in the background. If you&#8217;ve been following along here you&#8217;ve probably already turned off a lot of Location usage for apps, but don&#8217;t feel bad about just quitting the apps that you know are using location data that you don&#8217;t need to use at the moment.</p>
<p>Want to go further? You can quit multiple apps <a href="http://osxdaily.com/2012/08/11/quit-multiple-apps-at-once-ios/">at the same time</a> by just tapping the close buttons simultaneously, using a little-known multitouch trick. </p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/quit-multiple-apps-at-onceipad.jpg" alt="Quit multiple apps at the same time on the iPad" title="quit-multiple-apps-at-onceipad" width="620" height="333" class="aligncenter size-full wp-image-38931" /></p>
<p>Your Genius Bar friends will hate you, but hey, quit all those unneeded apps. </p>
<h3>10: Reboot the iPad Sometimes</h3>
<p>Though the iPad can quite literally run for months on end without a reboot, it doesn&#8217;t hurt to restart the device every once in a while. This is all the more true when apps are misbehaving, <a href="http://osxdaily.com/2013/04/25/ipad-iphone-freezes-spinning-wheel-crashes/">freezing or crashing</a>, or just acting weird in general, all of which can lead to excessive battery drain. Because the iPad is so fast to boot, this will only take a moment:</p>
<ul>
<li>Hold the top Power button until the &#8220;Slide to Power Off&#8221; option appears on screen, then slide to power off</li>
<li>Hold the power button again until the iPad turns on</li>
</ul>
<p>Easy. Plus, this gives you the opportunity to install iOS updates, and it has the side effect of halting and quitting all background apps if they were causing any issues.</p>
<h4>iPad battery draining weirdly fast? Restore</h4>
<p>This isn&#8217;t much of a direct battery life extension trick, but if your iPad is experiencing some unusual battery drain, set aside the time to backup the device to the computer, then <a href="http://osxdaily.com/2012/02/09/restore-iphone-or-ipad-with-itunes/">restore the device</a> with iTunes. It&#8217;s quite rare, but sometimes a preference or something within the iOS system software itself can go errant and lead to excess battery drain, and restoring the device almost always resolves the issue. If you do restore and still experience unusually short battery life, call Apple or visit an Apple Store.</p>
<p><em>Got any great battery tips for the iPad? Let us know <a href="http://twitter.com/osxdaily" target="_blank">@osxdaily on Twitter</a>, <a href="http://www.facebook.com/osxdaily" target="_blank">on Facebook</a>, hollar at <a href="https://plus.google.com/110005238800692664883/" target="_blank">us on Google Plus</a>, or <a href="mailto:osxdailycom@gmail.com" target="_blank">send us an email</a>. Comments are disabled for the moment.</em></p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=SAT7HnzSl8c:waHbt57Qu5E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=SAT7HnzSl8c:waHbt57Qu5E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=SAT7HnzSl8c:waHbt57Qu5E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=SAT7HnzSl8c:waHbt57Qu5E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=SAT7HnzSl8c:waHbt57Qu5E:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=SAT7HnzSl8c:waHbt57Qu5E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=SAT7HnzSl8c:waHbt57Qu5E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/SAT7HnzSl8c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/18/ipad-battery-life-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/18/ipad-battery-life-tips/</feedburner:origLink></item>
		<item>
		<title>What the iPhone Symbols &amp; Status Bar Icon Indicators Mean</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/FnNpdmkF8YY/</link>
		<comments>http://osxdaily.com/2013/06/18/iphone-icon-symbol-status-bar/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 16:50:01 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[status bar]]></category>
		<category><![CDATA[symbols]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38900</guid>
		<description><![CDATA[Ever wondered what all those status icons and symbols mean that sit in the iPhone status bar, along the top of the screen? You&#8217;re certainly not alone, and while some of those little symbols make perfect sense, others can be a bit of a mystery even to longtime iPhone users. Sure, the obvious ones like ... <a class="read-more" href="http://osxdaily.com/2013/06/18/iphone-icon-symbol-status-bar/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/iphone-status-icons-symbols.jpg" alt="iPhone status bar icons and symbols" title="iphone-status-icons-symbols" width="620" height="61" class="aligncenter size-full wp-image-38906" /></p>
<p>Ever wondered what all those status icons and symbols mean that sit in the iPhone status bar, along the top of the screen? You&#8217;re certainly not alone, and while some of those little symbols make perfect sense, others can be a bit of a mystery even to longtime iPhone users. Sure, the obvious ones like cell bars signal (or the <a href="http://osxdaily.com/2012/08/20/field-test-mode-iphone-signal-strength-numbers/">true numerical signal</a> if you enabled it) and the 4G, LTE, battery, and Wi-Fi indicators are pretty self explanatory, but what about that little circle you see sometimes? Or what about the moon icon, or the two interlinking circles? Or the little arrow that points up and to the right? </p>
<p>Don&#8217;t let those status bar icons be a mystery any longer, because Apple provides a nice little table in their official User Guide to sort things out, showing each individual icon and what they mean. Because that user guide is a PDF though, most people don&#8217;t ever see it, so we&#8217;re reproducing the table below for quick reference. </p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/iphone-icons-symbols.jpeg" alt="iPhone status bar icons and symbols and what they mean" title="iphone-icons-symbols" width="606" height="1081" class="aligncenter size-full wp-image-38905" /></p>
<p>You&#8217;ll notice there is quite a bit of overlap with these icons on the iPhone and the iPad and iPod touch too, with most variation coming from whether the latter two devices are equipped with cellular capabilities or not. Yes, some of the icons are changing a little bit in iOS 7, but Apple isn&#8217;t abandoning existing precedent and the changes are minor enough for the status icons to still be recognizable to users.</p>
<p>This is from the <a href="http://manuals.info.apple.com/en_US/iphone_user_guide.pdf" target="_blank">official iPhone User guide from Apple</a> (PDF file), which can be a pretty useful addition to iBooks on any iOS device if you want to <a href="http://osxdaily.com/2010/07/16/open-save-pdf-in-ibooks-on-iphone-and-ipad/">save the pdf file locally</a> to your phone for future reference.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=FnNpdmkF8YY:q8PpbPejnkY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=FnNpdmkF8YY:q8PpbPejnkY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=FnNpdmkF8YY:q8PpbPejnkY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=FnNpdmkF8YY:q8PpbPejnkY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=FnNpdmkF8YY:q8PpbPejnkY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=FnNpdmkF8YY:q8PpbPejnkY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=FnNpdmkF8YY:q8PpbPejnkY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/FnNpdmkF8YY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/18/iphone-icon-symbol-status-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/18/iphone-icon-symbol-status-bar/</feedburner:origLink></item>
		<item>
		<title>How to Check if iPhone is Unlocked or Not</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/E1dEHXS__wQ/</link>
		<comments>http://osxdaily.com/2013/06/17/check-iphone-unlocked/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 21:44:19 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iphone unlock]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[unlock]]></category>
		<category><![CDATA[unlock iphone]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38886</guid>
		<description><![CDATA[An unlocked iPhone means it can use any cellular network, so long as you have a compatible carrier SIM card. Due to this, unlocked iPhones are more valuable and highly desired for both local and international users, because it allows you to use any GSM carrier whether at home or abroad just by swapping out ... <a class="read-more" href="http://osxdaily.com/2013/06/17/check-iphone-unlocked/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/check-if-iphone-unlocked.jpg" alt="Check if an iPhone is unlocked" title="check-if-iphone-unlocked" width="146" height="228" class="alignright size-full wp-image-38890" /> An unlocked iPhone means it can use any cellular network, so long as you have a compatible carrier SIM card. Due to this, unlocked iPhones are more valuable and highly desired for both local and international users, because it allows you to use any GSM carrier whether at home or abroad just by swapping out SIM cards. But how do you know if an iPhone is unlocked or not? You usually can&#8217;t tell just by looking at it, but we&#8217;ll show you how to find out if the device is factory unlocked or not using one of three methods. If you plan on doing some international travel, you&#8217;ll want to check before you leave. Similarly, if you plan on buying or selling an iPhone, you&#8217;ll want to check if its unlocked or not before completing the transaction.</p>
<p>First, here are a few safe assumptions: if an iPhone was bought on contract, it will probably remain locked to that carrier. Exceptions to this are if an iPhone has been manually unlocked by a provider (many CDMA carriers will unlock the SIM card slot on iPhone models even while in contract, you just have to ask), or if an iPhone has ended its contract and the device has been unlocked per request, such as <a href="http://osxdaily.com/2012/04/21/unlock-iphone-att-web-technical-support/">you can do with AT&#038;T</a>. On the other hand, if you know that the iPhone was bought unlocked <a href="http://osxdaily.com/2012/12/02/you-can-now-buy-an-unlocked-iphone-5-directly-from-apple-prices-start-at-649/">from Apple</a> by paying full price, then you don&#8217;t need to do anything other than swap in whatever carrier SIM card you want to use. </p>
<p>Let&#8217;s get on with three easy ways to check the unlock status of any iPhone:<br />
<span id="more-38886"></span></p>
<h3>Method 1: The Easiest Way to Check if an iPhone is Unlocked: SIM Cards</h3>
<p>By far the simplest way to determine if an iPhone is unlocked or not is to swap in another GSM provider SIM card, wait a moment or two, and see if the iPhone gets service. That&#8217;s all you will need to do, but this assumes you have access to another GSM SIM. For example, in the USA you could check if an AT&#038;T iPhone is unlocked simply by borrowing a T-Mobile SIM card, placing it in the iPhone, and seeing if the device gets service. Either use a friends SIM card or visit a T-Mobile store and they&#8217;ll be able to check for you. If you don&#8217;t have access to alternative provider SIM cards, you can also check through the web using the next method.</p>
<h3>Method 2: Checking iPhone Unlock Status via Web Service</h3>
<p>Don&#8217;t have an alternate carrier SIM card available? No big deal, you can use a free web service called IMEI Info to check an iPhone&#8217;s unlock status, but there&#8217;s a catch; you have to use a Facebook account and click a &#8220;Like&#8221; button to actually determine if the device is locked or unlocked. If you&#8217;re OK with that, the service is extremely easy to use:</p>
<ul>
<li>Find the iPhone IMEI number by dialing *#06# on the phone &#8211; you do not need cell service to dial that number, the iPhone just has to be turned on. If the *#06# trick doesn&#8217;t work, you can also find the IMEI from iTunes, on the back of iPhone 5, on the devices SIM card slot, or through the iPhone itself <a href="http://osxdaily.com/2011/04/13/iphone-imei/">as described here</a></li>
<li><a href="http://www.imei.info/" target="_blank" rel="nofollow">Head over to the IMEI.info site</a></li>
<li>Enter the devices IMEI number exactly as shown, click &#8220;Check&#8221;, then at the next screen choose the big green &#8220;SIMLOCK &#038; WARRANTY&#8221; button under the Free checks header, followed by the Like button as requested</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/check-iphone-factory-unlocked.jpg" alt="Check if an iPhone is factory unlocked" title="check-iphone-factory-unlocked" width="620" height="631" class="aligncenter size-full wp-image-38887" /></p>
<p>After you click the &#8220;SIMLOCK&#8221; button, you&#8217;ll have to &#8220;Like&#8221; the IMEI service on Facebook to actually get the unlock status of the iPhone. It may take a moment or two as a server is accessed where the IMEI numbers are checked against. When finished, you&#8217;ll find the iPhone&#8217;s status as well as some other information:</p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/iphone-unlock-status.jpg" alt="iPhone unlocked status as shown by IMEI " title="iphone-unlock-status" width="563" height="314" class="aligncenter size-full wp-image-38895" /></p>
<p>IMEI.info does have a limitation in place for checking up to three IMEI numbers per day, that limit is IP based and not cookie based, so you&#8217;ll need to use a proxy or VPN if you want to go beyond that limit for some reason or another. And yes, IMEI Info will also find unlock statuses of Android phones and other devices as well, even the antiquated dumb phones of yesteryear.</p>
<h3>Method 3. Checking Unlock Status with iTunes by Restoring</h3>
<p>One final method of checking an iPhone&#8217;s unlock status is <a href="http://osxdaily.com/2012/01/17/reset-iphone-factory-settings/">by resetting to factory defaults</a> and <a href="http://osxdaily.com/2010/10/21/restore-iphone-from-backup/">restoring</a> through iTunes by connecting the device to a PC, if you see the familiar &#8220;Congratulations, the iPhone is unlocked&#8221; message you know the iPhone has been unlocked:</p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/iphone-unlocked-itunes.jpeg" alt="iPhone unlocked message in iTunes" title="iphone-unlocked-itunes" width="620" height="163" class="aligncenter size-full wp-image-38888" /></p>
<p>This message is what you&#8217;ll see if you went through the free unlocking methods offered by AT&#038;T after a contract is over, or if you requested a SIM unlock through Verizon or Sprint while still on contract. </p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=E1dEHXS__wQ:vPDctWMfqbc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=E1dEHXS__wQ:vPDctWMfqbc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=E1dEHXS__wQ:vPDctWMfqbc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=E1dEHXS__wQ:vPDctWMfqbc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=E1dEHXS__wQ:vPDctWMfqbc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=E1dEHXS__wQ:vPDctWMfqbc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=E1dEHXS__wQ:vPDctWMfqbc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/E1dEHXS__wQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/17/check-iphone-unlocked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/17/check-iphone-unlocked/</feedburner:origLink></item>
		<item>
		<title>3 Ways to View Zip &amp; Archive Contents Without Extracting in Mac OS X</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/J-_AYj5LyCA/</link>
		<comments>http://osxdaily.com/2013/06/17/view-zip-archive-contents-without-extracting-mac-os-x/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 18:12:41 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Quick Look]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38879</guid>
		<description><![CDATA[Wondering what is in that zip file or archive you downloaded, but you don&#8217;t want to extract it to find out? Maybe you are hunting around in a see of archives for a specific file you zipped up a while ago, but you&#8217;re not quite sure which archive contains it? You can easily peer into ... <a class="read-more" href="http://osxdaily.com/2013/06/17/view-zip-archive-contents-without-extracting-mac-os-x/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>Wondering what is in that zip file or archive you downloaded, but you don&#8217;t want to extract it to find out? Maybe you are hunting around in a see of archives for a specific file you <a href="http://osxdaily.com/2012/01/10/how-to-zip-files-in-mac-os-x/">zipped up</a> a while ago, but you&#8217;re not quite sure which archive contains it? You can easily peer into zips and other archive formats to view their contents without actually unzipping or uncompressing them, which is an excellent way to check if a particular archive has a file or folder you are looking for, and to make sure you downloaded the proper file.</p>
<p>There are a few easy ways to view zip contents on a Mac and we&#8217;ll cover three of them, two of which are zip-centric command line based and built into all versions of OS X (and many other unix and linux variations for that matter), and another approach which uses a free third party utility and Quick Look to be able to quickly glance at any archives contents.</p>
<h3>Viewing Zip Archive Contents with zip info</h3>
<p>The most informative for zips and perhaps the easiest to remember is the &#8216;zipinfo&#8217; command. At it&#8217;s most basic usage, it requires no flags or anything fancy, just point it at a zip file and you&#8217;ll see a full list of the archives contents, the file size of each item within the archive, file count, total size of the zip, the read/write/execution permissions per file, file modification date and time, the compression level and efficacy of the compression, and of course, the file names. All of this information is revealed without uncompressing the zip.</p>
<p><code>zipinfo archivename.zip</code></p>
<p>Here&#8217;s an example of the command and some sample output, remember output always looks cleaner in the terminal than it does on a webpage:</p>
<p><code>$ zipinfo archive.zip<br />
Archive:  archive.zip   1743 bytes   5 files<br />
-rw-r--r--  2.1 unx     4068 bX defN 11-May-13 14:25 magicsample.conf<br />
-rw-r--r--  2.1 unx      204 bX defN 16-May-13 09:38 magicfile<br />
-rw-r--r--  2.1 unx      132 bX defN 21-May-13 12:44 testingsomething.txt<br />
5 files, 4486 bytes uncompressed, 991 bytes compressed:  77.9%</code></p>
<p>The zipinfo command will only work for zip archives, and it will not view the contents of <a href="http://osxdaily.com/2012/01/07/set-zip-password-mac-os-x/">password protected zips</a>.</p>
<h3>Checking Zip Contents with unzip</h3>
<p>Another way to see the contents of zips is to use the familiar &#8216;unzip&#8217; command with a simple -l flag. The reported information is not as detailed as &#8216;zipinfo&#8217; but it still includes meaningful details including individual file size, file modification date and time, total file count, and file names. </p>
<p><code>unzip -l archivename.zip</code></p>
<p>Sample output of the command is shown below:</p>
<p><code>$ unzip -l archive.zip<br />
Archive:  archive.zip<br />
  Length     Date   Time    Name<br />
 --------    ----   ----    ----<br />
     4068  05-11-13 14:25   magicsample.conf<br />
      204  05-16-13 09:38   magicfile<br />
      132  05-21-13 12:44   testingsomething.txt<br />
 --------                   -------<br />
     4486                   5 files</code></p>
<p>For most uses it&#8217;s probably best to use the zipinfo command, if not for it&#8217;s simplicity, than for it&#8217;s extended reporting of archive contents. One advantage to unzip however is that it appears on more unix platforms than zipinfo, meaning you should find it to be compatible with almost any OS you run across, whereas zipinfo is often not as common to come across. Nonetheless, zipinfo is bundled in virtually every version of Mac OS X so if you&#8217;re primarily a Mac user you should never have issues using it, even if you&#8217;re stepping back in time with a very early OS X version.</p>
<p>Again, unzip -l will only view the contents of .zip files, so if you&#8217;re looking for an all-encompassing solution for viewing the contents of many archive formats go with the BetterZipQL utility we&#8217;ll cover next.</p>
<h3>Viewing Contents of Any Archive Without Extraction via Quick Look</h3>
<p>If you&#8217;d rather not dig around in the command line, you can use a free third party Quick Look plugin to view the contents of zips and nearly any other archive files without extracting them. Called &#8220;BetterZip QuickLook Generator&#8221;, the plugin is easy to install and to use, and it works with the latest versions of OS X.  BetterZipQL is great for a few reasons, it&#8217;s quick and simple to use thanks to Quick Look&#8217;s easy access from the space bar, plus it supports much more than zip, allowing you to view all of the following archive formats without extracting them: ZIP, TAR, GZip, BZip2, ARJ, LZH, ISO, CHM, CAB, CPIO, RAR, 7-Zip, DEB, RPM, StuffIt&#8217;s SIT, DiskDoubler, BinHex, and MacBinary. Nice huh?</p>
<p>To use BetterZipQL to view the contents of all these archive formats, you&#8217;ll need to download and install BetterZipQL first, here is how to do that, plus how to use it once you&#8217;ve gone through the simple installation process:</p>
<ul>
<li><a href="http://macitbetter.com/BetterZip-Quick-Look-Generator/" target="_blank">Download BetterZip for Quicklook here</a> and uncompress it</li>
<li>From the Finder, hit Command+Shift+G to summon Go To Folder and go to /Library/QuickLook/</li>
<li>Drag the unzipped BetterZipQL.qlgenerator file into that /Library/QuickLook/ folder</li>
<li>Open Terminal and restart the Quick Look daemon for the plugin to load:</li>
<p><code>qlmanage -r</code></p>
<li>Find any zip file in the Finder, select it, then hit the Spacebar to view the contents</li>
</ul>
<p>The viewed zip (or other archive) will look like the following, you can interact with folders and hierarchies to dig deeper into archive formats if desired:</p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/view-archive-contents-without-extraction.jpg" alt="View Archive contents without extraction with BetterZipQL" title="view-archive-contents-without-extraction" width="620" height="438" class="aligncenter size-full wp-image-38880" /></p>
<p>BetterZipQL is great but the interface is clearly designed for earlier versions of OS X, thus it looks a little out of place with the more subtle lighter appearances of newer versions of Quick Look. Nonetheless, it still works great and the funky mismatched appearance is hardly any reason to not download it and use the awesome free utility. </p>
<h4>What about viewing archives in iOS?</h4>
<p>Not on a Mac but still need to see what&#8217;s in an archive? If you&#8217;re on the go with an iPhone, iPad, or iPod touch and want to check the contents of a zip, rar, sit, or many other archive formats, you can use the excellent free WinZip utility for purposes of viewing contents, plus it can also open and extract zips and other archive formats, <a href="http://osxdaily.com/2013/05/13/open-zip-files-iphone-ipad/">you can read more about zips and iOS here</a> if interested.</p>
<p>Heads up to <a target="_blank" href="http://hints.macworld.com/article.php?story=20130611004823949">MacWorld</a> for the zipinfo trick and for finding the BetterZip Quick Look utility. I&#8217;ve been using the unzip -l tool for years and it&#8217;s always great to find new alternatives.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=J-_AYj5LyCA:jDC02HGldD4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=J-_AYj5LyCA:jDC02HGldD4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=J-_AYj5LyCA:jDC02HGldD4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=J-_AYj5LyCA:jDC02HGldD4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=J-_AYj5LyCA:jDC02HGldD4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=J-_AYj5LyCA:jDC02HGldD4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=J-_AYj5LyCA:jDC02HGldD4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/J-_AYj5LyCA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/17/view-zip-archive-contents-without-extracting-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/17/view-zip-archive-contents-without-extracting-mac-os-x/</feedburner:origLink></item>
		<item>
		<title>Dual Boot OS X 10.9 Mavericks and OS X 10.8</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/Q1k3BjkBLVw/</link>
		<comments>http://osxdaily.com/2013/06/15/dual-boot-os-x-10-9-mavericks-and-os-x-10-8/#comments</comments>
		<pubDate>Sat, 15 Jun 2013 19:26:11 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X 10.9]]></category>
		<category><![CDATA[OS X Mavericks]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38853</guid>
		<description><![CDATA[Setting up a dual-boot environment for OS X Mavericks and OS X 10.8 (or even 10.7 and 10.6 if you’re still running an older version of Mac OS X) is easy and allows for a fresh installation of Mavericks to test and develop with. Because the original OS X installation remains untouched, it’s also the ... <a class="read-more" href="http://osxdaily.com/2013/06/15/dual-boot-os-x-10-9-mavericks-and-os-x-10-8/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/os-x-install.jpg" alt="OS X Install icon" title="os-x-install" width="189" height="250" class="alignright size-full wp-image-38856" /> Setting up a dual-boot environment for OS X Mavericks and OS X 10.8 (or even 10.7 and 10.6 if you’re still running an older version of Mac OS X) is easy and allows for a fresh installation of Mavericks to test and develop with. Because the original OS X installation remains untouched, it’s also the safest way to give Mavericks a trial run, which is perfect for running the Developer Previews or if you’re just not sure you’re ready to run OS X 10.9 full time yet. </p>
<p>You don&#8217;t need another hard drive to be able to do this, instead you utilize unused space on the existing drive to create a new partition that runs the alternate OS. This process can be completed from a <a href="http://osxdaily.com/2013/06/12/make-boot-os-x-mavericks-usb-install-drive/">Mavericks boot drive</a> if desired, and using such an USB installer tends to prevent any potential errors with Disk Utility (more on common errors you may encounter at the very bottom of this article), but it is not necessary.<br />
<span id="more-38853"></span><br />
Be sure to back up the Mac before modifying the partition table, the easiest way to do that is by starting Time Machine <a href="http://osxdaily.com/2010/07/21/how-to-do-manual-backups-with-time-machine/">immediately</a> rather than waiting for the scheduled backup to take place. Let that complete before beginning.</p>
<h3>Partitioning &#038; Installing OS X Mavericks for a Dual Boot Mac</h3>
<ul>
<li>Launch Disk Utility, from /Applications/Utilities/</li>
<li>Select the hard drive from the left side menu, then choose the “Partition” tab</li>
<li>Click the [+] plus button to add a new partition, size it to at least 12GB and name it something logical, like “Mavericks”, then click “Apply”</li>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/create-dual-boot-partition-mavericks.jpg" alt="Create a dual boot partition for OS X Mavericks" title="create-dual-boot-partition-mavericks" width="600" height="349" class="aligncenter size-full wp-image-38854" /></p>
<li>Quit out of Disk Utility when finished, then launch the “Install OS X 10.9” app from the /Applications/ folder</li>
<li>At the installation menu, choose the “Mavericks” partition you created as the destination drive, then choose Install (you may need to click “Show All Disks” for the partition to show up)</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/install-os-x-mavericks-partition.jpg" alt="Install OS X Mavericks onto the new partition for dual booting" title="install-os-x-mavericks-partition" width="600" height="468" class="aligncenter size-full wp-image-38855" /></p>
<p>OS X Mavericks will install and, when finished, will boot directly into 10.9.</p>
<p>To switch booting between OS X versions, restart the Mac and hold down the Option key, then choose whichever partition you wish to start up from. You&#8217;ll notice the <a href="http://osxdaily.com/2011/03/22/change-the-mac-startup-drive-on-boot/">initial boot menu</a> does not display the OS X version, which is why it&#8217;s important to name the partitions something fairly explanatory, like &#8220;Mavericks&#8221;. You can also change the boot disk by going to “Startup Disk” within System Preferences and selecting the OS X partition to use, the preference panel option will display the OS X versions for each partition.</p>
<p>The whole process should run trouble free, but if Disk Utility throws an error it’ll probably be either <a href=“http://osxdaily.com/2013/06/14/resolve-a-couldnt-unmount-disk-error-in-disk-utility/“>”Couldn’t unmount disk”</a> or a <a href=“http://osxdaily.com/2012/03/05/fix-partition-failed-error-mac/“>“Partition Failed” message</a>, both will require a reboot and slightly different methods to resolve, and can be mitigated by using a USB install disk rather than attempting to partition from the active startup drive.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=Q1k3BjkBLVw:ivTZbuLLAkg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=Q1k3BjkBLVw:ivTZbuLLAkg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=Q1k3BjkBLVw:ivTZbuLLAkg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=Q1k3BjkBLVw:ivTZbuLLAkg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=Q1k3BjkBLVw:ivTZbuLLAkg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=Q1k3BjkBLVw:ivTZbuLLAkg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=Q1k3BjkBLVw:ivTZbuLLAkg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/Q1k3BjkBLVw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/15/dual-boot-os-x-10-9-mavericks-and-os-x-10-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/15/dual-boot-os-x-10-9-mavericks-and-os-x-10-8/</feedburner:origLink></item>
		<item>
		<title>Set Network Connection Priority in Mac OS X</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/QhUyd_mL4Gs/</link>
		<comments>http://osxdaily.com/2013/06/15/set-network-connection-priority-mac-os-x/#comments</comments>
		<pubDate>Sat, 15 Jun 2013 19:03:39 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38846</guid>
		<description><![CDATA[For those of us who use several different types of network connections to get online, you may want to take a moment to set the networking service priority in OS X. This insures that a Mac isn&#8217;t connecting through the wrong networking interface when multiple network services are available. For example, if you have a ... <a class="read-more" href="http://osxdaily.com/2013/06/15/set-network-connection-priority-mac-os-x/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>For those of us who use several different types of network connections to get online, you may want to take a moment to set the networking service priority in OS X. This insures that a Mac isn&#8217;t connecting through the wrong networking interface when multiple network services are available.</p>
<p>For example, if you have a Mac that is connected to an ethernet network, but also finds available wi-fi networks, you can set one of those to be the preferred connection type. This can also be used to prioritize connections through a VPN, and you can go a step further and set the priority on a per-location basis, which is perhaps the most useful way to use this trick.<br />
<span id="more-38846"></span></p>
<h3>Use Service Order to Prioritize Network Connection Types</h3>
<p>At it&#8217;s most basic function, you can choose the networking service priority by doing the following:</p>
<ul>
<li>Open System Preferences from the  Apple menu, then go to the &#8220;Network&#8221; panel</li>
<li>Click the [+] plus icon in the lower left portion of the networking panel and choose &#8220;Set Service Priority&#8221; from the drop down menu</li>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/set-network-service-order.jpg" alt="Set Network Service Order" title="set-network-service-order" width="572" height="233" class="aligncenter size-full wp-image-38848" /></p>
<li>At the &#8220;Service Order&#8221; window, drag networks according to the desired priority, the topmost service will have the highest priority</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/set-service-priority.jpg" alt="Set networking service priority" title="set-service-priority" width="612" height="383" class="aligncenter size-full wp-image-38849" /></p>
<p>In this example screenshot, &#8220;Wi-Fi&#8221; has top priority, with &#8220;Wi-Fi Hotspot&#8221; as the second most prioritized service (meaning, if wi-fi is not available, use wi-fi hotspot if it&#8217;s available, otherwise use the services below it in descending order)</p>
<p>Note this does not prioritize one wireless network over another, unless the Mac happens to have multiple wi-fi cards available to it with unique interfaces, though that would be a fairly unusual circumstance. Instead, prioritizing individual wireless networks is done through the Advanced Wi-Fi <a href="http://osxdaily.com/2012/07/24/prioritize-wireless-networks-in-mac-os-x/">options as described here</a>. </p>
<h3>Using Network Locations &#038; Network Service Order</h3>
<p>Setting network priority per &#8220;Location&#8221; is perhaps the most useful way to use this trick. This lets you set priorities that are specific to unique networks or areas, like work ethernet, home wi-fi with VPN, telecommuting hotspot with an iPhone or a tethered Android, a <a href="http://osxdaily.com/2012/01/05/enable-internet-sharing-mac-os-x/">shared Mac hotspot</a>, etc </p>
<ul>
<li>From the &#8220;Network&#8221; panel, pull down the &#8220;Location&#8221; menu and choose &#8220;Edit Locations…&#8221;</li>
<li>Click the [+] plus button to create a new network location</li>
<li>Adjust the network settings as appropriate to the given network location setting, then use the &#8220;Set Service Order&#8221; trick mentioned above</li>
</ul>
<p>Once different locations are set up with their respective service orders, you can now easily switch between them directly from the  Apple menu by pulling down to the &#8220;Locations&#8221; menu and choosing the desired network location.</p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/change-network-location-quickly.jpg" alt="Change network locations quickly in Mac OS X" title="change-network-location-quickly" width="509" height="339" class="aligncenter size-full wp-image-38847" /></p>
<p>This is highly recommended for anyone who regularly uses different networks, but laptop users who travel frequently between different locations with their Mac will likely find it most useful.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=QhUyd_mL4Gs:V0qSYxdV0R0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=QhUyd_mL4Gs:V0qSYxdV0R0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=QhUyd_mL4Gs:V0qSYxdV0R0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=QhUyd_mL4Gs:V0qSYxdV0R0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=QhUyd_mL4Gs:V0qSYxdV0R0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=QhUyd_mL4Gs:V0qSYxdV0R0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=QhUyd_mL4Gs:V0qSYxdV0R0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/QhUyd_mL4Gs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/15/set-network-connection-priority-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/15/set-network-connection-priority-mac-os-x/</feedburner:origLink></item>
		<item>
		<title>Evolution of the iPhone &amp; iOS Home Screen</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/0zux-XYpa60/</link>
		<comments>http://osxdaily.com/2013/06/15/evolution-of-iphone-ios-home-screen/#comments</comments>
		<pubDate>Sat, 15 Jun 2013 18:45:05 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[ios 7]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38865</guid>
		<description><![CDATA[The visual change between iOS 7 and iOS 6 is obviously significant, and this graphic does a great job of showing just how the iOS home screen has evolved over time with the iPhone. Covering versions 1.0 through 7.0 and a time period of 2007 to 2013, it gives an interesting look into how things ... <a class="read-more" href="http://osxdaily.com/2013/06/15/evolution-of-iphone-ios-home-screen/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>The <a href="http://osxdaily.com/2013/06/11/ios-7-vs-ios-6-visual-comparison/">visual change between iOS 7 and iOS 6</a> is obviously significant, and this graphic does a great job of showing just how the iOS home screen has evolved over time with the iPhone. Covering versions 1.0 through 7.0 and a time period of  2007 to 2013, it gives an interesting look into how things have changed in the past and how they are changing now:  </p>
<p><a href="http://i.imgur.com/Z9dCA7D.jpg" target="_blank"><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/evolution-of-ios-iphone-home-screen.jpg" alt="Evolution of iOS iPhone Home Screens" title="evolution-of-ios-iphone-home-screen" width="620" height="238" class="aligncenter size-full wp-image-38866" /></p>
<p>Click here or on the image above for the full sized image</a></p>
<p>When set alongside each other like this the newest changes with 7 look less drastic, but certainly much brighter and more colorful than before. In some ways the iOS 7 home screen has more commonality with the original 1.0 through 3.0 releases than the more recent 4, 5, and 6 builds, at least in flatness and the Dock design. If you want to get a preview of what 7.0 will look like on your iPhone or iPod touch, <a href="http://osxdaily.com/2013/06/12/preview-ios-7-on-iphone-no-install/">load these iOS 7 preview videos and screen shots</a> on your iOS device, they do a fairly good job of what to expect, at least with what we&#8217;re seeing in beta 1 and what is visible through Apple&#8217;s initial marketing materials. </p>
<p>Heads up to <a href="https://twitter.com/davemark/status/345896394378313728">@applespotlight</a> for retweeting this find</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=0zux-XYpa60:9XGYJTSXVu8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=0zux-XYpa60:9XGYJTSXVu8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=0zux-XYpa60:9XGYJTSXVu8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=0zux-XYpa60:9XGYJTSXVu8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=0zux-XYpa60:9XGYJTSXVu8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=0zux-XYpa60:9XGYJTSXVu8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=0zux-XYpa60:9XGYJTSXVu8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/0zux-XYpa60" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/15/evolution-of-iphone-ios-home-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/15/evolution-of-iphone-ios-home-screen/</feedburner:origLink></item>
		<item>
		<title>Resolve a “Couldn’t Unmount Disk” Error in Disk Utility</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/vcYlVwOvbiM/</link>
		<comments>http://osxdaily.com/2013/06/14/resolve-a-couldnt-unmount-disk-error-in-disk-utility/#comments</comments>
		<pubDate>Fri, 14 Jun 2013 18:04:14 +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[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38831</guid>
		<description><![CDATA[Disk Utility usually works trouble-free, but a frustrating &#8220;Couldn&#8217;t Unmount Disk&#8221; error can halt whatever the attempted task is right in its tracks. This can happen during partitioning, disk verification and repair, and even during formatting, and there&#8217;s usually little to no additional information provided as to how to resolve the problem or even what ... <a class="read-more" href="http://osxdaily.com/2013/06/14/resolve-a-couldnt-unmount-disk-error-in-disk-utility/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>Disk Utility usually works trouble-free, but a frustrating &#8220;Couldn&#8217;t Unmount Disk&#8221; error can halt whatever the attempted task is right in its tracks. This can happen during partitioning, disk verification and repair, and even during formatting, and there&#8217;s usually little to no additional information provided as to how to resolve the problem or even what the problem is. </p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/couldnt-unmount-disk-disk-utility-error.jpeg" alt="Couldn&#039;t Unmount Disk Error as seen in Disk Utility on a Mac" title="couldnt-unmount-disk-disk-utility-error" width="406" height="126" class="aligncenter size-full wp-image-38832" /><br />
<span id="more-38831"></span><br />
Typically the &#8220;Couldn&#8217;t Unmount Disk&#8221; error pops up when the currently boot drive is being modified, thus the easiest solution is to boot from another drive and run Disk Utility from there instead. For the boot drive, it shouldn&#8217;t matter which version of OS X it&#8217;s for (assuming 10.7, 10.8, and 10.9 at least), the only requirement is that it has Disk Utility &#8211; which they all do. This will allow you to fix the problem, regardless of the cause, by one of two means, the first is a sure-thing to fix the issue, while the other only works sometimes. We&#8217;ll cover both with a bit of explanation.</p>
<h3>Resolve the Unmount Error with a USB Boot Drive</h3>
<p>This is the recommended method because it should always fix the error. You will need any OS X boot drive to complete this task, I used a <a href="http://osxdaily.com/2013/06/12/make-boot-os-x-mavericks-usb-install-drive/">Mavericks boot installer drive</a> for this purpose but others should work too, whether they are installation drives or just recovery drives, the important thing is they are bootable and separate from the primary boot disk that stores the installed OS:</p>
<ul>
<li>Attach the USB boot drive to the Mac and reboot</li>
<li>Hold down the OPTION key during boot, then select the attached boot drive (typically has an orange icon at the boot menu)</li>
<li>At the boot menu, choose &#8220;Disk Utility&#8221; (if using an Installer disk, pull down the &#8220;Utilities&#8221; menu to access Disk Utility)</li>
<li>Go to &#8220;First Aid&#8221; and verify the disk, then repair if needed</li>
<li>Now perform the original task that threw the &#8220;Couldn&#8217;t Unmount&#8221; error</li>
</ul>
<p>I ran into this twice recently, first when attempting to <a href="http://osxdaily.com/2011/04/26/partition-hard-drive-mac-os-x/">modify partitions</a> on a drive, which came right along with a separate &#8220;<a href="http://osxdaily.com/2012/03/05/fix-partition-failed-error-mac/">partition failed</a>&#8221; error, and again was triggered when attempting to format those partitions. The above steps did the trick and everything was working again as expected.</p>
<p>This is a good example of why it&#8217;s very valuable to have a bootable USB thumb drive set up with whatever version of OS X is running on your Macs, because without a separate boot drive some of these errors would be unresolvable. Such boot drives are easy to create on your own, here are instructions for making boot disks for <a href="http://osxdaily.com/2013/06/12/make-boot-os-x-mavericks-usb-install-drive/">OS X 10.9</a>, <a href="http://osxdaily.com/2012/02/17/make-bootable-os-x-10-8-mountain-lion-usb-install-drive/">OS X 10.8</a>, and <a href="http://osxdaily.com/2011/07/08/make-a-bootable-mac-os-x-10-7-lion-installer-from-a-usb-flash-drive/">OS X 10.7</a>. For older Macs running prior versions of OS X, typically anything running OS X 10.6 or earlier will have a SuperDrive, and thus shipped with a bootable DVD that can serve this same purpose.</p>
<h3>Fixing Disk Utility Errors via Recovery Partition</h3>
<p>If the Unable to Unmount Error is triggered by first aid or formatting a non-boot partition, you may be able to fix the error by booting from the Recovery partition that is included with all new versions of OS X. This will <em>not work</em> if the error was triggered by attempting to modify the boot disk through partitions or formatting, and you will need to use the method above instead.</p>
<ul>
<li>Reboot the Mac holding down the &#8220;Option&#8221; key and choose the Recovery partition</li>
<li>Select &#8220;Disk Utility&#8221; from the boot menu</li>
<li>Go to &#8220;First Aid&#8221; to verify and repair the disk, or go to &#8220;Erase&#8221; to format the disk</li>
</ul>
<p>Again, if the disk throwing the errors is the same as the primary boot partition that Recovery is also on, the above method may not work to resolve the problem. In that case, you&#8217;ll need to boot from a separate USB drive to fix the error.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=vcYlVwOvbiM:k9uAbOuwhO0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=vcYlVwOvbiM:k9uAbOuwhO0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=vcYlVwOvbiM:k9uAbOuwhO0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=vcYlVwOvbiM:k9uAbOuwhO0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=vcYlVwOvbiM:k9uAbOuwhO0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=vcYlVwOvbiM:k9uAbOuwhO0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=vcYlVwOvbiM:k9uAbOuwhO0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/vcYlVwOvbiM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/14/resolve-a-couldnt-unmount-disk-error-in-disk-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/14/resolve-a-couldnt-unmount-disk-error-in-disk-utility/</feedburner:origLink></item>
		<item>
		<title>Grab the iOS 7 Default Wallpapers for iPhone &amp; iPod touch</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/MGhfr_ujICU/</link>
		<comments>http://osxdaily.com/2013/06/13/ios-7-default-wallpapers-beta/#comments</comments>
		<pubDate>Fri, 14 Jun 2013 05:08:54 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[ios 7]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[wallpapers]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38804</guid>
		<description><![CDATA[The visually overhauled iOS 7 beta includes a handful of nice new default wallpapers, two of which are static (the left pink blue dots and galaxy image), and two are animated (the right two varieties of blue and purple vector bubbles). Obviously without iOS 7 you won&#8217;t be able to get the animated wallpapers, but ... <a class="read-more" href="http://osxdaily.com/2013/06/13/ios-7-default-wallpapers-beta/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>The <a href="http://osxdaily.com/2013/06/11/ios-7-vs-ios-6-visual-comparison/">visually overhauled</a> iOS 7 beta includes a handful of nice new default wallpapers, two of which are static (the left pink blue dots and galaxy image), and two are animated (the right two varieties of blue and purple vector bubbles). Obviously without iOS 7 you won&#8217;t be able to get the animated wallpapers, but you can get a static image of them and they still look pretty nice. These are all sized for the iPhone and iPod touch with 4&#8243; displays at a 640&#215;1136 resolution. They&#8217;ll look fine on the smaller 3.5&#8243; displays too, but trying to size these up for an iPad or Mac just won&#8217;t look that great. </p>
<p>Save the full sized images below, or you can download them all in a convenient zip put together by <a href="http://www.cultofmac.com/231829/get-apples-ios-7-wallpapers-on-your-iphone-right-now/?utm_campaign=feedburner&#038;utm_medium=feedburner&#038;utm_source=rss_feedburner" target="_blank">CultOfMac</a>.</p>
<p><a href="http://cl.ly/PcuN/download/Files.zip">Download all wallpapers in a zip<br />
<img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/ios-7-default-wallpapers.jpg" alt="iOS 7 default wallpapers" title="ios-7-default-wallpapers" width="620" height="275" class="aligncenter size-full wp-image-38812" /></a><br />
<span id="more-38804"></span><br />
(If you download the zip bundle directly to an iPhone or iPod touch, don&#8217;t forget to grab an app like WinZip too so you can <a href="http://osxdaily.com/2013/05/13/open-zip-files-iphone-ipad/">extract the zip</a> archive directly in iOS, otherwise you&#8217;ll need to download it to a Mac or PC and unzip it there first)</p>
<p><a href="http://i.imgur.com/KfhvBFE.png">Pink &#038; Blue Dots (static)<br />
<img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/ios-7-wallpaper-pink-blue-dots.jpg" alt="iOS 7 pink dots wallpaper" title="ios-7-wallpaper-pink-blue-dots" width="620" height="1116" class="aligncenter size-full wp-image-38807" /></a></p>
<p><a href="http://i.imgur.com/Gz7IsBo.jpg">Galaxy<br />
<img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/ios-7-wallpaper-galaxy.jpg" alt="iOS 7 galaxy wallpaper" title="ios-7-wallpaper-galaxy" width="620" height="1116" class="aligncenter size-full wp-image-38808" /></a></p>
<p><a href="http://i.imgur.com/teDmOxU.jpg">Purple &#038; Blue Vector Bubbles<br />
<img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/ios-7-wallpaper-blue-bubbles.jpg" alt="iOS 7 blue bubbles wallpaper" title="ios-7-wallpaper-blue-bubbles" width="620" height="1116" class="aligncenter size-full wp-image-38809" /></a></p>
<p><a href="http://cdn.osxdaily.com/wp-content/uploads/2013/06/iOS-7-wall-3.jpeg">Subtle Blue Vector Bubbles&#8221;><br />
<img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/iOS-7-wall-3.jpeg" alt="iOS 7 toned down blue dot bubbles wallpaper" title="iOS 7 wall 3" width="620" height="1116" class="aligncenter size-full wp-image-38810" /></a></p>
<p>We can expect to see quite a few more default wallpapers bundled with iOS 7 with the final release, as well as versions of the existing wallpapers sized for the iPad retina display when the beta 2 build arrives to support the iPad, but until then make do with these. </p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/ios-7-default-wallpapers.jpg" alt="iOS 7 default wallpapers" title="ios-7-default-wallpapers" width="620" height="275" class="aligncenter size-full wp-image-38812" /></p>
<p>Don&#8217;t forget to <a href="http://osxdaily.com/2013/06/10/get-the-default-os-x-mavericks-wave-wallpaper/">grab the nice default wave wallpaper from OS X Mavericks too</a> or check out our <a href="http://osxdaily.com/tag/wallpaper/">numerous wallpaper roundup posts</a>.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=MGhfr_ujICU:yx3JikIuV_s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=MGhfr_ujICU:yx3JikIuV_s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=MGhfr_ujICU:yx3JikIuV_s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=MGhfr_ujICU:yx3JikIuV_s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=MGhfr_ujICU:yx3JikIuV_s:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=MGhfr_ujICU:yx3JikIuV_s:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=MGhfr_ujICU:yx3JikIuV_s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/MGhfr_ujICU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/13/ios-7-default-wallpapers-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/13/ios-7-default-wallpapers-beta/</feedburner:origLink></item>
		<item>
		<title>Dial &amp; Convert Vanity Phone Numbers Easily on the iPhone</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/B_8XCLtBDdI/</link>
		<comments>http://osxdaily.com/2013/06/13/dial-convert-vanity-phone-numbers-easily-on-the-iphone/#comments</comments>
		<pubDate>Thu, 13 Jun 2013 20:34:20 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38798</guid>
		<description><![CDATA[You&#8217;re probably aware that iPhone will automatically detect phone numbers in web pages, allowing you to tap directly on a phone number and choose to call that number, send it a message, add it to Contacts, or to copy it to the clipboard. The tap-to-dial function is easily the quickest way to call a number ... <a class="read-more" href="http://osxdaily.com/2013/06/13/dial-convert-vanity-phone-numbers-easily-on-the-iphone/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>You&#8217;re probably aware that iPhone will automatically detect phone numbers in web pages, allowing you to tap directly on a phone number and choose to call that number, send it a message, add it to Contacts, or to copy it to the clipboard. The tap-to-dial function is easily the quickest way to call a number found on the web:</p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/dial-number-web-iphone.jpg" alt="Dial a number quickly with a tap and hold " title="dial-number-web-iphone" width="620" height="205" class="aligncenter size-full wp-image-38799" /></p>
<p>But what about phone numbers that are mnemonic and listed as letters? Often called vanity numbers, these will be like 1-800-COMCAST, 1-800-MY-APPLE, 1-800-SOS-APPLE, etc, and they are not automatically detected by iOS. At first glance they don&#8217;t appear to be usable on the iPhone, but it turns out they are, just not directly.<br />
<span id="more-38798"></span></p>
<h3>Dial Vanity Numbers with Copy &#038; Paste</h3>
<p>To call a vanity number and convert it to numbers, you just need to tap-and-hold on the alphabetic version, select &#8220;Copy&#8221;, and then go to the Phone app. Once in Phone app, choose the Keypad, then tap and hold on the blank region on the top and choose &#8220;Paste&#8221;. This will instantly convert the lettered vanity number into an actual phone number, that&#8217;s nice in and of itself, but of course you can then dial it too.</p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/convert-dial-vanity-number-iphone.jpg" alt="Convert and dial a vanity number on the iPhone" title="convert-dial-vanity-number-iphone" width="620" height="551" class="aligncenter size-full wp-image-38800" /></p>
<p>You&#8217;ll notice the vanity alphabetic number is still maintained below the converted numerical version, so you can be sure you are calling the right place.</p>
<p>Heads up to <a href="http://www.ilounge.com/index.php/tips/comments/calling-phone-numbers-from-the-clipboard/" target="_blank">iLounge</a> for finding the handy little converter trick.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=B_8XCLtBDdI:tylgFoGIR0Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=B_8XCLtBDdI:tylgFoGIR0Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=B_8XCLtBDdI:tylgFoGIR0Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=B_8XCLtBDdI:tylgFoGIR0Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=B_8XCLtBDdI:tylgFoGIR0Y:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=B_8XCLtBDdI:tylgFoGIR0Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=B_8XCLtBDdI:tylgFoGIR0Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/B_8XCLtBDdI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/13/dial-convert-vanity-phone-numbers-easily-on-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/13/dial-convert-vanity-phone-numbers-easily-on-the-iphone/</feedburner:origLink></item>
		<item>
		<title>Easily Mock Up iOS 7 Apps &amp; Interfaces with a Free iOS 7 GUI Template PSD</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/1w839AMJb28/</link>
		<comments>http://osxdaily.com/2013/06/13/easily-mock-up-ios-7-apps-interfaces-with-a-free-ios-7-gui-template-psd/#comments</comments>
		<pubDate>Thu, 13 Jun 2013 19:16:56 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[gui design]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[ios 7]]></category>
		<category><![CDATA[ios 7 beta]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38793</guid>
		<description><![CDATA[The designers at Teehan+Lax have built a complete iOS 7 GUI elements template, and are now offering it for free as a very functional PSD file. Everything is fully layered, well-labeled, and organized logically, making it an excellent tool to use for mocking up apps and concepts as they would appear natively in the completely ... <a class="read-more" href="http://osxdaily.com/2013/06/13/easily-mock-up-ios-7-apps-interfaces-with-a-free-ios-7-gui-template-psd/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>The designers at Teehan+Lax have built a complete iOS 7 GUI elements template, and are now offering it for free as a very functional PSD file. Everything is fully layered, well-labeled, and organized logically, making it an excellent tool to use for mocking up apps and concepts as they would appear natively in the completely redesigned iOS 7 interface.</p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/ios-7-gui-template.jpg" alt="iOS 7 GUI Template" title="ios-7-gui-template" width="578" height="354" class="aligncenter size-full wp-image-38794" /></p>
<p>Being a PSD it is obviously aimed at Photoshop, but it works perfectly fine in <a href="http://osxdaily.com/2011/10/27/pixelmator-2-is-the-best-photoshop-alternative-for-mac-os-x/">Pixelmator</a> in our testing, and all layers remain intact (at least in Pixelmator 2.2).</p>
<ul>
<li><a href="http://www.teehanlax.com/tools/ios7/" target="_blank">Get the iOS 7 elements PSD here from Teehan+Lax</a></li>
</ul>
<p>Do note that because <a href="http://osxdaily.com/tag/ios-7/">iOS 7</a> is currently in beta, some of the elements may change slightly from the beta release to the final release. We can expect Teehan+Lax to update the template file for any significant changes though. Happy designing.<br />
<span id="more-38793"></span><br />
<img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/ios-7-elements-psd.jpg" alt="iOS 7 Elements PSD template" title="ios-7-elements-psd" width="620" height="679" class="aligncenter size-full wp-image-38795" /></p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=1w839AMJb28:XYB4XRx2TCg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=1w839AMJb28:XYB4XRx2TCg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=1w839AMJb28:XYB4XRx2TCg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=1w839AMJb28:XYB4XRx2TCg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=1w839AMJb28:XYB4XRx2TCg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=1w839AMJb28:XYB4XRx2TCg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=1w839AMJb28:XYB4XRx2TCg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/1w839AMJb28" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/13/easily-mock-up-ios-7-apps-interfaces-with-a-free-ios-7-gui-template-psd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/13/easily-mock-up-ios-7-apps-interfaces-with-a-free-ios-7-gui-template-psd/</feedburner:origLink></item>
		<item>
		<title>How to Downgrade iOS 7 Beta to iOS 6</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/bjG8wwWtIl0/</link>
		<comments>http://osxdaily.com/2013/06/12/how-to-downgrade-ios-7-beta-to-ios-6/#comments</comments>
		<pubDate>Thu, 13 Jun 2013 01:32:10 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[downgrade]]></category>
		<category><![CDATA[downgrade iOS]]></category>
		<category><![CDATA[ios 7]]></category>
		<category><![CDATA[ios 7 beta]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38765</guid>
		<description><![CDATA[Fed up with iOS 7 beta and it&#8217;s quirky bugs? You can downgrade fairly easily, which is probably a good idea for most casual users who aren&#8217;t accustomed to handling beta OS releases in various stages of development, because it&#8217;s really not meant for everyday use on your primary device anyway. Yes, Apple&#8217;s developer notes ... <a class="read-more" href="http://osxdaily.com/2013/06/12/how-to-downgrade-ios-7-beta-to-ios-6/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>Fed up with iOS 7 beta and it&#8217;s quirky bugs? You can downgrade fairly easily, which is probably a good idea for most casual users who aren&#8217;t accustomed to handling beta OS releases in various stages of development, because it&#8217;s really not meant for everyday use on your primary device anyway. Yes, Apple&#8217;s developer notes attached to iOS 7 beta releases specifically say that any iPhone or iPod touch that upgrade to iOS 7 can not downgrade back to iOS 6, but that&#8217;s not actually true in practice. In fact, just like with prior beta versions of iOS, you can downgrade back to whatever the most recent stable iOS release is with relative simplicity, so ignore the dev portal message and get back to a stable version. It only takes a few moments, and it&#8217;s not much different than restoring iOS in general.</p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/downgrade-ios-7.jpg" alt="Downgrade iOS 7 to iOS 6" title="downgrade-ios-7" width="606" height="298" class="aligncenter size-full wp-image-38766" /><br />
<span id="more-38765"></span><br />
<strong>Requirements are minimal</strong>, but be sure you have a recent version of iTunes running on a Mac or PC, the IPSW files for iOS 6.1.4 or 6.1.3, and a USB cable. Before getting started with the downgrade process, you will want to download the appropriate iOS 6 IPSW for your device and save it somewhere easy to find, like the desktop: </p>
<ul>
<li>iPhone 5 &#8211; <a href="http://osxdaily.com/2013/05/02/ios-6-1-4-released-for-iphone-5/">iOS 6.1.4 IPSW</a> &#8211; (direct links to <a href="http://appldnld.apple.com/iOS6.1/091-3403.20130502.Xerz1/iPhone5,1_6.1.4_10B350_Restore.ipsw" target="_blank">GSM</a> or <a href="http://appldnld.apple.com/iOS6.1/091-3423.20130502.Tr3Lz/iPhone5,2_6.1.4_10B350_Restore.ipsw" target="_blank">CDMA</a>)</li>
<li>iPhone 4 &#8211; iOS 6.1.3 &#8211; (direct links to <a href="http://appldnld.apple.com/iOS6.1/091-2610.20130319.Bedr4/iPhone3,1_6.1.3_10B329_Restore.ipsw" target="_blank">GSM</a> <a href="http://appldnld.apple.com/iOS6.1/091-2351.20130319.Fe431/iPhone3,3_6.1.3_10B329_Restore.ipsw" target="_blank">CDMA</a>)</li>
<li>iPhone 4S &#8211; iOS 6.1.3 &#8211; <a href="http://appldnld.apple.com/iOS6.1/091-2611.20130319.Fr54r/iPhone4,1_6.1.3_10B329_Restore.ipsw" target="_blank">(direct link to GSM &#038; CDMA)</a></li>
<li>iPod touch 5th gen &#8211; iOS 6.1.3 &#8211; <a href="http://appldnld.apple.com/iOS6.1/091-2520.20130319.5gty7/iPod5,1_6.1.3_10B329_Restore.ipsw" target="_blank">(direct link)</a></li>
</ul>
<p>As with any other iOS update, downgrade, or modification, you should <a href="http://osxdaily.com/2010/06/22/how-to-backup-your-iphone/">back up</a> before beginning. You can do that with iTunes </a> to the computer, which is often faster since you&#8217;re already connected through USB, or <a href="http://osxdaily.com/2011/11/06/manual-icloud-backup-ios/">with iCloud</a> if you prefer.</p>
<h3>Downgrading iOS 7 Beta Back Down to iOS 6.1.4 or iOS 6.1.3</h3>
<p>Have the IPSW for your device downloaded? Then you&#8217;re ready to go:</p>
<ul>
<li>Connect the iPhone or iPod touch to the computer through a USB cable</li>
<li>Open iTunes and select the iOS device, then go to the &#8220;Summary&#8221; tab</li>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/downgrade-ios-7-to-ios-6.jpg" alt="Downgrade iOS 7 to iOS 6" title="downgrade-ios-7-to-ios-6" width="600" height="309" class="aligncenter size-full wp-image-38768" /></p>
<li>Now you need to restore, but through IPSW instead of letting iTunes do the work. Mac users: Option+Click the &#8220;Restore iPhone&#8221; button, Windows users: Shift+Click the &#8220;Restore&#8221; button</li>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/downgrade-ios-in-itunes.jpg" alt="Downgrade iOS 7 in iTunes" title="downgrade-ios-in-itunes" width="451" height="210" class="aligncenter size-full wp-image-38767" /></p>
<li>Locate the iOS 6 IPSW firmware file you downloaded a moment ago, and choose &#8220;Select&#8221;, then confirm by choosing &#8220;Restore&#8221;</li>
</ul>
<p>The iOS device will go black, you&#8217;ll see the little loading bar, and in just a few minutes iOS 6.1.4 (or 6.1.3) will be loaded back onto the device and the iPhone or IPod touch will boot as if new.</p>
<p>Once the device has rebooted back to iOS 6, you&#8217;ll probably want to <a href="http://osxdaily.com/2010/10/21/restore-iphone-from-backup/">restore from a backup</a> made recently so you can get all your stuff back, or just use the iOS device as new. </p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/revert-ios-7-back-to-ios-6.jpg" alt="Revert iOS 7 back to iOS 6 through downgrading" title="revert-ios-7-back-to-ios-6" width="620" height="551" class="aligncenter size-full wp-image-38775" /></p>
<p>Heads up to <a href="http://www.iclarified.com/31004/how-to-downgrade-from-ios-7-beta-to-ios-6" target="_blank">iClarified</a> who first noticed the process, though their variation includes a few steps that are not quite necessary. Additionally, many other sites have included various downgrade steps or overly complicated the process, so unless you&#8217;ve managed to brick the device, you do not need to put the device <a href="http://osxdaily.com/2010/06/24/iphone-dfu-mode-explained-and-how-to-enter-dfu-mode-on-your-iphone/">into DFU mode</a>. Likewise, unless you updated directly from a jailbroken version of iOS 6.1.2 or see an iTunes <a href="http://osxdaily.com/2010/12/06/error-3194-fix-for-itunes/">3194 error</a>, you do not need to <a href="http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/">edit the hosts file</a> at all to block or unblock any servers.</p>
<p>Happy downgrading, and enjoy iOS 6 again. Remember, the final version of iOS 7 will be released this fall, likely in late September or sometime in October. </p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=bjG8wwWtIl0:z3QLyj_zfrQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=bjG8wwWtIl0:z3QLyj_zfrQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=bjG8wwWtIl0:z3QLyj_zfrQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=bjG8wwWtIl0:z3QLyj_zfrQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=bjG8wwWtIl0:z3QLyj_zfrQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=bjG8wwWtIl0:z3QLyj_zfrQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=bjG8wwWtIl0:z3QLyj_zfrQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/bjG8wwWtIl0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/12/how-to-downgrade-ios-7-beta-to-ios-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/12/how-to-downgrade-ios-7-beta-to-ios-6/</feedburner:origLink></item>
		<item>
		<title>How to Make a Bootable OS X Mavericks USB Install Drive</title>
		<link>http://feedproxy.google.com/~r/osxdaily/~3/e8F0i4IOhHE/</link>
		<comments>http://osxdaily.com/2013/06/12/make-boot-os-x-mavericks-usb-install-drive/#comments</comments>
		<pubDate>Wed, 12 Jun 2013 20:36:37 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[boot disk]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X 10.9]]></category>
		<category><![CDATA[OS X Mavericks]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=38750</guid>
		<description><![CDATA[Just like other recent major Mac updates, OS X Mavericks arrives as an app that wants to update the current OS X installation, and with a little work you can make a bootable USB installation drive. This allows you to easily perform partitioning for dual boot situations, clean installs, upgrades on multiple Macs, and more, ... <a class="read-more" href="http://osxdaily.com/2013/06/12/make-boot-os-x-mavericks-usb-install-drive/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>Just like other recent major Mac updates, OS X Mavericks arrives as an app that wants to update the current OS X installation, and with a little work you can make a bootable USB installation drive. This allows you to easily perform partitioning for dual boot situations, clean installs, upgrades on multiple Macs, and more, plus it&#8217;s just really convenient to have for troubleshooting and simple future installations, without having to re-download OS X 10.9 every time you want to install it or perform an upgrade.</p>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/os-x-mavericks-boot-install-drive.jpg" alt="OS X Mavericks boot install drive" title="os-x-mavericks-boot-install-drive" width="620" height="317" class="aligncenter size-full wp-image-38757" /><br />
<span id="more-38750"></span><br />
But unlike before with creating <a href="http://osxdaily.com/2012/02/17/make-bootable-os-x-10-8-mountain-lion-usb-install-drive/">prior version</a> OS X boot install drives, the process is slightly different with Mavericks and requires an additional set of steps to make the installer actually function as a a bootable installer disk. It&#8217;s not too complicated, just a bit more time consuming.</p>
<p>Before beginning, make sure the Mac you want to install Mavericks on <a href="http://osxdaily.com/2013/06/11/os-x-mavericks-system-requirements/">meets the system requirements for 10.9</a>. You will need OS X Mavericks (obviously), and an 8GB (or larger) USB drive that you don&#8217;t mind formatting, we&#8217;re using a USB thumb drive for the purpose of this walkthrough but an external hard drive should work as well.</p>
<h3>Create a Bootable OS X 10.9 Mavericks Installer</h3>
<ul>
<li>Download OS X Mavericks (<a href="http://osxdaily.com/2013/06/10/os-x-mavericks-developer-preview-1-download/">get Developer Preview</a> from Apple, devs only for now) but do not install it yet</li>
<li>Attach the USB drive to the Mac and launch Disk Utility</li>
<li>Choose the USB drive from the left side menu, click the &#8220;Partition&#8221; tab, select &#8220;1 Partition&#8221; from the drop down menu, and then click the &#8220;Options&#8221; button to select &#8220;GUID&#8221; as the partition type, click &#8220;OK&#8221; then click &#8220;Apply&#8221;</li>
<li>Launch Terminal to <a href="http://osxdaily.com/2009/02/25/show-hidden-files-in-os-x/">show</a> hidden files and relaunch the Finder using this defaults command string:</li>
<p><code style="font-size:95%;">defaults write com.apple.Finder AppleShowAllFiles TRUE;\killall Finder;\say Files Revealed</code></p>
<li>Go to the /Applications/ folder to locate the &#8220;Install OS X 10.9 Developer Preview.app&#8221; file</li>
<li>Right-click and choose &#8220;Show Package Contents&#8221;, then open &#8220;Contents&#8221; and open &#8220;SharedSupport&#8221;</li>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/mavericks-show-package-contents.jpg" alt="Show Package Contents of Mavericks installer" title="mavericks-show-package-contents" width="461" height="199" class="aligncenter size-full wp-image-38752" /></p>
<li>Double-click to mount &#8220;InstallESD.dmg&#8221;</li>
<li>Open the mounted &#8216;OS X Install ESD&#8217; image, and right-click &#8220;BaseSystem.dmg&#8221; choosing &#8220;Open&#8221; to mount the image (BaseSystem.dmg is invisible by default, thus why invisible files must be made visible in the earlier step)</li>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/os-x-mavericks-base-system.jpg" alt="OS X Mavericks basesystem.dmg visible" title="os-x-mavericks-base-system" width="516" height="140" class="aligncenter size-full wp-image-38753" /></p>
<li>Go back to Disk Utility, then select &#8220;BaseSystem.dmg&#8221; from the sidebar and then click the &#8220;Restore&#8221; tab</li>
<li>With &#8220;Source&#8221; set to &#8220;BaseSystem.dmg&#8221;, set &#8220;Destination&#8221; to the USB drive by dragging the USB drive into the box, then click &#8220;Restore&#8221; to begin &#8211; confirm that contents of the drive will be erased</li>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/create-os-x-mavericks-boot-install.jpg" alt="Create the OS X Mavericks Boot Installer drive" title="create-os-x-mavericks-boot-install" width="600" height="494" class="aligncenter size-full wp-image-38754" /></p>
<li>When finished, go to Finder and navigate within the newly created USB drive to System > Installation > and delete the file (alias) located here named &#8220;Packages&#8221; &#8211; keep this window open</li>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/os-x-mavericks-packages.jpg" alt="Delete OS X Mavericks Packages link" title="os-x-mavericks-packages" width="620" height="268" class="aligncenter size-full wp-image-38755" /></p>
<li>Go back to the &#8216;OS X Install ESD&#8217; mounted drive, and drag &#038; drop the &#8220;Packages&#8221; folder into the /System/Installation/ directory you just deleted the Packages alias from, let this large folder copy</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/os-x-mavericks-copy-packages.jpg" alt="OS X Mavericks finishing the Boot Install drive by copying Packages folder" title="os-x-mavericks-copy-packages" width="620" height="394" class="aligncenter size-full wp-image-38756" /></p>
<p>Once that Packages folder is finished copying to the drive, the USB drive is now ready to be booted from which it can install OS X Mavericks from.</p>
<h3>Booting from OS X Mavericks Install Drive</h3>
<ul>
<li>With the USB drive attached, reboot the Mac and hold down the Option key</li>
<li>Select the orange drive, labeled &#8220;OS X Base System 1&#8243; from the boot menu</li>
<li>Proceed with the installation as usual</li>
</ul>
<p><img src="http://cdn.osxdaily.com/wp-content/uploads/2013/06/os-x-mavericks-boot-drive.jpg" alt="OS X Mavericks bootable install drive" title="os-x-mavericks-boot-drive" width="620" height="310" class="aligncenter size-full wp-image-38751" /></p>
<p>Enjoy OS X Mavericks! By the way, if there is a more direct method to create a bootable installation drive, we couldn&#8217;t figure it out. Trying to restore or use the InstallESD.dmg file does not work like it used to in the past, but it&#8217;s entirely possible there is another way. If you know how to do it, <a href="mailto:osxdailycom@gmail.com" target="_blank">send us an email</a>, hit up <a href="http://twitter.com/osxdaily" target="_blank">@osxdaily on Twitter</a>, let us know <a href="http://www.facebook.com/osxdaily" target="_blank">on Facebook</a>, or hollar at <a href="https://plus.google.com/110005238800692664883/" target="_blank">us on Google Plus</a>. </p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/osxdaily?a=e8F0i4IOhHE:eRP1Y3xbSkU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=e8F0i4IOhHE:eRP1Y3xbSkU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=e8F0i4IOhHE:eRP1Y3xbSkU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=e8F0i4IOhHE:eRP1Y3xbSkU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/osxdaily?i=e8F0i4IOhHE:eRP1Y3xbSkU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=e8F0i4IOhHE:eRP1Y3xbSkU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/osxdaily?a=e8F0i4IOhHE:eRP1Y3xbSkU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/osxdaily?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/osxdaily/~4/e8F0i4IOhHE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2013/06/12/make-boot-os-x-mavericks-usb-install-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://osxdaily.com/2013/06/12/make-boot-os-x-mavericks-usb-install-drive/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/35 queries in 0.016 seconds using disk: basic
Object Caching 1086/1211 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-06-19 13:07:58 -->
