Comments

  1. 001 // Bryan Veloso // 01.14.2007 // 8:38 PM
    I noticed that a few nights ago while studying your site. I really love that touch. :D
  2. 002 // Luke Dorny (luxuryluke) // 01.14.2007 // 11:26 PM
    Freakin’ brilliant, Jeff. Is this something that you have been able to work out with Django, or is it a universal (sort of) method?
  3. 003 // Jeff Croft // 01.14.2007 // 11:50 PM
    Luke, I’m doing it with Python/Django, of course, but I’m sure it could be just as easily done with any language. I’ve just created a “Place” object in my database that has lat/long fields and then I parse the Flickr API data for nearby lat/long photos. :)
  4. 004 // Kyle Jones // 01.15.2007 // 10:37 AM
    most impressive.