Download presentation
Presentation is loading. Please wait.
Published byMeryl Aleesha Byrd Modified over 9 years ago
1
Accessibility Awareness Lawrence Najjar
2
2 Outline Purpose Prior knowledge verification tool Definitions Section 508 Accessibility requirements & suggestions Screen readers Accessibility at competitors Accessibility at BMC Accessibility resources Accessibility verification tools Summary
3
3 Purpose Improve accessibility awareness
4
4 Prior Knowledge Verification Tool (or Accessibility Pop Quiz) Complete the accessibility pop quiz
5
5 Answers 1. How many people in the world have a disability? Over 500 million United Nations (2002). The UN and persons with disabilities: United Nations commitment to advancement of the status of persons with disabilities [On-line]. Available: http://www.un.org/esa/socdev/enable/disun.htm http://www.un.org/esa/socdev/enable/disun.htm
6
6 Answers 2. What percent of Americans have a disability? 20% (about 54 million people) McNeil, J. M. (1997, August). Current population reports: Americans with disabilities: 1994-95. Census Bureau (P70-61) [On-line]. Available: http://www.census.gov/prod/3/97pubs/p70-61.pdfhttp://www.census.gov/prod/3/97pubs/p70-61.pdf
7
7 Answers 3. What is the most common disability among Americans? Walking/using stairs U.S. Census Bureau (1997). Americans with disabilities: 1997 – Table2 [On-line]. Available: http://www.census.gov/hhes/www/disable/sipp/disab97/ds97t2.html
8
8 Answers 4. What percent of legally blind people read Braille? 10% Web, C. Myths about vision loss and blindness [On-line]. Available: http://www.99main.com/~charlief/vi/myths.html
9
9 Answers 5.What percent of men are color deficient? 8% American Optometric Association. Color deficiency [On-line]. Available: http://www.aoa.org/eweb/DynamicPage.aspx?site=AOAstage&WebCode=ColorDeficiency Note: Less than 1% of women are color deficient. Only about 0.005% of people are truly color blind Henderson, C. Color vision [On-line]. Available: http://www.iamcal.com/toys/colors/stats.phphttp://www.iamcal.com/toys/colors/stats.php Newman, J. D. (1998). Color blindness [On-line]. Available: http://srv2.lycoming.edu/~newman/courses/bio22298/disorderpapers/Colorblindness/preliminar y.htm) http://srv2.lycoming.edu/~newman/courses/bio22298/disorderpapers/Colorblindness/preliminar y.htm
10
10 Answers 6.What is the unemployment rate for working age Americans with severe disabilities (ex. cannot see or cannot hear)? 70% Bureau of the Census (1994, January). Americans with disabilities. Bureau of the Census statistical brief [On-line]. Available: http://www.sipp.census.gov/sipp/sb94_01.pdf)http://www.sipp.census.gov/sipp/sb94_01.pdf Williams, J. (2001, September 7). Making Uncle Sam accessible – and accountable. BusinessWeek Online [On-line]. Available: http://www.businessweek.com/smallbiz/content/sep2001/sb2001097_766.htm http://www.businessweek.com/smallbiz/content/sep2001/sb2001097_766.htm Kaye, H. S. (1998, May). Is the status of people with disabilities improving? Disability Statistics Abstract, 21 [On-line]. Available: http://www.dsc.ucsf.edu/UCSF/pdf/ABSTRACT21.pdf
11
11 Answers 7.What is the earning difference for disabled workers compared to non-disabled workers? -20% Kaye, H. S. (1998, May). Is the status of people with disabilities improving? Disability Statistics Abstract, 21 [On-line]. Available: http://www.dsc.ucsf.edu/UCSF/pdf/ABSTRACT21.pdf
12
12 Answers 8.Of Americans receiving government assistance (ex. food, rent), what percent are disabled? 50% U.S. Department of Commerce (1997, December). Census brief: Disabilities affect one-fifth of all Americans (CENBR/97-5) [On-line]. Available: http://www.census.gov/prod/3/97pubs/cenbr975.pdf
13
13 Answers 9. What percent of Americans 45 or older have a disability? 45% Bureau of the Census (1994, January). Americans with disabilities. Bureau of the Census statistical brief [On-line]. Available: http://www.sipp.census.gov/sipp/sb94_01.pdf
14
14 Answers 10. In 2010, what percent of the American workforce will be 40 or older? 51% Microsoft. Shifting workplace demographics and delayed retirement [On-line]. Available: http://www.microsoft.com/enable/aging/demographics.aspx
15
15 Definitions Disability -- Functional limitation in vision, hearing, movement, manipulation (for example, fine movements to use mouse), speech, and interpretation of information (for example, dyslexia and other cognitive impairments) Accessibility – Providing persons with disabilities comparable access to and use of information and data as persons without disabilities
16
16 Section 508 Section 508 of the Rehabilitation Act amendments of 1998 For Federal purchases of information technology Requires Federal employees and members of the public with disabilities have access to and use of information and data comparable to that of employees and members of the public without disabilities Is spreading beyond Federal government
17
17 Some Accessibility Requirements Provide keyboard-only access to all functions (example) Use variable font sizes (example) Don’t use color as only way to convey information (example) Provide equivalent text for graphics (example) Provide text equivalents for multimedia (example) Design Web pages to make sense when users turn off cascading style sheets (example) Use table SUMMARY and CAPTION tags (example)
18
18 Example for “Provide keyboard-only access to all functions”
19
19 Example for “Use variable font sizes”
20
20 Larger font size
21
21 Example of “Don’t use color as only way to convey information” Before After
22
22 Example for “Provide equivalent text for graphics” Go
23
23 Example for “Provide text equivalents for multimedia”
24
24 Example for “Design Web pages to make sense when users turn off cascading style sheets”
25
25 Example of “Use table SUMMARY and CAPTION tags” <TABLE BORDER=1 CELLPADDING=3 CELLSPACING=1 FRAME=BOX summary="This database status summary table lists the Status, Office, Datasource, and DBMS (column headings) and the regions (rows)"> Database Backups Status Office Datasource DBMS East Region Failed New York zimbabwe : ZIM817MA Oracle 8.0.5.
26
26 Screen Readers http://www.doit.wisc.edu/accessibility/video/intro_scrn _rdrs.mov
27
27 Some Accessibility Suggestions Use cascading style sheets (example) Provide high contrast for text (example) Use variable page and column widths (example) Use tab order that makes sense to users (example) Use meaningful link text (example) Use ID, LABEL, and FOR to associate prompts and entry fields in forms (example) Use ID tags to label cells in tables (example) For Javascript events, such as onMouseover, provide text alternatives (example) Provide a way for users to skip lists of site navigation links (example) Don’t use unnecessary graphics (example)
28
28 Example for “ Use cascading style sheets”
29
29 Example for “ Provide high contrast for text” Before After Date (mm/dd/yyyy):
30
30 Example for “ Use variable page and column widths-A” Fixed Width Variable Width
31
31 Example for “ Use variable page and column widths-B” Fixed Width Variable Width
32
32 Example for “ Use tab order that makes sense to users” 10 9 8 7 6 5 4 3 2 1 11 12 13 14 15 38 39 40 41 42 43 44
33
33 Example for “ Use meaningful link text” Before To contact Support, click here. After Contact Support
34
34 Example for “ Use ID, LABEL, and FOR to associate prompts and entry fields in forms” First Name Middle Initial Last Name
35
35 Example of “Use ID tags to label cells in tables” <TABLE BORDER=1 CELLPADDING=3 CELLSPACING=1 FRAME=BOX summary="This database status summary table lists the Status, Office, Datasource, and DBMS (column headings) and the regions (rows)"> Database Backups Status Office Datasource DBMS East Region Failed New York zimbabwe : ZIM817MA Oracle 8.0.5.
36
36 Example for “ For Javascript events, such as onMouseover, provide text alternatives”
37
37 Example of “ Provide a way for users to skip lists of site navigation links”...
38
38 Example of “ Don’t use unnecessary graphics” http://www.flamingtext.com/
39
39 Accessibility at Competitors Our competitors have accessibility programs: HP IBM Mercury Interactive Microsoft PeopleSoft Quest Software SAP Siebel Systems Sun Microsystems
40
40 Accessibility at BMC Accessibility program lead named (Chris Meier) Accessibility consultant hired (The Paciello Group) Currently reviewing SmartDBA Accessibility awareness program begun (CWW, Brown Bags) Accessibility section added to BMC R&D Usability portal (example) Over 500 products evaluated using BMC Section 508 Product Assessment FormBMC Section 508 Product Assessment Form Completed accessibility form now required for product’s release to market process Federal agencies now requiring information on when BMC products will conform to Section 508 For $8M transaction with the U.S. Postal Service, BMC provided conformance timelines for products in bid
41
41 Accessibility in R&D Usability Portal http://cww/portal/site/CWW/index.jsp?chid=69da4c9a711eaf00VgnVCMServerd30611acRCRD
42
42 Accessibility Resources BMC Accessibility Intranet site: http://bmcintranet.bmc.com/BMC/Portal/CDA/hou_Ove rview_Document_Listing/0,2572,586762_861263,00.ht ml http://bmcintranet.bmc.com/BMC/Portal/CDA/hou_Ove rview_Document_Listing/0,2572,586762_861263,00.ht ml Feigenbaum, B. A. (2002, October 1). Coding for accessibility – Use JFC/Swing to build accessibility into your Java applications [On-line]. Available: http://www- 106.ibm.com/developerworks/java/library/j-access/ http://www- 106.ibm.com/developerworks/java/library/j-access/ Section 508 [On-line]. Available: http://www.access- board.gov/sec508/guide/act.htmhttp://www.access- board.gov/sec508/guide/act.htm Sun Microsystems (2003). Accessibility quick reference [On-line]. Available: http://www.sun.com/access/ developers/access.quick.ref.html#apptipshttp://www.sun.com/access/ developers/access.quick.ref.html#apptips World Wide Web Consortium (W3C). Web accessibility initiative [On-line]. Available: http://www.w3.org/WAI/http://www.w3.org/WAI/
43
43 Accessibility Verification Tools A-prompt (http://aprompt.snow.utoronto.ca/index.html)http://aprompt.snow.utoronto.ca/index.html BMC accessibility evaluation form (http://usability.bmc.com/access/XYZ_v.r_section508_asse ssment.doc)http://usability.bmc.com/access/XYZ_v.r_section508_asse ssment.doc Bobby (http://bobby.watchfire.com/bobby/html/en/index.jsp)http://bobby.watchfire.com/bobby/html/en/index.jsp Connect Outloud (http://www.hj.com/fs_downloads/connect_form.asp)http://www.hj.com/fs_downloads/connect_form.asp LIFT (http://www.usablenet.com/)http://www.usablenet.com/ Lynx (http://lynx.browser.org/)http://lynx.browser.org/ Monochrome printer Navigation with non-dominant hand Vischeck (http://www.vischeck.com/)http://www.vischeck.com/ WAVE (http://www.wave.webaim.org/index.jsp)http://www.wave.webaim.org/index.jsp Web Page Backward Compatibility Viewer (http://www.delorie.com/web/wpbcv.html)http://www.delorie.com/web/wpbcv.html
44
44 Summary For maximum accessibility: Design in accessibility from the start Verify accessibility with checklists, tools, and accessibility tests
45
45 Thank You To get a copy of this presentation: E-mail Lawrence Najjar Or, go to http://bmcintranet.bmc.com/ResearchAndDevelopment/Usability/att achments/accessibility_awareness_brown_bag.ppt Or, go to the R&D Portal, Programs and Services, Usability and Interface Design, Accessibility/Section 508, White Paper and Presentations, Accessibility Awareness Brown Bag To get accessibility services: Contact Tony Haverda, manager, Interface Design and Usability
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.