<?xml version="1.0" encoding="iso-8859-1"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>macosxhints.com application tips</title>
<link>http://hints.macworld.com/index.php?topic=apps</link>
<description>Tips and tricks for OS X applications from macosxhints.com</description>
<managingEditor>webteam@macosxhints.com</managingEditor>
<webMaster>webteam@macosxhints.com</webMaster>
<copyright>Copyright 2012 Mac OS X Hints</copyright>
<generator>Geeklog</generator>
<pubDate>Tue, 15 May 2012 07:30:00 -0700</pubDate>
<language>en-gb</language>
<atom:link href="http://hints.macworld.com/backend/hintsapps.rss" rel="self" type="application/rss+xml" />
<item>
<title>Two AppleScripts for unmounting, mounting local disk volumes</title>
<link>http://hints.macworld.com/article.php?story=20120514064909940</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120514064909940</guid>
<pubDate>Tue, 15 May 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120514064909940#comments</comments>
<dc:subject>Apps</dc:subject>
<description>These AppleScripts are related to &lt;a href=&quot;http://hints.macworld.com/article.php?story=20120501082331755&quot;&gt;this hint&lt;/a&gt;. Both can already be found in the replies to the hint topic post, but I'm resubmitting them so that they will appear together.&lt;br&gt;&lt;br&gt; The first is an improved version of the original AppleScript which presents a dialog box from which a selection of local volumes to be ejected can be made. An example of its usefulness might be that it provides a reliable method for quickly ejecting a MacBook's mounted local volumes for users on the go. I've configured it as a &quot;Run AppleScript&quot; step for an Automator-based Mac OS X Service called &quot;Unmounter&quot; and assigned it the keyboard shortcut of (Command-Control-Shift-E) in System Preferences on my system.&lt;br&gt;&lt;br&gt; The second is a more robust version of the AppleScript included in my first reply to the original hint topic. It attempts to automatically unmount all unmountable local volumes, and if it finds none, attempts to mo ...</description>
</item>
<item>
<title>Copy partially played Audiobooks to a playlist</title>
<link>http://hints.macworld.com/article.php?story=20120514074852378</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120514074852378</guid>
<pubDate>Tue, 15 May 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120514074852378#comments</comments>
<dc:subject>Apps</dc:subject>
<description>iTunes Smart Playlists don't offer a criteria to find tracks which have been partially played. While &quot;Last Skipped&quot; is an option, this track property may not be set if the track wasn't actually skipped and was merely stopped.&lt;br&gt;&lt;br&gt;However, if a track's &quot;Remember playback position&quot; option is set (and most audiobooks have this set by default) the track's AppleScript &lt;strong&gt;bookmark&lt;/strong&gt; property will contain the number of seconds that a track has advanced before being stopped. Thus, any track with a bookmark value greater than zero would have been partially played.&lt;br&gt;&lt;br&gt;Here is an AppleScript that will copy all the tracks in the &quot;Books&quot; library to a new playlist named &quot;Partially Played&quot;. Each time it is run it will update the &quot;Partially Played&quot; playlist.
&lt;pre&gt;&lt;code&gt;property nameOfPlaylist : &quot;Partially Played&quot;tell application &quot;iTunes&quot;	try		set thePlaylist to some playlist whose name is nameOfPlaylist	on error		set thePlaylist to (make playlist with properties {nam ...&lt;/code&gt;&lt;/pre&gt;</description>
</item>
<item>
<title>Drag files from Safari 5 Downloads popup</title>
<link>http://hints.macworld.com/article.php?story=20120511210623576</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120511210623576</guid>
<pubDate>Mon, 14 May 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120511210623576#comments</comments>
<dc:subject>Apps</dc:subject>
<description>I recently tried to drag from Safari's Downloads popup and found that if you drag from the icon of the downloaded file, you can move it where you want.&lt;br&gt;&lt;br&gt; Click on an icon in the Downloads popup and drag it to any folder, or even onto a Dock icon to launch a file you've just downloaded with a specific application.&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: This seems obvious, but there's no hint here for it. There have been hints about &lt;a href=&quot;http://hints.macworld.com/article.php?story=20040213112706190&quot;&gt;double-clicking an icon in the Downloads window to open it&lt;/a&gt;, &lt;a href=&quot;http://hints.macworld.com/article.php?story=20040301124134891&quot;&gt;copying and pasting URLs from the Downloads window&lt;/a&gt;, and the &lt;a href=&quot;http://hints.macworld.com/article.php?story=2011101712482715&quot;&gt;keyboard shortcut to show the Downloads popup (Command-Option-L)&lt;/a&gt;.] 
</description>
</item>
<item>
<title>Remove rubber band scrolling in most apps</title>
<link>http://hints.macworld.com/article.php?story=20120509063823940</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120509063823940</guid>
<pubDate>Thu, 10 May 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120509063823940#comments</comments>
<dc:subject>Apps</dc:subject>
<description>Combining some findings &lt;a href=&quot;http://hints.macworld.com/article.php?story=20120507052042668&quot;&gt;from a recent hint&lt;/a&gt; and on Apple's forums, I've finally found a way to disable the annoying rubber-band scrolling in most applications. All the credit goes to those guys as they did the initial investigation.&lt;br&gt;&lt;br&gt; It works in applications like:&lt;ul&gt;	&lt;li&gt;Finder&lt;/li&gt;	&lt;li&gt;Mail&lt;/li&gt;	&lt;li&gt;Preview&lt;/li&gt;	&lt;li&gt;TextEdit&lt;/li&gt;        &lt;li&gt;Xcode&lt;/li&gt;&lt;/ul&gt;and probably in most applications that use the standard UI (the string to be used in defaults appears in AppKit.framework). It doesn't work in Safari or iTunes.&lt;br&gt;&lt;br&gt; In Terminal type:&lt;pre&gt;&lt;code&gt;defaults write -g NSScrollViewRubberbanding -int 0&lt;/code&gt;&lt;/pre&gt;It should work after you relaunch your applications.&lt;br&gt;&lt;br&gt;To undo this change, run this command in Terminal:&lt;pre&gt;&lt;code&gt;defaults delete -g NSScrollViewRubberbanding&lt;/code&gt;&lt;/pre&gt;[&lt;b&gt;kirkmc adds&lt;/b&gt;: Works as described. I haven't tested many apps, so feel free to post which o ...</description>
</item>
<item>
<title>Remove scrolling elasticity in Xcode</title>
<link>http://hints.macworld.com/article.php?story=20120507052042668</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120507052042668</guid>
<pubDate>Tue, 08 May 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120507052042668#comments</comments>
<dc:subject>Apps</dc:subject>
<description>Mac OS X Lion introduced iOS-style scrolling elasticity. Do you think it's annoying, and it slows you down while working in Xcode? Here's how to remove it.&lt;br&gt;&lt;br&gt; Copy &lt;a href=&quot;http://www.macosxhints.com/dlfiles/kill_elasticity.pbplugin.zip&quot;&gt;this Xcode plugin&lt;/a&gt; to the following directory:&lt;br&gt;&lt;br&gt; &lt;tt&gt;~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/&lt;/tt&gt;&lt;br&gt;&lt;br&gt; You should create the directories if needed.&lt;br&gt;&lt;br&gt; Enjoy!
</description>
</item>
<item>
<title>Option-up arrow and Option-down arrow cycle through sent messages in iChat</title>
<link>http://hints.macworld.com/article.php?story=20120430211814416</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120430211814416</guid>
<pubDate>Wed, 02 May 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120430211814416#comments</comments>
<dc:subject>Apps</dc:subject>
<description>When focus is in the text entry field in an iChat chat window, holding option and using your up and down arrow keys cycles through the previous messages you've sent. This is very similar to how Terminal lets you cycle through previous command just using the up and down arrow keys.&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: I actually spotted this a while ago. I'm not sure why it's there; and I don't really see any use for it, other than, perhaps, to find a text you sent to someone without scrolling in the window, and then copy it to send to someone else. This works in Lion; can anyone confirm that whether works in earlier versions of OS X or not?] 
</description>
</item>
<item>
<title>Reduce the size of Google Chrome </title>
<link>http://hints.macworld.com/article.php?story=20120426095831578</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120426095831578</guid>
<pubDate>Fri, 27 Apr 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120426095831578#comments</comments>
<dc:subject>Apps</dc:subject>
<description>]Google Chrome keeps older versions of its web browser causing it to balloon in size. I noticed that the Google Chrome App on my Mac was 1.2 GB. That seemed a bit portly for a web browser. Upon looking into the app's bundle, by right-clicking and choosing Show Package Contents, I found multiple old versions of the app, all which appeared to be nearly identical. I removed all but the most recent version and everything appears to run correctly and the app size is now a much more slim 113 MB.&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: Interesting. On my Mac, in the bundle, in Contents &gt; Versions, there are, indeed, two versions of Chrome. This presumably has something to do with Chrome's silent updating. (Queries on Twitter suggest that this is the norm; a number of people replied that theirs was around 220 MB, as was mine.) Make sure you keep the one with the highest version number.  You could also, of course, just download a new copy.&lt;br&gt;&lt;br&gt; If you want to turn off this automatic updating, s ...</description>
</item>
<item>
<title>Get rid of intermittent SSH_AUTH_SOCKET environment variable from SSHKeychain</title>
<link>http://hints.macworld.com/article.php?story=20120425080226375</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120425080226375</guid>
<pubDate>Thu, 26 Apr 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120425080226375#comments</comments>
<dc:subject>Apps</dc:subject>
<description>SSHKeychain used to set the SSH_AUTH_SOCK environment variable to something like /tmp/50x/SSHKeychain.socket, but even getting rid of SSHKeychain didn't get rid of the environment setting.&lt;br&gt;&lt;br&gt; I used to use a great little program called SSHKeychain to maintain my ssh world on OS X. Even after Apple's keychain started dealing with ssh-agent properly, I still kept SSHKeychain around for the convenience of maintaining my ssh tunnel configurations in one place. &lt;br&gt;&lt;br&gt; However, there was an occasional mismatch between the SSHKeychain way of doing things and the Apple keychain way, and SSHKeychain seemed to have fallen into disrepair, with no maintenance (on SourceForge at least) since 2007. &lt;br&gt;&lt;br&gt; A few months back, I finally got rid of SSHKeychain, and started having problems.&lt;br&gt;&lt;br&gt; There was apparently a phase-of-the-moon dependent race condition (somewhere) that clobbered the Apple keychain setting of SSH_AUTH_SOCK with a setting left over from SSHKeychain. This man ...</description>
</item>
<item>
<title>Fix some iChat connection problems</title>
<link>http://hints.macworld.com/article.php?story=20120417033810112</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120417033810112</guid>
<pubDate>Wed, 18 Apr 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120417033810112#comments</comments>
<dc:subject>Apps</dc:subject>
<description>There are days when I cannot connect to iChat's servers - well, actually to the AIM servers that iChat uses. The fix is simple yet odd. I use SSL with iChat, and all it takes to get the connection is to turn it off. Go to iChat &amp;gt; Preferences &amp;gt; Accounts, click on your account, then click on the Server Settings tab. You must be offline to make changes here. If you have Use SSL checked, uncheck it, then connect. Disconnect, then reconnect it, if you still want to use SSL. I don't know why this works, but it does.&lt;br /&gt;
</description>
</item>
<item>
<title>Convert multiple text files to Mail notes</title>
<link>http://hints.macworld.com/article.php?story=20120224235738709</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120224235738709</guid>
<pubDate>Fri, 13 Apr 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120224235738709#comments</comments>
<dc:subject>Apps</dc:subject>
<description>I have been using plain text files (.txt) for storing my notes since the arrival of Notational Velocity a while ago. When I saw that Mountain Lion will have a dedicated Notes app, I decided it would be great to switch over to Mail's notes system in preparation for the new OS.  &lt;br&gt;&lt;br&gt; I couldn't find a suitable method for rapidly importing my text notes into apple mail, so I combined a script &lt;a href=&quot;http://forums.macrumors.com/showthread.php?t=779050&quot;&gt;found on MacRumors&lt;/a&gt; with some python, which can then be packaged into a Service using Automator (&quot;Service receives selected files and folders&quot;).&lt;pre&gt;import sysimport osprint sys.argvfor filename in sys.argv[1:]:    print filename    text = open(filename,'r').readlines()    title = os.path.splitext(os.path.basename(filename))[0]    text = title +'&amp;#092;n'+' '.join(text)    # Store file contents in clipboard    outf = os.popen(&quot;pbcopy&quot;, &quot;w&quot;)    outf.write(text)    outf.close()    cmd = &quot;&quot;&quot;osascript&amp;lt &amp;lt END	tel ...&lt;/pre&gt;</description>
</item>
<item>
<title>Make Mail badge report only personal emails </title>
<link>http://hints.macworld.com/article.php?story=20120405234513127</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120405234513127</guid>
<pubDate>Tue, 10 Apr 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120405234513127#comments</comments>
<dc:subject>Apps</dc:subject>
<description>The Mail applications can report the number of unread e-mails via a badge on the application’s Dock icon. It would be more useful if the badge showed more relevant personal e-mails (sent to you personally and not to a mailing list, ord sent from somebody you know). This way the user is interrupted less often, while still keeping track of relevant emails. Recently, Gmail has offered a way to prioritize emails (Gmail &gt; Settings &gt; Personal level indicators). The good news is that a similar technique can be used in Mail. &lt;br&gt;&lt;br&gt; To have the personal emails reported, first create a “Personal email” rule. To create a rule in Mail, choose Mail &gt; Preferences &gt; Rules, then click on &quot;Add rule.&quot; Name the rule “Personal email” and select the following:&lt;ul&gt;	&lt;li&gt;The rule should match &lt;b&gt;any&lt;/b&gt; of the following conditions&lt;/li&gt;	&lt;li&gt;&quot;Sender is in my Previous Recipients&quot;&lt;/li&gt;	&lt;li&gt;&quot;Sender is in my Address Book&quot;&lt;/li&gt;	&lt;li&gt;&quot;Perform action&quot;: flag emails with a gray flag&lt;/li&gt;&lt;/ul&gt;Next, create a ...</description>
</item>
<item>
<title>Long list of defaults commands </title>
<link>http://hints.macworld.com/article.php?story=20120403012145597</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120403012145597</guid>
<pubDate>Wed, 04 Apr 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120403012145597#comments</comments>
<dc:subject>Apps</dc:subject>
<description>If you've been around this site for a while, you know that the &quot;defaults&quot; command in Terminal can do a lot. It can set many hidden settings and preferences in Mac OS X, and in individual applications. &lt;br&gt;&lt;br&gt; Mathias Bynens has posted a &lt;a href=&quot;https://github.com/mathiasbynens/dotfiles/blob/master/.osx&quot;&gt;long list of these commands on github&lt;/a&gt;. I haven't looked closely, but I'm willing to bet that some of them haven't been posted here as hints yet.&lt;br&gt;&lt;br&gt; There used to be a great tool called Secrets, which was a preference pane, and which allowed GUI access to many of these commands. Alas, Secrets hasn't been updated for Lion, so using Terminal is the best way to apply these commands.&lt;br&gt;&lt;br&gt; If you're unfamiliar with how to use these commands, here's what you need to know. Open Terminal (in /Applications/Utilities), then paste one of the commands into Terminal and press Return. The commands in the list are the parts that begin with &quot;defaults,&quot; such as:&lt;pre&gt;&lt;code&gt;default ...&lt;/code&gt;&lt;/pre&gt;</description>
</item>
<item>
<title>10.7: Disable folder drop-down in Terminal menu bar</title>
<link>http://hints.macworld.com/article.php?story=20120329062604946</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120329062604946</guid>
<pubDate>Fri, 30 Mar 2012 07:26:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120329062604946#comments</comments>
<dc:subject>Apps</dc:subject>
<description>In 10.7, Apple changed Terminal to include a drop-down path icon in the window's title bar, similar to what you get in Finder and many other applications.&lt;br&gt;&lt;br&gt;While some may like this, the problem is that it actually changes the window's title, as seen by applications (such as our own window manager, Moom). For instance, run this command in 10.7's Terminal...&lt;br&gt;&lt;br&gt;&lt;tt&gt;osascript -e &quot;tell application &amp;#92;&quot;Terminal&quot;&amp;#92; to return name of window 1&quot;&lt;/tt&gt;&lt;br&gt;&lt;br&gt;...and you'll see the current folder reflected in the window title. If you'd rather not have the path there, the &lt;a href=&quot;http://apple.stackexchange.com/questions/21384/disable-terminals-title-bar-directory-on-lion&quot;&gt;fix is simple&lt;/a&gt;. Just add this command to your &lt;tt&gt;.profile&lt;/tt&gt; file (or whatever file you use to init your Terminal windows):&lt;br&gt;&lt;br&gt;&lt;tt&gt;unset PROMPT_COMMAND&lt;/tt&gt;&lt;br&gt;&lt;br&gt;Save the &lt;tt&gt;.profile&lt;/tt&gt; file, close and open a new Terminal window, and you'll see that the folder drop-down has vanished fro ...</description>
</item>
<item>
<title>Organize videos by group in iTunes</title>
<link>http://hints.macworld.com/article.php?story=20120310181018710</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120310181018710</guid>
<pubDate>Wed, 28 Mar 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120310181018710#comments</comments>
<dc:subject>Apps</dc:subject>
<description>In iTunes, there are two ways to categorize your videos: as either Movies or TV Shows. I use the Movies category for very large files, and put everything else in TV Shows, because in the TV Shows library, iTunes allows you to create groups. I've created groups called You Tube Videos, Home Videos, Work Stuff, etc.&lt;br&gt;&lt;br&gt; To create a group, first make sure both TV Shows and Movies are visible in the  iTunes source list.  If they're not, go to iTunes' General preferences and check Movies and TV Shows in the Show section.  &lt;br&gt;&lt;br&gt; Next, import your new movie into iTunes by dragging it to the source list where these libraries display. In most cases, iTunes will categorize it as a movie.  Select the movie and press Command-I to display the Info window. Click on the Options tab, then, under Media Kind, choose TV Show. If it's as short video, you might want to uncheck Remember Playback Position, because you will most likely always want to start these types of files from the beginning ...</description>
</item>
<item>
<title>Export PDF to Dropbox directly from iOS device</title>
<link>http://hints.macworld.com/article.php?story=20120323074214822</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120323074214822</guid>
<pubDate>Tue, 27 Mar 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120323074214822#comments</comments>
<dc:subject>Apps</dc:subject>
<description>My workflow often involves taking Word Documents and manipulating them with handwritten annotations on my iPad. With this method, I can immediately take a downloaded .docx (or presumably any other MS Office file), convert it to a PDF, get it into my Dropbox, and finally my annotation app; all without leaving the iPad. While it may seem clumsy at first, it only takes four easy steps.&lt;br&gt;&lt;br&gt; You will need the Pages app, the Dropbox app, a Dropbox account, and a &lt;a href=&quot;http://sendtodropbox.com/&quot;&gt;a send to dropbox&lt;/a&gt; account.&lt;br&gt;1. Import your document into the Pages app. &lt;br&gt;2. Tap the wrench and select &quot;Share and print.&quot; &lt;br&gt;3. Email a PDF to your @sendtodropbox address. &lt;br&gt;4. Check out the &quot;Attachments&quot; folder in Dropbox (or your desired Dropbox-linked 3rd party app). &lt;br&gt;&lt;br&gt;[&lt;b&gt;kirkmc adds&lt;/b&gt;: I haven't tested this.] 
</description>
</item>
<item>
<title>Decompress zip archives that expand to .cpgz archives</title>
<link>http://hints.macworld.com/article.php?story=20120326045439340</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120326045439340</guid>
<pubDate>Mon, 26 Mar 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120326045439340#comments</comments>
<dc:subject>Apps</dc:subject>
<description>I'd come across this before, and it was very annoying. Last night, I downloaded a zip archive of freely-distributed MP3 files, and when I double-clicked it to decompress it, all I got was a .cpgz file. This is apparently a zipped CPIO archive file. Double-clicking that file just created the zip file again, and this was an endless loop&lt;br&gt;&lt;br&gt; Searching on Google, I saw that plenty of people had come across this problem, and offered a number of suggestions, none of which worked for me. Some articles suggested that the download might have been corrupted, but as this was a very large file, I didn't want to try and download it again. &lt;br&gt;&lt;br&gt;The solution for me was to use the free &lt;a href=&quot;http://wakaba.c3.cx/s/apps/unarchiver.html&quot;&gt;The Unarchiver&lt;/a&gt;, which has turned out to be a Swiss army knife for decompressing many obscure types of archives. Opening the file with The Unarchiver decompressed it correctly. &lt;br&gt;&lt;br&gt; I didn't think of it at the time - and I have since deleted th ...</description>
</item>
<item>
<title>Delete Mail messages with Control-H keyboard shortcut</title>
<link>http://hints.macworld.com/article.php?story=20120320062644784</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120320062644784</guid>
<pubDate>Wed, 21 Mar 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120320062644784#comments</comments>
<dc:subject>Apps</dc:subject>
<description>The other day on Twitter, Macworld senior editor Dan Frakes mentioned that he had accidentally discovered an undocumented keyboard shortcut to delete messages in Mail. My guess is that he just leaned on his keyboard, but he figured out, after deleting a number of messages, that this shortcut is Control-H. &lt;br&gt;&lt;br&gt; This makes sense, as this is the Unix keybinding for the Backspace or Delete key (see &lt;a href=&quot;http://en.wikipedia.org/wiki/Delete_key&quot;&gt;this Wikipedia article&lt;/a&gt;), and OS X uses these shortcuts, at least in Cocoa applications; you can use the Control-H shortcut to delete text in those applications that use the Cocoa text input framework. But its use to delete messages in Mail is interesting. If anyone discovers other apps where this works, post them in the comments. 
</description>
</item>
<item>
<title>Google Earth for iOS opens .kmz files from websites or sent by e-mail</title>
<link>http://hints.macworld.com/article.php?story=20120319142220915</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120319142220915</guid>
<pubDate>Tue, 20 Mar 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120319142220915#comments</comments>
<dc:subject>Apps</dc:subject>
<description>The latest update to Google Earth for iOS, version 6.2, can open .kmz or .kml files on websites, but you can also e-mail these to yourself to use on your iPhone or iPad. If you're in the desktop version of Google Earth, right-click on a link and choose &lt;b&gt;Email...&lt;/b&gt;, and a new message will be made with the .kmz file as an attachment. When you receive this on your iOS device, tap and hold, then open the file with Google Earth. &lt;br&gt;&lt;br&gt;[&lt;b&gt;kirkmc adds&lt;/b&gt;: This works as described. I have to say, the only time I ever open Google Earth is to follow the route of the Tour de France...] 
</description>
</item>
<item>
<title>Resolve GarageBand Export Songs to iTunes timeout</title>
<link>http://hints.macworld.com/article.php?story=20120309011628520</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120309011628520</guid>
<pubDate>Tue, 13 Mar 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120309011628520#comments</comments>
<dc:subject>Apps</dc:subject>
<description>Apparently, there are cases when exporting a song from GarageBand to iTunes results in a time-out. Apple has published &lt;a href=&quot;http://support.apple.com/kb/HT2932&quot;&gt;a technical note&lt;/a&gt; explaining that this may occur if there are any open dialogs in iTunes. Make sure to close all such windows in iTunes - such as the Preferences or Info windows - before exporting songs from GarageBand.
</description>
</item>
<item>
<title>iTunes: Auto-convert music files to bit rates other than 128 kbps</title>
<link>http://hints.macworld.com/article.php?story=20120309005737656</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120309005737656</guid>
<pubDate>Mon, 12 Mar 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120309005737656#comments</comments>
<dc:subject>Apps</dc:subject>
<description>iTunes 10.6, just out, has a new feature that some music lovers will appreciate. In the past, you could auto-convert music files when syncing them to an iPod or iOS device, but only to 128 kbps. Now, with iTunes 10.6, you have three options: 128, 192 and 256 kbps. This is available in the Options section of the Summary tab for an iPod.&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: While not strictly a hint, but rather a heads up for a new feature, this is a one that many iTunes users have been hoping for. I &lt;a href=&quot;http://www.mcelhearn.com/2012/03/08/new-in-itunes-10-6-auto-conversion-of-music-files-to-bit-rates-other-than-128/&quot;&gt;blogged about it&lt;/a&gt;, but thought it would be useful to have it here as well.] 
</description>
</item>
</channel>
</rss>

