Also zip (postal code) information is not in the public domain in the UK. It is a commercial database which you can licence from the RoyalMail or probably a reseller.
Ziptastic: Isn't a zipcode enough?
81–90 of 113 posts
Re: Ziptastic: Isn't a zipcode enough?
#82Re: Ziptastic: Isn't a zipcode enough?
#83Re: Ziptastic: Isn't a zipcode enough?
#84If you're going to do this, do the whole enchilada: zip code + person's name ought to give you their whole address for 99% of the population (hint: voter records). Well, 95%, considering such records are often out of date. The problem is this will likely spook many people - "how does this website know my street address?"
Maybe if more people get creeped out, they'd understand how scary the modern age is and we'd get finally get some decent privacy laws.
Re: Ziptastic: Isn't a zipcode enough?
#85If you're going to do this, do the whole enchilada: zip code + person's name ought to give you their whole address for 99% of the population (hint: voter records). Well, 95%, considering such records are often out of date. The problem is this will likely spook many people - "how does this website know my street address?"
Re: Ziptastic: Isn't a zipcode enough?
#86If you're going to do this, do the whole enchilada: zip code + person's name ought to give you their whole address for 99% of the population (hint: voter records). Well, 95%, considering such records are often out of date. The problem is this will likely spook many people - "how does this website know my street address?"
Present a blank form with the usual fields: Name, Address, Birthdate, and so on. The user fills in whatever information they want, and the software uses multiple data sources to infer the missing information and fill in the missing boxes as the user types. Each character or field might be colour coded according the conditional probability of its being correct, or a drop down menu may appear once the number of alternatives is manageable.
Bonus points if the software can solve the inverse problem: Given an identity and partial information, what is the minimal required set of publicly available information required to establish a unique identity.
Edit: fix grammar
Re: Ziptastic: Isn't a zipcode enough?
#87My big pet peeve is when they ask you what type of credit card you're using, when that is easily determined by the first four digits of the CC number. Thankfully, more and more web sites are figuring this out.
Even less than that -- if the card # starts with "4", it's Visa; 36|37 is Amex; 5[1-5] is MC and so forth. Totally with you, why do I have to choose from a dropdown -- you already have my number!
Re: Ziptastic: Isn't a zipcode enough?
#88I'm not sure if this is supposed to be USA-only or not. It seems to ask for 'country', so I assume it's aimed at the whole world. And here's where reality disagrees with your simple organisation. * First "zip code" is mostly an American term, "post code" is used in other anglosphere countries. * Not all countries have "everyone is in a city" model, this seems to happen in the USA, where 'city' is often an administrat…
Yeah this doesn't work at all if you live outside USA. The post code for Auckland CBD (in New Zealand) is 1010. So if I try http://zip.elevenbasetwo.com/?zip=1010 It gives: {"country": "US", "state": "MA", "city": "BRIMFIELD"}
Re: Ziptastic: Isn't a zipcode enough?
#89Re: Ziptastic: Isn't a zipcode enough?
#90Full ZIP codes are actually 9 digits: a 5 digit prefix, which is what people are used to -- and a 4 digit "block" extension. Each city will typically have many block extensions, and probably multiple prefixes associated to it.