RailroadBookstore.com

Railroad Books - Model Railroad Books - Thomas & Friends
Photography Books - Gardening Books

Photography Books

Huge Selection - Discount Prices - Money Back Guarantee

We offer a huge selection of photography books at discount prices. All purchases have a money back satisfaction guarantee. Thank you for shopping here!

Search Advanced SearchView Cart   Checkout   
Guidebooks
Canon
Hasselblad
Kodak
Leica
Nikon
Pentax
Sony
Magic Lantern Guides
Categories
General
Black & White
Color
Digital
Equipment
How To
Nature & Wildlife
Photo Essays
Photojournalism
Reference
Travel
Photoshop
Lightroom
Railroad Photography
Images of Rail Series

Cocoa Programming for Mac OS X, Second edition

Cocoa Programming for Mac OS X, Second edition

zoom enlarge 
Manufacturer: Addison Wesley
Category: EBooks

List Price: $49.99
Buy New: $28.34
You Save: $21.65 (43%)



Avg. Customer Rating: 4.5 out of 5 stars 129 reviews
Sales Rank: 538

Format: Kindle Book
Media: Kindle Edition
Edition: 2
Number Of Items: 1
Pages: 480

Dewey Decimal Number: 005.268
ASIN: B000OZ0N94

Publication Date: March 16, 2007
Availability: Usually ships in 24 hours

Similar Items:

  • Mac OS X Internals: A Systems Approach
  • Beginning Mac OS X Programming
  • Programming with Quartz: 2D and PDF Graphics in Mac OS X

Editorial Reviews:

Amazon.com Review
Suitable for anyone with a little C/C++ programming experience who wants to create software for the newest Mac platform, Cocoa Programming for Max OS X provides a slickly packaged and approachable tutorial that will get you started creating state-of-the-art Mac programs.

The smart presentation style and easy-to-understood code examples help make this text an excellent resource. (It also helps that Aaron Hillegass is a truly engaging writer.) He first explains how the legacy NeXTSTEP platform has evolved into Cocoa on the Mac OS X. Beginning with short examples illustrating the actual Cocoa tools in action, the author gets you started with simple programs for a random-number generator, a raise calculator, and other comprehensible examples. Rather than just listing APIs and classes, the emphasis is on hands-on Cocoa development. An early standout section provides a nice tour of essential Objective-C features you'll need to know to use Cocoa effectively.

This book covers the several dozen built-in Cocoa controls, from basic text and buttons to more advanced widgets (including lists and tables). Subsequent sections look at user interface design (using the Interface Builder to create nib files) and how to add programmatic processing behind the visual layout. Along the way, the author introduces coverage of essential Cocoa APIs for strings, arrays, and dictionaries. Later chapters look at saving and loading documents (and user defaults) and how to tap the powerful graphics abilities available in Cocoa. (Besides image and basic drawing, there are short sections on PDF support and printing.)

More advanced user interface features get their due by the end of the book, including cutting and pasting data through the Cocoa pasteboard and also adding drag-and-drop support. Final sections look at creating new controls for use with the Interface Builder palette, and, briefly, how to use Java with Cocoa (an option that the author doesn't necessarily recommend). Throughout this text, the author provides more advanced, challenging problems at the end of each chapter for the "more curious" reader. This approach keeps beginners from getting lost in the details of Cocoa development, but gives the more advanced reader something more to do.

While there are comparably fewer books on Mac OS X compared to other platforms, readers are lucky to have this one available. Anyone who wants to get onboard with Cocoa development will be well served by this title. It's a fine tutorial that earns high marks for its approachable, clear examples and an excellent presentation by an author who knows his stuff and, better yet, knows how to teach it to others. --Richard Dragan

Topics covered: Brief history of the Mac platform (from NeXTSTEP to Mac OS X), basic Cocoa development in Objective-C, using Project Builder and Interface Builder tools, tutorial to Objective-C (instances, variables, using classes, arrays and other containers, custom classes), the Objective-C debugger, basic Cocoa controls (building user interfaces), tables and data sources, event handling and delegates, archiving documents (encoding and decoding, saving and loading documents), Nib files, window panels, saving and retrieving user defaults (including using dictionary classes), notifications (observers and more on delegates), alert panels, localization (including string tables, a English and French example, the nibtool utility), custom views and drawing, drawing images and mouse events (plus coordinates systems and autoscrolling views), responders and keyboard events, fonts and strings (including attributed strings and PDF support), pasteboards and nil-targeted actions, using Objective-C categories (a code reuse feature), drag-and-drop support, timers, sheets and drawers, formatting strings, printing support, on-the-fly menu updating, text editing with text views, basic tutorial for using Java with Cocoa, and custom Interface Builder palettes (and inspectors).

Product Description
"The highly acclaimed introduction to Cocoa-recommended most by experienced Mac OS X developers now updated and expanded. Here's what critics said about the first edition: "Reading this book is the absolute best way to learn how to harness the power of this amazing technology."
-Andrew Stone, President, Stone Design, www.stone.com "Make sure this is the first one you pick up. It's the best book for a beginning Cocoa programmer."
-From the review on HyperJeff.net& "I love this book. The descriptions are clear, the examples logical. Everything a programmer needs to get up to speed on Cocoa."
-Dave Mark, Editor, MacTech Magazine

To help programmers develop applications for Mac OS X, Apple is now giving away XCode, Interface Builder, and the Cocoa frameworks-the tools used to create Safari, GarageBand, Mail, and the iApps. Cocoa- Programming for Mac- OS X, Second Edition, will give you a complete understanding of how to use these tremendously powerful tools and frameworks to write full-featured applications for the Mac.

Guiding programmers through the key features of Cocoa, this book emphasizes design patterns that enable you to predict the behavior of classes you have never used before. Written in a tutorial format, it takes you step-by-step through the creation of six applications and an Interface Builder palette. Each project introduces several new ideas, and as each concept or technique is discussed, the author, drawing on his own extensive experience, shows you the right way to use it.

Updated for Xcode and Mac OS X 10.3, new chapters in this second edition include coverage of OpenGL, AppleScriptability, the undo manager, creating frameworks, and a brief introduction to using GNUstep on Linux.



"



Customer Reviews:   Read 124 more reviews...

5 out of 5 stars OS X developer must have   October 6, 2008
 1 out of 1 found this review helpful

If you plan to write for Mac OS X, and have some programming experience, this book is a MUST HAVE. This is by far the best introductory book I have ever read on any language.

If you DO NOT have programming experience, I would still recommend this book. There are some spots where the logic might be hard to grasp, but Aaron Hillegass walks you through it.

In either case, but more so for beginners, I would also recommend Programming in Objective-C (Developer's Library). The less experience you have, the more strongly I would suggest reading this book first. It will walk you through the basics of straight Objective-C and then start you off using frameworks in OS X. If you are a Windows user and do not have a Mac, Programming in Objective-C (Developer's Library) will show you how to write and compile Objective-C in Windows.
(Look for the new version of this book which uses Objective-C 2.0)

I come from Windows development, having programmed in VB 6, VB.NET, C (and variants), and java. Aaron Hillegass takes you right into the heart of the Mac OS X development environment and gives you a guided tour. Showing you the basics of both Cocoa and the X Code development environment. Pick the book up and you won't regret it. This is a walkthrough tutorial style book. It is not a reference book. Apples online documentation is the best reference for Cocoa.

There are a lot of resources out there for Cocoa programmers. If you are looking for more help with Cocoa, check out the free podcasts that are available on iTunes. "CocoaCast" is a 'screen cast' that actually follows this book and may help you if you have trouble. Other podcasts that i find easy to listen to come from the Mac Developer Network such as "Late Night Cocoa" and "The Mac Developer Roundtable". They also have a great community that you can join by visiting www.mac-developer-network.com. They have video classes on some great topics which are very helpful.



4 out of 5 stars Great Objective-C & Cococa resource   October 6, 2008
Through this book you get a good introduction to Objective-C as you delve into Cocoa. At first, I was worried that I would need a supplemental Objective-C book to understand the concepts, but this was not the case. The examples and explanations are sufficient and can stand by themselves without need of other materials or knowledge.

Sometimes as I'd read through the chapters, I'd have questions about certain concepts that seemed to be glossed over. Yet, as the author will state, keep reading. Normally the concepts will be explained in full, within a few pages.



5 out of 5 stars The book to have for Cocoa Development   September 30, 2008
Excellent book and reference for developing on the Mac. Note that this is NOT for someone looking to learn Objective-C, but rather someone looking to learn the ins/outs of the Cocoa Frameworks and development process with XCode 3.

My only wish is that they include some iPhone specific sections in the next edition.



4 out of 5 stars Gives good directions, but .......   September 15, 2008
 1 out of 1 found this review helpful

This book gives good directions to learn the Cocoa programming. However, it seems that this is another round of edition based on the previous one. The book constantly refers to the NIB file of the project being worked on, which was the old form of the current XIB file. It is a subtle thing but confusing enough to those who have never done Cocoa programming before. This sounds negative, but overall, the book gives good guidance to experienced programmers, (not necessarily in Objective-C.) I am now on Chapter 7, and getting accustomed to the quality level of the book. The book has Challenge questions in many of the chapters, and I advise everyone to work on them. The book is no way in text-book quality, but there are not many competing books in the market. I have given 4 starts indicating that the book is not bad but it leaves plenty rooms for improvements.


4 out of 5 stars Printed upside down! Good book if I flip it over.   September 8, 2008
 0 out of 2 found this review helpful

I just got the book a few days ago so i have not done much reading in it yet but i have to comment on one major flaw with my copy. The entire book was printed upside down. So when you open the book up with the cover right side up the first page is actually the last page upside down. I have never received a book like this before. My girlfriend laughed when she saw me reading my book upside down. It looks like i am pretending to read it or something. I am sure I will get many strange looks when reading this at the local coffee shop or any where in public. O well, its not worth sending back I guess. Otherwise the book appears to be a good book but time will tell as i get to read it more. It feels so strange to flip it over to the back upside down before opening. I wonder if any one else will get any of these freak copies.


Copyright 2008 - RailroadBookstore.com