Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Books » All Amazon Upgrade » Beginning Xcode (Programmer to Programmer)December 1, 2008  
Browse
Books
Computers
Electronics
Related Categories
• All Amazon Upgrade
Amazon Upgrade
Custom Stores
Specialty Stores
Books
• Computers & Internet
Amazon Upgrade
Custom Stores
Specialty Stores
Books
• MacOS
Operating Systems
Computers & Internet
Subjects
Books
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• General AAS
Languages & Tools
Programming
Computers & Internet
Subjects
• Software Development
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• General AAS
Programming
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• General AAS
Software
Computers & Internet
Subjects
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Beginning Xcode (Programmer to Programmer)
Beginning Xcode (Programmer to Programmer)
Author: James Bucanek
Publisher: Wrox
Category: Book

List Price: $39.99
Buy New: $11.58
You Save: $28.41 (71%)
Buy New/Used from $11.58

Avg. Customer Rating: 3.0 out of 5 stars(4 reviews)
Sales Rank: 170554

Languages: English (Original Language), English (Unknown), English (Published)
Media: Paperback
Number Of Items: 1
Pages: 590
Shipping Weight (lbs): 1.9
Dimensions (in): 9.1 x 7.3 x 1.6

ISBN: 047175479X
Dewey Decimal Number: 005.446
EAN: 9780471754794
ASIN: 047175479X

Publication Date: April 3, 2006
Availability: Usually ships in 1-2 business days

Similar Items:

  • Programming in Objective-C (Developer's Library)
  • Cocoa(R) Programming for Mac(R) OS X (3rd Edition)
  • Beginning Mac OS X Programming
  • Cocoa(R) Programming for Mac(R) OS X (2nd Edition)
  • iPhone Open Application Development: Write Native Objective-C Applications for the iPhone

Editorial Reviews:

Product Description
Xcode is a powerful suite of free development tools from Apple Computer that will allow you to create Macintosh applications, plug-ins, web components, applets, and more using languages such as C, C++, Objective-C, Java, and AppleScript.

What you will learn from this book:

  • Control window layout to match your development style.
  • Master source file organization.
  • How to access a source control management system, right in the Xcode interface.
  • How to quickly navigate to files, symbols, bookmarks, declarations, and definitions within your project; find reference documents and instantly access API documentation.
  • Harness Xcode?s smart editing features, such as auto-indent, code completion, and text macros.
  • Discover how easy it is to browse class information and create dynamic class diagrams.
  • Get started using Xcode?s Interface Builder and Data Modeling design tools.
  • Learn to customize target build phases, add your own compilers, write your own build processes, and integrate Xcode with other build tools like Ant and gnumake.
  • How to create and integrate unit tests into your projects.
  • Harness the full power of the debugger with smart breakpoints and custom data formatters. Learn how to change variables, and even fix bugs, while your program is still running.
  • Start using Xcode?s suite of performance analysis tools to find problems and accelerate your code.
  • Customize scores of hidden, and often undocumented, Xcode features. Learn how to remap keyboard commands, create your own project and file templates, and even add your own commands to the Xcode menus.

Instead of "cookbook" projects specific to a particular language, developer James Bucanek details each Xcode feature with step-by-step instructions that can be applied directly to your projects. Example projects that demonstrate a single concept make it easy to explore each feature.


Customer Reviews:

3 out of 5 stars Book comparison   November 12, 2008
I'm looking for a comparision between this book, "Beginning Xcode" (which I already have) and Fritz Anderson's "Xcode 3 Unleashed" (which I don't have).

Maybe it's just me, but I have found "Beginning Xcode" to be difficult to follow and I am searching for another Xcode book that's equal in depth, but significantly easier to follow.

=====
For example, my challenge today is I have an external framework which is incorporated under "Linked Frameworks" of my main app Project.

Currently, if I re-build this external framework, I then have to re-build my main app.

What I wish to do is every time I re-build my main app, I want the external framework to be re-built automatically .. in short, 1 step, rather than 2.

I have been told that my answer is in "Unleashed"; however, I just can't find it in "Beginning".
=====

My current challenge notwithstanding, I do see an advantage in that "Unleashed" is based on Xcode 3, versus "Beginning" dating back to Xcode 2 (2006). I also see raves for both books .. but I still welcome any additions *only* because I already have "Beginning" and "Unleashed" may not have sufficient added merit to warrant the $$$.

Thanks very, very much in advance.



1 out of 5 stars IT SUCKS BIG TIME -- DO NOT BUY!!!   May 29, 2008
  10 out of 14 found this review helpful

This is simply the worst of all xcode books. it should be called xcode document! instead of Beginning... It has no sample or practice page at all. NONE! ZILT! ZERO! if you want to learn xcode from examples this is NOT for you but if you just wanted to read what xcode means! then by all mean waste your money on it. I wish I could call the author and ask him for a full refund now! After reading the above 2 reviews, I decided to buy. Well I don't know what they were smoking when wrote the review. I would give it a negative 2 stars if I could. STOP! DO NOT BUY!


4 out of 5 stars Lots of good information...   March 19, 2007
  13 out of 13 found this review helpful

I have been using XCode (previously Project Builder) actively for about four years now and have to say that I'm impressed with the amount of information provided in this book. I learned a lot of things which have improved my efficiency and understanding of XCode. I now feel more comfortable using the debugger and performance analysis tools (Shark, etc.), sharing my source code (source trees are handy) and generally navigating around XCode. The book also demystified the myriad of project and target build settings and made me more comfortable altering the way my projects are built.

The only drawbacks of the book are the numerous typos and the author's generally poor writing style which tends to be overly wordy, but these flaws are worth overlooking for the vast amount of information contained within. I can see returning to this book from time to time as a reference in the future.



5 out of 5 stars Review for the Alaska and Military Members Apple User Group   May 8, 2006
  51 out of 51 found this review helpful

You this will be no surprise once you read the remainder of this review, but I'm going to just say it up front: this book is great. Being a seasoned Xcode user, I can tell you that having this book back when I was first switching over to Xcode would have hugely sped the transition.

The 'Programmer to Programmer' model that Wrox is known for is a an excellent style of reference. There are many benefits of targeting an existing programmer. When writing to an existing programmer there are terms and phrases that the writer can use that programmers will immediately understand, while a newcomer might not. These words and phrases allow the author to communicate to the reader in a rapid, concise and clear way.

The author introduces Xcode by devoting a series of chapters to different sections of the Xcode experience. Each chapter does an excellent job of introducing those little features that you might otherwise miss for a year, and then wonder how you got anything done without it. The chapters are filled with examples and pictures which I believe even a non programmer using the book as their first introduction could follow. I do believe though that a programming book would be a better first book and this book a second. The reason is that even though this book does a great job with simple explanations there are references made to terms which a new programmer wouldn't understand and also a new programmer wouldn't be able to relate to the features without a context. The new programmer says, "That's a great feature, but why and where do I use it?" The existing programmer coming to Xcode says, "Thats a great feature! Kind of like the ---- feature in my old ------ IDE but much more useful for ------."

The author even rounds off the survey of Xcode by addressing the powerful debugging and profiling tools that are included in the Xcode package. One section that I was extremely pleased to find was a section on remote debugging. Remote debugging is a method where one computer is used to run an application and another computer is used to monitor and debug. Remote debugging is a useful feature in general, but I find it indispensable when working on games or other full screen applications that take control of the entire screen. I was pleased to find this section included since I had a difficult time getting it to work the first time I tried to set it up. Again, having this excellent book at my side would have saved me enough time to justify purchasing the book.

I was also pleased with the author's coverage of Shark -?the performance profiling app included in Xcode. I have had wonderful results with using Shark to determine areas of my code that are malfunctioning or just plain poorly written with respect to time efficiency. The book does a wonderful job of explaining the function of usage of all the menu's windows in the application. Another feature that I thought was very useful that fits will with the "Programmer to Programmer" method is the "How it Works" sections that give a good description of why you are doing something, what Xcode is really doing as a result and how it does it.

I think that this book is incredible. I only have one recommendation to someone who's considering purchasing it. Buy it, but also purchase a book that covers the cutting edge Apple made technologies, like Carbon, Cocoa, Foundation, Core Foundation, Core Image, Core Data, Quartz, ect. The reason for this recommendation is that Xcode is built for and integrates well with these technologies and I believe that it would be beneficial to have a book to give an in depth introduction to these technologies, while this book gives an in-depth introduction to the IDE used to develop them. I have not had a chance to examine the book, but it's quite possible that Michael Trent and Drew McCormack's "Mac OS X Programming" also by Wrox is that perfect companion book.


Powered by: Dknc, inc. and Amazon.com


For your safety and security, orders are processed through amazon.com