Weight Log

I've put together a web site to track my weight and exercise.
But mostly it's to play with Google App Engine.



In the process I discovered two things I didn't know about before:
  1. The Google Visualization API. It's a very neat way of putting up charts easily. One nice feature is the separation of data to data views. You can, for instance, download (via AJAX) one table with six columns and produce 5 charts from it with 5 views, very neat.
  2. You can use some libraries for free (i.e. it's doesn't count for your application's quota, and you get updates without having to manage it). For my app I used the dojo library.
I figure the more of these web application I make the easier it will become.

I'm not going to do an app a week like Web App Wednesday, but Google's sure making it easy to put up a site.

Comments

Popular posts from this blog

Shortest Sudoku solver in Python

Seven Segment Display in Inkscape

Dot to Png