Buy Used
Used - Good See details
$4.00 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Mac Programming for Dummies
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Mac Programming for Dummies [Paperback]

Dan Parks Sydow (Author)
3.5 out of 5 stars  See all reviews (24 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback --  
Paperback, March 30, 1999 --  

Book Description

0764505440 978-0764505447 March 30, 1999 3
Ten Absolutely Essential Toolbox Functions Inside!

Your Guide to Creating Software for the Mac — Covers Through OS 8.5 The Mac is back! With the success of the iMac and the power of high-end Macs, new Mac software programs are once again in demand. Whether you're a programming wannabe or a veteran developer, Mac® Programming For Dummies®, 3rd Edition gives you easy-to-understand, up-to-date guidance on Mac programming basics, compilers, programming languages, code writing, and more. So start creating new Mac OS 8.5 applications today — the fun and easy way! Valuable Bonus CD-ROM Includes:

  • CodeWarrior Lite — Limited version of Metrowerks CodeWarrior compiler software
  • ResEdit — Resource editing software by Apple Computer, Inc.
  • Source code and examples from the book
Shareware programs are fully functional, free trial versions of copyrighted programs. If you like particular programs, register with their authors for a nominal fee and receive licenses, enhanced versions, and technical support. Freeware programs are free, copyrighted games, applications, and utilities. You can copy them to as many PCs as you like — free — but they have no technical support. System Requirements: Macintosh with PowerPC processor with Mac OS 7.5 Installed; 24MB RAM; CD-ROM drive, double speed (2x) or faster

Inside, find helpful advice on how to:

  • Compile and run Mac source code easily with CodeWarrior Lite
  • Understand why programming for the iMac is different
  • Create menus that drop and windows that move — quickly and easily
  • Avoid the most common Mac programming mistakes
  • Become fluent in C, the most important Mac programming language
  • Use ResEdit to edit ‘MBAR’ and ‘WIND’ resources
  • Discover Dan Parks Sydow's debugging secrets — and get your programs up and running faster


Editorial Reviews

Amazon.com Review

"The best, if not the only, book for the budding Mac programmer."

Long before the shelves were littered with titles like Chihuahuas for Dummies, there was this certain charm to Dummies books. They took difficult subjects and made them palatable. Along the way, the books were entertaining. Never condescending. Oh, those were the days. Fortunately, Mac Programming for Dummies is one of those old-flavor books. Like a few other authors, Dan Parks Sydow "gets it" when it comes to writing a Dummies book.

Macintosh programming is insane. I've tried it. I gave up. That was back in 1989 or so. Then one day I got an e-mail from a Mac user who enjoyed my C programming books and wanted something specific for the Mac. I picked up Mac Programming for Dummies, read it, and now recommend it to anyone wanting to program on the Mac. Sydow takes a complex, obnoxious task and boils it down into nice, happy, chewable chunks.

I admit I was disappointed at first. The book is really rather skimpy when it comes to actual programming--but it's a great read and highly informative. Sydow uses his knowledge of the subject to carefully orient the reader to the important programming aspects of the Mac--as opposed to rushing off and doing a "Hello, World" program. No, that approach wouldn't work on a Mac, which I now know after reading this marvelous book.

The book comes with a CD-ROM (which is the reason for the hefty cover price), and on it you'll find a miniversion of the popular Code Warrior programming package. On the downside, there aren't enough true programming examples or hard information, so you will need additional references if you plan on continuing a Macintosh programming career. But for a start, this book is awesome. --Dan Gookin

From the Back Cover

Mac Programming For Dummies, 2nd Edition, is for those who have never programmed before or for those who have tried programming but quit in frustration. This easy-to-use reference breaks down programming basics into small, manageable, individual topics and provides you with the information you need to start programming right away!

Inside, find helpful advice on how to:

  • Get the fundamentals you need to create a great Macintosh program
  • Use ResEdit to create graphical program elements, such as windows and menus, without any programming
  • Follow along on a guided tour of the development process for Macintosh programs
  • Get a thorough introduction to CodeWarrior, the tool that turns code into a full-fledged Mac program
  • Discover why you should use the C programming language and how it differs from other languages
  • Peruse special appendixes that provide helpful tips on problem solving and act as handy references for Toolbox calls and the C language
  • Plus Dan's Lists of Top Ten Mac Programming Tips:
    • Ten steps to creating a Mac program
    • Ten Toolbox functions you can't live without
    • Ten common Mac programming mistakes
--This text refers to an out of print or unavailable edition of this title.

Product Details

  • Paperback: 432 pages
  • Publisher: For Dummies; 3 edition (March 30, 1999)
  • Language: English
  • ISBN-10: 0764505440
  • ISBN-13: 978-0764505447
  • Product Dimensions: 9.1 x 7.2 x 1.1 inches
  • Shipping Weight: 1.7 pounds
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (24 customer reviews)
  • Amazon Best Sellers Rank: #1,087,283 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

24 Reviews
5 star:
 (8)
4 star:
 (6)
3 star:
 (3)
2 star:
 (3)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
3.5 out of 5 stars (24 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

10 of 11 people found the following review helpful:
2.0 out of 5 stars Misleading and basic, but gives a little taste of programmin, January 27, 2000
This review is from: Mac Programming for Dummies (Paperback)
This book is very simple and basic, using a "hold your hand" approach to programming on the Macintosh. The problem is you never really learn to program. The author seems more interested in having the reader play around with menus and windows than actually teaching how to create solid programs and build a programming foundation.

This book has some glaring errors like failing to distinguish well enough between the Apple toolbox functions and actual library functions and keywords of the C programming language. If this is the reader's first ever book on programming, they will walk away with a strange hybrid of Macintosh specific code and actual C code. They may be in for a rude awakening if they try to apply any of this knowledge on another type of computer.

The other problem with this book is the author often never describes fully what a specific function does or what a variable is for. Instead he takes the "just trust me" approach. This forces the reader to always stick with him and never allows them to explore their own ideas, which is a great way to learn how to program. Further enforcing this is the fact that the compiler that is included with the book is just shy of useless. It does not allow you to create your own programs, but only edit the programs the author provided. This format denies the reader the ability to create any of their own code, and thus removes a very important aspect of learning to program.

This book is very light reading and easy to handle for complete novices. So it could be a fairly decent way to get a small taste of what programming is like. The problem is this taste is misleading, and if the reader were to pursue even further they may find themselves confused or having to unlearn a lot of stuff.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
3.0 out of 5 stars Good start book, just start, October 3, 2000
By 
A worker (Northern California) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Mac Programming for Dummies (Paperback)
No doubt this is a good book for starter and in all just that. Some very basic like dialog box design or a little bit advanced like memory management are all missing from the book.

However, if you're first on Mac programming, take two days read this book to get rough ideas. Then read 'Programming Starter Kit for Macintosh'. It's an old title but contains some more info. CodeWarrior Professional CDROM includes the whole 2nd book.

But, where is a C++ book for CodeWarrior!!??

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 10 people found the following review helpful:
5.0 out of 5 stars Best programming book ever, May 8, 1999
This review is from: Mac Programming for Dummies (Paperback)
Before I bought this book, I knew only the Basic language. I had bought several other books that did not help at all. The first day that I bought this book, I was instantly creating programs for my mac. I gave this book a five because it goes through each and every line of code and tells you exactly what everything does. Not like those other so called beginner programming books that show you the code and expect you to know what it all is for. After the basics, I could easily understand all the other C programming books on my shelf. As most beginner programming books only teach you programming in a text window, this book will let you access the toolbox from the first example. Shows how to create a window, use event handlers, create menus, draw pictures and text to the screen, play sounds and animation. I strongly recommend this book to anyone interested in the field of Macintosh programming. Has everything you need to write a Macintosh program, Codewarrior Compiler, sample code ect.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
First Sentence:
During the telecast of the Super Bowl in January 1984, a commercial - one that would air only a single time - told of the emergence of a new computer. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
resource picker, new event loop, new resource file, type picker, empty source code file, new source code file, int trucks, file placeholder, project stationery, other case sections, second menu item, programming endeavors, apple menu, comparative operators, project menu, first menu item, picker window, own source code, project window, writing source code, initialization calls, source code listing, selected menu item, resource editor, separator line
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Movie Toolbox, Create New Item, Create New Resource, Move Square, Color Title, Menu Background, Select New Type, Entire Menu, Add Window, Divide Choose, Insert New Field, Item Text Default, Macintosh Toolbox, Audio Player, Remove Files, Create New Group, Mac Libraries, Click the Done, Create Folder, Power Macs, Rdd Files, Set Menu, Submenu Text
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)
This book cites 2 books:
 
1 book cites this book:



What Other Items Do Customers Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(13)
(10)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject