Articles tagged with Application

Kite Physics

By john

I've finally managed to finish the Kite Physics Demo I started back in October:

It's more of a plaything than anything else. It did give me a chance to try out writing some physics code again, something I don't get much of a chance to do …

watch-cp.py

By john

During software development it's key to minimize the time between editing code and seeing the results of a change. During web-development the constant tweaking of CSS/HTML/Javascript etc means you're always reloading the browser to see changes.

At work I do a lot of Java web development, which normally …

Introducing NoteComb

By john

I've been writing an application for my other half in recent months to help her organise observations of the children in her class. I've actually written two versions of the app. The first was dubbed "Observertron" and in retrospect was overly complex. After a bit of thought I was able …

A 5K Twitter Client

By john

So as part of preparations for the 5K App I'm writing a few example apps. The first one so far is a 5K Twitter Client, which makes it smaller than the Twitter logo itself (at 5.4K).

Check out the demo video to see it in action or download 5KTwit …