Library Hours
Monday to Friday: 9 a.m. to 9 p.m.
Saturday: 9 a.m. to 5 p.m.
Sunday: 1 p.m. to 9 p.m.
Naper Blvd. 1 p.m. to 5 p.m.

LEADER 00000cam a2200589Ma 4500 
001    176058270 
003    OCoLC 
005    20240129213017.0 
006    m     o  d         
007    cr nn|---uuuuu 
008    020215s2002    caua    ob    001 0 eng   
010    |z  2002023320 
015    GBA328827|2bnb 
019    52349668|a659524697|a748105275|a1044248259|a1056342461
       |a1058011506|a1060866237|a1066402322|a1075562304
       |a1103263227|a1129352033 
020    0596002351 
020    9780596002350 
024 1  636920002352 
024 3  9780596002350 
029 1  AU@|b000051555899 
029 1  HEBIS|b291422217 
029 1  AU@|b000067093258 
035    (OCoLC)176058270|z(OCoLC)52349668|z(OCoLC)659524697
       |z(OCoLC)748105275|z(OCoLC)1044248259|z(OCoLC)1056342461
       |z(OCoLC)1058011506|z(OCoLC)1060866237|z(OCoLC)1066402322
       |z(OCoLC)1075562304|z(OCoLC)1103263227|z(OCoLC)1129352033 
040    PUL|beng|epn|cPUL|dVLB|dCEF|dOCLCQ|dOCLCF|dOCLCQ|dCOO
       |dOCLCA|dMERER|dOCL|dOCLCQ|dWYU|dUAB|dAU@|dVT2|dOCLCO
       |dOCLCQ|dOCLCO|dOCLCL 
049    INap 
082 04 005.4/469 
082 04 005.4/469|221 
099    eBook O’Reilly for Public Libraries 
100 1  Garfinkel, Simson. 
245 10 Building Cocoa applications :|ba step-by-step guide /
       |cSimson Garfinkel and Michael K. Mahoney.|h[O'Reilly 
       electronic resource] 
250    1st ed. 
260    Sebastopol, CA :|bO'Reilly,|c©2002. 
300    1 online resource (xxv, 620 pages) :|billustrations 
336    text|btxt|2rdacontent 
337    computer|bc|2rdamedia 
338    online resource|bcr|2rdacarrier 
504    Includes bibliographical references and index. 
505 0  pt. I. Cocoa Overview -- 1. Understanding the Aqua 
       Interface -- 2. Tools for Developing Cocoa Applications --
       3. Creating a Simple Application with Interface Builder --
       4. An Objective-C Application Without Interface Builder --
       pt. II. Calculator: Building a Simple Application -- 5. 
       Building a Project: A Four-Function Calculator -- 6. Nibs 
       and Icons -- 7. Delegation and Resizing -- 8. Events and 
       Responders -- 9. Darwin and the Window Server -- pt. III. 
       MathPaper: A Multiple-Document, Multiprocess Application -
       - 10. MathPaper and Cocoa's Document-Based Architecture --
       11. Tasks, Pipes, and NSTextView -- 12. Rich Text Format 
       and NSText -- 13. Saving, Loading, and Printing -- 14. 
       Drawing with Quartz -- 15. Drawing in a Rectangle: More 
       Fun with Cocoa Views -- pt. IV. GraphPaper: A 
       Multithreaded, Mouse-Tracking Application -- 16. 
       GraphPaper: A Multithreaded Application with a Display 
       List -- 17. Color -- 18. Tracking the Mouse -- 19. Zooming
       and Saving Graphics Files. 
505 8  20. Pasteboards, Services, Modal Sessions, and Drag-and-
       Drop -- 21. Preferences and Defaults -- App. Cocoa 
       Resources. 
520 8  Cocoa is an object-oriented development environment 
       available in Apple's Mac OS X environment. Mac OS X, a 
       unified operating system and graphical operating 
       environment, is the fastest growing Unix variant on the 
       market today. Hard-core Unix programmers, developers who 
       cut their teeth on classic Mac operating systems, and 
       developers who cherished NeXTSTEP, the decade-old system 
       on which today's Cocoa is based -- all are flocking to 
       Cocoa, and they need a lot more practical information than
       is currently available from Apple. There is a lot to 
       learn. Building Cocoa Applications is an ideal book for 
       serious developers who want to write programs for the Mac 
       OS X using Cocoa. It's a no-nonsense, hands-on text that's
       filled with examples -- not only simple and self-contained
       examples of individual Cocoa features, but extended 
       examples of complete applications with enough 
       sophistication and complexity that readers can put them to
       immediate use in their own environments. Building Cocoa 
       Applications takes a step-by-step approach to teaching 
       developers how to build real graphics applications using 
       Cocoa. By showing the basics of an application in one 
       chapter and then layering additional functionality onto 
       that application in subsequent chapters, the book keeps 
       readers interested and motivated. Readers will see 
       immediate results, and then go on to build onto what 
       they've already achieved. The book is divided into four 
       major parts: Part I introduces the Mac OS X graphical user
       interface (Aqua) from a developer's point of view, Cocoa 
       developer tools (such as the Interface Builder, Project 
       Builder,and gdb debugger), object-oriented concepts, the 
       Objective-C language in which Cocoa is written, and the 
       basics of Cocoa programming itself. Part II focuses on 
       building the first complete application, Calculator, a 
       simple four-function calculator. The chapters in this part
       of the book extend the application, piece by piece, by 
       introducing such features as nibs, icons, delegation, 
       resizing, events, and responders. Part III focuses on 
       building an application called MathPaper, which is similar
       to a word processor but which instead solves mathematical 
       expressions the user supplies. The chapters in this part 
       of the book extend MathPaper by developing both the front 
       and back ends using a variety of Cocoa classes and 
       methods. They introduce Cocoa'sdocument-based architecture,
       tasks, pipes, Rich Text format, handling document files, 
       and using Quartz to draw in windows. Part IV focuses on 
       building the GraphPaper application, a more complex 
       multithreading application that graphs mathematical 
       functions in multiple dimensions andthat uses mouse-over 
       capabilities to identify graph points. The chapters in 
       this part of the book add more advanced Mac OS X features 
       such as multithreading, color,mouse events, zoom buttons, 
       pasteboards, services, preferences, and the defaults 
       database. By the end of the book, readers who have built 
       the applications as they have read will have a solid 
       understanding of what it really means to develop complete 
       and incrementally more complex Cocoa applications. The 
       book comes with extensive source code available for 
       download from the O'Reilly web site, along with an 
       appendix listing additional resources for further study. 
590    O'Reilly|bO'Reilly Online Learning: Academic/Public 
       Library Edition 
630 00 Cocoa (Software framework) 
630 00 Mac OS. 
630 04 Cocoa (Computer file) 
630 07 Mac OS|2fast 
630 07 Cocoa (Software framework)|2fast 
650  0 Object-oriented programming (Computer science) 
650  6 Programmation orientée objet (Informatique) 
650  7 Object-oriented programming (Computer science)|2fast 
700 1  Mahoney, Michael K. 
776 08 |iPrint version:|aGarfinkel, Simson.|b1st ed.|tBuilding 
       Cocoa applications.|dSebastopol, CA : O'Reilly, ©2002
       |z9780596002350|w(OCoLC)49249684 
856 40 |uhttps://ezproxy.naperville-lib.org/login?url=https://
       learning.oreilly.com/library/view/~/0596002351/?ar
       |zAvailable on O'Reilly for Public Libraries 
994    92|bJFN