Questions tagged [usability]

the effectiveness, efficiency and satisfaction with which specified users achieve specified goals in particular environments. This covers ease of use and learnability of software applications, websites, processes, or anything a human interacts with.

The ISO definition of usability:

The effectiveness, efficiency and satisfaction with which specified users achieve specified goals in particular environments.

Effectiveness: the accuracy and completeness with which specified users can achieve specified goals in particular environments.
Efficiency: the resources expended in relation to the accuracy and completeness of goals achieved. Satisfaction: the comfort and acceptability of the work system to its users and other people affected by its use.

Wikipedia:

Usability is the ease of use and learnability of a human-made object. The object of use can be a software application, website, book, tool, machine, process, or anything a human interacts with. [...]

883 questions
117
votes
7 answers

How can I handle time zones in my webapp?

I'm looking for better understanding of the following user story: John works in Sidney. At 9:00 in the morning, he logs an event in a web app that runs on a server in Zurich. The next day, he travels to New York for an emergency meeting in which the…
Aaron Digulla
  • 297,790
  • 101
  • 558
  • 777
111
votes
24 answers

What's the best UI for entering date of birth?

What is the best method for date of birth selector? 3 text inputs (month / day / year) or one mask input. User MUST use keyboard 3 select boxes. User can use keyboard or mouse. One nice datepicker. I want to know what is the most usable and…
Ionuț Staicu
  • 18,620
  • 11
  • 47
  • 58
110
votes
9 answers

Separators for Navigation

I need to add separators between elements of navigation. Separators are images. My HTML structure is like: ol > li > a > img. Here I come to two possible solutions: To add more li tags for separation (boo!), Include separator in image of each…
daGrevis
  • 19,600
  • 35
  • 95
  • 134
109
votes
13 answers

Eclipse's Ctrl+click in Visual Studio?

After working for a few days with Eclipse Java I totally got addicted to pressing Ctrl and clicking on an identifier to go to its definition. Since then I've been looking for a way to achieve this in Visual Studio as well. I realize VS has right…
shoosh
  • 70,450
  • 50
  • 199
  • 310
108
votes
1 answer

Eclipse: quick search on filename

Very often while working in Eclipse I realize that I remember class name, but forgot in which package this class is. Using Search is not very convenient. Too many clicks and key presses. I wonder, is there a plugin to simplify this process? For…
Aleksandr Kravets
  • 5,360
  • 7
  • 50
  • 66
79
votes
13 answers

Delay HTML5 :invalid pseudo-class until the first event

I recently discovered that the :invalid pseudo-class applies to required form elements as soon as the page loads. For example, if you have this code: