What it says on the tin.
Stuff and Things posted by Johan Sahlén
What it says on the tin.
Graphic programming using 3D CSS transforms.
A good primer on finding memory leaks in web applications using the Google Chrome Developer Tools.
Looks awesome. View source, debug, send commands via a regular browser to a webapp you’re developing on a mobile device.
Reblogged from thechangelog
Perhaps even more than advanced features like GPS, camera access, contacts, and App stores, the lack of viewport-aware
position:fixedis what drives many apps to be developed as a native experience.
Looking forward to seeing this library being developed.
Reblogged from dropshadows
From the Modernizr source:
var uc_prop = prop.charAt(0).toUpperCase() + prop.substr(1)
Beautiful.
Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element.
Amplify is a set of components designed to solve common web application problems with a simplistic API. Amplify’s goal is to simplify all forms of data handling by providing a unified API for various data sources. Amplify’s store component handles persistent client-side storage, using standards like localStorage and sessionStorage, but falling back on non-standard implementations for older browsers. Amplify’s request adds some additional features to jQuery’s ajax method while abstracting away the underlying data source.
Deferred Objects (and the new Ajax stuff) look incredibly useful.