Archived Posts from March, 2005

  1. Slidable Select Widgets Explained
    March 21, 2005

    A walkthrough of the process I used to make an accessible slider widget from a SELECT element.

  2. Type-Ahead search for select elements
    March 17, 2005

    An expansion of earlier unobtrusive JavaScript articles: this time we’re adding type-ahead search functionality to SELECT elements.

  3. Component encapsulation using Object-Oriented JavaScript
    March 15, 2005

    An introduction to using classes in JavaScript in order to avoid namespace conflicts and gain interesting object-oriented functionality.

  4. Event Handlers and Other Distractions
    March 14, 2005

    Attaching behaviors to the semantic elements in your HTML document isn’t nearly so hard as it sounds.