The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
28 views

Phones and numeric keypad [duplicate]

Possible Duplicate: Why do numpads on keyboards and phones have reversed layouts? Why dose the key layout of a phone goes from 1-9 top-bottom and the numeric keypad of a standard keyboard ...
4
votes
4answers
1k views

best way to display phone numbers from various countries?

The site I'm working on will list contact data for dealers from around the globe. I'm uncertain what the best way to display non-US phone numbers is. Reading Local conventions for writing telephone ...
12
votes
4answers
2k views

Should I manually hyperlink phone numbers using “tel:” on my websites?

In code, you have the ability to make a phone number on a website into a link by prepending the phone number in the href with a "tel:" So, for example, you can create a link to 800-867-5309 with the ...
2
votes
2answers
106 views

Replace polling with clever simulation

On our website, users can type in their phone number to verify it. We initiate the call and pop up a verification code on the screen. However the dialog box stays up indefinitely, until the user ...
4
votes
2answers
128 views

Validating Phonewords/Vanity Numbers

I am redesigning a system where the user can enter various contact details for associates via a personal details form. In this form there is a phone number input field. After a phone number is ...
12
votes
9answers
2k views

friendly format for Phone Numbers

Currently on my website users are required to input their phone number in a very specific format (555-555-5555). If you forget the dashes it breaks. Does anyone have a good suggestions for how to be ...