Archived posts, February 2008

Helping others understand web accessibility

Accessibility is sometimes harder to get into than it should be. The documentation is hard to read and we can all do a little bit more to help each other.

Posted on February 5, 2008 in Accessibility

Make sure your website works with or without www

Make sure your website is available whether or not the visitor has typed www in front of your domain name.

Posted on February 12, 2008 in Usability

Beware of id and name attribute mixups when using getElementById in Internet Explorer

When using getElementById to get a reference to an element via the id attribute, IE may return an element whose name attribute contains the value you’re matching.

Posted on February 14, 2008 in JavaScript, Browsers

DOMAssistant 2.6 released

The lightweight JavaScript library DOMAssistant has been updated to version 2.6, with really fast CSS selectors, a plugin model, a development team, and more.

Posted on February 26, 2008 in JavaScript