Earlier quoted context omitted.
I was just about to say the same thing. I also noticed it doesn't ask you for the name on card. I'd suggest using PayPal or Google Checkout with the whole trust issue.
Really bad. Use PayPal for donations.
Ziptastic: Isn't a zipcode enough?
41–50 of 113 posts
Re: Ziptastic: Isn't a zipcode enough?
#42If 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?"
I requested a car insurance quote from Progressive, and the first form in the process asked for my name and street address. After that, it gave me a list of the vehicles I owned and asked which one was I inquiring about.
I know that these are public records, but it still seemed a little creepy to me.
Re: Ziptastic: Isn't a zipcode enough?
#43Would love to see a cross-country solution here. Data should be available for free in every contry that actually use postal codes.
Re: Ziptastic: Isn't a zipcode enough?
#44Unfortunately in some cases a zipcode is in fact not enough, as it's possible for a zipcode to spread across multiple towns. However, if you have a full 9 digit zipcode then you can in fact always determine. However, even if you can't always determine this information exactly, a zipcode should be enough to pre-populate these fields for you most of the time, and in those rare cases which they don't a choice can be pre…
You could always have the city state and country pop up as separate, pre-filled input boxes once the zip code is entered, so the user has a chance to correct it.
Re: Ziptastic: Isn't a zipcode enough?
#45And 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 administrative division, and you can have a city of 1,000 people. "County" would be used in Ireland & UK.
* In some places Country = State, e.g. Ireland. The law & Consitution there consistantly refers to 'Irish State'. Likewise the European Union has 27 member states. Each State is a Country. (Some States (e.g. UK) are made up of several countries).
* Some places don't have post codes (or zip codes) at all. (e.g. Ireland).
Addresses are hard.
Re: Ziptastic: Isn't a zipcode enough?
#46I just love it when people create projects to solve problems that have already been solved before. 5 minutes of web searching would have told you: * The USPS already has this information * ZIP codes are not precise enough to provide a single city/town result (in fact, many web sites already get this wrong). * ZIP+4 codes will give you block-level detail, but I doubt more than a few percent of people know what their +…
Re: Ziptastic: Isn't a zipcode enough?
#47I went ahead and setup http://ZiptasticAPI.com/ instead of using GET you just add the Zip code to the url ex: http://ZiptasticAPI.com/40504 all the code is on github https://github.com/joshstrange/Ziptastic I just wanted something a little cleaner and without using GET.
Re: Ziptastic: Isn't a zipcode enough?
#48Earlier quoted context omitted.
I was just about to say the same thing. I also noticed it doesn't ask you for the name on card. I'd suggest using PayPal or Google Checkout with the whole trust issue.
Really bad. Use PayPal for donations.
Then you have something you sold and you can use the money for hosting, avoiding 'donation' entirely.
Re: Ziptastic: Isn't a zipcode enough?
#49My 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.
Re: Ziptastic: Isn't a zipcode enough?
#50The problem with this service and smaller services like it is that they are very likely to go offline with no warning.
Well, one nice thing is that you can fork it on github and setup your own API server. My main goal is to change how forms on the internet are filled out and to reduce the barrier of entry for people trying to give company/people money or information.