Javascript
-
Run Pace
Run Pace is my newly finished, super simple pace calculator site. Enter the data from your run (miles ran and the time you ran it in) and it will compute your average speed. I needed a site like this because I enter my average speed into the My Fitness Pal app which determines the calories I burned. However, I wanted a site that was visually minimalistic (in the same vein as my other side project, Minimal Tasks) and was really easy to use. There are a lot of pace calculator sites out there but I wanted one that was a lot more simple. Hopefully other people will find it useful as well!
-
Minimal Tasks Re-design
Moving to WordPress has giving me more time to work on a new re-design of Minimal Tasks which is definitely needed. I’m also cleaning up the code as well to make the actual size of the site as small as possible. Many thanks to Harold at Overcommitted for helping me out with my lack of design skills.
-
Minimal Tasks and a Real Web Host
It took me awhile, but I now have a project entry on my Projects page! Minimal Tasks is a project I’ve been working on for the past few months. It’s a super-simple, no login required, task entry site. It uses the
localStorageattribute currently in-use using HTML5. So your tasks are all stored in the browser – no need for a server-side database and no need for logins as well.