The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
I can't seem to find this even though it seems like 1) someone would have built it and 2) it seems SO EASY.
I'd like two fields - "From" and "To" - these can accept city/state, zipcode, or address (less crucial) and then it spits out the distance between the two. Probably uses Google Maps API I'm sure.
Google maps, from my limited testing seems to do everything you want. Just use the 'get directions' part. It tells you time and distance for am variety of routes. Or do you want distance as the crow flies?
Posts
http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsDistance
Have fun!