Posted on March 10, 2008 at 10:52 pm

Tools

Wow! What a response! Thank you to all of my visitors from the MILO and MacLaw lists. I hope you enjoy the weblog and will join in on the conversation. If you haven’t done so already, please subscribe to my RSS feed in the sidebar to your left.

So, what tools will you need to get started? Because we’ll mostly concentrate on AppleScript, you’ll need a Mac. Every Mac comes with an application named “Script Editor” which looks like this:

Script Editor

You can find Script Editor in your Application folder under “AppleScript”.

In the toolbar, you can see buttons for “Record”, “Stop”, “Run”, and “Compile”. We’ll discuss those buttons later, but you might want to practice pressing Command+R, the shortcut for the “Run” command and Command+K, the shortcut for the “Compile” command.

You can also write AppleScripts in a text editor such as TextMate or TextEdit, although I’d advise against TextEdit. TextMate has some cool customization features if you like to dawdle with text. TextMate can also run scripts directly from TextMate or you can ask TextMate to compile the script in Script Editor. I highly recommend TextMate.

Another option is Xcode, Apple’s free integrated development environment (IDE) for writing Mac apps. You can use Xcode to write regular AppleScripts. You can also use Xcode to write AppleScript Studio applications, which are Mac apps written in AppleScript. We’ll discuss AppleScript Studio in a separate post. You can find Xcode on your install DVD that shipped with Leopard or your Mac. You can also download Xcode from the Apple Developer Connection, but, beware, it’s a large download.

So that’s it? Just a Mac and Script Editor and maybe TextMate? Well, that’s all you need to get started. We’ll discuss some other applications that you may want to use when writing AppleScripts in a later post. In our next post, we’ll write our first AppleScript!

4 Responses to “Tools”

  1. Sheryl Sisk Schelin on March 11th, 2008 at 11:16 says:

    This totally has “BOOK” written all over it, eventually. Thanks for inviting us to play along at home!

  2. Stan Winikoff on March 11th, 2008 at 22:12 says:

    Do not know much about scripting but wondered if anyone knows about the ability to script macros or canned responses, etc using the new Mac Speech Dictate (Mac equivalent PC Based Dragon Naturally Speaking) program which is shipping now?

  3. Bill Monroe on April 26th, 2008 at 11:54 says:

    I too am looking for scripts or automators for Macspeech Dictate. I am trying to figure out a way for the application to recognize legal citation i.e. S.W2d in an automated way.

    Bill Monroe

  4. Larry Staton Jr. on April 27th, 2008 at 6:27 says:

    @Bill:

    What do you want to do with the legal citations once your script finds the citation?

Leave a Reply