Usability and Accessibility Implications of Various Date Picker Methods Andrew Downie.

Slides:



Advertisements
Similar presentations
User Interface Design.
Advertisements

Ch3: Introduction to HTML5 part 2 Dr. Abdullah Almutairi ISC 340 Fall 2014.
PROACTIS: Supplier User Guide
Free Software Alternatives: Avast! Anti-virus
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Lesson 10: Working with Tables and Forms. Learning Objectives After studying this lesson, you will be able to:  Insert a table in a document  Modify,
September 10, Agenda Welcome Updates Reminders New CT.gov Site Questions & Comments.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Exploring Microsoft Office Word 2007 Chapter 7 The Advanced User Robert Grauer, Keith Mulbery,
1 Team Leader TKS Job Aid. 2 Viewing the On-line Presentation If you are viewing this presentation via Internet Explorer for best results resize the “Notes”
HTML5 & WAI-ARIA Forms with jQuery Validation Paul J. Adam Accessibility
Objectives © Paradigm Publishing, Inc. 1 Objectives.
Objectives © Paradigm Publishing, Inc. 1 Objectives.
To navigate through this Tutorial use your mouse, or Page Up key or Page Down key Registration Tour Unlock the “POWER” of V7.2 Introduction Slide One.
INFO 355Week #71 Systems Analysis II User and system interface design INFO 355 Glenn Booker.
Intermediate 2 Software Development Process. Software You should already know that any computer system is made up of hardware and software. The term hardware.
Code Complete Steve McConnell. 20. The Software-Quality Landscape.
G063 - Human Computer Interface Design Designing the User Interface.
Learning Aim C.  In this section we will look at how text, tables, forms and frames can be used in web pages.
Child Care Subsidy Program Online Billing Provider Training Spring 2016.
Open Math Module Welcome Welcome to the “Open Math – Open Resources: Engage Adult Learners for 21 st Century Skills” course! Use the navigation buttons.
Excel Lesson 15 Working with Auditing and Analysis Tools
Unit & District Tools Phase 1
with a few tips and tools for managing mail
Screenshot evidence of page size
Training Documentation – Replacing GSPR with RFQ 2.0
ACE – Advanced Customer Experience Overview
Introduction to OBIEE:
Design and deliver beautiful presentations with ease and confidence.
Design and deliver beautiful presentations with ease and confidence.
DATA INPUT AND OUTPUT.
System Design Ashima Wadhwa.
Unit 16 – Database Systems
Data Validation and Protecting Workbook
Getting started with Poll Everywhere Back to University 2017 Edition.
Year 7 E-Me Web design.
Microsoft Word Illustrated
Customer Overview & Training For Viewing by Customers
IS333: MULTI-TIER APPLICATION DEVELOPMENT
DB Implementation: MS Access Forms
Microsoft Word 2010 MODULE 5 Chapter 1: Creating Documents Chapter 2: Formatting Documents Chapter 3: Working with Tables and Objects Chapter 4: Polishing.
Rachael Sessler Trinkowsky, Ph.D., CRC, CATIS
Design and deliver beautiful presentations with ease and confidence.
Nursing at Michigan Performance Evaluations
ESS - Time & Labour - Employee
Orders & Shipment Tracking
An INTRODUCTION TO THUNDERBIRD
GDSS – Digital Signature
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Microsoft Access 2010 Lesson 4 Access Lesson 4 Lesson Plans
G061 - Tailored Interfaces
DB Implementation: MS Access Forms
New Form Input Types.
ETS – Air Data submission Training
HTML5 Form Types – Newer Available Fields
Information Systems 337 Prof. Harry Plantinga Usability.
Two methods to observe tutorial
Design and deliver beautiful presentations with ease and confidence.
Part 6 Q26 to Q30 of National 5 Prelim
Demystifying Web Content Accessibility Guidelines
Grants Management Solution Suite (GMSS)
Two methods to observe tutorial
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Business Zone - Clearing your Cache
Getting started with Poll Everywhere Higher Education
Design and deliver beautiful presentations with ease and confidence.
Correct document structure Easy for authors and accessible to readers
Design and deliver beautiful presentations with ease and confidence.
Progressive Enhancement Using CSS 3
Cognos Analytics v For Report Viewers
Presentation transcript:

Usability and Accessibility Implications of Various Date Picker Methods Andrew Downie

Introduction Which date picker format is best in terms of: Ease of implementation Validation checking Ease of use generally Screen reader accessibility Eight screen reader users help me with that question Results later

Simple edit fields Easy to write Completion easy for most people Validation by way of: Restricting to numbers only Limiting length of input To some extent checking for valid date No calendar for user to check Edit field control-1

Automatic edit fields Easy to write Completion easy for most people Automatic advance to next field rewards accurate entry However, makes error correction more difficult Validation by way of: Restricting to numbers only Limiting length of input To some extent checking for valid date No calendar for user to check Edit auto control-2

Combo boxes More work required to write Depending on implementation, user cannot select an invalid date Day of week as well as date can be presented Selection can be fast for astute users Others may find tedious Combo smart control-3

Table Slightly tedious but easy to write Visually very convenient to check days Cannot select an invalid date May involve much tabbing for keyboard users At best, slower for screen reader users Table control-4

HTML5 date picker Very easy to set up Invalid entry check is easy in compatible browsers Entry via numbers or arrows Allows rapid entry if aware of feature Can select dates over millennia Starts with today’s date HTML5 control-5 Continued next slide

HTML5 date picker (cont) Intuitive to use with suitable browsers Does not show week day except in Chrome Features vary between browsers Only edit fields in Internet Explorer Does not work in Edge HTML5 Chrome control-6

Screen reader user feedback Many thanks to the eight participants All at least 15 years screen reader experience Variety of screen readers, browsers and OSs The following is anecdotal rather than rigorous Feedback by phone while completing forms Wide variation in skill levels Instructions often seen as optional  Continued next slide

Screen reader user feedback (cont) All comfortable with edit fields Some liked automatic option Some did not notice Comboboxes generally liked Tables generally disliked Most did not know about table navigation Prior negative online experience created apprehension

Closing comments Purpose will affect choice of date picker Comboboxes offer accessibility and easy validation Tables liked by sighted users Wording, as well as structure, is important Informal screen reader learning often leaves people disadvantaged

Thank you Andrew Downie Phone: 0400 806 076 Email: access_tech@iprimus.com.au