Web Accessibility means that a website is accessible if everyone, regardless of ability, can access the website and retrieve all the information

Size: px
Start display at page:

Download "Web Accessibility means that a website is accessible if everyone, regardless of ability, can access the website and retrieve all the information"

Transcription

1 Web Accessibility Web Accessibility means that a website is accessible if everyone, regardless of ability, can access the website and retrieve all the information available using any web browser on any platform.

2 Inaccessible websites affected a number of user groups including: Visually impaired (low vision, colour blindness, blind) Users with hearing impairments or deaf Physically impaired (inability to use a keyboard or mouse and inability to make fine movements) Cognitive and learning abilities (Reading difficulties, dyslexia or memory loss)

3 Inaccessible websites affected a number of user groups including: Users with slow Internet connections Users on hand held devices such as mobile phones and PDAs Users whose first language is not English Users with old browsers, or browsers other than IE some sites render differently in Firefox than IE

4 Why Accessibility is Important? There are a number of reasons including: Ethical (Everyone has the right to have access to the website) Financial (Saves money (easier to maintain) prevents lawsuits) Legal (legislation requires websites to be accessible Disability Act, 2005; Equal Status Act 2000, 2004; Employment Act 1998) Increased number of people with disability (8% of the population in Ireland have a disability) Increased number of people using the web

5 How to make a website accessible? 1. Follow the available Guidelines when developing and updating a website The World Wide Web Consortium (W3C) has published a list of guidelines called the Web Content Accessibility Guidelines (WCAG 1.0, WCAG 2.0) (European Guidelines). The National Disability Authority (NDA Access IT Guidelines) (Irish Guidelines)

6 How to make a website accessible? 2. Evaluate the website by running it through a Web Accessibility Evaluation Tool which checks for conformance with WCAG 1.0, 2.0 Guidelines or Section 508 and other guidelines 3. Manually check the website to evaluate appropriateness of text descriptions (alt text ) for images

7 How to make a Website Accessible? 4. Involve disabled people and users with slow internet connections in the testing phase of the website s development 5. Test website using text browser, speech enabled browser or screen reader 6. Test website using various web browsers such as Internet Explorer (IE), Mozilla Firefox, Netscape to ensure the web pages render the same for all browsers

8 Web Accessibility Evaluation Tools A complete list of evaluation tools can be obtained from World Wide Web Consortium Web Accessibility Toolbar A-Checker ColorDoctor HiSoftware Cynthia Says Total Validator Wave A-prompt AccessValet AccRepair ADesigner

9 Web Accessibility Toolbar This is an excellent toolbar. It can be downloaded for free from

10 Web Accessibility Toolbar Features include: Toolbar updates every 24 hours Validate (provides link to W3C HTML/CSS validators, W3C HTML tidy (repair HTML), checks for broken links Resize (allows developers to view page layout at different resolutions e.g. 800x600) Images (displays the image along with its alt text aids manual inspection- evaluation of appropriateness of alt text)

11 Web Accessibility Toolbar Structure (allows developer to check heading elements, table structure, lists, divs) Tools (provides links to WAVE, ACCMonitor, Lynx-viewer) Magnify (between 25% - 600%)

12 Web Accessibility Toolbar The toolbar also provides links to WCAG 1.0, WCAG 2.0 and Section 508 Guidelines Accessibility Legislation W3C tool list Accessible Net RNIB-WAC Research-based Guidelines WebAim Accessify.com Juicy Studio Jim Thatcher.com Usable Web Wats.ca Resource Library Assistive software Web Access All of the above are useful resources!!

13 HTML /XHTML Validator W3C Mark up Validation Service (checks HTML, XHTML of web pages)

14 CSS Validator W3C CSS Validation Service (checks CSS and XHTML web pages with style sheets)

15 Alternative Browsers Alternative Browsers Speech enabled web browser Simply Web

16 Alternative Browsers Speech-enabled web browser Browse aloud

17 Alternative Browsers Lynx Text Browser

18 Common Problems Problem: Reason: Remedy: No <DOCTYPE> DOCTYPEs ( document type declarations ) are essential to the proper rendering and functioning of web documents in compliant browsers like Mozilla, IE5/Mac, and IE6/Win. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " dtd">

19 Common Problems Problem: Missing <alt> text for images Reason: Remedy: ALT tags allow visually impaired users who use screen readers to "hear" the content that other visitors see in the images. Also ALT tags can improve the search engine ranking of the page and make site navigation easier. Add ALT text that states the purpose of the image and avoid just translating the entire image content from a visual format to a textural one.

20 Common Problems Problem: <Table> tag used for page layout Reason: Remedy: Tables used for page layout cause difficulties for the blind or visually impaired who use screen readers to read the content of web pages. Screen readers read from left to right and if the table is not linearised the content will not make sense when read by screen readers. Table used for layout must be linearised. Do not use summary, heading <th> or any other markup attributes on a table used for layout. Check that the content makes sense using a text browser e.g. Lynx. Use CSS <Div> tag instead of <table> tag for page layout.

21 Common Problems Problem: Header tags <H1> nested in wrong order Reason: Remedy: Header tags are used to convey document structure. The proper use of Header tags facilitates page scanning by screen readers. There are six levels of header tags e.g. <H1> <H6>. <H1> is the most important heading level (largest) whereas <H6> is the least important (smallest). Using header tag also improves page ranking (Search Engine Optimization). <H1> should be the first header tag to be used on a page. Subsequent header tags must be in logical order e.g. <H1>, <H2>, <H3>, <H4>,<H5>,<H6>. Developers should not skip levels, e.g. <H1> followed by <H3>.

22 Common Problems Problem: Empty tags e.g. <H1> </H1> <li> </li>, <p> </p> Reason: Empty tags are bad practice and should be avoided. Screen readers alert the user of empty tags which can be frustrating. Remedy: All tags used should contain content!! Instead of using <p> </p> to create a blank line use <br />. Test for Empty Tags using WAVE or Web Accessibility Toolbar

23 Common Problems Problem: Absolute value <font size = 10px> used instead of relative value for font size, table width <td width = auto > Reason: Remedy: The use of absolute units instead of relative units causes problems for the visually impaired and users of smaller devices such as mobile phones and PDAs. The visually impaired need a facility to increase font sizes while users of smaller devices need web pages that are designed to be scalable, i.e. resized to fix the size of the viewing window. If absolute values are used it is better to use percentages (100%) rather than pixels (50px). Using relative values will ensure that web pages will render the same at any resolution, e.g. 800x600.

24 Common Problems Problem: Use of meaningless links such as Click Here, Read More Reason: A Link must make sense even if it is read out of context of the page. Using links such as Click here does not inform the user of the content they are about to view. Remedy: The link needs to be more meaningful such as More Information on Accessible Design

25 Common Problems Problem: Use of deprecated HTML such as <b>, <i>, <align><h>, <border>, <center>, <strike>, <u> Reason: Assistive technology may not be able to interpret deprecated HTML. HTML should be used to structure a document s information not used for presentation. Remedy: Use CSS to control the presentation of a document. Instead of using <b> to add emphasis to text use <H1>.

26 Common Problems Problem: Documents published in inaccessible PDF formats Reason: Remedy: Untagged PDF documents cause problems for users who depend on screen readers to interpret the content because the screen reader does not know which part of the content to read first. It also can cause problems for mobile phone users who will need to have Acrobat or Adobe reader software in order to view the file. Tag PDF documents to indicate the structure of the document, such as headings, title, lists (similar to markup for HTML/XHTML). Tagging tells screen readers which part of the document to read first. Test accessibility of PDFs using Full Check. HTML/XHTML should be used where possible.

27 Reasons why pages are inaccessible? Lack of knowledge / awareness Lack of resources Lack of budget Additional cost involved Time constraints Tendering process

28 Online Resources National Disability Authority (NDA) Centre of Excellence and Universal Design (CEUD) WebAim (Web Accessibility in mind) Web Accessibility Initiative (WAI) Adobe Systems Swedish Guidelines (VERVA)

29 National Disability Authority (Ireland) Established in 2000 Provides information on Web Accessibility such as disabilities affected by inaccessible sites, NDA Access IT Guidelines (Irish equivalent to WCAG Guidelines)

30 Centre for Excellence and Universal Design (CEUD) Provides resources such as advice on buying accessible IT(the accessible IT Procurement Toolkit), auditing website accessibility, developing and designing accessible websites Provides information on Universal Design (Design for all) and Accessible Design.

31 WebAim (Web Accessibility in Mind) Established in 1999 Non profit organisation within the Centre for Persons with disabilities at Utah State University Provides articles which introduce web accessibility, explains who it affects, discusses the guidelines, legislations in various countries and discusses design considerations

32 Web Accessibility Initiative (WAI) Develops WCAG 1.0, 2.0 Guidelines Provides introductory information on web accessibility Provides a complete list of evaluation tools and tips to achieve web accessibility

33 Adobe Systems

34 Adobe Systems Resources include documents such as: Creating Accessible PDF Documents using Adobe Acrobat 7.0 A Guide for Publishing PDF Documents for Use by People with Disabilities Use Full Check feature to check for inaccessible content in a PDF document or use an accessibility evaluation tool such as ACCVerify

35 Online Resources Swedish Guidelines (VERVA) are a useful resource: Provides information on the complete development lifecycle of a website and recommends accessibility evaluation tools to check for colour contrast, layout, etc.

36 Mailing Lists which may be useful for web developers to join: IRL-DeAN (Irish Design-for-all and e-accessibility Network) E-DeAN (European Design-for-all and e-accessibility Network) IDD (Institute for Design & Disability) EIDD (European Institute for Design & Disability)

37 Conclusion Web Accessibility is a multifaceted problem with technology being only one dimension of the solution. Training, legislation, advocacy, clear guidelines, greater understanding of accessibility would all be required to create an accessible world wide web.

Web Accessibility Report

Web Accessibility Report Web Accessibility Report AnnArborCIL.org Divye Bokdia Introduction AnnArborcil.org is an accessible website with AAA conformance. Team of four Michigan students (refer team section) and a staff member

More information

Ten Simple Steps Toward Universal Design of Online Courses

Ten Simple Steps Toward Universal Design of Online Courses Ten Simple Steps Toward Universal Design of Online Courses Implementing the principles of universal design in online learning means anticipating the diversity of students that may enroll in your course

More information

Voluntary Product Accessibility Template Blackboard Learn Release 9.1 April 2014 (Published April 30, 2014)

Voluntary Product Accessibility Template Blackboard Learn Release 9.1 April 2014 (Published April 30, 2014) Voluntary Product Accessibility Template Blackboard Learn Release 9.1 April 2014 (Published April 30, 2014) Contents: Introduction Key Improvements VPAT Section 1194.21: Software Applications and Operating

More information

An Evaluation and Discussion of the Web Accessibility of Academic Library Web Sites

An Evaluation and Discussion of the Web Accessibility of Academic Library Web Sites An Evaluation and Discussion of the Web Accessibility of Academic Library Web Sites What is Web Accessibility Why it s Important How Academic Libraries are doing Web accessibility means that people with

More information

Producing accessible materials for print and online

Producing accessible materials for print and online Producing accessible materials for print and online Standard of Accessibility AbilityNet is a registered national pan disability charity helping people adapt and adjust their information and communication

More information

Developing accessible portals and portlets with IBM WebSphere Portal

Developing accessible portals and portlets with IBM WebSphere Portal Developing accessible portals and portlets with IBM WebSphere Portal Level: Introductory IBM Human Ability and Accessibility Center Austin, Texas February, 2006 Copyright International Business Machines

More information

PDF Accessibility Overview

PDF Accessibility Overview Contents 1 Overview of Portable Document Format (PDF) 1 Determine the Accessibility Path for each PDF Document 2 Start with an Accessible Document 2 Characteristics of Accessible PDF files 4 Adobe Acrobat

More information

WESTERN KENTUCKY UNIVERSITY. Web Accessibility. Objective

WESTERN KENTUCKY UNIVERSITY. Web Accessibility. Objective WESTERN KENTUCKY UNIVERSITY Web Accessibility Objective This document includes research on policies and procedures, how many employees working on ADA Compliance, audit procedures, and tracking content

More information

Creating Accessible PDF Documents with Adobe Acrobat 7.0 A Guide for Publishing PDF Documents for Use by People with Disabilities

Creating Accessible PDF Documents with Adobe Acrobat 7.0 A Guide for Publishing PDF Documents for Use by People with Disabilities Creating Accessible PDF Documents with Adobe Acrobat 7.0 A Guide for Publishing PDF Documents for Use by People with Disabilities 2005 Adobe Systems Incorporated. All rights reserved. Adobe, the Adobe

More information

Information and Communications Standard. Making your website more accessible

Information and Communications Standard. Making your website more accessible Information and Communications Standard Making your website more accessible Web accessibility benefits millions of users with disabilities, but it also benefits people without disabilities, like people

More information

Best Practice in Web Design

Best Practice in Web Design Best Practice in Web Design Irrespective of whether you are intending to use a flat 'brochureware' website or an interactive e- commerce site, the overall look and feel of your website will play an important

More information

Voluntary Product Accessibility Template (VPAT)

Voluntary Product Accessibility Template (VPAT) Voluntary Product Accessibility Template (VPAT) Name of Product Date January 8 2016 Engineering Village (EV for short) Completed by Contact for More Information Heather Singleton Heather Singleton User

More information

Pro HTML5 Accessibility

Pro HTML5 Accessibility Pro HTML5 Accessibility Building an Inclusive Web Uni Gottingen 7 232 147 329 Joshue O Connor Apress Contents About the Author About the Technical Reviewer Acknowledgments Introduction xv xvi xvii xviii

More information

Creating and Maintaining Accessible Websites with SiteCM

Creating and Maintaining Accessible Websites with SiteCM Creating and Maintaining Accessible Websites with SiteCM The purpose of this document is to introduce individuals and organizations who create and maintain web content to the concept of Web Accessibility

More information

Easy Guide to Building No Barrier Web Sites

Easy Guide to Building No Barrier Web Sites Easy Guide to Building No Barrier Web Sites Content 1) Introduction 2) What is Web Accessibility 3) Current Situation 4) Benefits of Accessible Sites 5) Different Disabilities that can affect Web Accessibility

More information

Dreamweaver Domain 2: Planning Site Design and Page Layout

Dreamweaver Domain 2: Planning Site Design and Page Layout Dreamweaver Domain 2: Planning Site Design and Page Layout Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Identify best practices for designing

More information

HSU Accessibility Checkpoints Explained

HSU Accessibility Checkpoints Explained HSU Accessibility Checkpoints Explained Sources: http://bobby.watchfire.com/bobby/html/en/index.jsp EASI Barrier-free Web Design Workshop (version 4) Paciello, Michael G. WEB Accessibility for People with

More information

Release: 1. ICAWEB414A Design simple web page layouts

Release: 1. ICAWEB414A Design simple web page layouts Release: 1 ICAWEB414A Design simple web page layouts ICAWEB414A Design simple web page layouts Modification History Release Release 1 Comments This Unit first released with ICA11 Information and Communications

More information

WEB DEVELOPMENT IA & IB (893 & 894)

WEB DEVELOPMENT IA & IB (893 & 894) DESCRIPTION Web Development is a course designed to guide students in a project-based environment in the development of up-to-date concepts and skills that are used in the development of today s websites.

More information

A new home page design is being finalized, which will add a new link to material in other languages through the top navigation of the homepage.

A new home page design is being finalized, which will add a new link to material in other languages through the top navigation of the homepage. Website Translation and Accessibility STAFF REPORT INFORMATION ONLY 16. Date: December 17, 2012 To: From: Toronto Public Library Board City Librarian SUMMARY At its meeting on May 28, 2012 the Toronto

More information

VPAT Voluntary Product Accessibility Template Version 1.3

VPAT Voluntary Product Accessibility Template Version 1.3 ADA COMPLIANCE 1. Does database support ADA compliant browsers? Yes X No If no, does the database make any accommodations in its visual display for visually impaired users? Yes No 2. Voluntary Product

More information

Serena Software Voluntary Product Accessibility Report. Summary Table

Serena Software Voluntary Product Accessibility Report. Summary Table Serena Software Voluntary Product Accessibility Report Date: October 22, 2015 Name of Product: Serena Business Manager Contact for more Information (name/phone/email): Dave Easter / deaster@serena.com

More information

vcenter Operations Manager Administration 5.0 Online Help VPAT

vcenter Operations Manager Administration 5.0 Online Help VPAT Administration 5.0 Online Help VPAT Product Name: Administration 5.0 Online Help VPAT Since the VPAT must be comprehensive, all Section 508 issues on all pages must be corrected to sustain compliance.

More information

Evaluating the Accessibility of Web Content with Free, Web-Based Tools

Evaluating the Accessibility of Web Content with Free, Web-Based Tools Evaluating the Accessibility of Web Content with Free, Web-Based Tools Melissa Green, @mbfortson The University of Alabama Kimberly Smalley, @kcsmalley The University of Alabama The Case for Accessibility

More information

Accessibility Guidelines Bell.ca Special Needs. Cesart April 2006

Accessibility Guidelines Bell.ca Special Needs. Cesart April 2006 Cesart April 2006 Created by: Dominic Ricard & Loïc Nunes Effective Date: April 2006 TABLE OF CONTENTS 1 Introduction...4 2 Target Audience...5 3 Copy Decks...5 3.1 Document structure... 5 3.1.1 Headings/titles...

More information

Web Publishing Guidelines (Version 1)

Web Publishing Guidelines (Version 1) Web Publishing Guidelines (Version 1) 1.0 Background 1.1 Who produced this document? 1.2 Doesn t the University already have some Web Publishing Documents? 1.3 Philosophy 1.4 Revision 1.5 How to publish

More information

Building Accessible Educational Web Sites: The Law, Standards, Guidelines, Tools, and Lessons Learned

Building Accessible Educational Web Sites: The Law, Standards, Guidelines, Tools, and Lessons Learned Building Accessible Educational Web Sites: The Law, Standards, Guidelines, Tools, and Lessons Learned Ye Liu Bart Palmer Mimi Recker Utah State University Abstract Professional education is increasingly

More information

Accessibility in e-learning. Accessible Content Authoring Practices

Accessibility in e-learning. Accessible Content Authoring Practices Accessibility in e-learning Accessible Content Authoring Practices JUNE 2014 Contents Introduction... 3 Visual Content... 3 Images and Alt... 3 Image Maps and Alt... 4 Meaningless Images and Alt... 4 Images

More information

Quick Web Accessibility. A guide for busy voluntary sector managers and designers. Produced by the Sensory Trust

Quick Web Accessibility. A guide for busy voluntary sector managers and designers. Produced by the Sensory Trust Quick Web Accessibility A guide for busy voluntary sector managers and designers Produced by the Sensory Trust Contents What s in this guide? How much will it all cost? About the accessibility guidelines

More information

Using the Acrobat X Pro Accessibility Checker

Using the Acrobat X Pro Accessibility Checker Contents 1 Accessibility Quick Check 2 Quick Check Results 3 Full Check 5 Accessibility Full Check Options 6 Additional Validation Techniques Using the Acrobat X Pro Accessibility Checker Determine how

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction JENNY CRAVEN The rationale for Web Accessibility: practical advice for the library and information professional is to provide a practical introduction to web accessibility for library

More information

Basics of Accessible Design

Basics of Accessible Design Basics of Accessible Design Font Consider using a sans serif type font such as Arial or Veranda. The sans serif fonts are easier for people with reading disorders and visual impairments to read. This document

More information

Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word

Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word Adobe, the Adobe logo, Acrobat, Acrobat Connect, the Adobe PDF logo, Creative Suite, LiveCycle, and Reader are either

More information

Making WVU Websites Accessible: Meeting the Needs of People with Disabilities

Making WVU Websites Accessible: Meeting the Needs of People with Disabilities Making WVU Websites Accessible: Meeting the Needs of People with Disabilities Tatiana I. Solovieva, EdD, Ashley D. Watts, MS, Jeremy M. Bock, BS Making WVU Websites Accessible: Meeting the Needs of People

More information

Appendix H: Cascading Style Sheets (CSS)

Appendix H: Cascading Style Sheets (CSS) Appendix H: Cascading Style Sheets (CSS) Cascading Style Sheets offer Web designers two key advantages in managing complex Web sites: Separation of content and design. CSS gives developers the best of

More information

WCAG 2.0 for Designers: Beyond Screen Readers and Captions

WCAG 2.0 for Designers: Beyond Screen Readers and Captions WCAG 2.0 for Designers: Beyond Screen Readers and Captions Loretta Guarino Reid 1 and Andi Snow-Weaver 2, 1 Google, Inc 1600 Amphitheatre Pkwy Mountain View, CA 94043 LorettaGuarino@google.com 2 IBM 11501

More information

Adobe Acrobat XI Pro Accessibility Guide: Best Practices for PDF Accessibility

Adobe Acrobat XI Pro Accessibility Guide: Best Practices for PDF Accessibility Adobe Acrobat XI Pro Accessibility Guide: Best Practices for PDF Accessibility For more information Solution details: www.adobe.com/accessibility/products/acrobat/ Program details: www.adobe.com/accessibility

More information

Coding HTML Email: Tips, Tricks and Best Practices

Coding HTML Email: Tips, Tricks and Best Practices Before you begin reading PRINT the report out on paper. I assure you that you ll receive much more benefit from studying over the information, rather than simply browsing through it on your computer screen.

More information

Georgia State University s Web Accessibility Policy (proposed)

Georgia State University s Web Accessibility Policy (proposed) Georgia State University s Web Accessibility Policy (proposed) The objective of this Internet Accessibility Policy is to place emphasis on content, effective communication, and interaction through Universal

More information

UNIVERSAL DESIGN OF DISTANCE LEARNING

UNIVERSAL DESIGN OF DISTANCE LEARNING UNIVERSAL DESIGN OF DISTANCE LEARNING Sheryl Burgstahler, Ph.D. University of Washington Distance learning has been around for a long time. For hundreds of years instructors have taught students across

More information

Web Authoring CSS. www.fetac.ie. Module Descriptor

Web Authoring CSS. www.fetac.ie. Module Descriptor The Further Education and Training Awards Council (FETAC) was set up as a statutory body on 11 June 2001 by the Minister for Education and Science. Under the Qualifications (Education & Training) Act,

More information

Informz for Mobile Devices: Making Your Emails PDA and Phone-Friendly

Informz for Mobile Devices: Making Your Emails PDA and Phone-Friendly Informz for Mobile Devices: Making Your Emails PDA and Phone-Friendly The use of personal digital assistants (PDAs) has increased exponentially since the early days of rudimentary Palm Pilots and similar

More information

Voluntary Product Accessibility Report

Voluntary Product Accessibility Report Voluntary Product Accessibility Report Compliance and Remediation Statement for Section 508 of the US Rehabilitation Act for OpenText Content Server 10.5 October 23, 2013 TOGETHER, WE ARE THE CONTENT EXPERTS

More information

Exemplary Audit Report vonage.com

Exemplary Audit Report vonage.com Exemplary Audit Report vonage.com Prepared by Robert Drózd on 15 July 2007. Reviewed and published on 11 October 2009. For more information, see: www.webaudit.pl This work is licensed under a Creative

More information

Creating Accessible Adobe PDF Files. A Guide for Document Authors

Creating Accessible Adobe PDF Files. A Guide for Document Authors Creating Accessible Adobe PDF Files A Guide for Document Authors 2004 Adobe Systems Incorporated. All rights reserved. Adobe, the Adobe logo, Acrobat, Acrobat Capture, the Adobe PDF logo, FrameMaker, GoLive,

More information

Tips for clear websites

Tips for clear websites Plain English Campaign: Tips for clear websites Copyright Plain English Campaign Tips for clear websites This is only a basic guide. If you have any suggestions, corrections or improvements, please contact

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Introduction Client-Side scripting involves using programming technologies to build web pages and applications that are run on the client (i.e.

More information

Web Development I & II*

Web Development I & II* Web Development I & II* Career Cluster Information Technology Course Code 10161 Prerequisite(s) Computer Applications Introduction to Information Technology (recommended) Computer Information Technology

More information

DO THE RIGHT THING ACCESSIBILITY AND INCLUSIVE DESIGN (WITH DRUPAL)

DO THE RIGHT THING ACCESSIBILITY AND INCLUSIVE DESIGN (WITH DRUPAL) DO THE RIGHT THING ACCESSIBILITY AND INCLUSIVE DESIGN (WITH DRUPAL) WELCOME WELCOME THANK YOU We specialize in adaptive designs, cross device content accessibility and open source technologies, such as

More information

University of Illinois at Springfield Web Accessibility Report for the Board of Higher Education (BHE) Spring, 2006

University of Illinois at Springfield Web Accessibility Report for the Board of Higher Education (BHE) Spring, 2006 University of Illinois at Springfield Web Accessibility Report for the Board of Higher Education (BHE) Spring, 2006 The phrase Web Accessibility refers to making web pages accessible to people with disabilities.

More information

Website Accessibility Under Title II of the ADA

Website Accessibility Under Title II of the ADA Chapter 5 Website Accessibility Under Title II of the ADA In this chapter, you will learn how the nondiscrimination requirements of Title II of 1 the ADA apply to state and local government websites. Chapter

More information

Piedmont Community College Accessibility Procedure for Online Courses

Piedmont Community College Accessibility Procedure for Online Courses Piedmont Community College Accessibility Procedure for Online Courses I. Goals It is the goal of the College that all course material be as accessible as possible to all students. The purpose of the College

More information

Pizza SEO: Effective Web. Effective Web Audit. Effective Web Audit. Copyright 2007+ Pizza SEO Ltd. info@pizzaseo.com http://pizzaseo.

Pizza SEO: Effective Web. Effective Web Audit. Effective Web Audit. Copyright 2007+ Pizza SEO Ltd. info@pizzaseo.com http://pizzaseo. 1 Table of Contents 1 (X)HTML Code / CSS Code 1.1 Valid code 1.2 Layout 1.3 CSS & JavaScript 1.4 TITLE element 1.5 META Description element 1.6 Structure of pages 2 Structure of URL addresses 2.1 Friendly

More information

Adobe Acrobat 9 Pro Accessibility Guide: Using the Accessibility Checker

Adobe Acrobat 9 Pro Accessibility Guide: Using the Accessibility Checker Adobe Acrobat 9 Pro Accessibility Guide: Using the Accessibility Checker Adobe, the Adobe logo, Acrobat, Acrobat Connect, the Adobe PDF logo, Creative Suite, LiveCycle, and Reader are either registered

More information

Email Marketing. Best Practices

Email Marketing. Best Practices Email Marketing Best Practices Introduction Within email marketing, creative design serves two very important functions. First, properly composed email creative ensure proper rendering and deliverability

More information

Universal Design and Ethical Practices for Designing. Bryan Ayres, M.Ed., ATP, Director Technology & Curriculum Access Center Easter Seals Arkansas

Universal Design and Ethical Practices for Designing. Bryan Ayres, M.Ed., ATP, Director Technology & Curriculum Access Center Easter Seals Arkansas Universal Design and Ethical Practices for Designing i Accessible Web Environments Bryan Ayres, M.Ed., ATP, Director Technology & Curriculum Access Center Easter Seals Arkansas Contact information Technology

More information

Design and Development of Website Validator using XHTML 1.0 Strict Standard

Design and Development of Website Validator using XHTML 1.0 Strict Standard Design and Development of Website Validator using XHTML 1.0 Strict Standard Ibnu Gunawan Informatics Department Petra Christian University Surabaya, Indonesia Ibnu@petra.ac.id Yohanes Edwin Informatics

More information

caredata CD Full Text - copyright NISW/Centre for Human Service Technology

caredata CD Full Text - copyright NISW/Centre for Human Service Technology caredata CD Full Text - copyright NISW/Centre for Human Service Technology Developing an Accessible Web Page Ann Wilkinson Introduction There has been a phenomenal growth of WWW sites since 1992 and there

More information

Designing HTML Emails for Use in the Advanced Editor

Designing HTML Emails for Use in the Advanced Editor Designing HTML Emails for Use in the Advanced Editor For years, we at Swiftpage have heard a recurring request from our customers: wouldn t it be great if you could create an HTML document, import it into

More information

Technical Series Tips for Designing Accessible Websites: Including Self-Assessment SNAP Tool

Technical Series Tips for Designing Accessible Websites: Including Self-Assessment SNAP Tool Technical Series Tips for Designing Accessible Websites: Including Self-Assessment SNAP Tool 1 Preface The Job Accommodation Network (JAN) is a service of the Office of Disability Employment Policy of

More information

Section 1194.21 Software Applications and Operating Systems - Detail Voluntary Product Accessibility VPSX. Level of Support & Supporting Features

Section 1194.21 Software Applications and Operating Systems - Detail Voluntary Product Accessibility VPSX. Level of Support & Supporting Features Section 1194.21 Software Applications and Operating Systems - Detail Voluntary Product Accessibility VPSX (a) When software is designed to run on a system that has a keyboard, product functions shall be

More information

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS COPYRIGHT 2013 TERRY ANN MORRIS, ED.D

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS COPYRIGHT 2013 TERRY ANN MORRIS, ED.D BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS COPYRIGHT 2013 TERRY ANN MORRIS, ED.D 1 LEARNING OUTCOMES Describe the anatomy of a web page Format the body of a web page with block-level elements

More information

Adobe Acrobat 9 Pro Accessibility Guide: PDF Accessibility Overview

Adobe Acrobat 9 Pro Accessibility Guide: PDF Accessibility Overview Adobe Acrobat 9 Pro Accessibility Guide: PDF Accessibility Overview Adobe, the Adobe logo, Acrobat, Acrobat Connect, the Adobe PDF logo, Creative Suite, LiveCycle, and Reader are either registered trademarks

More information

01/42. Lecture notes. html and css

01/42. Lecture notes. html and css web design and applications Web Design and Applications involve the standards for building and Rendering Web pages, including HTML, CSS, SVG, Ajax, and other technologies for Web Applications ( WebApps

More information

ART 379 Web Design. HTML, XHTML & CSS: Introduction, 1-2

ART 379 Web Design. HTML, XHTML & CSS: Introduction, 1-2 HTML, XHTML & CSS: Introduction, 1-2 History: 90s browsers (netscape & internet explorer) only read their own specific set of html. made designing web pages difficult! (this is why you would see disclaimers

More information

VPAT. Voluntary Product Accessibility Template. Version 1.5. Summary Table VPAT. Voluntary Product Accessibility Template. Supporting Features

VPAT. Voluntary Product Accessibility Template. Version 1.5. Summary Table VPAT. Voluntary Product Accessibility Template. Supporting Features Version 1.5 Date: Nov 5, 2014 Name of Product: Axway Sentinel Web Dashboard 4.1.0 Contact for more Information (name/phone/email): Axway Federal 877-564-7700 http://www.axwayfederal.com/contact/ Summary

More information

Accessibility of State and Local Government Websites to People with Disabilities

Accessibility of State and Local Government Websites to People with Disabilities U.S. Department of Justice Civil Rights Division Disability Rights Section Accessibility of State and Local Government Websites to People with Disabilities The Internet is dramatically changing the way

More information

This document will describe how you can create your own, fully responsive. drag and drop email template to use in the email creator.

This document will describe how you can create your own, fully responsive. drag and drop email template to use in the email creator. 1 Introduction This document will describe how you can create your own, fully responsive drag and drop email template to use in the email creator. It includes ready-made HTML code that will allow you to

More information

3.3 Web Content Policies and Guidelines

3.3 Web Content Policies and Guidelines 3.3 Web Content Policies and Guidelines POLICY: This policy exists to ensure the integrity of the Gordon College website and serves as a guide to publishing information to the web. Standards and Accessibility:

More information

Introduction to ATI Concepts. California State University Fullerton Campus Information Technology Timothy Benbow

Introduction to ATI Concepts. California State University Fullerton Campus Information Technology Timothy Benbow Introduction to ATI Concepts California State University Fullerton Campus Information Technology Timothy Benbow What we will discuss What is the Accessible Technology Initiative What is Accessibility Accessibility

More information

Health Enterprise Medicaid Management Information System

Health Enterprise Medicaid Management Information System Health Enterprise Medicaid Management Information System Voluntary Product Accessibility Template (VPAT) Compliant Learn more about Xerox and Section 508 at our website:: www.xerox.com/section508 Contact

More information

Checklist to Assist Schools in Conducting a Review of Accessibility and Equality and Diversity Information on their Websites

Checklist to Assist Schools in Conducting a Review of Accessibility and Equality and Diversity Information on their Websites Checklist to Assist Schools in Conducting a Review of Accessibility and Equality and Diversity Information on their Websites INTRODUCTION In May 2009, the Conservatoire published guidance for affiliate

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

NHS Education for Scotland Knowledge Services Design and Development Framework

NHS Education for Scotland Knowledge Services Design and Development Framework NHS Education for Scotland Knowledge Services Design and Development Framework In support of Invitation to Tender: Technical Development of Technical Development of a Platform supporting Communication,

More information

Drupal Training Guide

Drupal Training Guide Drupal Training Guide Getting Started Drupal Information page on the IT site: http://it.santarosa.edu/drupal On this page is information about Drupal sign up, what Drupal is, which is a content management

More information

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font Adobe CQ5 Authoring Basics Print Manual SFU s Content Management System SFU IT Services CMS Team ABSTRACT A summary of CQ5 Authoring Basics including: Setup and Login, CQ Interface Tour, Versioning, Uploading

More information

How To Write A Report On My Blog About My Sac State 2.0

How To Write A Report On My Blog About My Sac State 2.0 Web Accessibility For Designers/Developers Plan Foundations of accessibility Best practices Understanding a report Resources Foundations What is accessibility? The Accessible Technology Initiative Sac

More information

AbilityNet s State of the enation Reports are bi-monthly accessibility and usability reviews of a number of websites in a particular sector.

AbilityNet s State of the enation Reports are bi-monthly accessibility and usability reviews of a number of websites in a particular sector. State of the enation web accessibility reports Price Comparison Websites April 2012 Customers can t compare AbilityNet s State of the enation Reports are bi-monthly accessibility and usability reviews

More information

BS 8878:2010 - A Summary

BS 8878:2010 - A Summary BS 8878:2010 - A Summary December 2010 Table of Contents Introduction... 4 Background... 4 What is BS 8878?... 4 BS 8878 and the law... 5 Who is BS 8878 for?... 6 Key concepts... 6 Web products... 6 Degree

More information

Angie Millman Director, Disability Support Services Seton Hall University April 5, 2013

Angie Millman Director, Disability Support Services Seton Hall University April 5, 2013 Angie Millman Director, Disability Support Services Seton Hall University April 5, 2013 Mission The mission of Disability Support Services (DSS) is to provide students with disabilities equal access to

More information

COGNOS 8 Business Intelligence

COGNOS 8 Business Intelligence COGNOS 8 Business Intelligence QUERY STUDIO USER GUIDE Query Studio is the reporting tool for creating simple queries and reports in Cognos 8, the Web-based reporting solution. In Query Studio, you can

More information

Web Accessibility Guidelines. For UN Websites

Web Accessibility Guidelines. For UN Websites Web Accessibility Guidelines For UN Websites INTRODUCTION... 3 A GENERAL ASSEMBLY MANDATE... 3 WHAT IS WEB ACCESSIBILITY?... 3 COSTS AND BENEFITS... 3 AUDIO AND AUDIOVISUAL CONTENT... 4 ACCESSIBILITY VALIDATION...

More information

Part 1: The Website Rules

Part 1: The Website Rules Part 1: The Website Rules As part of the new AIM Rules for Companies, which were released in February 2007, AIM companies must have a website that includes certain information and abides by particular

More information

Madison Area Technical College. MATC Web Style Guide

Madison Area Technical College. MATC Web Style Guide Madison Area Technical College MATC Web Style Guide July 27, 2005 Table of Contents Topic Page Introduction/Purpose 3 Overview 4 Requests for Adding Content to the Web Server 3 The MATC Public Web Template

More information

Accessing PDF Documents with Assistive Technology. A Screen Reader User s Guide

Accessing PDF Documents with Assistive Technology. A Screen Reader User s Guide Accessing PDF Documents with Assistive Technology A Screen Reader User s Guide Contents Contents Contents i Preface 1 Purpose and Intended Audience 1 Contents 1 Acknowledgements 1 Additional Resources

More information

Snap Server Manager Section 508 Report

Snap Server Manager Section 508 Report Overland Storage 4820 Overland Ave San Diego, Ca 92123 Snap Server Manager Section 508 Report Summary Table Voluntary Product Accessibility Template Criteria Section 1194.21 Software Applications and Operating

More information

Macromedia Dreamweaver 8 Developer Certification Examination Specification

Macromedia Dreamweaver 8 Developer Certification Examination Specification Macromedia Dreamweaver 8 Developer Certification Examination Specification Introduction This is an exam specification for Macromedia Dreamweaver 8 Developer. The skills and knowledge certified by this

More information

U.S. Coast Guard Auxiliary Department of User Services Dynamic Web Template User Guide. Version: 10.0.1

U.S. Coast Guard Auxiliary Department of User Services Dynamic Web Template User Guide. Version: 10.0.1 U.S. Coast Guard Auxiliary Department of User Services Dynamic Web Template User Guide Version: 10.0.1 Date: August 2, 2011 [ This page is intentional left blank ] Page: ii Table of Contents List of Figures...

More information

Programming exercises (Assignments)

Programming exercises (Assignments) Course 2013 / 2014 Programming exercises (Assignments) TECHNOLOGIES FOR DEVELOPING WEB USER INTERFACES Websites (HTML5 and CSS3) Table of contents Technologies for developing web user interfaces... 1 Websites

More information

How To Design A Website For The Decs

How To Design A Website For The Decs ONLINE COMMUNICATION SERVICES FACTSHEET - DESIGN Created by: Mark Selan Version 1.1 Date Last Modified: April 2008 DESIGN GUIDELINES FOR GENER8 WEBSITES The purpose of this document is to provide Online

More information

Accessible Distance Education 101

Accessible Distance Education 101 Accessible Distance Education 101 Jodi Roberts Mississippi State University Laura Crittenden Mississippi State University Abstract Currently, there is a quiet but insistent discussion gaining voice and

More information

Lesson Overview. Getting Started. The Internet WWW

Lesson Overview. Getting Started. The Internet WWW Lesson Overview Getting Started Learning Web Design: Chapter 1 and Chapter 2 What is the Internet? History of the Internet Anatomy of a Web Page What is the Web Made Of? Careers in Web Development Web-Related

More information

Learning Web Design. Third Edition. A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics. Jennifer Niederst Robbins

Learning Web Design. Third Edition. A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics. Jennifer Niederst Robbins Learning Web Design Third Edition A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics Jennifer Niederst Robbins O'REILLY Beijing- Cambridge Farnham Koln Paris Sebastopol -Taipei -Tokyo CONTENTS

More information

Making your website easy to use for diverse audiences

Making your website easy to use for diverse audiences Making your website easy to use for diverse audiences About AbilityNet AbilityNet is the UK s only charity dedicated to ICT access for people with disabilities We support people on a one to one basis The

More information

Introduction to XHTML. 2010, Robert K. Moniot 1

Introduction to XHTML. 2010, Robert K. Moniot 1 Chapter 4 Introduction to XHTML 2010, Robert K. Moniot 1 OBJECTIVES In this chapter, you will learn: Characteristics of XHTML vs. older HTML. How to write XHTML to create web pages: Controlling document

More information

VPAT Summary. VPAT Details. Section 1194.22 Web-based Internet information and applications - Detail

VPAT Summary. VPAT Details. Section 1194.22 Web-based Internet information and applications - Detail Date: October 8, 2014 Name of Product: System x3755 M3 VPAT Summary Criteria Status Remarks and Explanations Section 1194.21 Software Applications and Operating Systems Section 1194.22 Web-based Internet

More information

RECOMMENDATION ON ACCESSIBILITY STANDARDS FOR CALIFORNIA STATE WEB PAGES

RECOMMENDATION ON ACCESSIBILITY STANDARDS FOR CALIFORNIA STATE WEB PAGES RECOMMENDATION ON ACCESSIBILITY STANDARDS FOR CALIFORNIA STATE WEB PAGES INFORMATION ORGANIZATION, USABILITY, CURRENCY, AND ACCESSIBILITY WORKING GROUP Version 1.1 Adopted by State Portal Steering Committee

More information

Lesson 1 Quiz. 3. The Internet is which type of medium? a. Passive b. Broadcast c. One-to-one d. Electronic print

Lesson 1 Quiz. 3. The Internet is which type of medium? a. Passive b. Broadcast c. One-to-one d. Electronic print Lesson 1 Quiz 1. Which technology trend in Web development can be defined as a group of XMLbased technologies that enable computers using different operating systems and software to easily exchange information

More information

How to Develop Accessible Linux Applications

How to Develop Accessible Linux Applications Sharon Snider Copyright 2002 by IBM Corporation v1.1, 2002 05 03 Revision History Revision v1.1 2002 05 03 Revised by: sds Converted to DocBook XML and updated broken links. Revision v1.0 2002 01 28 Revised

More information

<Insert Picture Here>

<Insert Picture Here> Designing the Oracle Store with Oracle Application Express Marc Sewtz Software Development Manager Oracle Application Express Oracle USA Inc. 540 Madison Avenue,

More information