You are currently browsing the tag archive for the 'cocoa' tag.

Three major projects in the air at one time is close to my limit. Doing a lot of juggling these days. But it’s fun!

It’s safe to say that I’m not looking for more work at this point. When it rains, it pours.

  • SCO: Will the Fat Lady Ever Sing? - Now that I’m writing for OStatic, I had a chance to get my own kicks in on the rotting corpse of SCO.
  • iPhone Dev Center - Even though I have no concrete ideas, yesterday’s announcements made me interested in iPhone programming. Probably the effect of the reality distortion field combined with the $100 million number. But hey, I did just learn XCode and Cocoa.

I actually have a working Cocoa app that implements all the “must have” features. Moving on to the “nice to have” features now.

  • Cocoa JSON Framework - I’m going to have to swap some data between the Cocoa app and a merb site. Looks like this makes it easy, since merb can do native JSON output of anything. I looked into using YAML, but the only existing Cocoa YAML code doesn’t seem to have been revised in several years. I could use a ruby class to do the import, but why not stick to all native Objective C?
  • Mac Help Writer - The help authoring scene on OS X is much bleaker than on Windows. This is the best one I’ve found; it builds nice-looking standard help files for the Mac, but I can tell I’m going to be hand-editing HTML files to do anything tricky, as it hits its limits quickly. I looked at several other applications that run on OS X, but they’re all cross-platform, building help files that look like WinHelp in an OS X container. That’s a fail.
  • Capistrano 2.2.0 Preview - Eek, I’m not done grokking 2.0 yet. Fortunately the changes are minimal, mainly better git support.
  • scope-out-rails - Plugin for adding easy scopes to your models.

QuickTime portion of the Cocoa app is working now. Today’s task: figure out the FTP portion.

  • Embedded Cocoa Frameworks - Video tutorial showing how to get a private framework to actually embed itself in your compiled app. I’m sure this information is somewhere in the copious Apple docs, but darned if I could find it.
  • Connection Kit - Open-source Cocoa framework bringing some sanity to FTP, SFTP, WebDav, Amazon S3, and some other network protocols. (via Matt Long)
  • CoRD - Open source RDP client for the Mac. One less reason to visit the Windows desktop. (I may some day get rid of the remote Windows servers, but for the moment I’m stuck with them).

Ran into a bunch of stuff over the weekend…

Learn Cocoa is a baby steps tutorial to building a simple Cocoa app (well, really, just sticking some components together, but it introduces the toolset). I’ll probably work through it, though at the moment I don’t have any particular ideas about Mac desktop apps that I’d want to build.