Books, Computers & Internet, Apple, Applescript Shopping
Books, Computers & Internet, Apple, Applescript
Page 1 of 3 | next
Sal Soghoian, Bill Cheeseman
Apple Training Series: AppleScript 1-2-3
by Peachpit Press (Paperback)
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 example, used AppleScript to reduce the number of color proofs needed to create a greeting card from a range of 5 to 25 expensive proofs per card down to just two. The best part? You don't need a degree in engineering to create powerful, results-driven scripts. In AppleScript 1-2-3 Apple's AppleScript product manager, Sal Soghoian, teaches beginners how to address nearly any automation task on the Macintosh. Broken down into three parts, the book starts by explaining AppleScript fundamentals through a series of hands-on how-tos designed to teach you how to write functional scripts. The second section expands on the knowledge gained in the first section with an ...
Matt Neuburg
AppleScript: The Definitive Guide, 2nd Edition
by O'Reilly Media, Inc. (Paperback)
Mac users everywhere--even those who know nothing about programming--are discovering the value of the latest version of AppleScript, Apple's vastly improved scripting language for Mac OS X Tiger. And with this new edition of the top-selling AppleScript: The Definitive Guide, anyone, regardless of your level of experience, can learn to use AppleScript to make your Mac time more efficient and more enjoyable by automating repetitive tasks, customizing applications, and even controlling complex workflows. Fully revised and updated--and with more and better examples than ever--AppleScript: The Definitive Guide, 2nd Edition explores AppleScript 1.10 from the ground up. You will learn how AppleScript works and how to use it in a variety of contexts: in everyday scripts to process automation, in CGI scripts for developing applications in Cocoa, or in combination with other scripting languages like Perl and Ruby. AppleScript has shipped with every Mac since System 7 in 1991, and ...
Stephen G. Kochan
Beginning AppleScript (Programmer to Programmer)
by Wrox (Paperback)
What is this book about? Geared toward programmers with no prior development knowledge, Beginning AppleScript serves as a comprehensive guide to using AppleScript on the Mac OS X platform. This title introduces the reader to AppleScript, and then illustrates how to efficiently start writing scripts through sample programs as each concept is introduced. Exercises at the end of each chapter allow the reader to test and demonstrate their knowledge on how to write functional scripts. The appendices include a list of other resources for additional developer information, and a summary of the language suitable for reference.
Jerry Lee Ford Jr.
AppleScript Programming for the Absolute Beginner
by Course Technology PTR (Paperback)
AppleScript is a high-level scripting language that comes free on the Mac platform. This handy scripting language adds functionality to the Mac operating system by automating tasks and adding functions to your Mac. If you are new to programming with AppleScript and are looking for a solid introduction, this is the book for you. Developed by computer science professors, books in the for the absolute beginner series teach the principles of programming through simple game creation. AppleScript Programming for the Absolute Beginner provides you with the programming skills that you need and shows you how to put these skills to use in real-world scenarios. Best of all, by the time you finish the book, you will be able to apply the basic principles you've learned to the next programming language you tackle.
Hanaan Rosenthal
AppleScript: The Comprehensive Guide to Scripting and Automation on Mac OS X, Second Edition
by Apress (Paperback)
This is the second edition of Hanaan Rosenthals critically-acclaimed AppleScript book. It goes the extra mile to teach you AppleScriptexplaining advanced topics without leaving you behind. AppleScript is the high-level scripting language that resides on the Mac platform. It can be used to add functionality to the Mac operating system, automate tasks, add functions, and generally make things easier. AppleScript has always been very useful, and with Mac OS X, you can take AppleScript further than before.This book begins with the basics like handling variables, loops, and commands. Then it proceeds with more advanced concepts like debugging, AppleScripting with databases, manipulating PDFs with SMILE, and automating media workflow. In a nutshell, this book: Takes you on a journey from novice to professional AppleScripter. Is completely comprehensive; nothing is left to the imagination. Is up-to-date through AppleScript 1.10/Mac OS X Tiger. If you are a Mac user who wants to ...
Adam Goldstein
AppleScript: The Missing Manual
by Pogue Press (Paperback)
From newspapers to NASA, Mac users around the world use AppleScript to automate their daily computing routines. Famed for its similarity to English and its ease of integration with other programs, AppleScript is the perfect programming language for time-squeezed Mac fans. As beginners quickly realize, however, AppleScript has one major shortcoming: it comes without a manual. No more. You don't need a degree in computer science, a fancy system administrator title, or even a pocket protector and pair of nerdy glasses to learn the Mac's most popular scripting language; you just need the proper guide at your side. AppleScript: The Missing Manual is that guide. Brilliantly compiled by author Adam Goldstein, AppleScript: The Missing Manual is brimming with useful examples. You'll learn how to clean up your Desktop with a single click, for example, and how to automatically optimize pictures for a website. Along the way, you ll learn the overall grammar of AppleScript, so you can ...
Hanaan Rosenthal
AppleScript: A Comprehensive Guide to Scripting and Automation on Mac OS X
by friends of ED (Paperback)
AppleScript is a high level scripting language that resides on the Mac platform – it can be used to add functionality to the Mac operating system, automating tasks, adding functions, making things easier. AppleScript has always been very useful, and with Mac OS X, it can be taken even further than before. This book goes the extra mile when teaching AppleScript, explaining advanced topics, while not leaving behind the beginner. It starts off with the basics, such, as handing variable, loops, and commands, then goes on to teach higher level concepts such as debugging, AppleScripting with databases, manipulating PDFs with SMILE, and automating media workflow. If you are a Mac user who wants to know the real meaning of having full control over your machine, get into AppleScripting; this book is the only guide you need to master the art!
Tom Trinko
AppleScript for Dummies
by For Dummies (Paperback)
Spending a little time with this book can save lots of time on the computer! AppleScript is object-oriented programming language used to write script files to automate tasks and customize applications for the Mac. AppleScript can automate much of what you do with your Mac computer, saving time and helping you be more productive. Businesses and individuals frequently use it for: Batch processing File conversion and manipulation Performing tasks at specified times Transferring information between databases and other applications Creating automated workflows by linking the actions of multiple applications to perform a series of related tasks Written by Tom Trinko, a Mac man since 1984,and author of articles for MacTutor and MacTech Journal, AppleScript For Dummies, 2nd Edition covers everything from the basics to more advanced stuff, with information on: Finding and installing AppleScript Using AppleScript to ...
Jr., Jerry Lee Ford
AppleScript Studio Programming for the Absolute Beginner
by Course Technology PTR (Paperback)
This book focuses on teaching the reader how to program using AppleScript, the language that controls and automates applications on Mac OS X. Unlike other books on AppleScript, AppleScript Studio Programming for the Absolute Beginner focuses on AppleScript's role in supporting the development of AppleScript Studio applications. AppleScript Studio comes free with Mac OS X and provides the framework and integrated development environment for creating applications that include fully functional graphical user interfaces. Throughout the book, users will learn the key functionality of both the AppleScript language and the AppleScript Studio application development framework by developing graphical game-based applications that are actually fun to create. Topics covered include values, variables, classes, conditional logic, loop building, strings, lists, records, handlers, and much more. Although intended for readers new to programming, there is also additional coverage of more advanced ...
Danny Goodman
Danny Goodman's Applescript Handbook, 2nd Edition
by Random House Information Group (Paperback) (Release Date: 1995-01-17)
This complete book/disk package shows the reader how to customize and extend the capabilities of any Macintosh computer--no programming experience needed! This enhanced and expanded edition focuses on putting AppleScript to work in all sorts of practical situations. Goodman also shows how to apply the same principles to other popular scripting systems. Disk contains utilities and ready-to-use scripts.
Page 1 of 3 | next