Book Image

Joomla! Accessibility

Book Image

Joomla! Accessibility

Overview of this book

Understanding how to create accessible websites is an essential skill these days . You may even be obliged by law to create websites that are usable by the widest audience, including people with a range of disabilities.This book looks at what accessibility is and the various reasons, such as legislative or legal, as to why you really need to understand accessibility and then create websites that can be used by everyone. This book therefore examines the diverse range of user requirements that need to be considered for humans to successfully use web technologies.If you have no experience of being around, or working with, people with disabilities then it can be very difficult to successfully design user interfaces that cover their needs. This book will show you how you can both understand some of the various needs of people with disabilities and the technology they use to interact with computers and the Web.
Table of Contents (11 chapters)
Joomla! Accessibility
Credits
About the Author
About the Reviewers
Preface

Advantages of Joomla! Templates


By using a template that is well designed (or by building your own), you will have gone a long way towards having a more accessible website before you even write a line of code or add any content.

Note

There are several sites that offer high quality commercial templates for Joomla! that are graphically sophisticated and have been designed to be accessible such as Yootheme (http://www.yootheme.com) and Rocket Theme (http://www.rockettheme.com/>).

So what are the advantages of using Joomla! templates?

There is a complete separation of content from presentational elements. Using CSS for layout means that you are using the right tool for the right job. Leave the tables for your tabular data and nothing else.

One of the greatest benefits of CSS is that by changing a rule in the CSS declarations, you can change the entire look and feel of all of the elements of your site that use that rule.

This makes site design and maintenance so much easier than having to individually...