Please take a look at my GitHub page. It will have all the latest on what I get up to in my spare time.
iOS
Notethread
my free threaded note taking app, available via the AppStore
Intervalist
a simple Interval app that I created to try out creating my own @protocol's in objective-c
Quotaii (in development)
a simple volume usage application that makes use of my iiVolumeUsageAPI.
iiVolumeUsageAPI
is an implementation of the iiNet Toolbox API. It explored more on the value of @protocol's in writing a provider that abstracted out how the usage data is retrieved. I learned a lot with the native XML parsing capabilities as well as simple synchronous URL requests.
JLButtonScroller
is a very simple implementation to set the content area of a scroll view with buttons from a given data source.
JavaScript
Stamp Pad
time stamped note taker that uses local storage. This was a mix of trying out a new JavaScript writing style and trying to use HTML5 localStorage.
Stamp Pad - Backbone.js
is a light implementation of Stamp Pad using Backbone.js. I wanted to see how Backbone.js worked and decided my previous web app was a good test bed to convert.