<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>UsingMac.com - Home</title>
  <id>tag:usingmac.com,2010:mephisto/</id>
  <generator version="0.7.3" uri="http://mephistoblog.com">Mephisto Noh-Varr</generator>
  <link href="http://usingmac.com/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://usingmac.com/" rel="alternate" type="text/html"/>
  <updated>2010-01-05T17:19:26Z</updated>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2010-01-05:33054</id>
    <published>2010-01-05T14:00:00Z</published>
    <updated>2010-01-05T17:19:26Z</updated>
    <category term="Tweak"/>
    <link href="http://usingmac.com/2010/1/5/tweaks-for-the-dock" rel="alternate" type="text/html"/>
    <title>Tweaks for the Dock</title>
<summary type="html">&lt;p&gt;
&lt;img class=&quot;bdr-gray show&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/dock-tweak/756404795_2Efkp-O.png&quot; height=&quot;220&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
Tweaking the interface of my Mac has long become part of activity. It's a lot of fun in the process of it. However, you should always remember to backup your files before starting the tweak, in case you accidentally make your Mac explode because of it (I'm exaggerating here).
&lt;/p&gt;

&lt;p&gt;
Left all the worries behind and have fun with the tweaks!
&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;
&lt;img class=&quot;bdr-gray show&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/dock-tweak/756404795_2Efkp-O.png&quot; height=&quot;220&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
Tweaking the interface of my Mac has long become part of activity. It's a lot of fun in the process of it. However, you should always remember to backup your files before starting the tweak, in case you accidentally make your Mac explode because of it (I'm exaggerating here).
&lt;/p&gt;

&lt;p&gt;
Left all the worries behind and have fun with the tweaks!
&lt;/p&gt;
&lt;h2&gt;Basic Shortcut&lt;/h2&gt;
&lt;p&gt;
  Though this one here can't be considered a tweak, but I believe it's good to
  know some of the shortcuts to faster up basic adjustment for your Dock.
&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Drag &amp;rarr; Resize the Dock&lt;/li&gt;
  &lt;li&gt;Opt-Drag &amp;rarr; Proportionally Resize the Dock&lt;/li&gt;
  &lt;li&gt;Shift-Drag &amp;rarr; Move the Dock to Other Screen Edge&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
  Note that when performing the &lt;b&gt;Drag&lt;/b&gt;, you should click on the Dock separator
  and drag it.
&lt;/p&gt;

&lt;h2&gt;Hidden Preferences&lt;/h2&gt;
&lt;p&gt;
  Have you heard about &lt;b&gt;Secrets&lt;/b&gt; before?
  &lt;b&gt;Secrets&lt;/b&gt; is a preference pane that reveals many of secret preferences. Example
  for Dock, it allows you to:
&lt;/p&gt;
  
&lt;ul&gt;
   &lt;li&gt;Change the pinning position&lt;/li&gt;
   &lt;li&gt;Use the &lt;b&gt;Suck Effect&lt;/b&gt; for window minimization&lt;/li&gt;
   &lt;li&gt;Enable &lt;b&gt;New List View&lt;/b&gt; for Stack&lt;/li&gt;
   &lt;li&gt;and many other interesting hidden preferences&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
  Secrets can be downloaded from &lt;a href=&quot;http://secrets.blacktree.com/&quot;&gt;http://secrets.blacktree.com/&lt;/a&gt;
&lt;/p&gt;

&lt;h2&gt;Terminal Commands&lt;/h2&gt;
&lt;p&gt;
  In case you don't want to install additional preference pane (Secrets) for revealing
  secret preferences, you can still use the command line provided below and execute it
  with your &lt;b&gt;Terminal&lt;/b&gt; for the effect.
&lt;/p&gt;

&lt;h4&gt;New List View&lt;/h4&gt;
    &lt;pre&gt;defaults write com.apple.dock use-new-list-stack -bool YES &amp;&amp; killall Dock&lt;/pre&gt;

    &lt;h4&gt;Stack Highlight&lt;/h4&gt;
    &lt;pre&gt;defaults write com.apple.dock mouse-over-hilite-stack -boolean YES
killall Dock&lt;/pre&gt;

    &lt;h4&gt;2D Dock&lt;/h4&gt;
    &lt;pre&gt;defaults write com.apple.dock no-glass -boolean YES
killall Dock&lt;/pre&gt;

    &lt;h4&gt;Transparent Hidden Icon&lt;/h4&gt;
    &lt;pre&gt;defaults write com.apple.Dock showhidden -bool YES
killall Dock&lt;/pre&gt;

    &lt;h4&gt;Add &quot;Recent Applications&quot; Stack&lt;/h4&gt;
    &lt;pre&gt;defaults write com.apple.dock persistent-others -array-add '{ &quot;tile-data&quot; = { &quot;list-type&quot; = 1; }; &quot;tile-type&quot; = &quot;recents-tile&quot;; }'
killall Dock&lt;/pre&gt;

    &lt;h4&gt;Dock Pinning (Left)&lt;/h4&gt;
    &lt;pre&gt;defaults write com.apple.dock pinning -string start
killall Dock&lt;/pre&gt;

    &lt;h4&gt;Dock Pinning (Right)&lt;/h4&gt;
    &lt;pre&gt;defaults write com.apple.dock pinning -string end
killall Dock&lt;/pre&gt;


&lt;h2&gt;Restyle Dock Background&lt;/h2&gt;
&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/restyle/756385761_UnEKw-O.png&quot; height=&quot;200&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
  In order to get your Dock background changed like what is shown in the screenshot above,
  you can follow these steps:
&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Download the sprites from &lt;a href=&quot;http://leoparddocks.com/download/PlateauDock.zip&quot;&gt;PlateauDock &amp;darr;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;
    Open Finder, hit &lt;b&gt;Cmd-Shift-G&lt;/b&gt; and enter this address:&lt;br /&gt;
    &lt;b&gt;/System/Library/CoreServices/Dock.app/Contents/Resources&lt;/b&gt;
  &lt;/li&gt;
  &lt;li&gt;And then copy in all 5 items inside the unzipped &lt;b&gt;PlateauDock&lt;/b&gt; folder&lt;/li&gt;
  &lt;li&gt;Restart your Dock with Terminal command &lt;b&gt;killall Dock&lt;/b&gt; for the change to take effect&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
  Interestingly, if you delete these 5 files: &lt;b&gt;scurve-l.png&lt;/b&gt;, &lt;b&gt;scurve-m.png&lt;/b&gt;, &lt;b&gt;scurve-sm.png&lt;/b&gt;,
  &lt;b&gt;scurve-xl.png&lt;/b&gt;, and &lt;b&gt;separator.png&lt;/b&gt;, you will get an &lt;b&gt;Invisible Dock&lt;/b&gt;.
&lt;/p&gt;

&lt;h2&gt;Rename Dock Menu&lt;/h2&gt;
&lt;p&gt;
  Feeling bored with default contextual menu naming for your Dock?
  &lt;br /&gt;
  If so, you can try to change the naming with these simple steps:
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://farm4.static.flickr.com/3052/2967720744_e60907ebe0_o.png&quot; height=&quot;209&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;
    Open your Dock, hit &lt;b&gt;Cmd-Shift-G&lt;/b&gt;, and then enter this address&lt;br /&gt;
    &lt;b&gt;/System/Library/CoreServices/Dock.app/Contents/Resources/English.lproj&lt;/b&gt;
  &lt;/li&gt;
  &lt;li&gt;
    Search for the file &lt;b&gt;DockMenus.strings&lt;/b&gt; and open it, you will see lines of words, eg:&lt;br /&gt;
&lt;span class=&quot;clr-blue bd&quot;&gt;
OPEN_FILENAME = &quot;Open &quot;%@&quot;&quot;;&lt;br /&gt;
OPEN = &quot;Open&quot;;&lt;br /&gt;
&lt;/span&gt;
  &lt;/li&gt;
  &lt;li&gt;
    Left hand side is the command to OS, don't change it. Instead, you can change the naming
    on the right hand side. Example:&lt;br /&gt;
&lt;span class=&quot;clr-blue bd&quot;&gt;
OPEN_FILENAME = &quot;Launch &quot;%@&quot;&quot;;&lt;br /&gt;
OPEN = &quot;Launch&quot;;&lt;br /&gt;
&lt;/span&gt;
  &lt;/li&gt;
  &lt;li&gt;Restart your Dock for the change to take effect (Terminal &amp;rarr; &lt;b&gt;killall Dock&lt;/b&gt;)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
  This trick has been mentioned before &lt;a href=&quot;http://www.usingmac.com/2008/10/23/dock-tweaks&quot;&gt;here&lt;/a&gt;.
&lt;/p&gt;


&lt;h2&gt;Do You Like This Article?&lt;/h2&gt;
&lt;p&gt;
  We are trying our best to write interesting articles for our readers. If you have any
  suggestions, ideas, or comments, you can always feedback us on the comment box provided
  or mail me at wendy[at]usingmac[dot]com.
&lt;/p&gt;

&lt;p&gt;
  Thanks for the time reading our articles.
&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-12-28:32757</id>
    <published>2009-12-28T13:00:00Z</published>
    <updated>2010-01-05T18:52:47Z</updated>
    <category term="Imaging"/>
    <link href="http://usingmac.com/2009/12/28/100-nature-wallpapers" rel="alternate" type="text/html"/>
    <title>100+ Beautiful Nature Wallpapers</title>
<summary type="html">&lt;p&gt;
&lt;a href=&quot;http://www.usingmac.com/2009/12/26/100-nature-wallpapers&quot;&gt;
&lt;img class=&quot;bdr-gray show&quot; src=&quot;http://rubify.smugmug.com/Computers/UsingMac/Nature/750239837_tu9Wu-M.png&quot; height=&quot;300&quot; alt=&quot;100+ Nature Wallpapers on UsingMac.com&quot; width=&quot;600&quot; /&gt;
&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
In this article, we’d like to showcase you a list of &lt;b&gt;100+ Beautiful Nature Wallpapers&lt;/b&gt; to decorate your desktop. Previously we have also compiled some beautiful wallpapers; if you like to collect wallpapers, you may want to look at some of these posts:
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.usingmac.com/2009/7/1/beautiful-artistic-wallpapers&quot;&gt;100+ Elegant &amp;amp; Artistic Wallpapers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.usingmac.com/2008/7/28/200-mind-blowing-nature-wallpapers&quot;&gt;200 Mind-Blowing Nature Wallpapers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.usingmac.com/2008/7/1/inspiring-firefox-wallpapers&quot;&gt;Beautiful, Inspiring Firefox Wallpapers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.usingmac.com/2008/5/18/50-nice-apple-wallpapers&quot;&gt;50+ Nice Apple Wallpapers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.usingmac.com/gallery&quot;&gt;And more&amp;hellip;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Let's proceed to wallpapers collection in this article.
&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;
&lt;a href=&quot;http://www.usingmac.com/2009/12/26/100-nature-wallpapers&quot;&gt;
&lt;img class=&quot;bdr-gray show&quot; src=&quot;http://rubify.smugmug.com/Computers/UsingMac/Nature/750239837_tu9Wu-M.png&quot; height=&quot;300&quot; alt=&quot;100+ Nature Wallpapers on UsingMac.com&quot; width=&quot;600&quot; /&gt;
&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
In this article, we’d like to showcase you a list of &lt;b&gt;100+ Beautiful Nature Wallpapers&lt;/b&gt; to decorate your desktop. Previously we have also compiled some beautiful wallpapers; if you like to collect wallpapers, you may want to look at some of these posts:
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.usingmac.com/2009/7/1/beautiful-artistic-wallpapers&quot;&gt;100+ Elegant &amp;amp; Artistic Wallpapers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.usingmac.com/2008/7/28/200-mind-blowing-nature-wallpapers&quot;&gt;200 Mind-Blowing Nature Wallpapers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.usingmac.com/2008/7/1/inspiring-firefox-wallpapers&quot;&gt;Beautiful, Inspiring Firefox Wallpapers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.usingmac.com/2008/5/18/50-nice-apple-wallpapers&quot;&gt;50+ Nice Apple Wallpapers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.usingmac.com/gallery&quot;&gt;And more&amp;hellip;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Let's proceed to wallpapers collection in this article.
&lt;/p&gt;
&lt;h2&gt;Waterfalls, Lakes, and Beaches&lt;/h2&gt;
&lt;h3 class=&quot;mt20&quot;&gt;Boat&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Boat_1680x1050_31347.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Boat/748067476_yFGdm-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Water&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Water_1920x1200_32470.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Water/748066926_qC93D-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;The Perfect Falls&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.randomwalls.com/2008/11/the-perfect-falls-premium-widescreen-wallpaper/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/The-Perfect-Falls/748066951_bwTuC-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Nei-Dong Waterfall&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://interfacelift.com/wallpaper_beta/details/1929/nei-dong_waterfall.html&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Nei-Dong-Waterfall/748067122_HgaGz-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Rainforest Creek&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://nxxos.deviantart.com/art/Rainforest-Creek-Wallpaper-143641669&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Rainforest-Creek/748067080_cmRXr-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Small Islands Caribbean&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Small_islands_Caribbean/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Small-Islands-Caribbean/748067022_uoZC3-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Maldives&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopexchange.com/gallery/Nature_widescreen_wallpaper/Maldives&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Maldives/748067207_yLnx8-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Near the Ocean&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://thundafunda.com/393/?level=picture&amp;amp;id=827&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Near-the-Ocean/748067114_mAj6H-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Ocean Tides&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://wallpapers.free-review.net/42__Ocean_Tides.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Ocean-Tides/748067104_YDUF2-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Indian Beach&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Indian_Beach/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Indian-Beach/748067272_UwjuB-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Exotic Beach&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Exotic_Beach/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Exotic-Beach/748067398_x62fu-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Rocky Coast&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://2.bp.blogspot.com/_2IU2Nt4rD1k/Sxbbg-6O8jI/AAAAAAAAAR0/osqgb_LvsXI/s1600-h/59.jpg&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Rocky-Coast/748067038_fUAxg-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;The Lookout&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/The-Lookout_1920x1200_34910.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/The-Lookout/748066981_BiFeF-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Sunny Bay&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Sunny-Bay_1920x1200_34300.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Sunny-Bay/748067016_vWqFi-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Sunset at the Bay&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Sunset-at-the-bay_1680x1050_31312.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Sunset-at-the-Bay/748067006_7xiEB-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Sunset on the Beach&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.manywallpapers.com/nature-wallpapers/beach/sunset-on-the-beach.html&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Sunset-on-the-Beach/748066990_xBA3L-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Tides Out for the Night&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Tides-Out-For-The-Night_1920x1200_37204.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Tides-Out-for-the-Night/748066940_k2Q4d-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Beach Lake&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://widescreen.pixxp.com/42__Beach_Lake_-_Olympic_National_Park,_Washington.html&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Beach-Lake/748067519_g2dW8-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Turquoise Reflections&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Turquoise-reflections_1440x900_38582.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Turquoise-Reflections/748066952_p5TNc-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Emerald Lake&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Emerald-Lake_1920x1200_34911.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Emerald-Lake/748067396_TrmDg-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Bridge on the River&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Bridge_on_the_River/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Bridge-on-the-River/748067457_ejCEV-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;August at the Lake&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://wallpapers.free-review.net/19__August_at_the_Lake_-_Vista_Wallpaper.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/August-at-the-Lake/748067531_Drw2H-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Autumn Lake&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Autumn-Lake_1280x800_38584.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Autumn-Lake/748067547_jqSfH-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Lake Reflections&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopexchange.com/gallery/Nature_widescreen_wallpaper/Lake_reflections&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Lake-Reflections/748067234_RWkfg-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Sunset Lake&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Sunset_Lake/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Sunset-Lake/748066993_AXotU-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Lake Desktop&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.zastavki.com/eng/Widescreen/wallpaper-4650.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Lake-Desktop/748067273_eGMRm-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Maligne Lake&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktop-wallpaper.org/big-lake-wallpaper/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Maligne-Lake/748067216_5uMsq-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Moonrise Over Beebe Lake&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.flickr.com/photos/91201697@N00/3645838162&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Moonrise-Over-Beebe-Lake/748067204_PpuVZ-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Frozen Lake&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopexchange.com/gallery/Nature_widescreen_wallpaper/Frozen_Lake&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Frozen-Lake/748067359_NyNso-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Ice on the River&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Ice_on_the_river/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Ice-on-the-River/748067292_j2roG-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;House on the Pond&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/House_on_the_pond/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/House-on-the-Pond/748067290_rst9i-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Green Delight&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Green-Delight_1920x1200_34906.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Green-Delight/748067339_TNP39-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Grizzly River&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Grizzly-River_1280x800_38585.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Grizzly-River/748067335_XjNTB-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;



&lt;h2&gt;Rocks and Mountains&lt;/h2&gt;
&lt;h3 class=&quot;mt20&quot;&gt;Mountain Cliffs&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://thundafunda.com/393/?level=picture&amp;amp;id=824&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Mountain-Cliffs/748067197_Tmkrj-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Mountain Valley&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Mountain_Valley/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Mountain-Valley/748067172_avGmA-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Between the Mountains&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Between-The-Mountains_1920x1200_34903.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Between-the-Mountains/748067487_wTYtj-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Cliff&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Cliff/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Cliff/748067474_23npk-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Hardknott Pass Mountains&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://thundafunda.com/2/widescreen-wallpapers/backgrounds/hardknott-pass-mountains-pictures-landscapes-widescreen-wallpapers.php&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Hardknott-Pass-Mountains/748067312_CzeEZ-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Balkan Mountains&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Balkan_Mountains/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Balkan-Mountains/748067521_LR5FQ-O.jpg&quot; height=&quot;411&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Connors Hill&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Connors_Hill/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Connors-Hill/748067446_M4d62-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Mountains&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://4.bp.blogspot.com/_2IU2Nt4rD1k/Sxbb9vZx35I/AAAAAAAAASE/vXeNl-9AVIE/s1600-h/56.jpg&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Mountains/748067162_icv6Z-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Mountain Pass&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Mountain_pass/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Mountain-Pass/748067186_D72yx-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;New Castleridge&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/New-castleridge_1680x1050_31263.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/New-Castleridge/748067118_AXKBe-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Peak District Valley&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://thundafunda.com/2/widescreen-wallpapers/backgrounds/peak-district-valley-pictures-landscapes-widescreen-wallpapers.php&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Peak-District-Valley/748067063_VkwcJ-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Newflower&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Flower-Market-Flower-Show-Newflower_1920x1200_36256.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Newflower/748067127_ofVE7-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Autumn Mountain&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Nature-34899_1920x1200_34899.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Autumn-Mountain/748067529_YJ8wi-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Cirques&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Cirques_2560x1600_39282.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Cirques/748067477_GFRHM-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Sammys Vac&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Sammys-Vac_1920x1200_37190.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Sammys-Vac/748067026_ZBQpE-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Snow Alps&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopexchange.com/gallery/Nature_widescreen_wallpaper/Snow_Alps&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Snow-Alps/748067011_4wSv6-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Fumarole on Mount Redoubt&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Fumarole-on-Mount-Redoubt-Alaska-USA_1920x1200_38138.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Fumarole-on-Mount-Redoubt/748067356_bzupH-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Mountain Snow Forest&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Mountain_snow_forest/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Mountain-Snow-Forest/748067178_F4N7G-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Cold Scenery&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://widescreen.qkype.com/cold-scenery-widescreen-wallpaper-955/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Cold-Scenery/748067440_Qj9jU-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Way Out West&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://3.bp.blogspot.com/_2IU2Nt4rD1k/SxRDFoMOhpI/AAAAAAAAAQk/YIOfTvlbnDU/s1600/01213_wayoutwest_2560x1600.jpg&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Way-Out-West/748066917_PKJK2-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Mountain Lake&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Mountain_Lake/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Mountain-Lake/748067194_yRGsm-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Lake Louise&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://wallpapbox.com/all/nature-reflection-wallpaper-lake-louise.html&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Lake-Louise/748067253_paGpW-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h2&gt;Sky, Sunrise, and Sunsets&lt;/h2&gt;
&lt;h3 class=&quot;mt20&quot;&gt;Morning Sunrise&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://thundafunda.com/393/?level=picture&amp;amp;id=822&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Morning-Sunrise/748067215_CKYsE-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;The City of Thousand&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.randomwalls.com/2008/09/the-city-of-thousand-premium-widescreen-wallpaper/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/The-City-of-Thousand/748066977_CWmTf-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Grassy Sunset&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.randomwalls.com/2008/09/grassy-sunser-premium-widescreen-wallpaper/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Grassy-Sunset/748067323_4NQYE-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Ambury Sunset&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Ambury-Sunset_1920x1200_34909.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Ambury-Sunset/748067550_BiDQ5-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Mystic Sunset&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Mystic-Sunset_1920x1200_34908.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Mystic-Sunset/748067150_Mt2n3-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Clouds&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Clouds/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Clouds/748067450_HkXEf-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Above the Clouds&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Above_the_Clouds/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Above-the-Clouds/748067548_j47wb-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;The Long Goodbye&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/The-Long-Goodbye_1920x1200_37200.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/The-Long-Goodbye/748066959_bUE68-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;


&lt;h2&gt;Green Landscapes and Woods&lt;/h2&gt;
&lt;h3 class=&quot;mt20&quot;&gt;Autumn&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopexchange.com/gallery/Nature_widescreen_wallpaper/autumn&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Autumn/748067555_jbewx-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Road Through the Woods&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Road_through_the_woods/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Road-Through-The-Woods/748067053_wqHdy-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Country Path&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopexchange.com/gallery/Nature_widescreen_wallpaper/Country_path&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Country-Path/748067428_QDiyq-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Golden Autumn&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Golden_Autumn/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Golden-Autumn/748067367_XWygP-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Route to Castle Mountain&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Route-To-Castle-Mountain_1280x800_38586.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Route-to-Castle-Mountain/748067037_EDBko-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Winter Scape&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.randomwalls.com/2008/12/winter-scape-premium-widescreen-wallpaper/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Winter-Scape/748066892_hxHXC-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Ivvavik National Park&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Ivvavik-National-Park-Canada_1920x1080_39661.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Ivvavik-National-Park/748067269_a5V4X-O.jpg&quot; height=&quot;338&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Alone Storm&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.randomwalls.com/2008/10/alone-storm-premium-widescreen-wallpaper/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Alone-Storm/748067544_So53k-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Sunset on the Field&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Nature-1080p_2560x1600_32588.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Sunset-on-the-Field/748066979_ty83e-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Natural Scene&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Natural-Scene_1920x1200_37512.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Natural-Scene/748067164_J3Gc2-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Nature&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Nature-34472_2560x1600_34472.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Nature/748067140_Ezo5t-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Rural Land&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Rural_land/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Rural-Land/748067034_WQbEi-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Waterville, Vermont&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Waterville-Vermont_1920x1200_34927.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Waterville-Vermont/748066932_RhUFy-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Green Bench&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://widescreen.qkype.com/green-bench-widescreen-wallpaper-1037/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Green-Bench/748067348_2M2Tv-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Road in the Woods&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Road-in-the-woods_1920x1200_32471.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Road-in-the-Woods/748067070_x5i9D-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Forest Road&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Nature-32514_2560x1600_32514.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Forest-Road/748067393_hGtin-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Country Road&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.manywallpapers.com/nature-wallpapers/scenery/country-road.html&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Country-Road/748067438_6Wmoj-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Beautiful Autumn&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Beautiful-Autumn-By-Cannabian_1920x1200_33041.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Beautiful-Autumn/748067534_trwum-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;In the Forest&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Nature-34467_2560x1600_34467.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/In-the-Forest/748067281_S4Kqg-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Misty&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Nature-34471_2560x1600_34471.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Misty/748067205_NaVsx-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Nature Elevation&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallcoo.net/1920x1200/1920x1200_Widescreen_Wallpaper_Nature_01/wallpapers/1920x1200/wallcoo.com_1920x1200_Widescreen_Wallpaper_nature_01188_elevation_1920x1200.jpg&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Nature-Elevation/748067129_fV5o9-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Lighthouse&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallcoo.net/1920x1200/1920x1200_Widescreen_Wallpaper_Nature_01/wallpapers/1920x1200/wallcoo.com_1920x1200_Widescreen_Wallpaper_nature_01132_northheadlighthouse_1920x1200.jpg&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Lighthouse/748067230_Y4G2n-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Industrial Landscape&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Industrial_Landscape/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Industrial-Landscape/748067258_sqdWR-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Sunflowers Field&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Sunflowers_field/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Sunflowers-Field/748067018_wosRQ-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Wheat Field&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://thundafunda.com/2/widescreen-wallpapers/backgrounds/young-green-wheat-field-pictures-landscapes-widescreen-wallpapers.php&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Wheat-Field/748066896_CBQEM-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Autumn Steppe&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.desktopwallpaper-s.com/42-Nature/-/Autumn_steppe/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Autumn-Steppe/748067535_Dm3w7-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;



&lt;h3&gt;Fallen Leaves Tree&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://thundafunda.com/2/widescreen-wallpapers/backgrounds/fallen-leaves-tree-pictures-trees-widescreen-wallpapers.php&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Fallen-Leaves-Tree/748067408_HMGj6-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Green Striped Field&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://thundafunda.com/2/widescreen-wallpapers/backgrounds/green-striped-field-pictures-landscapes-widescreen-wallpapers.php&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Green-Striped-Field/748067324_zrLqE-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Daisy Field&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://interfacelift.com/wallpaper_beta/details/1941/daisy_field.html&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Daisy-Field/748067432_kyorj-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Kahikatea Trees&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Kahikatea-Trees_1680x1050_37528.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Kahikatea-Trees/748067257_QamcK-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;The Shelter&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/The-Shelter_1920x1200_34915.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/The-Shelter/748066948_7B7pu-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Lazy Days&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Lazy-Days_2560x1600_27815.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Lazy-Days/748067232_sbBMZ-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Deep Green&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Deep-Green_1680x1050_31322.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Deep-Green/748067441_uGAcM-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Freshness&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://discoverist.deviantart.com/art/Freshness-112110368&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Freshness/748067366_myKof-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;


&lt;h2&gt;Dreamy, Fantasy&lt;/h2&gt;
&lt;h3 class=&quot;mt20&quot;&gt;Majestic Skies&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://myinqi.deviantart.com/art/Majestic-Skies-Part-VIII-124921807&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Majestic-Skies/748067236_vK34v-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Pacific City&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperweb.org/wallpaper/Nature/Pacific-City_2560x1600_34884.htm&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Pacific-City/748067090_7Jp5c-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Horizon&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.randomwalls.com/2008/10/horizon-premium-widescreen-wallpaper/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Horizon/748067325_tTDeX-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Beautiful Village&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.hdwallpapers.in/beautiful_village-wallpapers.html&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Beautiful-Village/748067489_fZXTj-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Verdant Field&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://wallpapers.bpix.org/wp_11__Verdant_Field.html&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Verdant-Field/748066919_g5HzP-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Grain Field&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://hexaloner.deviantart.com/art/Reichenbacherhof-III-123407475&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Grainfield/748067343_JZJy3-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Farm&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.wallpaperstop.com/nature-wallpaper/scenery-wallpaper/farm-wallpaper-0911088.html&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Farm/748067417_yfSUY-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Heaven's Farm&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.randomwalls.com/2008/09/heavens-farm-premium-widescreen-wallpaper/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Heavens-Farm/748067316_HkiHb-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;The Old Farm&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.hdwallpaper.co.uk/wallpaper/The-Old-Farm/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/The-Old-Farm/748066956_iNMF3-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Nature Balloon Ride&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.hdwallpapers.in/nature_balloon_ride-wallpapers.html&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Nature-Balloon-Ride/748067115_ictBr-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Balloons, Windmill, and Wheat&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://wallpapers.li/Baloons-Wind-Mill-and-Wheat.html&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Balloons-Windmill-and-Wheat/748067501_SA5mQ-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Summer Feelings&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://customize.org/wallpapers/65455&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Summer-Feelings/748067020_tFm92-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;The Swan&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://deinha1974.deviantart.com/art/The-Swan-126193283&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/The-Swan/748066950_uMVgf-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Peaceful Winter&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.randomwalls.com/2008/10/peacefull-winter-premium-widescreen-wallpaper/&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Peaceful-Winter/748067075_Mxfzd-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Moonlight Flyer&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://tiger-i.deviantart.com/art/Moonlight-flyer-98973029&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Moonlight-Flyer/748067163_rCywc-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Old Dirt Road&lt;/h3&gt;
&lt;p class=&quot;pb&quot;&gt;
  &lt;a href=&quot;http://www.hdwallpapers.in/old_dirt_road-wallpapers.html&quot;&gt;
    &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/Wallpaper-Thumbnails/Old-Dirt-Road/748067091_ChLRj-O.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
  &lt;/a&gt;
&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-12-15:32114</id>
    <published>2009-12-15T14:00:00Z</published>
    <updated>2009-12-16T01:14:06Z</updated>
    <category term="Applications"/>
    <link href="http://usingmac.com/2009/12/15/50-beautiful-mac-applications" rel="alternate" type="text/html"/>
    <title>50+ Mac Applications with Great Interface</title>
<summary type="html">&lt;p&gt;
  Having used Mac for quite some time, I discover that I deeply fall in love with smooth and sleek interface offered by most of Mac built-in applications.
&lt;/p&gt;

&lt;p&gt;
  And the good news is, there are many third-party applications out there developed with more or less the same design standard as those built-in Mac apps. More than fifty sample screenshots of beautiful Mac applications are ready to amaze you after the jump.
&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;
  Having used Mac for quite some time, I discover that I deeply fall in love with smooth and sleek interface offered by most of Mac built-in applications.
&lt;/p&gt;

&lt;p&gt;
  And the good news is, there are many third-party applications out there developed with more or less the same design standard as those built-in Mac apps. More than fifty sample screenshots of beautiful Mac applications are ready to amaze you after the jump.
&lt;/p&gt;
&lt;h2&gt;Productivity Tools&lt;/h2&gt;
&lt;h3&gt;
  The Hit List - ToDo List for Mac
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.potionfactory.com/thehitlist/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://static.potionfactory.com/files/thehitlist/beta/TheHitList.zip&quot;&gt;Download&lt;/a&gt; |
  $49.95
&lt;/p&gt;

&lt;p&gt;
  Simple, yet sophisticated application to manage lists of your workflow.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://static.potionfactory.com/files/thehitlist/images/ss5.jpg&quot; height=&quot;432&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Anxiety - Lightweight To-do Management
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://anxietyapp.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://anxietyapp.com/Anxiety.zip&quot;&gt;Download&lt;/a&gt; |
  Donationware
&lt;/p&gt;

&lt;p&gt;
  Super-lightweight To-do list application for Mac OS X that synchronizes with iCal and Mail.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://farm4.static.flickr.com/3317/3259148553_286ae7b0d5_o.png&quot; height=&quot;384&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  JustNotes - Notes App
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://selfcoded.com/justnotes/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://selfcoded.com/justnotes/download.html&quot;&gt;Download&lt;/a&gt; |
  Donationware
&lt;/p&gt;

&lt;p&gt;
  A simple, beautiful notes application with nice user interface to let you focus on taking notes.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://selfcoded.com/justnotes/images/screenshot1.png&quot; height=&quot;382&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;


&lt;h3&gt;
  Things - Task Management Tool
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://culturedcode.com/things/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://culturedcode.com/things/download/?e=3102&quot;&gt;Download&lt;/a&gt; |
  $49.95
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Things/740709893_cCJhC-M.png&quot; height=&quot;374&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Awaken - Sleep Timer to Wake You Up
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://embraceware.com/awaken/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://embraceware.com/products/awaken/Awaken.zip&quot;&gt;Download&lt;/a&gt; |
  $10.00
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://embraceware.com/images/awaken/Awaken3.jpg&quot; height=&quot;405&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  NoteBook - Organize Your Digital Life
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.circusponies.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.circusponies.com/notebook-downloads/&quot;&gt;Download&lt;/a&gt; |
  $49.95
&lt;/p&gt;

&lt;p&gt;
  &lt;b&gt;NoteBook&lt;/b&gt; is an application that helps Mac users manage notes, clippings, and todos of your life, or the e-mails, diagrams and spreadsheets of that important project.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/NoteBook/740709519_fU6mG-M.png&quot; height=&quot;421&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Scrivener - Word Processor
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.literatureandlatte.com/scrivener.html&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://scrivener.s3.amazonaws.com/Scrivener.dmg&quot;&gt;Download&lt;/a&gt; |
  $39.95
&lt;/p&gt;

&lt;p&gt;
  Scrivener is a word processor and project management tool created specifically for writers of long texts such as novels and research papers.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.literatureandlatte.com/gfx/ScrivShots/FullScreenEvolvedBig.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;

&lt;br /&gt;
&lt;h2&gt;Photo &amp;amp; Imaging Tools&lt;/h2&gt;
&lt;h3&gt;
  Adobe Lightroom
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.adobe.com/products/photoshoplightroom/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.adobe.com/downloads/&quot;&gt;Download&lt;/a&gt; |
  $299.00
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Lightroom/740709342_WJcZ7-M.png&quot; height=&quot;364&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Pixelmator - Image Editor for Mac OS X
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.pixelmator.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.pixelmator.com/download/&quot;&gt;Download&lt;/a&gt; |
  $59.00
&lt;/p&gt;

&lt;p&gt;
Beautifully designed and easy-to-use image editor for Mac OS X.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.pixelmator.com/i/tempobig.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  LittleSnapper - Snap, Collect &amp;amp; Share
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.realmacsoftware.com/littlesnapper/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.realmacsoftware.com/downloads/#littlesnapper&quot;&gt;Download&lt;/a&gt; |
  $35.00
&lt;/p&gt;

&lt;p&gt;
  Built for people who love to capture webpages or their desktop.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.realmacsoftware.com/rw_common/themes/realmacsoftware2010/images/littlesnapper/tags_manager_640.png&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Aperture - Photo Editing and Management Tool
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.apple.com/aperture/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.apple.com/aperture/trial/&quot;&gt;Download&lt;/a&gt; |
  $199.00
&lt;/p&gt;

&lt;p&gt;
  Import, manage, and enhance your photos in one simple, integrated workflow.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Aperture/740708157_8bdbA-M.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Picturesque - Image Editor for Mac
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.acqualia.com/picturesque/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.acqualia.com/files/picturesque.dmg&quot;&gt;Download&lt;/a&gt; |
  $29.95
&lt;/p&gt;

&lt;p&gt;
  Picturesque is a simple app used to make images more beautiful.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Picturesque/740709588_zwVT7-M.png&quot; height=&quot;317&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;

&lt;br /&gt;
&lt;h2&gt;System Tools&lt;/h2&gt;
&lt;h3&gt;
  Daisy Disk - Disk Visualization Tool
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.daisydiskapp.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.daisydiskapp.com/downloads/DaisyDisk.dmg&quot;&gt;Download&lt;/a&gt; |
  $19.95
&lt;/p&gt;

&lt;p&gt;
Useful tool to help you free up disk space by using beautiful sunburst visualization to help you finding and deleting big, useless files.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.daisydiskapp.com/templates/images/screenshot3_sunburst.jpg&quot; height=&quot;449&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  iStat Menus - System Monitoring Tool
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://islayer.com/apps/istatmenus/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://islayer.com/apps/istatmenus/download/&quot;&gt;Download&lt;/a&gt; |
  Donationware
&lt;/p&gt;

&lt;p&gt;
  The most advanced system monitor tool for your Mac with super sleek interface.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.islayer.com/images/apps/istatmenus/screenshot-cpu.jpg&quot; height=&quot;404&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;


&lt;h3&gt;
  CleanMyMac - Mac Maintenance Tool
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.macpaw.com/cleanmymac&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.macpaw.com/download/cleanmymac/&quot;&gt;Download&lt;/a&gt; |
  $29.95
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.macpaw.com/img/screenshots/new/big/Welcome.jpg&quot; height=&quot;496&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  1Password - Secure Your Passwords
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://agilewebsolutions.com/products/1Password&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://agilewebsolutions.com/downloads&quot;&gt;Download&lt;/a&gt; |
  $39.95
&lt;/p&gt;

&lt;p&gt;
  &lt;b&gt;1Password&lt;/b&gt; can create strong, unique passwords for you, remember them, and restore them, all directly in your web browser.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/1Password/740708036_tSMXN-M.png&quot; height=&quot;350&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;


&lt;h3&gt;
  Fontcase - Font Management Tool
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://bohemiancoding.com/fontcase/preview.html&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.bohemiancoding.com/download/fontcase.zip&quot;&gt;Download&lt;/a&gt; |
  &amp;euro;42.00
&lt;/p&gt;

&lt;p&gt;
  &lt;b&gt;Fontcase&lt;/b&gt; can preview every font for you and activate them only when needed.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://bohemiancoding.com/fontcase/screenshots/ss2/ss.png&quot; height=&quot;323&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;

&lt;br /&gt;
&lt;h2&gt;File Transfer Tools&lt;/h2&gt;
&lt;h3&gt;
  Flow - Elegant, Intuitive and Powerful File Transfer
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://extendmac.com/flow&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://extendmac.com/flow/download&quot;&gt;Download&lt;/a&gt; |
  $25.00
&lt;/p&gt;

&lt;p&gt;
  File transfer client that makes working with remote files as intuitive and natural as working locally with &lt;b&gt;Finder&lt;/b&gt;.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://extendmac.com/flow/images/screenshots/Transfers.jpg&quot; height=&quot;430&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;

&lt;br /&gt;
&lt;h2&gt;Internet and Networking Apps&lt;/h2&gt;
&lt;h3&gt;
  Notify - Email Notifier
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://vibealicious.com/apps/notify/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://vibealicious.s3.amazonaws.com/notify/releases/notify-203.zip&quot;&gt;Download&lt;/a&gt; |
  $10.00
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Notify/740709556_DAA4o-M.png&quot; height=&quot;377&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Postbox - Email Manager
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.postbox-inc.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.postbox-inc.com/download_success/mac&quot;&gt;Download&lt;/a&gt; |
  $29.95
&lt;/p&gt;

&lt;p&gt;
  A better way to work with email messages and content.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Postbox/740709614_tFMpF-M.png&quot; height=&quot;307&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Midnight Inbox - Email Organizer
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.midnightbeep.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.midnightbeep.com/inbox/Inbox.zip&quot;&gt;Download&lt;/a&gt; |
  $35.00
&lt;/p&gt;

&lt;p&gt;
  Helper for inbox collecting, processing, reviewing, and referencing.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/MidnightInbox/740709321_JtJT4-M.png&quot; height=&quot;161&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  NewsLife - Elegant, Easy to Use RSS Client
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.thinkmac.co.uk/newslife/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.thinkmac.co.uk/newslife/downloads/NewsLife15.zip&quot;&gt;Download&lt;/a&gt; |
  &amp;euro;5.00
&lt;/p&gt;

&lt;p&gt;
  Simplest way to stay up-to-date with tons of websites without even having to touch your web browser until you see something you want to read.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/NewsLife/740709406_g8nYe-O.png&quot; height=&quot;300&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Delibar - Delicious Client for Mac
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://delibarapp.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.delibarapp.com/downloads/Delibar.zip&quot;&gt;Download&lt;/a&gt; |
  $18.00
&lt;/p&gt;

&lt;p&gt;
  Full featured client designed for Mac OS X to access &lt;b&gt;Delicious&lt;/b&gt; bookmarks.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Delibar/740708578_eyfzw-M.png&quot; height=&quot;387&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Socialite - Social Networking Client
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.realmacsoftware.com/socialite/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.realmacsoftware.com/downloads/#socialite&quot;&gt;Download&lt;/a&gt; |
  $20.00
&lt;/p&gt;

&lt;p&gt;
  Beautiful Mac OS X application, designed to make it easy to stay in touch with the social networks and services: &lt;b&gt;Digg&lt;/b&gt;, &lt;b&gt;Flickr&lt;/b&gt;, &lt;b&gt;Facebook&lt;/b&gt;, &lt;b&gt;Twitter&lt;/b&gt;, and &lt;b&gt;RSS&lt;/b&gt;.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.realmacsoftware.com/rw_common/themes/realmacsoftware2010/images/socialite/socialite_large_facebook.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Tweetie - Twitter Client for Mac
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.atebits.com/tweetie-mac/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://cdn.atebits.com/atebits.tweetie.mac/tweetie_1.2.4.zip&quot;&gt;Download&lt;/a&gt; |
  $19.95
&lt;/p&gt;

&lt;p&gt;
  Simple and clean Twitter client for Mac OS X.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Tweetie/740709980_hkP9f-M.png&quot; height=&quot;300&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Canary - Twitter Client
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.canaryapp.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.canaryapp.com/beta/Canary.zip&quot;&gt;Download&lt;/a&gt; |
  Beta Version
&lt;/p&gt;

&lt;p&gt;
  Canary is a beautifully designed Twitter client.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Canary/740708360_VktvD-M.png&quot; height=&quot;384&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;


&lt;h3&gt;
  Blogo - Blogging from Desktop
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.drinkbrainjuice.com/blogo&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.drinkbrainjuice.com/download/blogo&quot;&gt;Download&lt;/a&gt; |
  $25.00
&lt;/p&gt;

&lt;p&gt;
  Easily publish text, images, videos, slideshows and more with a simple, intuitive interface.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://blogowisk.com/files/screenshot12.png&quot; height=&quot;373&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Propane - Campfire Client for Mac
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://propaneapp.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://propaneapp.com/appcast/Propane.zip&quot;&gt;Download&lt;/a&gt; |
  $20.00
&lt;/p&gt;

&lt;p&gt;
  Full-featured application that runs in an ordinary browser as chat client for Campfire.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://propaneapp.com/images/feature1-large.jpg&quot; height=&quot;400&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Delicious Library 2
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://delicious-monster.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://delicious-monster.com/downloads/DeliciousLibrary2.zip&quot;&gt;Download&lt;/a&gt; |
  $40.00
&lt;/p&gt;

&lt;p&gt;
  Catalog your books, movies, music, software, toys, tools, electronics, &amp;amp; video games.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://delicious-monster.com/images/librarypage/screenshots/Delicious-Library.png&quot; height=&quot;398&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;

&lt;br /&gt;
&lt;h2&gt;Audio &amp;amp; Music Apps&lt;/h2&gt;
&lt;h3&gt;
  Snowtape - Internet Radio Recorder
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.snowtape.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://update.vemedio.net/snowtape/Snowtape-1.3.4_335.dmg&quot;&gt;Download&lt;/a&gt; |
  $29.00
&lt;/p&gt;

&lt;p&gt;
  Perfect solution for saving music on your Mac.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.snowtape.com/images/screenshot4.png&quot; height=&quot;395&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Capo - Learn Your Music
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://supermegaultragroovy.com/products/Capo/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://s3.amazonaws.com/capo/Capo-1.1.3.zip&quot;&gt;Download&lt;/a&gt; |
  $49.00
&lt;/p&gt;

&lt;p&gt;
  &lt;b&gt;Capo&lt;/b&gt; lets you slow down your favorite songs, so you can hear the notes and learn how they are played.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://supermegaultragroovy.com/products/Capo/img/screen1.png&quot; height=&quot;318&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Tangerine! - Playlist Creator
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.potionfactory.com/tangerine&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://static.potionfactory.com/files/tangerine/Tangerine.zip&quot;&gt;Download&lt;/a&gt; |
  $24.95
&lt;/p&gt;

&lt;p&gt;
  Tangerine! lets you easily create playlists of upbeat music, or playlists for relaxing. It works by analyzing the BPM and the beat intensity of your music.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Tangerine/740709847_KPLFC-O.png&quot; height=&quot;400&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Ecoute - Play Your Library
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://ecouteapp.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.ecouteapp.com/ecoute/Ecoute.zip&quot;&gt;Download&lt;/a&gt; |
  $10.00
&lt;/p&gt;

&lt;p&gt;
  Simple, sleek and minimalistic music, podcast, movie player for Mac OS X.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.eagle-of-liberty.com/ecoute/images/ss1_big.jpg&quot; height=&quot;294&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  CoverStream - [Re]Discover Your Music
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.coverstream.net/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://coverstream.net/mint/pepper/tillkruess/downloads/tracker.php?url=http%3A//www.coverstream.net/CoverStream_2.6.5.zip&quot;&gt;Download&lt;/a&gt; |
  &amp;euro;14.95
&lt;/p&gt;

&lt;p&gt;
  &lt;b&gt;CoverStream&lt;/b&gt; helps you control, browse, and search your music.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/CoverStream/740708533_TNNA3-O.png&quot; height=&quot;380&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;


&lt;h3&gt;
  TuneUp - Music Library Cleaner
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.tuneupmedia.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.tuneupmedia.com/download&quot;&gt;Download&lt;/a&gt; |
  $29.95
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/TuneUp/740709952_r6LfS-M.png&quot; height=&quot;441&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  CoverSutra - Elegant iTunes Controller
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.sophiestication.com/coversutra/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.coversutra.com/get/&quot;&gt;Download&lt;/a&gt; |
  $19.95
&lt;/p&gt;

&lt;p&gt;
  &lt;b&gt;CoverSutra&lt;/b&gt; gives you a handy and attractive way to control iTunes without having to leave your current application.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://sophiestication.s3.amazonaws.com/images/coversutra/screenshot8.png&quot; height=&quot;314&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;


&lt;h3&gt;
  TapeDeck - Audio Recorder for Mac
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.tapedeckapp.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://s3.amazonaws.com/tapedeck/TapeDeck-1.3.1.zip&quot;&gt;Download&lt;/a&gt; |
  $25.00
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.tapedeckapp.com/screens/td_screen.png&quot; height=&quot;522&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;

&lt;br /&gt;
&lt;h2&gt;Video &amp;amp; Screen-casting Tools&lt;/h2&gt;
&lt;h3&gt;
  ScreenFlow - Professional Screen-casting Studio
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.telestream.net/screen-flow/overview.htm&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.telestream.net/download-files/screenflow/2-0/ScreenFlow-2.0.1.dmg&quot;&gt;Download&lt;/a&gt; |
  $99.00
&lt;/p&gt;

&lt;p&gt;
  With &lt;b&gt;ScreenFlow&lt;/b&gt; screen-casting software, you can capture the contents of your entire desktop at the same time as your video camera, microphone and computer's audio.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Screenflow/740709745_Cy7bo-M.png&quot; height=&quot;370&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;

&lt;br /&gt;
&lt;h2&gt;Design &amp;amp; Development Tools&lt;/h2&gt;
&lt;h3&gt;
  Flux 2 - Web Design Application
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.theescapers.com/flux2/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://theescapers.com/download.php?download=http://s3.amazonaws.com/Flux/Flux2.zip&quot;&gt;Download&lt;/a&gt; |
  &amp;pound;40.00
&lt;/p&gt;

&lt;p&gt;
  Flux 2 has the power to be your only web design tool.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Flux/740708928_QkVW4-M.png&quot; height=&quot;338&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;


&lt;h3&gt;
  xScope - Measurement Tools for Mac
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://iconfactory.com/software/xscope&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://iconfactory.com/assets/software/xscope/xScope_22.zip&quot;&gt;Download&lt;/a&gt; |
  $26.95
&lt;/p&gt;

&lt;p&gt;
  xScope is a powerful set of tools that are ideal for measuring, aligning and inspecting on-screen graphics and layouts.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://img.brothersoft.com/screenshots/softimage/x/xscope-87317-1.jpeg&quot; height=&quot;409&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Espresso - Web Development Tools
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://macrabbit.com/espresso/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://macrabbit.com/espresso/get/&quot;&gt;Download&lt;/a&gt; |
  &amp;euro;59.95
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Espresso/740708743_DLKv7-M.png&quot; height=&quot;367&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;


&lt;h3&gt;
  CSSEdit - Web Styling Tools
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://macrabbit.com/cssedit/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://macrabbit.com/cssedit/get/&quot;&gt;Download&lt;/a&gt; |
  &amp;euro;29.95
&lt;/p&gt;

&lt;p&gt;
  Tools to help you designing beautiful, innovative and fast-loading web sites.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://macrabbit.com/cssedit/screenshots/MainSource.jpg&quot; height=&quot;384&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  RapidWeaver - Web Development Tool
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.realmacsoftware.com/rapidweaver/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://s3.amazonaws.com/rapidweaver/rapidweaver_431.dmg&quot;&gt;Download&lt;/a&gt; |
  $79.00
&lt;/p&gt;

&lt;p&gt;
  &lt;b&gt;RapidWeaver&lt;/b&gt; creates clean, beautiful code that adheres to modern web standards.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/RapidWeaver/740709674_9RNpr-M.png&quot; height=&quot;334&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Snippet - Code Snippets Collector
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://fuelcollective.com/snippet&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://s3.amazonaws.com/fuelcollective-downloads/snippet.dmg&quot;&gt;Download&lt;/a&gt; |
  $12.95
&lt;/p&gt;

&lt;p&gt;
  A little tool that helps in creating &lt;b&gt;snippets&lt;/b&gt; from selected text anywhere.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://fuelcollective.com/images/snippet/screenshots/three.png&quot; height=&quot;395&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Swatch - Color Snippets Collector
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://fuelcollective.com/swatch&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://s3.amazonaws.com/fuelcollective-downloads/swatch.dmg&quot;&gt;Download&lt;/a&gt; |
  $4.95
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Swatch/740709824_9gmKR-O.png&quot; height=&quot;400&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;

&lt;br /&gt;
&lt;h2&gt;File Sharing Utilities&lt;/h2&gt;
&lt;h3&gt;
  Stuf - Share Text &amp;amp; Images on Local Network
&lt;/h3&gt;
  
&lt;p&gt;
  &lt;a href=&quot;http://www.theescapers.com/stuf/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://theescapers.com/download.php?download=http://s3.amazonaws.com/EscapersStuf/Stuf.zip&quot;&gt;Download&lt;/a&gt; |
  &amp;euro;12.99
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Stuf/740709797_7rVBk-M.png&quot; height=&quot;338&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Dropzone - Drag and Drop Buffer for Mac
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://aptonic.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://aptonic.com/releases/Dropzone-0.3.0.zip&quot;&gt;Download&lt;/a&gt; |
  $10.00
&lt;/p&gt;

&lt;p&gt;
  Drag and drop utility with many functionalities, designed for your Mac.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://aptonic.com/images/poster.png&quot; height=&quot;413&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;

&lt;br /&gt;
&lt;h2&gt;Financial Management Tools&lt;/h2&gt;
&lt;h3&gt;
  Cha-Ching - Financial Management App
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.midnightapps.com/chaching/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://midnightapps.cachefly.net/chaching_2b104_418.zip&quot;&gt;Download&lt;/a&gt; |
  Beta Version
&lt;/p&gt;

&lt;p&gt;
  Flexible personal finance application available for Mac OS X.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Cha-Ching/740708413_5LdHU-M.png&quot; height=&quot;408&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Billings - Time Tracking and Invoicing
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.billingsapp.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.billingsapp.com/downloads/&quot;&gt;Download&lt;/a&gt; |
  $39.99
&lt;/p&gt;

&lt;p&gt;
  Billings is an invoicing and time tracking app.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.billingsapp.com/images/receipt.jpg&quot; height=&quot;379&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;


&lt;h3&gt;
  On The Job - Time Tracking and Invoicing
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://stuntsoftware.com/onthejob/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://stuntsoftware.com/downloads/OnTheJob.zip&quot;&gt;Download&lt;/a&gt; |
  $39.95
&lt;/p&gt;

&lt;p&gt;
  An application designed to help you track your time and expenses, and bill your clients by easily and quickly creating professional invoices.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://stuntsoftware.com/img/onthejob/screen/list_view.jpg&quot; height=&quot;393&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;

&lt;br /&gt;
&lt;h2&gt;Application Updater&lt;/h2&gt;
&lt;h3&gt;
  Bodega - Application Store for Mac
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://appbodega.com/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://downloads.appbodega.com/bodega/latest/Bodega.zip&quot;&gt;Download&lt;/a&gt; |
  Freeware
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Bodega/740708231_Ch8Xc-M.png&quot; height=&quot;335&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;

&lt;br /&gt;
&lt;h2&gt;Information Management Tools&lt;/h2&gt;
&lt;h3&gt;
  Tags - File Tagger for Mac
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://gravityapps.com/tags/overview/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://www.gravityapps.com/downloads/Tags.dmg&quot;&gt;Download&lt;/a&gt; |
  $29.00
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.gravityapps.com/tags/tagging/files/blocks_image_0_1.png&quot; height=&quot;300&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;
  Vinoteka - Wine Management Software
&lt;/h3&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.vinotekasoft.com/vinoteka/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://download.vinotekasoft.com/Vinoteka.zip&quot;&gt;Download&lt;/a&gt; |
  &amp;euro;29.90
&lt;/p&gt;

&lt;p&gt;
  &lt;b&gt;Vinoteka&lt;/b&gt; offers a realistic interface to manage your bottles (wine, liquors or spirits) recreate your cellar and organize wine tasting sessions.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.macupdate.com/images/screens/uploaded/30707_scr.png&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;


&lt;h3&gt;
  Contactizer Pro - Information Management Tool
&lt;/h3&gt;
&lt;p&gt;
  &lt;a href=&quot;http://www.objective-decision.com/en/products/contactizerpro/&quot;&gt;Homepage&lt;/a&gt; |
  &lt;a href=&quot;http://download.objective-decision.com/OD-APPL-0/&quot;&gt;Download&lt;/a&gt; |
  &amp;euro;99.00
&lt;/p&gt;

&lt;p&gt;
  All-in-one solution for managing, sharing and organizing your personal and business information.
&lt;/p&gt;

&lt;p&gt;
  &lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.objective-decision.com/rsrc/tour/fullscreen.jpg&quot; height=&quot;375&quot; width=&quot;600&quot; /&gt;
&lt;/p&gt;
&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-12-08:32048</id>
    <published>2009-12-08T14:00:00Z</published>
    <updated>2009-12-09T03:46:12Z</updated>
    <category term="Applications"/>
    <link href="http://usingmac.com/2009/12/8/mac-applications-for-tagging-files" rel="alternate" type="text/html"/>
    <title>Mac Applications for Tagging Files</title>
<summary type="html">&lt;p&gt;
Often, we have plenty of important working stuffs stored on our Mac. Without proper management on those files, it will be difficult for us to search and get back to our previous work files. 
&lt;/p&gt;

&lt;p&gt;
One way to manage our files is by grouping files. There are some worth mention &lt;b&gt;Mac File Tagging Applications&lt;/b&gt; that can help us grouping, categorizing, and managing our precious files using tags.
&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;
Often, we have plenty of important working stuffs stored on our Mac. Without proper management on those files, it will be difficult for us to search and get back to our previous work files. 
&lt;/p&gt;

&lt;p&gt;
One way to manage our files is by grouping files. There are some worth mention &lt;b&gt;Mac File Tagging Applications&lt;/b&gt; that can help us grouping, categorizing, and managing our precious files using tags.
&lt;/p&gt;
&lt;h3&gt;Tags&lt;/h3&gt;
&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.gravityapps.com/tags/tagging/files/blocks_image_0_1.png&quot; height=&quot;315&quot; width=&quot;630&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
Using &lt;b&gt;Tags&lt;/b&gt;, you can:
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Tag&lt;/b&gt; files, folders, emails, photos, bookmarks, and many more&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Integrate with Spotlight&lt;/b&gt; to search for files&lt;/li&gt;
&lt;li&gt;Create &lt;b&gt;smart folders and mailboxes&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;And combine it with &lt;b&gt;Applescript&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
I personally like the look-and-feel of this application interface. If you're really into managing your mountain of files with tagging features, this application is worth the price.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.gravityapps.com/tags/overview/&quot; class=&quot;more&quot;&gt;Homepage&lt;/a&gt;
&lt;a href=&quot;http://www.gravityapps.com/downloads/Tags.dmg&quot; class=&quot;more&quot;&gt;Download Trial Version&lt;/a&gt;
&lt;a href=&quot;https://www.plimus.com/jsp/buynow.jsp?contractId=1797586&quot; class=&quot;more&quot;&gt;Buy for $29.00&lt;/a&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;Punakea&lt;/h3&gt;

&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.nudgenudge.eu/themes/nudgenudge/images/screenshots/browser-desktop.png&quot; height=&quot;394&quot; width=&quot;630&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
Punakea is developed in order to work together with Spotlight search. In which, Punakea helps us in tagging files and even our bookmarks, enabling us to refer back easily anytime. Also, it helps us grouping files with common tags; this can boost our productivity. 
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.nudgenudge.eu/punakea&quot; class=&quot;more&quot;&gt;Homepage&lt;/a&gt;
&lt;a href=&quot;http://download.nudgenudge.eu/Punakea_1.0.1.dmg&quot; class=&quot;more&quot;&gt;Download Trial Version (30-day)&lt;/a&gt;
&lt;a href=&quot;http://www.nudgenudge.eu/store&quot; class=&quot;more&quot;&gt;Buy for $39.95&lt;/a&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;Nifty Box&lt;/h3&gt;
&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.nifty-box.com/graphics/large_screenshot.png&quot; height=&quot;426&quot; width=&quot;630&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
If you're one of Spotlight avid and you want to further optimize your Spotlight search result, you should try using &lt;b&gt;Nifty Box&lt;/b&gt;. With it, you can add personal keywords and tag your files and web bookmarks.
&lt;/p&gt;

&lt;p&gt;
When the number of tags grow, Nifty Box also helps us organizing our tags into a bundle so that we can browse through our tags easily, just like browsing through our iTunes playlist.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.nifty-box.com/&quot; class=&quot;more&quot;&gt;Homepage&lt;/a&gt;
&lt;a href=&quot;http://www.nifty-box.com/downloads/NiftyBox_1_3.dmg&quot; class=&quot;more&quot;&gt;Download Nifty Box (Free)&lt;/a&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;Default Folder X&lt;/h3&gt;
&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Default-Folder-X/735331211_K5DBS-O.png&quot; height=&quot;394&quot; width=&quot;630&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;Default Folder X&lt;/b&gt; makes file saving dialogs in Mac OS X easier to use by adding some enhancements to the interface, such as.
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;b&gt;Hierarchical pop-up menus&lt;/b&gt;. Browse with menus that reveal folder contents as you hover over them.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Hierarchical location menu&lt;/b&gt;. Use the Open and Save dialog's location menu as a hierarchical pop-up menu.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Keyboard shortcuts&lt;/b&gt;. Open your favorite folders with keyboard shortcuts in every application as well as in Open and Save dialogs.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Dock and menu bar icons&lt;/b&gt;. Use Default Folder X's pop-up menus without an Open and Save dialog.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Available disk space&lt;/b&gt;. See your volumes' available disk space in pop-up menus.
&lt;/li&gt;
&lt;li&gt;And other enhancements&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
With &lt;b&gt;Default Folder X&lt;/b&gt;, you can easily add Spotlight keywords rights from the save dialog. Not only that, there is also a feature for you to assign default folder to each of your application, which can decrease time consumption during completion of workflow.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.stclairsoft.com/DefaultFolderX/&quot; class=&quot;more&quot;&gt;Homepage&lt;/a&gt;
&lt;a href=&quot;http://stclairsoft.s3.amazonaws.com/DefaultFolderX-4.3.5.dmg&quot; class=&quot;more&quot;&gt;Download Trial Version (30-day)&lt;/a&gt;
&lt;a href=&quot;http://store.esellerate.net/stclairsoft/buy-dx?PT=WebStore-ProductPage&quot; class=&quot;more&quot;&gt;Buy for $34.95&lt;/a&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;Together&lt;/h3&gt;
&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://reinventedsoftware.com/together/images/gallery-media/librarywindow.png&quot; height=&quot;455&quot; width=&quot;630&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;Together&lt;/b&gt; lets you keep everything in one place. By using &lt;b&gt;Together&lt;/b&gt;, with a simple drag-drop action, you can &lt;b&gt;collect, tag, and preview&lt;/b&gt; texts, documents, images, movies, sounds, web pages and bookmarks, or even find them again easily the other time.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://reinventedsoftware.com/together/&quot; class=&quot;more&quot;&gt;Homepage&lt;/a&gt;
&lt;a href=&quot;http://reinventedsoftware.com/together/downloads/Together_2.3.1.dmg&quot; class=&quot;more&quot;&gt;Download Trial Version (15-day)&lt;/a&gt;
&lt;a href=&quot;http://reinventedsoftware.com/store/buy?item=TGTR2300&quot; class=&quot;more&quot;&gt;Buy for $39.00&lt;/a&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;Yojimbo&lt;/h3&gt;
&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Yojimbo/735331173_oS2fp-O.png&quot; height=&quot;372&quot; width=&quot;630&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;Yojimbo&lt;/b&gt; helps keeping all important bits of information organized and accessible. It’s practically easy to use &lt;b&gt;Yojimbo&lt;/b&gt;, without any pre-learning required.
&lt;/p&gt;

&lt;p&gt;
There are as many uses for &lt;b&gt;Yojimbo&lt;/b&gt; as there are users of it. It accepts almost anything from text, bookmarks, images, pdfs, to web archives, serial numbers, or even passwords by simply dragging, copying, importing or printing.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.barebones.com/products/Yojimbo/&quot; class=&quot;more&quot;&gt;Homepage&lt;/a&gt;
&lt;a href=&quot;http://pine.barebones.com/demos/yojimbo-21.dmg&quot; class=&quot;more&quot;&gt;Download Trial Version (30-day)&lt;/a&gt;
&lt;a href=&quot;http://www.barebones.com/store/&quot; class=&quot;more&quot;&gt;Buy for $39.00&lt;/a&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;Yep 2&lt;/h3&gt;
&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.ironicsoftware.com/images/list.png&quot; height=&quot;439&quot; width=&quot;630&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
The strength in &lt;b&gt;Yep&lt;/b&gt; is the ability to see your documents and search through them without worrying where exactly you saved it to.
&lt;/p&gt;

&lt;p&gt;
With &lt;b&gt;Yep&lt;/b&gt;, you can add your own tags to documents. It also has the ability to automatically move documents into a simple date based folder system located in your &lt;b&gt;Documents&lt;/b&gt; folder, which results in the ease to track records of receipts, invoices, research papers, etc.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.ironicsoftware.com/yep/index.html&quot; class=&quot;more&quot;&gt;Homepage&lt;/a&gt;
&lt;a href=&quot;http://www.ironicsoftware.com/downloads/Yep_2.0.6.zip&quot; class=&quot;more&quot;&gt;Download Trial Version&lt;/a&gt;
&lt;a href=&quot;http://store.kagi.com/cgi-bin/store.cgi?storeID=6FDCJ_LIVE&amp;&amp;&quot; class=&quot;more&quot;&gt;Buy for $39.00&lt;/a&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;Fresh&lt;/h3&gt;
&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.ironicsoftware.com/fresh/images/tagging.png&quot; height=&quot;299&quot; width=&quot;630&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
You can use &lt;b&gt;Fresh&lt;/b&gt; to tag files, pick recently used tags, and even rate files. By tagging files, using Spotlight to search for tagged items will be so much easier.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.ironicsoftware.com/fresh/index.html&quot; class=&quot;more&quot;&gt;Homepage&lt;/a&gt;
&lt;a href=&quot;http://www.ironicsoftware.com/downloads/Fresh_1.2.2.zip&quot; class=&quot;more&quot;&gt;Download Trial Version&lt;/a&gt;
&lt;a href=&quot;https://store.kagi.com/cgi-bin/store.cgi?storeID=6FDCJ_LIVE&amp;&amp;&quot; class=&quot;more&quot;&gt;Buy for $9.00&lt;/a&gt;
&lt;/p&gt;
&lt;br /&gt;

&lt;h3&gt;Leap 2&lt;/h3&gt;
&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Leap/735331185_GtJMA-O.png&quot; height=&quot;369&quot; width=&quot;630&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
When we need to handle and manage hundreds (or even thousands) of files, we definitely need to group them with tags, which makes it extremely easy to find those files, regardless of their location.
&lt;/p&gt;

&lt;p&gt;
Using &lt;b&gt;Leap&lt;/b&gt;, you can use OpenMeta tag contentions to share tags across numerous programs.
With tweaks and improvements in user interface, &lt;b&gt;Leap&lt;/b&gt; makes tagging, rating and browsing of files even easier.
&lt;/p&gt;

&lt;p&gt;
As a side note, you can buy a bundle containing &lt;b&gt;Fresh, Deep, Leap, and Yep&lt;/b&gt;, four of them for &lt;b&gt;$69.00&lt;/b&gt;, which I see as a good bargain if you really like to use them.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.ironicsoftware.com/leap/&quot; class=&quot;more&quot;&gt;Homepage&lt;/a&gt;
&lt;a href=&quot;http://www.ironicsoftware.com/downloads/Leap_2.5.0.zip&quot; class=&quot;more&quot;&gt;Download Trial Version&lt;/a&gt;
&lt;a href=&quot;https://store.kagi.com/cgi-bin/store.cgi?storeID=6FDCJ_LIVE&amp;&amp;&quot; class=&quot;more&quot;&gt;Buy for $59.00&lt;/a&gt;
&lt;/p&gt;
&lt;br /&gt;


&lt;p&gt;
Of course, it is not recommended to purchase all of them as the functionalities of these file tagging applications kind of overlapping each other. You just need to find one that suits you the most and stick to it.
&lt;/p&gt;

&lt;p&gt;
Although I myself rarely feel the need to manage my files (usually I just left them behind, cluttered), I hope that this small compilation of file tagging applications can help you in organizing your Mac.
&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-11-06:29888</id>
    <published>2009-11-06T13:00:00Z</published>
    <updated>2009-11-10T05:11:58Z</updated>
    <category term="Tips and Tricks"/>
    <category term="Tweak"/>
    <link href="http://usingmac.com/2009/11/6/custom-expos&#233;-glows-for-download" rel="alternate" type="text/html"/>
    <title>Custom Expos&#233; Glows for Download</title>
<summary type="html">&lt;p&gt;
In our previous article: &lt;a href=&quot;http://www.usingmac.com/2009/11/4/tweak-expose-glow&quot;&gt;Daily Trick 47. Tweak Exposé Glow&lt;/a&gt;, we have brought forward the option to change your Exposé glowing effect. After few minutes playing around with the &lt;b&gt;image sprite&lt;/b&gt;, I have come up with these various sprites.
&lt;/p&gt;

&lt;p&gt;
In this article, I'd like to share the sprite with you. You can refer to the previous daily trick for the &lt;b&gt;step by step&lt;/b&gt; guide on how to change the effect.
&lt;/p&gt;

&lt;p&gt;
Inspired by &lt;a href=&quot;http://artlessprocesses.blogspot.com/2009/09/customize-snow-leopard-expose-glow.html&quot;&gt;Artless Processes - Customize Snow Leopard Expos&amp;eacute; Glow&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
Screenshots and download link provided after the jump.
&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;
In our previous article: &lt;a href=&quot;http://www.usingmac.com/2009/11/4/tweak-expose-glow&quot;&gt;Daily Trick 47. Tweak Exposé Glow&lt;/a&gt;, we have brought forward the option to change your Exposé glowing effect. After few minutes playing around with the &lt;b&gt;image sprite&lt;/b&gt;, I have come up with these various sprites.
&lt;/p&gt;

&lt;p&gt;
In this article, I'd like to share the sprite with you. You can refer to the previous daily trick for the &lt;b&gt;step by step&lt;/b&gt; guide on how to change the effect.
&lt;/p&gt;

&lt;p&gt;
Inspired by &lt;a href=&quot;http://artlessprocesses.blogspot.com/2009/09/customize-snow-leopard-expose-glow.html&quot;&gt;Artless Processes - Customize Snow Leopard Expos&amp;eacute; Glow&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
Screenshots and download link provided after the jump.
&lt;/p&gt;
&lt;h4&gt;Transparent Blue Glow&lt;/h4&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.smugmug.com/Computers/UsingMac/Blue-Glow/704952240_yfhPb-O.png&quot;&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Blue-Glow/704952240_yfhPb-M.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/a&gt;
&lt;/p&gt;

&lt;h4&gt;Transparent Black Glow&lt;/h4&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.smugmug.com/Computers/UsingMac/Black-Glow/704961035_fo7qa-O.png&quot;&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Black-Glow/704961035_fo7qa-M.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/a&gt;
&lt;/p&gt;

&lt;h4&gt;Transparent White Glow&lt;/h4&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.smugmug.com/Computers/UsingMac/White-Glow/704951799_xLCXy-O.png&quot;&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/White-Glow/704951799_xLCXy-M.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/a&gt;
&lt;/p&gt;

&lt;h4&gt;Outline Hover Effect&lt;/h4&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.smugmug.com/Computers/UsingMac/Outline-Glow/704952032_LixGa-O.png&quot;&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Outline-Glow/704952032_LixGa-M.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/a&gt;
&lt;/p&gt;

&lt;h4&gt;Transparent White Rectangle Glow&lt;/h4&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.smugmug.com/Computers/UsingMac/White-Rectangle-Glow/704951592_MMiMf-O.png&quot;&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/White-Rectangle-Glow/704951592_MMiMf-M.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/a&gt;
&lt;/p&gt;

&lt;h4&gt;Download Link&lt;/h4&gt;
&lt;p&gt;
All of the images for creating effects shown above can be downloaded from this link: &lt;a href=&quot;http://www.usingmac.com/assets/2009/11/6/Sprites.ZIP&quot;&gt;Sprites.ZIP&lt;/a&gt; (10.9KB).
&lt;/p&gt;


&lt;h4&gt;Shiny White Glow by Kent&lt;/h4&gt;
&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/shiny-white-glow/708911438_zXzWo-O.png&quot; height=&quot;328&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
Download link: &lt;a href=&quot;http://www.usingmac.com/assets/2009/11/10/shiny-white-glow.zip&quot;&gt;shiny-white-glow.zip&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
If you have created some nice effects and want to share with the rest of UsingMac readers, you can email me the attached sprite: &lt;b&gt;wendy[at]usingmac[dot]com&lt;/b&gt;. You can also drop few words on provided comment box.
&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-11-05:29812</id>
    <published>2009-11-05T14:00:00Z</published>
    <updated>2009-11-05T19:55:02Z</updated>
    <category term="Applications"/>
    <link href="http://usingmac.com/2009/11/5/mac-application-updaters" rel="alternate" type="text/html"/>
    <title>Mac Application Updaters</title>
<summary type="html">&lt;p&gt;
Sometimes, it's difficult to search and update to the latest Mac applications. This may hinder some people in
using their Macs. In order to reduce the hassle searching for required applications, we can use application updaters, which will do the information gathering for us.
&lt;/p&gt;

&lt;p&gt;
Some application updaters can be seen after the jump.
&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;
Sometimes, it's difficult to search and update to the latest Mac applications. This may hinder some people in
using their Macs. In order to reduce the hassle searching for required applications, we can use application updaters, which will do the information gathering for us.
&lt;/p&gt;

&lt;p&gt;
Some application updaters can be seen after the jump.
&lt;/p&gt;

&lt;h3&gt;Bodega&lt;/h3&gt;
&lt;p&gt;
&lt;b&gt;Bodega&lt;/b&gt; is an application updater for Mac that collects information on available Mac applications and presents
them nicely with a sleek and nice user interface.
&lt;/p&gt;

&lt;p&gt;
Within the &lt;b&gt;Bodega&lt;/b&gt;, Applications are categorized. Hence, you can easily browse through Applications and directly download them to your Mac.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://appbodega.com/&quot; title=&quot;Go to Bodega Homepage&quot;&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/Bodega/704182901_y58uh-O.png&quot; height=&quot;396&quot; width=&quot;550&quot; /&gt;
&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://appbodega.com/&quot;&gt;Homepage&lt;/a&gt; |
&lt;a href=&quot;http://downloads.appbodega.com/bodega/latest/Bodega.zip&quot;&gt;Download Link &amp;darr;&lt;/a&gt; |
License: &lt;b&gt;Freeware&lt;/b&gt;
&lt;/p&gt;


&lt;h3&gt;AppFresh&lt;/h3&gt;
&lt;p&gt;
Having installed various applications to your Mac, it's always good to keep them up to date with latest version. This can be easily done by using &lt;b&gt;AppFresh&lt;/b&gt;.
&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;AppFresh&lt;/b&gt; helps you check for latest version and keep all of your applications, widgets, preference panes, and plugins up to date.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://metaquark.de/appfresh/&quot; title=&quot;Go to AppFresh Homepage&quot;&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/AppFresh/704182962_tGJ8z-O.png&quot; height=&quot;326&quot; width=&quot;550&quot; /&gt;
&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://metaquark.de/appfresh/&quot;&gt;Homepage&lt;/a&gt; |
&lt;a href=&quot;http://metaquark.de/download/appfresh&quot;&gt;Download Link &amp;darr;&lt;/a&gt; |
License: &lt;b&gt;Freeware&lt;/b&gt;
&lt;/p&gt;

&lt;h3&gt;App Update&lt;/h3&gt;
&lt;p&gt;
Similar to &lt;b&gt;AppFresh&lt;/b&gt;, &lt;b&gt;App Update&lt;/b&gt; also tracks for latest version of applications installed on our Mac. However, &lt;b&gt;App Update&lt;/b&gt; presents the information with a simple widget interface.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;&quot; title=&quot;Go to App Update Homepage&quot;&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/AppUpdate/704182945_N6WjR-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://gkaindl.com/software/app-update&quot;&gt;Homepage&lt;/a&gt; |
&lt;a href=&quot;http://gkaindl.com/php/download.php?key=AppUpdate&quot;&gt;Download Link &amp;darr;&lt;/a&gt; |
Kind: &lt;b&gt;Dashboard Widget&lt;/b&gt;
&lt;/p&gt;

&lt;h4&gt;Any Suggestion?&lt;/h4&gt;
&lt;p&gt;
Perhaps, I've missed out one of your favorite application updaters. You can use the provided comment box to share with us. We will really appreciate it.
&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-11-04:29703</id>
    <published>2009-11-04T15:00:00Z</published>
    <updated>2009-11-04T15:28:06Z</updated>
    <category term="Daily Tricks"/>
    <category term="Tweak"/>
    <link href="http://usingmac.com/2009/11/4/tweak-expose-glow" rel="alternate" type="text/html"/>
    <title>Daily Trick 47. Tweak Expos&#233; Glow</title>
<summary type="html">&lt;h4&gt;For Snow Leopard Users&lt;/h4&gt;	
&lt;p&gt;
If you have noticed, whenever you press &lt;b&gt;F9&lt;/b&gt; key to activate Expos&amp;eacute;, you will see a rather different Expos&amp;eacute; from &lt;b&gt;Mac OS X   Leopard&lt;/b&gt;. And upon mouse over on one of the item, you can see blue glowing effect.
&lt;/p&gt;

&lt;p&gt;
Today, we are going to bring you to tweak on the glow color to your liking.
&lt;/p&gt;</summary><content type="html">
            &lt;h4&gt;For Snow Leopard Users&lt;/h4&gt;	
&lt;p&gt;
If you have noticed, whenever you press &lt;b&gt;F9&lt;/b&gt; key to activate Expos&amp;eacute;, you will see a rather different Expos&amp;eacute; from &lt;b&gt;Mac OS X   Leopard&lt;/b&gt;. And upon mouse over on one of the item, you can see blue glowing effect.
&lt;/p&gt;

&lt;p&gt;
Today, we are going to bring you to tweak on the glow color to your liking.
&lt;/p&gt;

&lt;h4&gt;Step 1. Find the Image Sprites&lt;/h4&gt;
&lt;p&gt;
Most of the time, the items that can be seen (let it buttons, icons, or other items) are located in the System folder of our Mac. The glowing effect of our Expos&amp;eacute; is also using the image sprite stored in the &lt;b&gt;System&lt;/b&gt; folder.
&lt;/p&gt;

&lt;p&gt;
Here is the quick step to the directory containing the image sprites:
&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open Finder and hit keystrokes &lt;b&gt;Cmd-Shift-G&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Type in the directory address: &lt;b&gt;/System/Library/CoreServices/Dock.app/Contents/Resources&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Then, hit enter to quickly jump to that directory (&lt;b&gt;Resources&lt;/b&gt; folder)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
&lt;img class=&quot;show bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/quick-jump/703142167_JTYaX-O.png&quot; height=&quot;353&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;Step 2. Move Them to Other Place&lt;/h4&gt;
&lt;p&gt;
As you are now inside the &lt;b&gt;System&lt;/b&gt; folder, the permission setting will stop you from making any direct changes to the files inside.
&lt;/p&gt;

&lt;p&gt;
The workaround for this is to copy these two items to other place outside &lt;b&gt;System&lt;/b&gt; folder, modify them, and move them back.
&lt;/p&gt;

&lt;p&gt;
Here are the detailed steps:
&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Inside the folder, search for two image files, namely: &lt;b&gt;expose-window-selection-big.png&lt;/b&gt; and &lt;b&gt;expose-window-selection-small.png&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Copy these two items somewhere else. And delete the original copy from this &lt;b&gt;Resources&lt;/b&gt; folder&lt;/li&gt;
&lt;li&gt;Now open these two images with your favorite image editor (e.g. Preview, Pixelmator, or Photoshop), change the color, and then save the changes&lt;/li&gt;
&lt;li&gt;Move back these two images into your the same directory as before (&lt;b&gt;Resources&lt;/b&gt; folder)&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;Step 3. Restart Expos&amp;eacute; to the Effect&lt;/h4&gt;
&lt;p&gt;
Finally to see the changes, you need to open Terminal and execute command line:
&lt;/p&gt;

&lt;pre&gt;killall Dock&lt;/pre&gt;

&lt;p&gt;
The above command line will restart the Dock for you as well as restart Expos&amp;eacute;. After restarting the Expos&amp;eacute;, you can now see the change in glow color after the modification.
&lt;/p&gt;

&lt;p&gt;
&lt;img class=&quot;bdr-gray show&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/brown-glowing-color/703139705_vcHwo-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
The key to quickly do this tweak is to open several Finder windows. This will save your time from going through the whole process to search for &lt;b&gt;Resources&lt;/b&gt; folder.
&lt;/p&gt;

&lt;p&gt;
And, it's always recommended to &lt;b&gt;make a backup&lt;/b&gt; for these two image files. Enjoy the tweaking!
&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-11-04:29682</id>
    <published>2009-11-04T09:25:00Z</published>
    <updated>2009-11-05T03:15:58Z</updated>
    <category term="Misc"/>
    <link href="http://usingmac.com/2009/11/4/the-white-usingmac" rel="alternate" type="text/html"/>
    <title>New Design. The White UsingMac</title>
<content type="html">
            &lt;p&gt;
After several months of black-theme UsingMac, we've decided to transform into white-theme design. Perhaps, some of you might feel surprised by this sudden change, but we hope that you feel comfortable with our new design.
&lt;/p&gt;

&lt;h4&gt;Why Do We Choose White?&lt;/h4&gt;
&lt;p&gt;
Having browsed through most of the websites that contain guide or information, rarely can we see them using white-on-black layout. That's when we think of changing into white-on-black layout.
&lt;/p&gt;

&lt;h4&gt;What Are The Changes We Made?&lt;/h4&gt;
&lt;p&gt;
If you have visited our site before, you would notice that the look-and-feel of several places have been tweaked, for example: &lt;b&gt;mini highlights&lt;/b&gt; on the top now is incorporated with simple round button, you can browse through those highlights by clicking on the button.
&lt;/p&gt;

&lt;p&gt;
Besides that change, we have also made changes to
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Logo&lt;/b&gt; &amp;rarr; Now with simple text instead of image, for faster loading&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Search Bar&lt;/b&gt; &amp;rarr; Located at right most of our navigation bar&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Sidebar&lt;/b&gt; &amp;rarr; More appealing hover effect is added for better navigation&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Comment Box&lt;/b&gt; &amp;rarr; It has been enlarged and now accept line break&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
And the biggest change would be the change from &lt;b&gt;Black to White&lt;/b&gt;.
&lt;/p&gt;

&lt;h4&gt;What Do You Think?&lt;/h4&gt;
&lt;p&gt;
We believe that we are still far from perfect. It's really appreciated if you can give us any constructive feedback or comment on this new design. Not only for giving feedback, you can also try out our new comment box.
&lt;/p&gt;

&lt;p&gt;
Hope you enjoy this new experience with UsingMac.
&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-10-23:28938</id>
    <published>2009-10-23T14:00:00Z</published>
    <updated>2009-10-23T17:01:11Z</updated>
    <category term="Applications"/>
    <link href="http://usingmac.com/2009/10/23/fave-mac-app-3-path-finder-5" rel="alternate" type="text/html"/>
    <title>Fave Mac App 3. Path Finder 5</title>
<summary type="html">&lt;p&gt;
Path Finder is an award-winning &lt;b&gt;file browser and management application&lt;/b&gt; for Mac OS X.
This is achieved by adding on more useful features to the familiar user interface of Finder.
&lt;/p&gt;

&lt;p&gt;
There are several features that I like to use while using Path Finder:
&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;b&gt;Multiple Tabs Browsing&lt;/b&gt;&lt;br /&gt;
Sometimes we might need to open multiple Finder window to drag-drop or browse around directories. Using Path Finder, we can combine all these opened windows into just &lt;b&gt;a single window with multiple tabs&lt;/b&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Temporary Stack&lt;/b&gt;&lt;br /&gt;
Although the drag-drop technique has become my habit in boosting my productivity in handling files. Path Finder enhances this experience by adding &lt;b&gt;temporary stack&lt;/b&gt; where we can have &lt;b&gt;a temporary place for drag-drop process&lt;/b&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Dual Pane File Browsing&lt;/b&gt;&lt;br /&gt;
Often, we need to view different folders side by side. And the good news is, Path Finder provides the &lt;b&gt;dual pane browsing&lt;/b&gt; ability for us. This feature of Path Finder is just too good to be missed.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Quick Preview&lt;/b&gt;&lt;br /&gt;
By default, if we want to show information of certain item on Finder, we will reveal the Get Info pane by hitting keystrokes &lt;b&gt;Cmd-Opt-I&lt;/b&gt;.&lt;br /&gt;
However in Path Finder, we can just toggle on &lt;b&gt;Preview Mode&lt;/b&gt; and we can have all important information the item has.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Recent Applications&lt;/b&gt;&lt;br /&gt;
Path Finder can also help us keeping track of &lt;b&gt;up to 50 recent&lt;/b&gt; applications.
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
Even though it's quite pricey for an application, I still recommend using Path Finder. Path Finder really helps a lot in enhancing your Mac experience. For your information, there is &lt;b&gt;30-day trial&lt;/b&gt; provided for this application.
&lt;/p&gt;

&lt;p&gt;
Screenshots are provided after the jump.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://cocoatech.com/&quot;&gt;Homepage&lt;/a&gt; |
Download Link: &lt;a href=&quot;http://get.cocoatech.com/PathFinder5.dmg&quot;&gt;Leopard &amp;darr;&lt;/a&gt; -
&lt;a href=&quot;http://get.cocoatech.com/PathFinderSL5.dmg&quot;&gt;Snow Leopard &amp;darr;&lt;/a&gt; |
License: &lt;b&gt;$39.95&lt;/b&gt;
&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;
Path Finder is an award-winning &lt;b&gt;file browser and management application&lt;/b&gt; for Mac OS X.
This is achieved by adding on more useful features to the familiar user interface of Finder.
&lt;/p&gt;

&lt;p&gt;
There are several features that I like to use while using Path Finder:
&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;b&gt;Multiple Tabs Browsing&lt;/b&gt;&lt;br /&gt;
Sometimes we might need to open multiple Finder window to drag-drop or browse around directories. Using Path Finder, we can combine all these opened windows into just &lt;b&gt;a single window with multiple tabs&lt;/b&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Temporary Stack&lt;/b&gt;&lt;br /&gt;
Although the drag-drop technique has become my habit in boosting my productivity in handling files. Path Finder enhances this experience by adding &lt;b&gt;temporary stack&lt;/b&gt; where we can have &lt;b&gt;a temporary place for drag-drop process&lt;/b&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Dual Pane File Browsing&lt;/b&gt;&lt;br /&gt;
Often, we need to view different folders side by side. And the good news is, Path Finder provides the &lt;b&gt;dual pane browsing&lt;/b&gt; ability for us. This feature of Path Finder is just too good to be missed.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Quick Preview&lt;/b&gt;&lt;br /&gt;
By default, if we want to show information of certain item on Finder, we will reveal the Get Info pane by hitting keystrokes &lt;b&gt;Cmd-Opt-I&lt;/b&gt;.&lt;br /&gt;
However in Path Finder, we can just toggle on &lt;b&gt;Preview Mode&lt;/b&gt; and we can have all important information the item has.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Recent Applications&lt;/b&gt;&lt;br /&gt;
Path Finder can also help us keeping track of &lt;b&gt;up to 50 recent&lt;/b&gt; applications.
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
Even though it's quite pricey for an application, I still recommend using Path Finder. Path Finder really helps a lot in enhancing your Mac experience. For your information, there is &lt;b&gt;30-day trial&lt;/b&gt; provided for this application.
&lt;/p&gt;

&lt;p&gt;
Screenshots are provided after the jump.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://cocoatech.com/&quot;&gt;Homepage&lt;/a&gt; |
Download Link: &lt;a href=&quot;http://get.cocoatech.com/PathFinder5.dmg&quot;&gt;Leopard &amp;darr;&lt;/a&gt; -
&lt;a href=&quot;http://get.cocoatech.com/PathFinderSL5.dmg&quot;&gt;Snow Leopard &amp;darr;&lt;/a&gt; |
License: &lt;b&gt;$39.95&lt;/b&gt;
&lt;/p&gt;
&lt;h4&gt;Screenshots&lt;/h4&gt;
&lt;p&gt;
To get better understanding of Path Finder's interface, you can take a look at several snapshots of it that we've taken. You can &lt;b&gt;click on thumbnail to see larger view&lt;/b&gt;.
&lt;/p&gt;

&lt;div class=&quot;clearfix&quot;&gt;
&lt;a href=&quot;http://www.smugmug.com/Computers/UsingMac/PathFinder-Recent-Applications/690014054_73qoC-L.png&quot; title=&quot;Path Finder 5. Recent Applications&quot; class=&quot;fl mr20&quot;&gt;
&lt;img class=&quot;show bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/PathFinder-Recent-Applications/690014054_73qoC-Th.png&quot; height=&quot;150&quot; width=&quot;150&quot; /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://www.smugmug.com/Computers/UsingMac/PathFinder-Quick-Preview/690014638_AwkmY-L.png&quot; title=&quot;Path Finder 5. Multiple Tabs&quot; class=&quot;fl mr20&quot;&gt;
&lt;img class=&quot;show bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/PathFinder-Quick-Preview/690014638_AwkmY-Th.png&quot; height=&quot;150&quot; width=&quot;150&quot; /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://www.smugmug.com/Computers/UsingMac/PathFinder-Dual-Pane/690042025_VXWWs-L.png&quot; title=&quot;Path Finder 5. Dual Pane&quot; class=&quot;fl&quot;&gt;
&lt;img class=&quot;show bdr-gray&quot; src=&quot;http://www.smugmug.com/Computers/UsingMac/PathFinder-Dual-Pane/690042025_VXWWs-Th.png&quot; height=&quot;150&quot; width=&quot;150&quot; /&gt;
&lt;/a&gt;
&lt;/div&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-10-22:28794</id>
    <published>2009-10-22T14:00:00Z</published>
    <updated>2009-10-22T17:49:53Z</updated>
    <category term="Special Event"/>
    <link href="http://usingmac.com/2009/10/22/poll-favorite-mac-desktop" rel="alternate" type="text/html"/>
    <title>Poll. Your Favorite Mac Desktop</title>
<summary type="html">&lt;p&gt;
This article is intended to give exposure to other contestants that have submitted their works.
The screenshots of their submissions are listed below. And you can cast vote on any that you like (&lt;b&gt;you can choose more than one&lt;/b&gt;) at the end of this article.
&lt;/p&gt;

&lt;p&gt;
Let's vote for your favorite Mac Desktop and support the one that you like!
&lt;br /&gt;
&lt;b&gt;Hint.&lt;/b&gt; You can use keystrokes &lt;b&gt;Cmd-[&amp;darr;]&lt;/b&gt; to quickly scroll down to end of page.
&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;
This article is intended to give exposure to other contestants that have submitted their works.
The screenshots of their submissions are listed below. And you can cast vote on any that you like (&lt;b&gt;you can choose more than one&lt;/b&gt;) at the end of this article.
&lt;/p&gt;

&lt;p&gt;
Let's vote for your favorite Mac Desktop and support the one that you like!
&lt;br /&gt;
&lt;b&gt;Hint.&lt;/b&gt; You can use keystrokes &lt;b&gt;Cmd-[&amp;darr;]&lt;/b&gt; to quickly scroll down to end of page.
&lt;/p&gt;
&lt;h4&gt;1. Radio Station&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143097_gmqiy-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;2. iMac on the Dock&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143755_LY2tD-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;3. Apple Color Spectrum&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688145009_iPxoC-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;4. Garden&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688145123_CuCBe-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;5. Black, White, and Red&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688145393_qxdZs-O.png&quot; height=&quot;379&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;6. Audio Technology&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688145455_SbUtx-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;7. Daily Task&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688145522_qcnKk-O.png&quot; height=&quot;330&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;8. Outside World&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688145574_y3fAu-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;9. Invisible Dock&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688145661_ZgdK3-O.png&quot; height=&quot;345&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;10. Blue Moon&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143176_HSrtD-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;11. Blue Fractal&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143227_FmFcG-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;12. Clouds and Rain&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143265_T2Cwa-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;13. Wooden Mac&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143341_mzfWq-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;14. Three Programs&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143389_wobUv-O.png&quot; height=&quot;345&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;15. Funnel OS X&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143406_kWzUp-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;16. Desktop Workspace&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143459_V6V3H-O.png&quot; height=&quot;345&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;17. Login Screen&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143523_f7Rn3-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;18. Custom Icons&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143527_YmZyf-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;19. Wall-E&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688168213_KcgXC-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;20. Menubar Calendar&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143820_8gZUe-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;21. Andrew's Mac&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143930_Y7Zb7-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;22. Background and Dock&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688143975_bEwVv-O.png&quot; height=&quot;342&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;23. Mac Desktop&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144049_RUbJV-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;24. Avalanche&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144125_mWUVN-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;25. Advance Laboratory&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144225_RKLXJ-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;26. Apple&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144207_dDUBM-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;27. iTunes&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144331_ZtMaH-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;28. Clock Only&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144308_jJwaH-O.png&quot; height=&quot;309&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;29. Halo 3&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144414_RchZy-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;30. Blue Lightstream&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144454_oYEz4-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;31. Leather Dock&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144514_8x5v8-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;32. Spyda's Screenshot&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144587_MB9qq-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;33. DMC&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144625_M2hMq-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;34. Facebook Notifications&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144690_AizgJ-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;35. Fire Leopard&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144752_zXWPF-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;36. Linux Screenshot&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144734_QeVMW-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;37. List View&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144816_wgdxe-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;38. Color Bubble&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144857_qmAiq-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;39. Gay Bar&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688144942_tB3pS-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;40. Stay Green&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688145250_p9MP8-O.png&quot; height=&quot;329&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;41. Mac Spaces&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688145270_okm7q-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;42. Desktop Calendar&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688145367_jjQ9G-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;h4&gt;43. Mach Desktop (Red)&lt;/h4&gt;
&lt;p&gt;
	&lt;img class=&quot;bdr-gray&quot; src=&quot;http://rubify.smugmug.com/photos/688145379_t97M3-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;div class=&quot;TWIIGSPOLL&quot;&gt;
&amp;lt;script src=&quot;http://www.twiigs.com/poll.js?pid=42050&amp;color=&quot; type=&quot;text/javascript&quot;&gt;&amp;lt;/script&gt;
&lt;div class=&quot;TWIIGSPOLLpolllink&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-10-19:28721</id>
    <published>2009-10-19T14:30:00Z</published>
    <updated>2009-10-19T19:30:09Z</updated>
    <category term="Tweak"/>
    <link href="http://usingmac.com/2009/10/19/tweak-screencapture-behavior" rel="alternate" type="text/html"/>
    <title>Tweak Screencapture Behavior</title>
<summary type="html">&lt;p&gt;
Normally, we will use keystrokes &lt;b&gt;Cmd-Shift-3&lt;/b&gt; or &lt;b&gt;Cmd-Shift-4&lt;/b&gt; to take snapshot with Mac
default screencapture utility. And new in Snow Leopard, we will end up having a &lt;b&gt;PNG&lt;/b&gt;
image file automatically stored inside our &lt;b&gt;Desktop folder&lt;/b&gt; with the name &lt;b&gt;Screen shot &amp;hellip;&lt;/b&gt; .
&lt;/p&gt;

&lt;p&gt;
Those behaviors mentioned above are the default ones. We can easily change those with
simple command lines.
&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;
Normally, we will use keystrokes &lt;b&gt;Cmd-Shift-3&lt;/b&gt; or &lt;b&gt;Cmd-Shift-4&lt;/b&gt; to take snapshot with Mac
default screencapture utility. And new in Snow Leopard, we will end up having a &lt;b&gt;PNG&lt;/b&gt;
image file automatically stored inside our &lt;b&gt;Desktop folder&lt;/b&gt; with the name &lt;b&gt;Screen shot &amp;hellip;&lt;/b&gt; .
&lt;/p&gt;

&lt;p&gt;
Those behaviors mentioned above are the default ones. We can easily change those with
simple command lines.
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;b&gt;Change Screencapture Filename&lt;/b&gt;&lt;br /&gt;
&lt;span class=&quot;clr-clear-green blk bdr-gray plr mt5 mb5&quot;&gt;
defaults write com.apple.screencapture &lt;b&gt;name &quot;New Name&quot;&lt;/b&gt;&lt;br /&gt;
killall SystemUIServer
&lt;/span&gt;
You can change the value &quot;New Name&quot; to the name of your liking. And if you put the name as empty string (i.e. &lt;b&gt;&quot;&quot;&lt;/b&gt;), you will get your screencapture named with the format: &lt;b&gt;[current date] at [time]&lt;/b&gt;, e.g. &quot;2009-10-20 at AM 03.02.57&quot;.
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Change Screencapture Location&lt;/b&gt;&lt;br /&gt;
&lt;span class=&quot;clr-clear-green blk bdr-gray plr mt5 mb5&quot;&gt;
defaults write com.apple.screencapture &lt;b&gt;location &quot;New Location&quot;&lt;/b&gt;&lt;br /&gt;
killall SystemUIServer
&lt;/span&gt;
Hint. You can &lt;b&gt;drag-drop the folder&lt;/b&gt; to Terminal pane to get the folder location.&lt;br /&gt;
As seen in both command lines, the second line &lt;b&gt;killall SystemUIServer&lt;/b&gt; is needed and used to restart the screencapture application. Only after restarting, changes will take effect.
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Change Screencapture File Format&lt;/b&gt;&lt;br /&gt;
&lt;span class=&quot;clr-clear-green blk bdr-gray plr mt5 mb5&quot;&gt;
defaults write com.apple.screencapture &lt;b&gt;type [new format]&lt;/b&gt;&lt;br /&gt;
killall SystemUIServer
&lt;/span&gt;
These file formats are available: PNG, PDF, JPG, JP2, GIF, TIF, BMP, PICT, and TGA.&lt;br /&gt;
Note. Replace the &lt;b&gt;[new format]&lt;/b&gt; with one of those available formats, e.g. &lt;b&gt;JPG&lt;/b&gt;.
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Disable Window Shadow&lt;/b&gt;&lt;br /&gt;
When we used key combination &lt;b&gt;[Cmd-Shift-4] + [Space]&lt;/b&gt;,
we will be able to capture a snapshot of window along with the shadow. The following command lines are used to disable the shadow.
&lt;span class=&quot;clr-clear-green blk bdr-gray plr mt5 mb5&quot;&gt;
defaults write com.apple.screencapture &lt;b&gt;disable-shadow -bool true&lt;/b&gt;&lt;br /&gt;
killall SystemUIServer
&lt;/span&gt;
You can change &lt;b&gt;-bool true&lt;/b&gt; to &lt;b&gt;-bool false&lt;/b&gt; to enable back the shadow.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Capture from Terminal Command&lt;/b&gt;&lt;br /&gt;
One of these command lines can be used to capture from terminal:
&lt;span class=&quot;clr-clear-green blk bdr-gray plr mt5 mb5&quot;&gt;
screencapture &lt;b&gt;-c&lt;/b&gt;&lt;br /&gt;
screencapture &lt;b&gt;-i&lt;/b&gt; ~/Desktop/snapshot.png&lt;br /&gt;
screencapture &lt;b&gt;-io&lt;/b&gt; ~/Desktop/screenshot.png&lt;br /&gt;
screencapture &lt;b&gt;-M&lt;/b&gt; ~/Desktop/screenshot.png&lt;br /&gt;
screencapture &lt;b&gt;-P&lt;/b&gt; ~/Desktop/screenshot.png&lt;br /&gt;
screencapture &lt;b&gt;-t png&lt;/b&gt; ~/Desktop/screenshot.png&lt;br /&gt;
screencapture &lt;b&gt;-T 5&lt;/b&gt; ~/Desktop/screenshot.png&lt;br /&gt;
screencapture &lt;b&gt;-x&lt;/b&gt; ~/Desktop/screenshot.png
&lt;/span&gt;
The usages of each command line can be checked using:
&lt;span class=&quot;clr-clear-green blk bdr-gray plr mt5 mb5&quot;&gt;
man &lt;b&gt;screencapture&lt;/b&gt;
&lt;/span&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
Personally, I love to play around with Terminal tweaks. If you have any other interesting
tweaks, feel free to share with us; we provided a comment box for that. Have a good time &lt;b&gt;screencapture&lt;/b&gt;-ing!
&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-10-17:28655</id>
    <published>2009-10-17T14:00:00Z</published>
    <updated>2009-10-17T15:32:10Z</updated>
    <category term="Daily Tricks"/>
    <link href="http://usingmac.com/2009/10/17/daily-trick-46" rel="alternate" type="text/html"/>
    <title>Daily Trick 46. Fast Expos&#233; Shortcut</title>
<content type="html">
            &lt;p&gt;
Whenever you want to open the Exposé view of an application, usually mac users will
advice you on using &lt;b&gt;Hot Corner&lt;/b&gt;. However, we have a &lt;b&gt;new trick&lt;/b&gt; here for you.
&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open 'Application Switcher' with &lt;b&gt;Cmd-Tab&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Press &lt;b&gt;Tabs&lt;/b&gt; until the app you want to perform Exposé to is selected&lt;/li&gt;
&lt;li&gt;Hit the arrow key &lt;b&gt;[&amp;darr;]&lt;/b&gt; or &lt;b&gt;[&amp;uarr;]&lt;/b&gt; and the Exposé for that app will appear&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
It's fast, quick, and totally free of mouse actions.&lt;br /&gt;
But unfortunately, this trick only works in &lt;b&gt;Snow Leopard&lt;/b&gt;.
&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-10-15:28601</id>
    <published>2009-10-15T14:00:00Z</published>
    <updated>2009-10-19T02:33:24Z</updated>
    <category term="Special Event"/>
    <link href="http://usingmac.com/2009/10/15/usingmac-contest-1-winner" rel="alternate" type="text/html"/>
    <title>The Winners of UsingMac Contest 1</title>
<summary type="html">&lt;p&gt;
After long consideration and development time to put up all submissions into our new
gallery, finally we can announce to our readers the winners of this contest.
&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;
After long consideration and development time to put up all submissions into our new
gallery, finally we can announce to our readers the winners of this contest.
&lt;/p&gt;

&lt;h4&gt;1st Place. Biology&lt;/h4&gt;
&lt;p&gt;
Artist: &lt;a href=&quot;http://dreamsinvitro.wordpress.com/&quot;&gt;Myles O'Neill&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/photos/681829413_oVfYD-O.png&quot; height=&quot;343&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
I am astounded by the modifications and extra touches that he gives to his Mac. If not for
the Dock he left there untouched, I can barely figure out that this is a screenshot of a Mac.
&lt;/p&gt;

&lt;p&gt;
Big applause to Myles for winning licenses of &lt;b&gt;Pixelmator&lt;/b&gt;, &lt;b&gt;Layers&lt;/b&gt;, and &lt;b&gt;Concentrate&lt;/b&gt;.
&lt;/p&gt;

&lt;h4&gt;2nd Place. Custom Dock&lt;/h4&gt;
&lt;p&gt;
Artist: Cameron Osborn
&lt;/p&gt;

&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/photos/681829304_JwAXW-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
I like the way the icons are placed; they're not placed in the normal Dock. Instead, the
icons are placed in a custom dock, like the title implies. What a creative modification.
&lt;/p&gt;

&lt;p&gt;
And what I like the most is the simplicity and minimalistic atmosphere from the Desktop.
Thumbs up to Cameron. Congrats Cameron! You've won 2 apps: &lt;b&gt;Layers&lt;/b&gt; and &lt;b&gt;Concentrate&lt;/b&gt;.
&lt;/p&gt;

&lt;h4&gt;3rd Place. Fan Stack&lt;/h4&gt;
&lt;p&gt;
Artist: Prakhar M.
&lt;/p&gt;

&lt;p&gt;
&lt;img class=&quot;bdr-gray&quot; src=&quot;http://www.smugmug.com/photos/681829205_ycqxr-O.png&quot; height=&quot;344&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
From a single glance, perhaps you would be attracted to the modified stack icons.
&lt;/p&gt;

&lt;p&gt;
However if you look more thoroughly, you would find out that he also modified the LED
lights of active applications into three lights (default is one). This is the creative part of
his desktop setup.
&lt;/p&gt;

&lt;p&gt;
And with this, he won a copy of &lt;b&gt;Concentrate&lt;/b&gt;.
&lt;/p&gt;

&lt;h4&gt;Other Submissions&lt;/h4&gt;
&lt;p&gt;
You can also see other 80 wonderful screenshots of Mac Desktop and photos of Mac Setup
on our new gallery at &lt;a href=&quot;http://gallery.usingmac.com/&quot;&gt;gallery.usingmac.com&lt;/a&gt; under the category &lt;b&gt;Mac Fanboy Collection&lt;/b&gt;.
&lt;/p&gt;

&lt;p&gt;
&lt;img class=&quot;bdr-gray show&quot; src=&quot;http://www.smugmug.com/photos/681829287_p6iW6-O.png&quot; height=&quot;331&quot; width=&quot;550&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
We've also put up 200+ gorgeous wallpapers on the gallery.
&lt;/p&gt;

&lt;p&gt;
We applied a queuing system to the gallery where upon clicking on the thumbnail, the
lightbox view will not appear immediately. Instead, the image will be put on the process
queue. You can view the image after the load is finished.
&lt;/p&gt;

&lt;p&gt;
Have a nice time browsing!
&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-10-07:28319</id>
    <published>2009-10-07T15:00:00Z</published>
    <updated>2009-10-07T15:43:01Z</updated>
    <category term="Applications"/>
    <link href="http://usingmac.com/2009/10/7/fave-mac-app-2" rel="alternate" type="text/html"/>
    <title>Fave Mac App 2. Adium</title>
<content type="html">
            &lt;p&gt;
&lt;b&gt;Adium&lt;/b&gt; is an application that lets you chat with your friends across many chat networks
easily at the same time. With &lt;b&gt;Adium&lt;/b&gt;, you can connect to Yahoo!, MSN, GTalk, and many
others with just one single chat client.
&lt;/p&gt;

&lt;p&gt;
Adding to its value, &lt;b&gt;Adium&lt;/b&gt; also provides us with interface to Twitter and Facebook. And if
you can't past a single moment without chit-chat with friends, &lt;b&gt;Adium&lt;/b&gt; suits you most.
&lt;/p&gt;

&lt;p&gt;
&lt;img class=&quot;show bdr-gray&quot; src=&quot;http://www.smugmug.com/photos/673286333_R2jeL-O.png&quot; height=&quot;198&quot; width=&quot;320&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://adium.im/&quot;&gt;Homepage&lt;/a&gt; | &lt;a href=&quot;http://adium.im/?download=10.4&quot;&gt;Download Link ↓&lt;/a&gt; |
License Type: &lt;b&gt;Freeware&lt;/b&gt;
&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://usingmac.com/">
    <author>
      <name>Wendy</name>
    </author>
    <id>tag:usingmac.com,2009-10-06:28294</id>
    <published>2009-10-06T11:00:00Z</published>
    <updated>2009-10-06T16:30:01Z</updated>
    <category term="Daily Tricks"/>
    <link href="http://usingmac.com/2009/10/6/daily-trick-45" rel="alternate" type="text/html"/>
    <title>Daily Trick 45. Quick Manage Mail</title>
<summary type="html">&lt;p&gt;
Throughout the whole time of using Mac, often we will spend time on checking and
managing our mail. I personally like the default mail application for Mac: &lt;b&gt;Mail.app&lt;/b&gt;.
&lt;/p&gt;

&lt;p&gt;
In this trick, I am going to share with you some keyboard shortcuts that come in handy
when we're going to manage our mailboxes, quick navigate mailbox, and handle message.
&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;
Throughout the whole time of using Mac, often we will spend time on checking and
managing our mail. I personally like the default mail application for Mac: &lt;b&gt;Mail.app&lt;/b&gt;.
&lt;/p&gt;

&lt;p&gt;
In this trick, I am going to share with you some keyboard shortcuts that come in handy
when we're going to manage our mailboxes, quick navigate mailbox, and handle message.
&lt;/p&gt;
&lt;h4&gt;Managing Mailboxes&lt;/h4&gt;
&lt;p&gt;
You will use these shortcuts often. You should quickly burn these into your brain.
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Cmd-Delete&lt;/b&gt; &amp;rarr; Delete selected mailbox item(s)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Cmd-Shift-L&lt;/b&gt; &amp;rarr; Mark selected items as &quot;Flagged&quot;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Cmd-Shift-J&lt;/b&gt; &amp;rarr; Mark selected items as &quot;Junk&quot;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Cmd-Shift-Y&lt;/b&gt; &amp;rarr; Add sender(s) of selected items to Address Book&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Cmd-Shift-K&lt;/b&gt; &amp;rarr; Select all related messages&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 class=&quot;pt&quot;&gt;Navigating Mailboxes&lt;/h4&gt;
&lt;p&gt;
And you can always use keyboard shortcuts &lt;b&gt;Cmd-1 ~ Cmd-8&lt;/b&gt; for quick navigation to other
mailboxes.
&lt;/p&gt;

&lt;p&gt;
&lt;img class=&quot;show bdr-gray&quot; src=&quot;http://www.smugmug.com/photos/672260843_ip4xk-O.png&quot; /&gt;
&lt;/p&gt;

&lt;h4 class=&quot;pt&quot;&gt;Handling Message&lt;/h4&gt;
&lt;p&gt;
In the case of handling message, these keyboard shorcuts would be very useful:
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Cmd-R&lt;/b&gt; &amp;rarr; Reply&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Cmd-Shift-R&lt;/b&gt; &amp;rarr; Reply All&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Cmd-Shift-F&lt;/b&gt; &amp;rarr; Forward&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Cmd-Shift-E&lt;/b&gt; &amp;rarr; Redirect&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Cmd-Shift-B&lt;/b&gt; &amp;rarr; Bounce&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Hope these shortcuts will help you in increasing your productivity.
&lt;/p&gt;
          </content>  </entry>
</feed>
