<?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</title>
<link>http://hints.macworld.com</link>
<description>Macosxhints.com RSS feed</description>
<managingEditor>webteam@macosxhints.com</managingEditor>
<webMaster>webteam@macosxhints.com</webMaster>
<copyright>Copyright 2013 Mac OS X Hints</copyright>
<generator>Geeklog</generator>
<pubDate>Fri, 17 May 2013 07:30:00 -0700</pubDate>
<language>en-gb</language>
<atom:link href="http://hints.macworld.com/backend/osxhints.rss" rel="self" type="application/rss+xml" />
<item>
<title>Save disk space by deleting copies of Mail attachments </title>
<link>http://hints.macworld.com/article.php?story=20130515071439989</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130515071439989</guid>
<pubDate>Fri, 17 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130515071439989#comments</comments>
<dc:subject>Apps</dc:subject>
<description>By default, Mail will keep file attachments that you've opened or viewed in your ~/Library/Mail Downloads folder, until you delete the associated email. You can save disk space by making the following switch:&lt;br&gt;&lt;br&gt; In Mail's preferences, go to General, then set Remove unedited downloads to When Mail Quits. This does not remove the attachment from your email, just from your local cache of Mail Downloads.&lt;br&gt;&lt;br&gt; On one machine I've got, I reclaimed nearly half a gigabyte after using the system for only a few months! I can't wait to see how much I get back on a system I've been using for 5 years!&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: I find it odd that Mail keeps these attachments after you view them, since they're still in the emails. This is only an issue, however, if you save emails with attachments; if you delete them, then the default setting deletes the cached files as well.] 
</description>
</item>
<item>
<title>Fix for missing &amp;quot;Assign to...&amp;quot; Mission Control bug in 10.8.x</title>
<link>http://hints.macworld.com/article.php?story=20130514105015405</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130514105015405</guid>
<pubDate>Thu, 16 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130514105015405#comments</comments>
<dc:subject>System 10.8</dc:subject>
<description>Having originally upgraded to 10.8 from 10.7, all of my applications' desktop assignments in (now) Mission Control were already set. I recently decided to wipe and install a fresh copy of OS X 10.8.3, and discovered that, for many of my apps, the option to &quot;Assign to...&quot; particular desktops or to &lt;i&gt;all&lt;/i&gt; desktops was missing. After roaming through forum after forum I finally found a workaround for this bug.&lt;br&gt;&lt;br&gt; Thankfully it's relatively simple. If you right-click on the Dock icon of a running application and you find that the &quot;Assign to...&quot; option is missing from the &quot;Options&quot; sub-menu (and of course you have multiple desktops setup in Mission Control first), if you launch the application from LaunchPad, the option to assign the application to a particular desktop will a) magically appear, and b) continue to use that assigned space regardless of how it is launched in the future.&lt;br&gt;&lt;br&gt; Hope this is helpful. I spent a few good afternoons trying to fix this. Supposedly t ...</description>
</item>
<item>
<title>Set up Facebook chat in OS X Messages </title>
<link>http://hints.macworld.com/article.php?story=20130515061718564</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130515061718564</guid>
<pubDate>Wed, 15 May 2013 06:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130515061718564#comments</comments>
<dc:subject>Apps</dc:subject>
<description>You can set up Facebook chat in Messages. Since Facebook uses Jabber, all you need to know is your user name, and you can create an account.&lt;br&gt;&lt;br&gt; Open Messages' preferences, and click on Accounts. Click on the + icon to create a new account. For Account Type, choose Jabber. For your account hem, you'll need to find your Facebook user name; this is the text after http://www.facebook.com/. The account name for the Jabber account should therefore be your_facebook_user_name@chat.facebook.com. Enter your Facebook password in the Password field, and click on Done.&lt;br&gt;&lt;br&gt; Messages should log into the account, and you should see a message saying:&lt;br&gt;&lt;br&gt; &lt;i&gt;You are now Online to Chat | You are now Online to Chat. Please note that this also marks you as Online on facebook.com.&lt;/i&gt;&lt;br&gt;&lt;br&gt; You can check Facebook to confirm this; you should see that you are online for chat when you visit Facebook.&lt;br&gt;&lt;br&gt; H/t  ...</description>
</item>
<item>
<title>Disable swipe gesture to go back and forward in Chrome </title>
<link>http://hints.macworld.com/article.php?story=20130514003318533</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130514003318533</guid>
<pubDate>Tue, 14 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130514003318533#comments</comments>
<dc:subject>Apps</dc:subject>
<description>A &lt;a href=&quot;http://apple.stackexchange.com/questions/21236/how-do-i-disable-chromes-two-finger-back-forward-navigation&quot;&gt;Stack Exchange user&lt;/a&gt; asked a question a while back: is it possible to turn off the swipe gesture in Chrome that goes back or forward a page? If you're not familiar with this gesture - which works in most browsers on OS X - you use a two-finger swipe  to the right to go back to the previous page you've viewed, and a swipe in the opposite direction to go forward again. But this use found it got in the way.&lt;br&gt;&lt;br&gt; Fortunately, another user found a Terminal command that turns this feature off. Run this in Terminal, then relaunch Chrome for it to take effect:&lt;pre&gt;&lt;code&gt;defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool FALSE&lt;/code&gt;&lt;/pre&gt;  If you wish to reactivate it, run this command:&lt;pre&gt;&lt;code&gt;defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool TRUE&lt;/code&gt;&lt;/pre&gt; Apparently you can issue this command  ...</description>
</item>
<item>
<title>Easy way to open new Finder window in same folder as frontmost window</title>
<link>http://hints.macworld.com/article.php?story=20130511121728119</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130511121728119</guid>
<pubDate>Mon, 13 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130511121728119#comments</comments>
<dc:subject>System</dc:subject>
<description>You recently published &lt;a href=&quot;http://hints.macworld.com/article.php?story=20130510015954305&quot;&gt;a hint&lt;/a&gt; explaining how to open a new Finder window in the same folder as the frontmost window, using an AppleScript. Here is an easy way to do the same thing: no Applescript, no special apps needed.&lt;br&gt;&lt;br&gt; In the Finder, make sure the Path Bar is visible (View &gt; Show Path Bar). The current path is then displayed at the bottom of each Finder window.&lt;br&gt;&lt;br&gt; As with any other folder icon in the Finder, Command-double-clicking on any icon in the Path Bar will open a new window to that folder.&lt;br&gt;&lt;br&gt; The current folder is always displayed last in the Path Bar (even if the Path Bar is to short to display all the names), so Command-double-clicking on the last icon in the Path Bar will always open a new window to the current folder.
</description>
</item>
<item>
<title>AppleScript to open new Finder window in same folder as frontmost window </title>
<link>http://hints.macworld.com/article.php?story=20130510015954305</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130510015954305</guid>
<pubDate>Fri, 10 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130510015954305#comments</comments>
<dc:subject>System</dc:subject>
<description>A user at Stack Exchange &lt;a href=&quot;http://apple.stackexchange.com/questions/90829/make-new-finder-windows-open-at-current-folder&quot;&gt; asked an interesting question recently &lt;/a&gt;: how can you open a new Finder window in the same folder as the frontmost window? When you open a new Finder window (Command-N in the Finder), it opens to the folder you've set in the Finder's General preferences. There may be some situations when you want to duplicate the current window, such as when you're moving files around among sub-folders in a specific folder.&lt;br&gt;&lt;br&gt; Another reader, Lauri Ranta, posted a simple AppleScript, that you can use together with a &lt;a href=&quot;http://superuser.com/questions/153890/assign-a-shortcut-to-running-a-script-in-os-x/264943#264943&quot;&gt;keyboard shortcut&lt;/a&gt;, to do just this. When you run the script, it creates a new window at the same location as the frontmost window. Here's the script:&lt;pre&gt;&lt;code&gt;tell application &quot;Finder&quot;    try        target of window 1        make new  ...&lt;/code&gt;&lt;/pre&gt;</description>
</item>
<item>
<title>Quickly display SVG files in OS X using Firefox </title>
<link>http://hints.macworld.com/article.php?story=20130426221526186</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130426221526186</guid>
<pubDate>Thu, 09 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130426221526186#comments</comments>
<dc:subject>Apps</dc:subject>
<description>Quick Look uses WebKit to render SVG (scalable vector graphics) flies, and Safari has a bug that mis-renders any isolated horizontal or vertical line segment making it useless.  Most SVG graphics programs like Inkscape or Illustrator are very slow to launch.  Fortunately Firefox works correctly and opens SVG files instantly.  So if you need to view SVG files, you can drag them into a Firefox window, or onto the Firefox icon in the Dock, to view them.  &lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: I tried opening some SVG files in both Safari and Firefox, but didn't find any that had isolated horizontal or vertical lines, so I haven't seen how this issues displays. YMMV.] 
</description>
</item>
<item>
<title>Provide limited, secure, ad hoc access to iOS device </title>
<link>http://hints.macworld.com/article.php?story=20130508015827257</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130508015827257</guid>
<pubDate>Wed, 08 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130508015827257#comments</comments>
<dc:subject>iOS devices</dc:subject>
<description>If you have an iPad or iPhone, and a friend wants to check out a web site, or your child wants to play a game, you may not feel comfortable lending them the device, since they can access your email, bookmarks, contacts and other personal data. &lt;br&gt;&lt;br&gt; There's a way to lend a device to someone, however, so they can only access the current app. Go to Settings &gt; General &gt; Accessibility, and scroll down to the Learning section and tap Guided Access. Turn this on, and enter a PIN. Go back to the Accessibility settings, and scroll all the way down: you'll see, in the Triple-click section, that Triple-click Home is set to Guided Access. (Unless you've already set something else for the Triple-click Home setting.) &lt;br&gt;&lt;br&gt; Now, to lend your device to someone, open the app they're going to use, triple click the Home button, then tap on Start. (You can also set some options before allowing access; tap the Options button at the bottom of the screen.) When the user is finished, triple cli ...</description>
</item>
<item>
<title>Use the Finder toolbar Back button to jump to previously visited folders </title>
<link>http://hints.macworld.com/article.php?story=20130502012828229</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130502012828229</guid>
<pubDate>Mon, 06 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130502012828229#comments</comments>
<dc:subject>System</dc:subject>
<description>I can't find a hint for this on the site, and it's probably not new, but I only just stumbled on this. The Finder toolbar, by default, has Previous and Next buttons that let you navigate back and forth in folders. If you click the Previous button, you'll go back, one window at a time, to all the folders you've visited in that Finder window. But if you click and hold that button, you'll see a list of all the folders you've visited, and can jump to any of them by selecting one. This is a good way to get to a folder you've used but that's far from where you are in the file system.&lt;br /&gt;
</description>
</item>
<item>
<title>Save on mobile bandwidth by disabling remote images in iOS Mail </title>
<link>http://hints.macworld.com/article.php?story=20130501092000781</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130501092000781</guid>
<pubDate>Fri, 03 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130501092000781#comments</comments>
<dc:subject>iOS devices</dc:subject>
<description>I've just moved from a country where I had unlimited (really) data on my iPhone contract to one where data plans are metered and expensive. So &lt;a href=&quot;http://finerthings.in/featured/disable-remote-images-in-mail-for-ios-to-fight-spam-bandwidth-bills/&quot;&gt;this recent article&lt;/a&gt; by David Chartier, on the Finer Things in Tech web site, comes at the right time. It points out the simple setting in iOS to turn off automatic loading of images in Mail. As with Mail on OS X, you can load images later, but you won't need to load them for every message, saving download time and bandwidth. &lt;br&gt;&lt;br&gt; To change this setting, go to Settings &gt; Mail, Contacts &amp; Calendars, and toggle Load Remote Images to OFF. If you get an email with images, and want to see them, just tap on Load All Images in the message. &lt;br&gt;&lt;br&gt; This setting would make more sense if it only affected image downloads when using cellular data. But it's an all-or-nothing choice, so even when you connect via Wi-Fi, you'll need to d ...</description>
</item>
<item>
<title>Fix PDF display in browser issues </title>
<link>http://hints.macworld.com/article.php?story=20130501040023218</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130501040023218</guid>
<pubDate>Thu, 02 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130501040023218#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>Some users have issues displaying PDFs in their web browsers. In some cases, when clicking on a link to a PDF, they get a blank black or white page. These issues can be caused by certain PDF browser plug-ins. &lt;br&gt;&lt;br&gt; Michael Cohen has written &lt;a href=&quot;http://tidbits.com/article/13724&quot;&gt;an article for TidBITS&lt;/a&gt; discussing this issue, and explaining which plug-ins to remove. &lt;br&gt;&lt;br&gt; I haven't seen this issue myself, but for those having problems, this is a simple fix. It's worth noting that, over time, you may have browser plug-ins that you don't need, so it's worth having a look in ~/Library/Internet Plug-Ins and /Library/Internet Plug-Ins to see what's there. 
</description>
</item>
<item>
<title>Prevent Google Now from depleting iOS batteries </title>
<link>http://hints.macworld.com/article.php?story=20130501012148763</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130501012148763</guid>
<pubDate>Wed, 01 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130501012148763#comments</comments>
<dc:subject>iOS devices</dc:subject>
<description>Google has &lt;a href=&quot;http://www.macworld.com/article/2036707/hands-on-google-now-is-less-of-a-concierge-more-of-a-valet.html&quot;&gt;added Google Now&lt;/a&gt; to its Google Search app for iOS. This provides local traffic information, weather data and more. Unfortunately, this also keeps GPS on permanently on an iOS device, depleting its battery.&lt;br&gt;&lt;br&gt;After installing the new Google Search app, I had noticed that my iPhone's Location Services icon was on permanently. I quit all apps that could be using GPS or location services, but it was still visible. I restarted the phone, and it was still visible. It turns out that it was Google Now, and I resolved the issue by deleting the Google Search app.&lt;br&gt;&lt;br&gt; You can also just turn off Google Now, in the Google Search app's settings. (See &lt;a href=&quot;http://twitpic.com/cn77n4&quot;&gt;this screenshot&lt;/a&gt; by Dave Hamilton.) If you want to use Google Now, be aware that it will drain your battery, and remember to turn it off when you don't need it.&lt;br&gt;&lt;br&gt;  ...</description>
</item>
<item>
<title>Sync files across computers with BitTorrent Sync </title>
<link>http://hints.macworld.com/article.php?story=20130429032708579</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130429032708579</guid>
<pubDate>Tue, 30 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130429032708579#comments</comments>
<dc:subject>Apps</dc:subject>
<description>BitTorrent Labs has released &lt;a href=&quot;http://labs.bittorrent.com/experiments/sync/get-started.html&quot;&gt;BitTorrent Sync&lt;/a&gt;, a tool for syncing files across computers, using the BitTorrent peer-to-peer protocol. This app lets you choose a specific folder (or folders) to sync, and have it automatically synced on one or several computers. It runs on OS X, Windows and Linux.&lt;br&gt;&lt;br&gt; I find this an interesting tool. While I use Dropbox regularly, and depend on it for collaboration, and to sync a number of files between my two Macs, there is a limit in the amount of space available. (With the free version, it's 2 GB; paid subscriptions are available if you want more storage.) But also, Dropbox requires that anything you sync be put in its own folder. You can use &lt;a href=&quot;http://hints.macworld.com/article.php?story=20120803093247391&quot;&gt;symbolic links&lt;/a&gt; in a Dropbox folder, but if you want to sync the contents of a specific folder on your Mac to another Mac, this gets a bit complicated. ...</description>
</item>
<item>
<title>Keep your keyboard's keys from getting worn out </title>
<link>http://hints.macworld.com/article.php?story=20130429024920254</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130429024920254</guid>
<pubDate>Mon, 29 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130429024920254#comments</comments>
<dc:subject>Apps</dc:subject>
<description>If you type a lot, you may find that the letters on the keys of your Mac's keyboard will slowly fade away. In my case, not only do they fade away, but one key - the D key, which, since I use a Dvorak layout, is the E key - actually has some of the plastic worn away. And this is on a wireless Apple keyboard that's only about a year old. (Note that since I touch-type, it really doesn't matter whether I see the keys or not…)&lt;br&gt;&lt;br&gt; Topher Kessler, &lt;a href=&quot;http://reviews.cnet.com/8301-13727_7-57581662-263/protect-your-keyboards-keys-from-fading-into-oblivion/&quot;&gt;writing at CNet&lt;/a&gt;, posted an article with some ways to keep the letters from fading. He suggests possibly using a silicone keyboard cover, but I don't think that would be comfortable. But he also recommends using standard cellophane tape, cut into squares that cover the keys. &lt;br&gt;&lt;br&gt; You probably wouldn't want to do this to all the keys on your keyboard: the most commonly-used ones are those most in need of protection: E ...</description>
</item>
<item>
<title>How to show or hide panels in Adobe Acrobat Pro XI v.11.0.2</title>
<link>http://hints.macworld.com/article.php?story=20130406042227461</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130406042227461</guid>
<pubDate>Fri, 26 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130406042227461#comments</comments>
<dc:subject>Apps</dc:subject>
<description>Sometimes clicking the &quot;Show or hide panels&quot; (the top-right icon on right pane for Tools or Comments) in Adobe Acrobat Pro XI v.11.0.2 on OS X 10.8.3 does no work. Clicking it does nothing. Here is the fix:&lt;br&gt;&lt;br&gt; 1. Select View &gt; Read Mode.&lt;br&gt;2. Select View &gt; Full Screen Mode&lt;br&gt;3. Press the Escape key&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: I don’t have Acrobat Pro, so I can’t test this.] 
</description>
</item>
<item>
<title>Use Dropbox and Automator to automatically import photos from Android</title>
<link>http://hints.macworld.com/article.php?story=20130419063133668</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130419063133668</guid>
<pubDate>Thu, 25 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130419063133668#comments</comments>
<dc:subject>Phones</dc:subject>
<description>I have an Android phone and wanted to automatically save photos that I take in iPhoto, similar to the Photo Stream feature that iPhones have.  Dropbox has a feature that automatically uploads photos that you take into a folder called &quot;Camera Uploads,” which is synced across all of my devices, so was a perfect candidate for creating a cross-platform Photo Stream.&lt;br&gt;&lt;br&gt; First, I needed to import the existing &quot;Camera Uploads&quot; photos into iPhoto, as the folder action only triggers when a new file appears in the folder. Once this has been done, the folder action can be created.&lt;br&gt;&lt;br&gt; Open Automator and create a new Folder Action. Select the folder &quot;Camera Uploads&quot; (in the Dropbox folder).&lt;br&gt;&lt;br&gt; Next, drag &quot;Import files into iPhoto&quot; from the list of actions to the main window. Select the album to import into, and choose whether to delete the photos after import or not (I chose not to).&lt;br&gt;&lt;br&gt; Save and give the folder action a name.&lt;br&gt;&lt;br&gt; Quit Automator and iPhoto.&lt;br&gt; ...</description>
</item>
<item>
<title>Download iTunes Store purchases later </title>
<link>http://hints.macworld.com/article.php?story=20130424003520185</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130424003520185</guid>
<pubDate>Wed, 24 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130424003520185#comments</comments>
<dc:subject>Apps</dc:subject>
<description>If you've ever been irked by the need to download iTunes Store purchases right away, or by seeing them constantly pop up in your Downloads queue until you download them, you'll be happy to know that Apple has changed this. You can &lt;a href=&quot;http://www.macworld.com/article/2036098/itunes-store-adds-buy-now-download-later-option-for-video-and-music.html&quot;&gt;now choose to download iTunes Store purchases later&lt;/a&gt;, as long as you're in a country which has iTunes in the Cloud. If you choose to download the content - a movie, TV show, or other large download - at a later date, it will simply be added to your Purchased list and you'll be able to download it later. Or not. Because in some cases, you may want to buy something on, say, an iPhone, but watch it on an Apple TV, and never actually download it locally. This will save a lot of time and bandwidth. 
</description>
</item>
<item>
<title>Quickly type domains for different countries in iOS </title>
<link>http://hints.macworld.com/article.php?story=20130423033116592</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130423033116592</guid>
<pubDate>Tue, 23 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130423033116592#comments</comments>
<dc:subject>Apps</dc:subject>
<description>You may be familiar with the fact that, when typing on iOS, you can press and hold the . (period) key, or the .com key, to get a popup with a handful of top-level domains, such as .com, .org, .edu, etc. If your iOS device is set up with a country other than the US, you'll have these, plus others, such as .co.uk if you're in the UK, or .de if you're in Germany.&lt;br&gt;&lt;br&gt;OS X Daily &lt;a href=&quot;http://osxdaily.com/2013/04/04/add-international-tld-safari-ios&quot;&gt;recently pointed out&lt;/a&gt; that you can also quickly type other top-level domains by simply adding international keyboards to your iOS device. To do this, go to Settings &gt; General &gt; International &gt; Keyboards, then tap on Add New Keyboard. Tap the keyboard for the country you want to use. When you next go to type text, you can press and hold the . (period) key in, say, Mail, or the .com key in Safari, and access additional top-level domains.&lt;br&gt;&lt;br&gt;Interestingly, when I did this, I found a surprising change. I added a UK keyboard to b ...</description>
</item>
<item>
<title>Reduce FaceTime CPU when only using voice </title>
<link>http://hints.macworld.com/article.php?story=20130419214925326</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130419214925326</guid>
<pubDate>Mon, 22 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130419214925326#comments</comments>
<dc:subject>Apps</dc:subject>
<description>FaceTime uses 100% CPU when in a call, probably because of video encoding. Yet it's possible to reduce CPU usage to 20% when you only need voice, extending battery life when mobile.&lt;br&gt;&lt;br&gt; To stop FaceTime from encoding video when in a call, make it fullscreen and it will move into its own space. Then switch back to your main desktop space with a four finger swipe to the right (or by simply switching to an app in that space). Although your camera LED stays on, this actually pauses the video, reducing your CPU from 100% to around 20%. You will also find that voice quality improves with less drop-outs and cracks because now your CPU is prioritized on encoding audio.&lt;br&gt;&lt;br&gt; Update: As mentioned in the comments, it's seems to be sufficient to just have FaceTime in a space and move to a different space, or to minimize the FaceTime window to the Dock.&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: I don't use FaceTime often, choosing rather to use Messages video chats or Skype, so I can't confirm  ...</description>
</item>
<item>
<title>Regular expression reference for BBEdit </title>
<link>http://hints.macworld.com/article.php?story=20130419012508674</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130419012508674</guid>
<pubDate>Fri, 19 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130419012508674#comments</comments>
<dc:subject>Apps</dc:subject>
<description>If you use BBEdit to work with text files, you're certainly aware of its powerful regular expression feature for searching and replacing text. Based on the PCRE (Perl Compatible Regular Expressions) engine, the BBEdit regex language can find and replace pretty much anything.&lt;br&gt;&lt;br&gt; GitHub user ccstone has published a &lt;a href=&quot;https://gist.github.com/ccstone/5385334&quot;&gt;BBEdit Regular Expression Cheat Sheet&lt;/a&gt;, which shows all the standard regex meta-characters, those used for non-visible characters (such as tabs and returns), and classes (such as digits, lower-case letters or alphanumeric characters). &lt;br&gt;&lt;br&gt; If you use BBEdit to find and replace text, and especially if you're not familiar with using regular expressions, you should bookmark this page. 
</description>
</item>
</channel>
</rss>
