Archive for the 'accessibility' Category

unobtrusive javascript, part 2: maps

Wednesday, April 25th, 2007

In the previous post, I talked about using unobtrusive JavaScript to implement tabs. My next task was to unobtrusively add Yahoo! Maps to my web pages.

(more…)

unobtrusive javascript, part 1: tabs

Wednesday, April 25th, 2007

This week I decided to try applying the idea of unobtrusive JavaScript to Touring Machine. My JavaScript has been pretty unobtrusive already, mostly because I just haven’t gotten around to adding much client-side behavior, but I wanted to get an early start on taking the right approach.

(more…)

tabs in the dark, or how I learned to stop worrying and love Prototype

Tuesday, April 24th, 2007

Last week’s main project was switching tab libraries.

(more…)