SlideShare uma empresa Scribd logo
1 de 32
Universal Design – for
   Digital Media, for
Learning, for Curriculum



           Howard Kramer
    University of Colorado-Boulder
     hkramer@colorado.edu, 303-492-8672
Today’s Outline
   What is Universal Design
       For Digital Media & the Web
            The role of Web Standards
       For Learning
       For Course Content
   Techniques, approaches for all 3 areas
   Resources & suggestions for
    implementation
       Including – UD course for Digital Media, UD
        project funded by NEA
Powerpoint      Posted at:

    http://uduc.org

   http://uduc.org/coltt12/
Universal Design for Digital Media,
   Learning & Course Content

   What is Universal Design?
       Universal design is the design of products
        and environments to be usable by all
        people, to the greatest extent possible,
        without the need for adaptation or
        specialized design – Ron Mace, Architect
Universal Design for Digital Media
   Equitable Use: The design is useful and marketable to people
    with diverse abilities.
        Same means of use for all
        No text-only versions


   Flexibility in Use: The design accommodates a wide range of
    individual preferences and abilities.
        Accommodates user-defined style sheets (such as the high-contrast
         text style that an individual with weak eyesight would use)


   Simple and Intuitive: Use of the design is easy to understand,
    regardless of the user's experience, knowledge, language skills, or
    current concentration level.


   Perceptible Information: The design communicates necessary
    information effectively to the user, regardless of ambient conditions or
    the user's sensory abilities.
      Multiple ways of presenting info that is contained in images, graphs,
         audio, video, or other forms of media
Universal Design for Digital Media
   Tolerance for Error: The design minimizes hazards and
    the adverse consequences of accidental or unintended
    actions.

   Low Physical Effort: The design can be used efficiently and
    comfortably and with a minimum of fatigue.
       Easy tab progression to allow for quick and smooth navigation
       Minimize the number of links or the amount of accessory content
        that the user must get through in order to find the primary content


   Size and Space of Content and Control Objects are
    Appropriate & Customizable by User:
       Page is relatively scalable and can be viewed on small monitors, cell
        phone browsers, etc.²
       File size is not prohibitive for those with slow Internet connections.
Web Standards
    Laying the foundation for Universal Design

   Web Standards include
       semantic (x)HTML markup
            (using html 4.x, xhtml 1.x or html 5)
       CSS layout (the separating of content from
        layout & formatting)
       Third component: Scripting – Javascript &
        DOM
   Web Standards + Accessibility = UD
Universal Design vs. Web
Standards vs. Accessibility
Universal Design vs. Web
Standards vs. Accessibility
The Semantic Web – Definitions

   Semantics (from Greek sēmantiká, neuter plural of
    sēmantikós - signifier)[1][2] is the study of meaning. It
    focuses on the relation between signifiers, such as
    words, phrases, signs and symbols, and what they stand
    for, their denotata.1

   The Semantic Web describes the relationships
    between things (like A is a part of B and Y is a
    member of Z) and the properties of things (like size,
    weight, age, and price)2

    1 Wikipedia http://en.wikipedia.org/wiki/Semantics
    2 http://www.w3schools.com/web/web_semantic.asp
http://www.colorado.edu/ODECE/UDAC/physic
s%20page-2.htm
The Benefits of Web Standards

   Makes it easier for people & search engines to find
    your content – (including AT users)
   Separating structure and behavior makes your site
    easier and less expensive to develop & test. (And
    much easier to update).
   Makes your site lighter (smaller file size)
   Semantic markup makes your site more accessible to
    different kinds of browsers and devices, incl. mobile
    devices and AT
   Designing with standards in ensures that your site is
    forward compatible.
An Overview of Web Standard
                 Particulars
   Declare a proper doctype
   Declare a language in the doctype
   Declare the primary language of the site in the <head> area
   Title your page properly & uniquely
       !DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN―
        "http://www.w3.org/TR/html4/strict.dtd">
   If your document is XHTML, use this:
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   <head>
       <html lang="en-GB">
        ...
       </html>
Web Standard Particulars

   Declare a unique title for each page.


   Title example
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
     <html>
     <head>
     <title> ATIA 2012</title>
     </head>
     <body>
     </body>
     ...
     </html>
Web Standard Particulars

   Use keywords & description elements
    <head>
     <title>Yahoo! UK & Ireland Eurosport—Sports News | Live Scores
      | Sport</title>
     <meta name="description" content="Latest sports news and live
      scores from Yahoo! Eurosport UK. Complete sport coverage with
      Football results, Cricket scores, F1, Golf, Rugby, Tennis and
      more.">
     <meta name="keywords" content="eurosport,sports,sport,sports
      news,live scores,football,cricket,f1,golf,rugby,tennis,uk,yahoo">
    </head>
Web Standard Particulars

   Structure your page with Titles, Divs, & Lists
Clear & Consistent Navigation
Demonstration

   CSS Zen Garden
       http://www.csszengarden.com/
   CU Physics page
       http://www.colorado.edu/ODECE/UDAC/physi
        cs%20page-2.htm
   NY Times
       www.nytimes.com
   Web Developer Toolbar (Firefox addon)
Zeldman – ―the blind billionaire‖
   Google and other
    search engines are, in
    effect, ―blind users.‖
       Structure
       Text/semantics
Universal Design for Learning

   Multiple means of representation

   Multiple means of action & expression

   Multiple means of engagement
Representation of Information
   Provide options for perception
       1) - provide same information through different modalities (e.g.,
        through vision, hearing, or touch);
       2) providing information in a format that will allow for
        adjustability by the user (e.g., text that can be enlarged, sounds
        that can be amplified)


   Offer ways of customizing the display of
    information
       Display information in a flexible format so that the perceptual
        features can be varied
            Size of text
            Speed/pitch of audio
            Background/Foreground contrast
Availability of Information
   Is your syllabus available online

   Is it updated regularly

   If you use PowerPoint – are these available
    before the class, after the class (in electronic
    format)
Promoting the Integration of Universal
    Design into University Curricula (UDUC)

   2-year NEA funded grant – 7/1/12
   Planned Activities
       Establishing a formal network of faculty (FNOF)
       A 2-Day Workshop: UCB community coming together
        around the issue of UD
       Development of website and use of social media to
        disseminate and provide resources
Curriculum      Chisholm, Wendy; May, Matt.
Materials        Universal Design for Web
                 Applications
                Zeldman, Jeffrey. Designing with
                 Web Standards (3rd Edition)
                Shea & Holzschlag. The Zen of CSS
                 Design: Visual Enlightenment for the
                 Web.
                Norman, David A. The Design of
                 Everyday Things (2002).
                Cooper, Alan; Reimann Robert M.
                 About Face 2.0: The Essentials of
                 Interaction Design (2003)
Evaluation & Remediation Tools
   Wave (Toolbar) –
       wave.webaim.org
   Functional Accessibility Evaluator 1.1
       https://addons.mozilla.org/en-
        US/firefox/addon/accessibility-evaluation-
        toolb/
   Achecker –
       http://achecker.ca/
More Evaluation & Remediation
          Tools & Resources
   10 Evaluation Tools
       http://sixrevisions.com/web-
        standards/accessibility_testtools/


   CU Web Design Awards Page
       http://www.colorado.edu/ODECE/UDAC/webc
        omp2012.html#resources
Other Curriculum Resources
   A List Apart - Link-Rodrigue, The Inclusion
    Principle,
        http://www.alistapart.com/articles/the-inclusion-
         principle/
   Dev.opera.com
        http://dev.opera.com/articles/view/1-introduction-
         to-the-web-standards-cur/
   Usability.gov
        http://usability.gov/methods/test_refine/heuristic.h
         tml
   Sitepoint.com
        http://articles.sitepoint.com/article/information-
         architecture
Other Curriculum Resources
   First Principles of Interaction Design‖
        (http://www.asktog.com/basics/firstPrinciples.html
         );
   ―Personas‖
        http://wiki.fluidproject.org/display/fluid/Personas
   WebAIM.org – The Legend of the Typical …
        http://webaim.org/presentations/2010/csun/screen
         readersurvey.pdf
   W3C Web Standards Cirruculim
        http://www.w3.org/community/webed/wiki/Main_P
         age
Other Resources
   Web Design Awards & Training at CU
       http://www.colorado.edu/ODECE/UDAC/webcomp
        2012.html
   WAVE - WebAIM.org
       http://wave.webaim.org/


   W3C Web Standards Curriculim
       http://www.w3.org/community/webed/wiki/Main_P
        age
   Physics Example page
       http://www.colorado.edu/ODECE/UDAC/physics%2
        0page-2.htm
Accessing Higher Ground
            Conference
      Accessible Media, Web & Technology
   November 12 - 16, 2012
   Hands-on sessions on Web Access, Assistive
    Technology
   Upcoming teleconferences
   Can purchase audio dvd of proceedings & access
    materials & handouts online
   Westin Hotel - between Boulder & Denver
   www.colorado.edu/ATconference
UD for Learning Resources

   CAST – www.cast.org/udl
   National Center on Universal Design for
    Learning - http://www.udlcenter.org/
   Universal Design Education -
    http://udeducation.org/
   Center for Universal Design -
    http://www.ncsu.edu

Mais conteúdo relacionado

Destaque

Designing and evaluating web sites using universal design principles notes
Designing and evaluating web sites using universal design principles   notesDesigning and evaluating web sites using universal design principles   notes
Designing and evaluating web sites using universal design principles notes
Howard Kramer
 
Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)
Howard Kramer
 
Universal Design Content in Curriculum - ATIA 2014
Universal Design Content in Curriculum - ATIA 2014Universal Design Content in Curriculum - ATIA 2014
Universal Design Content in Curriculum - ATIA 2014
Howard Kramer
 
Ud in curriculum ahead 2013
Ud in curriculum   ahead 2013Ud in curriculum   ahead 2013
Ud in curriculum ahead 2013
Howard Kramer
 
Ud 4 curriculum (hk segment of panel)
Ud 4 curriculum (hk segment of panel)Ud 4 curriculum (hk segment of panel)
Ud 4 curriculum (hk segment of panel)
Howard Kramer
 
Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)
Howard Kramer
 

Destaque (7)

Designing and evaluating web sites using universal design principles notes
Designing and evaluating web sites using universal design principles   notesDesigning and evaluating web sites using universal design principles   notes
Designing and evaluating web sites using universal design principles notes
 
Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)
 
Universal Design Content in Curriculum - ATIA 2014
Universal Design Content in Curriculum - ATIA 2014Universal Design Content in Curriculum - ATIA 2014
Universal Design Content in Curriculum - ATIA 2014
 
Integrating Universal Design Content into University Curriculum
Integrating Universal Design Content into University CurriculumIntegrating Universal Design Content into University Curriculum
Integrating Universal Design Content into University Curriculum
 
Ud in curriculum ahead 2013
Ud in curriculum   ahead 2013Ud in curriculum   ahead 2013
Ud in curriculum ahead 2013
 
Ud 4 curriculum (hk segment of panel)
Ud 4 curriculum (hk segment of panel)Ud 4 curriculum (hk segment of panel)
Ud 4 curriculum (hk segment of panel)
 
Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)
 

Semelhante a Ud 4 web, classroom, curriculum

Approaching web accessibility through web stands & ud
Approaching web accessibility through web stands & udApproaching web accessibility through web stands & ud
Approaching web accessibility through web stands & ud
Howard Kramer
 
Ud in curriculum csun 2013
Ud in curriculum   csun 2013Ud in curriculum   csun 2013
Ud in curriculum csun 2013
Howard Kramer
 
Udl technology tools for support webinar
Udl technology tools for support webinarUdl technology tools for support webinar
Udl technology tools for support webinar
Karen Brooks
 
What is ud demographics-w-notes - adopted for dis stud class
What is ud   demographics-w-notes - adopted for dis stud classWhat is ud   demographics-w-notes - adopted for dis stud class
What is ud demographics-w-notes - adopted for dis stud class
Howard Kramer
 
Technology Media Based Application
Technology Media Based ApplicationTechnology Media Based Application
Technology Media Based Application
Ida Lyn Azuelo
 
Acpet vic elearning_induction2010
Acpet vic elearning_induction2010Acpet vic elearning_induction2010
Acpet vic elearning_induction2010
Yum Studio
 
Device Independence
Device IndependenceDevice Independence
Device Independence
bjornh
 

Semelhante a Ud 4 web, classroom, curriculum (20)

Atlas course flyer & definitions handout
Atlas course flyer & definitions handoutAtlas course flyer & definitions handout
Atlas course flyer & definitions handout
 
Approaching web accessibility through web stands & ud
Approaching web accessibility through web stands & udApproaching web accessibility through web stands & ud
Approaching web accessibility through web stands & ud
 
Ud in curriculum csun 2013
Ud in curriculum   csun 2013Ud in curriculum   csun 2013
Ud in curriculum csun 2013
 
2010 sigdoc keynote
2010 sigdoc keynote2010 sigdoc keynote
2010 sigdoc keynote
 
Web engineering notes unit 2
Web engineering notes unit 2Web engineering notes unit 2
Web engineering notes unit 2
 
Udl technology tools for support webinar
Udl technology tools for support webinarUdl technology tools for support webinar
Udl technology tools for support webinar
 
Udem 2007 Accessibility Standards
Udem 2007 Accessibility StandardsUdem 2007 Accessibility Standards
Udem 2007 Accessibility Standards
 
(COLTT 2018) Teaching Accessibility and Inclusive Design in Higher Education ...
(COLTT 2018) Teaching Accessibility and Inclusive Design in Higher Education ...(COLTT 2018) Teaching Accessibility and Inclusive Design in Higher Education ...
(COLTT 2018) Teaching Accessibility and Inclusive Design in Higher Education ...
 
What is ud demographics-w-notes - adopted for dis stud class
What is ud   demographics-w-notes - adopted for dis stud classWhat is ud   demographics-w-notes - adopted for dis stud class
What is ud demographics-w-notes - adopted for dis stud class
 
Website Migration Planning
Website Migration PlanningWebsite Migration Planning
Website Migration Planning
 
Teaching Accessibility and Universal Design in Higher Education Curriculum - ...
Teaching Accessibility and Universal Design in Higher Education Curriculum - ...Teaching Accessibility and Universal Design in Higher Education Curriculum - ...
Teaching Accessibility and Universal Design in Higher Education Curriculum - ...
 
Technology Media Based Application
Technology Media Based ApplicationTechnology Media Based Application
Technology Media Based Application
 
Corporate Web Accessibility Implementation Strategies
Corporate Web Accessibility Implementation StrategiesCorporate Web Accessibility Implementation Strategies
Corporate Web Accessibility Implementation Strategies
 
Universal design for e learning final
Universal design for e learning finalUniversal design for e learning final
Universal design for e learning final
 
Acpet vic elearning_induction2010
Acpet vic elearning_induction2010Acpet vic elearning_induction2010
Acpet vic elearning_induction2010
 
eLearning & Accessibility
eLearning & AccessibilityeLearning & Accessibility
eLearning & Accessibility
 
Device Independence
Device IndependenceDevice Independence
Device Independence
 
Theming for mobile devices recent
Theming for mobile devices recentTheming for mobile devices recent
Theming for mobile devices recent
 
Teaching Accessibility and Universal Design in Higher Education - COLTT 2017
Teaching Accessibility and Universal Design in Higher Education - COLTT 2017Teaching Accessibility and Universal Design in Higher Education - COLTT 2017
Teaching Accessibility and Universal Design in Higher Education - COLTT 2017
 
Responsive design
Responsive designResponsive design
Responsive design
 

Mais de Howard Kramer

Wordpress & accessibility
Wordpress & accessibilityWordpress & accessibility
Wordpress & accessibility
Howard Kramer
 
Ud 4 web, classroom, curriculum
Ud 4 web, classroom, curriculumUd 4 web, classroom, curriculum
Ud 4 web, classroom, curriculum
Howard Kramer
 

Mais de Howard Kramer (13)

Results from a Survey to Measure the Benefits of Accessibility and Universal ...
Results from a Survey to Measure the Benefits of Accessibility and Universal ...Results from a Survey to Measure the Benefits of Accessibility and Universal ...
Results from a Survey to Measure the Benefits of Accessibility and Universal ...
 
Student Benefits and Teaching Resources for Including Accessibility/Inclusive...
Student Benefits and Teaching Resources for Including Accessibility/Inclusive...Student Benefits and Teaching Resources for Including Accessibility/Inclusive...
Student Benefits and Teaching Resources for Including Accessibility/Inclusive...
 
Preliminary Results from a Survey to Measure the Benefits of Accessibility an...
Preliminary Results from a Survey to Measure the Benefits of Accessibility an...Preliminary Results from a Survey to Measure the Benefits of Accessibility an...
Preliminary Results from a Survey to Measure the Benefits of Accessibility an...
 
Ud in-curriculum-4 coltt-2019
Ud in-curriculum-4 coltt-2019Ud in-curriculum-4 coltt-2019
Ud in-curriculum-4 coltt-2019
 
Ud in-curriculum-4 accessu-2019
Ud in-curriculum-4 accessu-2019Ud in-curriculum-4 accessu-2019
Ud in-curriculum-4 accessu-2019
 
Ud in-curriculum-4 csun-2019
Ud in-curriculum-4 csun-2019Ud in-curriculum-4 csun-2019
Ud in-curriculum-4 csun-2019
 
Ud in-curriculum-4 ahead-2018-solo
Ud in-curriculum-4 ahead-2018-soloUd in-curriculum-4 ahead-2018-solo
Ud in-curriculum-4 ahead-2018-solo
 
Ud in-curriculum-4 accessu-2018 (howard-lydia combined-nn)
Ud in-curriculum-4 accessu-2018 (howard-lydia combined-nn)Ud in-curriculum-4 accessu-2018 (howard-lydia combined-nn)
Ud in-curriculum-4 accessu-2018 (howard-lydia combined-nn)
 
Teaching Accessibility and Inclusive Design in Higher Education Curriculum: B...
Teaching Accessibility and Inclusive Design in Higher Education Curriculum: B...Teaching Accessibility and Inclusive Design in Higher Education Curriculum: B...
Teaching Accessibility and Inclusive Design in Higher Education Curriculum: B...
 
Teach Accessibility and Universal Design in Higher Education (AHEAD 2017)
Teach Accessibility and Universal Design in Higher Education (AHEAD 2017)Teach Accessibility and Universal Design in Higher Education (AHEAD 2017)
Teach Accessibility and Universal Design in Higher Education (AHEAD 2017)
 
Teaching Accessibility and Universal Design in Higher Education Curriculum: B...
Teaching Accessibility and Universal Design in Higher Education Curriculum: B...Teaching Accessibility and Universal Design in Higher Education Curriculum: B...
Teaching Accessibility and Universal Design in Higher Education Curriculum: B...
 
Wordpress & accessibility
Wordpress & accessibilityWordpress & accessibility
Wordpress & accessibility
 
Ud 4 web, classroom, curriculum
Ud 4 web, classroom, curriculumUd 4 web, classroom, curriculum
Ud 4 web, classroom, curriculum
 

Último

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 

Último (20)

PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 

Ud 4 web, classroom, curriculum

  • 1. Universal Design – for Digital Media, for Learning, for Curriculum Howard Kramer University of Colorado-Boulder hkramer@colorado.edu, 303-492-8672
  • 2. Today’s Outline  What is Universal Design  For Digital Media & the Web  The role of Web Standards  For Learning  For Course Content  Techniques, approaches for all 3 areas  Resources & suggestions for implementation  Including – UD course for Digital Media, UD project funded by NEA
  • 3. Powerpoint Posted at: http://uduc.org http://uduc.org/coltt12/
  • 4. Universal Design for Digital Media, Learning & Course Content  What is Universal Design?  Universal design is the design of products and environments to be usable by all people, to the greatest extent possible, without the need for adaptation or specialized design – Ron Mace, Architect
  • 5. Universal Design for Digital Media  Equitable Use: The design is useful and marketable to people with diverse abilities.  Same means of use for all  No text-only versions  Flexibility in Use: The design accommodates a wide range of individual preferences and abilities.  Accommodates user-defined style sheets (such as the high-contrast text style that an individual with weak eyesight would use)  Simple and Intuitive: Use of the design is easy to understand, regardless of the user's experience, knowledge, language skills, or current concentration level.  Perceptible Information: The design communicates necessary information effectively to the user, regardless of ambient conditions or the user's sensory abilities.  Multiple ways of presenting info that is contained in images, graphs, audio, video, or other forms of media
  • 6. Universal Design for Digital Media  Tolerance for Error: The design minimizes hazards and the adverse consequences of accidental or unintended actions.  Low Physical Effort: The design can be used efficiently and comfortably and with a minimum of fatigue.  Easy tab progression to allow for quick and smooth navigation  Minimize the number of links or the amount of accessory content that the user must get through in order to find the primary content  Size and Space of Content and Control Objects are Appropriate & Customizable by User:  Page is relatively scalable and can be viewed on small monitors, cell phone browsers, etc.²  File size is not prohibitive for those with slow Internet connections.
  • 7. Web Standards Laying the foundation for Universal Design  Web Standards include  semantic (x)HTML markup  (using html 4.x, xhtml 1.x or html 5)  CSS layout (the separating of content from layout & formatting)  Third component: Scripting – Javascript & DOM  Web Standards + Accessibility = UD
  • 8. Universal Design vs. Web Standards vs. Accessibility
  • 9. Universal Design vs. Web Standards vs. Accessibility
  • 10. The Semantic Web – Definitions  Semantics (from Greek sēmantiká, neuter plural of sēmantikós - signifier)[1][2] is the study of meaning. It focuses on the relation between signifiers, such as words, phrases, signs and symbols, and what they stand for, their denotata.1  The Semantic Web describes the relationships between things (like A is a part of B and Y is a member of Z) and the properties of things (like size, weight, age, and price)2 1 Wikipedia http://en.wikipedia.org/wiki/Semantics 2 http://www.w3schools.com/web/web_semantic.asp
  • 12. The Benefits of Web Standards  Makes it easier for people & search engines to find your content – (including AT users)  Separating structure and behavior makes your site easier and less expensive to develop & test. (And much easier to update).  Makes your site lighter (smaller file size)  Semantic markup makes your site more accessible to different kinds of browsers and devices, incl. mobile devices and AT  Designing with standards in ensures that your site is forward compatible.
  • 13. An Overview of Web Standard Particulars  Declare a proper doctype  Declare a language in the doctype  Declare the primary language of the site in the <head> area  Title your page properly & uniquely  !DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN― "http://www.w3.org/TR/html4/strict.dtd">  If your document is XHTML, use this:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <head>  <html lang="en-GB">  ...  </html>
  • 14. Web Standard Particulars  Declare a unique title for each page.   Title example <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title> ATIA 2012</title> </head> <body> </body> ... </html>
  • 15. Web Standard Particulars  Use keywords & description elements <head> <title>Yahoo! UK & Ireland Eurosport—Sports News | Live Scores | Sport</title> <meta name="description" content="Latest sports news and live scores from Yahoo! Eurosport UK. Complete sport coverage with Football results, Cricket scores, F1, Golf, Rugby, Tennis and more."> <meta name="keywords" content="eurosport,sports,sport,sports news,live scores,football,cricket,f1,golf,rugby,tennis,uk,yahoo"> </head>
  • 16. Web Standard Particulars  Structure your page with Titles, Divs, & Lists
  • 17. Clear & Consistent Navigation
  • 18. Demonstration  CSS Zen Garden  http://www.csszengarden.com/  CU Physics page  http://www.colorado.edu/ODECE/UDAC/physi cs%20page-2.htm  NY Times  www.nytimes.com  Web Developer Toolbar (Firefox addon)
  • 19. Zeldman – ―the blind billionaire‖  Google and other search engines are, in effect, ―blind users.‖  Structure  Text/semantics
  • 20. Universal Design for Learning  Multiple means of representation  Multiple means of action & expression  Multiple means of engagement
  • 21.
  • 22. Representation of Information  Provide options for perception  1) - provide same information through different modalities (e.g., through vision, hearing, or touch);  2) providing information in a format that will allow for adjustability by the user (e.g., text that can be enlarged, sounds that can be amplified)  Offer ways of customizing the display of information  Display information in a flexible format so that the perceptual features can be varied  Size of text  Speed/pitch of audio  Background/Foreground contrast
  • 23. Availability of Information  Is your syllabus available online  Is it updated regularly  If you use PowerPoint – are these available before the class, after the class (in electronic format)
  • 24. Promoting the Integration of Universal Design into University Curricula (UDUC)  2-year NEA funded grant – 7/1/12  Planned Activities  Establishing a formal network of faculty (FNOF)  A 2-Day Workshop: UCB community coming together around the issue of UD  Development of website and use of social media to disseminate and provide resources
  • 25. Curriculum  Chisholm, Wendy; May, Matt. Materials Universal Design for Web Applications  Zeldman, Jeffrey. Designing with Web Standards (3rd Edition)  Shea & Holzschlag. The Zen of CSS Design: Visual Enlightenment for the Web.  Norman, David A. The Design of Everyday Things (2002).  Cooper, Alan; Reimann Robert M. About Face 2.0: The Essentials of Interaction Design (2003)
  • 26. Evaluation & Remediation Tools  Wave (Toolbar) –  wave.webaim.org  Functional Accessibility Evaluator 1.1  https://addons.mozilla.org/en- US/firefox/addon/accessibility-evaluation- toolb/  Achecker –  http://achecker.ca/
  • 27. More Evaluation & Remediation Tools & Resources  10 Evaluation Tools  http://sixrevisions.com/web- standards/accessibility_testtools/  CU Web Design Awards Page  http://www.colorado.edu/ODECE/UDAC/webc omp2012.html#resources
  • 28. Other Curriculum Resources  A List Apart - Link-Rodrigue, The Inclusion Principle,  http://www.alistapart.com/articles/the-inclusion- principle/  Dev.opera.com  http://dev.opera.com/articles/view/1-introduction- to-the-web-standards-cur/  Usability.gov  http://usability.gov/methods/test_refine/heuristic.h tml  Sitepoint.com  http://articles.sitepoint.com/article/information- architecture
  • 29. Other Curriculum Resources  First Principles of Interaction Design‖  (http://www.asktog.com/basics/firstPrinciples.html );  ―Personas‖  http://wiki.fluidproject.org/display/fluid/Personas  WebAIM.org – The Legend of the Typical …  http://webaim.org/presentations/2010/csun/screen readersurvey.pdf  W3C Web Standards Cirruculim  http://www.w3.org/community/webed/wiki/Main_P age
  • 30. Other Resources  Web Design Awards & Training at CU  http://www.colorado.edu/ODECE/UDAC/webcomp 2012.html  WAVE - WebAIM.org  http://wave.webaim.org/  W3C Web Standards Curriculim  http://www.w3.org/community/webed/wiki/Main_P age  Physics Example page  http://www.colorado.edu/ODECE/UDAC/physics%2 0page-2.htm
  • 31. Accessing Higher Ground Conference Accessible Media, Web & Technology  November 12 - 16, 2012  Hands-on sessions on Web Access, Assistive Technology  Upcoming teleconferences  Can purchase audio dvd of proceedings & access materials & handouts online  Westin Hotel - between Boulder & Denver  www.colorado.edu/ATconference
  • 32. UD for Learning Resources  CAST – www.cast.org/udl  National Center on Universal Design for Learning - http://www.udlcenter.org/  Universal Design Education - http://udeducation.org/  Center for Universal Design - http://www.ncsu.edu

Notas do Editor

  1. Mention will focus more on Digital Media area because of my background.
  2. Different ways of getting to universal design – I’m using approach of Web StandardsHtml 4.0 – first web standard for htmlXhtml 1.0Benefits of Web Standards &amp; UD approach:Allows you to approach accessible design with the wholistic concept of excellent design.Before we began developing the course, I know a lot about Universal Design and some advantages of using xhtml &amp; css but I didn’t realize how web standards were or could be linked to accessibility and quality design.Designing with web standards promotes accessibility, - higher ranking on search engines &amp; lower costs for development, and faster loading of web pages (&amp; lower costs for hardware).Design that is not only accessible but usable. That is universal in that it not only is usable by persons with disabilities but by mobile devices, by cell phones and by slow internet access.To understand this, we need to review the history of Web browsers:Web standards project began in 1998. Before that time, each browser used proprietary mark-up language or html.So web designers would have to create different code segments for each browser.25% of development time was spent addressing work-arounds for browser incompatibility.Because content &amp; layout combined unlike when we use CSS with structure xhtml. Html files wound up being 60% larger than necessary, requiring longer time to load and requiring larger space on servers, thus more expensive equipment costs. Designing with web standards not only improves the performance of your site and lowers costs but makes it more accessible to ATWhen we use CSS, content can be displayed in a verient of different ways more easily. Using structured markup such as headers to logically divinde up a page not only makes it easier for screenreaders to nvigate a page, it makes it easier for search engines such as google to find.Accessibility will be discussed later.
  3. Html 4.0 – first web standard for htmlXhtml 1.0Benefits of Web Standards &amp; UD approach:Allows you to approach accessible design with the wholistic concept of excellent design.Before we began developing the course, I know a lot about Universal Design and some advantages of using xhtml &amp; css but I didn’t realize how web standards were or could be linked to accessibility and quality design.Designing with web standards promotes accessibility, - higher ranking on search engines &amp; lower costs for development, and faster loading of web pages (&amp; lower costs for hardware).Design that is not only accessible but usable. That is universal in that it not only is usable by persons with disabilities but by mobile devices, by cell phones and by slow internet access.To understand this, we need to review the history of Web browsers:Web standards project began in 1998. Before that time, each browser used proprietary mark-up language or html.So web designers would have to create different code segments for each browser.25% of development time was spent addressing work-arounds for browser incompatibility.Because content &amp; layout combined unlike when we use CSS with structure xhtml. Html files wound up being 60% larger than necessary, requiring longer time to load and requiring larger space on servers, thus more expensive equipment costs. Designing with web standards not only improves the performance of your site and lowers costs but makes it more accessible to ATWhen we use CSS, content can be displayed in a verient of different ways more easily. Using structured markup such as headers to logically divinde up a page not only makes it easier for screenreaders to nvigate a page, it makes it easier for search engines such as google to find.
  4. [can use example of Coltt site – can’t search for text in “image” grid that is posted on the web. Give specific example of “social media” session.]“Changing direction a little bit.”Benefits of Web Standards &amp; UD approach:Allows you to approach accessible design with the wholistic concept of excellent design.Before we began developing the course, I know a lot about Universal Design and some advantages of using xhtml &amp; css but I didn’t realize how web standards were or could be linked to accessibility and quality design.Designing with web standards promotes accessibility, - higher ranking on search engines &amp; lower costs for development, and faster loading of web pages (&amp; lower costs for hardware).Design that is not only accessible but usable. That is universal in that it not only is usable by persons with disabilities but by mobile devices, by cell phones and by slow internet access.To understand this, we need to review the history of Web browsers:Web standards project began in 1998. Before that time, each browser used proprietary mark-up language or html.So web designers would have to create different code segments for each browser.25% of development time was spent addressing work-arounds for browser incompatibility.Because content &amp; layout combined unlike when we use CSS with structure xhtml. Html files wound up being 60% larger than necessary, requiring longer time to load and requiring larger space on servers, thus more expensive equipment costs. Designing with web standards not only improves the performance of your site and lowers costs but makes it more accessible to ATWhen we use CSS, content can be displayed in a verient of different ways more easily. Using structured markup such as headers to logically divinde up a page not only makes it easier for screenreaders to nvigate a page, it makes it easier for search engines such as google to find.
  5. Probably more a part of UD or usability than Web Standards.
  6. [Show Web Developer tool bar in Firefox when I do the demo.][Show csszen garden]Show CSS Zen GardenShow how appearance changes in different stylesShow high contrast css style in firefoxShow outline feature of web developer toolbarShow page without stylesAnd show how it also shows css errors &amp; java errorsShow how you can turn images off – problem of h2 disappearing – caused by display = none in css
  7. Similar concepts/approach applies when talking about UD for learning. [refer back to list of UD principles].Many concepts are same as found in “good pedagogy”I’m going to talk most about representation since it relates back to presentation &amp; design of learning material
  8. Use example of old photocopies for course readings.Many concepts are same as found in “good pedagogy”I’m going to talk most about representation since it relates back to presentation &amp; design of learning material
  9. Use example of old photocopies for course readings.Many concepts are same as found in “good pedagogy”I’m going to talk most about representation since it relates back to presentation &amp; design of learning material
  10. Mention Fitjutsu – Web Accessibility Inspector
  11. Show handouts page – mention can buy audio