AppleScript programming is is an artificial language designed to express computations that can be performed by a machine, particularly a computer.
Download AppleScript programming compiler.
– “Hello World” in AppleScript:
display dialog “Hello World”
AppleScript programming Hello world sample source code.
AppleScript programming tutorial.
THIS VIDEO IS A BEGINNERS GUIDE TO APPLESCRIPT PART 1
Want to know how I got that snazzy “iTunes Playing” information on my desktop? Here it is! I’ve included the three iTunes scripts, directions on how to use them, and an extra Mail script here: www.fileden.com If you want all the script copied into a text document here it is: www.fileden.com Twitter: www.twitter.com

this video shows you how you can build a database in applescript!!! please comment and rate! the code is here: set s to “sam price” set d to “dave blogg” set j to “jack tumb” set m to “max dog” set f to “fabio james” set sa to “sara parker” set o to “oliver jones” set b to “bob samuel” set x to text returned of (display dialog “Search for a member” default answer “ENTER THE NAME HERE!” buttons {“Search”} default button 1) ignoring white space ignoring case if x contains s then display dialog “Sam Price,member number: 1 phone number: 123″ buttons {“OK”} else if x contains d then display dialog “Dave Blogg, member number: 2 phone number: 1234″ buttons {“OK”} end if if x contains j then display dialog “jack tumb, member number: 3 phone number: 12345″ buttons {“OK”} else if x contains m then display dialog “Max Dog, member number: 4 phone number: 12345″ buttons {“OK”} end if if x contains f then display dialog “Fabio James, member number: 5 phone number: 123456″ buttons {“OK”} else if x contains sa then display dialog “Sara Parker, member number: 6 phone number: 1234567″ buttons {“OK”} end if if x contains o then display dialog “Oliver Jones, member number: 7 phone number: 12345678″ buttons {“OK”} else if x contains b then display dialog “Bob samuel, member number: 8 phone number: 12345678″ buttons {“OK”} end if end ignoring end ignoring
Video Rating: 3 / 5

Using the simplest programming language in the world, we learn to make a fake virus. Captured With ScreenFlow. Using Apple “Script Editor” for code.
Video Rating: 3 / 5
the title says it all!! here is the full script: set sampass to “1234″ set x to text returned of (display dialog “Enter your username here” default answer “EG:JOHN” buttons {“continue”} default button 1) ignoring case ignoring white space if x = “sam” then set z to text returned of (display dialog “Enter your password here, sam” default answer “************” buttons {“login”} default button 1) if z = sampass then set s to “sam price” set d to “dave blogg” set j to “jack tumb” set m to “max dog” set f to “fabio james” set sa to “sara parker” set o to “oliver jones” set b to “bob samuel” set x to text returned of (display dialog “Search for a member” default answer “ENTER THE NAME HERE!” buttons {“Search”} default button 1) ignoring white space ignoring case if x contains s then display dialog “Sam Price,member number: 1 phone number: 123″ buttons {“OK”} else if x contains d then display dialog “Dave Blogg, member number: 2 phone number: 1234″ buttons {“OK”} end if if x contains j then display dialog “jack tumb, member number: 3 phone number: 12345″ buttons {“OK”} else if x contains m then display dialog “Max Dog, member number: 4 phone number: 12345″ buttons {“OK”} end if if x contains f then display dialog “Fabio James, member number: 5 phone number: 123456″ buttons {“OK”} else if x contains sa then display dialog “Sara Parker, member number: 6 phone number: 1234567″ buttons {“OK”} end if if x contains o then display dialog “Oliver Jones, member number: 7 phone number …

What you are seeing here is a short example of AppleScript with Final Cut Pro. The video is real-time, and is NOT sped up. Look closely and you can see the time in the top right corner. What once took roughly 250 individual keystrokes to create, now takes the computer about 14 seconds to do on its own. This script … 1) Asks the user for the Project Name 2) Creates all appropriate media folders in the Finder using the project name, including placeholder graphics to allow empty folder import to FCP. 3) Activates FCP if closed, and creates a new project with the correct name and settings 4) Saves the project in the appropriate location 5) Imports all media folders and creates organizational structure of bins and sequences 6) Sets appropriate logging bin 7) Opens log & capture window, sets appropriate description and reel names for the first tape, and begins capture The entire program can be activated by a single keystroke, mouse click or shortcut key with a device like the Contour Design Shuttle Pro or the Kensington Expert Mouse. Have a question about AppleScript, Final Cut Pro or the mac? I’d like to hear from you. Send me a message or comment, and subscribe to be updated on more videos in the future. – DJ
Video Rating: 4 / 5
This is me showing an applescript that sends multiple messages instantly in ichat or any other mac instant messaging application. There are no found bugs in this and it cannot crash your mac (or hackintosh, lol), and cannot be used attempting to crash the AIM servers, (try it, you’ll see what i mean). DOWNLOAD LINK: www.megaupload.com SUBSCRIBE TO VDRUMMER2 he helped make the UI for this script and with the updates he made i learnt some important parts of apple script.
Want to learn an easy and fun programming language? AppleScript is the way to go! Watch this tutorial to find out how to make a nice and easy iTunes alarm! Distributed by Tubemogul.
Video Rating: 4 / 5
All you want to know about applescript basics. Applescript (script editor tutorials). Command Progamming, For mqore tutorials, please visit www.controlyourmac.com .
Video Rating: 5 / 5

Learn how to control iTunes using Java! This is the first screencast in a series on how to control scriptable applications on a Mac using NetBeans and Java. More information and the original video (fullsize) available at MacDeveloperTips.com
Video Rating: 5 / 5