website accessiblilty

46
Accessible Web Content (and design) By Beth Sallay

Upload: beth-sallay

Post on 10-May-2015

346 views

Category:

Education


0 download

DESCRIPTION

A large number of instructors are taking advantage of online materials as a way to not only teach but to integrate technology into the classroom. Some students who need assistive technology face barriers to the same access as their non-disabled peers. I will be discussing finding accessible content and alternatives to what you already use. Demonstrations on: Described and Captioned Media (and similar) Picassa (how to find free formatting options for your website) Windows Movie Maker (subtitles - the old school way) Dreamweaver (alt image tags and simplifying your html) Finding captioned You Tube videos (GoogleVideo) Finding text based alternatives to Flash.

TRANSCRIPT

Page 1: Website Accessiblilty

Accessible Web Content (and design)

ByBeth Sallay

Page 2: Website Accessiblilty

Background

Painful self disclosure:Geocities 1995

Non profit website admin:1999-2009

U of Utah IT Monkey:2000-forever

IDET Grad Student:Now

Page 3: Website Accessiblilty

Web Content

• Text• Images • Sounds• Videos• Animations

Web Design

The way that web content is delivered through the web.

Using Dreamweaver with some html tips.

Page 4: Website Accessiblilty

• Web Design (tutorials and blogs) Picasa, Flickr and formatting tools Described and Captioned Media Windows Movie Maker Online videos Flash and alternatives

• Test your site• Resources

Page 5: Website Accessiblilty

1. Consistency: Use CSS (cascading style sheets)

Dreamweaver

Page 6: Website Accessiblilty

Web Design Tutorials:UEN on YouTube (Tim Stack)

Dreamweaver and CSS LayoutFireworks

Noupe

Page 7: Website Accessiblilty

2. Alt Image Text

Dreamweaver:

Page 8: Website Accessiblilty

Picasa and Flickr

PicasaFlickr

Both allow for linking and embedding to your images with descriptions.

Page 9: Website Accessiblilty

• Embed with Picasa:

Or link:https://picasaweb.google.com/lh/photo/11tCd_ZQxUTapzm9yBDMGA?feat=directlink

Page 10: Website Accessiblilty

Embed with Flickr:

Or link:http://www.flickr.com/photos/22247045@N03/5354748901/

Page 12: Website Accessiblilty

3. Page Headings: keep them consistent<h1> Title<h2> Subtitle<h3> Text

Wrong: <span style="font-size:2em"><b>My Page Title</b></span>

Right: <h1>My Page Title</h1>

Page 13: Website Accessiblilty

4. Links

Awareness:

Page 14: Website Accessiblilty

Links

Jump to:

<A HREF="#codeword">Jump to Content</A>

<A NAME="codeword">

Page 15: Website Accessiblilty

Links

Make them keyboard accessibleLink focusContextUnderlined

Page 16: Website Accessiblilty

5. Color Contrast

Good:

Bad:

Page 17: Website Accessiblilty

6. Use Captioned Video

Described and Captioned Mediawww.dcmp.org

DCMP YouTube Channel: http://www.youtube.com/user/dcmpnad

Page 18: Website Accessiblilty

Fill out a short survey.

*They have no sense of humor.

Page 21: Website Accessiblilty
Page 22: Website Accessiblilty

Download video from a website:

Firefox Download Helper

Real Player

Page 23: Website Accessiblilty
Page 24: Website Accessiblilty
Page 25: Website Accessiblilty

Open downloads folder or

Page 26: Website Accessiblilty

Convert to an editable format:

Hamster Free Video Converter

Page 27: Website Accessiblilty
Page 28: Website Accessiblilty
Page 29: Website Accessiblilty
Page 30: Website Accessiblilty
Page 31: Website Accessiblilty

Open Windows Movie Maker:

Page 32: Website Accessiblilty
Page 33: Website Accessiblilty
Page 34: Website Accessiblilty
Page 35: Website Accessiblilty

Save Movie or Publish Movie

Page 36: Website Accessiblilty

Done:

Page 37: Website Accessiblilty

7. Flash

WebAIMThe majority of Flash content cannot be made natively accessible to screen readers.

Assistive Technology Boogie

Page 38: Website Accessiblilty

Menu Items:can be made accessible

Page 39: Website Accessiblilty

Text Equivalents: Add descriptive text in the ‘Name’ field of the accessibility window.

Example

Page 40: Website Accessiblilty

Animations:not accessible

Page 41: Website Accessiblilty

General Flash Strategies:

• Use Captions• No strobe content that flashes 2-55 times per second• Good Contrast• Allow scaling to a larger size• Audio that doesn’t interfere with screen readers• Text equivalents

Page 42: Website Accessiblilty

General Flash Strategies:

• Content is keyboard accessible • Does not require fine motor skills• No time sensitive content• Easy to use controls and navigation

Feed the frog:

Page 43: Website Accessiblilty

Alternatives to Flash Video

NCBYS: National Center for Blind Youth in Science

RFB&D: Recording for the Blind and Dyslexic- presenting Saturday at 10:30am

Page 44: Website Accessiblilty

Test Your Site

WebAIM