Dougal Campbell's geek ramblings

WordPress, web development, and world domination.

Monthly Archives: May 2011

320 and up

A ‘mobile first’ approach to responsive web design. Loads only minimal CSS as a baseline, and only loads additional CSS based on the capabilities of the device being served.

320 and up

Tags: webdesign,mobile,boilerplate,iphone,ipad,ios,w7p,phone,browsers,css,css3,responsive,responsivedesign

Memo to my future self: to revert a file in git to the last committed state:

git checkout myfile.php

This is basically the same as svn revert.