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

Understanding How Joomla! Templates Work


Designing Joomla! templates certainly requires a different approach to the usual web standards-based site design. It needs a little bit of lateral thinking and good planning to get it right from the very beginning. The more time and effort you put into thinking about your design needs, the modules that you need to use, the better it pays off in the end. So getting it right with Joomla! really does mean, good planning.

Earlier versions of Joomla! (<1.5) also used tables for layout. This goes against the grain of accessible web standards design. While it is not always a showstopper, it is not an ideal development method as it is preferential to use various CSS<div> elements as containers for your Joomla! module content. This is possible with Joomla! 1.5, so let's look at this issue first.

Note

I use the term web standards to refer to best practice in web design and development. For more on web standards have a look at the following website www...