Cover image from Bess has pups

Bess has pups

November 22, 2011
Quick update on Bess, she has now entered the stage of life of motherhood. The pups are fine and healthy, 4 boys. There’s something really cute about being followed by the pitter patter of 16 little paws when you go out the door.
Read more
Cover image from Strobe Media Player

Strobe Media Player

October 12, 2011
I’ve done a lot of flash video players over the years. Too many. Some had custom interfaces, some used the default flash video component. Others were completely custom, managing the stream events and displaying the video in the vanilla video component. Then Dave came to me with the OSMF Strobe Media Playback component. We had tried the JW Player a couple of times before, but found the per domain price a little excessive outside of large clients.
Read more
Cover image from Wordpress wp_nav_menu output class when menu item has children

Wordpress wp_nav_menu output class when menu item has children

September 9, 2011
I recently wanted to insert a class for the case where a menu item has children in Wordpress. There doesn’t appear to be any option to do this in wp_nav_menu function, so I started doing some research. I found out from this article how to add a ’last-menu-item’ css class. This doesn’t quite work for what I wanted though, because the returned data object from Wordpress doesn’t tell you if the current node has children.
Read more

Tour De Picnic

September 2, 2011
Ronan Murphy, Dave Clarke, David Byrne and I recently put a site live for Tour De Picnic. This is a charity cycle to the Electric Picnic festival in Stradbally in aid of Temple Street Hospital. Ronan was doing the cycle and we decided it would be nice to track him on his journey. Thus was born a website that used an iphone, a handy iPhone app called SendLocation, a little lamp coding, google maps api and some html/css/javascript to update Ronans location throughout the trip.
Read more
Cover image from Baby steps with Python

Baby steps with Python

June 5, 2011
Started out playing around with Python as a scripting tool. Have to say, it really is a neat mix of the kinda power and libraries I’m used to with Perl and the flexibility of a pure scripting language. Just for a giggle, I decided to re-write my C# backup script to backup some of my mac folders. Most of the language I’m still getting my head around. 4 times out of ten, each line gets a semi-colon.
Read more