Thoughtful, detailed coverage of the Mac, iPhone, and iPad, plus the best-selling Take Control ebooks.

 

 

Pick an apple! 
 
Option-click to Hide Apps Quickly

This trick has been available in the Mac OS for years, but many people still don't know it. If you have too many windows cluttering up your screen, you can hide specific ones easily as you work. When you're in any application, hold down the Option key and click on another app's window, on the Dock, or in the Finder to switch to that other app and simultaneously hide all the windows in the previously current app.

 

 

Related Articles

 

 

Use Custom CSS to Tweak TidBITS Display

Send Article to a Friend

A TidBITS reader wrote to us with a suggestion for the new Web site redesign: "My top suggestion of all suggestions is to make the title in all caps so your new format is easier to scan."

There are several reasons we don't use all caps in our headlines, ranging from odd circumstances such as "IPOD" and "IPHONE" to general readability: all caps is harder to read, and comes across online as shouting.

But that doesn't mean our reader is out of luck. Each person has his or her own preferences, so it's likely that having all-capped headlines would make it easier for him to read our site. In this case, he can do something about it easily thanks to the magic of Cascading Style Sheets (CSS).

All of the formatting of the TidBITS site, from the font choices to the page layout, is controlled by CSS. This enables us to decouple content from presentation, and to also make sitewide formatting changes easily. (A quick example: There was too much space below our inline sponsor blurbs, which was remedied in about 30 seconds by changing a single value.)

Now, he can't go editing our master style sheet, but he can create his own. Web browsers include an option to reference a local style sheet that overrides whatever styles a site uses. In this case, the custom style sheet would apply only to the two styles we use for headlines (the rest of the styles work normally).

Here are the steps to create your own:

  1. Open TextEdit (or any other text editor), create a new document, and enter the following:
  2. .head_primary, .head_secondary {
    text-transform: uppercase;
    }

  3. Save the file as something like "mycustom.css" on your hard drive. (Make sure it ends in .css)
  4. In your Web browser, open Preferences; I'll use Safari as an example here. Click the Advanced tab, and under Style Sheet, choose Other from the popup menu.

  5. Select that mycustom.css file.

Now, when you reload the TidBITS home page, headlines appear in all caps.

Thanks again to everyone who has commented and provided feedback on our new redesign.

 

Get more productive with software from Smile: PDFpen for
editing PDFs; TextExpander for saving time and keystrokes while you
type; DiscLabel for designing CD/DVD labels and inserts. Free demos,
fast and friendly customer support. <http://www.smilesoftware.com/>