Tag: responsive

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 screens

The breakpoints are the simplest. You can make a pretty good responsive site with just CSS breakpoints.  …

The Wrestling Hub

The Wrestling Hub

thewrestlinghub.net

Here is a quick site I built for a blogger.  It is nicely responsive, and loads Copperplate on its headings.

It uses the very reliable Mobile Client Detection plugin code responsive architecture with your PHP. It lets you use the following very useful conditionals:

is_desktop() is_mobile() is_tablet() is_chrome() is_explorer()

I used Login with Ajax to make a login that does not take you away from the home page when you login.…