TweetFollow Us on Twitter

Book Review: Mac OS X Advanced Development Techniques

Volume Number: 19 (2003)
Issue Number: 7
Column Tag: Reviews

Book Review: Mac OS X Advanced Development Techniques

by Ron Davis

I have to confess that I worked with Joe Zobkiw on my first job out of college working on Virex almost ten years ago. I was one of the tech reviewers for his previous book A Fragment of Your Imagination, which covered the esoteric programming arts of init, cdev, and other code fragments. It was one of those books that covered stuff no other book covered, the really low level crap most of us attempt to avoid. At the time there was next to no documentation on coding these things and Zobkiw's book was written to meet that need.

Mac OS X Advanced Development Techniques (MADT) is like that book. Not that it talks about the stuff you are trying to avoid writing, but it is talking about the things no one else is. There isn't as much low level stuff you can mess with in OSX, but there are a lot of little nooks and crannies of code that need explanations. Need to write a System Preference panel? It's there. How about adding one of those system-wide menus? Got you covered. They're called Status Items, Chapter 9. Screen saver? Chapter 10.

It also covers some less stand-alone stuff, like threads, frameworks and how to talk between a Cocoa app and a command-line tool. There is also a good chapter of "snippets", little pieces of code you often want, but that don't merit a long discussion.

Section 1: Overview

In my opinion, this book is really aimed at the experienced OSX developer. The introduction says anyone who can compile a program in Project Builder can use it. I think you probably need a little more experience than that. I was interested in the book as a follow up to the various OSX development books I already had. If you have no understanding of Cocoa and want to write a screensaver, this book may not be the place to start.

Given the level of experience required for the book, I thought the first chapter was a waste of time. It is a very high level overview of MacOS in general and MacOS development. Most people already know about Quartz, Project Builder, FreeBSD.

The second chapter at first looked like more of the same, but I found the brief descriptions of the all of the developer applications helpful, if a little shallow. Especially interesting was the listing of command line tools useful to the developer.

Another general thing about the book. Zobkiw is a long time developer of Mac software and this book is plainly written assuming you are coming from a Mac background. If you're a Windows user or a UNIX guy, some stuff might go right by you, but none of it is really critical.

Section 2: Application Level

The first chapter with code in it is a document-based Cocoa app. This isn't a simple text edit style doc app either, but an app that watches Doppler radar pictures on the web and alerts you when a color in them change. I like that. I don't need another simple simple application, I want something that shows me a lot while it teaches the basics of a document based app.

The book also doesn't go through creation of the project step by step, but assumes you downloaded the project and just need it explained to you. This is appropriate for an advanced audience.

The only problem I had with the app was the document class uses readFromFile:ofType: and writeToFile:ofType instead of dataRepresentationOfType: and loadDataRepresentation:ofType which are what the standard document template creates for you. Nor does he mention these other routines and explain why one would be better or worse than the other.

The next two chapters discuss plug-ins, both Carbon and Cocoa. It is a very useful overview and explanation of how the various plug-in architectures work in OSX.

The last chapter in this section covers Frameworks, showing how to build both a Carbon and Cocoa version of a simple Framework.

Section 3: Enhancing the System

The second section of the book was advanced topics for the application writer. The third section covers how to build unusual non-applications. Specifically System Services, System Preference Panes, Status Items (system-wide menus), Screen Effects (screen savers), and Color pickers.

You've probably noticed the Services sub-menu of a lot of apps. Under 10.1 this was a dead give away you were using a Cocoa, but 10.2 made them available to Carbon apps as well. They are programs, normally faceless, that interact with the current selection. Zobkiw explains how to write one of these services, creating an example that changes the case of the selected text.

Next Zobkiw talks about how to write a System Preference panel. This allows you to provide a basic UI for faceless application that run all of the time. The example in this chapter sets the preference for the Service created in the previous chapter.

Zobkiw gives an informative discussion of the various kinds of little menus that are displayed in the menu bar on the right side. Some of these are Status Items, some of them Menu Extras. Technically, we developers are only allowed to create Status Items; Menu Extras are reserved for Apple. The example in this chapter is of a Status Item and not a Menu Extra.

I was always a little jealous of how Windows has a standard screen saver mechanism and OS9 didn't. Well that changed in OSX and now you can very easily write those screen savers yourself. They're so easy the chapter explaining them is only 7 pages long. It is still a good introduction that leaves you with a place to start writing your own. If you are going to do a lot of Screen Effects work, you will want to get Saver Lab (http://www.dozingcat.com/), which allows you to run your screen saver in a window for debugging.

The last esoteric piece of code in this section is a Color Picker. The OSX Color Picker is actually a collection of pickers. When you open it there is a list of icon buttons at the top of the window that let you pick from a number of pickers. Third party developers can create their own picker panels using Cocoa. Chapter 11 gives you the details on how to do this.

Section 4: Advanced Methods

Threads is the first of the advanced topics discussed, which gives you an overview of what threads are and how they work, and gives you an example of how to use them.

Terminal is the name of the next chapter, but it is really about NSTask and another thread example. Of all the chapters, this was the one I liked the least, because I felt it didn't really cover the topic and was just kind of wrong. He tells you how to use an NSTask to launch a UNIX command line command, but when he does one that you have to wait to return, he uses a thread that polls for the result. It really should have used the notifications NSTask has built into it. That is the right way to do it and the code would have been simpler.

The last two topics covered by their own chapters were XML-RPC and SOAP. These chapters give a basic introduction to using WebServices both in PHP and Cocoa. The PHP for the server made sense, though I was a little surprised Zobkiw did a PHP client. He also builds a client in Cocoa using the WebServices API in CoreServices. These two chapters are very similar. If you have a preference for one remote procedure call methodology over the other, you probably only need to read one of these chapters.

The last chapter of the book is a collection of snippets. Bits and pieces of code that you will find useful, but don't rate a full chapter. This may be the section you find most useful.

Summary

Overall I would say this book is a must have for a complete Cocoa bookshelf. It covers topics no other book covers and does it in a concise, referenceable way.


Ron Davis is a long time Macintosh Software Engineer, having worked for companies like Apple, and Metrowerks on a variety of products from development tools to anti-virus software. His day job is working for Alsoft, and his evening job is R.A.D. Productions, makers of Suck It Down and FinderEye.

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Six fantastic ways to spend National Vid...
As if anyone needed an excuse to play games today, I am about to give you one: it is National Video Games Day. A day for us to play games, like we no doubt do every day. Let’s not look a gift horse in the mouth. Instead, feast your eyes on this... | Read more »
Old School RuneScape players turn out in...
The sheer leap in technological advancements in our lifetime has been mind-blowing. We went from Commodore 64s to VR glasses in what feels like a heartbeat, but more importantly, the internet. It can be a dark mess, but it also brought hundreds of... | Read more »
Today's Best Mobile Game Discounts...
Every day, we pick out a curated list of the best mobile discounts on the App Store and post them here. This list won't be comprehensive, but it every game on it is recommended. Feel free to check out the coverage we did on them in the links below... | Read more »
Nintendo and The Pokémon Company's...
Unless you have been living under a rock, you know that Nintendo has been locked in an epic battle with Pocketpair, creator of the obvious Pokémon rip-off Palworld. Nintendo often resorts to legal retaliation at the drop of a hat, but it seems this... | Read more »
Apple exclusive mobile games don’t make...
If you are a gamer on phones, no doubt you have been as distressed as I am on one huge sticking point: exclusivity. For years, Xbox and PlayStation have done battle, and before this was the Sega Genesis and the Nintendo NES. On console, it makes... | Read more »
Regionally exclusive events make no sens...
Last week, over on our sister site AppSpy, I babbled excitedly about the Pokémon GO Safari Days event. You can get nine Eevees with an explorer hat per day. Or, can you? Specifically, you, reader. Do you have the time or funds to possibly fly for... | Read more »
As Jon Bellamy defends his choice to can...
Back in March, Jagex announced the appointment of a new CEO, Jon Bellamy. Mr Bellamy then decided to almost immediately paint a huge target on his back by cancelling the Runescapes Pride event. This led to widespread condemnation about his perceived... | Read more »
Marvel Contest of Champions adds two mor...
When I saw the latest two Marvel Contest of Champions characters, I scoffed. Mr Knight and Silver Samurai, thought I, they are running out of good choices. Then I realised no, I was being far too cynical. This is one of the things that games do best... | Read more »
Grass is green, and water is wet: Pokémo...
It must be a day that ends in Y, because Pokémon Trading Card Game Pocket has kicked off its Zoroark Drop Event. Here you can get a promo version of another card, and look forward to the next Wonder Pick Event and the next Mass Outbreak that will be... | Read more »
Enter the Gungeon review
It took me a minute to get around to reviewing this game for a couple of very good reasons. The first is that Enter the Gungeon's style of roguelike bullet-hell action is teetering on the edge of being straight-up malicious, which made getting... | Read more »

Price Scanner via MacPrices.net

Take $150 off every Apple 11-inch M3 iPad Air
Amazon is offering a $150 discount on 11-inch M3 WiFi iPad Airs right now. Shipping is free: – 11″ 128GB M3 WiFi iPad Air: $449, $150 off – 11″ 256GB M3 WiFi iPad Air: $549, $150 off – 11″ 512GB M3... Read more
Apple iPad minis back on sale for $100 off MS...
Amazon is offering $100 discounts (up to 20% off) on Apple’s newest 2024 WiFi iPad minis, each with free shipping. These are the lowest prices available for new minis among the Apple retailers we... Read more
Apple’s 16-inch M4 Max MacBook Pros are on sa...
Amazon has 16-inch M4 Max MacBook Pros (Silver and Black colors) on sale for up to $410 off Apple’s MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather than a third-party... Read more
Red Pocket Mobile is offering a $150 rebate o...
Red Pocket Mobile has new Apple iPhone 17’s on sale for $150 off MSRP when you switch and open up a new line of service. Red Pocket Mobile is a nationwide MVNO using all the major wireless carrier... Read more
Switch to Verizon, and get any iPhone 16 for...
With yesterday’s introduction of the new iPhone 17 models, Verizon responded by running “on us” promos across much of the iPhone 16 lineup: iPhone 16 and 16 Plus show as $0/mo for 36 months with bill... Read more
Here is a summary of the new features in Appl...
Apple’s September 2025 event introduced major updates across its most popular product lines, focusing on health, performance, and design breakthroughs. The AirPods Pro 3 now feature best-in-class... Read more
Apple’s Smartphone Lineup Could Use A Touch o...
COMMENTARY – Whatever happened to the old adage, “less is more”? Apple’s smartphone lineup. — which is due for its annual refresh either this month or next (possibly at an Apple Event on September 9... Read more
Take $50 off every 11th-generation A16 WiFi i...
Amazon has Apple’s 11th-generation A16 WiFi iPads in stock on sale for $50 off MSRP right now. Shipping is free: – 11″ 11th-generation 128GB WiFi iPads: $299 $50 off MSRP – 11″ 11th-generation 256GB... Read more
Sunday Sale: 14-inch M4 MacBook Pros for up t...
Don’t pay full price! Amazon has Apple’s 14-inch M4 MacBook Pros (Silver and Black colors) on sale for up to $220 off MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather... Read more
Mac mini with M4 Pro CPU back on sale for $12...
B&H Photo has Apple’s Mac mini with the M4 Pro CPU back on sale for $1259, $140 off MSRP. B&H offers free 1-2 day shipping to most US addresses: – Mac mini M4 Pro CPU (24GB/512GB): $1259, $... Read more

Jobs Board

All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.