What is web accessibility? | Email: web axe [at gmail] NOSPAM! dot com
Friday, September 30, 2005
Good and bad examples of the ALT parameter. Long descriptions and D-links: what are they and how do you code one?<img href="mskensington.jpg" alt="Ornate photo of Ms. Kensington" />
<img href="earningschart1.jpg" alt="Chart of XYZ Corporation Earnings 1995 through 2005" longdesc="long_desc_earningschart1.htm" />
<img href="earningschart1.jpg" alt="Chart of XYZ Corporation Earnings 1995 through 2005" />
[<a href="long_desc_earningschart1.htm" title="Long text description of earnings chart">d</a>]
Labels: accessibility, alt, code, image, podcast, text, web
Thursday, September 29, 2005
Here's the first Web Axe promo clip (MP3, 64kbps 44khz). Feel free to play in your podcast or wherever else. Please do not modify the file.Labels: accessibility, podcast, promo, web
Wednesday, September 28, 2005
Going over some simple but important techniques for web accessibility including text links, heading tags, close links on popups, and dropdown menu (select) links.Labels: accessibility, heading, menu, podcast, popups, web
Monday, September 26, 2005
What you need to know to make your table accessible. This means your tabular data table, of course, since we're no longer using tables for layout, right? Dennis covers summary, caption, th, scope and abbr.<table width="100%" summary="Three-column table of annual average temperature and humidity for all United States">
<caption>
Average temperature and humidity for the United States
</caption>
<tr>
<th scope="col" abbr="state">State Name</th>
<th scope="col" abbr="temp">Average Temperature</th>
<th scope="col" abbr="humidity">Average Humidity</th>
</tr>
<tr>
<td>Alabama</td>
<td>50</td>
<td>50</td>
</tr>
<tr>
<td>Alaska</td>
<td>50</td>
<td>50</td>
</tr>
</table>Labels: accessibility, caption, code, data, header, podcast, scope, table, web
Sunday, September 25, 2005
How to add a label tag to a form element. This makes your form element such as an input field accessible and a little more user-friendly.<form>
<label for="txtEmail">Your email:</label>
<input type="text" name="txtEmail" id="txtEmail"/>
</form>Labels: accessibility, code, element, form, input, label, podcast, web
Sunday, September 18, 2005
The first Web Axe episode covers what this blog and podcast is about, a little background on the host Dennis Lembree, and a few important URLs for Web Accessibility.Labels: accessibility, administrative, podcast, web
Thursday, September 15, 2005
Welcome to Web Axe -- the blog and podcast of practical web accessibility tips. The first podcast episode is coming soon. Please leave a comment with any suggestions or ideas. OrLabels: administrativen
web 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