|
|
|
Évaluation du client type
Partagez votre opinion avec les autres clients
|
|
|
Le commentaire favorable le plus utile
Le commentaire critique le plus utile
3 internautes sur 3 ont trouvé ce commentaire utile :
Getting started in Cocoa
First, I have to say I loved this book, I actually read half of it on a trip, not being in front of my computer, and still enjoyed the clear style and the gradual addition of new concepts and tools, chapter after chapter. Then I could hardly wait to be back home and start doing it for real. Now for the potential buyer. WHAT IT IS NOT: a reference book (no list of...
Publié le Sep 16 2002 par c-h-a-r-l-e-s
|
› Voir plus de commentaires 5 étoiles, 4 étoiles |
 |
Same approach...better wording...
The primary problem with Aaron's excellent book is the same problem every Cocoa book thus far suffers from. You have to read at least three other books in order to fully grasp just what in God's name he's talking about. While the book will work wonders for you if you have a mid-to-heavy foundation in either Objective-C or Java, it does little good for would be...
Publié le Janv. 31 2002 par Jack Shedd
|
› Voir plus de commentaires 3 étoiles, 2 étoiles, 1 étoiles |
|
|
3 internautes sur 3 ont trouvé ce commentaire utile :
Getting started in Cocoa, Sep 16 2002
First, I have to say I loved this book, I actually read half of it on a trip, not being in front of my computer, and still enjoyed the clear style and the gradual addition of new concepts and tools, chapter after chapter. Then I could hardly wait to be back home and start doing it for real.Now for the potential buyer. WHAT IT IS NOT: a reference book (no list of classes etc...) or a technical book for advanced programming; a book about Java or Carbon; an introduction to object-oriented programming; an introduction to C. WHAT IT IS: an excellent introduction to programming in Objective C in the Cocoa environment of Max OS X, provided you know enough about object-oriented programming (some basic understanding of C++ is preferable too). WHAT YOU LEARN: Objective-C in Cocoa; using Apple Developer Tools; building an application in Mac OS X; how to make optimal use of Cocoa classes and API, knowing how they were conceived and meant to be used; a number of basic concepts and tips that really get you started. THE PLUS that make this book so interesting: very good and clear writing; some amusing brief 'historical' insights; you really feel the author knows what he is talking about; the author gives personal views (clearly stated as advices, not rules); follow-up, errata, examples, comments, and more on his web site; still completely useable with OS X.2 (a couple or very minor changes that are listed on the web site anyway), so that's the good time to buy it (price is down, but content is still up to date). Final comment: Objective C in Max OS X is very powerful and enjoyable.
Aidez d'autres clients à trouver les commentaires les plus utiles
Ce commentaire vous a-t-il été utile ?
|
|
|
|
|
|
A gentle introduction, somewhat out of date, Mai 9 2004
Probably the most popular book on Cocoa programming. A somewhat more gentle (but less in-depth) introduction than "Cocoa Programming" by Scott Anguish et al. More of a tutorial and guide than a reference work. Published in 2001, it is probably starting to fall out of date a bit, but most of the changes in OS X 10.2 and 10.3 versus 10.1 will not affect the typical beginner much. It sounds like the next edition, out soon, will update it well; it might be worth waiting for that.
Aidez d'autres clients à trouver les commentaires les plus utiles
Ce commentaire vous a-t-il été utile ?
|
|
|
|
|
|
2nd Edition due out in April 2004 (ignore rating), Avril 10 2004
I was sooo close to buying this book, and then found out a new edition is due out this month. Looks like I'll need to wait a week or two to get my copy. My guess is that, in addition to other changes, the book will use Xcode instead of Project Builder in the examples.
Aidez d'autres clients à trouver les commentaires les plus utiles
Ce commentaire vous a-t-il été utile ?
|
|
|
|
|
|
Excellent introductory tutorial, Juil 18 2003
Par Un client
I've never had the privilege of attending Aaron's highly-regarded 'Big Nerd Ranch' training program, but I have to believe that working through this book is the next best thing. The book is presented in tutorial form, with a nice flow between examples, discussion and exercises. The author doesn't hesitate to share his opinions, good or bad--particularly on subjects like Cocoa Java. The result is a frank, incisive introduction to Cocoa programming that helps beginners understand 'the right way' to do things, and will make Apple's object-oriented environment accessible to people with a wide variety of skill levels.
Aidez d'autres clients à trouver les commentaires les plus utiles
Ce commentaire vous a-t-il été utile ?
|
|
|
|
|
|
Your Cocoa Must Buy., Juil 10 2003
This is an excellent book. I looked at some of the others and bought these too. Most are very good; but this IS the definitive guide.It gets you writing Cocoa straight away, so you do it, it gets explained, and reinforced. I like this approach. It also emphasizes the need to have a good grip on Objective-C, which I think is vital. It provides a good introduction to Objective-C, Obeject Oriented Programming and Cocoa. I liked the book so much that I now buy any book by this author.
Aidez d'autres clients à trouver les commentaires les plus utiles
Ce commentaire vous a-t-il été utile ?
|
|
|
|
|
|
Better than the O'Reilly Cocoa books, Mai 11 2003
After tediously working through two O'Reilly books on Cocoa programming, I bought this book based on review recommendations. I was confused through both O'Reilly books, but Hillegass finally made sense, plus there aren't nearly the number of programming errors (half of my time with the O'Reilly books was spent on the errata pages and looking at the downloaded corrected programs to change the book examples so they would work). This book is solid, and made me feel like I was accomplishing learning throughout the book. Hillegass uses great analogies, informative history tidbits, and well thought out examples. Additionally, he puts in programming challenges at the end of many chapters that give the student a new goal to use information learned in the chapter. In short, Hillegass is a great TEACHER, a qualification often lacking in other programming books.
Aidez d'autres clients à trouver les commentaires les plus utiles
Ce commentaire vous a-t-il été utile ?
|
|
|
|
|
|
this book is pretty good, but..., Janv. 6 2003
here's what i discovered while i was trying to learn Cocoa: this book, by itself, was not sufficient for me to really "get off the ground" with Cocoa. Now, don't get me wrong, this really is a good book and, in most areas, Mr. Hillegass explains the material quite well. my problem was that after i had worked --perhaps struggled would be a better description -- through the first 4 chapters of the book i was still left feeling somewhat confused about how to go about writing a Cocoa progam. for some reason things just weren't "clicking" as well as i thought they should be.not being the quitting type, i began to search for other books on Cocoa programming. i purchased the O'Reilly book "Learning Cocoa With Objective-C", second edition. after reading a few chapters in the O'Reilly book, then going back and re-reading the material in Mr. Hillegass' book, things began to click. since that time, the approach has proven the most useful for me is to read the O'Reilly book until i get stuck on a particular topic, then cross-reference with Mr. Hillegass' book in order to get a different perspective/explanation. in addition, working through *all* of the examples in both books has proven tremendously helpful. if i had my way, i'd combine the material from both books into a single book. :) in summary, if you buy this book and find that you are having trouble grasping the concepts, try purchasing the "Learning Cocoa with Objective-C" -- make sure to get the 2nd edition -- and see if getting a different perspective/explanation works for you.
Aidez d'autres clients à trouver les commentaires les plus utiles
Ce commentaire vous a-t-il été utile ?
|
|
|
|
|
|
Excellent tutorial introduction to Cocoa., Oct. 4 2002
Par Un client
This book is an excellent introduction to Cocoa. It is basically what "Learning Cocoa" should have been. It is clearly not the only Cocoa book that you will want, but it will get you to the point that you can read and use other sources. The examples are well chosen and build up incrementally, so you can clearly see that code that is associated with new features as you add them. The book does get to full-up applications, but only simple ones. In this sense, I think this book joins nicely with "Cocoa Programming" or "Building Cocoa Applications". This book does the introductory and tutorial build up better than the other books, I think, although in less detail, and then you can go on to more elaborate applications elsewhere.The book presumes knowledge of C and the rudiments of object-oriented programming. You can get this as go, from Apple's "The Objective C Programming Language" but you'll need to go slower and be prepared for some puzzles along the way. Also, you really need only minimal knowledge of C, mainly understanding of pointers, to work through the examples in the book. There are a few weaknesses in the book. The description of the tools, Interface Builder and Project Builder, is sparse, and the book is now a bit out of date with the current incarnation of the tools that Apple is actually shipping. The differences are minor, but can sometimes be perplexing for beginners. Also, the tools (IB in particular) can be set up in various window "modes" that totally change the layout of parts of the tool. This isn't mentioned here, or in any other Cocoa book I've seen. These however, are minor quibbles in an excellent introduction to Cocoa programming. I highly recommend this book to anyone who wants to start programming under Mac OS X.
Aidez d'autres clients à trouver les commentaires les plus utiles
Ce commentaire vous a-t-il été utile ?
|
|
|
|
|
|
Excellent Introduction, Oct. 4 2002
Par Un client
Cocoa Programming for Mac OS X is a GREAT way to learn the basics of programming Mac OS X! I've been a Mac user since 1988, but have always been terrified of programming it. Instead I'd gone the evil route and programmed Delphi for Windows. NO MORE. I'm excited about programming my Macs!THE BAD The title is probably a misnomer, which is causing a lot of the negative feedback here. "Complete Introduction to the Power Of Cocoa" would have been more appropriate. This book isn't any type of reference book. Nor is it a text on programming philosophy. Nor is it a "Learn Objective-C" manual. And it's not a comprehensive "learn everything about Cocoa" book. My positive remarks about these perceived liabilities are in "THE GOOD" paragraphs below. There ARE some typos in the book, but no real errors in the code that I've discovered. In many chapters, you're adding to a program you've built from an earlier chapter. On two or three occasions, variable names in the "new" chapter are different from the "old" chapter. But when doing the build, it became quite obvious and wasn't really much of an impediment -- if you can't follow the program flow and detect the problem by time you reach these chapters, you probably rushed or shouldn't be programming! Still, though, it IS a legitimate "bug" in the book. It's probaby useful that you know something about object-oriented programming. I don't mean knowing C or C++ or Objective-C -- just know a little about object-oriented concepts. Chances are, if you're a modern programmer, you already know enough to make this "bad" point meaningless. If you're a very advanced object-oriented programmer, you may want to FORGET some of what you know to appreciate the pure simplicity of the Objective-C/Cocoa object model! THE GOOD It's an in-depth introduction to programming Cocoa in Objective-C. It will get you excited. It will spark your imagination as you work through the example code. You will want to learn Cocoa and forget everything else. If you know programming in general, you probably DON'T need to know C or C++ or even Objective-C prior to working with this book. I came to it with an Object Pascal background with no working knowledge of C. If you can THINK then you can pick up Objective-C as you work through the book. It's REALLY very simple, even in comparison to Object Pascal. The book is very well supported on the website. There's even a page-search function with errata and user-feedback in case you get in trouble. I've used it for help with a couple of the chapter "challenges." RECOMMENDATIIONS Buy this book, and work through it, and try the challenges. You'll often HAVE TO work through the Cocoa documentation to do the challenges, but this is good because you'll need to learn how to use the documentation to do any serious work. When you're done with the book, you'll be confident and thrilled, and be ready to buy a true reference book (which I'm just getting ready to do!).
Aidez d'autres clients à trouver les commentaires les plus utiles
Ce commentaire vous a-t-il été utile ?
|
|
|
|
|
|
A valuable addition to your programming bookshelf, Aoû 31 2002
Par Un client
An essential book if you are serious about programming on OS X. If you already possess a background in Objective-C and wish to demystify Cocoa, this book is for you.The author's style and delivery are very clear and the explanations and examples are well thought out. Hillegass' experience as a teacher shows in this book and it is obvious he has tested and refined this text in a real classroom situation. I'm looking forward to an Advanced Cocoa Programming for OS X book in the near future.
Aidez d'autres clients à trouver les commentaires les plus utiles
Ce commentaire vous a-t-il été utile ?
|
|
|
|
|
|
|
Ce produit
|
|
CDN$ 54.99 CDN$ 34.64
En stock
| |
|
|
| |
|
|
| |
Les clients qui ont vu cet article ont aussi vu
|
|
Acheter neuf: CDN$ 47.95 CDN$ 29.00
À paraître - Commandez-le dès aujourd'hui!
|
|
|
| |
|
|
|