<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;CUIAQHY5fip7ImA9WhRRFEk.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923</id><updated>2011-11-27T17:25:41.826-08:00</updated><category term="Mail" /><category term="Screen Saver" /><category term="change PNG to JPG" /><category term="iPhone" /><category term="iTunes" /><category term="Desktop" /><category term="iPhoto" /><category term="iPod" /><category term="iCal" /><category term="Spaces" /><category term="Mac" /><category term="Safari" /><category term="Address Book" /><category term="Dock" /><category term="AirPort" /><category term="Preview" /><category term="Stickies" /><category term="Finder" /><category term="Spotlight" /><category term="Dashboard" /><title>OS X Mac Tips &amp; Tricks</title><subtitle type="html">A good place to make your Apple experience better.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://osxmactips.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://osxmactips.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>91</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/OsXMacTipsTricks" /><feedburner:info uri="osxmactipstricks" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>OsXMacTipsTricks</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="W/&quot;CUMCQn44cSp7ImA9WhdRGEs.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-430136080812234657</id><published>2011-08-08T21:08:00.000-07:00</published><updated>2011-08-08T21:17:43.039-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-08T21:17:43.039-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>Faster Search for Mac OS X using Terminal</title><summary type="html">Using Spotlight for file searches can be fast (even faster if you are using SSD) and it is also speedy to use the search field in the upper right corner of the Finder window, but there is an even faster way of searching through the files on your hard drive using Terminal.

In Terminal, you can use the Unix Command locate, this command relies on creating an index database for performing searches, &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/9w_Y2LkmwBE" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/430136080812234657?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/430136080812234657?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/9w_Y2LkmwBE/faster-search-for-mac-os-x-using.html" title="Faster Search for Mac OS X using Terminal" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_7jfsx45tgH8/SW8KVcT9XlI/AAAAAAAAAB0/4dZFG7pLxRo/s72-c/term.png" height="72" width="72" /><feedburner:origLink>http://osxmactips.blogspot.com/2011/08/faster-search-for-mac-os-x-using.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0YHRHg-cSp7ImA9WhdRGUk.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-1710623565644894362</id><published>2011-08-03T16:12:00.000-07:00</published><updated>2011-08-09T19:58:55.659-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-09T19:58:55.659-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>Find LCD Panel Model Number for your MacBook or iMac</title><summary type="html">
The latest release of the Macbook Air reportedly has two different manufacturers for its high resolution display. Many people are now trying to verify which make and model display they have. 

You can determine the model number by typing (or copying and pasting) this lengthy Terminal command:


ioreg -lw0 | grep IODisplayEDID | sed "/[^&amp;lt;]*&amp;lt;/s///" | xxd -p -r | strings -6

After executing the &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/w2YS0xZA-co" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/1710623565644894362?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/1710623565644894362?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/w2YS0xZA-co/find-lcd-panel-model-number-for-your.html" title="Find LCD Panel Model Number for your MacBook or iMac" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_7jfsx45tgH8/SW8KVcT9XlI/AAAAAAAAAB0/4dZFG7pLxRo/s72-c/term.png" height="72" width="72" /><feedburner:origLink>http://osxmactips.blogspot.com/2011/08/find-lcd-panel-model-number-for-your.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE4AQX45eyp7ImA9WhdREEU.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-1295488279627784689</id><published>2011-07-30T21:28:00.000-07:00</published><updated>2011-07-30T21:35:40.023-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-30T21:35:40.023-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>Automatically fix the Clock Time on your Mac</title><summary type="html">Does your clock on your Mac occasionally display the incorrect time? This usually happens due to the battery and system hardware not syncing, thus there are lapses in the time count. You can solve this problem by going to System Preferences, under the System pane go to Date &amp;amp; Time. Once there, check the "Set date and time automatically" box. Now you should be fully synced if and when you have an &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/1Gbr_dmNylk" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/1295488279627784689?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/1295488279627784689?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/1Gbr_dmNylk/automatically-fix-clock-time-on-your.html" title="Automatically fix the Clock Time on your Mac" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2011/07/automatically-fix-clock-time-on-your.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cCQHs8fip7ImA9WhZRFUU.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-8820107663769753292</id><published>2011-03-06T05:54:00.000-08:00</published><updated>2011-04-11T22:11:01.576-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-11T22:11:01.576-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>Change Name or Names on Mac Login Screen</title><summary type="html">In System Preferences you can easily change the name that appears next to your login picture on the screen when you first start your Mac computer. Follow these few steps:First, go into System Preferences, and then under Accounts you will see the field to change Full Name, this will change name that appears in black text next to the user icon before you log on.What about the name that appears in &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/CGeeGqx7Odw" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/8820107663769753292?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/8820107663769753292?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/CGeeGqx7Odw/change-name-or-names-on-mac-login.html" title="Change Name or Names on Mac Login Screen" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2011/03/change-name-or-names-on-mac-login.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUYGR3s_eyp7ImA9Wx5VFkU.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-7711395417622410041</id><published>2010-10-09T20:49:00.000-07:00</published><updated>2010-10-09T20:58:46.543-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-09T20:58:46.543-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Safari" /><title>Stop Safari crashing from Flash</title><summary type="html">All too often does one encounter a time when Safari will freeze and not respond to any input, and sometimes crashes altogether, losing any precious open webpages you didn't want to lose in the first place.It's best to update to the latest Flash 10.1 because this latest version seems address some of the freezing in Safari, but unfortunately, not all of it.If your browser becomes unresponsive due &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/UbvmK1RpE_A" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/7711395417622410041?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/7711395417622410041?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/UbvmK1RpE_A/stop-safari-crashing-from-flash.html" title="Stop Safari crashing from Flash" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2010/10/stop-safari-crashing-from-flash.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUMEQHc-fSp7ImA9Wx5VFkU.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-9217769587040813219</id><published>2010-07-21T19:20:00.000-07:00</published><updated>2010-10-09T21:03:21.955-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-09T21:03:21.955-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>Enable Magic Mouse Free-Scrolling in Leopard</title><summary type="html">You might have noticed the ability to scroll through web pages with the trackpad on the Magic Mouse in a way that is similar to the iPhone, iPod Touch and iPad.It seems that Apple has only made this feature visible in System Preferences in Snow Leopard, but they have not added it to the interface on Leopard.You can enable this kind of scrolling manually by typing some basic commands. Simply start&lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/xj4KpAYGUxM" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/9217769587040813219?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/9217769587040813219?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/xj4KpAYGUxM/enable-magic-mouse-free-scrolling-in.html" title="Enable Magic Mouse Free-Scrolling in Leopard" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_7jfsx45tgH8/SW8KVcT9XlI/AAAAAAAAAB0/4dZFG7pLxRo/s72-c/term.png" height="72" width="72" /><feedburner:origLink>http://osxmactips.blogspot.com/2010/07/enable-magic-mouse-free-scrolling-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MESX47fip7ImA9WxBQGEs.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-4166031362468507176</id><published>2010-01-18T18:30:00.000-08:00</published><updated>2010-01-18T18:50:08.006-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-18T18:50:08.006-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><category scheme="http://www.blogger.com/atom/ns#" term="Screen Saver" /><title>How To Enable Password For Screen Saver</title><summary type="html">Maybe some of you might be wondering how to set a password for a Screen Saver on your Mac. It is a little confusing at first when you go to look for an option to enable your login password, because upon first glance there is not an option to set a password for Screen Savers in the Desktop &amp;amp; Screen Saver pane in System Preferences, like one might expect to find in the Screen Saver section of &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/NDz9j7Rr75o" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/4166031362468507176?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/4166031362468507176?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/NDz9j7Rr75o/how-to-enable-password-for-screen-saver.html" title="How To Enable Password For Screen Saver" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2010/01/how-to-enable-password-for-screen-saver.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4ASHw9fyp7ImA9WxNVFE4.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-883831869320943816</id><published>2009-10-24T18:35:00.000-07:00</published><updated>2009-10-24T18:42:29.267-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-24T18:42:29.267-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Dashboard" /><title>Moon Phase Widget</title><summary type="html">Ever wanted to find out which moon cycle we are in? There's not very many resources online for finding out about the Lunar Calendar, but now there's a nice and simple Dashboard Widget called Moon Phase which shows the current moon cycle and how many days and hours until the next cycle.It is available for download here. It requires Mac OS 10.4 or later.&lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/85FX0l7EsaQ" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/883831869320943816?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/883831869320943816?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/85FX0l7EsaQ/moon-phase-widget.html" title="Moon Phase Widget" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/10/moon-phase-widget.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkYNQHwyeyp7ImA9WxNVFE4.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-8004418864523802809</id><published>2009-10-24T18:11:00.000-07:00</published><updated>2009-10-24T18:29:51.293-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-24T18:29:51.293-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Dashboard" /><title>Weather Radar Widget</title><summary type="html">You can use this little Dashboard Widget called Radar In Motion which actively pulls the latest Radar information from Weather.com or the NOAA, and displays the Radar images in various ways every time you look in your Dashboard. The Widget inclues a fair amount of options for displaying the latest Radar information.You have the option of viewing the latest images by city or zip code, along with &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/KNBzreYfM1g" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/8004418864523802809?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/8004418864523802809?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/KNBzreYfM1g/weather-radar-widget.html" title="Weather Radar Widget" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/10/weather-radar-widget.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEQDQXsyeSp7ImA9WxNVFE4.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-8357537125509377173</id><published>2009-10-24T17:48:00.000-07:00</published><updated>2009-10-24T17:59:30.591-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-24T17:59:30.591-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Dashboard" /><title>Free SMS Dashboard Widget</title><summary type="html">You can send free text messages to any provider in the US or Canada by using this very simple little Dashboard Widget from txtDrop.com. No more looking up your carrier's website to send text messages if you don't have your cell phone handy. Just quickly bring up this little Widget and send your SMS instantly.There's a Universal Binary available for download at their website. It requires Mac OS &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/kKsDf5W0OcM" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/8357537125509377173?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/8357537125509377173?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/kKsDf5W0OcM/free-sms-dashboard-widget.html" title="Free SMS Dashboard Widget" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/10/free-sms-dashboard-widget.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4GQno4eyp7ImA9WxNVE0k.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-8407474285374865737</id><published>2009-10-23T16:15:00.000-07:00</published><updated>2009-10-23T16:35:23.433-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-23T16:35:23.433-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Dashboard" /><title>Monitor Your Mac Widget</title><summary type="html">You can monitor many different statistics on your system using the iStat Pro Dashboard Widget. This handy all-in-one Widget seems to cover just about every statistic you would want to know on your Mac or Macs currently running and using different resources.It features detailed information on CPU, Hard Drives, CPU and Hard Drive Temperature, Bandwidth, IP Addresses, Detailed Memory Usage (&lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/X_lP68x9w5I" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/8407474285374865737?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/8407474285374865737?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/X_lP68x9w5I/monitor-your-mac-widget.html" title="Monitor Your Mac Widget" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/10/monitor-your-mac-widget.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUQCSHc6cSp7ImA9WxNTGE8.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-6339816731949883841</id><published>2009-08-20T19:37:00.000-07:00</published><updated>2009-08-20T19:56:09.919-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-08-20T19:56:09.919-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Desktop" /><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>Show Random Desktop Picture After Restart</title><summary type="html">Those of you might already be aware that you can choose a folder of pictures to display in random order in the Desktop &amp;amp; Screen Saver section of System Preferences. But, sometimes when you reboot the mac, it reverts back to the default Desktop Image for the machine.There's a handy way to get around this. You can go to the Desktop &amp;amp; Screen Saver section in System Preferences and choose Random &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/6szx7F-aDT0" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/6339816731949883841?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/6339816731949883841?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/6szx7F-aDT0/show-random-desktop-picture-after.html" title="Show Random Desktop Picture After Restart" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/08/show-random-desktop-picture-after.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU8BQHwzfyp7ImA9WxJaEUs.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-5027355589719601380</id><published>2009-08-01T14:45:00.000-07:00</published><updated>2009-08-01T14:57:31.287-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-08-01T14:57:31.287-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Dashboard" /><title>Album Art For Dashboard Widget</title><summary type="html">Quickly displays the artwork of any currently playing song in iTunes. It also has the ability to fetch artwork from Amazon if no artwork is provided by iTunes.It also includes a star rating for different songs. You can pause/play/skip songs in the same window or go directly to the iTunes Music Store.Album Art Widget Version 2.9.2 can be downloaded here.&lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/dqKB7bJG2Qc" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/5027355589719601380?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/5027355589719601380?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/dqKB7bJG2Qc/album-art-for-dashboard-widget.html" title="Album Art For Dashboard Widget" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/08/album-art-for-dashboard-widget.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck8HRnY_fip7ImA9WxJbGE4.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-3243262686084980102</id><published>2009-07-28T18:18:00.000-07:00</published><updated>2009-07-28T18:27:17.846-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-28T18:27:17.846-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>Instant Spell Check in any Application</title><summary type="html">You can instantly check the spelling or grammar of anything you write in Safari, Mail, TextEdit, or any Application which has a space to write text. You can simply type the text out as you like, and then highlight the word or set of words and right-click, or type Control + left-click to bring up a window with a selection that says "Spelling and Grammar", then clicking the sub-selection "Show &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/8xlkqZnTaSU" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/3243262686084980102?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/3243262686084980102?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/8xlkqZnTaSU/instant-spell-check-in-any-application.html" title="Instant Spell Check in any Application" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/07/instant-spell-check-in-any-application.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkMASXk5fyp7ImA9WxJbGEw.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-7439427799708163548</id><published>2009-07-28T14:45:00.000-07:00</published><updated>2009-07-28T15:00:48.727-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-28T15:00:48.727-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="iPhone" /><title>Save or Backup iPhone Notes</title><summary type="html">Want to have an easy way of backing up your notes from your iPhone 2.0 or 2.2.1 or any firmware prior to 3.0? Unfortunately, iTunes does not allow you to backup any of your notes you have saved to your iPhone unless you upgrade to the new 3.0 firmware. If you do not want to upgrade your firmware, but still want to have your notes saved, rather than transcribing potentially many many sticky notes,&lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/PuSxacJKBA4" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/7439427799708163548?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/7439427799708163548?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/PuSxacJKBA4/save-or-backup-iphone-notes.html" title="Save or Backup iPhone Notes" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/07/save-or-backup-iphone-notes.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8HQn48fyp7ImA9WxJbFUg.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-3026802916797148279</id><published>2009-07-25T14:29:00.001-07:00</published><updated>2009-07-25T14:37:13.077-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-25T14:37:13.077-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Safari" /><title>Add and Remove Safari Buttons</title><summary type="html">You can remove the plus sign button for adding bookmarks, or remove the forward and backward buttons for page navigation. The layout in Safari is very flexible this way, you can even add buttons you perhaps were not aware of before, like a Downloads button or an Autofill button.All you have to do is go to the View menu, and select "Customize Toolbar...". From there you can select and then drag &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/PHDMYervtgA" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/3026802916797148279?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/3026802916797148279?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/PHDMYervtgA/add-and-remove-safari-buttons.html" title="Add and Remove Safari Buttons" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/07/add-and-remove-safari-buttons.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIGQX84cSp7ImA9WxJWE0o.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-2547372934141172194</id><published>2009-06-18T17:44:00.000-07:00</published><updated>2009-06-18T17:48:40.139-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-18T17:48:40.139-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Safari" /><title>Disable Safari PDF Viewing</title><summary type="html">You can use a simple Terminal edit to disable Safari from natively browsing PDF files, so that you can use Acrobat or any other PDF viewer that you might have available.Quit SafariRun Terminal, and type the following: defaults write com.apple.Safari WebKitOmitPDFSupport -bool YESRestart SafariIf you want to revert this process, you can quit Safari, run Terminal and type the same command with the &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/9FQY7EU7TPY" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/2547372934141172194?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/2547372934141172194?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/9FQY7EU7TPY/disable-safari-pdf-viewing.html" title="Disable Safari PDF Viewing" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/06/disable-safari-pdf-viewing.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8NRng5cCp7ImA9WxJQGEw.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-523612735533421948</id><published>2009-05-31T18:07:00.000-07:00</published><updated>2009-05-31T18:14:57.628-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-31T18:14:57.628-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Safari" /><title>Recall Windows When Restarting Safari</title><summary type="html">Want Safari to remember which web pages you had open so they will all appear when you restart the browser? If you do not have Private Browsing enabled, and you do not empty your Cache and History, you can easily recall all of your previously opened windows.When browsing with several web page windows open, and/or tabs open, choose to quit Safari by right-clicking on the icon in the Dock or typing &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/Eth9nYr6lQU" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/523612735533421948?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/523612735533421948?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/Eth9nYr6lQU/recall-windows-when-restarting-safari.html" title="Recall Windows When Restarting Safari" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/05/recall-windows-when-restarting-safari.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUQFRX89fSp7ImA9WxJRGEs.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-3933121519447373951</id><published>2009-05-20T17:28:00.000-07:00</published><updated>2009-05-20T17:55:14.165-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-20T17:55:14.165-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>How To Always "Open With" One App</title><summary type="html">There are several kinds of file formats which you might prefer to always open in a specific Application. There's a way to natively set a file or set of files or all files to "Open With" one application. This seems to work uniformly on all formats, except when certain Applications override OS X associations.To set one file to always open with one specific Application:Select the desired file in &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/rbRAPmKDFog" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/3933121519447373951?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/3933121519447373951?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/rbRAPmKDFog/how-to-always-open-with-one-app.html" title="How To Always &quot;Open With&quot; One App" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/05/how-to-always-open-with-one-app.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0ADQXw_fSp7ImA9WxJRFk0.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-253444245746836953</id><published>2009-05-17T15:55:00.000-07:00</published><updated>2009-05-17T16:09:30.245-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-17T16:09:30.245-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>How to Convert DOC to PDF</title><summary type="html">You might be wondering if you can easily turn your Microsoft Document files into PDFs on the Mac. But, it turns out that there's an easy way of converting your microsoft .doc files to the PDF format natively in OS X.1: Open your Microsoft Document file with TextEdit.2: Type Command + P, or go to File and select Print.3: Look to the lower left of the Print pane and you will see a "PDF" button. &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/XgdAhD4O6Zk" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/253444245746836953?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/253444245746836953?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/XgdAhD4O6Zk/how-to-convert-doc-to-pdf.html" title="How to Convert DOC to PDF" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/05/how-to-convert-doc-to-pdf.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8NRn86fSp7ImA9WxNVFE4.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-4440778427584569753</id><published>2009-05-13T18:41:00.000-07:00</published><updated>2009-10-24T18:41:37.115-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-24T18:41:37.115-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><category scheme="http://www.blogger.com/atom/ns#" term="Mail" /><title>Hotmail Account and Gmail in Mail</title><summary type="html">As you probably already know, Hotmail accounts, for some unknown reasons, are not compatible with OS X Mail. I posted previously about a decent Hotmail plug-in for the Mac. But, I have been exploring another good alternative to accessing your Hotmail account with OS X Mail. One way is to create a Gmail account (which has seamless integration with Mail), and use the Gmail Mail Fetcher. Once you &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/YjyWUX3k1LU" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/4440778427584569753?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/4440778427584569753?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/YjyWUX3k1LU/hotmail-account-and-gmail-in-mail.html" title="Hotmail Account and Gmail in Mail" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/05/hotmail-account-and-gmail-in-mail.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkICR3s_eCp7ImA9WxJREks.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-2662647894243283706</id><published>2009-05-13T18:23:00.000-07:00</published><updated>2009-05-13T18:29:26.540-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-13T18:29:26.540-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Spaces" /><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>Keep Application Position in Spaces</title><summary type="html">There's a way to retain your window's position when moving between different Spaces. This can be useful if you want the same window ratio without having to readjust or move in the next Space.Press the shortcut key for the Spaces Overview. Hold the Command key while pressing and holding a window when you drag-and-drop to another Space.Simple! Easy!&lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/clv8JScOkig" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/2662647894243283706?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/2662647894243283706?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/clv8JScOkig/keep-application-position-in-spaces.html" title="Keep Application Position in Spaces" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/05/keep-application-position-in-spaces.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEcGQn46eSp7ImA9WxJSF04.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-5179996715014143921</id><published>2009-05-07T14:21:00.000-07:00</published><updated>2009-05-07T14:33:43.011-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-07T14:33:43.011-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>Disable Volume Change Sound</title><summary type="html">Sometimes when listening to music or audio from a movie you might not want to hear the volume feedback sound when you go to adjust the volume on the audio. This can be especially annoying when you are trying to be a DJ, for friends or whomever they may be, and playing songs without disrupting the audio when adjusting the levels for each track. You can turn off the volume sound with a few &lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/7wNJ2_4SO3Y" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/5179996715014143921?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/5179996715014143921?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/7wNJ2_4SO3Y/disable-volume-change-sound.html" title="Disable Volume Change Sound" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/05/disable-volume-change-sound.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE4HSX04fSp7ImA9WxJSEk4.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-3514107538609279591</id><published>2009-05-01T19:33:00.000-07:00</published><updated>2009-05-01T19:55:38.335-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-01T19:55:38.335-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>How To Change Icon Size</title><summary type="html">A quick easy way of adjusting your icon size is to select the icon for the file on your Desktop or somewhere in Finder, and type the key shortcut Command + J, in order to use the Show View Options command on the View menu in Finder. In this window pane you can adjust the pixel length-width ratio, space between file icons, Font Size, Label Position, and others.&lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/kxkQRfjdxv8" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/3514107538609279591?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/3514107538609279591?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/kxkQRfjdxv8/how-to-change-icon-size.html" title="How To Change Icon Size" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/05/how-to-change-icon-size.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkcGQXgzeCp7ImA9WxJSEEk.&quot;"><id>tag:blogger.com,1999:blog-5287656815916445923.post-5325943878985207507</id><published>2009-04-29T14:38:00.000-07:00</published><updated>2009-04-29T15:27:00.680-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-29T15:27:00.680-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Desktop" /><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>Warp Quartz Composition</title><summary type="html">Warp 1.1 is a nice Quartz Composition of whirling stars from OurApples.com. It is another nice addition to your Quartz Screen Savers or Desktop.Note: If you want to use any Quartz file as a Screen Saver, you can simply place the file in the Library/Screen Savers/ folder.&lt;img src="http://feeds.feedburner.com/~r/OsXMacTipsTricks/~4/Hw06-KGAdDY" height="1" width="1"/&gt;</summary><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/5325943878985207507?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5287656815916445923/posts/default/5325943878985207507?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/OsXMacTipsTricks/~3/Hw06-KGAdDY/warp-quartz-composition.html" title="Warp Quartz Composition" /><author><name>News</name><uri>http://www.blogger.com/profile/04004980822905773387</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://osxmactips.blogspot.com/2009/04/warp-quartz-composition.html</feedburner:origLink></entry></feed>

