In this blog I’m going to write about many facts related to Internet and Technology and one of them that is very important this days is Usability.
As Jakob Nielsen defines in his book Prioritizing Web Usability:
Usability is a quality attribute relating to how easy something is to use. It refers to how quickly people can learn to use something.
Working for the web usability is esential because if the user can’t use your interface he will leave your site or get frustrated. In this blog entry, I will talk about labels, that tiny piece of code that helps to reduce the amount of kilometers we do with our mouse in a daily basis.
As Garret says, I’m obsessed with usability and efficiency, and I’m totally convinced that “If it needs instructions, it doesn’t work.” And with forms the label tag that is either overlooked or not common knowledge. Unfortunately, there are still many major sites that don’t use this simple and powerful tag.
He enhances:
Labels not only improve accessibility, but they make the clickable area for radio buttons and checkboxes significantly larger thereby directly increasing usability. (For more on this, check out Fitt’s Law.)
Also, screen readers for the blind people will associate a label with its respective input tag, which of course is a good thing.
Definition of Labels
Defines a label to a control. If you click the text within the label element, it is supposed to toggle the control.
We can see them at work in the Google.co.uk website:
Search:
Sobre la ley de Fitts
FUENTE: Wikipedia
La ley de Fitts fue aplicada por primera vez a la IPO por Card, English y Burr (1978), quienes usaron el Ãndice de rendimiento (IP, del inglés index of performance) para comparar diferentes dispositivos de entrada, quedando el ratón en primer lugar. (Este trabajo pionero, según la biografÃa de Stuart Card, «fue un factor crucial que llevarÃa a Xerox a introducir comercialmente el ratón»[1].) La ley de Fitts ha podido aplicarse bajo una gran variedad de condiciones, con varios miembros diferentes (manos, pies, miras montadas en la cabeza, ojos), dispositivos (de entrada), entornos fÃsicos (incluso bajo el agua) y poblaciones (jóvenes, ancianos, personas con discapacidades mentales y sujetos drogados). Adviértase que las constantes a, b e IP tienen valores diferentes bajo cada una de estas condiciones. Desde la llegada de interfaces gráficas de usuario (GUI), la ley de Fitts ha sido aplicada a tareas en las que el usuario debe mover la posición del cursor sobre un objetivo de la pantalla, como un botón u otro widget. La ley de Fitts puede modelar las acciones de point-and-click (señalar y pinchar) y de drag-and-drop (arrastrar y soltar). (Adviértase que arrastrar tiene un IP menor asociado, porque la mayor tensión muscular hace más difÃcil señalar.)
[…] usability one that any user expects when submiting a form. Which brings me back to the other entry about labels and forms. Even big portals have this kind of issues. And I think in the next years this is going to change, […]
[…] usuario acostumbrado a rellenar un usuario/password. Esto me recuerda la otra entrada escrita acerca de los labels y formularios. Incluso los grandes portales tienen este tipo de errores de usabilidad. Mi opionion es que en los […]