Projects

Below are various projects (of varying magnitude) that I have worked on over the years (it's not quite up to date yet). Please email me with any comments or suggestions.

Map a list of addresses

Marker Icon

I sometimes find myself wishing that some website or other displayed their data in a map. To solve that problem, I created this simple page where I can paste in the list of addresses and map them myself.
Click here to use it yourself.

Javascript Bind

In working on the above project, I realized I wanted a javscript equivalent to boost::bind. Prototype gets part of the way there, but doesn't quite do what I wanted, so I wrote my own version.
bind.js