The Principles of Accessible Website Design

There are many things to consider when designingDepending on your website, these considerations
a website but the key, fundamental aspect shouldare of varying importance. Technical literacy is
always be accessibility for the proposed user.something that you can only go so far in
Without an accessible website design you canpreparing for without sacrificing significant portions
have the best content in the world but few - ifof your site after all. Plus, it's hardly likely that a
any - web users will ever persevere with yourtechnology news website will be of interest to
interface to navigate to the pages where it'sanyone who doesn't grasp the basics of computer
hosted. A superb flash animation is absolutelyuse.
meaningless if no one sees it after all.However when it comes to disabilities, there is a
Now, you may think this is fairly obvious butstrong consensus online that you should endeavor
there are an uncountable number of websitesto make a site as accessible as possible. The
that have been made nearly unusable by poorpractice of web accessibility is widely encouraged
user interfaces. There are also two additional,among the design community and this movement
significant factors to consider with website design.has created many of the standards familiar to all
Firstly - the content on websites can be accessedonline users.
by any number of software or hardwareUnderlining hyperlinks rather than simply coloring
configurations, making it much harder to bethem differently, for example, was a principle
certain how page 'y' will be viewed by user 'x'.aimed at helping the color blind navigate online.
Secondly, it's a world wide web; you have to beFlashing effects are rarely used in automatic video
certain that your audience can actually read andor animations because of the risk it poses to a
understand your website.photo epileptic user. Perhaps most significantly, the
This second point doesn't just refer to theHTML code behind your front-end website should
possibility that the audience could have physicalbe 'semantically meaningful' - containing additional
disabilities such as visual impairments or poortags and coding that will allow different browsers
motor functions/mobility. It also refers, partially, toto display the page in different ways. Not only
users who are less literate with technology.does this help with computer incompatibility, it also
To illustrate this with a stereotypical example,helps programmes such as text-to-speech
consider the difference between a 17-year old ITsoftware work successfully, or for browsers to
student who has been using computers theirbe able to set text size according to the user
entire life and spends four hours a day on thepreferences - or any number of different factors.
internet - and said student's 72 year oldUltimately, a straightforward and accessible
grandmother. One will grasp conventional designsfront-end website design is a basic requirement
nearly instinctively, the other will respond betterfor any successful online presence. On a more
to clear text; one will appreciate complex designstechnical level though, behind the scenes, it's about
and be familiar with page structures, the other willmaking it accessible for any level of user ability,
be better served by a simple and self-explanatorygiving equal access to information and functionality.
design.