AppleScript
Tag details
Welcome to the 'AppleScript' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'AppleScript'.
Look up
"AppleScript"
at The Free Dictionary
Latest blogosphere posts tagged “AppleScript”
-
Global Variables in AppleScript
The MacTipper Blog —
Authority: 125
Ive always thought that, when writing an AppleScript subroutine, one needed to pass all the terms to the subroutine. However, if youre working with a constant variable, a Global Variable is called for. What is a global variable? Global variables allow you to define which terms should be shared throughout the ...3 days ago -
Apple Training Series: AppleScript 1-2-3
Webmaster News —
Authority: 144
You could be saving yourself time and money right now using tools you probably didn’t even know you had. AppleScript, a powerful and free scripting tool included on every Macintosh, enables individuals, professionals, and businesses to save time and money by automating time-consuming, repetitive tasks. Hallmark, for ...4 days ago -
Batch move your playlists to an iTunes folder
Sell Off Music —
Authority: 162
Filed under: How-tos , Tips and tricks , iTunes , AppleScript Folders, which have been a feature of iTunes since iTunes 5.0, serve as a means to better organize your music. For example, you could create genre- or artist-based folders with corresponding playlists nested within them. But moving playlists into ...2 weeks ago -
TextExpander 2.71 Released
clipotech —
Authority: 127
TextExpander allows users to define abbreviations for frequently-used text strings and images, also known as snippets. Whats new in TextExpander 2.7.1: - Imports Spell Catcher shorthand files (exported in XML format) - Supports plain text snippets nested in AppleScript and shell script snippets - Fixed ...2 weeks ago -
Shorten URLs Using j.mps API
The MacTipper Blog —
Authority: 125
If youre scripting something that sends URLs, its a nice touch to shorten the URLs. Fortunately, this is really quite simple using the j.mp API. In AppleScript, use the following code: set the_url to "http://www.mactipper.com/" do shell script "curl http://j.mp/api?url=" & the_url Just set "the_url" to the ...3 weeks ago -
Send Email - With Body - From the Command Line
The MacTipper Blog —
Authority: 125
I mentioned a short time ago about sending emails from the command line. However, in the context of sending emails from scripts, you could only send the subject line of an email. I recently discovered that it is possible to send a scripted email message with both a subject and a body. The code is: echo "This is ...4 weeks ago -
AppleScript Studio Programming for the Absolute Beginner
EShare —
Authority: 128
AppleScript Studio Programming for the Absolute Beginner by Jr., Jerry Lee Ford Paperback: 384 pages Publisher: Course Technology PTR; 1 edition (October 27, 2006) Language: English ISBN-10: 1598633031 ISBN-13: 978-1598633030 Description of AppleScript Studio Programming for the Absolute Beginner ...4 weeks ago