We're seeing more and more websites that are using postcode information to provide information to users. Here are a couple of ways that postcode info can be used:
One common task is to calcuate the distance between two points... which in practice means between two postcodes. Those of you who remember your Pythagoras will have an idea how we do it.
In this example, there's one fixed postcode - W4 3DD (our address) - and one "variable" postcode that you can enter into the following form:
Enter a postcode here to find its distance from W4 3DD in London:
While calculating the distance between postcodes is easy to do, it's not terribly useful.
A more common application is to "find my nearest...".
Enter a postcode here to find your 10 nearest Wi-Fi Hotspots:
Here's what happens behind the scenes: