Category: technology

  • iPhone Development: Game Kit, and What is a Picker?

    So as usual, I wish someone had written this in a blog post. And now that I’ve figured it out, I’m paying it forward, so to speak. The big revelation here is: if you’re using Game Kit (GK) foundation from Apple, iPhone development 3.x SDK, then you may encounter a networking object called “PeerPickerController”. It…

  • iPadDevCamp New Developer Award. Wow.

    I can’t think of a title for this post- there’s so much to say. The short version: I attended an intense 2-day hackfest for the iPad down at the eBay offices in San Jose, called iPadDevCamp (used to be iPhoneDevCamp). We were hesitant app developers, we made a tiny little dice throwing app – connecting…

  • iPhone Dev: Troubleshooting NavigationControllers in Interface Builder

    In the simple example explained in this tutorial, and others, there are a few key points that I wish I’d seen in a blog somewhere, ha. It’s best to deal with literals, so I am recreating the example quickly, with notes on what aspects to check. If you have a complex or already created app,…

  • Computers vs. Poetry Death Match

    I really loved the Ada story- I heard about it in detail from How Stuff Work’s “What You Missed in History Class.” That night I ended up rehashing almost the entire story to my niece and nephew and their parents. Not just that I’m kind of obsessed with British peerage (oddly a generation or two…

  • iPhone Dev: Editing TableView with a DetailView & Core Data

    As usual, I wish this was written somewhere while I was trying to figure it out. So now that I have, here I write it for posterity (and others struggling with the same issue!). Pretend you have a UITableView list of array items or core data values. You want the user to be able to…

  • WordPress vs. Radiant

    I’ve had this conversation a few times, with a friend setting up a content management system for a school, with Radiant folks regarding a what a full blogging suite looks like, and on the Ruby-SF list regarding good Ruby CMS systems. At this point I could go on a boring bit about the differences between…

  • Instances and Methods: iPhone Programming

    My skill level jumped up by leaps and bounds through a few guided reviews of my code with a friend. Here’s what I learned, for posterity and retaining my own lesson, ha. Objective-C has C-styled instance variable initialization and assignment It may be confusing, but I kept seeing code examples that had this: NSArray *imageArray…

  • Cootie Catcher (renamed Gypsy) on an iPhone…

    So I’ve reached a milestone, I have the app working on my iPhone. Yay! A movie to prove it’s true (sadly, I can’t demo it on this web page). I’m going to write a post on the next level of Objective-C/Cocoa lessons I learned in the last week, but for now just rejoicing in getting…

  • Very Simple Animated iPhone App

    I am chugging right along on this application- and, you guessed it, a cootie catcher. The next step is to create a simple animation of the paper toy opening and closing (based on user selection). The task: based upon a button click, animate 3 images to simulate the opening and closing of the toy. Slightly…

  • Being Laughed At

    I really don’t have time to write this post but I’ve been thinking about it a lot. Lately, I’ve run into a few conversational moments where people actually laughed at me. Not with me, not about something else, but at something I had said in all seriousness. Basically: relating to my career and life goals.…