|
Website Accessibility
Making your site accessible means making it available to be used by all. It's too easy to think that what looks ok to you will do for all. Unfortunately, things aren't that simple.
Websites are no longer just looked at by people sitting down in front of a PC. Today, websites are viewed on PCs, laptops, palmtops, all manner of mobile devices, digital TV, they are viewed by non-human automated systems or robots and are read aloud by special software to the visually impaired. If your site cannot be used by all these browsers you are reducing your audience and it's not a small minority you're losing.
Content is king
The essence of accessibility is to put the content of a web page first and the design second. As an example, if you want to find out the opening time of a museum, you go to the site, navigate to the opening times page from the home page and read the time. You've got what you came for. Whether the times are set out in a table, in a stylish font with an attractive colour scheme really isn't that important.
Now imagine you're looking at the same site from your mobile browser. You type in the museum site's address and it connects. But wait. All you can see is the very top left of the page, the size of a postage stamp. You need to scroll across to find the navigation section. And then when you do find the opening times link it doesn't work. You can't find the information you need so you decide against going to the museum that day. Put yourself in the museum owner's shoes - you can see the impact this could have on your business.
How do you make a site accessible?
There are lot of things you can do but the simplest method is to use something called CSS. CSS stands for Cascading Style Sheet and is a file which sits along side the content file telling the browser how to style the content. For each section of the page you can preset a style (colours, fonts, sizes, etc.). Now, when the browser comes to the page it displays the content first and then according to its own settings accommodates the styling as best it can. You can see that using this 2 tier system, content first, styling or design second, the information is always accessible.
Making your site accessible not only means you are able to reach a greater audience but also helps with search engine rankings. The top search engines' robots scan through your pages on a regular basis. They're trying to establish the content and relevance of your site in order to rank it. Some robots are set to place more emphasis on the opening section of a page, for example, the first 25 words it finds. If your first 25 words are bogged down with instructions on which fonts to use, table widths, etc. it stands to reason that your page won't do as well as one with 25 first words of pure content.
If your site is not accessible, rebuild it now. The cost of a new accessible site is nothing compared to the money you could be losing. About the Author
Chris Smith works as a web designer, developer and internet marketing consultant. For further information on cheap web design solutions and accessible sites please visit Chris's website - Cheap Web Design (www.chris-smith-web.com)
Chris Smith
More Articles
Web Standards Part 1 : What are web standards? - Gary Moyle There is a lot of talk about web standards within the web community but to business owners talk of web standards is like double-dutch. This article will give the low down on what these technologies are and how they relate to your web business. When...
Why your site should be developed with CSS and semantic markup - James Kendall One thing that I have learned in over a decade developing web sites is that the Net is continually changing, and to keep up you need to change with it. One of the more recent developments in web design is the use of CSS and semantic markup. CSS and...
10 Tips on designing a fast loading web site - Rachna Asirvatham Tips and tricks on effective web design The Number 1 rule that every web designer should follow is to create a fast loading web site. You might have a great design but very few people are going to see it if it takes a long time to load. While...
The History and Development of Web Design - Jeff OReilly
When the World Wide Web was originally invented, it was unique in its ability to link pages together using hyperlinks. It uses a markup language known as HTML, or HyperText Markup Language. New technologies continue to change the way the web...
Why I Switched to A Tableless Design - Karen Blundell Since I made the switch 6 months ago to a tableless design on my main site, I've noticed some interesting things: * My search engine rankings have dramatically improved
* My bandwidth usage has dropped about 50-75%
* I can now make changes to...
Top mistakes first time web developers often make. - Tristan Jud So you are new to web design and development. You are thinking of creating a web site, well below are the top 15 mistakes created by first time web designers. Most people who are reading this will probably know these already but it was writting...
The Basics of Web Forms - Lee Asher Whenever you want people to enter data and send it to you, you
need a web form. Whether the data is as simple as a username and
password or as complicated as a full address form, the basic
principles remain the same.
The Tags
Form tags...
Beautiful Web Sites Seldom Make More Sales - Vishal P Rao Designing an E-commerce Web site is not as simple as having a "pretty" site that is a pleasure to visit. While it is important to have an attractive site, as much thought must be given to functionality as to appearance. Many Web designers seem to...
Server Side Programming Languages - Dave Davis
Server-side programming languages are scripts that are executed on the server, and are then translated into HyperText Markup Language (HTML) which can be viewed by all web browsers. The two most popular server-side scripting ...
Fonts are More Important Than You Think - Lee Asher Most of the visitors to your website are going to spend 99% of
their time doing one thing: reading your content. Given that the
web is a medium mainly devoted to reading, it's surprising just
how ignorant most page authors are about typography....
Web Accessibility Myths - Trenton Moss With more and more countries around the world passing laws about blind and disabled access to the Internet (including the Disability Discrimination Act in the UK), web accessibility has been thrown into the spotlight of the online community. This...
Finding a Good HTML Editor - Lee Asher Once you've decided to write your own HTML, and you've got some
idea of how it all works, there's one thing left to think about:
which program are you going to use to do it? While you can use
programs like Notepad or Wordpad that come with...
|