Tag Archives: accessibility

HTML table code

I’m ashamed to say that when I first started creating websites, I used HTML tables for layout. But that was a long time ago before I realised how bad they are for accessibility, and the problems they cause for disabled users.

Why are tables bad?

Tables were intended to be used for holding tabular data, and never intended for the positioning of layout elements on your page. This alone doesn’t mean you shouldn’t use them, but indicates a reason that you should use something else. At the end of this article I’ll explain why CSS is a much better solution.

Continue reading

Posted in Website management | 36 Comments

Open sign for shop

Websites are now a major part of our lives. We’ve become used to doing shopping online, socialising with our friends online, planning events, booking holidays, and doing business. We can do all of these things from the comfort of our own home, or when we’re out and about using mobile devices. This makes websites extremely accessible.

Continue reading

Posted in Website management, Website marketing | 2 Comments

Screenshot of Nibbler front page 2009-2010

Nibbler is a tool for testing websites against a range of criteria. It will give your website a score out of 10 depending on how popular, well built and accessible your site is. Sites which do better at these tests will get a higher score, and the top 100 sites will appear on the “top sites” list.

Continue reading

Posted in Nibbler, Website management | 4 Comments

Lots of photos

If you use any automated tools to test your website (NibblerSiteRay, W3C validator etc), many of them will pick up errors if you haven’t specified any “ALT text” on your images. “ALT text” is an attribute which should be added to any visual item on your web page. It’s mainly used on images to provide a text alternative to the graphical image, as not everyone can view an image. Providing an alternative allows all users to access the same information, whether they can see an image or not.

Continue reading

Posted in Website management | 7 Comments