Archive for the ‘Javascript’ Category

ARIA, feature detection, and the lowest common denominator

For the past couple of months I’ve been doing a lot of work with accessibility.  Parts of the design of the website I’m working on are very dynamic, with ajax and inline changes and dialogs.  It’s relatively easy to get these things to be keyboard accessible (though that has its difficulties, too, perhaps that’s another [...]

Javascript date formatting library

This isn’t directly related to usability, but I just finished a date formatting function that I’ve been working on for a while.  It’s based on PHP’s date() function.  I frequently work with both javascript and PHP together, and I often find myself wanting PHP’s date function in javascript, too, which doesn’t have much in the [...]