<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-1512715256828672168</id><updated>2009-11-25T09:00:49.826-06:00</updated><title type='text'>The MacTipper Blog</title><subtitle type='html'>The MacTipper Blog brings Mac tips to Mac OS X users. If you want to learn how to better use your Macintosh, then this is a blog you should read. 

Tips for every mac user, beginner, intermediate or advanced!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.mactipper.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default?start-index=26&amp;max-results=25'/><author><name>The Isaac Group</name><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>891</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-8894712752420480506</id><published>2009-11-13T00:00:00.000-06:00</published><updated>2009-11-13T00:00:09.580-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Editor'/><category scheme='http://www.blogger.com/atom/ns#' term='Editor Letter'/><title type='text'>All Things...</title><content type='html'>There is a time for all things to come to an end. With that in mind, it has come time for me to stop writing for The MacTipper Blog. I've appreciated all your comments, emails, and ratings.&lt;br /&gt;&lt;br /&gt;Thanks for reading,&lt;br /&gt;MacTipper, out.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-8894712752420480506?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/8894712752420480506/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/11/all-things.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/8894712752420480506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/8894712752420480506'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/11/all-things.html' title='All Things...'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-3364023866872239342</id><published>2009-11-12T00:00:00.001-06:00</published><updated>2009-11-12T00:00:06.741-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='AppleScript'/><category scheme='http://www.blogger.com/atom/ns#' term='Mail'/><title type='text'>Mail Rule for Urgent Messages</title><content type='html'>Texting is a very convenient form of communication for those who have it. However, if you, a friend, or family member do not have texting, then others must call or email you to get in touch. Using the AppleScript below, you can set your Mac to alert you if you receive a text message.&lt;br /&gt;&lt;br /&gt;Simply put, this script takes the mail messages you pass to it, opens them, and then makes Mail the frontmost application. To use it, save it as a script file and place it in a safe place. (&lt;a href="http://www.mediafire.com/?zgm2dm3zmo5"&gt;You can download a pre-compiled script file here&lt;/a&gt;.) Then, in Mail, create a new mail that matches certain parameters. For example, have it run if the email is from one of &lt;a href="http://www.emailtextmessages.com/"&gt;the text message to email gateways.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;code&gt;using terms from application "Mail"&lt;br /&gt; on perform mail action with messages the_messages for rule theRule&lt;br /&gt;  tell application "Mail"&lt;br /&gt;   set curVolume to output volume of (get volume settings)&lt;br /&gt;   repeat with i in the_messages&lt;br /&gt;    open i&lt;br /&gt;   end repeat&lt;br /&gt;   set volume 10&lt;br /&gt;   say "New Text Message"&lt;br /&gt;   set volume curVolume&lt;br /&gt;   activate&lt;br /&gt;   return the_messages&lt;br /&gt;  end tell&lt;br /&gt; end perform mail action with messages&lt;br /&gt;end using terms from&lt;/code&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-3364023866872239342?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/3364023866872239342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/11/mail-rule-for-urgent-messages.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/3364023866872239342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/3364023866872239342'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/11/mail-rule-for-urgent-messages.html' title='Mail Rule for Urgent Messages'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-405263156790764781</id><published>2009-11-11T00:00:00.001-06:00</published><updated>2009-11-11T00:00:04.769-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mail'/><title type='text'>Delete Mail Message Without Opening Next Email</title><content type='html'>When you delete an email in Apple Mail, the next email will automatically be revealed. While this can be convenient, sometimes I know that I don't want to read an email and don't want to mark it as read. Here are three solutions:&lt;br /&gt;&lt;br /&gt;If this is a one time thing, &lt;a href="http://www.macosxhints.com/article.php?story=2009102312250348"&gt;use Option-Delete&lt;/a&gt;. However, be forewarned that this will permanently delete the message.&lt;br /&gt;&lt;br /&gt;If you want to always manually open each mail message, close the preview pane by double-clicking on the divider. Then, to open a message, hit Cmd-O or Return.&lt;br /&gt;&lt;br /&gt;Finally, if you accidentally mark a message as read, you can simply hit Cmd-Shift-U to mark it as unread. It will stay marked as unread until you open it or re-preview it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-405263156790764781?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/405263156790764781/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/11/delete-mail-message-without-opening.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/405263156790764781'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/405263156790764781'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/11/delete-mail-message-without-opening.html' title='Delete Mail Message Without Opening Next Email'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-5308526967330367754</id><published>2009-11-10T00:00:00.001-06:00</published><updated>2009-11-10T00:00:01.113-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Usability'/><category scheme='http://www.blogger.com/atom/ns#' term='Finder'/><category scheme='http://www.blogger.com/atom/ns#' term='Mail'/><title type='text'>Easily Email Files in Finder</title><content type='html'>If you email files by dropping them onto the Dock, there is a better way. Simply put the Mail.app icon into Finder's toolbar. Then all you need to do is drag a file to your toolbar rather than to your dock.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-5308526967330367754?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/5308526967330367754/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/11/easily-email-files-in-finder.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/5308526967330367754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/5308526967330367754'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/11/easily-email-files-in-finder.html' title='Easily Email Files in Finder'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-1229844104649890386</id><published>2009-11-09T00:00:00.001-06:00</published><updated>2009-11-09T00:00:03.767-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Software'/><category scheme='http://www.blogger.com/atom/ns#' term='Free'/><title type='text'>Get Free Software From MacHeist</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.macheist.com/"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 260px;" src="http://1.bp.blogspot.com/_a_mG7DKaKtc/SvdUrH6zoUI/AAAAAAAACrE/o7QWmcKZyKk/s400/43+Screenshot.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5401879377891008834" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Everybody likes free software. That's why today's tip is simply that you can get free, legit, software from &lt;a href="http://www.macheist.com/"&gt;MacHeist.com&lt;/a&gt;. It's only available for a few more days, so act quickly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-1229844104649890386?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/1229844104649890386/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/11/get-free-software-from-macheist.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/1229844104649890386'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/1229844104649890386'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/11/get-free-software-from-macheist.html' title='Get Free Software From MacHeist'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_a_mG7DKaKtc/SvdUrH6zoUI/AAAAAAAACrE/o7QWmcKZyKk/s72-c/43+Screenshot.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-1161619131076085017</id><published>2009-11-06T00:00:00.001-06:00</published><updated>2009-11-06T00:00:01.158-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='AppleScript'/><title type='text'>Global Variables in AppleScript</title><content type='html'>I've always thought that, when writing an AppleScript subroutine, one needed to pass all the terms to the subroutine. However, if you're working with a constant variable, a &lt;b&gt;Global Variable&lt;/b&gt; is called for.&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;What is a global variable? Global variables allow you to define which terms should be shared throughout the entire script. So, if you set a global variable you can then access that variable anywhere in the script. Keep in mind though that, unlike properties, you do not define a global variable when you create it:&lt;br /&gt;&lt;br /&gt;&lt;a href="applescript://com.apple.scripteditor?action=new&amp;script=global%20multiply_factor%0D%0Don%20run%0D%09%2D%2DDefine%20Multiply_Factor%0D%09set%20multiply_factor%20to%2064%0D%09%0D%09%2D%2DUse%20it%20in%20the%20math_problem%20subroutine%0D%09set%20the_answer%20to%20math_problem%2816%2C%2032%29%0D%09return%20the_answer%0Dend%20run%0D%0D%2D%2DThis%20subroutine%20uses%20the%20multiply_factor%20variable%20even%20though%20we%20didn%27t%20pass%20it%20the%20multiply_factor%20variable%20during%20the%20run%20statement%2E%0Don%20math_problem%28x%2C%20y%29%0D%09set%20new_x%20to%20x%20%2A%20multiply_factor%0D%09set%20new_y%20to%20y%20%2A%20multiply_factor%0D%09set%20final_result%20to%20new_x%20%2B%20new_y%0D%09return%20final_result%0Dend%20math_problem"&gt;Open in AppleScript Editor&lt;/a&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;code&gt;global multiply_factor&lt;br /&gt;&lt;br /&gt;on run&lt;br /&gt; --Define Multiply_Factor&lt;br /&gt; set multiply_factor to 64&lt;br /&gt; &lt;br /&gt; --Use it in the math_problem subroutine&lt;br /&gt; set the_answer to math_problem(16, 32)&lt;br /&gt; return the_answer&lt;br /&gt;end run&lt;br /&gt;&lt;br /&gt;--This subroutine uses the multiply_factor variable even though we didn't pass it the multiply_factor variable during the run statement.&lt;br /&gt;on math_problem(x, y)&lt;br /&gt; set new_x to x * multiply_factor&lt;br /&gt; set new_y to y * multiply_factor&lt;br /&gt; set final_result to new_x + new_y&lt;br /&gt; return final_result&lt;br /&gt;end math_problem&lt;/code&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-1161619131076085017?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/1161619131076085017/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/11/global-variables-in-applescript.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/1161619131076085017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/1161619131076085017'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/11/global-variables-in-applescript.html' title='Global Variables in AppleScript'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-7514523431379734460</id><published>2009-11-05T00:00:00.001-06:00</published><updated>2009-11-05T00:00:04.625-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='iPod Touch'/><category scheme='http://www.blogger.com/atom/ns#' term='iPhone OS'/><title type='text'>Improve iPod Touches Location Awareness</title><content type='html'>If your iPod Touches location awareness doesn't work as well as you would like, there's a reasonably simple way to make it better. Just go to &lt;a href="http://www.skyhookwireless.com/howitworks/submit_ap.php"&gt;Skyhook Wireless' webform to submit a wireless network&lt;/a&gt; and fill out the details. After doing this with my frequently used routers I noticed a great improvement in my iPod's location accuracy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-7514523431379734460?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/7514523431379734460/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/11/improve-ipod-touches-location-awareness.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/7514523431379734460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/7514523431379734460'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/11/improve-ipod-touches-location-awareness.html' title='Improve iPod Touches Location Awareness'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-1434888830964501040</id><published>2009-11-04T00:00:00.001-06:00</published><updated>2009-11-04T00:00:06.568-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='iTunes'/><title type='text'>Easy Fast-Forward and Rewind in iTunes</title><content type='html'>For me, iTunes has always had a problem of not providing enough control when fast-forwarding or rewinding. Fortunately, this is quite easy to do if you can scroll your mouse. Simply mouse over the time bar and scroll up to fast-forward and down to rewind. &lt;br /&gt;&lt;br /&gt;[&lt;a href="http://www.macosxhints.com/article.php?story=20091021210402771"&gt;Via&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-1434888830964501040?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/1434888830964501040/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/11/easy-fast-forward-and-rewind-in-itunes.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/1434888830964501040'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/1434888830964501040'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/11/easy-fast-forward-and-rewind-in-itunes.html' title='Easy Fast-Forward and Rewind in iTunes'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-2854220249327215727</id><published>2009-11-03T00:00:00.000-06:00</published><updated>2009-11-03T00:00:03.935-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Advanced'/><category scheme='http://www.blogger.com/atom/ns#' term='Mail'/><title type='text'>Disable Mail's "No Mail" Sound Effect</title><content type='html'>I have a script which checks for new mail every five minutes. However, due to the nature of this script, it plays the "No New Mail" sound every time it runs. Naturally, it gets quite irritating to hear the sound effect every five minutes. Fortunately, it is quite easy to disable the "No Mail" sound effect. &lt;br /&gt;&lt;br /&gt;If you would like to automate this, you can use &lt;a href="http://www.mediafire.com/?jmdivwutjw4"&gt;this AppleScript Application&lt;/a&gt;, otherwise, read on for the full run down:&lt;br /&gt;&lt;br /&gt;Step 1: Quit Mail.app.&lt;br /&gt;&lt;br /&gt;Step 2: Go to /Applications/Mail.app in Finder.&lt;br /&gt;&lt;br /&gt;Step 3: Right click on the Mail application and select "Show Package Contents."&lt;br /&gt;&lt;br /&gt;Step 4: In the Finder window that opens, go to ./Contents/Resources/No Mail.aiff.&lt;br /&gt;&lt;br /&gt;Step 5: Make a backup copy of this audio file and replace it with an audio file containing silence. Make sure the name of the audio file is "No Mail.aiff".&lt;br /&gt;&lt;br /&gt;Step 6: Open up Mail and check for new mail. You should no longer hear the lonely "No Mail" sound.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mediafire.com/?jmdivwutjw4"&gt;Download the script here.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-2854220249327215727?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/2854220249327215727/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/11/disable-mails-no-mail-sound-effect.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/2854220249327215727'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/2854220249327215727'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/11/disable-mails-no-mail-sound-effect.html' title='Disable Mail&apos;s &quot;No Mail&quot; Sound Effect'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-410120077399383618</id><published>2009-11-02T00:00:00.000-06:00</published><updated>2009-11-02T00:07:27.487-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Dashboard'/><category scheme='http://www.blogger.com/atom/ns#' term='Safari'/><title type='text'>Add WebSite to Dashboard</title><content type='html'>Today's tip is very basic, but can be very helpful if you want to keep track of a daily deal site. We're going to add a widget for that site onto Dashboard.&lt;br /&gt;&lt;br /&gt;Step 1: Open the website in Safari.&lt;br /&gt;&lt;br /&gt;Step 2: Go to the File menu and select "Open in Dashboard…"&lt;br /&gt;&lt;br /&gt;Step 3: Select the area of the webpage that you wish to use as a widget then hit the return key.&lt;br /&gt;&lt;br /&gt;Step 4: Your widget will open in dashboard. The content will refresh every time you open Dashbaord.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-410120077399383618?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/410120077399383618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/11/add-website-to-dashboard.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/410120077399383618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/410120077399383618'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/11/add-website-to-dashboard.html' title='Add WebSite to Dashboard'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-8287753871652657057</id><published>2009-11-01T00:00:00.001-05:00</published><updated>2009-11-01T00:00:01.723-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Terminal'/><title type='text'>Upload Files Using the FTP CLI</title><content type='html'>I recently wrote a script that required me to upload a file to an FTP server. Fortunately, using the command line (Terminal) this is quite easy.&lt;br /&gt;&lt;br /&gt;The basic command would be: &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;code&gt;ftp -u ftp://username:password@server.address/folder/filename.mp3 /Path/To/File.mp3&lt;/code&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Replace...&lt;br /&gt;&lt;br /&gt;"Username" with your username for the FTP server.&lt;br /&gt;"Password" with your password for the FTP server.&lt;br /&gt;"Server.address" with the address of the FTP server.&lt;br /&gt;"folder" with the folder path to the specific folder you wish to add the file to.&lt;br /&gt;"filename.mp3" with the filename of the file you are uploading including its extension.&lt;br /&gt;"/Path/To/File.mp3" with the path to the file on your computer.&lt;br /&gt;&lt;br /&gt;If you wish to learn more about the FTP CLI (command line interface) type "man ftp" into Terminal and hit return.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-8287753871652657057?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/8287753871652657057/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/11/upload-files-using-ftp-cli.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/8287753871652657057'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/8287753871652657057'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/11/upload-files-using-ftp-cli.html' title='Upload Files Using the FTP CLI'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-2998433901509264434</id><published>2009-10-30T00:00:00.000-05:00</published><updated>2009-10-30T00:00:01.135-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='iPod Touch'/><category scheme='http://www.blogger.com/atom/ns#' term='iTunes'/><category scheme='http://www.blogger.com/atom/ns#' term='iPhone'/><category scheme='http://www.blogger.com/atom/ns#' term='iPhone OS'/><title type='text'>Share iPhone Apps Between iPhones</title><content type='html'>Here's how you can install the same (paid) application on two different Mac's with different Apple ID's.&lt;br /&gt;&lt;br /&gt;Step 1: On the first Mac, find the iPhone App in iTunes, select it, and hit Cmd-R to reveal it in Finder.&lt;br /&gt;&lt;br /&gt;Step 2: Transfer the .ipa file in Finder to the second Mac.&lt;br /&gt;&lt;br /&gt;Step 3: On the second Mac, open iTunes, go to the Store menu and select "Authorize Computer…".&lt;br /&gt;&lt;br /&gt;Step 4: Enter in the email address and password for the first Mac's Apple ID.&lt;br /&gt;&lt;br /&gt;Step 5: Open the .ipa files from earlier and install them on your iPhone.&lt;br /&gt;&lt;br /&gt;It's that simple!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-2998433901509264434?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/2998433901509264434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/share-iphone-apps-between-iphones.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/2998433901509264434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/2998433901509264434'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/share-iphone-apps-between-iphones.html' title='Share iPhone Apps Between iPhones'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-2716221612880928002</id><published>2009-10-29T00:21:00.000-05:00</published><updated>2009-10-29T00:22:35.282-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='iPod Touch'/><category scheme='http://www.blogger.com/atom/ns#' term='iPhone'/><category scheme='http://www.blogger.com/atom/ns#' term='iPhone OS'/><title type='text'>Delete Mail on iPhone/iTouch</title><content type='html'>There are three ways to delete emails in the Mail app on the iPhone or iPod Touch:&lt;br /&gt;&lt;br /&gt;1) While viewing a list of emails, swipe horizontally across the email to reveal a delete button. Swipe horizontally again to remove the delete button.&lt;br /&gt;&lt;br /&gt;2) While viewing a list of emails, click on the "Edit" button in the upper-right corner. Your emails with shift to the right with dots appearing along the left edge. Select the emails you wish to delete then click on the big red delete button in the lower left corner.&lt;br /&gt;&lt;br /&gt;3) While viewing an email, click on the delete button at the bottom of the screen in the center.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-2716221612880928002?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/2716221612880928002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/delete-mail-on-iphoneitouch.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/2716221612880928002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/2716221612880928002'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/delete-mail-on-iphoneitouch.html' title='Delete Mail on iPhone/iTouch'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-3084334016439139850</id><published>2009-10-28T00:00:00.000-05:00</published><updated>2009-10-28T00:00:01.747-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mail'/><title type='text'>Keep Mail Notes Out of Your Inbox</title><content type='html'>For the first time, I used notes in Apple Mail today. Unexpectedly, the note I created showed up in my Inbox. As it turns out, by default, Mail will automatically store any notes you create inside the inbox of that email account. Fortunately, it's rather simple to disable this functionality. &lt;br /&gt;&lt;br /&gt;First, go to Apple Mail and open its preferences (Cmd-,). In the preferences window, click on the "Accounts" section. Select the account you create notes on and go to the "Mailbox Behaviors" section. Finally, uncheck the box for, "Show notes in Inbox."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-3084334016439139850?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/3084334016439139850/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/keep-mail-notes-out-of-your-inbox.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/3084334016439139850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/3084334016439139850'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/keep-mail-notes-out-of-your-inbox.html' title='Keep Mail Notes Out of Your Inbox'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-7124924737709773497</id><published>2009-10-26T00:00:00.000-05:00</published><updated>2009-10-26T00:03:36.495-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Address Book'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Yahoo'/><title type='text'>10.6: Sync Address Book with Google/Yahoo!</title><content type='html'>You can now sync contacts from your Address Book with Google or Yahoo! in Snow Leopard. To do this, open up Address Book and hit Cmd-, to open Address Book's preferences. Once there, click on the "Accounts" section. Click on the "On My Mac" option then check the option for "Synchronize with Google/Yahoo!." Finally, check the "Configure…" box and enter in your Google email address and password.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-7124924737709773497?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/7124924737709773497/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/106-sync-address-book-with-googleyahoo.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/7124924737709773497'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/7124924737709773497'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/106-sync-address-book-with-googleyahoo.html' title='10.6: Sync Address Book with Google/Yahoo!'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-7823032727894110701</id><published>2009-10-25T01:01:00.003-05:00</published><updated>2009-10-25T01:09:29.155-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='zoom'/><category scheme='http://www.blogger.com/atom/ns#' term='Terminal'/><category scheme='http://www.blogger.com/atom/ns#' term='Accessibility'/><title type='text'>Automatically Zoom Applications Using Terminal</title><content type='html'>While screen zoom in Leopard is really nice, Snow Leopard's screen zoom is &lt;b&gt;very&lt;/b&gt; buggy, making it almost impossible to use. Fortunately, I have found a new form of zooming that is much more efficient, usable, and customizable. Unfortunately, this method does have some flaws, which I will get into later, and isn't nearly as on-demand as normal zoom. But, for some applications, I know that I'll need them zoomed, so this method is perfect.&lt;br /&gt;&lt;br /&gt;With all that out of the way, let's begin.&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;This method of zooming essentially tells the application that you have a different screensize than you do. Don't worry, you won't have to know exactly what screen size you'll need. Instead, you'll scale the application up or down. This can be convenient for two things:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;1)&lt;/i&gt; If your real screen size is too small for an application (e.g. Lingon.app on 800x600), you can scale the application &lt;b&gt;down&lt;/b&gt; so that it will fit onto your screen.&lt;br /&gt;&lt;i&gt;2)&lt;/i&gt; If you can't see an application, you can scale it &lt;b&gt;up&lt;/b&gt; so that you can.&lt;br /&gt;&lt;br /&gt;Here are screenshots of AppleScript Editor (the worst looking application so far):&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_a_mG7DKaKtc/SuPqpjr_OzI/AAAAAAAACqw/tvvKkhB_dlc/s1600-h/29+Screenshot.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 159px;" src="http://3.bp.blogspot.com/_a_mG7DKaKtc/SuPqpjr_OzI/AAAAAAAACqw/tvvKkhB_dlc/s400/29+Screenshot.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5396414778195262258" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To enable this for any application you open, run the following command:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;code&gt;defaults write -g AppleDisplayScaleFactor 2.0&lt;/code&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;The "2.0" is the scale coefficient. So, in this case, that code will scale up new applications to two times their size. Just change the 2.0 coefficient to the scale size you desire. To make applications appear smaller, use the form of "0.x".&lt;br /&gt;&lt;br /&gt;Once you run that Terminal command, any application you open will be zoomed to the factor you specified. To disable, simply set the zoom coefficient to "1.0" and relaunch the affected applications.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;------&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;To set this for specific apps is a bit more complicated. The simplest method is probably this:&lt;br /&gt;&lt;br /&gt;Enter "defaults domains" into a new Terminal window. This will return a comma-separated list of every domain on your Mac. Hit Cmd-F and search for the name of the application you want the domain for. The domain will look something like, "com.developer.appname". Copy this to your clipboard and run the following command replacing "app_domain" with the domain you copied. If the domain contains spaces, make sure that you single quote the domain:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;code&gt;defaults write 'app_domain' AppleDisplayScaleFactor 1.75&lt;/code&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;------&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;Aaaaaaaaaaaand that's it! You should now be able to apply zoom applications on a selective basis so that you can use them on your tiny screen, or scale them up so you can use them. Either way, you win!&lt;br /&gt;&lt;br /&gt;[&lt;a href="http://www.mydellmini.com/forum/faqs-how-tos/2099-virtually-increase-your-dell-mini-screen-resolution.html"&gt;via&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-7823032727894110701?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/7823032727894110701/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/automatically-zoom-applications-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/7823032727894110701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/7823032727894110701'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/automatically-zoom-applications-using.html' title='Automatically Zoom Applications Using Terminal'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_a_mG7DKaKtc/SuPqpjr_OzI/AAAAAAAACqw/tvvKkhB_dlc/s72-c/29+Screenshot.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-1610343419330210318</id><published>2009-10-23T00:00:00.000-05:00</published><updated>2009-10-23T00:00:03.446-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Snow Leopard'/><category scheme='http://www.blogger.com/atom/ns#' term='Exposé'/><title type='text'>10.6: Exposé and the Cmd-Tab Switcher</title><content type='html'>After you activate the command-tab switcher by hitting Cmd-Tab, you can quickly activate Exposé for the currently selected application by holding the Command key and pressing the 1 key. After you activate Exposé, you can - while still holding the command key - use the grave-accent (`) key (left of the 1 key) to switch between applications in Exposé.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-1610343419330210318?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/1610343419330210318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/106-expose-and-cmd-tab-switcher.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/1610343419330210318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/1610343419330210318'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/106-expose-and-cmd-tab-switcher.html' title='10.6: Exposé and the Cmd-Tab Switcher'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-6729644913274580379</id><published>2009-10-22T00:00:00.000-05:00</published><updated>2009-10-22T00:00:02.106-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='TextEdit'/><title type='text'>Jump to Line Number in TextEdit</title><content type='html'>I do a lot of code editing in TextEdit rather than a more proper code editing application. (If you have a suggestion for a code editing application, leave a comment and I'll check it out.) Recently, I've been working with a lot of Python and Perl which report problems based on line numbers. (e.g. "Error on line 52.") This causes problems as I then need to open the script in TextEdit and hit the down key 52 times. Then, it occurred to me that TextEdit might have a line-number function built right in. As it turns out, it does! Just hit Cmd-L and type in the line-number you wish to jump to and hit return. Couldn't be easier!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-6729644913274580379?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/6729644913274580379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/jump-to-line-number-in-textedit.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/6729644913274580379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/6729644913274580379'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/jump-to-line-number-in-textedit.html' title='Jump to Line Number in TextEdit'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-746963173351450467</id><published>2009-10-21T12:27:00.000-05:00</published><updated>2009-10-21T12:28:35.319-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Editor Letter'/><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><title type='text'>Random Fun: Mac Quiz on MacMost</title><content type='html'>Bored? Think you know everything about the Mac? Well MacMost posted a Mac related Quiz today and I got a shameful 11/20 questions correct. Think you can beat me? &lt;a href="http://macmost.com/apple-trivia-quiz.html"&gt;Take the quiz now!&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-746963173351450467?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/746963173351450467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/random-fun-mac-quiz-on-macmost.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/746963173351450467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/746963173351450467'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/random-fun-mac-quiz-on-macmost.html' title='Random Fun: Mac Quiz on MacMost'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-8537847377697881956</id><published>2009-10-21T00:00:00.000-05:00</published><updated>2009-10-21T00:00:01.308-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Preview'/><category scheme='http://www.blogger.com/atom/ns#' term='Snow Leopard'/><title type='text'>10.6 Preview: Constrain to Proportions When Resizing Pasted Images</title><content type='html'>In the past, you could copy part of an image in Preview, paste it into another image, then use the corners of the pasted image to adjust the size of the image. However, there was no way to make sure that the image was not contorted when you resized it. Fortunately, this has been fixed in Snow Leopard. Simply hold the shift key when resizing the pasted image to keep the image constrained to its original proportions.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-8537847377697881956?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/8537847377697881956/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/106-preview-constrain-to-proportions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/8537847377697881956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/8537847377697881956'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/106-preview-constrain-to-proportions.html' title='10.6 Preview: Constrain to Proportions When Resizing Pasted Images'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-1700010514752840564</id><published>2009-10-20T00:00:00.000-05:00</published><updated>2009-10-20T00:00:03.679-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Keyboard Shortcut'/><category scheme='http://www.blogger.com/atom/ns#' term='Finder'/><category scheme='http://www.blogger.com/atom/ns#' term='Terminal'/><title type='text'>Tab-Completion in Terminal and Finder</title><content type='html'>If you use the command line reasonably often, then you probably tire of typing out long folder names. Fortunately, there's a simple shortcut to autocomplete file paths: Tab. Just type in enough letters to differentiate it from other files in the file path then hit the tab key. As an example, to change to your Downloads folder, you could type:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;cd ~/Dow [Tab]&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Whereas, to switch to your Documents folder, you would type:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;cd ~/Doc [Tab]&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;This also works in Finder's "Go to Folder…" (Cmd-Shift-G) shortcut.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-1700010514752840564?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/1700010514752840564/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/tab-completion-in-terminal-and-finder.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/1700010514752840564'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/1700010514752840564'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/tab-completion-in-terminal-and-finder.html' title='Tab-Completion in Terminal and Finder'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-5063071928953206084</id><published>2009-10-19T00:00:00.000-05:00</published><updated>2009-10-19T00:00:02.903-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Snow Leopard'/><title type='text'>SIMBL and Snow Leopard</title><content type='html'>SIMBL is a system add-on that allows developers to inject code directly into applications. This allows add-ons to be built for applications that the developers did not build themselves. If you've upgraded to Snow Leopard, then SIMBL was supposed to not work. Fortunately, the SIMBL devs have created a Snow Leopard compatible version. You can &lt;a href="http://www.culater.net/software/SIMBL/SIMBL.php"&gt;download the latest version here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For those interested, &lt;a href="http://blog.prashantv.com/2009/multiclutch-fixes-instructions/"&gt;here are instructions on how to get MultiClutch to work in your 64bit applications&lt;/a&gt;. [&lt;a href="http://elasticthreads.tumblr.com/post/196747989/simbl-multiclutch-working-on-snow-leopard-once"&gt;via&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-5063071928953206084?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/5063071928953206084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/simbl-and-snow-leopard.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/5063071928953206084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/5063071928953206084'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/simbl-and-snow-leopard.html' title='SIMBL and Snow Leopard'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-6686946903724985988</id><published>2009-10-18T00:00:00.001-05:00</published><updated>2009-10-18T00:00:01.546-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='iPod Touch'/><category scheme='http://www.blogger.com/atom/ns#' term='iPhone'/><category scheme='http://www.blogger.com/atom/ns#' term='iPhone OS'/><title type='text'>Take Screenshot on iPhone/iPod Touch</title><content type='html'>If you want to save something funny that you see while browsing the internet on your iPhone or iPod Touch, it is possible to take a screenshot of the iPod's screen. Simply hold the home button then press the power button. The screenshot will be saved into your Photo library under "Saved Photos".&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-6686946903724985988?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/6686946903724985988/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/take-screenshot-on-iphoneipod-touch.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/6686946903724985988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/6686946903724985988'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/take-screenshot-on-iphoneipod-touch.html' title='Take Screenshot on iPhone/iPod Touch'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-5579635274453090598</id><published>2009-10-16T00:00:00.000-05:00</published><updated>2009-10-16T00:00:00.655-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Terminal'/><category scheme='http://www.blogger.com/atom/ns#' term='AppleScript'/><title type='text'>Shorten URL's Using j.mp's API</title><content type='html'>If you're scripting something that sends URL's, it's a nice touch to shorten the URL's. Fortunately, this is really quite simple using the j.mp API. In AppleScript, use the following code:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;code&gt;set the_url to "http://www.mactipper.com/"&lt;br /&gt;do shell script "curl http://j.mp/api?url=" &amp; the_url&lt;/code&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Just set "the_url" to the URL you wish to shorten.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-5579635274453090598?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/5579635274453090598/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/shorten-urls-using-jmps-api.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/5579635274453090598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/5579635274453090598'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/shorten-urls-using-jmps-api.html' title='Shorten URL&apos;s Using j.mp&apos;s API'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1512715256828672168.post-9083583085634769906</id><published>2009-10-15T00:00:00.001-05:00</published><updated>2009-10-15T00:00:00.134-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Snow Leopard'/><category scheme='http://www.blogger.com/atom/ns#' term='Terminal'/><title type='text'>10.6: Disable Dictionary.app's Multiple Windows</title><content type='html'>In Snow Leopard, opening a definition from the dictionary result in Spotlight (or right-clicking on a word and selecting "Look Up in Dictionary") would result in the dictionary app creating a new window. I find this quite bothersome as the windows can quickly flood my screen. Fortunately, &lt;a href="http://www.macosxhints.com/article.php?story=20090929154929904"&gt;MacOSXHints has the solution&lt;/a&gt;. This simple terminal command:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;code&gt;defaults write com.apple.Dictionary ProhibitNewWindowForRequest -bool TRUE&lt;/code&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;To disable this modification, use:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;code&gt;defaults delete com.apple.Dictionary ProhibitNewWindowForRequest&lt;/code&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1512715256828672168-9083583085634769906?l=www.mactipper.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.mactipper.com/feeds/9083583085634769906/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.mactipper.com/2009/10/106-disable-dictionaryapps-multiple.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/9083583085634769906'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1512715256828672168/posts/default/9083583085634769906'/><link rel='alternate' type='text/html' href='http://www.mactipper.com/2009/10/106-disable-dictionaryapps-multiple.html' title='10.6: Disable Dictionary.app&apos;s Multiple Windows'/><author><name>MacTipper</name><uri>http://www.blogger.com/profile/07662807199937028796</uri><email>mactipper@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05321338687261070322'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>