Carbon "Death" (and my plans about it)
Jun 20, 2007Given Apple’s 64 Bit Carbon plans, a lot of people are wondering if Carbon is dead (or not). (See one example of this over at Michael Tsai’s…
Given Apple’s 64 Bit Carbon plans, a lot of people are wondering if Carbon is dead (or not). (See one example of this over at Michael Tsai’s…
I figured out how to call JavaScript functions from C++ with WebKit today. Now the next task: calling C++ objects from JavaScript…
The reason I picked WebKit is that it (seemed) to be easy to call JavaScript from C++ and (hopefully) the reverse too (by some glue…
In Project Distribute we want to display some HTML in a wxWidgets application. One such component is wxWebKit, and the one we’re trying out…
So I’m using a little bit of Cocoa in a client’s application. The fun thing is that this application is mostly Carbon/wxWidgets. This isn’t…
Every once in a while I have to write some Core Graphics code. (Lately it’s been code to draw custom HIView subclasses, but I digress). I…
On a topic that may be interesting to both potential employees, employers, and clients, let me detail my personality (which reflects in my…
The March Issue of Linux Journal has one of my articles in it: MochiKit By Example. The article shows off MochiKit by working through…
Here’s a parable for you. One day a programmer was writing a script (in Python, if it matters). It was a complicated script, so like any…
Unit Tests are very useful. Lately I find myself writing tests for even small scripts - a few hundred lines. Even in a few hundred line…