Search

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


Learn Objective–C on the Mac (Learn Series) 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.




Related to Items You've Viewed




*** Product Information and Prices Stored: Apr 30, 2010 03:06:08


See Also : Best iPad Programming Textbooks Best Deals & Reviews On Picnic Backpack Cooler Best Deals & Reviews On Picnic Backpack for 4

Read more

iPhone App Development: The Missing Manual

Great Price iPhone App Development: The Missing Manual for $26.39 Today










Price : $39.99

Offer Price : $26.39




Overviews

Ready to create your own iPhone app? This book walks you through the entire iPhone app development process from start to finish. You'll learn how to download the tools, build the app, successfully navigate Apple's approval process, and then market and maintain the finished product. All you need to get started is a familiarity with object-oriented programming.

With iPhone App Development: The Missing Manual, you'll get illustrated, step-by-step tutorials and real-world examples. Author and Mac guru Craig Hockenberry is your ideal guide because he's been there; he created the wildly popular Twitterific iPhone app that lets you manage your tweets and Twitter account right on your iPhone screen. Craig's goal is to make you a successful iPhone App developer, whether you're a student or an experienced programmer. He pursues this goal with clarity and a terrific sense of humor.

Affordable Price at Store Check Price Now!




*** Product Information and Prices Stored: Apr 29, 2010 02:25:28


Friends Link : All About Opal Rings and Earrings BUY "Bicycle Trailers" With Affordable Price NOW!! Cheap Price & Reviews On Calculus by James Stewart Best Deals & Reviews On Backpack Picnic Baskets

Read more

Programming in Objective-C 2.0 (2nd Edition)

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




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 : $25.68




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 BlogBestPrice.com 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.





*** Product Information and Prices Stored: Apr 21, 2010 04:33:26


Visit : All About Kangol Hats - Best Deals, Discounts All About Cat And Dog Collars Best Deals And Reviews On Kangol Hat

Read more

Programming in Objective-C

Programming in Objective-C Review




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




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 BlogBestPrice.com 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.





*** Product Information and Prices Stored: Apr 20, 2010 04:31:13


See Also : Buy "iPad, iPhone and iPod Touch Programming" Book Best iPad Programming Textbooks Best Deals And Reviews On Objective-C Basics Books Best Deals And Reviews On Billabong Flip Flops Best Deals And Reviews On Aerosoles Planket

Read more

Developing Hybrid Applications for the iPhone: Using HTML, CSS, and JavaScript to Build Dynamic Apps for the iPhone

Developing Hybrid Applications for the iPhone: Using HTML, CSS, and JavaScript to Build Dynamic Apps for the iPhone Review




Before my review I want to tell you about my background. I have been a web developer (html,dhtml,js,ajax,php,asp,asp.net,cfm) since 1999. I have also done a ton of client server apps on windows with unix / oracle backend. Just recently i released three apps on the android os, with one of them being a phonegap app. So my understanding of programming and is pretty extensive. I have also taken the Stanford iTunes course on iPhone development, which is a must do for any wannabe iPhone dev.

For me I wanted to be able to utilize my abilities to develop apps efficiently. Since I am not a huge fan of Obj-C, I couldn't do that with the native language of the iphone. This book helps you understand how to utilize the main functions of the phone (play sound / accel / gps) without having to write much Obj-C.

As far as moving Dashcode to xCode, this is a very simple process. Once you learn it, which it only takes one time doing it, you will fly through it. I do remember seeing a video the author posted on his website on how to do this. So if you struggle understanding how to migrate the source from Dashcode to xCode, take a look at the authors site.

Something that is really nice that the author did was include a ton of examples on how to use QCiPhone. This includes Dashcode and xCode examples. It includes a nice map example. However it is not the embedded 3.0 map, it is a little different but still works nicely. It allows you to place pins on the map as well as use your fingers to pinch and expand.

So far the book does not mention the use of google group the author set up. If you have questions, you can always post them on the QC google group. Which I have been out there many times searching for methods other users have posted. You can also communicate with the author directly on that site. He is very helpful.

I like how the author has given you a nice model to follow, ie. Validation Control Functions, Business Control Functions, View Control Function, and Error Control Functions. By following this model, you can create a nice modular app with reusable code.

Overall, the book is a great place to start developing your first web app that you put on the app store.


Developing Hybrid Applications for the iPhone: Using HTML, CSS, and JavaScript to Build Dynamic Apps for the iPhone Features

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



Rating :

Price : $39.99

Offer Price : $17.25

Availability : Usually ships in 1-2 business days




Overviews

“For those not ready to tackle the complexities of Objective-C, this is a great way to get started building iPhone apps. If you know the basics of HTML, JavaScript, and CSS, you’ll be building apps in no time.”

—August Trometer, Owner of FoggyNoggin Software, www.foggynoggin.com

 

Discover the Easier, Faster Way to Build High-Quality iPhone Applications

 

Now, you don’t need to dive headfirst into Objective-C to write state-of-the-art applications for the iPhone. You can use web development tools and technologies you already know: JavaScript, HTML, and CSS. In this book, long-time web and mobile application developer Lee S. Barney shows you how to use the QuickConnect and PhoneGap frameworks to create secure, high-quality, modular hybrid iPhone applications.

 

Lee S. Barney walks you through the entire hybrid iPhone development process, from creating great user interfaces to compiling, deploying, and executing applications. Along the way, he introduces techniques and sample code designed to streamline development, eliminate complexity, optimize performance, and leverage all iPhone’s native capabilities—from its accelerometer and GPS to its built-in database. Coverage includes

 

  • Using Dashcode and Xcode together to create unique, exciting hybrid iPhone applications
  • Using the QuickConnect JavaScript API to perform tasks ranging from vibrating the phone to accessing the accelerometer and GPS location data
  • Accessing native iPhone functionality using the PhoneGap JavaScript API
  • Storing, retrieving, and managing data on the iPhone, even without network access
  • Using XMLHttpRequest to access or synchronize remote data and use web services
  • Creating Google-based maps for your own app that work like those you see in the iPhone’s Maps application

 

This book systematically lowers the barriers to iPhone development, enabling web developers to build any iPhone application they can imagine without long development cycles or steep learning curves!

Affordable Price at BlogBestPrice.com Check Price Now!



Customer Review


Not recommend - tech dude -
Disappointed after go through the first 10 pages. The codes were successfully compiled with lots of warning points. I had to go into each each of them and commented out. But what is the point! The point is to get us to learn not to get confused why the codes were full of warnings.

Like other reviewer, I agree that the author might be a little bit rush on publishing the book. More details and explanations as well as images are needed.

If you are really into developing iPhone apps, I would recommend checking other books.


Excellent book for both programmers and non-programmers - MacHankStein - Houston, TX
I decided to wait until after my first iPhone app was accepted by Apple in the App store before reviewing this book. My app, based on the QuickConnect framework described in this book is lean and fast, and it was accepted by iTune within three days of submission. What I like about the book is that it showed me in the first chapter how to start developing my app with the QuickConnect framework. My app received 49 downloads on the first day. However, I then decided to start charging for the app and the number of downloads significantly declined.

There are several excellent reviews of this book, and I will not repeat their content here. You must understand that to develop iPhone apps in the way described in this book, you will need to have a Mac - a fast one is not required. You will also need to learn to use Apple's free development platform, XCode.

When I bought this book, I did not realize that the author had a QuickConnect google group and that he would answer my question when I got stuck with a private interface issue. I have bought many technical books, but I have never received personal help from an author before.

Using this book does not confine you to developing in HTML and javascript. He describes the Objective C code in his framework, which provides good examples for your own hybrid development in C, HTML, javascript and css.

I have done C programming in the past, but it is difficult, and one can work much faster using the techniques described in this book. One of my goals is doing custom iPhone app development for corporations, and now I can create prototype apps to show a client in a few hours. To get a competitive edge against HTML only developers, you extend your apps capabilities using the libraries provided by Apple. After the first few chapters, the book begins describing the objective C code within the QuickConnect framework. You do not need to understand these later chapters to start developing your own apps, but they will help you as your development skills improve.




*** Product Information and Prices Stored: Apr 19, 2010 04:29:07


My Links : BUY "Cat And Dog Collars" NOW!! All About Flip Flop Sandals Buy "iPad, iPhone and iPod Touch Programming" Book Best Deals And Reviews On Amethyst Opal Ring Best Deals And Reviews On Mens Kangol Hats Best Deals And Reviews On 3 Legged Stool

Read more

Interfacing with C, Second Edition

Interfacing with C, Second Edition Review




I first picked this book from the book store because I wanted to learn how to read I/O with C, but this book is more orientated on the processing of signals. The book actually became my introduction of digital signaling and this all with the nice tie into the actual application of digital signaling with C programming.



Rating :

Price : $52.95

Offer Price : $36.04

Availability : Usually ships in 1-2 business days




Overviews

Previous Edition: 0 7506 2228 8, published 19/06/95
This book is about interfacing personal computers using C. Anyone who is interested in ports, transducer interfacing, analog to digital conversion, convolution, filters or digital/analog conversion will benefit from reading Interfacing with C. Students will also find this a practical introduction to real-time programming with a generous collection of tried and tested programs.

The pace of the book is such that the reader is encouraged to run the programs and experiment with C. The principles precede the applications in most cases in an attempt to provide genuine understanding and encourage further development. Readers will gain much from the hands-on experience the authors' approach provides, an approach designed to enable readers to climb steep learning curves with the minimum amount of assistance.

The many programs included in the text provide the essential hands-on experience. Some of the programs inevitably become rather lengthy, so the source code used is available as a free download from the Newnes website. The aim of the book, however, is to give the reader enough confidence to rewrite and improve these programs.

In the second edition Mike James has thoroughly updated all aspects relating to software, operating systems and graphical interfaces. He has also increased the scope of the book to include current forms of C++. Material on data acquisition has been thoroughly updated and the section on peripherals increased.

A disk containing the source code for the listings in the book is available from 'Electronics World' magazine, tel. 020 8722 6054.

A practical and painless way of becoming an expert C programmer
New edition also covers C++ and the Windows environment
Get up to speed with the essential maths needed for C without having to buy a university maths text!

Affordable Price at BlogBestPrice.com Check Price Now!



Customer Review






*** Product Information and Prices Stored: Apr 18, 2010 04:24:30


My Links : All About Kangol Hats - Best Deals, Discounts All About Bicycle Trailers - Best Deals, Discounts Best Deals & Discounts And Reviews Online Shopping Best Deals And Reviews On Objective-C Beginner Books Best Deals And Reviews On Aerosoles Mary Jane

Read more