Tag games

New York PdCon 2016

In November I was in New York for PdCon 2016 and to visit my brother, thanks in large part to my friend Joe Deken and his...

Startup Idea: Web App Installer

Although it is an exadgeration to say that app stores are dead it is true that web apps (applications that run in a web browser) and the...

Delhi 2016

Couple of weeks ago I was fortunate enough to visit Delhi and spend a week with my colleagues Umang, Gaurav and Tom. We had an excellent...

Sci Fi UIs in ClojureScript

I built these sci fi user interfaces using ClojureScript, React, and SVG: Tap or click to interact with them.           More here....

OMG Not Another TODO List Application

My wife and I needed a collaborative shopping list that we could update from our phones. There are proprietary solutions to this but...

OMG Clojure

Last weekend was Global GameJam. My buddy Crispin suggested we use Clojure, a non-traditional member of the LISP family running on the...

GBA GPIO tester

Here is a bit of code I wrote recently for the Gameboy Advance platform. It lets you use the device's buttons to toggle GPIO pins....

Optimise HTML5 Apps For Mobile WebKit

Use zepto.js not jQuery. Use -webkit-transition and -webkit-transform wherever possible. Especially useful if you are developing with...