Notebook: User Interfaces
Scaling images for Retina displays
There are several off-the-shelf solutions for providing super-sized images to devices using Apple’s retina display. One good choice is retina.js–a... Read on →
Integrating maps and Formtastic forms with Geous.js
Geous makes it easy to integrate maps and input forms, and forms generated by Formtastic are no exception. Read on →
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 →
Free Map UI Mockup Elements
Adding Map Tooltips to Bootstrap
Twitter’s Bootstrap is one of the best tools to crash the concept-development party in quite some time. Besides providing a great basic application... 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 →