August 272009
Web forms
I was shopping online yesterday and when it came time to enter my credit card number, the form had a stern warning - "No Spaces".
I have used many different forms online and many of them have these sort of limitation: credit card numbers, phone numbers, zip codes are the most frequently occurring.
So basically, the web site developers are putting the onus on to the customer, instead of on to the server's computers. How hard is it to remove spaces from a credit card number? Or to understand that not all countries have 5 digit zip codes?
Why do programmers ask people to do jobs that are better done by computers?
And why do they ask people questions that a computer program can find out for itself?
I have used many different forms online and many of them have these sort of limitation: credit card numbers, phone numbers, zip codes are the most frequently occurring.
So basically, the web site developers are putting the onus on to the customer, instead of on to the server's computers. How hard is it to remove spaces from a credit card number? Or to understand that not all countries have 5 digit zip codes?
Why do programmers ask people to do jobs that are better done by computers?
And why do they ask people questions that a computer program can find out for itself?
