B105: Designing Innovative, Accessible, & Elegant Web Spaces
Maddie Clybourn- Digital Services Manager
Vlad Udachin- Web Developer
Order of Operations
Navigation and Layout
Colors
Images, graphics and Animations
Scrolling Carousels: Avoid if possible… if not...
Twitter:
Using true text vs. using graphics
Font readability, image contrast, scale.
“Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.” – Antoine De Saint-Exupery
Non-designers, look to the greats:
Tina Roth Eisenberg: swiss-miss.com
Inclusive Design Patterns Hayden Pickering
Beyond the Required
“The quality of being easy to obtain or use.”
“The quality of being easily understood or appreciated.”
Representation and Transparency:
Other fun things:
Contact:
Email: maddiehines@gmail.com
Twitter: @maddierhines
Common mistakes
<H1>Common mistakes</H1>
Focus
Use “tabindex” attribute to setup focus sequence for Tab key switching.
<a href="xxx" tabindex = "1">First link in list</a>
<a href="xxx" tabindex = "2">Second link in list</a>
<a href="xxx" tabindex = "4">Link that was added long after the original list was created</a>
<a href="xxx" tabindex = "3">Third link in list</a>
Testing tools
Screen readers
Font Readability
Times: Illustration
Lobster: Illustration
Accessible PDF Documents
Make PDFs accessible (Acrobat Pro)
https://helpx.adobe.com/acrobat/using/create-verify-pdf-accessibility.html
Accessible PDF Documents
Check accessibility of PDFs (Acrobat Pro)
https://helpx.adobe.com/acrobat/using/create-verify-pdf-accessibility.html
U.S. General Services Administration
Office of Information, Integrity, & Access
My contacts