Napkin Drawing

Notes, Doodles, and Projects

Napkin Drawing     ·     Users   ·   Blag   ·   Bookmarks   ·   Photos

fansipans' recent posts

2008/02   -   2008/03   -   2008/11

What Did I Learn Today?

11/14/2008 - [ learntoday accessibility web design ] - posted by fansipans

There's a lot of cool stuff going on in the Web Accessibility world.

WCAG: Web Content Accessibility Guidelines. (See See WCAG 2.0 quick reference here.)

The Web Content Accessibility Guidelines are a standard set of ways to better organize content for accessibility. Mainly just big fat checklists of dos & don'ts, easy to scan/peruse. Great for well-designed sites overall, not just for accessibility issues.

WAI-ARIA: Web Accessibility Initiative - Accessible Rich Internet Applications (Also see a simple ARIA primer here)

The WAI-ARIA project is trying to manage accessibility issues for the rapidly expanding landscape of Rich Internet Applications. Modern web applications often take advantage of or bastardize every possible feature of modern browsers to implement functionality for which screen readers and users with accessibility issues have no way to use. Preliminary support for the WAI-ARIA specification already exists in major screen readers and recent browsers (Firefox 3, IE8).

Web Accessibility is growing by leaps and bounds, and stands to be a major motive force in making current internet applications suck less. Designing for accessibility reinforces good user interface, user experience, and usability. Any pressure to focus on user experience and usability can often lead to better applications overall, as it can expose and express or better address confusing business logic and requirements.

comment on this post

The Future

11/05/2008 - [ web design html css html5 css3 interface ] - posted by fansipans

For warm fuzzies, read through the following documents:

The Working Specification of HTML5: New and better tags, client-side databases, native video and multimedia (goodbye flash!), canvas for drawing and rendering, input type "date", native tags for tree, list, and tabular data, a "command" tag (goodbye href="#" and href="javascript:void(0)" !)

CSS3, Current CSS Initiatives: A bonanza of syntax, attributes, and features to style HTML content in radically more ways than before. The wealth here is in the hundreds of little new features and attributes like: curved border corners with border-radius, an "opacity" property (opacity examples), color specification by hue, saturation, value, and optionally, alpha, and many, many, more.

comment on this post