Slashdot Mirror


GeoURL: We Know Where You Live, Work and Blog!

hrbrmstr writes "GeoURL is a location-to-URL reverse directory. This will allow you to find URLs by their proximity to a given location. Find your neighbor's blog, perhaps, or the web page of the restaurants near you. Many potential 'location-based services' can spring from this if the database gets big enough. The site has an easy process for maintaining your entries. And can even generate RSS feeds for a given geographical area."

6 of 188 comments (clear)

  1. geourl mapping using php and mysql by chrisranjana.com · · Score: 4, Informative

    Is it the same as this http://www.networldmap.com/TryIt.htm of is it different ?

    --
    Chris ,
    Php Programmers.
    1. Re:geourl mapping using php and mysql by cioxx · · Score: 5, Informative

      What you have linked is IP lookup tool. Not even close.

      The article talks about a service which is comprised of user-submitted links where you might find bloggers near your community just by providing coordinates on the globe, and specify the threshold of the perimeter in miles.

  2. Finding out your coordinates. by cioxx · · Score: 3, Informative

    If you're looking for the Longitude and Latitude information, you can get it fairly easy at Census site

    Too bad the original link in the article cannot witstand the hits. But the concept of it does sound like a good idea.

    I personally would enjoy finding out the location of few bloggers and kicking them in the mouth repeatedly so they stop whining and typing in caps on their pathetic sites.

  3. Geolocation is the future by edLin · · Score: 3, Informative

    Here are some Debian geolocation links for you:

    1. Re: Geolocation is the future by mutende · · Score: 3, Informative

      And then, of course, there's the Jabber World Map.

      --
      Unselfish actions pay back better
  4. IP-based lookup by nwetters · · Score: 4, Informative

    The site is slashdotted, so I haven't been able to have a look at it. However, if I were building a geo-search engine, I'd use the WHOIS data for the bulk of the indexing work, and for providing a default location for visitors. The tweaking around the edges (changing the location of the website or page), is just icing on the cake.

    No one really knows the accuracy of IP->Country lookup. There's an onlgoing thread on the london perl mongers list about this topic. Some geolocation companies state 98% accuracy, which is pure bullshit. It's more likely to be around 70%, with most of the error occuring in overestimation of US addresses.

    By the way, if you want a fast IP locator, here's one that's just as accurate as any of the commercial products. I'm surprised more people don't use this sort of stuff for providing intelligent defaults for their users when filling in HTML forms.