Accessibility Tools
& Wizards
- Accessibility Tools
- Accessible Table Builder - Create an accessible table using
scope, header and id attributes using a wizard to guide you through the process.
- Accessible
Form Builder - A new version of the form builder tool, this time with
more advanced features, including the option of selecting what type of input
you need.
- Pop-up Window Generator - Create pop-ups that are accessible and search engine-friendly
- Form
Element Generator - Lets you easily build individual form elements that
are accessible (requires JavaScript to work)
- Favelets
- Little pieces of JavaScript that can be saved as favourites in Internet
Explorer, Mozilla and Opera. You may find these useful for checking features
of a page (for example, what links are present, images missing alt attributes
etc
- Dreamweaver
4 Modifications - A selection of modified DreamWeaver 4 objects that offer
better accessibility options, including
<abbr>, <acronym>
tags and additions of title, class, and id
attributes on other tags. The <table> dialogue has also
had a make-over, accepting a summary and caption
attribute.
- General Developer Tools
- New: Checkbox Maker - Converts a block of text into a series of checkboxes, with labels and all that jazz
- Markup Maker - Takes a simple list of page ids that you enter and converts it to a valid XHTML document
- Yes/No list creator - It's a tool for quickly generating accessible, XHTML-compliant yes/no radio button choices from a list
- Insta-Select - An easy XHTML-compliant
select list generator
- List-o-matic - Create CSS-styled navigation blocks based on unordered list
<li> items. Get your semantics on!
- Acrobot - converts all your acronyms/abbreviations using the
<acronym> and <abbr> tag
- HTML
to JavaScript Convertor - Similar to Response.Right, this tool takes your
markup and converts it to a series of
document.write() statements
that you can use in a block of JavaScript.
- XFN (XHTML
Friends Network) Link Creator - Build up XFN-friendly links for copying/pasting
into a blog-roll or navigation menu.
- Response.Right
- Save time converting large blocks of text/HTML to server-side write statements
(such as PHP
echo or ASP response.write) with
this handy convertor.
- Quick Escape
- Converts HTML to escaped characters suitable for pasting into form textarea
inputs.