an object used to operate a physical or virtual device. For questions regarding how to present and implement controls for a particular interface or interaction.
9
votes
6answers
20k views
ExtJS vs. JQuery [closed]
From a UX design perspective (design freedom, interaction polish, usability, skin-ability, etc.), what JavaScript UI framework is best? Particularly, we are looking at ExtJS and JQuery. And, yes, we ...
21
votes
13answers
1k views
Is it better to prevent a forbidden action or display an error/explanation message?
There are multiple examples, so I'll pick a specific one to focus the question.
Let's say a user can have specific characteristics (or permissions):
Admin, Virtual, External, Financial, etc.
To ...
15
votes
9answers
2k views
What's the best way to present date of birth form fields?
I am building a form that requires users to enter in their DOB. What is the best practice for this? I have identified 3 basic options:
Free Text Field Users are able to enter day, month and year in ...