There are at least two web accessibility guidelines: Section 508 from the federal government and WCAG from the W3C .

What’s an quick, simple, cheap method for testing or validating web accessibility?

Their are a number of tools available that attempt to provide automated accessible testing:

These tools are a great place to start and by passing these tests your website will be usable by screen-readers, braille printers and other accessibility tools. That said, making an excellent site really cannot be automated. Improving accessibility includes things such as descriptive links, content that doesn’t require a user to visually scan a page, using the <abbr> tag, useful description of images, labels, allowing text to be resized (use em not px), etc. The W3C provides an excellent article entitled: How People with Disabilities use the Web.

Accessibility software:

What about PDF’s?

Isaac Vetter – Webmaster