ou
Identifiez-vous pour activer la commande 1-Click.
ou
en essayant gratuitement Amazon Premium pendant un mois. Votre inscription aura lieu lors du passage de la commande. En savoir plus.
Plus de choix
Vous l'avez déjà ? Vendez votre exemplaire ici
Désolé, cet article n'est pas disponible en
Image non disponible pour la
couleur :
Image non disponible

 
Dites-le à l'éditeur :
J'aimerais lire ce livre sur Kindle !

Vous n'avez pas encore de Kindle ? Achetez-le ici ou téléchargez une application de lecture gratuite.

Step into Xcode: Mac OS X Development [Anglais] [Broché]

Fritz Anderson

Prix : EUR 37,51 LIVRAISON GRATUITE En savoir plus.
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Il ne reste plus que 1 exemplaire(s) en stock (d'autres exemplaires sont en cours d'acheminement).
Expédié et vendu par Amazon. Emballage cadeau disponible.
Voulez-vous le faire livrer le jeudi 23 mai ? Choisissez la livraison en 1 jour ouvré sur votre bon de commande. En savoir plus.

Description de l'ouvrage

30 janvier 2006
A Step-by-Step Guide to the Xcode Mac OS Development Environment

Every copy of Mac OS X comes with Xcode, the powerful development suite that Apple uses to build applications ranging from Safari to iTunes. But because Xcode is complex and subtle, even experienced Mac programmers rarely take full advantage of it. Now, Mac developer Fritz Anderson has written the definitive introduction and guide to using Xcode to build applications with any Macintosh technology or language.

Anderson helps you master Xcode's powerful text editor, industry-standard gcc compiler, graphical interactive debugger, mature UI layout and object linkage editor, and exceptional optimization tools. One step at a time, you'll develop a command-line utility, then use Xcode tools to evolve it into a full-fledged Cocoa application. Anderson provides expert guidance on development frameworks, source code management, Core Data modeling, localization, and much more.

Coverage includes

  • Understanding Xcode workflow and the Mac OS X application lifecycle
  • Porting established legacy projects into Xcode
  • Using the Model-View-Controller design pattern to build robust graphical applications
  • Building static libraries and working with Xcode's build system
  • Making the most of bundles and package directories
  • Creating applications compatible with older versions of Mac OS X
  • Creating universal binaries to run on both Intel and PowerPC Macintoshes
  • Adding Spotlight searchability to data files
  • Leveraging Xcode's built-in support for unit testing
  • Using Xcode on makefile-based UNIX development projects

Step Into Xcode's breadth, depth, and practical focus make it indispensable to every Mac developer: current Xcode users upgrading to Xcode 2.1, experienced Mac programmers migrating from CodeWarrior, UNIX/Linux programmers moving to Mac OS X, and even novices writing their first programs or scripts.




Descriptions du produit

Quatrième de couverture

A Step-by-Step Guide to the Xcode Mac OS Development Environment

Every copy of Mac OS X comes with Xcode, the powerful development suite that Apple uses to build applications ranging from Safari to iTunes. But because Xcode is complex and subtle, even experienced Mac programmers rarely take full advantage of it. Now, Mac developer Fritz Anderson has written the definitive introduction and guide to using Xcode to build applications with any Macintosh technology or language.

Anderson helps you master Xcode's powerful text editor, industry-standard gcc compiler, graphical interactive debugger, mature UI layout and object linkage editor, and exceptional optimization tools. One step at a time, you'll develop a command-line utility, then use Xcode tools to evolve it into a full-fledged Cocoa application. Anderson provides expert guidance on development frameworks, source code management, Core Data modeling, localization, and much more.

Coverage includes

  • Understanding Xcode workflow and the Mac OS X application lifecycle
  • Porting established legacy projects into Xcode
  • Using the Model-View-Controller design pattern to build robust graphical applications
  • Building static libraries and working with Xcode's build system
  • Making the most of bundles and package directories
  • Creating applications compatible with older versions of Mac OS X
  • Creating universal binaries to run on both Intel and PowerPC Macintoshes
  • Adding Spotlight searchability to data files
  • Leveraging Xcode's built-in support for unit testing
  • Using Xcode on makefile-based UNIX development projects

Step Into Xcode's breadth, depth, and practical focus make it indispensable to every Mac developer: current Xcode users upgrading to Xcode 2.1, experienced Mac programmers migrating from CodeWarrior, UNIX/Linux programmers moving to Mac OS X, and even novices writing their first programs or scripts.



Biographie de l'auteur

Fritz Anderson has been a Macintosh developer since 1984 and is currently a Macintosh programmer for the University of Chicago. Also a Macintosh programming consultant, Anderson's articles have been published in the Macintosh Products Guide, MacUser, and MacTech. He holds a degree in physics from Kenyon College and a law degree from Georgetown University.




Détails sur le produit


En savoir plus sur l'auteur

Découvrez des livres, informez-vous sur les écrivains, lisez des blogs d'auteurs et bien plus encore.

Vendre une version numérique de ce livre dans la boutique Kindle.

Si vous êtes un éditeur ou un auteur et que vous disposez des droits numériques sur un livre, vous pouvez vendre la version numérique du livre dans notre boutique Kindle. En savoir plus

Commentaires en ligne 

Il n'y a pas encore de commentaires clients sur Amazon.fr
5 étoiles
4 étoiles
3 étoiles
2 étoiles
1 étoiles
Commentaires client les plus utiles sur Amazon.com (beta)
Amazon.com: 3.5 étoiles sur 5  6 commentaires
77 internautes sur 78 ont trouvé ce commentaire utile 
4.0 étoiles sur 5 Overall a very good book but has the usual technical errors. 14 mars 2006
Par Nelson Santos - Publié sur Amazon.com
Format:Broché|Achat authentifié par Amazon
I am currently more than halfway through this book now and already I can say that I am very happy with my purchase.

Firstly, this is not a programming how-to book. Plus, I don't think it should be your first Mac development book. The purpose of this book is to provide you with a solid understanding of the Xcode tool and to teach you some smart application design methods. I recommend that you start reading this book already knowing some Objective-C and Cocoa (at least a little anyway) because you will take with you so much more than just how to use the Xcode tool. Actually, without any Cocoa programming knowledge, you may just end up confused. The reason I say this is because the examples use intermediate to advanced Cocoa programs to illustrate Xcode as you advance through the book.

This book starts you off with some background information about what happens when you compile a Cocoa application, how the runtime system works and some basic debugging skills. It then instructs the reader to build a command line tool which eventually buds into a mature Cocoa application as the chapters go by, each chapter adding a major feature to the application while introducing additional Xcode features as you go. Some of the Xcode features that I've already learned include: Including a command line tool in a project as a target dependency, how to build and include a static BSD library in a project, using Text Macros to add language-specific code patterns to the Xcode menus, I've expanded my knowledge of Cocoa bindings, how to include a framework target, working with dynamic libraries and more.

Follow the examples! I was actually pleasantly surprised at the Cocoa skills I've learned simply from the examples' code. They are not typical. I've already assimilated the following intermediate to advanced Cocoa programming skills: Calling a command line tool from a Cocoa app using pipes and tasks, building and calling functions from a BDC static library, design skills that promote code decoupling and mixing C and Obj-C conventions together.

I do have some gripes: Technical errors! I've never written a book but how difficult is it to make sure that the samples work once you reach the end of a chapter? And I'm not talking about the intentional errors the author left in the code that are later fixed. For example, in one chapter the book instructed me to add 3 object controllers in Interface Builder. By the end of the chapter the program didn't run because I was never instructed to configure one of the three controllers. I went back to make sure I didn't miss anything. I was able to figure it out myself after some time (another reason you should not be a newbie reading this book) but this error and others should not have made it into the book. Don't authors proof read their own work or at least have a couple of other people read the book and try out the examples? Sheesh!

Also, be warned. I have yet to find any errata or contact info for the author for this book. So if you need help, you may not find any.

This book is an easy read. No nonsense and straight to the point. Most chapters are between 10 and 20 pages, which provides you with plenty of opportunity to stop, rest and take in what you've just read.

I wanted to rate this book ***1/2 for the errors and lack of help, but I can't give half-stars here. This book doesn't deserve 3 stars, so I gave it a 4.

Note [16-MAR-2006]: Wouldn't you know it, I just found the official Step Into Xcode web site complete with downloadable code, errata and author contact info! Here it is: http://six.manoverboard.org/ I now officially increase this books rating from ***1/2 to ****. :)
8 internautes sur 8 ont trouvé ce commentaire utile 
2.0 étoiles sur 5 Poor Introductory Reference 29 août 2008
Par Mike Cimprich - Publié sur Amazon.com
Format:Broché
I'm most of the way through this book and have been losing interest since the first chapter. This book suffers from 3 fatal flaws: incomplete instruction, nonexistent trouble shooting, and poor code design. The first is very frustraiting, if you learn by doing and try to write the code in the book instead of just looking at the included code, you will quickly find your code does not work because the author omitted entire functions from the book. When learning to walk you will stumble, good intro books should account for that and provide you with the means to pull yourself up. This book provides no help to handle problems and you will make many, with the incomplete information along with the general disconnected nature of objective-C & cocoa you, like me may find yourself spending most of your time with this book debugging rather then learning. Finally as a veteran programmer in Win32, Linux, & embedded systems, I found the author's software design sensibilities to be lacking. Functions seem shoved in to classes for little reason, simple data objects took on complex IO functionality; these poor practices are touted by the author as examples of good Mac programming.

In summary I cannot recommend this book, its shortcomings make it difficult to work with, and these difficulties make it nearly impossible to learn from this book.
18 internautes sur 22 ont trouvé ce commentaire utile 
5.0 étoiles sur 5 Worth buying! 10 mars 2006
Par Sean Murphy - Publié sur Amazon.com
Format:Broché|Achat authentifié par Amazon
Fritz Anderson really does a great job covering the ins and outs of Xcode in this book. If you are going to program on the Mac, the in-depth information in this book is a necessity! There are real programming examples to follow along with each chapter, and plenty of screenshots to describe what's going on. I'm glad I purchased "Step Into Xcode," and it has earned a spot on my bookshelf along with Aaron Hillegass's "Cocoa Programming" and Stephen Kochan's "Programming in Objective-C".
Ces commentaires ont-ils été utiles ?   Dites-le-nous

Discussions entre clients

Le forum concernant ce produit
Discussion Réponses Message le plus récent
Pas de discussions pour l'instant

Posez des questions, partagez votre opinion, gagnez en compréhension
Démarrer une nouvelle discussion
Thème:
Première publication:
Aller s'identifier
 

Rechercher parmi les discussions des clients
Rechercher dans toutes les discussions Amazon
   


Listmania!


Rechercher des articles similaires par rubrique


Commentaires

Souhaitez-vous compléter ou améliorer les informations sur ce produit ? Ou faire modifier les images?

Déclaration de confidentialité Amazon.fr Informations sur la livraison Amazon.fr Retours & Echanges Amazon.fr