the effectiveness, efficiency and satisfaction with which specified users achieve specified goals in particular environments.
While I used to compile a single source file with Cmd+K in prior versions of Xcode, how does one …
xcode4 compilation usabilityAnybody have good examples of usability disasters? Here's an example. Hector is a manager with a large team. Department admin …
usabilityI'm quite anal about form validation. So while creating a validator for a "data of birth" (DOB) field in one …
usability validation date date-of-birthI have a custom ItemRenderer that displays 5 text inputs in each of 3 panels: <?xml version="1.0" encoding="utf-8"?> <…
apache-flex flex3 usability itemrendererI want to provide my users with an 'advanced' search engine. I basically have a lot of search criteria to …
user-interface usability search-engineIs there a way to test if a GUI is usable for color blind person? I know that it has …
user-interface usability accessibility color-blindnessWithin an article-oriented page (such as a blog post), the <h1> element (level 1 heading) is commonly used to …
html usability accessibility semanticsI'm somewhat used to the GUI idiom where when I type something wrong in a text input field a balloon …
java swing user-interface tooltip usabilityIn a brand new Rails application with a scaffolded RESTful model, the generated delete code looks like this: class BeersController &…
ruby-on-rails ruby http rest usabilityI always try to do the following: <label><input type="checkbox" /> Some text</label> …
html usability label