Questions tagged [postal-code]

A postal code is a series of letters and/or digits which is useful to identify the a particular region within a postal address. Once postal codes were introduced, other applications became possible.

A postal code is a series of letters and/or digits which is useful to identify the a particular region within a postal address. Once postal codes were introduced, other applications became possible.

In February 2005, 117 of the 190 member countries of the Universal Postal Union had postal code systems. Countries that do not have national systems include Ireland and Panama. Although Hong Kong and Macau are now Special Administrative Regions of China, each maintains its own long-established postal system, which does not utilize postal codes for domestic mail, and no postal codes are assigned to Hong Kong and Macau. Mail between Hong Kong, Macau and mainland China is treated as international.

399 questions
0
votes
1 answer

Validate Postcode in Access?

I have been searching around for a way to do this but I am finding it hard :( I am very very very new to VBA (In fact, I have not used it) but I am determined ! What I want to do is validate a postcode so that it formats it and checks it. I have…
williamchanter
  • 169
  • 1
  • 5
  • 13
0
votes
1 answer

geocode longitude and latitude from UK postcode?

Can this be done on the fly using PHP? I have a list of addresses with uk postcodes, but I need the longitude and latitude to use with google maps?
Bomber
  • 10,195
  • 24
  • 90
  • 167
0
votes
1 answer

RoR Location Search

Sorry for the fairly open question but I was wondering whether anyone had any advice on the best way to create an app that searches for properties within a particular radius. The best example of what I am looking to achieve is RightMove. I was…
0
votes
4 answers

Google Map Distance Calculation between Two Lat/Lng Points?

What will be the best way (or) Is there a Google's way already to Calculate the simple Straight Line Distance between Two Points, based on Lat/Lng or even on Postal/Zip Code is possible?
夏期劇場
  • 17,821
  • 44
  • 135
  • 217
0
votes
1 answer

Monitoring function access

I would like to write a text in a log file every time someone calls a function into my assembly. I know that I should use postsharp but it's too expensive for my purpose. If there are any other possibilities, please inform me of those.
Salvatore Di Fazio
  • 705
  • 2
  • 7
  • 25
0
votes
2 answers

UK Google Maps Postcode Boundaries Overlay

I want to do some geographical visualisations as part of a .net web app. I am quite open to non Google solutions. I'd like to show concentrations of customers. There are lots of customers so I don't want to use pins. I was thinking of colorcoded…
user1102550
  • 543
  • 1
  • 7
  • 24
0
votes
1 answer

postcode checker for UK

I want to use an postcode checker. Here I will put post an postcode in textbox. then it automatically filter all UK addresses related to that postcode. From where will I get this api? Is it payable or free? And also provide how to use this api.…
Ripa Saha
  • 30
  • 7
0
votes
1 answer

Getting latitude and longitude from a postcode table (MySql) and joining to another table

I have a charities table with fields: charity, postcode and a postcodes table with fields: postcode, lat, lng I want to POST a postcode from a web page and find the nearest charities I'm something of a mysql beginner so I'm a bit lost, but I've been…
Phil Barnett
  • 75
  • 12
0
votes
0 answers

Can I use the geocoding web-service to create another web-service to provide some free information?

I developed a web-service that uses Google Maps API web-services to get the complete address of a zip-code in Brazil. I created this service to give a free way to developers get complete address based on just the zip-code. That's because the…
JoKra
  • 11
0
votes
2 answers

Find nearest postcode to Latitude Longitude in MySQL

I have a table Postcode which holds all UK postcode (approx 1.8m i think) CREATE TABLE `Postcode` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `Postcode` varchar(8) DEFAULT NULL, `Postcode_Simple` varchar(8) DEFAULT NULL, …
JohnHenry
  • 505
  • 8
  • 21
0
votes
1 answer

How to get address from postcode

Possible Duplicate: UK Royal Mail PAF address finder via postcode alternatives? I want to implement a functionality of getting the street address from postcode. I'm working in php. So i need a solution to implement in php that will translate…
MJQ
  • 1,778
  • 6
  • 34
  • 60
0
votes
1 answer

PostCode search in a Radius using sql server 2008 GeoGraphy

I followed this blog [http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/sql-server-2008-proximity-search-with-th] and did everything which was guided and I am glad things went fine, my table definition is mentioned below and the query I am…
Shax
  • 4,207
  • 10
  • 46
  • 62
0
votes
1 answer

Validate postal cade using Regex on each character

I am trying to validate a Postal Code for Canada using Regular Expressions, but I would like to test each character as it is entered rather than wait until the user submits the form. All of the examples I have found so far (including this one), seem…
DanielAttard
  • 3,467
  • 9
  • 55
  • 104
0
votes
2 answers

Postcode sectors from postcode

Hi i need to extract to the postcode sector from a full postcode. See below for to see how i need this to return. User inputs "BA12 3GH" Script Returns >> "BA12" User inputs "H2 3NM" Script Returns >> "H2"
David Allen
  • 1,123
  • 2
  • 10
  • 24
0
votes
1 answer

Converting an Address into a Postcode

So I am retrieving some location data from a form, and submits the form to a php script. I want it to be that people can type in an address, postcode, or place name, and it converts it into a postcode for processing. How would I convert the place…
Matthew
  • 2,232
  • 4
  • 23
  • 37