What is web accessibility? | Email: web axe [at gmail] NOSPAM! dot com
Wednesday, December 28, 2005
There are tables, there are forms, and there is accessibility. How should you use, or not use, these on a web page?<form action="foo.php">
<div>
<label for="email">Your email address:</label>
<input name="email" type="text" size="20" maxlength="50" id="email" />
</div>
<div>
<label for="sub">Subscribe</label>
<input name="action" type="radio" id="sub" value="add" checked="checked" />
</div>
<div>
<label for="unsub">Unsubscribe</label>
<input type="radio" name="action" value="del" id="unsub" />
</div><div>
<input type="submit" class="button1" value="Submit" />
</div>
</form>
form div {
clear: left;
padding .5em 0 0;
margin: 0.5em 0px 0px;
}
form div label {
font-weight: bold;
float: left;
width: 10em;
margin-right: 1em;
}
Labels: accessibility, form, podcast, table, web
Tuesday, December 20, 2005
What do the US, UK, Denmark, Australia, Italy, Japan and India have in common? Yes, they all have legislation for web accessibility!Saturday, December 03, 2005
Check out this article on A List Apart: High Accessibility Is Effective Search Engine Optimizationweb design | create a website | Website Templates | UK Web Hosting | Search Engine Optimization | search engine optimisation | web hosting | Cheap Domain Names
Add yourself to the Web Accessibility Enthusiasts mapper
Dennis Lembree is the founder of web development company Web Overhauls, which specializes in web usability, standards, and accessibility. Follow Dennis on Twitter: @dennisl
Ross Johnson runs a web design company (3.7 Designs) that takes a wholistic view on the web and art of constructing pages. They strive to be creative and unique. Follow Ross on Twitter: @3pointross