Search

Pro Objective-C for Mac and iPhone

Great Price "Pro Objective-C for Mac and iPhone" for $31.49 Today







Price : $49.99
Offer Price : $31.49



Pro Objective-C for Mac and iPhone Overviews

Pro Objective-C for Mac and iPhone is the first Objective-C book ever written that takes Mac developers, with some level of previous experience, beyond the basics. Authors Jim Dovey and Michael Ash explain complex, often mysterious techniques and illuminate difficult concepts with real-world examples, so you can create the most advanced applications using Objective-C.

In this title, the more advanced and up-to-date continuation of Apress’s best-selling Learn Objective-C for Mac book, the authors include practical coverage of advanced Objective-C topics that are merely touched on in other books; you’ll find thorough treatments of all the advanced concepts and invaluable advice in Pro Objective-C for Mac and iPhone.

  • The only beyond-the-basics book on Objective-C
  • Concentrates on best-practices, like techniques for building modular code
  • Teaches you to leverage the full dynamism of Objective-C
  • Shows you how to take your code beyond stand-alone Mac apps to include applications that communicate across diverse networks and an array of different platforms

What you’ll learn

  • Master loosely coupled code and code blocks.
  • Understand introspection and know when to use subclassing and bridging.
  • Use advanced string parsing and text handling.
  • Execute subprocesses with Shell tools.
  • Explore more advanced topics like garbage collection, weak pointers, and building multithreaded code.
  • Discover everything you need to know to build large enterprise-class applications and integrate them into existing systems and processes.

Who is this book for?

For anyone with a basic knowledge of Objective-C who wants to program more complex, larger, and downright advanced applications for Mac OS X and the iPhone platform.

About the Apress Pro Series

The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder.

You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career.

Affordable Price at Store Check Price Now!




Related to Items You've Viewed




*** Product Information and Prices Stored: May 11, 2010 15:20:13


My Links : BUY "Opal Rings and Earrings" Affordable Price All About Bicycle Trailers - Best Deals, Discounts Best iPhone Programming Textbooks Best Price And Reviews On 6 Fiberglass Ladder Best Deals, Reviews On Bicycle Bike Trailer Best Price And Reviews On Poster Bed with Canopy

Read more

Head First iPhone Development: A Learner's Guide to Creating Objective-C Applications for the iPhone

Great Price "Head First iPhone Development: A Learner's Guide to Creating Objective-C Applications for the iPhone" for $27.99 Today



Bought a few iPhone dev books but being a fan of HeadFirst Design Patterns I decided to give their iPhone book a try - glad I did!
You have to really sit down with Xcode/InterfaceBuilder and go thru the well-thought out examples. When you do, magic happens as page after page gives you the feeling of having an in-house teacher expecting the questions you are going to ask, along with follow-up questions to each of the answered provided.

One criticism I have is it would have good to have a chapter explaining Cocoa and Interface Builder internals; the info is there but scattered all over as the author does prefer waiting to apply theoretical concepts to specific examples. As an example, archiving NIB files and why subclassing a ViewController to reuse a View work the way it does is explained half way thru the book or what a ViewController is exactly and how it handles a View is a critical MVC concept prominent throughout Cocoa programming. A more thorough brain dump on Objective-C would be good instead of letting the reader find out that default class member access level is protected (the chapter does cover ref counting, so why not a more basic OOD concept?)

I really enjoy going thru that book and it definitely is more pragmatic and more hands-on than the other books from APress.
- Highly recommended!

Head First iPhone Development: A Learner's Guide to Creating Objective-C Applications for the iPhone Features

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



Rating :
Price : $44.99
Offer Price : $27.99



Head First iPhone Development: A Learner's Guide to Creating Objective-C Applications for the iPhone Overviews

Let's say you have an idea for a killer iPhone app. Where do you begin? Head First iPhone Development will help you get your first application up and running in no time. You'll quickly learn to use iPhone SDK tools, including Interface Builder and Xcode, and master Objective-C programming principles that will make your app stand out. It's a complete learning experience for creating eye-catching, top-selling iPhone applications.

  • Put Objective-C core concepts to work, including message passing, protocols, properties, and memory management
  • Take advantage of iPhone patterns such as datasources and delegates
  • Preview your applications in the iPhone Simulator
  • Build complicated interactions that utilize multiple views, data entry/editing, and iPhone rotation
  • Work with iPhone's camera, GPS, and accelerometer
  • Create interactive, entertaining games
  • Optimize, test, and distribute your application

We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First iPhone Development provides a visually-rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

Affordable Price at Store Check Price Now!



Customer Review


Substantially better than Apress' "Exploring the iPhone SDK" - J. Milam -
For a while now I've been working on getting into developing iPhone applications. I first started with the Apress iPhone "Beginning iPhone 3 Development" and although at the time I felt I had a pretty good understanding of OOP and C programming. However going into the second chapter the book was way over my head. Naturally I stepped back to the Apress "Learn Objective-C on the Mac". The book was helpful although there was very little interaction. It was the teaching style of This does this, here is some example code to demonstrate it. There was little interaction with the reader, walking you through actually building an application.

I picked up this book, and I can't emphasize how great it is. The book engages the reader, is humorous at times, explains theories and concepts multiple times throughout the book to reinforce certain ideas. To anyone looking at starting out with iPhone development, get this book first. You won't regret it.


Useful for concepts but dont try the examples unless you know what you are doing - Lionel Hanners -
this book is really fun to read and it helped me learn some concepts that i was having trouble understanding, however there are so many errors in the code you are supposed to be learning from that the exercises are incomplete-able unless you already know quite a bit about what you are doing. this book has given me the worst headache from trying to figure out where they made a typo.

do not get this book unless you already know the objective syntax like a pro



Related to Items You've Viewed




*** Product Information and Prices Stored: May 07, 2010 21:17:07


Tags : Buy "iPad, iPhone and iPod Touch Programming" Book Wordpress : Calculus Early Transcendentals Textbooks

Read more

Objective-C Pocket Reference

Great Price "Objective-C Pocket Reference" for $5.15 Today



As an advanced C++ programmer trying to pick up Objective-C (a weird freakin' language if you ask me), I found this little Pocket Reference to be invaluable. For one thing, its really small which I like -- who needs another tome to litter the bookshelves? I find that it is well written, I actually just started reading it from the beginning and found it to be pretty easy to follow. Finally I = [[NSString alloc] initWithString:@"Understand"]; the crazy formatting for Objective-C methods which just looked like jibberish to me at first. Believe me, after 20 years of programming I can usually understand languages that I've never touched before -- I really needed this book to help me get a handle on Objective-C and it did a commendable job.

Negatives: of course, this is not exactly comprehensive. Since I am also learning Cocoa, I would have liked a little more Cocoa material mixed in. I did find that the writing was at times a bit confusing when discusssing some of the more abstruse concepts of Objective-C. And, always, I like lots of real code examples -- perhaps that just isn't feasible in a book this compact.

Overall, this is a very good book for a newcomer to Objective-C. With this in one hand and Google in the other I can get by quite nicely as I write my iPhone Apps.

Objective-C Pocket Reference Features



Rating :
Price : $9.95
Offer Price : $5.15



Objective-C Pocket Reference Overviews

Objective-C is an exciting and dynamic approach to C-based object-oriented programming; it's the approach adopted by Apple as the foundation for programming under Mac OS X, a Unix-based operating system gaining wide acceptance among programmers and other technologists. Objective-C is easy to learn and has a simple elegance that is a welcome breath of fresh air after the abstruse and confusing C++. To help you master the fundamentals of this language, you'll want to keep the Objective-C Pocket Reference close at hand. This small book contains a wealth of valuable information to speed you over the learning curve. In this pocket reference, author Andrew Duncan provides a quick and concise introduction to Objective-C for the experienced programmer. In addition to covering the essentials of Objective-C syntax, Andrew also covers important faces of the language such as memory management, the Objective-C runtime, dynamic loading, distributed objects, and exception handling.

Affordable Price at Store Check Price Now!



Customer Review



Convenience Pocket Reference - Barry Fung -
It is very good & convenience pocket reference book for Objective-C programming particular for new Objective-C programmer.



Related to Items You've Viewed




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


Related : Best iPhone Programming Textbooks BUY "Flip Flop Sandals" With Affordable Price NOW! BUY "Kangol Hats" With Affordable Price NOW!! Best Deals And Reviews On Electric Pool Covers Best Price And Reviews On High Heel Shoe Stretcher Best Price And Reviews On Cat Throws

Read more

Objective-C For Dummies

Great Price "Objective-C For Dummies" for $16.82 Today



Okay, I want to state that I'm a newbie at programming. I've tried a few other books on Objective-C, but I`ve never gotten past the first few chapters. So with this review, I plan to do a couple of updates as I work through the book. The reason I chose this one is because it stood out in one simple area. The author had sense enough to type the code samples in the book in monospaced font with a light gray background. That way, as you read through the book, you can visually see when he's instructing you to add code to a project.

I've started working through similar books that had lots of background content with the code and instructions not well highlighted. Now this may not be a big deal to those with coding experience, but when you're brand new to a language, these little conventions really help.

Goldstein also does a good introducing an analogy for how Objective-C works in a computer. He avoids lots confusing lingo and knows how to illustrate what he's describing.

For others who are newbies like myself, I suggest first making sure that you have the latest version of Objective-C 3.2.1. If you installed X-Code from your Snow Leopard disk, you will need to update or replace it from the Apple's Developer Site with 3.2.1.

Secondly, I would get a book stand so that you can easily follow along with the author as you work through the book. I'll try to throw up a picture of my set up. Also, if you can, get a second monitor for your computer. It's really great have a second monitor when you're working in projects like this one. You put instructions or code examples on one monitor and your current project on the other. It's great also for say watching an instructional video on one monitor and following along on the other.

Finally (for now anyway) this book does provide the code examples on CD if you need them, and you probably will. No matter how carefully you follow along with the instructions, you're not always going get things right. The code examples can save you some time and frustration.

I'll be updating this book review as work through it.

Objective-C For Dummies Features

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



Rating :
Price : $29.99
Offer Price : $16.82



Objective-C For Dummies Overviews

Learn the primary programming language for creating iPhone and Mac apps

The only thing hotter than the iPhone right now is new apps for the iPhone. Objective-C is the primary language for programming iPhone and Mac OS X applications, and this book makes it easy to learn Objective-C.

Even if you have no programming experience, Objective-C For Dummies will teach you what you need to know to start creating iPhone apps. It provides an understanding of object-oriented programming in an entertaining way that helps you learn.

  • iPhone and Mac apps are hot, and most are created with Objective-C
  • Covers Xcode 3.2, which is included in Mac OS X Snow Leopard
  • Explains object-oriented programming concepts in a straightforward but fun style that makes learning easy
  • Ideal for those with no programming experience as well as those who may know other languages but are new to Objective-C
  • Prepares you to start creating iPhone and Mac OS X apps
  • Understand Mac programming concepts and patterns, and why to use them
  • Bonus CD includes all code samples used in the book

Objective-C For Dummies gives you the tools to turn your idea for an iPhone app into reality.

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Affordable Price at Store Check Price Now!



Customer Review



The driest of dry programming books - D. R. Smith - Brooklyn, NY
I have some programming experience (as well as engineering and finance degrees) so I am used to reading dry material, but this book is very hard to get through. There are many authors that do a great job of explaining programming in an easily understood, clear and non-condescending way. Unfortunately this is not one of those books. (Sorry Mr. Goldstein, next time get a better editor.)

I wish I could return this book, but I marked up the first couple of chapters. Now it is a paper weight.



Related to Items You've Viewed




*** Product Information and Prices Stored: May 05, 2010 04:40:13


Friends Link : BUY "Flip Flop Sandals" With Affordable Price NOW! Best Price And Reviews On Cat Throws

Read more

Objective-C (Developer Reference)

Great Price "Objective-C (Developer Reference)" for $26.39 Today







Price : $39.99
Offer Price : $26.39



Objective-C (Developer Reference) Overviews

A soup-to-nuts guide on the Objective-C programming language

Objective-C is the language behind Cocoa and Cocoa Touch, which is the Framework of applications written for the Macintosh, iPod touch, iPhone, and iPad platforms. Part of the Developer Reference series covering the hottest Apple topics, this book covers everything from the basics of the C language to advanced aspects of Apple development. You’ll examine Objective-C and high-level subjects of frameworks, threading, networking, and much more.

  • Covers the basics of the C language and then quickly moves onto Objective-C and more advanced topics
  • Draws from the author’s first-hand experience garnered while developing applications for the Mac and iPhone OS platforms
  • Discusses high-level subjects, including Objective-C’s bridges to other languages (C++, Ruby, and more), version control, test-driven development, and user interface design

Featuring real-life examples drawn from the author's experience, Objective-C offers an insider look at this amazing programming language.

Affordable Price at Store Check Price Now!




Related to Items You've Viewed




*** Product Information and Prices Stored: May 04, 2010 04:21:31


My Links : BUY "Flip Flop Sandals" With Affordable Price NOW! BUY "Kangol Hats" With Affordable Price NOW!! Best Deals And Reviews On Aerosoles Discount

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 03, 2010 03:38:11


My Links : All About Bicycle Trailers - Best Deals, Discounts Best Deals And Reviews On Cheese Graters Electric Best Price And Reviews On Kids Throws Best Price And Reviews On Wood Television Stand

Read more

Programming in Objective-C

Great Price "Programming in Objective-C" for $8.82 Today



This is an excellent introductory book on Objective C programming language as used for the Apple Macintosh and Apple iPhone. It is very clearly written, with good examples, and good exercises that help reinforce the concepts that need to be learned. I used this book to become proficient in Objective C in less than 3 weeks.(Note I have previous experience with C language and the Macintosh programming language so your learning rate may vary) I highly recommend this to those seeking to learn or review Objective C.


Rating :
Price : $39.99
Offer Price : $8.82



Programming in Objective-C Overviews

Objective-C has become the standard programming language for application development under Mac OS X. It is a powerful yet simple object-oriented programming language that is based on the C programming language. Objective -C is widely available across many operating systems that support the gcc compiler, including Linux, Unix, and Windows systems.

Programming in Objective-C provides the beginner programmer with a complete introduction to the Objective-C language. Unlike other books on Objective-C, it does not assume previous experience with either C or object-oriented programming languages. By using many complete examples and taking a step-by-step approach, the book teaches the reader how to write Objective-C programs on any system that supports the Objective-C language, as well as how to use the Foundation framework to develop portable programs that will run on any system supporting Objective-C.

Affordable Price at Store Check Price Now!



Customer Review


Beautifully written. Great for starting iPhone Development too!!! - zacware - New Jersey
This book is excellent. If you are new to Apple's development tools, and interested in learning iPhone programming, even if you don't have any previous programming experience. This is a great book to start with. I had my 12 year old read the first 100 pages of this book for a basic programming primer in Objective C and then switch over to reading Dave Mark's equally excellent Beginning iPhone Development - Exploring the iPhone SDK, and by the end of the weekend he had written his first basic iPhone app.


Good introduction to Objective C - ipo -
Overall this is a good introduction to Objective-C. Programmers proficient in C will find some sections rather basic but the authors do say in the preface that no programming experience is assumed. The text is also a good book to read before reading Apple's text.



Related to Items You've Viewed




*** Product Information and Prices Stored: May 02, 2010 03:31:06


Thanks To : Best Objective-C Programming Textbooks BUY "Opal Rings and Earrings" Affordable Price Best iPad Programming Textbooks Best Price And Reviews On Cedar Shoe Stretcher Best Deals & Reviews On 4 Person Picnic Backpack

Read more