Skip to Content

Aarron Walter

XHTML | CSS |

Archive for the 'Accessibility' Category

Moving Towards Accessible Development

08 Dec . 2006

Recently I’ve been talking a bit with my students about the role of accessibility in their internships/jobs in the web world, and many have said that their employers don’t see a lot of value in it for their site. I found that a bit surprising as so many evangelists have been actively promoting the benefits (a broader audience, search engine optimization, increased support for PDAs/phone display, usability conveniences for all) and ease of writing accessible code. As a teacher of Interactive Design, I have some power to change this thinking by teaching my students the value of accessibility and how to build it into their projects. Below is a bit of an accessibility round up of a few useful tools, articles, sites, and informative podcasts about the topic that may help inform/convince you about the importance of accessibility.

A Clearer Understanding of (X)HTML Forms

14 Nov . 2006

The Web Standards Project has some very useful, and sometimes quite entertaining, tutorials setting readers straight on some important topics that you may think you have already mastered, such as (X)HTML forms. Their forms tutorials explain beginner, intermediate, and advanced techniques with a focus on accessibility. Of course they also talk a bit about how CSS can be used to layout and format your forms so they can be as beautiful as they are Accessible. The advanced tutorial talks about the :focus pseudo element, which works in Mozilla browsers and can be used to alter the style of a form element when the user tabs to the element or clicks inside it.

If you are not familiar with label, fieldset, legend, and optgroup then these tutorials are for you.