Search

Showing posts with label Learning. Show all posts
Showing posts with label Learning. Show all posts

Learning the iPhone SDK for JavaScript Programmers

Great Price "Learning the iPhone SDK for JavaScript Programmers" for $23.09 Today







Price : $34.99
Offer Price : $23.09





Learning the iPhone SDK for JavaScript Programmers Overviews

Is it possible for JavaScript programmers to learn the iPhone SDK and live to tell the tale? Technology guru Danny Goodman did, and with this book he leaves a well-marked trail for you to follow. An authority on JavaScript since its inception, Goodman understands the challenges you face with the SDK. He introduces Objective-C and Cocoa Touch in a context you'll readily understand, and shows you how to test iPhone code snippets as you go.

Why bother with Apple's tools? After all, you could bypass them and just build web apps for the iPhone. But web apps can't access an iPhone's music library, address book, camera, accelerometer, or multi-touch events. Nor can you sell web apps in the App Store. If you're a web developer and really want to take advantage of the iPhone, the SDK is your tool -- and this is your book.

  • Create a test workbench app that you can use throughout the development process
  • Understand how iPhone OS frameworks compare to third-party web frameworks
  • Become familiar with the Model-View-Controller architectural pattern
  • Learn how iPhone data types, pointers, and memory management are different from JavaScript
  • Compare Objective-C language fundamentals and their JavaScript equivalents
  • Get a recipe-driven reference for programming with Objective-C and Cocoa Touch


Affordable Price at Store
Buy Low Price From Here Now!






Special Offers
Compare Price Now!



*** Product Information and Prices Stored: May 31, 2010 01:20:18


Related : All About GPS Watches Best iPad Programming Textbooks All About Flip Flop Sandals Best Deals, Reviews On Bicycle Bike Trailer

Read more

Learning Cocoa with Objective-C, 2nd Edition

Great Price Learning Cocoa with Objective-C, 2nd Edition for $34.95 Today




As with most O'reilly books this one is not a let down. I was most impressed to find out that is actually written by Apple Computer and then was handed to James Duncan Davidson to make it flow.

It has a great explanation of Object Oriented programming as it pertains to Objective-C. Although if you are looking to get into OOP for the first time I would suggest a higher-level language such as Java (the syntax can get in the way of learning the concepts and ideas with Obj-C / C++).

The book is titled to cover upto MacOS 10.2. I am using Leopard (10.5) and the only differences (so far) are: the GUI screenshots in the book are, well, out of date; and the default naming conventions for Xcode files are different. Neither of these is a big issue though.

Its a Good book.



Rating :

Price : $34.95

Offer Price : $34.95




Overviews

Based on the Jaguar release of Mac OS X 10.2, this new edition of Learning Cocoa covers the latest updates to the Cocoa frameworks, including examples that use the Address Book and Universal Access APIs. Also included with this edition is a handy quick reference card, charting Cocoa's Foundation and AppKit frameworks, along with an Appendix that includes a listing of resources essential to any Cocoa developer--beginning or advanced. After introducing you to Project Builder and Interface Builder, Learning Cocoa with Objective-C brings you quickly up to speed on the concepts of object-oriented programming with Objective-C, the language of choice for building Cocoa applications. From there, each chapter presents a different sample program for you to build, with easy to follow, step-by-step instructions to teach you the fundamentals of Cocoa programming. The techniques you will learn in each chapter lay the foundation for more advanced techniques and concepts presented in later chapters.

Affordable Price at Store Check Price Now!



Customer Review


A book for Cocoa programmers - Alberto Paderno - Brescia, BS Italy
The book is an useful guide for who needs to learn Cocoa programming, and needs to learn also Objective-C.


Low on details - S. Kennedy - Frostburg, MD
If only Apple put as much effort in its books as it does in its iPods...

This text skips over all sorts of details regarding the Cocoa framework it purports to teach, while repeating many mundane details (like how to create a project) over and over. The authors focus mostly on Interface Builder. If that is what you need, though, I'd still recommend the Internet instead.




*** Product Information and Prices Stored: Apr 29, 2010 09:51:06


Thanks To : All About Kangol Hats - Best Deals, Discounts Best Deals And Reviews On Cheap Baby Shoes Cheap Price & Reviews On Calculus Stewart Solution Best Price And Reviews On 60 Inch Television Stands

Read more

Learning Cocoa

Learning Cocoa Review




This book is filled with little hints and tips and condensed with great material. It reminds me of the Kernighan and Richie's book for C. There's something to learn in each single paragraph.



Rating :

Price : $34.95

Offer Price : $7.99




Overviews

Learn Cocoa™ application development not merely by reading, but by doing.Learning Cocoa begins with essential object-oriented programming concepts for those with no previous experience. It then introduces the Cocoa environment, development, tools, and some simple tutorials to help you understand the elements of Cocoa programming. For the rest of the book you create a series of increasingly complex example applications, with the code right in the text, so you simply type it in. Each tutorial lays the foundation for the more advanced techniques and concepts in the next one. You don't need an extensive programming background to work with this book, though some experience with C is helpful. If you already know an object-oriented programming language like Java or Smalltalk, you'll quickly feel at home with Objective-C, the language of this book. Written by Apple Computer insiders with access to engineers deeply involved in creating Mac OS® X, the book brings you information you can't get anywhere else--and a potential leg up in the Mac OS X application development market.

Affordable Price at Store Check Price Now!


Specifications

For Mac developers of all levels, Learning Cocoa provides an approachable guide to creating applications using Objective-C and the programming tools built into the new Mac OS X operating system. This efficiently packaged text will help virtually anyone master basic Mac application development.

Written by the experts at Apple Computer, Inc., this book sets an admirable standard of clarity for a basic programming tutorial. It begins with the fundamentals of object-oriented programming and Objective-C, the default language used for the Mac platform. Much of the book consists of hands-on exercises for creating a variety of simple Mac applications built on the Cocoa application framework (a rich set of classes that make it simple to create software). Learning Cocoa is not just a source of raw source code; rather, its salient feature is a series of step-by-step guides to working with Mac OS X tools like the Interface Builder and the built-in Apple IDE. From a simple "Hello, World" program and a currency converter to a "Travel Advisor" application (with information on three countries) and a "To Do" application, the book provides exercises that show you all the steps for creating software using a variety of tools.

The discussion of the user interface widgets that are available in the Mac OS X is excellent. You will learn how to design interfaces (which are saved to .nib files), and about the Model-View-Controller architecture recommended by Apple for designing reusable and flexible classes. Later in the book, the same classes are reused in a multiple-document version of the Travel Advisor program. Sample code for a custom widget that displays a calendar will show you how to build custom components.

Throughout this book, there's plenty of information on the nuts and bolts of building successful applications for the Mac OS X, especially memory and resource management. There're also plenty of diagrams and background on the architecture of using Cocoa application framework classes together to create software.

Even Mac beginners should benefit from this concise and well-presented text. It will have you writing simple applications fast, while giving you the latest on the classes and tools available on the newest Mac OS X. --Richard Dragan

Topics covered:

  • Overview of the Cocoa framework for Mac OS X
  • Object-oriented programming tutorial
  • Objective-C language quick start
  • Mac application development tools (including Project Builder, Interface Builder, and command-line tools)
  • A "Hello, World" application in Cocoa
  • Fundamental Cocoa classes (including collections and controls)
  • Memory and resource management in Cocoa
  • A "Currency Converter" application (including basic GUI programming with Cocoa components)
  • Event-handling basics
  • Using table views and data sources
  • Persistence and "flattening" Cocoa objects
  • A "Travel Advisor" sample application (including the Model-View-Controller architecture)
  • The Cocoa Multiple-Document Architecture
  • A "To Do" scheduling application (including a custom calendar component and timers)
  • Deployment in Cocoa (application settings, icons, and document types)
  • Compiler optimization in Cocoa
  • Reference for basic graphics in Cocoa


Customer Review



Bad Dog! - A. W. Crawford - WI, US
Dull, dull, dull. Quite literally this is a bunch of documentation you can download from Apple's site bound in a book. Yes, you do learn something, but the ratio of useful information to "type in the program" is awful and it's very dry reading.

Try the Aaron Hillegass book, or the new O'Reilly "Building Cocoa Applications" if you want a useful title on programming Cocoa. I see there's a second edition of this book due in September 2002 - hopefully this'll either pep up the existing content, or add something more (published paper documentation for the Cocoa frameworks is non-existent, probably because some of the on-line documentation I've looked at still has big gaping holes in it - and people wonder why Carbonized apps outnumber those that use Cocoa...)




*** Product Information and Prices Stored: Apr 27, 2010 09:42:07


Thanks To : Best Objective-C Programming Textbooks BUY "Kangol Hats" With Affordable Price NOW!! All About Flip Flop Sandals Cheap Price & Reviews On Applied Calculus Textbook

Read more