views:

39

answers:

2

Looking on some interesting links, I found Web Content Accessibility Guidelines. Under Abstract headline the articles states:

Following these guidelines will also help people find information on the Web more quickly

According to this statement,and furthermore according the whole article:

  • Does it worth to spend the time is needed and follow the guidelines?
  • Do you have any previous experience with it? What is your opinion?

I found an interesting tool for this purpose, do you have to suggest anything else?

+4  A: 

Yes, web accessibility makes the content more accessible for everyone and everythng, not just for handicapped people. You can imagine it's like installing a ramp next to the stairs -- instead of installig a specialized elevator for wheelchairs. With the ramp, everybody can use it -- people who walk just fine but feel like using it, people who need to carry something heavy, people with trolley carts, etc.

So, with your content made accessible, not just people browsing your web page will benefit -- also all kinds of automatic indexing programs, like the one that Google uses to index and rank pages, any scripts and plugins that your users will install in their browsers, and -- last but not least -- your content will be easier to access or recover in case of a failure -- for example, when your image-serving host dies and suddenly no images are loaded.

On the other hand, be careful about blindly following guidelines and using automated tools -- this is something that needs to be thought about, and at least tweaked manually. Unless you are legally obliged to follow the guidelines, you will want to pick the ones that give you the best improvements at the lowest cost, and that is very specific to your content.

Radomir Dopieralski
A: 

Your link is bad I think. Nothing works.

Web accessibility IS good for everyone online and should be part of your practice as a web developer. As Radomir said above, avoid the automated processes. Do the work yourself and make it easy and specific for you audiences. There are various tools out there to "check" your site for accessibility requirements, however, they do not check your site for the right type of information such as the correct way to use the ALT tag. Some tools I use are:

There are also some great resources to read online. Search for section 508 for example... take a look at:

Hope that helps you help others!

buildakicker