Responsive web design: a list of methods
Responsive web design was the biggest web design buzz-phrase of 2012, and I’ve spent much of my summer working on the best, and fastest, ways to make a site responsive. What I found worked best was all based on three ideas:
breakpoints in the stylesheet device-specific conditional PHP high resolution, or resolution independent graphics for retina screensThe breakpoints are the simplest. You can make a pretty good responsive site with just CSS breakpoints. …