Simon Willison’s Weblog

Subscribe
Atom feed for usability

96 posts tagged “usability”

2003

Label elements

Peter Van Djick asks why does hardly anyone use LABEL tags? It’s a very good question—in my opinion label tags, like title attributes on links, are a complete no-brainer. They’re well supported by all modern browsers, completely backwards compatible (in that there are no ill effects for older browsers), great for accessibility and easy to implement. They’re much more than just an accessibility issue—the usability of a form is dramatically increased by the addition of label tags, especially for radio and check boxes where they greatly increase the “target area” for the user to click on.

[... 235 words]

2002

Usability.net rant

Someone, please, tell me UsabilityNet is a joke. Spotted via an article on hebig.org, UsabilityNet (apparently recently redesigned) claims to be “a project funded by the European Union to provide resources and networking for usability practitioners, managers and EU projects”. Again, IANAUE but here are some things wrong with it just off the top of my head:

[... 407 words]

Opera usability problems

Matthew Thomas lists 21 usability problems with the Opera 7 beta.

Usability Views

Usability Views (via Zeldman) lists articles from a number of Usability related sites in a variety of different ways, including order-by-most-popular. Popularity appears to be judged by the number of links to that article around the web—I doubt the site is indexing the whole web so could this be another (very clever) application of the Google Web API? Grabbing the number of results for a Google link: query should be easy enough, and would be a great way of judging the popularity of external content. Here’s hoping Usability Views adds a “how this works” page in the near future to satisfy my inner geek.

Uzilla

Uzilla (via SurfMind) is a commercial product built on top of Mozilla:

[... 231 words]

Usability and interface design

This course covers HCI with a heavy emphasis on implementation. We will be developing the interface/interaction components of software using Java, in particular the AWT and Swing toolkits.

[... 441 words]