Skip to main content

Home/ UT Libraries Technology Pros/ Group items tagged user interface

Rss Feed Group items tagged

Jade Diaz

WebAIM: Accessibility of AJAX Applications - Accessibility Issues - 0 views

  • Another issue with AJAX is how the application interface is updated. When updates to the interface occur, it may not be visually apparent that a change has occurred. The problem is even more troublesome for screen reader users. Screen readers typically read in a linear fashion. When changes happen in the interface, the screen reader user may not be aware of the change and the new content will likely not be read.
  • In short, to allow dynamic interface changes to be accessible, the application must alert the user that a change has occurred, allow direct access to the new content, and then allow continued functionality of the web application. This process, while difficult to achieve, especially for screen reader users, is possible to achieve in many AJAX applications.
Aaron Choate

The Yahoo! User Interface Library (YUI) - 0 views

  •  
    The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX. The YUI Library also includes several core CSS resources. All components in the YUI Library have been released as open source under a BSD license and are free for all uses.
Matt Lisle

A List Apart: Articles: Accessible Data Visualization with Web Standards - 0 views

  • When we’re designing interfaces for browsing data-driven sites, it’s valuable to be able to create navigation elements that are also visualization tools. We can keep the user informed as they explore, so they can make better decisions about what they’re looking at and what they’re clicking on.
  •  
    Creating accessible charts/graphs as navigation...
1 - 8 of 8
Showing 20 items per page