Time With Xcode
Nov 11, 2003I spent an afternoon with Xcode today. For most of the afternoon I didn’t like it at all, but then I discovered a trick or two to make it…
I spent an afternoon with Xcode today. For most of the afternoon I didn’t like it at all, but then I discovered a trick or two to make it…
I worked all week on VonTrapp stuff. It kinda felt good. One of my responsibilities is working on rewriting the menu code. This week I got…
I’m a component guy. I like to make tools that other developers use. Classes in various languages, scripts, etc - I really like to create…
Tuesday I focused almost entirely on the backup options. Most of the backup options need to be run after the general pass/fail of the whole…
I think I’ve got this right. Please correct me if I don’t. With OS X, Apple recommends everybody use FSRefs to manage their file objects…
Starting back on the VonTrapp project after having pretty much left it for a few weeks. Since that time there have been two pretty big…
Ohhhh man. I’m getting spam in my blog now. Have I mentioned how much I hate spam? I’m taking steps towards solving the problem, and we’ll…
I’ve been working on adding an RSS feed to some Open Source Software I use. I had the initial implementation up and working in 3-4 hours…
Merging C++ is not fun. After you deal with CVS issues (like merging and dealing with conflicts), you get to compile. Or try to anyway. The…
CVS takes sooo long to import sometimes. Then, after the import, I have to merge branches. All this is fairly easy work, with my scripts and…