Author: kimball
-
Racing the Apple Timeclock
On Friday, October 16th, I uploaded a new application to the apple iTunes App store. It’s an application I developed at work, and I won’t bore you with details of what it does other than to say it’s called “Auriculo” and is acupuncture related. On Monday at work we decided that we could re-create the…
-
Managing Parental Controls On Snow Leopard With 3 Kids
How to automate the management of parental controls options for more than one user at a time.
-
Pickin’ Pumpkins
Isaac is in preschool this year, and his class went to the pumpkin patch last week to pick out a pumpkin for Halloween. As you can see, he was more interested in playing on the farm than in getting a pumpkin.
-
Fall Colors
Inspired by last year’s picture called “Veins” of a leaf showing off its fall colors with the help of the sun, I ran out into my backyard a few days ago and shot these:
-
Out With The Sandvox, In With The WordPress
For the last few years I’ve been using Sandvox to manage this website, and I’ve been mostly pretty happy with all it could do – when I started using Sandvox WordPress and other blog-engine type stuff was nowhere near what it is today. I’ve recently begun to use WordPress in other areas (at work, for…
-
Have I Been Rooted?
Last night one of the servers at work began to act a little wonky and sent me some email to let me know it was not feeling well. I logged in and quickly discovered that some social misfit was trying to hack the box. I tracked down a perl script they managed to get downloaded…
-
1234567890 Seconds Since The Unix Epoch
mysql> select unix_timestamp() from dual; +——————+ | unix_timestamp() | +——————+ | 1234567890 | +——————+ 1 row in set (0.00 sec)
-
UITableView Hints
As someone only recently exposed to Objective-C, Cocoa, and the iPhone development environments, I have been struggling with some of the ways that Apple has decided to do things. Today I beat my head against a UITableView for most of the day, trying to figure out how to set up the view, the datasource, the…
-
Homegrown Client / Server Data Sharing
Recently at work I had to come up with a way to have several installations of our software share application data in near-real time. I poked around a bit looking for a simple solution, but there does not appear to be such a thing. So I came up with my own. I don’t claim it’s…
-
UIPickerView SDK Permutations
I have recently begun to learn to develop applications for the iPhone. This means I’m getting my head back into Objective-C (where it’s not been for several years – ever since I stopped writing WebObjects code) and learning all the cocoa frameworks and specialized SDK for the iPhone. For a project I’m working on, we…