Tagged Questions
5
votes
3answers
161 views
select from predefined list if exist ,else insert a new item to the list?
What's the best experience to do the following:
The user will insert a new subject(text) only if it isn't in the existing list. So, it will be added to the existing list for all users.
I have ...
4
votes
3answers
201 views
Standards for HTML access keys
Wanted to see if anyone has done some research on standard HTML access key. I have notices after doing some research many sites including Apple have incorporated the accesskey="s" on its search box. I ...
2
votes
0answers
195 views
Are “reset” buttons redundant? [duplicate]
Possible Duplicate:
Is a cancel button necessary in a web form?
Are form "reset" buttons redundant? If not, why not? Give me a case where they are completey accepted, useful and maybe even ...