July 7th, 2009 by Scott Pettigrew
I’m starting to design a Amateur Radio Contest Logging program for Mac OS X.
So, in essence, this is a shout-out to any Amateur Radio Operators out there who use OS X…what features are important in a contest logger. What features would be on your “nice to have” list?
I definitely will be working on features important for Field Day usage, but what other contests do Mac users participate in?
My intent is for this to be a no-cost, open-source program. Please keep in mind that I will be starting out slowly, then building in more complex features later.
Posted in Computers, Ham Radio, Mac, Programming | No Comments »
February 8th, 2008 by Scott Pettigrew
So one of the things I’ve been trying to accomplish in my free time for the past few months has been learning to program my iMac. I’m capable of writing a script, a VB program, and I understand (most) basic Object-Oriented Programming concepts, but for some reason, Cocoa & Objective C are very hard to understand.
Topping it off, all of the books out there now are based around XCode 2, not the new XCode 3 that came with Leopard. XCode 3 changes some of the concepts that are used time and again throughout your development process: things like instantiating classes within Interface Builder. They’re all things that, given time, you figure out…but it’s just annoying enough to cause problems when going through a programming book for the first time.
This blog entry does a really good job of stepping through a basic program in XCode 3, using Cocoa & Objective C concepts.
Long Pointers » XCode 3.0 Tutorial
Powered by ScribeFire.
Posted in Mac | No Comments »