|
|
|
|
LEADER |
00000cam a22000004a 4500 |
001 |
OR_ocm57563490 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
050203s2005 inua ob 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d OCLCQ
|d YDXCP
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCF
|d NTG
|d TEFOD
|d IDEBK
|d EBLCP
|d E7B
|d UMI
|d B24X7
|d REDDC
|d DEBSZ
|d UKDOC
|d OCLCQ
|d TEFOD
|d OCLCQ
|d COO
|d OCLCQ
|d PIFBR
|d LIV
|d MERUC
|d OCLCQ
|d WY@
|d LUE
|d CEF
|d TOF
|d AU@
|d OCLCQ
|d UAB
|d OCLCQ
|d VT2
|d SOM
|d RDF
|d BRF
|d INARC
|d OCLCO
|d UKAHL
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 58523303
|a 61455453
|a 122271278
|a 646795577
|a 722444403
|a 992069103
|a 1103281555
|a 1109832851
|a 1129359451
|a 1153003064
|a 1192331533
|a 1240534819
|a 1285461316
|
020 |
|
|
|a 0764584936
|q (electronic bk.)
|
020 |
|
|
|a 9780764584930
|q (electronic bk.)
|
020 |
|
|
|z 0764574000
|q (pbk. ;
|q Website)
|
020 |
|
|
|z 9780764574009
|
029 |
1 |
|
|a AU@
|b 000044591059
|
029 |
1 |
|
|a AU@
|b 000053224553
|
029 |
1 |
|
|a AU@
|b 000062545636
|
029 |
1 |
|
|a AU@
|b 000068982989
|
029 |
1 |
|
|a DEBSZ
|b 368471942
|
029 |
1 |
|
|a DEBSZ
|b 396059996
|
035 |
|
|
|a (OCoLC)57563490
|z (OCoLC)58523303
|z (OCoLC)61455453
|z (OCoLC)122271278
|z (OCoLC)646795577
|z (OCoLC)722444403
|z (OCoLC)992069103
|z (OCoLC)1103281555
|z (OCoLC)1109832851
|z (OCoLC)1129359451
|z (OCoLC)1153003064
|z (OCoLC)1192331533
|z (OCoLC)1240534819
|z (OCoLC)1285461316
|
037 |
|
|
|b OverDrive, Inc.
|n http://www.overdrive.com
|
037 |
|
|
|a 1A85D5F5-E6A3-4C45-8D41-4DA7907E881E
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.A67
|b K63 2005eb
|
072 |
|
7 |
|a COM
|x 051310
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051280
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051130
|2 bisacsh
|
082 |
0 |
4 |
|a 005.13/3
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Kochan, Stephen G.
|
245 |
1 |
0 |
|a Beginning Applescript /
|c Stephen G. Kochan.
|
260 |
|
|
|a Indianapolis, Ind. :
|b Wiley Pub.,
|c ©2005.
|
300 |
|
|
|a 1 online resource (xxiv, 574 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Wrox beginning guides
|
588 |
0 |
|
|a Print version record.
|
504 |
|
|
|a Includes bibliographical references and index.
|
505 |
0 |
|
|a Beginning AppleScript; About the Author; Contents; Acknowledgments; Introduction; Who This Book Is For; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p. wrox. com; Chapter 1: Writing Your First AppleScript Program; Starting with Script Editor; Compiling and Running Your Program; Extending Your First Program; An AppleScript Command to Display a Dialog; Understanding the Buttons Parameter in the display dialog Command; Multiple AppleScript Commands; Adding Comments to Your Programs; Summary; Exercises
|
505 |
8 |
|
|a Chapter 2: Variables, Classes, and ExpressionsWorking with Variables; More on Commands and Statements; Basic Data Type Classes; Basic Data Type Conversions; Arithmetic Operators and Expressions; The Date Class; Summary; Exercises; Chapter 3: Making Decisions; The if Statement; AppleScript's Relational Operators; The if-else Statement; Nested if Statements; The if-else if Statement; Compound Relational Tests; Creating Your First Application; Catching Errors with the try Statement; Summary; Exercises; Chapter 4: Program Looping; The repeat ... times Statement; The repeat with Statement
|
505 |
8 |
|
|a The repeat while StatementUsing Flags; The repeat until Statement; The repeat with Statement for Lists; Setting Up an Infinite Loop with repeat; Summary; Exercises; Chapter 5: Working with Strings; Strings, Text, and Unicode Text; Review of Concatenation; Getting the Size of a String; Using Special String Characters; The considering and ignoring Statements; Words, Characters, and Paragraphs; Locating Strings inside Strings; More on the Count Command; Enhancing the Alarm Clock Program; Summary; Exercises; Chapter 6: Working with Lists and Records; Working with Lists; Working with Records
|
505 |
8 |
|
|a The try ... on error StatementThe error Command; Summary; Exercises; Chapter 10: Working with Applications; Talking to Other Applications: The tell Statement; More on Working with the Finder; More on Working with Applications; Applets and Droplets; Summary; Exercises; Chapter 11: Scripting iLife Applications; Scripting iTunes; Scripting iPhoto; Scripting iDVD; Summary; Exercises; Chapter 12: Script Objects; Defining a Script Object; Script Properties; Your Program Is a Script Object; Script Objects Containing Handlers; Handlers Containing Script Objects
|
520 |
|
|
|a Exercises; Chapter 7: Working with Files; Path Names: Traditional Mac and POSIX-style; What's in a Name?; The file Class; File Name Aliases; Reading and Writing Files; Enumerating Disks and Folders; Summary; Exercises; Chapter 8: Handlers; Writing a Handler; Passing Parameters to Handlers; Returning Handler Results; Argument Types; Local Variables; Call by Value; Recursive Handlers; Local/Global Variables and Variable Scope; Saving and Loading Handlers; Labeled Parameters; Specifying Patterns for Parameters; Summary; Exercises; Chapter 9: Error Handling; Beeps and Dialogs
|
520 |
|
|
|a 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 summa.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a AppleScript (Computer program language)
|
650 |
|
6 |
|a AppleScript (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x C♯
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Java.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Pascal.
|2 bisacsh
|
650 |
|
7 |
|a AppleScript (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Kochan, Stephen G.
|t Beginning Applescript.
|d Indianapolis, Ind. : Wiley Pub., ©2005
|z 0764574000
|w (DLC) 2004022630
|w (OCoLC)56599766
|
830 |
|
0 |
|a Wrox beginning guides.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780764574009/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a 123Library
|b 123L
|n 11377
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH14540645
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00004715
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10275081
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 125253
|
938 |
|
|
|a Internet Archive
|b INAR
|n beginningapplesc0000koch
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 2338970
|
994 |
|
|
|a 92
|b IZTAP
|