The comma key’s hidden powers on iPad
~MacWorld
Whether you’re a touch-screen typing savant or a two finger tapper, there’s no denying that iPad typing isn’t as convenient as using a real keyboard—especially when you want to access frequently-used punctuation that isn’t even available on the virtual keyboard’s main screen. A little-known trick can help: swiping up quickly on the Comma key will instantly insert an apostrophe; swiping up on the Period key inserts a quotation mark. That’s one quick swipe, instead of a tap on the .?123 punctuation key, and then a second tap on the specific punctuation mark you’re after.
Get Account Info in Mail in Preview
~MacOSXHints.com
In Mail.app, press Command+I on the Inbox icon (or right-click on it and choose ‘Get Account Info’) and sample the awesomeness. Actually, this works with any of the main mailbox icons. Just select an account from the popup menu.
It gives space usage for each folder and quota limits for the account, plus other settings from the ‘Account Info’ preference, and works for Gmail and Exchange too. I just stumbled onto it and found it worth sharing.
Retrieve S/Ns of iPods connected to your computer
~MacOSXHints.com
If your iPod is lost or stolen you’ll want to find its serial number. Luckily, your Mac keeps a record of all the iPods that have connected to the computer with the s/n and other info.
The file that stores info about iPods is located at /Library/Preferences/com.apple.iPod.plist. Open it with your favorite text editor.
Here’s the hierarchy of the XML file with (descriptions):
<dict> (everything/root) <key>Devices</key> (the section that stores info about the iPods themselves) <dict> <key>XXXXXXXXXXXXXXXX</key> (a unique identifier for each iPod, not useful to us us <dict> <key>Connected</key> (the first iPod) (In here is the info about the iPod. Subsequently, I will refer to things at this level of the tree.)
</dict> </dict> (ignore stuff in here; it’s not useful to us)
<dict>Line 2 of the section I said we’d focus on is a date. This is the last time you connected the iPod.Line 4 tells us that the device is an iPod, which we already knew. Line 6 tells us what ‘family’ the iPod is. My Nano G5 is a 16. Line 8 is the firmware version in a single number (not the version that we usually see). Line 10 is the firmware version as a the number we’re used to (X.X.X). Lines 12 and 14 are about games on the iPod, and not very useful to us. Line 16 is that unique ID we saw earlier.Line 18 is the language (language-country). Line 20 is the big one: the serial number. Lines 22 and 24 are info for the software update application, and not very useful to us. Line 26 is the number of times you’ve connected that iPod. If you’ve connected more than one iPod, you’ll see another of the blocks that starts with <key>XXXXXXXXXXXXXXXX</key>.
How to re-sort photos on your iPhone
~MacOSXHints.com
An anonymous Hints reader was flummoxed: He (or she) used iTunes to sync pictures from iPhoto to his (or her) iPhone. But when he looked at the pictures on his phone, iPhoto Events didn’t appear in the order he wanted. As far as he could tell, neither iTunes nor the iPhone offered any option to change the phone’s photo-sorting behavior.
As the anonymous reader discovered, however, there is a solution—one that’s less obvious than it might appear at first. The iPhone will honor whichever sorting option you select within iPhoto. To change the sorting order there, launch iPhoto, select Events, and then choose View -> Sort Events. You can then sort Events by date (in chronological or reverse-chronological order), alphabetically by name, or in a manual order of your own creation.
But, wait, there’s more: If you switched to iTunes now, your photos still wouldn’t be in the order you wanted; they’d be out of order on your phone, too. You must first quit and relaunch iPhoto. Once you’ve done so, iTunes will notice the new sort order you’ve set for your Events. When you sync your iPhone this time, events will appear the way you want them to.
Open Google search in new tab behind current
~MacOSXHints.com
In Safari, we all know if you highlight some text and then Control+click (or right mouse click) you get a pop up contextual menu. I use this to search text in Google all the time, but didn’t like that it would open in front while I was still reading the web page. So with a little experimenting, if you hold down the Command key before you click on ‘Search with Google’ in the pop up menu, the page will open in a tab behind your current one.