Here in Brighton a good number of the bus stops have electronic boards, that tell you when the next buses are due. The data for these boards is available online and even provides data for stops that don't have the electronic boards. In fact there's an free iPhone app available …
Articles tagged with Javascript
Chumby Podcast Client Source Code
Ok so I blogged about a podcatcher/podcast client for the Chumby quite a while ago (August 2008 to be precise). At the time I said I'd tidy things up and release the source code etc. Well that didn't quite happen, but I figured I might as well release the …
An iPhone friendly, local storage backed, offline TODO list webapp
A while back I had a go at using the local storage features being added to javascript to create a simple TODO list app. The main focus of the app was getting it all to fit under 5K (5120 bytes), but it was a good test of using a client-side …
A Huffduffer Widget
When Jeremy talked about Huffduffer at March's £5app he revealed that pretty much every page in Huffduffer had a RSS/JSON/XML version. A couple of weeks back, I asked whether Huffduffer supported JSONP. After a quick reply back from Jeremy that it wasn't, there was another reply within an …
Client-side sql databases in Javascript
It occurred to me that I didn't really go into much detail about the local storage part of my 5K TODO app. It's quite a neat piece of tech and because it works in Safari it also works on the iPhone. That obviously means you can use javascript+local storage …
A 5K javascript, local storage backed, TODO list app
More 5K App preparations. After using Java to write a 5K Twitter Client it's time to change languages and dive into some Javascript. So the next 5K app is a TODO list app (a bit like 37Signals Ta-da List). The app runs locally in a browser that support the local …