4
votes
7answers
183 views

Non-standard symbols indicates special function

Everyone most web users understand that the asterisk (*) indicates that the fields on a form are required. But what about non-standard symbols? Our UX team is currently working with an application ...
2
votes
2answers
91 views

What should the default selected action be for destructive actions in a dialog?

When a user is about to perform a destructive action that cannot be undone, what should the default selected option be on the confirmation/warning dialog box? In this example, the user is about to ...
42
votes
6answers
4k views

Why don't ATMs give you cash before your card?

I live in Australia, so this might not apply worldwide, but here, when withdrawing money, the ATM will give me back my bank card, then several seconds later the cash comes out. This typically leads ...
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 ...