Search

Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Cocoa Programming: A Quick-Start Guide for Developers

Great Price "Cocoa Programming: A Quick-Start Guide for Developers" for $21.75 Today



In my opinion this is a great book for beginners in Cocoa. The author conceptually explains the framework for Cocoa Programming (that is to me more useful then just a programming recipe book). Yes, there are a lot of recipe like books out there for iPhone and Mac programming, but if you really want to learn how things work, this book actually will help fill in the details for you. For example this book really explains 'delegates' and 'first responder' concepts in more plain language to me then other sources I used . Also, in the recent update to the book, the author covers new and important concepts with 'blocks' and 'grand central dispatch' which are new to snow leopard. The book is a big time saver and the price was very affordable (the last I checked) .


Rating :
Price : $32.95
Offer Price : $21.75



Cocoa Programming: A Quick-Start Guide for Developers Overviews

Cocoa Programming: A Quick-Start Guide for Developers shows you how to get productive with Cocoa-fast! We won't walk you through every class and method in the API (but we will show you where to find that information). Instead, we'll jump right in and start building a web browser using Cocoa. In just a few minutes you'll have something that works. A couple of minutes more, and you'll have code in your custom controller, listening for notifications and call-backs. Soon you'll have the functionality you'd expect in a full browser. And that's just the first few chapters...

Affordable Price at Store Check Price Now!



Customer Review


Well thought out and not rushed - Brad Hutchins -
Pragmatic has done it again. They once more found an author to truly tackle this ever growing important subject. Cocoa Programming, and not just on the Mac but touches on the iPhone and iPad a bit. Everything is clear and concise and easy to follow. Objective-C can be a bit daunting, but not at the fault of the author just the nature of the beast. But once you get familiar with the language idioms. Things start to fall into place and you just start to get it.


Great modern introduction to Cocoa - Juio E. Barros -
This is a great modern introduction to Cocoa Programming. It covers a lot of topics and really helps you get the idea behind the design decisions of the apis. It is a great overview of the many important aspects of programming for the Mac desktop.



Related to Items You've Viewed




*** Product Information and Prices Stored: May 07, 2010 20:38:09


Related : All About Opal Rings and Earrings Best Deals And Reviews On Cheese Rotary Grater Best Price And Reviews On Bagless Vacuum Filter Best Deals, Reviews On Baby Bicycle Trailers

Read more

Programming in Objective-C 2.0 (2nd Edition)

Great Price "Programming in Objective-C 2.0 (2nd Edition)" for $26.22 Today



This book is in many ways a gold mine of knowledge. From my college engineering days, I had to learn many computer languages such as Fortran and C++. However, as the old quip goes, use it or lose it.

For years I had wanted to begin programming again because I enjoyed doing so, but the real question remained: What is the optimal approach to do so that would best utilize my prior knowledge AND bridge the gap to todays world of programming in Objective-C? Fortunately for me, I discovered Mr. Kochan's book and it was indeed the bridge that I sought. (Oddly enough, the cover on this book has a bridge on it. Go figure ...)

As most things in life go, the real significance of this book was not obvious at the onset. However, after glancing through the book, it was immediately clear to me that (A): The author took great pains to cover all the nuances of Objective-C in great detail so that anyone could understand them, and (B): The author is more than qualified to illuminate the subject matter and easily educate those that take the time to read his book and work all the examples.

For instance, I had wondered for years what an 'object' actually was that made Objective-C so special as compared to C and C++. Mr. Kochan's car example made this so succinctly clear that I wondered why all the other books I have never even came close to clarifying this important point. The other authors chose instead to define an object in abstract terms (generally speaking) which was not much help at all. Granted, the other books were about Xcode and Cocoa. However, without having a clear understanding as to what an 'object' is, how is anyone trying to learn Cocoa or Xcode going to move forward since 'objects' are both the building blocks and the future of both Cocoa and Xcode?

"Oh, and one more thing". To the unfamiliar, that is Steve Jobs' famous on-stage line when introducing new Apple products or software. A few weeks back I discovered that Mr. Kochan has a web site [...] based on learning Objective-C, - chapter by chapter. Upon making this discovery, I was at once elated to find the site and annoyed that no mention of this was made in the book. Perhaps the book was published before the website was built, but regardless this website is an INVALUABLE resource for learning Objective-C. And, from experience, Mr. Kochan will respond to your queries and comments within a day and oftentimes, within a few hours. How he does this, I have no idea, but he does.

My book did not come with a video CD, so I cannot comment on that. Speaking only for myself, I prefer a book over a video because I can re-read any part of a book much easier than I can a video. The web site does have video content for those so interested.

And least anyone wonder, I have absolutely no connection to Mr. Kochan. Period. But, I will forever be grateful to him for writing this book and creating and participating in his website. Both are indispensable sources for learning Objective-C.

Bottom line: I cannot recommend this book highly enough to those wishing to begin programming in Objective-C or to those who have past programming experience and wish to learn Objective-C. At twice the price, this book would still be a steal.

Programming in Objective-C 2.0 (2nd Edition) Features

  • ISBN13: 9780321566157
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :
Price : $44.99
Offer Price : $26.22



Programming in Objective-C 2.0 (2nd Edition) Overviews

THE #1 BESTSELLING BOOK ON OBJECTIVE-C 2.0


Programming in Objective-C 2.0 provides the new programmer a complete, step-by-step introduction to Objective-C, the primary language used to develop applications for the iPhone, iPad, and Mac OS X platforms.

 

The book does not assume previous experience with either C or object-oriented programming languages, and it includes many detailed, practical examples of how to put Objective-C to use in your everyday iPhone/iPad or Mac OS X programming tasks.


A powerful yet simple object-oriented programming language that’s based on the C programming language, Objective-C is widely available not only on OS X and the iPhone/iPad platform but across many operating systems that support the gcc compiler, including Linux, Unix, and Windows systems.

 

The second edition of this book thoroughly covers the latest version of the language, Objective-C 2.0. And it shows not only how to take advantage of the Foundation framework’s rich built-in library of classes but also how to use the iPhone SDK to develop programs designed for the iPhone/iPad platform.

 

Table of Contents


   1    Introduction

Part I: The Objective-C 2.0 Language

    2    Programming in Objective-C 

    3    Classes, Objects, and Methods

    4    Data Types and Expressions

    5    Program Looping

    6    Making Decisions

    7    More on Classes

    8    Inheritance

    9    Polymorphism, Dynamic Typing, and Dynamic Binding

  10    More on Variables and Data Types

  11    Categories and Protocols

  12    The Preprocessor

  13    Underlying C Language Features

Part II: The Foundation Framework

  14    Introduction to the Foundation Framework

  15    Numbers, Strings, and Collections

  16    Working with Files

  17    Memory Management

  18    Copying Objects

  19    Archiving

Part III: Cocoa and the iPhone SDK

  20    Introduction to Cocoa 

  21    Writing iPhone Applications

Part IV: Appendixes

  A    Glossary

  B    Objective-C 2.0 Language Summary

  C    Address Book Source Code

  D    Resources


Affordable Price at Store Check Price Now!



Customer Review


All programming instructional books should be written this way - Interpol - Los Angeles, CA
I'm currently only 4 chapters into the Kindle version of this book and so far I can honestly say I've been able to learn more about Objective C than any other book. I have a background in computer science and have learned various programming languages such as BASIC, Pascal, LISP, Scheme, Java, even assembly - but I never got around to learning C or any of its variants. I've consumed many instructional books on programming and can honestly say that this one is the most well-written and easily comprehensible out of all of them. The author takes great care to explain virtually every aspect of Objective C syntax and does it in a way that's comfortable for both neophytes as well as those who have had some prior programming experience.

Additionally, the Kindle version of this book is done very well, easily readable on the Kindle device or an iPad (I've been reading it on both). When it's displayed on the iPad (with the Kindle app), you also get the additional benefit of color illustrations. Although I have a long way to go in this book, I can already say that I will have no problem reading it on my PC, my Kindle, or my iPad.

If you're interested in developing apps for the iPhone/iPod Touch/iPad, start with this book to give yourself a decent understanding of the Objective-C language, and THEN read the more iPhone OS-specific programming books such as "Head First iPhone Development" and "iPhone Application Development for Dummies". I tried to start with the Head First book and pretty much went nowhere with it until I started reading "Programming in Objective-C 2.0". Now concepts are starting to come together and I'm excited about what I can start doing with the iPhone SDK.


A pick for any advanced developer's library - Midwest Book Review - Oregon, WI USA
The second edition of Programming in Objective-C 2.0: A Complete Introduction to the Objective-C Language for Mac OS X and iPhone Development is a pick for any advanced developer's library. It tells of a language that has become the standard for application development on the Mac OS X and iPhone platforms, and provides new programmers with step-by-step introductions to its language and use. This second edition has been updated and expanded to cover Objective C 2.0 and is a pick for any developer's collection.



Related to Items You've Viewed




*** Product Information and Prices Stored: May 06, 2010 19:55:06


Thanks To : Best iPhone SDK Textbooks BUY "Kangol Hats" With Affordable Price NOW!! Wordpress : All About Bicycle Trailers

Read more

Cocoa and Objective-C: Up and Running: Foundations of Mac, iPhone, and iPod touch programming

Great Price "Cocoa and Objective-C: Up and Running: Foundations of Mac, iPhone, and iPod touch programming" for $23.09 Today







Price : $34.99
Offer Price : $23.09



Cocoa and Objective-C: Up and Running: Foundations of Mac, iPhone, and iPod touch programming Overviews

Build solid applications for Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming skills or years of programming experience. With this book, you'll learn how to use Apple's Cocoa framework and the Objective-C language through step-by-step tutorials, hands-on exercises, clear examples, and sound advice from a Cocoa expert.

Cocoa and Objective-C: Up and Running offers just enough theory to ground you, then shows you how to use Apple's rapid development tools -- Xcode and Interface Builder -- to develop Cocoa applications, manage user interaction, create great UIs, and more. You'll quickly gain the experience you need to develop sophisticated Apple software, whether you're somewhat new to programming or just new to this platform.

  • Get a quick hands-on tour of basic programming skills with the C language
  • Learn how to use Interface Builder to quickly design and prototype your application's user interface
  • Start using Objective-C by creating objects and learning memory management
  • Learn about the Model-View-Controller (MVC) method of sharing data between objects
  • Understand the Foundation value classes, Cocoa's robust API for storing common data types
  • Become familiar with Apple's graphics frameworks, and learn how to make custom views with AppKit

Affordable Price at Store Check Price Now!




Related to Items You've Viewed




*** Product Information and Prices Stored: May 05, 2010 04:28:08


Tags : BUY "Flip Flop Sandals" With Affordable Price NOW! Best iPad Development Textbooks All About Opal Rings and Earrings Best Price And Reviews On Modern Television Stands Best Deals And Reviews On Cool Cat Collars Wordpress : Objective-C Programming Textbooks

Read more

Sams Teach Yourself Cocoa Touch Programming in 24 Hours

Great Price "Sams Teach Yourself Cocoa Touch Programming in 24 Hours" for $22.38 Today



The Good: A very useful book, invaluable for debugging. It assumes you know how to program (says "assumes readers know C" on the back) but teaches you how Cocoa Touch is architected and works. Lots of books simply repeat Apple documentation. This one doesn't and instead focuses on what Apple left out. Because it's comprehensive, if you're lost you can usually find it in here. Also, unlike other books that hold your hand as long as you stay within the confines of their examples, but are unhelpful as you try to strike out on your own, this one teaches you how stuff works, so you can figure out why your app's not working. It's also very practical, disucssing how to avoid getting your app rejected, and how to optimize your code. I've learnt how to use new tools from it, including some free third party ones Apple doesn't ship. It also comes with a good appendix about solving Xcode issues. Rather than using trivial examples, it uses real programs which is rare for a book.

The Bad: It's deep, it's short, so you have to be awake when reading it.

Overall: It's a 24 Hour introduction for people who know how to program, and want to learn Cocoa Touch in depth. If you are learning to program, get this and another book.You'll find this one useful when you try to make your own App. If you know Cocoa Touch, but are stuck, read this book. Highly recommended for any one interesting in becoming a real developer. Normally I don't like 24 hour books, but this one's good!

Sams Teach Yourself Cocoa Touch Programming in 24 Hours Features

  • ISBN13: 9780672331251
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :
Price : $39.99
Offer Price : $22.38



Sams Teach Yourself Cocoa Touch Programming in 24 Hours Overviews

In Full Color

Code samples are syntax highlighted as in Xcode!!

 

In just 24 sessions of one hour or less, learn how to build powerful mobile applications with Apple’s Cocoa Touch technology for the iPhone and iPod touch! Using this book’s straightforward, step-by-step approach, you’ll master every skill and technology you need, from handling user interaction and building effective user interfaces to accessing the Internet, playing media, and using the iPhone and iPod touch’s incredible sensing capabilities. Each lesson builds on what you’ve already learned, giving you a rock-solid foundation for real-world success!

 

Step-by-step instructions carefully walk you through the most common Cocoa Touch programming tasks.

Quizzes and Exercises at the end of each chapter help you test your knowledge.

By the Way notes present interesting information related to the discussion.

Did You Know? tips offer advice or show you easier ways to perform tasks.

Watch Out! cautions alert you to possible problems and give you advice on how to avoid them.

 

 

  • Write simple, efficient code that reflects a clear understanding of how Cocoa Touch works and why it works that way
  • Build great iPhone/iPod touch user interfaces from the ground up
  • Display tables and provide for clear navigation
  • Access the Internet and networks and show web pages
  • Save and retrieve data, including user preferences
  • Understand how the Cocoa Touch runtime loop interacts with your application
  • Draw and manipulate images
  • Create complex animations such as Cover Flow
  • Build applications that play and record media
  • Use the iPhone’s built-in accelerometer, GPS capabilities, and WiFi support
  • Share data via custom URLs, emails, and other techniques
  • Find and fix common Cocoa Touch software bugs, fast
  • Avoid the performance bottlenecks that affect Cocoa Touch code

Affordable Price at Store Check Price Now!



Customer Review


Exceptionally lucid writing - A. L. Moore - Ashland, OR USA
I have only read portions of Cocoa Touch Programming, but so far have found the writing to be exceptionally clear and concise. I might have suggested a few more pictures, but careful readers should have no trouble. Touch programming is hardly a topic for beginning programmers, yet even the adventuresome should benefit from this thoughtful treatment of the subject.




Related to Items You've Viewed




*** Product Information and Prices Stored: May 04, 2010 04:18:32


Visit : All About Flip Flop Sandals BUY "Flip Flop Sandals" With Affordable Price NOW! Best Deals And Reviews On Objective-C Textbooks Best Deals And Reviews On Aerosoles Discount Best Deals, Reviews On Instep Pathfinder Bicycle Trailer

Read more

Cocoa Programming

Great Price "Cocoa Programming" for $59.99 Today



Disclaimer: I am one of the authors.
Cocoa Programming provides intermediate and advanced programmers with the knowledge and techniques to produce powerful full-featured Cocoa applications. Cocoa Programming communicates the wisdom and design experience of three top-notch veteran Cocoa developers and includes technical information and insights that are not available from any other source.

Cocoa is Apple's powerful and mature object oriented development technology for creating Mac OS X applications quickly and efficiently. Apple recommends that all new applications written for Mac OS X use Cocoa. Cocoa is distinguished from other object-oriented development environments in several ways: Cocoa is mature, consistent, and broad. Cocoa is based on a cross-platform specification and has evolved from a cross-platform implementation. Cocoa is extraordinarily extensible, flexible, and dynamic in part because of Objective-C, the language used to implement it.

This comprehensive book covers virtually every aspect of Cocoa application development from the tools used to build programs to sophisticated multi-media and low level implementation details. Topics ranging from client-server networking to game development are covered. Examples that can be used directly in application code and a companion Web site, http://www.cocoaprogramming.net/, provide a treasure chest of reusable objects that illustrate the best practices developed through years of use.




Rating :
Price : $59.99
Offer Price : $59.99



Cocoa Programming Overviews

Cocoa Programming is a comprehensive work that starts as a fast-paced introduction to the OS architecture and the Cocoa language for programmers new to the environment. The more advanced sections of the book will show the reader how to create Cocoa applications using Objective-C, to modify the views, integrate multimedia, and access networks. The final sections explain how to extend system applications and development tools in order to create your own frameworks.

Affordable Price at Store Check Price Now!



Customer Review


Very well written - Larry Gerndt - Sunnyvale, CA United States
(Review written July 2004, reposting because it disappeared) This is a big book, so I was at first leery about whether I would be able to get through it without becoming depressed or lost. I did get through it, I didn't get lost, and I felt in capable hands all the way through. Furthermore, it was worth every minute of time I put into reading it.

Although there are three authors of this book, listed alphabetically on the front cover, it reads as if written by a single author. It becomes readily apparent that the authors know Cocoa as well as the best programmers know it. But even more important to me was that they craft every single sentence with care for the context they're building, and they don't violate our faith with out of context material. Time and time again I was silently appreciating their skill and care for quality writing.


Great, but outdated - P. Driver - Orlando, FL USA
I've really gotten a lot out of this book, and I would highly recommend it, except for the fact that it came out in 2002 and only covers 10.1 (with an appendix entry discussing the new features in the "up-coming 10.2"). Many of the methods documented here have been long since "deprecated."

If you can find this book at a reasonable price, it would pair well with a more current book. I found it contained valuable information not present in some of the more recent books.

If this guy ever releases an updated version of this book, I would buy it in a Nano-second (a little iPod humour there)(Yeah, very little).



Related to Items You've Viewed




*** Product Information and Prices Stored: May 03, 2010 03:58:05


Visit : Best Objective-C Textbooks BUY "Flip Flop Sandals" With Affordable Price NOW! Best Price And Reviews On Pineapple Poster Bed Best Deals, Reviews On Dog Bicycle Trailer Best Price And Reviews On Subwoofer Custom Boxes

Read more

Cocoa Programming Developer's Handbook

Great Price "Cocoa Programming Developer's Handbook" for $20.98 Today



I have a pretty solid background of C on unix and bare-metal embedded systems but I'm very new to Mac OS X; you should take that into account when you read the review.

The book has a distinct feel that it was written with the C programmer in mind. The book tells you all about the Objective-C messaging and objects but it keeps emphasising that Objective-C is not a substitute but an addition to C. If you read the book "Cocoa Programming for Mac OS X" by Aaron Hillegass you can very easily put together simple applications using XCode. However, if you have a deeply entrenched C background, you will feel lost a bit, because you don't know what's going on. Now this book tells you exactly that. It explains all the major Cocoa classes and the messaging but does it in a way that makes sense with a purely C background.

There are a couple of typographic errors in the book that are rather distracting. Code listings are line numbered and the text refers to the line numbers when it explains the workings of the code. The problem is, the numbers do not always match. You may have a listing of lines 1 to 20 and the text pointing out the clever trick used in lines 76 and 80. The code that the text refers to is all there, it's just the line numbers that are wrong. Obviously, when the text was written the author had a longer piece of code and later decided to remove all unimportant lines before the function in question, but forgot to update the references. At a few places the text simply doesn't make sense, apparently the author decided to rephrase a couple of consecutive sentences and haven't finished it. As expected, you have half-finished sentences, not forming a logical chain of thought.

Nevertheless, those problems are not show-stoppers. When you encounter them, you'll need to put some extra effort in deciphering the actual meaning or working out a listing offset. It is a distraction and a quite annoying one, but you can get the information.

Overall, this book will help you to understand the features and inner workings of Objective-C, the organisation of the major Cocoa frameworks and classes. It explains the Cocoa event system in depth and prepares you to feel comfortable with XCode even if you come from a non object oriented, "vi, make and gdb are the best development environment" centric background. After this book you can use the book from Aaron Hillegass and you will actually know what will going to happen in your code if you drag this thingy over there to that thingy in the interface builder, as per Aaron's instructions.

Furthermore, the book explains the differences between Objective-C 1.x and 2.0, the changes to Cocoa over the various OS X versions and shows how to write code that is backward compatible as well as forward compatible, i.e. not dependent on features that Apple might remove in future OS X versions. It also explains the differences between the Apple and GNU versions of Objective-C so that you can write code that is at least partially reusable on the GNU environment.

An important note: This book is not for iPhone development. Where the iPhone and OS X are different, the OS X version is explained but the iPhone is not. In such cases there is always a warning about the difference and usually some advice about achieving the same outcome on the iPhone, but you will need to consult iPhone specific documentation.

The book assumes that you are fluent in C and you have at least a vague idea about what object-oriented design is all about, even if you've never done any OO programming. You do not need to know Objective-C but, again you *do* need to know C to understand the book. Furthermore, having familiarity with event-driven programs, though not a requirement, will help. The book explains how events are delivered, but not the design philosophy behind event driven systems.

The book gives you a historical background regarding to OS X, Objective-C and Cocoa. It describes the (not always rosy) relationships between the Free Software Foundation, NeXT and Apple. It also explains how the GNU and non-GNU tools, old Apple technologies, NEXTSTEP, BSD and the Mach kernel are rolled together to form OS X. The history is written in a very readable style, telling the facts and explaining the business and politics behind the decisions. Nevertheless, this part of the book is very concise, it just "puts you in picture". The rest is highly concentrated information, written in an easy to follow, readable style but without fluff.

In summary, if you want to do OS X Cocoa development and you know your way around in writing software but you don't have an OO background then this is an excellent book, which I recommend to be read before any of the other Cocoa development books.

Cocoa Programming Developer's Handbook Features

  • ISBN13: 9780321639639
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :
Price : $59.99
Offer Price : $20.98



Cocoa Programming Developer's Handbook Overviews

The Cocoa programming environment—Apple’s powerful set of clean, object-oriented APIs—is increasingly becoming the basis of almost all contemporary Mac OS X development. With its long history of constant refinement and improvement, Cocoa has matured into a sophisticated programming environment that can make Mac OS X application development quick, efficient, and even fun.

 

Yet for all its refined elegance and ease of use, the staggering size of the Cocoa family of APIs and the vast magnitude of the official documentation can be intimidating to even seasoned programmers.

 

To help Mac OS X developers sort through and begin to put to practical use Cocoa’s vast array of tools and technologies, Cocoa Programming Developer’s Handbook provides a guided tour of the Cocoa APIs found on Mac OS X, thoroughly discussing—and showing in action—Cocoa’s core frameworks and other vital components, as well as calling attention to some of the more interesting but often overlooked parts of the APIs and tools. 

 

This book provides expert insight into a wide range of key topics, from user interface design to network programming and performance tuning.

Affordable Price at Store Check Price Now!



Customer Review


Still learning - M - CA, USA
I'm still working my way through this book. It's very thick, but so far, I've gained a solid base of knowledge on what Objective-C can do. The example code is excellent and not full of errors like some programming book's code I've bought. My only concern is that I've skipped ahead and the base is all you get really. It's up to you to fill in the blanks, and decide what to get next to learn more about Mac|iPhone programming. I'd recommend a good Cocoa book to go with this.




Related to Items You've Viewed




*** Product Information and Prices Stored: May 02, 2010 03:49:04


Friends Link : Best Objective-C Programming Textbooks Best Price And Reviews On Eureka Bagless Vacuum Best Deals & Reviews On Ray Ban Polarized Sunglasses

Read more

Cocoa(R) Programming for Mac(R) OS X (3rd Edition)

Great Price "Cocoa(R) Programming for Mac(R) OS X (3rd Edition)" for $27.46 Today



I used to do some programming about 10 yrs ago in C++ and I thought that I was fairly good at it. Well, here I am, now 10 yrs later, and I've forgot a lot of concepts and ideas with C++ especially pointers. Anyways, now I'm on a Mac and thought it would be awesome if I could learn to write applications since I have a growing list of things I'd like to make.

Well, I picked up this book last year and started going through it... unfortunately, my past experience didn't "come back to me" and I was lost very early on in the book. So I ended up purchasing "Programming in Objective-C 2.0" by Stephen G. Kochan because they take you from not knowing anything, to general Objective-C programming (not necessarily Cocoa). But it fulfilled my need, which was to learn Objective-C and brush up on my programming skills in general.

Anyways, now that I've gone through most of that book, I felt that it was time to pick this book back up again. It's going good so far, yes, some things are still a little foreign to me, but it helps to read it more than once and think about what Aaron is saying.

One area that I think this book lacks is in support. The website does a decent job of listing errata and Aaron does point out a couple differences between XCode 3 (when the book was written) to XCode 3.2.1 (which is the current version).

However, on his website, he has "interactive forums" which is not at all a typical forum that one would expect. It's a long list of comments that people can leave back and forth. When it comes to looking for help on a specific topic, you have to search through all the comments -- it's a huge mess.

What I have done as a response to this, is that I have set up my own forums online if anyone else wants to go through this book with me. I know I'm not too experienced with Cocoa, but I'm willing to help anyone as much as I can. The author himself is even invited to come and join if he likes.

The forums are at cocoacommunity{dot}com

Well, it seems that they've updated their forums due to me setting up mine. =(

Cocoa(R) Programming for Mac(R) OS X (3rd Edition) Features

  • ISBN13: 9780321503619
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :
Price : $49.99
Offer Price : $27.46



Cocoa(R) Programming for Mac(R) OS X (3rd Edition) Overviews

The best-selling introduction to Cocoa, once again updated to cover the latest Mac programming technologies, and still enthusiastically recommended by experienced Mac OS X developers.

 

“Aaron’s book is the gold standard for Mac OS X programming books—beautifully written, and thoughtfully sculpted. The best book on Leopard development.”

—Scott Stevenson, www.theocacao.com

 

“This is the first book I’d recommend for anyone wanting to learn Cocoa from scratch. Aaron’s one of the few (perhaps only) full-time professional Cocoa instructors, and his teaching experience shows in the book.”

—Tim Burks, software developer and creator of the Nu programming language, www.programming.nu

 

“If you’re a UNIX or Windows developer who picked up a Mac OS X machine recently in hopes of developing new apps or porting your apps to Mac users, this book should be strongly considered as one of your essential reference and training tomes.”

—Kevin H. Spencer, Apple Certified Technical Coordinator

 

If you’re developing applications for Mac OS X, Cocoa® Programming for Mac® OS X, Third Edition, is the book you’ve been waiting to get your hands on. If you’re new to the Mac environment, it’s probably the book you’ve been told to read first. Covering the bulk of what you need to know to develop full-featured applications for OS X, written in an engaging tutorial style, and thoroughly class-tested to assure clarity and accuracy, it is an invaluable resource for any Mac programmer.

 

Specifically, Aaron Hillegass introduces the three most commonly used Mac developer tools: Xcode, Interface Builder, and Instruments. He also covers the Objective-C language and the major design patterns of Cocoa. Aaron illustrates his explanations with exemplary code, written in the idioms of the Cocoa community, to show you how Mac programs should be written. After reading this book, you will know enough to understand and utilize Apple’s online documentation for your own unique needs. And you will know enough to write your own stylish code.

 

Updated for Mac OS X 10.4 and 10.5, this revised edition includes coverage of Xcode 3, Objective-C 2, Core Data, the garbage collector, and CoreAnimation.

Affordable Price at Store Check Price Now!


Cocoa(R) Programming for Mac(R) OS X (3rd Edition) Specifications

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).


Customer Review



waste of money and time - Lorelei - USA
I regret having purchased this book. It was a waste of money. I previously purchased Programming in Objective-C 2.0 (2nd Edition) by Stephen G. Kochan, which while not perfect is an excellent book to get one started learning Objective C programming. I thought this Cocoa book would be the next step, but it is horrible. The author starts out telling you to do a bunch of steps to write a program and does not explain why you are doing them, but even worse HE LEAVES STEPS OUT so that you then have to try to figure out what steps he failed to mention. I tried to fill in the blanks myself but still could not get his program to run, making the time I spent on the first three chapters a total waste. I really gave it a shot but have decided that this book is not worth continuing with, and it was therefore a waste of my money. I'll be purchasing different books on Cocoa.



Related to Items You've Viewed




*** Product Information and Prices Stored: May 01, 2010 03:30:23


Friends Link : All About Flip Flop Sandals Best Deals, Reviews On Master Cycle Bicycle Trailer Best Price And Reviews On Hoover Bagless Vacuum Cleaners

Read more

Beginning Mac OS X Snow Leopard Programming

Great Price Beginning Mac OS X Snow Leopard Programming for $21.93 Today




If you are an experienced programmer desiring to master developing software on Mac OS X, then this book is the one to start with. The book is particularly well written and covers all the basics of both Mac OS X application and script programming. I can't think of a better way to get starting with Mac OS X than this book for a broad understanding of programming on the Mac.

The book is particularly well written and very easy to follow (that is if you are an experienced programmer). Better "how to" dev writing than I have see in a long time. Michael and Drew are to be commended. And I am very picky about technical book readability.

These guys make the quirky Objective-C easy to understand and master.

There are more in-depth Mac OS X dev books, but, by all means, start here first.



Beginning Mac OS X Snow Leopard Programming Features

  • ISBN13: 9780470577523
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.


Rating :
Price : $39.99
Offer Price : $21.93


Beginning Mac OS X Snow Leopard Programming Overviews

A solid introduction to programming on the Mac OS X Snow Leopard platform

The Mac OS X Snow Leopard system comes with everything you need in its complete set of development tools and resources. However, finding where to begin can be challenging. This book serves as an ideal starting point for programming on the Mac OS X Snow Leopard platform. Step-by-step instructions walk you through the details of each featured example so that you can type them out, run them, and even figure out how to debug them when they don't work right. Taking into account that there is usually more than one way to do something when programming, the authors encourage you to experiment with a variety of solutions. This approach enables you to efficiently start writing programs in Mac OS X Snow Leopard using myriad languages and put those languages together in order to create seamless applications.

Coverage Includes:

· The Mac OS X Environment

· Developer Tools

· Xcode

· Interface Builder

· The C Language

· The Objective-C Language

· An Introduction to Cocoa

· Document-Based Cocoa Applications

· Core Data–Based Cocoa Applications

· AnOverview of Scripting Languages

· The Bash Shell

· AppleScript and AppleScriptObjC

· Javascript, Dashboard, and Dashcode

Affordable Price at Store Check Price Now!



Customer Review


Useful Book But Too Much Fluff at the Start - Maros -
All in all, this is a OK book for a beginner. The (major) problem is this is one of those books that throws the theory of the OS, frameworks, components, etc at the beginning.

This takes up a good amount of pages without letting the user get their hands dirty. Not only that, more fluff is taken up with images of how to work Xcode, Interface Builder, and other tools. Still, without the user really getting their hands dirty.

In the end, You'll be trudging through a total of just over 144 pages before you get to Chapter 6: C Programming. Now to be fair, once you get there the book starts to shine. After a quick delve into 'C', Chapter 7: Objective C begins on page 229. Then Cocoa & Doc-Based & Core-Data (pg 291).

A (short) Overview of Scripting Languages begins on page 389, which leads into BASH (pg 425). Lastly, AppleScript (pg 487) & (Dashboard) JavaScript are Discussed (pg 553). The Appendix (etc) begins on pg 591.

I think the best audience for this book are the ones with some programming experience who won't freak out over a different GUI API/OS. (Like myself.) These are the people that will immediately go to the sections they need and make the most of it. (And then read the fluff if desired.) Because it's divided into multiple programming languages the handling is somewhat (understandably, IMO) cursory, but fairly passable.

It's more at a 3.5 rating if taken in this context. However, dropped to flat 3 because of the overload of fluff at the beginning.






Related to Items You've Viewed




*** Product Information and Prices Stored: Apr 30, 2010 03:21:37


Tags : BUY "Bicycle Trailers" With Affordable Price NOW!! Best Deals And Reviews On Best Cheese Grater

Read more

Cocoa(R) Programming for Mac(R) OS X (2nd Edition)

Great Price Cocoa(R) Programming for Mac(R) OS X (2nd Edition) for $24.94 Today




I'm new to Cocoa/Objective-C but have a fairly extensive background in software development in a variety of different languages. What I needed to get me started was something that gave a broad overview of the Cocoa Framework and some simple examples of how the Interface Builder and code fit together. This book did a great job of doing this. Unlike "Learning Cocoa with Objective-C" (a book I really struggled with) this book isn't really tutorial based and doesn't try and take you through how to build some big whiz-bang application. It's the sort of book that helps get you started developing your own application and whenever you have a question like "I wonder how to setup a NSTableView delegate" there's a very good chance that there'll be an example of doing just that in the book. After a few days with this book I was confident enough to start my own development, and haven't looked back since.



Rating :

Price : $49.99

Offer Price : $24.94




Overviews

According to Apple, "The Cocoa application environment is designed specifically for Mac OS X-only native applications. It is comprised of a set of object-oriented frameworks that support rapid development and high productivity. The Cocoa frameworks include a full-featured set of classes designed to create robust and powerful Mac OS X applications. The object-oriented design simplifies application development and debugging." Cocoa Programming for Mac OS X, 2/e teaches programmers and developers all the tools for Cocoa development. This book has a strong tutorial format and is completely updated for Mac OS X 10.2. The reader is guided through writing five applications and an InterfaceBuilder palette. Each project teaches several new ideas. As a new concept or technique is introduced, the text describes it in detail. This book will cover in depth the following topics: Cocoa: What is it?Where did it come from; ProjectBuilder, Objective-C, Controls, Archiving, Helper Objects, Multiple nibs, Getting and Setting User Defaults, Using Notifications, Custom Views, Responders and Keyboard events, Creating InterfaceBuilder Palettes, NSTimer, Updating Menus, Working with NSTextView and Using Java with Cocoa.

Affordable Price at Store Check Price Now!


Specifications

There's a reason that a large slice of the open-source movement has defected from running Linux on its laptops to running Mac OS X. The reason is the Unix core that underlies Mac OS X, and the development tools that run on that core. Cocoa makes it easy to create very slick Mac OS X interfaces for software (as well as to create applications in a hurry), and this new edition of Cocoa Programming for Mac OS X does an excellent job of teaching its readers how to put a Cocoa face on top of code (Objective-C code almost exclusively). If you know something about C and/or C++ programming and want to apply your skills to the Mac, this is precisely the book you want.

Author Aaron Hillegass teaches a Cocoa class, and his book reads like a demonstration-driven lecture in a computer lab. That is, the book takes a heavily example-centric approach to its subject, beginning with simple announcement windows and proceeding to cover the more advanced controls and object-oriented features of Cocoa and Objective-C. Throughout, he hops back and forth between descriptions of the goal to be accomplished, listings of the code that does the job, and instructions on how to use the Mac OS X development tools to speed the development process. --David Wall

Topics covered: How to write software for Mac OS X in Objective-C and, especially, with Cocoa. The new edition shows how to use NSUndoManager, add AppleScript capability to an application, do graphics work with OpenGL, and use Cocoa under Linux using GNUstep. As well, all the basic controls and design patterns are covered.


Customer Review


Not too helpful - Yevgen Ostroukhov - Kyiv, Ukraine
This book is too high-level and not descriptive enough. Could be a good intro but doesn't really help to do some real-world tasks.





*** Product Information and Prices Stored: Apr 29, 2010 02:49:47


Related : BUY "Cat And Dog Collars" NOW!! Best Deals And Reviews On Beginning Objective-C Books

Read more

Cocoa Programming for Mac OS X For Dummies

Cocoa Programming for Mac OS X For Dummies Review




Kudos to Erick! This latest edition is a good one, targeted to Xcode 3.1. It's an easy read, as tech books go. I'd give it 4.5 stars if I could, but 5 will do for now. I've tried many of the other Cocoa and Xcode books, and given up on them when the instructions for using the tools' user-interfaces do not behave as described. Changes to Xcode's (originally called Project Builder) and Interface Builder's GUIs, from version to version, may be all for the better but they can play hob with any author's most carefully crafted prose. Moral: if you're new to this, be sure that your hardware and software match what's used in the book.

One editorial glitch, for example, the website for the source-code can be found [...] and searching by ISBN - not the URL repeatedly cited in the book. Other "hiccups" can most often be resolved either by using Apple's own technical documentation (the book leads you to it) or by reading a bit further and more carefully in the book itself.

I've finished chapter 4 (in 2 days) and am keen to continue. I expect to post an update to this review once I get further along in the book.

Cocoa Programming for Mac OS X For Dummies Features

  • ISBN13: 9780470432891
  • Condition: USED - VERY GOOD
  • Notes:



Rating :

Price : $34.99

Offer Price : $13.67




Overviews

Cocoa programming is not only the favored development environment for Mac OS X, it’s also a primary tool for creating iPhone and iPod Touch software. That makes this a great time to learn Cocoa, and Cocoa Programming for Mac OS X For Dummies is the ideal place to start!

This book gives you a solid foundation in Cocoa and the unusual syntax of Objective-C. You’ll learn what’s new in Cocoa frameworks and create an application step by step. For example, you can:

  • See how Xcode underlies your applications as the main component of Apple’s IDE
  • Examine the basics of the Objective-C language, the elements of a Cocoa interface, and object-oriented programming
  • Use Xcode and Interface Builder
  • Spruce up your apps with audio, video, Internet features, stylized text, and more
  • Create applications with the stunning graphics for which Macs are famous
  • See how to build apps with multiple documents and even executables that aren’t traditional Mac apps
  • Use all the exciting new Cocoa features
  • Work with Cocoa numbers, arrays, Booleans, and dates
  • Build document-based applications
  • Simplify with key-value coding

The better you understand Cocoa programming, the better the applications you can create for Mac OS X, iPhone, and iPod Touch. Cocoa Programming for Mac OS X For Dummies makes it easy and fun!

Affordable Price at Store Check Price Now!



Customer Review


Good. But Out of Date - Wait for a New Edition! - Nina P - San Francisco, CA USA
I agree with one of the reviewers who said that the book was 'good' but certain areas needed more explanation.

Unfortunately, worse than that, is that the book is now out of date. Otherwise I would have given it 4 stars instead of the 1 star.

I bought this book when XCode was at version 3.0 but had too many other things to work on. So it sat on my desk for 4 months before I was able to get on to reading it. Unfortunately, since that time, XCode and Interface Builder (the associated application used for designing UI for both Cocoa & iPhone apps) were updated. For the most part, many things are still relevant. But, major differences in how you make connections from UI elements in Interface Builder to your code have changed in version 3.2.1. Not to mention syntactical changes in Cocoa 2.0.

- Readers unfamiliar with Xcode (which I assume this book is aimed at) will be lost when they see pictures and descriptions that refer to panels that no longer exist.

- Workflow will be utterly confusing.

- Current Cocoa 2.0 syntax will be missed.

It's a shame that technical books become out of date so quickly. But I wish publishers and booksellers would do a better job informing people when it's happened.

For information on the changes in xcode, follow these links for release notes:
[...]


Dummies beware, wont be dumb for long! - Simon Reid - Australia
This was a fantastic insight into programming on my Mac! I've been wanting to get a start in the programming scene for a while now and this book has helped me so much. It is a 'dummies' guide as it hasn't taught me everything, but I would strongly suggest this to anyone wishing to start programming on the mac (new programmers). Now something I would like to say to the authors: Why is it so expensive? It is only a couple dollars less than the physical book! It has cost you nothing to ship or reproduce it but still the high price. For the quality of this book, for the amount of pages, for the actual knowledge granted the reader, why not half the price? The lower the price the higher the sales. This is my personal opinion, I am on a campaign to help eBook lovers everywhere, we have a device to read it on, why are we still paying for paper?





*** Product Information and Prices Stored: Apr 22, 2010 05:11:06


Visit : Best iPad Development Textbooks Best Deals And Reviews On Cat Collar Charm Best Deals And Reviews On Blue Flip Flops Best Deals And Reviews On Objective-C Programming Textbooks

Read more

Cocoa Programming for Dummies

Cocoa Programming for Dummies Review




I've been trying to teach myself Cocoa for over a year now. OS X is an absolutely stunning piece of software, and I love the idea that Apple includes in the box a full set of developer tools I can use to create my own little OS X masterpiece.

The problem, however, is the learning curve. For a first-time programmer, Cocoa is one tough nut to crack. There are lots of third-party books out there now. Unfortunately, they are all geared toward experienced programmers. Every book assumes fairly extensive C or OOP programming experience, and none cover basic programming or Objective-C in sufficient detail for the complete programming newbie.

While this book isn't really an exception to the rule, the approach is definitely more newbie-friendly. I purchased the book on a Thursday, and finished it on Sunday evening with a much greater appreciation and understanding of Cocoa technology.

What made the difference? For one, by the time this came out, I already had some exposure to the underlying technologies: I trudged through Apple's Objective-C documentation (hard-going for non-programmers, but after a couple of read-throughs, the material starts to gel). I did the Currency Converter tutorial, which got me familiar with Project Builder and Interface Builder, the two most important tools in Cocoa development. I read various other portions of Apple's on-line documentation, and looked at some tutorials available on the web. As noted, I'd also taken a crack at some of the other books available on the subject, throwing in the towel on all of them before hitting page 100 or so. None of this taught me how to program in Cocoa, but it gave me enough background to tackle this book and understand just about every topic covered.

If, and probably only if, you've at least looked at Cocoa and Objective-C before (or have significant experience in C, Java, Smalltalk, or other OOP), you will be able to not only work through, but understand, the exercises in this book.

And the exercises are very practical and clearly explained. Rather than build a book-length, professional quality application, the author builds small, toy applications to demonstrate Cocoa patterns that you can actually use to build your own software. For example, the chapters on text handing, window management, and file and folder management, are clear and concise, allowing the reader to work through them quickly and without complication. This fast and dirty approach, at least for me, had the added benefit of allowing me to get through the book in less than a week, take a step back, and appreciate how all I learned could be used to start building my own, more complex project.

I'd like to thank Mr. Tejkowsi for being first to market with a Cocoa beginner's book that actually works for beginners. His effort gave me a taste of the power of Cocoa, and the confidence to return to other, more advanced texts that I'd walked away from before. Thanks to him, I'm not ready to give up on Cocoa just yet!

Cocoa Programming for Dummies Features

  • ISBN13: 9780764526138
  • Condition: USED - VERY GOOD
  • Notes:



Rating :

Price : $34.99

Offer Price : $7.94




Overviews

Mac OS X comes with an array of tools that make Macintosh programming easier and more accessible than ever before – and Cocoa is the hottest of these. Object oriented, featuring powerful frameworks and cool visual interface design capabilities, Cocoa provides you with programming skills you only could dream of a few years ago. With it, you can quickly create sophisticated applications for Mac OS X, complete with beautiful Aqua interfaces and advanced functionality. But getting started with Cocoa can be tricky, and you’re going to need all the expert, hands-on advice and guidance you can get. That’s where this book comes in.

Cocoa Programming For Dummies is your complete guide to mastering that powerful Mac development tool. Full of fast and easy projects for designing, developing, and deploying rich new applications with Cocoa, it gets you up and running, in no time, with what you need to:

  • Master the Cocoa API
  • Get the most out of AppKit Framework and Found ation
  • Get a handle on Objective-C programming
  • Use advanced graphics features
  • Program file management features
  • Develop Web-friendly applications
  • Create hot multimedia effects
  • Build a movie player

Cocoa Programming For Dummies lets you explore Cocoa programming by doing it. Each chapter guides you through the process of creating at least one simple application illustrating the features covered in it. Erick Tejkowski walks you through:

  • Six simple steps to creating Cocoa applications
  • Project Builder, Interface Builder, FileMerge, IconComposer, PackageMaker and other utilities
  • Programming in Objective-C
  • Manipulating, editing and saving text, and changing text styles
  • Using graphics, managing files, and printing with Cocoa
  • Interacting with the Web and sending e-mail from a Cocoa application
  • Loading and playing sound files and building an audio player
  • Watching movies with Cocoa
  • Building document-based applications using AppleScript

The easy way to start cooking up hot new Macintosh applications with Cocoa, Cocoa Programming For Dummies puts you in control of all of Mac OS X’s awesome object-oriented programming capabilities.

Affordable Price at BlogBestPrice.com Check Price Now!



Customer Review


Not very good - John Sandercock -
This is not a very good book for learning Objective C and Cocoa. The author programmes in Basic, and it shows. Get the much better introduction called Cocoa Programming for Mac OS X from Aaron Hillegass.


Needs updated and edited - Bruce Carter - South Bend, IN USA
The number of errors in the code and processes in the book make it very frustrating for beginners. I think with a good rewrite and update for Xcode, and more careful editing (some errors were obviously a result of the production process, missing lines of code that were included in the online extras files, missing steps in development instructions, and such) this would be a useful beginner's book.





*** Product Information and Prices Stored: Apr 20, 2010 04:23:16


Recommend : Best iPad Programming Textbooks Best Deals And Reviews On Antique Opal Ring Best Deals And Reviews On Mens Kangol Hats

Read more

Beginning Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers)

Beginning Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers) Review






Beginning Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers) Features

  • ISBN13: 9781934356517
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.





Price : $34.95

Offer Price : $19.50

Availability : Usually ships in 1-2 business days




Overviews

Beginning Mac Programming takes you through concrete, working examples, giving you the core concepts and principles of development in context so you will be ready to build the applications you've been imagining. It introduces you to Objective-C and the Cocoa framework in clear, easy-to-understand lessons, and demonstrates how you can use them together to write for the Mac, as well as the iPhone and iPod.

You'll explore crucial developer tools like Xcode and Interface Builder, and learn the principles of object-oriented programming, and how memory, data, and storage work to help you build your software.

If you've ever wanted to develop software for the Mac, this book is for you.

Affordable Price at BlogBestPrice.com Check Price Now!




*** Product Information and Prices Stored: Apr 19, 2010 04:01:08


Visit : Buy "iPad, iPhone and iPod Touch Programming" Book Best Deals And Reviews On Cute Baby Shoes Best Deals And Reviews On Best Way to Learn Objective-C Books

Read more

Programming Cocoa with Ruby: Create Compelling Mac Apps Using RubyCocoa (The Facets of Ruby Series)

Programming Cocoa with Ruby: Create Compelling Mac Apps Using RubyCocoa (The Facets of Ruby Series) Review




This is exactly the kind of thoughtful, useful technical writing I have come to expect from the "pragmatic bookshelf" series. Brian Marick's conversational writing style makes the subject immediately approachable: In just a few pages the first ruby/cocoa application is up and running, providing the reader a great incentive to dig deeper.

And deeper the book digs. I was expecting a good amount of Ruby and perhaps just enough Cocoa to be dangerous, however, the depth of Cocoa coverage this book provides is staggering for its size. I daresay that for the average programmer, this book could replace a lot of the unfriendly Cocoa documentation available from Apple. The author has clearly gone to great pains to research this subject and the reader benefits from that leg work, with many of the pitfalls and gotchas of Cocoa revealed before they become problematic.

The pace of the book is brisk, but I found it about right for the subject. As with all of the pragmatic books, the reader is spared from lengthy diatribes on language history, irrelevant trivia and interminable minutiae associated with some software books. I did not feel short-changed for length either; the book weighs in at ~370 pages plus an extremely useful glossary, which serves as a very handy desk quick-reference.

Unfortunately, RubyCocoa is already fast becoming a slightly obsolete technology, as the author acknowledges in the introduction. MacRuby will be upon us soon. However, given the depth of Cocoa information in this book I would still encourage any Ruby developer who intends to work seriously on desktop applications in RubyCocoa to absorb the basics from this book before hiding behind the MacRuby facade.

Programming Cocoa with Ruby: Create Compelling Mac Apps Using RubyCocoa (The Facets of Ruby Series) Features

  • ISBN13: 9781934356197
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :

Price : $34.95

Offer Price : $6.00

Availability : Usually ships in 1-2 business days




Overviews

This is a book for the Ruby programmer who's never written a Mac app before. Through this hands-on tutorial, you'll learn all about the Cocoa framework for programming on Mac OS X. Join the author's journey as this experienced Ruby programmer delves into the Cocoa framework right from the beginning, answering the same questions and solving the same problems that you'll face.

Together you'll build a single application that threads throughout the book, and it's not a toy. You'll cover topics that may not be the flashiest parts of Cocoa, but they're ones you'll need to know to create robust, feature-rich applications for yourself. And you'll learn more than just Cocoa and RubyCocoa, you'll get first-hand effective agile development practices. You'll see test-first development of user-interface code, little domain-specific languages that take advantage of Ruby features, and other Rubyish tricks.

At the end of the book, you'll be ready to write a real Mac OS X application that can be distributed to real users.

Affordable Price at BlogBestPrice.com Check Price Now!



Customer Review


Simply outstanding - Midwest Book Review - Oregon, WI USA
Programming Cocoa with Ruby is a top pick for any advanced programming library specializing in Ruby, blending Cocoa developers and Ruby programmers' concerns under one cover. Any Ruby programmer who has never written a Mac app will appreciate the hands-on, example-filled tutorial of Programming Cocoa with Ruby, offering opportunities to build real-world Cocoa applications using agile development techniques. Simply outstanding.


Reads like my pair... - M. Sutton - UK
I am just learning Ruby and I use a Mac - it just made sense that I should combine both things.

Also, I'm quite skeptical of learning from a book - I prefer learning with a person as a pair.

I loved Brian's style - it is written (or I read it) as though he was sitting across from me (or beside me!) as my programming pair, he explained WHY he did stuff the way he did and it all made sense. It is not technically loaded, but a friendly and jovial style (which really works for me).

It really is a great step-by-step manual to creating good apps on the Mac - I can see that it works at many levels (beginners - like me, would love it because it explains each line of relevant code, intermediate folk will like it because it gets a little deeper into some things)

And the best thing about this...it gets you into the habit of writing software in a highly effective way, with tests and harnesses and all the great stuff that good craftsmanship is all about.

Do I recommend this - you damn right I do!




*** Product Information and Prices Stored: Apr 18, 2010 04:00:17


Tags : Best iPhone Programming Textbooks Best Deals And Reviews On Mens Kangol Hats Best Deals And Reviews On Cocoa Programing Books Best Deals, Reviews On Bicycle Trailer Review

Read more

Labels