Skip to Content

Notebook: User Interfaces

Select box hinting

Selectboxes aren’t my favorite part of the user-interface toolkit. Even before being subjected to a range of browser-specific styling, they’re... Read on →

Storing data in the DOM

One common strategy in progressive enhancement is to use the static content on a page as an initial data store for a richer application. This avoids an awkward... Read on →