I’ve been doing quite a bit of development recently using Ruby on Rails under Mac OS X. Unfortunately it can be a little tricky to get rails apps deployed nicely under Apache. The machine I’m using is an aging G4 with very little RAM so running rails apps in CGI mode is very slow! Initially …
Monthly Archives: April 2006
The joys of coding with a child on your lap
Well, for one you can only do it one handed! Also you have to be ready for sudden lunges towards the keyboard. Bang bang bang go the keys. Oops a wrong click or an inopportune Enter and say goodbye to all that work. Still it is nice for the little one to see what Daddy does all …
Continue reading “The joys of coding with a child on your lap”
Cocoa bindings
I have to say that Cocoa bindings are one of the coolest things to some to Cocoa in a long time. It takes a bit of getting used to however, and the documentation isn’t the greatest. One of the things that had me stumped for a bit was how to have a button‘s enabled flag depend …