Krug Chapter 12 Accessibility

Slides:



Advertisements
Similar presentations
The Paciello Group Making Twitter Tweet Steve Faulkner The Paciello Group.
Advertisements

Introduction to Software Testing Chapter 1 Paul Ammann & Jeff Offutt SUMMARY OF PARTS 1 AND 2 FROM LAST WEEK.
Web Accessibility Web Services Office of Communications.
IV. “Regular” Web Pages: HTML A Web Accessibility Primer: Usability for Everyone Office of Web Communications.
Accessibility Tools in Microsoft Office 2010 and 2013 ADA Conference 2014 Norah Sinclair Tessa Greenleaf.
Dhananjay Bhole, Coordinator, Accessibility Research Group, Department of Education and Extension, University of Pune.
Web Accessibility John Rochford UMMS Shriver Center Director, INDEX Program Rich Caloggero WGBH National Center for Accessible Media MIT Adaptive Technology.
Electronic Communication and Web Accessibility Workshop.
Document and Web design has five goals:
Intro to Digital Accessibility For Content Owners & Editors.

Accessibility Standards. This PowerPoint will cover: – Web accessibility standards – Word file accessibility – PDF accessibility – PowerPoint accessibility.
Making Web Content Accessible to Everyone Web Accessibility Team June 9, 2015.
Lawyers Like Paper Brief Service documents Contracts, such as retainer agreements Demographic forms, such as Income verification forms Releases Informational.
TM Accessibility for the Uninitiated Presented by: September 2008.
Week 7.  Definition, policies, standards  Continuum of abilities.
The Online Experience: Accessibility & Usability for Everyone Richard W. Smith.
Input Tongue Drive System Virtual Keyboard Braille keyboard Output Screen Readers Printer Braille Printers.
Everything in it’s right place Revisiting website accessibility Jeff Coburn Senior Web Specialist Institute for Community Inclusion.
WEB ACCESSIBILITY. WHAT IS IT? Web accessibility means that people with disabilities can use the Web. Web accessibility encompasses all disabilities that.
Tom Babinszki The Hadley School for the Blind.  Americans with Disabilities Act  Do not confuse with Section 504  Section 504 applies to organizations.
Making eLearning Accessible for Everyone. Will the be accessible to everyone? MOOC online space scenario mobile course eLearning.
A centre of expertise in digital information managementwww.ukoln.ac.uk Building accessible and useable websites Penny Garrod UKOLN University of Bath Bath,
Don’t Make Me Think Author: Steve Krug Presentation by: Taina Castro Author: Steve Krug Presentation by: Taina Castro.
Usability and Accessibility for Senior Citizens Kristin Davis Advanced Usability/INF 385G September 15, 2005.
A human right mandate for the UN  A General Assembly mandate since 2004  Established as a human right by article 9 of the.
Accessibility of services on the web. Table of contents Statistics Definitions Different kinds of disabilities Solutions for accessibility.
Accessibility is not boring or difficult. It’s the right thing to do. Benjy Stanton.
Can the Web be Made Accessible? John Richards IBM T. J Watson Research Center and University of Dundee New Directions for Work in Digital Scotland, May,
Web Accessibility Web Community Meeting July 22, 2016 July 29, 2016.
Web Accessibility John Rochford Rich Caloggero UMMS Shriver Center
Creating Accessible PDF’s for the Web
Accessible materials.
Software Engineering Experimentation
Accessibility with WordPress
Best Practices and Lessons Learned
Curry School of Education
Do You Post or Documents to Students
Design and Maintenance of Web Applications in J2EE
Norman Chapter 6 Krug Chapter 7 C: Navigation
Successful Website Accessibility Testing
Krug 11 Usability as Courtesy
Norman 7 C: Selecting Events
Paul Ammann & Jeff Offutt
Introduction to Software Testing
Software Engineering Experimentation
Principles of Accessible Web Design
The Use of Color in User Interfaces
Lakeshore Public Schools
Web Accessibility John Rochford Rich Caloggero
Software Usability and Design
Accessibility with WordPress
Real-Life Accessibility or How I Should Have Spent my Summer Vacation
Krug Chapter 6 B: Flow in UIs
Creating Accessible Electronic Documents
Review for Midterm Spring 2018
Norman Chapter 1 Psychopathology
Krug Chapter 3 Billboard Design 101
Accessibility and Your – It’s The Law
Norman Chapter 6 Krug Chapter 7 D: Undo
Krug Chapter 5 Omit Needless Words
Krug Chapter 2 How We Really Use the Web and Web Site Design
Review for Midterm Spring 2019
Paul Ammann & Jeff Offutt
Krug Chapter 6 Street signs and Breadcrumbs
Software Usability and Design
Software Usability and Design
Krug 4 Animal, Mineral, or Vegetable
Review for Final Exam Spring 2019
Presentation transcript:

Krug Chapter 12 Accessibility Paul Ammann https://www.cs.gmu.edu/~pammann/ SWE 205 Software Usability and Design

Topics What developers and designers hear What developers and designers fear The truth is, it can be complicated The four things you can do right now 30-May-19 © Jeff Offutt

What developers and designers hear _% of the population has a disability Making things accessible benefits everyone It’s the right thing to do Blind people with a computer can now read almost anything in their own language. Imagine that! 30-May-19 © Jeff Offutt

What developers and designers fear More work More stuff added to an impossible project schedule? Compromised design Buttered cats? Do accessible design and good design converge? 30-May-19 © Jeff Offutt

The truth is, it can be complicated It’s more than just a validator It is harder than it should be Better tools are coming? 30-May-19 © Jeff Offutt

Four things you can do right now Fix the usability problems that confuse everyone Fixing usability problems is one of the most effective ways of making sites accessible! Read an article Krug cites Theofanos Screen readers scan with their ears Read a book Go for the low-hanging fruit alt tags, correct heading use, test forms with screen readers, “Skip to main content” at beginning, make everything accessible with the keyboard, use contrast, use accessible templates 30-May-19 © Jeff Offutt