Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Online Resource
    Online Resource
    Beijing ; : O'Reilly | Boston, MA :Safari,
    Language: English
    Pages: xix, 453 p. , ill. ; , 24 cm
    Edition: 1st ed.
    DDC: 005.13/3
    Keywords: Mac OS ; AppleScript (Computer program language) ; Macintosh (Computer) ; Programming ; Electronic books ; local
    Abstract: If you want to know all about AppleScript--the how, where, and why of using it--dig into AppleScript: The Definitive Guide . It doesn't make the mistake that other books do: it isn't about scripting this or that particular application, and it doesn't assume that learning AppleScript is easy or obvious. Instead, the book teaches and documents the language in a clear and rigorous manner, just as you'd expect with any programming or scripting language. AppleScript is a dynamic, object-oriented scripting system that allows Mac users--even novices who know nothing about programming--to directly control Macintosh applications, including the Mac OS itself. You can write scripts to automate repetitive tasks, customize applications, and even control complex workflows. AppleScript has always been useful, but with Mac OS X it's even more so. Nearly every application that comes with Mac OS X is scriptable. Even non-scriptable applications can often be driven with AppleScript, thanks to the new Accessibility API and GUI Scripting technologies. And now AppleScripters can put a true Aqua interface around their scripts! There's never been a more exciting time for AppleScript users. AppleScript: The Definitive Guide explores and teaches the language from the ground up. If you're a beginner and want to learn how to write your first script or just understand what the excitement is all about, you'll be able to do so after reading this book. AppleScript: The Definitive Guide is the quintessential guide to this important Mac tool. Regardless of their level of experience, AppleScripters everywhere will turn to this book again and again.
    Note: "Covers Mac OS X Panther"--Cover. - "Developer connection recommended title"--Cover. - Includes bibliographical references (p. 428-429) and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly
    Language: English
    Pages: 1 online resource (xxvi, 983 p.) , ill., maps.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    Keywords: iOS (Electronic resource) ; Application software ; Development ; iPhone (Smartphone) ; Programming ; iPad (Computer) ; Programming ; iPod touch (Digital music player) ; Programming ; Smartphones ; Programming ; Tablet computers ; Programming ; Digital music players ; Programming ; Mobile computing ; Programming ; Electronic books ; Electronic books ; local
    Abstract: Get a solid grounding in the fundamentals of Cocoa Touch, and avoid problems during iPhone and iPad app development. With this revised and expanded edition, you'll dig into Cocoa and learn how to work effectively with Objective-C and Xcode. This book covers iOS 5 and Xcode 4.3 in a rigorous, orderly fashion-ideal whether you're approaching iOS for the first time or need a reference to bolster existing skills. Many discussions have been expanded or improved. All code examples have been revised, and many new code examples have been added. The new memory management system-ARC-is thoroughly explained and all code examples have been revised to use it. New Objective-C features, such as declaration of instance variables in the class's implementation section, are described and incorporated into the revised example code. Discussion of how an app launches, and all code examples, are revised for project templates from Xcode 4.2 and later. Other new Xcode features, including the Simulator's Debug menu, are covered, with screen shots based on Xcode 4.2 and later. The discussion of Instruments is expanded, with screen shots-by popular request! Storyboards are explained and discussed. The explanation of view controllers is completely rewritten to include iOS 5 features, such as custom parent view controllers and UIPageViewController. The Controls chapter now includes iOS 5 interface customizability and the appearance proxy. New features of interface classes are discussed, including tiling and animated images, new table view features, new alert view styles. Coverage of frameworks such as Core Motion and AV Foundation is greatly expanded. New iOS 5 classes and frameworks are also discussed, including Core Image and UIDocument (and iCloud support). Important iOS 5 changes that can break existing code are explicitly called out in the text and listed in the index.
    Note: "Fundamentals of iPhone, iPad and iPod touch development"--Cover. - "Covers iOS 5 and Xcode 4.3"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 3rd ed.
    Parallel Title: Erscheint auch als
    Keywords: iOS (Electronic resource) ; Application software ; Development ; iPhone (Smartphone) ; Programming ; iPad (Computer) ; Programming ; iPod touch (Digital music player) ; Programming ; Electronic books ; Electronic books ; local
    Abstract: Get a solid grounding in all the fundamentals of Cocoa Touch, and avoid problems during iPhone and iPad app development. With this revised and expanded edition, you'll dig into Cocoa and learn how to work effectively with Objective-C and Xcode. This book covers iOS 6 in a rigorous, orderly fashion-ideal whether you're approaching iOS for the first time or need a reference to bolster existing skills.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    Farnham : O'Reilly
    Language: English
    Pages: 1 online resource (xxii, 808 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: iOS (Electronic resource) ; iPhone (Smartphone) ; Programming ; iPad (Computer) ; Programming ; iPod touch (Digital music player) ; Programming ; Application software ; Development ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Whether you're learning Cocoa programming for the first time, or want a reference to bolster the iPhone development skills you already have, this in-depth guide provides a complete learning path -- from language basics and using Xcode and Interface Builder to all of the steps necessary for developing your app with the Cocoa framework. You'll learn everything you need to take an iPhone, iPad, or iPod touch app from initial concept to the App Store.
    Note: "Covers iOS 4.3 and Xcode 4" -- Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly | Boston, MA :Safari,
    Language: English
    Pages: xxvi, 724 p. , ill. ; , 24 cm
    Edition: 2nd ed.
    DDC: 005.265
    Keywords: BASIC (Computer program language) ; Macintosh (Computer) ; Programming ; Object-oriented programming (Computer science) ; Electronic books ; local
    Abstract: REALbasic is a programming language in the best Macintosh tradition: visual, intuitive, and easy to learn. It allows you to create interfaces in minutes and entire, compiled applications without having to learn a complicated language; the strong object orientation makes it very easy even for beginners to develop, maintain, and alter projects. Best of all, an REALbasic 3, a single button click generates your project as a Mac OS 8/9 application, a Mac OS X native ("Carbon") application, or a Windows executable. No other application framework lets you compile for users on so many platforms so quickly and easily. REALbasic: The Definitive Guide not only gives you a firm grasp of the program's essential concepts, but also tells you things you won't learn from the official documentation alone. If you've never programmed before, the book offers both a primer in REALbasic and an intuitive approach to the concepts of programming itself, as you quickly reach the ability to program every aspect of REALbasic. You start out drawing the interface much as you would do in a drawing program: by selecting buttons, menus, dialog boxes, and the like from a tools menu. Then you use the code editor to fill in the code that tells these pieces what to do.The widely hailed first edition of REALbasic: The Definitive Guide has been completely rewritten to encompass reader suggestions and the many improvements of REALbasic 3--like its ability to compile and run under OS X.The book is divided into three sections: Fundamentals: a detailed summary of the language that quickly shows you how to think about programming and accomplish your goals in less time User Interface: how to create a complete application using the rich classes and pre-defined tools that make life so much easier for the REALbasic programmer. Reaching Out: Internet communications, databases, multimedia, game programming and more!
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    Berkeley, Calif. : Peachpit Press | Boston, Mass. :Safari Books Online
    ISBN: 9780975950326 , 0975950320
    Language: English
    Keywords: Macintosh (Computer) ; Programming ; Operating systems (Computers) ; Electronic books ; local
    Abstract: It's Day 2 of Tiger, and you've played with the new features. But you can become even more productive if you customize Tiger for your needs. Turn to Matt Neuburg for a road map on how to start using new features in Tiger. Matt shows you how to configure and use Spotlight efficiently for finding files on your hard disk, and once you've found them, he helps you set up Smart Folders that automatically organize your files. Matt also helps you make the most of Dashboard , which gives you instant access to mini-applications. In other parts of the ebook, you'll learn how to manage the status menus in your menu bar, how to customize keyboard shortcuts (and even disable the Caps Lock key!), and how to get started with Automator . Matt has updated his advice about essential customizations that Tiger brings up from Panther, including how to work with Exposé, the sidebar, the toolbar, Finder windows, Font Book, Unicode, and more. Additional help for those new to Mac OS X: 150 basic ways to customize your Mac! Read this ebook to learn the answers to questions such as: I'm overwhelmed by all of Tiger's new features - where should I start? Did I install the right stuff? How do I use Spotlight to find information on my hard disk? Can I configure Dashboard widgets? How do I use Automator, and what's it good for? My Font menu is huge, and my fonts are a mess. What should I do? Can I assign keyboard shortcuts to menu items? Where did Apple hide the options for ?
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...