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

Programming in Objective-C 2.0 LiveLessons Bundle

Great Price "Programming in Objective-C 2.0 LiveLessons Bundle" for $44.08 Today



I really like this book as an introduction into the Objective C language and quite frankly into the world of programming in general. The examples in the book are lucid which to me is the most critical part of any computer science book. The examples are also extended throughout the book which is nice because you have the ability to reuse the programs you create to further expand your understanding of the concepts. The book also does a good job explaining general object-oriented principles such as information hiding, polymorphism, dynamic binding, inheritance, dynamic typing etc. I would definitely recommend this book to either anyone interested in learning Objective-C from the ground floor or anyone looking to get a ground floor look at Object Oriented programming through a specific language. The book is more catered to the former than the later but if you are looking for both than this is certainly the book for you.

I am a graduate student in software engineering so I have come accross a lot of books on various subjects and this is certainly one worth buying.


Rating :
Price : $69.99
Offer Price : $44.08



Programming in Objective-C 2.0 LiveLessons Bundle Overviews

This value-priced bundle contains both the bestselling book Mac/iPhone development book, Programming in Objective-C 2.0, and a complete video training course on the fundamentals of Objective-C, Programming in Objective-C 2.0 Live Lessons, Part I, with more than 8 hours of video training on DVD from author and trainer Stephen Kochan.

For the thousands of developers who want to develop applications for the Mac OS X and iPhone platforms but need an introduction to the programming language for those platforms, this bundle is the ultimate solution — the equivalent, in one package, of training classes costing hundreds of dollars.

Programming in Objective-C 2.0 LiveLessons
covers the essentials of both Objective-C and object-oriented programming, making it ideal for beginners and experienced programmers alike. Expert teacher and trainer Stephen Kochan assumes no previous experience with Objective-C or C and uses a wealth of detailed examples to explain language features such as classes, objects, methods, data types, expressions, inheritance, polymorphism, exception handling, notifications, and preprocessing. 

Affordable Price at Store Check Price Now!



Customer Review


Some times a video is better - Barry Johnson - Sunnyvale, Ca USA
I was hoping this DVD would be available alone since I had already bought the book.
But I let someone else have the copy so not a big deal.
Video is one way I feel that amplifies my learning process.
I consider both very helpful and do think that some other authors should try this for new material.
I am hoping that volume 2 is just as helpful.
I do recommend this for new users to programming and new to Objective C.


Only one major flaw... - T. Berarducci - Granite Bay, CA
I really like this bundle. Yes, as some reviewers have pointed out there are some parts that seem amateurish. It looks like it was filmed in the author's bedroom. Not much production flash. But who the heck cares? If you want to learn how to program in Objective C 2.0, and that is all you care about, then I suggest you get this bundle.

My only warning is that the video DVD that comes with it is aptly named "PART ONE" because it only covers half of the book. I actually did not have a problem with this because I assumed if I liked the DVD I would be given the opportunity to purchase Part Two. NOPE. There is NO PART TWO. So if you like Part One you are out of luck. You have been warned.



Related to Items You've Viewed




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


Tags : All About GPS Watches Best Price And Reviews On DLP Television Stands Best Deals And Reviews On Best Objective-C Book Cheap Price & Reviews On Calculus James Stewart 5e

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: Apr 30, 2010 03:15:04


Tags : Best iPhone Development Textbooks Best Objective-C Programming Textbooks All About Flip Flop Sandals Best Deals & Reviews On Discount Ray Ban Sunglasses Best Deals And Reviews On Introduction to Objective-C Books

Read more

Learn Objective–C on the Mac (Learn Series)

Great Price Learn Objective–C on the Mac (Learn Series) for $18.00 Today




It does get to the point, but i bought this book because it said for " students entirely new to programming." Well, I was entirely new and so far I'm on chapter 3 and still hasn't define what "if" statement is and what is an integer which we have used so far in almost every single program so far. They mention so far "you should have some experience on C", from there it kind of hit me, I need to learn c or c++ before getting into objective c, therefore i left the book, took a class of c++ and now i think that the book is very clear and very simple to use. My conclusion is that the book is good as long as you have some sort of c++ background. I think mainly they wanted you to buy there previous books, which are unnecessary since the codes change in objective-c and you have to relearn what you know. It would of been a great book if it would of began explaining from the beginning what the codes and statements were without previous c++ knowledge. Oh, and at the end of every program so far, they put // main which is unnecessary for the program to function, that is just a comment. You need only very basic c++ experience to understand the book since they don't go back to basics explaining what some of the concepts are.
Oh, it also says on page 5, "in chapter 2 of Dave Mark;s Learn C on Mac walks you through the steps of acquiring, installing, and creating programs with xcode". Basically they are going back to the idea of you purchasing their previous book! I'll tell you right now, just google "download xcode" and it'll take you to that link. I think they could of skip that last quoted sentence and just tell you the link, right?

Learn Objective–C on the Mac (Learn Series) Features

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



Rating :

Price : $39.99

Offer Price : $18.00




Overviews

Take your coding skills to the next level with this extensive guide to Objective–C, the native programming language for developing sophisticated software applications for Mac OS X. Objective–C is a powerful, object–oriented extension of C, making this book the perfect follow–up to Dave Mark’s best–selling Learn C on the Mac, Mac OS X Edition. Whether you’re an experienced C programmer or you’re coming from a different language such as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you how to harness the powers of Objective–C in your applications!

  • A complete course on the basics of Objective–C using Apple’s free Xcode tools
  • An introduction to object–oriented programming
  • Comprehensive coverage of inheritance, composition, object initialization, categories, protocols, memory management, and organizing source files
  • A brief tour of Cocoa’s Foundation framework and AppKit
  • A helpful “learning curve” guide for non–C developers

What you’ll learn

  • Learn Objective–C programming, the gateway to programming your Mac or iPhone.
  • Write applications for the Mac OS X interface, the cleanest user–interface around.
  • Understand variables and how to design your own data structures.
  • Work with the file system.
  • Connect to data sources and the Internet.

Who is this book for?

For anyone wanting to learn to program native applications in Mac OS X, including developers new to the Mac, developers new to Objective–C, or students entirely new to programming.

Affordable Price at Store Check Price Now!



Customer Review



Great intro to Obj-C 2.0 - K Trimbach - Mid-Atlantic, USA
This book takes an introductory look at objective-C based on the reader already knowing C programming. It does an excellent job of presenting the major features and building on top of what went before. It includes some examples using Cocoa (I can't imagine that you could otherwise). It correctly makes a major point in its treatment of memory management throughout the book and details the difference between retain-release method, memory pool method, and garbage collection (new in ObjC 2.0). It also makes note that iPhone development primarily requires use of the retain-release method.
As C is a minimalist language and Objective-C is a minimal layer on top of C, there is not a huge amount of material to cover (Almost 1/3 of the book covers ObjC 2.0.) This makes the book a quick read, but does not diminish its value. Compared to shorter treatments of Objective-C, this provides a much better explanation.




*** Product Information and Prices Stored: Apr 29, 2010 02:39:24


Related : Best iPad Development Textbooks Best Deals & Discounts And Reviews Online Shopping BUY "Flip Flop Sandals" With Affordable Price NOW! Best Deals And Reviews On Child Crutches

Read more

Objective-C for iPhone Developers, A Beginner's Guide

Objective-C for iPhone Developers, A Beginner's Guide Review










Price : $39.99

Offer Price : $26.39




Overviews

Create your own iPhone OS and Mac OS X applications with ease!

Objective-C for iPhone Developers: A Beginner's Guide shows you how to use the Objective-C programming language and Apple's Foundation Framework so you can write innovative Mac OS software and iPhone applications. The first stop for aspiring iPhone developers, this hands-on guide teaches you, step-by-step, how to create well-organized and focused applications that have a simple and easy user interface.

Objective-C for iPhone Developers: A Beginner's Guide features:

  • An introduction to Objective-C with a focus on developing apps for the iPhone
  • A “from the ground up” approach--no prior experience necessary
  • Hands-on tutorials so you can learn by doing
  • Real-world examples with corresponding downloadable Xcode projects

Essential programming skills made easy, including:
Introduction to Objective-C and Foundation Framework; Setting Up the iPhone SDK; Primitive Data Types and Operators; Control Statements; Classes, Objects, and Messaging; Properties; Memory Management; Inheritance; Protocols and Categories; Polymorphism; Strings, Numbers, and Dates; Collections; Exceptions and Errors; File I/O; Copying and Archiving; Selectors; Notifications; Multithreaded Programming

Affordable Price at BlogBestPrice.com Check Price Now!





*** Product Information and Prices Stored: Apr 20, 2010 04:49:11


Recommend : Best iPhone Programming Textbooks Best Deals And Reviews On Black Opal Ring Best Deals And Reviews On Cocoa Programming Tutorials Books

Read more

iPhone SDK Programming, A Beginner's Guide

iPhone SDK Programming, A Beginner's Guide Review




I would like to say that this book is great. It's definitely a great book for beginners.
The book teaches how to do the basic stuff such as navigation controllers, table views and simple stuff such as buttons, images, view controllers, etc.
However, I noticed this book seemed to be rushed...for example, the author teaches how to make the navigation bar disappear
using the viewWillAppear method but then doesn't tell you how to get it back and where to place code (PAGE 178).
I found out that you must incorporate setNavigatioBarHidden:NO animated:YES to view didLoad method in the second view controller just to get the Navigation Bar back.
It was frustrating to search through the net and then figure it out on your own.

I recommend this book for absolute beginners, who would like to tinker but not for production.
Although the author has written a decent book, I hope that the author realizes that improvements are needed such as:

1) Completing methods when they are introduced.
2) Help the reader understand why they are doing some things introduced.
3) Check the book for logical reasoning in the reader's perspective, such as the aformentioned navigationbar.
4) If a publishing company rushes the author to print an unfinished book, then the author needs to find a new publisher.

iPhone SDK Programming, A Beginner's Guide Features

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



Rating :

Price : $39.99

Offer Price : $19.10

Availability : Usually ships in 1-2 business days




Overviews

Develop your own iPhone applications

Ideal for non-Mac programmers, this introductory guide shows developers how to create applications for the world's most popular smart phone. You will learn how to use�a modified version of�the Mac development environment, the Objective-C programming language, and the Xcode development tools.

Nearly every chapter of iPhone SDK Programming: A Beginner's Guide consists of a self-contained project, with the corresponding Xcode available for download and modification. The book is designed around the concept of accomplishing specific, discrete programming tasks for deployment on the iPhone.

.

Affordable Price at BlogBestPrice.com Check Price Now!



Customer Review


Fun Intro to iPhone Programming. - David House - San Francisco, CA
Easy to understand introduction to iPhone programming. Along with coding, Interface Builder is utilized in the examples and exercises to give the reader a better sense of how it can be used in development. Overall I've learned a lot from this book.


No Easy Access to Table of Contents in Kindle for iPhone Version - Web Phillips -
I am giving the Kindle for iPhone version of this book a low review, because it lacks an easy access to the Table of Contents.

You cannot easily navigate to the Table of Contents of this book using the "Go to" feature in the Kindle for iPhone app, because it states that no Table of Contents is available for this book.

However, a Table of Contents for the Kindle for iPhone version of this book does exist, but you have to manually flip through the pages on your iPhone or iPod Touch to find it.




*** Product Information and Prices Stored: Apr 19, 2010 04:37:05


See Also : All About Bicycle Trailers - Best Deals, Discounts Best Cocoa Programming Textbooks All About Opal Rings and Earrings Best Deals And Reviews On Carousel Gumball Machines Best Deals, Reviews On Bicycle Trailer Reviews

Read more

Objective-C for Absolute Beginners: iPhone and Mac Programming Made Easy

Objective-C for Absolute Beginners: iPhone and Mac Programming Made Easy Review










Price : $39.99

Offer Price : $26.39

Availability : Not yet published




Overviews

While it seems that everyone is writing applications for Apple’s iPhone and touch devices, how do they all do it? The best way is to learn Objective-C, the language of both the iPhone OS and Mac OS X. But where to begin? Right here, even if you’ve never programmed before!

Objective-C for Absolute Beginners will teach you how to program a computer—in this case your Mac or iPhone—using Objective-C, an elegant and powerful language with a rich set of developer tools.

This book takes a hands-on approach to teaching you the basics of Objective-C and how to actually think in programming terms, and then helps you develop core programming practices that you’ll use in all your programs. Absolutely no prior programming experience is required.

You’ll learn how to program, how to use Objective-C to build program logic, and how to write your own applications on your Mac or iPhone. Once you’ve read this book, it will be up to you to decide what you want to make your Mac or iPhone do for you!

What you’ll learn

Read more