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

Size: px
Start display at page:

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

Transcription

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

2 Contact information Technology and Curriculum Access Center Easter Seals Arkansas 3920 Woodland Heights Road Little Rock, AR Bryan Ayres, M.Ed., ATP Phone: Fax: Toll-free: Web site: e

3 What is universal design? A leader in promoting the concept has been the Center for Universal Design at North Carolina State University. The center defines universal design as "design of products and environments to be usable by all people, to the greatest extent possible, without the need for adaptation or specialized design."

4 Components of Universal Design Equitable Use Flexibility Simple and intuitive Perceptible information Tolerance for error Low physical effort Size and space for approach and use North Carolina State University (1997) Center for Universal Design

5 Why is web accessibility important? Educational institutions, government agencies and other entities are using the Internet t and web technologies for information dissemination, service delivery, and course delivery. Core services and information are delivered d via the Web so it is critical that all people are able to access the information, whether they have disabilities or not. Well-designed accessible web sites help expedite the delivery of information and services, and are crucial in helping the agency fulfill its mission in the digital age. BESIDES

6 ACCESSIBLE WEB DEVELOPMENT AND DESIGN IS THE RIGHT THING TO DO!

7 Web Standards, Overview of Web Accessibility Access for everyone Its really about doing the right thing. It's about helping 65 million Americans with disabilities achieve transparent access to information. Aging baby boomers now in the workforce will need some of the technology solutions emerging from Section 508 efforts. The state of Louisiana works to ensure access for disabled citizens and employees to information, technology, state facilities, and parks and other recreational opportunities by following federal accessibility guidelines. Federal officials say adhering to Section 508 regulations and improving accessibility for people with disabilities make good business sense. Enabling everyone to do their jobs, using the tools that help them best do their jobs, is simply good business and helps individuals become fully integrated into the workplace. The purpose of this web page, although not required by regulation or law, the Office of Information Technology (OIT) seeks to bring State of Louisiana Web sites into basic compliance with Section 508 code by providing the necessary information to State of Louisiana webmasters and designers, to enable them to comply with the Section 508 Standard of the Rehabilitation Act of 1973, as amended (29 U.S.C. 794d). Section 508 requires that when federal agencies develop, procure, maintain, or use electronic and information technology, federal employees with disabilities have access and use of information and data that are comparable to the access and use by Federal employees who are not individuals with disabilities, unless an undue burden would be imposed on the agency. These provisions of the standards provide the requirements that must be followed by federal agencies. Compliance requires adherence to the Section 508 Standard, Section ( ) Paragraphs A through P. To assist with implementation of Section 508

8 Legal Issues Section 504 of the Rehabilitation Act of 1973 Prohibits discrimination by recipients of federal financial assistance Covers public institutions that receive federal financial assistance Qualified persons with disabilities must not be excluded from educational entity s programs or services Programs and/or services must be equally effective for participants with disabilities as for their non- disabled peers

9 More Legal Issues The Americans with Disabilities Act and amendments. Title II of the Americans with Disabilities Act (ADA) prohibits discrimination by public entities Requires effective communication o Information published on websites run by public entities es should be accessible e to users s with disabilities. Martin v. Metropolitan Atlanta Rapid Transit Authority, 225 F.Supp.2d 1362 (N.D.Ga. 2002).

10 More Legal Issues Section 508 of the Rehabilitation Act Requires that electronic and information technology developed, procured, maintained, or used by the Federal government be accessible to users with disabilities. Standards were mandated and developed in December 2001.

11 What is the cost of developing accessible websites? The cost is generally minimal if accessibility principles are incorporated into the development stage. Retrofitting, on the other hand, is far more expensive. Hence, it is critical that agencies find ways to integrate accessible design and conformance testing into the development process. Most of the initial costs will be on training and acquiring the appropriate tools to assist with authoring accessible sites and with conformance testing. Over a period of time, a well designed, accessible web site is more cost effective because it takes less time to maintain and update. It is more adaptable to emerging technologies and attracts a larger audience. As more web developers are trained to create accessible sites, the costs will diminish.

12 What are the characteristics of an accessible web site? An accessible web site is one that can be used by everyone, including people with disabilities. Some specific characteristics of an accessible site include: clear and logical navigation easy to read text and understandable links text descriptions of essential visual elements transcripts or captions for audio, video, and multimedia content interoperability with assistive technology which may be used to render the web content in a usable format.

13 What are some accessible web design principles? i Web sites that are designed to be POUR Perceivable Operable Understandable Robust will offer the most flexibility and usefulness for individuals id with disabilities as well as many other people.

14 Do I have to "dumb down" my site in order to make it accessible? No. Making a web site accessible is more about including good design elements than removing them. Nearly all sophisticated and visually-attractive web technologies can be rendered d in an accessible manner if designed with accessibility in mind. Creative web designers are able to keep the web site visually pleasing and, at the same time, make it easy for more people to access the site.

15 What about the documents that people post onto the site? Do we have to be concerned about the accessibility of these documents? An accessible Web site includes the accessibility of all its contents, including documents, forms, and other digital objects (multimedia, graphics, etc.). A process for ensuring the accessibility of the content is critical to a web accessibility policy.

16 Web Accessibility Quick Tips The links in the Quick Tips below mostly go to the techniques documents that t provide implementation ti guidance - including explanations, strategies, and detailed markup examples. Images & animations: Use the alt attribute t to describe the function of each visual. Image maps. Use the client-side map and text for hotspots. Multimedia. Provide captioning and transcripts of audio, and descriptions of video. Hypertext t links. Use text t that t makes sense when read out of context. For example, avoid "click here." Page organization. Use headings, lists, and consistent structure. t Use CSS for layout and style where possible.

17 Graphs & charts. Summarize or use the longdesc attribute. Scripts, applets, & plug-ins. Provide alternative content in case active features are inaccessible or unsupported. Frames. Use the noframes element and meaningful titles. Tables. Make line-by-line reading sensible. Summarize. Check your work. Validate. Use tools, checklist, and guidelines at

18 Web development and interaction must work together in order for the Web to be accessible to people with disabilities. content - the information in a Web page or Web application, including: natural information such as text, images, and sounds code or markup that defines structure, presentation, etc. Web browsers, media players, and other "user agents" assistive technology, in some cases - screen readers, alternative keyboards, switches, scanning software, etc. users' knowledge, experiences, and in some cases, adaptive strategies using the Web developers - designers, coders, authors, etc., including developers with disabilities and users who contribute content authoring tools - software that creates Web sites evaluation tools - Web accessibility evaluation tools, HTML validators, CSS validators, etc.

19 Web Accessibility Images Alt attributes and alt text for images or pictures or images that carry information Alt text for links/destinations Alt null for redundant information. Charts, Graphs M i lt t th i t t May require an alt tag on the image or a text description internally or in another place.

20 Web Accessibility Color Color as a way of conveying information alone is difficult for persons with color blindness or with screen readers. Adequate contrast Alt tags for color that conveys information can assist screen readers in making sense of information

21 Web Accessibility Forms Visually associate each control with its prompt by positioning the prompt immediately adjacent to or immediately above the control. Use alt title attribute when a legend or title is necessary

22 Web Accessibility Page Structure and Style Use structural elements for their intended purpose. Avoid HTML structural markup for visual effects. Relative units to ensure scalability of page size, layout, etc. Provide consistent page layout and navigational scheme for entire site.

23 Web Accessibility Tables Every cell tells a story; heading cells should be in the first row and column Consider id attributes for heading cells For table elements, include a summary or caption attribute.

24 Web Accessibility Multi-media (audio, video) Include a text transcript for each information loaded audio file. Provide synchronized text equivalents (captions) for the audio content of a multimedia presentation. Provide synchronized audio descriptions of significant video information in multimedia presentations. Web content requires accessible tools or browser plug-ins.

25 Web Accessibility The content must be accessible to persons with disabilities, regardless of the content delivery format or tool required. Sites must provide a link to an accessible version of the tool. Tools embedded within Web pages must be keyboard accessible, or the option to open the content in a stand-alone version should be provided.

26 Web Designer versus Faculty or Rehabilitation Counselor or other Contributor Accessible use of documents that would be included in web pages. Provide a digital or editable copy of documents. Provide tagged alternative text or captions for images. Use hierarchical style and formatting so that an index is created.

27 You are invited to contribute Quality Indicators for Assistive Technology (QIAT) These indicators were designed with IDEA in mind. The Southwest ADA Center, DBTAC and the Great Lakes ADA Center, DBTAC invite you to participate in a wiki for post-secondary education to apply the indicator areas to institutes of higher education

28 Resources 01.ibm.com/software/awdtools/tester/polic y/accessibility/index.html tive.html p pp

29 Resources y Free tools and turn-key vendors can: Spot problems Check for accessibility and security Serve as a tool for educating web designers and developers

30 Resources Alliance for Technology Access, Louisiana Universal Design for Learning Initiative, Southwest ADA Center, DBTAC U.S. Department of Education, idea2004.html

31 Resources Quality Indicators for Assistive Technology, Americans with Disabilities Act, The Center for Universal Design, Center for Applied Special Technology,

32 Resources W3C Web Accessibility Initiative, Louisiana Department of Education, Quick Tips for Creating Accessible Documents, San Jose State University, Voluntary Product Accessibility Template

33 Resources United States Access Board United States Access Board

34 Thanks for Participating! Please check our web site for other workshops on software, hardware, strategies and processes. Technology & Curriculum Access Center, Easter Seals Arkansas in Collaboration with the Southwest ADA Center, DBTAC, and the Arkansas Department of Education, Special Education Unit Bryan Ayres, M.Ed., ATP, Director, Technology & Curriculum Access Center

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

Echo360 Voluntary Product Accessibility Template

Echo360 Voluntary Product Accessibility Template Echo360 Voluntary Product Accessibility Template Version 1.0 April 1, 2015 Contact for more Information: Jason Aubrey, JAubrey@echo360.com Introduction Echo360 is committed to ensuring that our platform

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

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

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

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

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

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

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

Section A: CURRICULUM, INSTRUCTIONAL DESIGN AND STUDENT ASSESSMENT

Section A: CURRICULUM, INSTRUCTIONAL DESIGN AND STUDENT ASSESSMENT This document is designed to assist in determining the quality and effectiveness of online courses. It is based on the Southern Regional Educational Board s Essential Principles of Quality and has been

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

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

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

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

WCAG 2.0 Checklist. Perceivable Web content is made available to the senses - sight, hearing, and/or touch. Recommendations

WCAG 2.0 Checklist. Perceivable Web content is made available to the senses - sight, hearing, and/or touch. Recommendations WCAG 2.0 Checklist Perceivable Web content is made available to the senses - sight, hearing, and/or touch Guideline 1.1 Text Alternatives: Provide text alternatives for any non-text content Success Criteria

More information

TRI Oracle Empirica Trace 2012 508 Statement of Conformance

TRI Oracle Empirica Trace 2012 508 Statement of Conformance TRI Oracle Empirica Trace 2012 508 Statement of Conformance TRI is committed to providing access to all individuals with or without disabilities seeking information on TRI s installation or Oracle Empirica

More information

SRCSB General Web Development Policy Guidelines Jun. 2010

SRCSB General Web Development Policy Guidelines Jun. 2010 This document outlines the conventions that must be followed when composing and publishing HTML documents on the Santa Rosa District Schools World Wide Web server. In most cases, these conventions also

More information

icohere Products and Section 508 Standards Voluntary Product Accessibility Template (VPAT )

icohere Products and Section 508 Standards Voluntary Product Accessibility Template (VPAT ) icohere Products and Section 508 Standards Voluntary Product Accessibility Template (VPAT ) icohere and the Twenty-First Century Communications and Video Accessibility Act of 2010 (CVAA) The webcast portion

More information

Summary Table for SolarWinds Web Help Desk

Summary Table for SolarWinds Web Help Desk Date: February 25, 2013 Name of Product: SolarWinds Web Help Desk Contact for more Information: http://www.solarwinds.com/support/ Summary Table for Voluntary Product Accessibility Template (VPAT) Remarks

More information

Voluntary Product Accessibility Template (VPAT)

Voluntary Product Accessibility Template (VPAT) Voluntary Product Accessibility Template (VPAT) Date: 2013 Name of Product: Pivot Product website: https://pivot.cos.com/ Contact for more Information: http://pivot.cos.com/helpdesk NOTE: All sections

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

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

Supporting Features. Supports with Exceptions. Supports with Exceptions. Supports

Supporting Features. Supports with Exceptions. Supports with Exceptions. Supports Voluntary Product Accessibility Template (VPAT) Date: April 1, 2008 Name of Product: Kyocera FS-1100 (Desktop Laser Printer) Contact for more Information: William_cassidy@kyoceramita.com Section 1194.21

More information

In this topic we discuss a number of design decisions you can make to help ensure your course is accessible to all users.

In this topic we discuss a number of design decisions you can make to help ensure your course is accessible to all users. Accessible Course Design As a course designer you hold a pivotal role in ensuring that Learning Environment is accessible to all users, regardless of their learning needs. It is your content that students

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

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

Why is Technology Access for Students With Disabilities Important?

Why is Technology Access for Students With Disabilities Important? Why is Technology Access for Students With Disabilities Important? Every school has higher student performance and meets state academic standards for all students each year. Dianne Griffin One of SREB

More information

Summary Table for SolarWinds Web Help Desk

Summary Table for SolarWinds Web Help Desk Date: February 10 th, 2015 Name of Product: (WHD) Contact for more Information: http://www.solarwinds.com/support/ Summary Table for Section 1194.21 Software Applications with. See section 1194.21 below.

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

Accessibility. Accessibility. Web sites should be designed to ensure that

Accessibility. Accessibility. Web sites should be designed to ensure that 3 Web sites should be designed to ensure that everyone, including users who have difficulty seeing, hearing, and making precise movements, can use them. Generally, this means ensuring that Web sites facilitate

More information

SECTION 508 COMPLIANCE

SECTION 508 COMPLIANCE SECTION 508 COMPLIANCE Section 508 requires that Federal Departments and Agencies provide Electronic and Information Technology (EIT) that s accessible to people with disabilities. The purpose of this

More information

Outline. CIW Web Design Specialist. Course Content

Outline. CIW Web Design Specialist. Course Content CIW Web Design Specialist Description The Web Design Specialist course (formerly titled Design Methodology and Technology) teaches you how to design and publish Web sites. General topics include Web Site

More information

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

Accessibility & Instructional Design for Online Learning. Teaching and Learning Technology Roundtable Presented by Shelby Acteson, MEd May 18, 2012

Accessibility & Instructional Design for Online Learning. Teaching and Learning Technology Roundtable Presented by Shelby Acteson, MEd May 18, 2012 Accessibility & Instructional Design for Online Learning Teaching and Learning Technology Roundtable Presented by Shelby Acteson, MEd May 18, 2012 Introduction Why is accessibility important? Why now more

More information

Web Design Specialist

Web Design Specialist UKWDA Training: CIW Web Design Series Web Design Specialist Course Description CIW Web Design Specialist is for those who want to develop the skills to specialise in website design and builds upon existing

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

Voluntary Product Accessibility Template (VPAT) Policy & Information

Voluntary Product Accessibility Template (VPAT) Policy & Information Voluntary Product Accessibility Template (VPAT) Policy & Information What is a VPAT? A VPAT is a vendor-generated statement (using the required template) that provides relevant information on how a vendor

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

Usability Standards: Connecting Practice Around the World

Usability Standards: Connecting Practice Around the World Usability Standards: Connecting Practice Around the World Whitney Quesenbery Whitney Interaction Design whitneyq@wqusability.com Abstract One of the core tenets of usability is that the work flows from

More information

July 2012 Version 1.0. Section 508 Compliance Test Process for Microsoft Word Documents

July 2012 Version 1.0. Section 508 Compliance Test Process for Microsoft Word Documents July 2012 Version 1.0 Section 508 Compliance Test Process for Microsoft Word Documents Contents DHS Section 508 MS Word Test and Reporting Process... 2 DHS Section 508 Compliance Tests for MS Word... 6

More information

Assuring that the Online Course is Ready for Prime Time

Assuring that the Online Course is Ready for Prime Time Assuring that the Online Course is Ready for Prime Time Kats Gustafson, Ed.D. Dean, Online and Distributed Learning San Diego Community College District kgustafs@sdccd.edu One of the tried and true techniques

More information

WCAG 2.0 Checklist (Detailed)

WCAG 2.0 Checklist (Detailed) WCAG 2.0 Checklist (Detailed) For a complete listing of the WCAG (Web Content Accessibility Guidelines) 2.0, visit: http://www.w3.org/tr/2008/rec WCAG20 20081211. Perceivable - web content is made available

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

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

STATEMENT OF PURPOSE

STATEMENT OF PURPOSE WEB DESIGN STATEMENT OF PURPOSE This course is intended for the student interested in learning how to create web pages for the World Wide Web. Instruction on how to program using the HTML language is provided.

More information

Adobe Conversion Settings in Word. Section 508: Why comply?

Adobe Conversion Settings in Word. Section 508: Why comply? It s the right thing to do: Adobe Conversion Settings in Word Section 508: Why comply? 11,400,000 people have visual conditions not correctible by glasses. 6,400,000 new cases of eye disease occur each

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

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

Any comments, corrections, or recommendations may be sent to the project team, care of:

Any comments, corrections, or recommendations may be sent to the project team, care of: Preserving State Government Digital Information Minnesota Historical Society Web Content Accessibility White Paper Abstract Making web content accessible to people with disabilities improves accessibility

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template dg Date: July 2013 Voluntary Product Accessibility Template Product Name: Samsung Galaxy Tablet PC Product Version Number: Galaxy Tab 3 10.1, 8, and 7 Vendor Company Name: Samsung Electronics of America

More information

Web Design Competition 2013. College of Computing Science, Department of Information Systems. New Jersey Institute of Technology

Web Design Competition 2013. College of Computing Science, Department of Information Systems. New Jersey Institute of Technology COMPETITION PURPOSE The Web is the most transformable invention of our time. This competition features the creation of high-quality, well-designed and original Websites, while seeking to identify and encourage

More information

Xerox DocuMate 3125 Document Scanner

Xerox DocuMate 3125 Document Scanner Xerox DocuMate 3125 Document Scanner Voluntary Product Accessibility Template (VPAT) Submitted by Visioneer, Inc., November 30, 2011 Date: 11/30/2011 Name of Product: Xerox DocuMate 3125 Contact for more

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

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

Web Content Accessibility Guidelines 2.0 Checklist

Web Content Accessibility Guidelines 2.0 Checklist Updated: November 17, 2015 Product: Contact: Website: Source: Color Check: Disability Services Management System sales@accessiblelearning.com http://www.accessiblelearning.com http://webaim.org/standards/wcag/checklist

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

Summary Table Voluntary Product Accessibility Template

Summary Table Voluntary Product Accessibility Template Voluntary Product Accessibility Template (VPAT) Name of Product: imagerunner ADVANCE C5255/C5250/C5240/C5235 Date: May 27, 2012 Note: This document was prepared based on normal walk-up functionality. It

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

WEB PAGE, DIGITAL/MULTIMEDIA AND INFORMATION RESOURCES DESIGN

WEB PAGE, DIGITAL/MULTIMEDIA AND INFORMATION RESOURCES DESIGN 1 Secondary Task List 100 DEMONSTRATE SAFETY IN THE MULTIMEDIA LABORATORY 101 Explain the Material Safety Data Sheet (MSDS) system for hazardous chemicals and materials. 102 Follow safety rules when working

More information

Online programs conform to established standards for online learning. Face-to-face programs do not complete this Form.

Online programs conform to established standards for online learning. Face-to-face programs do not complete this Form. Requirement III: Academic and Learning Outcomes 3.2 Online Course Readiness (Online Programs Only) Online programs conform to established standards for online learning. Face-to-face programs do not complete

More information

Information Technology Career Cluster Digital Design Course Number: 11.45100. Course Standard 1

Information Technology Career Cluster Digital Design Course Number: 11.45100. Course Standard 1 Information Technology Career Cluster Digital Design Course Number: 11.45100 Course Description: Using web design as the platform for product design and presentation, students will create and learn digital

More information

Web Accessibility Tools: InFocus & LIFT for DreamWeaver

Web Accessibility Tools: InFocus & LIFT for DreamWeaver Web Accessibility Tools: InFocus & LIFT for DreamWeaver High Tech Center Training Unit Of the California Community Colleges at the Foothill-De Anza Community College District 21050 McClellan Road Cupertino,

More information

Summary Table. Voluntary Product Accessibility Template

Summary Table. Voluntary Product Accessibility Template Date: October 4, 2011 Name of Product: ActiveData For Excel Version 5 Contact for more information: John West, 613-569-4675 ext 175, jwest@informationactive.com Note, ActiveData For Excel / Microsoft Office

More information

Section 508 Compliance and Online Course Content. Agenda. What is Section 508? 508, 504 and ADA. USG Resource

Section 508 Compliance and Online Course Content. Agenda. What is Section 508? 508, 504 and ADA. USG Resource Contents Section 508 Compliance and Online Course Content... 2 Agenda... 2 What is Section 508?... 2 508, 504 and ADA... 2 USG Resource... 2 Complaints and Lawsuits... 3 Higher Education Lawsuits and Civil

More information

WCAG 2 Compliance With Flash

WCAG 2 Compliance With Flash WCAG 2 Compliance With Flash A few Notes For This Webinar 1. Please mute your phone line 2. You can post questions in Connect during the session and we will answer what we can at the end of the webinar

More information

Online and Hybrid Course Development Guidelines

Online and Hybrid Course Development Guidelines Online and Hybrid Course Development Guidelines February 10, 2011 The following is intended to serve as a guide to the development of online and hybrid courses at Cedar Crest College. Substantively, the

More information

Web-Based Student Processes at Community Colleges

Web-Based Student Processes at Community Colleges Research Brief Web-Based Student Processes at Community Colleges Removing Barriers to Access William Erickson Sharon Trerise Camille Lee Sara VanLooy Susanne Bruyère Cornell University This research is

More information

Online Accessibility Action Plan

Online Accessibility Action Plan University of South Australia Online Accessibility Action Plan FINAL VERSION (Approved by Senior Management Group) (February 2004) VERSION 1.0 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 THE DISABILITY DISCRIMINATION

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

B. Statement of Purpose

B. Statement of Purpose CU-Boulder Campus Standards for the Accessibility of Information and Communication Technology Policy DRAFT 10/5/2015 (Will be eventually approved by: ICT Accessibility Review Board, ICTARB) A. Introduction

More information

Web-Based Student Processes at Community Colleges

Web-Based Student Processes at Community Colleges Research Brief Web-Based Student Processes at Community Colleges Removing Barriers to Access William Erickson Sharon Trerise Camille Lee Sara VanLooy Susanne Bruyère Cornell University This research is

More information

Information Technology Grades 11-12. Students will know and be able to: Basic Operations 1.1 (I)

Information Technology Grades 11-12. Students will know and be able to: Basic Operations 1.1 (I) Information Technology Grades 11-12 Basic Operations, Concepts, and Productivity Tools Basic Operations Word Processing Database Students will know and be able to: Identify the platform, version, properties,

More information

A tool to assist in the design, redesign, and/or evaluation of online courses.

A tool to assist in the design, redesign, and/or evaluation of online courses. A tool to assist in the design, redesign, and/or evaluation of online courses. An Initiative Sponsored By: Illinois Online Network (ION) University of Illinois Quality Online Course Initiative Rubric by

More information

WEB GUIDELINES Last Updated July 22, 2014

WEB GUIDELINES Last Updated July 22, 2014 WEB GUIDELINES Last Updated July 22, 2014 Contents INTRODUCTION... 3 GOVERNANCE STRUCTURE... 4 TECHNOLOGY COUNCIL... 4 WEB ADVISORY COMMITTEE (WAC)... 4 WEBMASTER... 4 ADMINISTRATION AND DEPARTMENT HEADS...

More information

Massachusetts Technology Literacy Standards

Massachusetts Technology Literacy Standards Massachusetts Technology Literacy Standards The Massachusetts Technology Literacy Standards incorporate the Information and Communication Technology (ICT) Literacy skills developed by the Partnership for

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 Version 1.3 EXHIBIT The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary assessments regarding the availability

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 Accessibility means that a website is accessible if everyone, regardless of ability, can access the website and retrieve all the information

Web Accessibility means that a website is accessible if everyone, regardless of ability, can access the website and retrieve all the information 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

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

Web Design and Development Program (WDD)

Web Design and Development Program (WDD) Web Design and Development Program (WDD) Course Descriptions TI 0550 Fundamentals of Information Systems Technology: This course is a survey of computer technologies. This course may include computer history,

More information

IT Accessibility Implementation Guidance

IT Accessibility Implementation Guidance IT Accessibility Implementation Guidance JUNE 30, 2011 IT Accessibility Implementation Guidance 2 Foreword IT Accessibility has now entered a new phase where we will begin to see state agencies fully adopt

More information

Intelledox Designer WCA G 2.0

Intelledox Designer WCA G 2.0 Intelledox Designer WCA G 2.0 Best Practice Guide Intelledox Designer WCAG 2.0 Best Practice Guide Version 1.0 Copyright 2011 Intelledox Pty Ltd All rights reserved. Intelledox Pty Ltd owns the Intelledox

More information

Job Ready Assessment Blueprint. Web Design. Test Code: 2750 / Version: 01. Copyright 2011. All Rights Reserved.

Job Ready Assessment Blueprint. Web Design. Test Code: 2750 / Version: 01. Copyright 2011. All Rights Reserved. Job Ready Assessment Blueprint Web Design Test Code: 2750 / Version: 01 Copyright 2011. All Rights Reserved. General Assessment Information Blueprint Contents General Assessment Information Written Assessment

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 VPAT Voluntary Product Accessibility Template Version 1.3 The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary

More information

VPAT Voluntary Product Accessibility Template

VPAT Voluntary Product Accessibility Template Applies to the following products and features: Utelogy U-Control o Includes Configurator, Monitor, and Dashboard Utelogy U-Manage Utelogy U-Help Summary Table Section 1194.21 Software Applications and

More information

Voluntary Product Accessibility

Voluntary Product Accessibility Date: 10/29/12 Product Name: Recovery Manager for Active Directory Product Version: 8.6.0 Contact for more information: http://software.dell.com/legal/section-508.aspx Summary Table Section 1194.21: Software

More information

Chapter 10: Multimedia and the Web

Chapter 10: Multimedia and the Web Understanding Computers Today and Tomorrow 12 th Edition Chapter 10: Multimedia and the Web Learning Objectives Define Web-based multimedia and list some advantages and disadvantages of using multimedia.

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

UNITED STATES DEPARTMENT OF EDUCATION OFFICE FOR CIVIL RIGHTS 400 MARYLAND AVENUE, SW WASHINGTON, DC 20202-1475. March 20, 2014

UNITED STATES DEPARTMENT OF EDUCATION OFFICE FOR CIVIL RIGHTS 400 MARYLAND AVENUE, SW WASHINGTON, DC 20202-1475. March 20, 2014 UNITED STATES DEPARTMENT OF EDUCATION OFFICE FOR CIVIL RIGHTS 400 MARYLAND AVENUE, SW WASHINGTON, DC 20202-1475 REGION XI NORTH CAROLINA SOUTH CAROLINA VIRGINIA WASHINGTON, D.C. March 20, 2014 Dr. Wayne

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

WEB DEVELOPMENT POLICIES & PROCEDURES

WEB DEVELOPMENT POLICIES & PROCEDURES WEB DEVELOPMENT POLICIES & PROCEDURES Last Updated July 2014 TABLE OF CONTENTS Introduction... 3 Roles and Responsibilities... 4 Webmaster... 4 Web Advisory Group... 4 Content Owners... 4 Content Designee(s)...

More information

Quality Assurance Checklists for Evaluating Learning Objects and Online Courses

Quality Assurance Checklists for Evaluating Learning Objects and Online Courses NHS Shared Learning Quality Assurance Checklists for Evaluating Learning Objects and Online Courses February 2009 Page 1 Note This document provides an outline of the Resource workflow within NHS Shared

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

AN AUTOMATIC AND METHODOLOGICAL APPROACH FOR ACCESSIBLE WEB APPLICATIONS

AN AUTOMATIC AND METHODOLOGICAL APPROACH FOR ACCESSIBLE WEB APPLICATIONS UDK 004.822:004.738.5 Preliminary communication AN AUTOMATIC AND METHODOLOGICAL APPROACH FOR ACCESSIBLE WEB APPLICATIONS Lourdes Moreno, Elena Castro, Paloma Martinez Universidad Carlos III de Madrid,,

More information

Web design & planning

Web design & planning Instructor Guide Timing: 12 to 18 hours Level: Ages 15 and up Web design & planning Project Overview In this project, student teams work on a project to build a website for a client. The client selects

More information

Students will know and be able to: 1.1. Basic Operations

Students will know and be able to: 1.1. Basic Operations Information Technology Grades 9-10 Basic Operations, Concepts, and Productivity Tools Basic Operations Word Processing Database Spreadsheet Identify the platform, version, properties, function, and interoperability

More information

Internet, Intranet, or Extranet Define Your Audience and Establish Communication Goals

Internet, Intranet, or Extranet Define Your Audience and Establish Communication Goals PLANNING AND KEY CONSIDERATIONS FOR A NEW WEB SITE: Your Guide To Understanding What It Takes To Create A Winning Solution By: Rock Multimedia Solutions February, 2003 Rock Multimedia Solutions offers

More information

Psychology 41 Life-Span Psychology from infancy to old age - Development Emily Bill for Winter 2016 Reviewed 10-5-15 and 10-6-15

Psychology 41 Life-Span Psychology from infancy to old age - Development Emily Bill for Winter 2016 Reviewed 10-5-15 and 10-6-15 Psychology 41 Life-Span Psychology from infancy to old age - Development Emily Bill for Winter 2016 Reviewed 10-5-15 and 10-6-15 Los Angeles Mission College Distance Education Technical Review Rubric of

More information

Creating Electronic Portfolios using Microsoft Word and Excel

Creating Electronic Portfolios using Microsoft Word and Excel Step-by-Step Creating Electronic Portfolios using Microsoft Word and Excel The Reflective Portfolio document will include the following: A Cover Page for the portfolio - Include a Picture or graphic A

More information

Real Connections: Making Distance Learning Accessible to Everyone

Real Connections: Making Distance Learning Accessible to Everyone Real Connections: Making Distance Learning Accessible to Everyone By Sheryl Burgstahler, Ph.D. Distance learning has been around for a long time. For hundreds of years instructors have taught students

More information