iSnare.com - Free Content Articles Directory
Authors Contents [Advanced Search][Add OpenSearch][Job Search]
Distribute your articles to thousands of article sites for only $2 and below! Read more...

Index  Internet
 

Using The Web Accessibility Toolbar

 
[ Contact the Author] [ Send to a Friend] [ Article Publisher] [Make PDF] [ Print] [ Bookmark & Share]
 
Read our Terms of Service before reprinting this article. The submitter specified above has claimed the rights to this article.
Trenton Moss

Using the Web Accessibility Toolbar

Testing a website for accessibility can be a time-consuming and laborious process. The free Web Accessibility Toolbar can do most of the hard work for you though and is an indispensable tool for anyone interested in accessibility.

The toolbar is not an automated testing tool so does require manual work from you. It's therefore able to avoid the many problems with automated accessibility testing tools. It doesn't require any technical knowledge so even the biggest technophobe can check their website for accessibility!

Installing the Web Accessibility Toolbar

You can download the toolbar for free from http://www.nils.org.au/ais/web/resources/toolbar, and after you install it, it will sit in the toolbar area of Internet Explorer. The total file size is just 550kb so the download won't take too long.

The toolbar only works on Internet Explorer on Windows, so if Internet Explorer isn't your first-choice browser you'll have to switch browsers when using it. (Alternatively, you can download the Web Developer Toolbar for Firefox which offers similar, but not identical, functionality.)

Using the Web Accessibility Toolbar

Now you've downloaded and installed the Web Accessibility Toolbar you can start using it! There are 12 buttons in total on the toolbar, each with a down arrow to the right of the text. If you click on the down arrow for any of these buttons then a dropdown menu appears with all the available options (alternatively you can use the keyboard shortcut keys assigned to each button).

Checking for document structure

One of the most useful buttons is the seventh, Structure. It's essential that the structure within the HTML code accurately reflects the visual structure of the page. This is so that visually impaired web users using screen readers can gain an understanding of the page structure.

Some of the most useful items in the Structure dropdown menu include:

Headings - Shows which items on the page are labelled as headings within the HTML code. The main page heading should be an (heading level one) and other headings should be s (heading level twos). Any sub-heading of an should be an , then and so on. Heading numbers should always be sequential - an shouldn't follow an if there's no . Headings are especially useful for screen reader users as they can call up a list of headings and jump straight to the section in which they're most interested.

List items - Shows which items on the page are labelled as lists within the HTML code, by displaying next to any list item. Lists can be horizontal or vertical, and all navigation should be marked up as a list item. Lists are very useful for screen reader users as the screen reader will announce the number of items in the list before reading the list items.

Fieldset / Label - Shows which items on the page are called labels within the HTML code. After selecting Fieldset / Label, the text next to each form should say the word label next to it - if not, that text hasn't been called a label in the code.

Table border - Places a border around each table. Nested tables within tables can cause huge difficulties for screen reader users. After selecting this item, the first table will have a black border the second blue, then green, yellow, orange, red and purple. If you see any of these last four colours it's time to take a good look at the code behind the page.

Table cell order - Shows the order in which the page is read out to screen reader users (if a table is used for layout). Hopefully, the order should be reasonably logical.

Checking the site works under all circumstances

It's important that your website doesn't depend on any one type of technology, or users whose browsers don't support that technology may be unable to access your site. You can check to see if your site depends on any one technology:

Images > Toggle Image/Alt - One of the most useful functions on the toolbar, replaces images with their ALT, or alternative, text. Alt text is read out to screen reader users or displayed to web users with images turned off, instead of the image itself (e.g. users on dial-up modems may turn off images to speed up the download time of pages). It's essential that the ALT text provides an adequate description of the image.

IE Options > Toggle JavaScript - Turns off JavaScript. After selecting this option, work through the pages on your website - is the whole site still accessible to you?

IE Options > Toggle ActiveX - Turns off ActiveX controls. Again, after selecting this, work through your website to see if the whole site is still accessible to you.

IE Options > Toggle CSS - Turns off CSS. Are pages still legible? If CSS is used for layout then you will see the page content in the order that it's read out to screen reader users. (If you toggle image/alt after this, you'll have a complete visual representation of what screen reader users will hear.)

Other useful accessibility checks

There's a huge amount of functionality available on the Web Accessibility Toolbar, but some of the other most important accessibility checks you can carry out with the toolbar include:

Validate > W3C HTML validator > Validate HTML - Checks whether the page is based on valid HTML or not. If the page is not valid, you'll be told why.

CSS > Deprecated HTML > Deprecated elements & attributes - Checks for code that shouldn't be used and is being phased out. A new window will open containing the HTML code - anything in red is deprecated and should be removed.

Doc info > Page speed report - Examines all the files used to display the web page and prepares a report on the average download speed for that page for different Internet connections.

Doc info > List links - Displays a list of all on-page links. Screen reader users can call up a list of links and jump straight to the page in which they're most interested, so it's essential that link text makes sense out of context. Link text such as ‘click here’ should be avoided at all costs!

Colour > Greyscale - Shows the page in greyscale. Great for checking colour contrast.

Other functionality

The Web Accessibility Toolbar offers some other interesting functionality:

Resize - See how your website looks for users on 640 x 480px, 800 x 600px and 1024 x 768px screen resolutions.

Tools > Simulations - Put yourself in the shoes of a special needs users with these fascinating simulations.

Conclusion

The Web Accessibility Toolbar offers an enormous amount of functionality. Download it for free from http://www.nils.org.au/ais/web/resources/toolbar and start using it. Without any technical expertise, you can perform a mini-accessibility audit on any site in just a couple of minutes.

Important NoticeDISCLAIMER: All information, content, and data in this article are sole opinions and/or findings of the individual user or organization that registered and submitted this article at Isnare.com without any fee. The article is strictly for educational or entertainment purposes only and should not be used in any way, implemented or applied without consultation from a professional. We at Isnare.com do not, in anyway, contribute or include our own findings, facts and opinions in any articles presented in this site. Publishing this article does not constitute Isnare.com's support or sponsorship for this article. Isnare.com is an article publishing service. Please read our Terms of Service for more information.

This article was written by Trenton Moss. Trenton's crazy about web accessibility and usability - so crazy that he went and started his own web accessibility and usability consultancy ( Webcredible - http://www.webcredible.co.uk ) to help make the Internet a better place for everyone. He also knows an awful lot about the Disability Discrimination A
Article Tags: page [See Dictionary], users [See Dictionary], toolbar [See Dictionary]
Got a question about this article? Ask the community!
Article published on November 24, 2005 at Isnare.com
 
Rate this article:

Beyond Guidelines: Advanced Accessibility Techniques
Submitted by: Trenton Moss

When creating accessible websites, most web developers and web managers tend to follow the W3C accessibility guidelines...

Some Basic Tests To Check Your Website For Accessibility
Submitted by: Trenton Moss

The Disability Discrimination Act says that websites must be made accessible to disabled people So how can you check that your website is up to par...

The Problem With Automated Accessibility Testing Tools
Submitted by: Trenton Moss

An automated accessibility tool is a piece of software which can test a web page, or even an entire website, for accessibility...

Separate Text-Only Version? No Thanks!
Submitted by: Trenton Moss

In an attempt to make their sites accessible to all, more and more websites are now offering text-only versions of their sites...

Manchester United: Top Of The Web Accessibility League?
Submitted by: Trenton Moss

A while ago Manchester United launched a separate accessible version of their website, manutdcom/access...

Benefits Of Making Your Website Accessible To Disabled Users - Part 2: The Business Case
Submitted by: Trenton Moss

The Disability Discrimination Act states that service providers must not discriminate against disabled people...

Improving Usability For Screen Reader Users
Submitted by: Trenton Moss

Simply ensuring your website is accessible to screen reader users is unfortunately not enough to ensure these users can find what they're looking for in a reasonably quick and efficient manner...

Benefits Of An Accessible Website: Part 1 - Increase In Reach
Submitted by: Trenton Moss

The DDA (Disability Discrimination Act) states that service providers must not discriminate against disabled people...

Benefits Of An Accessible Website: Part 2 - The Business Case
Submitted by: Trenton Moss

The DDA (Disability Discrimination Act) states that service providers must not discriminate against disabled people...

Beyond Web Usability: Web Credibility
Submitted by: Trenton Moss

If you've been developing websites on Mars for the past few years then you'll be forgiven for not knowing about web usability...

Disability Discrimination Act (DDA) & Web Accessibility
Submitted by: Trenton Moss

There's been widespread speculation about the new legislation being introduced under the DDA (Disability Discrimination Act), which will ensure that websites are accessible to blind and disabled users...

Don't Submit Your Website To Any Search Engines
Submitted by: Trenton Moss

We all want to get our websites high up in the search enignes but how do you do it One thing you shouldn’t bother doing is submit your site to any search engines...

How Disabled Users Access The Internet
Submitted by: Trenton Moss

In 1995 a new era of accessibility for disabled people began The Disability Discrimination Act was passed, stating that: “It is unlawful for a service provider to discriminate against a disabled person by refusing to provide any service which it provides to members of the public...

How To Find Good Keywords
Submitted by: Trenton Moss

Good keywords are frequently searched for (high demand) but not being targeted by many other websites (low competition)...

Linking Out Is Good
Submitted by: Trenton Moss

Many websites I come across don't have a single link to another website Ask the webmaster why not, and the answer you get is simple enough: "If I link to other websites people might leave my site...

The Gimp Tutorial And Free Gimp Download
Submitted by: Peter Nisbet

If you are looking for a Gimp tutorial, or 'the Gimp' as many refer to it as, then probably the best sites are those offering Gimp video tutorials...

Some Tips For Building a Website
Submitted by: Cathy Lindsay

A lot has changed in the virtual world since its creation, and even in the last ten years the bounds made in technology have allowed for richer, more engaging content on the World Wide Web...

Get Unexpected Growth With the Help of a Search Engine Marketing Firm
Submitted by: Steve Waganer

Usually, businesses that step into online market with a well established offline business strategy believe that they do not need to make any effort for grabbing attention of online consumers...

Make Easy Money as a Clickbank Affiliate
Submitted by: Sorabh Tondon

Don't you want to laugh at some of the ads you see "Make easy money as a Clickbank affiliate"...

About Artful Blogging
Submitted by: Indrani Sarkar

Finding specific information about artful blogging might not be easy, but we have gathered very helpful and relevant information about the general subject matter, with the ultimate aim of assisting you out...

Optimizing Your Affiliate Pages
Submitted by: Diana White

With no doubt, Affiliate Marketing is one of the most rewarded jobs in the Web However, it is not an easy field to rank due to the raising competition...

What’s the Difference?
Submitted by: Andy Crestodina

Any company that has looked into getting a new website will tell you that the price range can be enormous… A few thousand dollars...

Search First, Ask Questions Later
Submitted by: John Cooney

Searches are an extremely important feature for most sites, as the first step of every user task is finding where to begin...

Search Forum Topics the Easy Way
Submitted by: Nemanja Kuzmanovic

Message boards and forums are the place to go if you love to discuss the latest news and world events, chew on the merits of Firefox vs...

Designing the Best Website
Submitted by: Andrew L Perkins

What is the best website design for your company In fact, designing the best website may be entirely different from what others choose...

Graphic Design Principles
Submitted by: Andrew L Perkins

Depending upon your business, you may not realize your need for graphic design Also, you may have a graphic design need you’re not aware of...

Logo Design Principles
Submitted by: Andrew L Perkins

Think of some logos which are easily recognizable You know the ones: McDonald’s, Apple, Coca-Cola and others...

Web Site Design Principles
Submitted by: Andrew L Perkins

If you look around the internet, you’ll see websites of every kind You’ll see some which are well-designed while others may look like they’ve been thrown together...

Why You Need a Visually Appealing Website
Submitted by: Andrew L Perkins

You may have seen websites which have left you wondering “what on earth were they thinking” There’s so much information on the page you can’t make heads or tails out of the content and you can’t find your way from one page to the next...

How Would Effective Backlinks Help You in Online Business?
Submitted by: Michael D. Lee

Are you looking for alternate methods of earning money Are you completely depressed about the recession and your business-let downs...

Isnare.com Footer Divider

© 2004-2009. Isnare Free Articles - An Isnare Online Technologies Free Articles Project. All Rights Reserved.   Privacy Policy