Where's Albert Box - Improvements
OK, I've placed myself dynamically on the map more precisely. I have 4-tier mechanism now:
1) First, the default method, I can control my location via SMS messaging, definiting my position (i.e. "in New York City", "in Seattle", etc.) This creates an RSS feed with my lat and long that I can read, parse and use to render my location via the Google Maps API.
2) Second, I can geo-locate myself based on where I am logged in online using a little client app. This isn't perfect, it uses the ISP provider location. It isn't as flexible as 1 because you have to be online, while 1 works from anywhere, you just need a cell phone.
3) If 1 and 2 fails I can geo-locate myself by hand (Google Earth or other) and save the value in a database table that gets looked up. More tedious, and same problems that 2 has.
4) If 1,2 and 3 fail, a hard-coded value places me in NYC near my home.
What's new is items 1 and 2, pretty cool. So easy to use. And pretty much instantaneous. You can also be fairly accurate ("at 35th Street and 5th ave in New York City" for example)

