Why RWD Is Not Worth It

POSTED BY   Maurice Hason
January 5, 2016

Responsive web design (RWD) is an approach to web design aimed at crafting sites to provide an optimal viewing and interaction experience—easy reading and navigation with a minimum of resizing, panning

A site designed with RWD adapts the layout to the viewing environment by using fluid, proportion-based grids, flexible images, and CSS3 media queries, an extension of the @media rule, in the following ways:

  • The fluid grid concept calls for page element sizing to be in relative units
  • Flexible images are also sized in relative units
  • Media queries allow the page to use different CSS style rules

Responsive web design is becoming more important as the amount of mobile traffic now accounts for more than half of total internet traffic. This trend is so prevalent that Google has begun to boost the ratings of sites that are mobile friendly if the search was made from a mobile device. This has the net effect of penalizing sites that are not mobile friendly.

“Mobile first”, unobtrusive JavaScript, and progressive enhancement are related concepts that predate RWD.

Browsers of basic mobile phones do not understand JavaScript or media queries, so a recommended practice is to create a basic web site and enhance it for smart phones and PCs.

0

Maurice Hason

You may also like

Macbook 2015 For Designer
February 3, 2016
Web Design
Creative Portfolio Web Design
February 1, 2016
Press, Web Design
Creative in Few Minutes
January 13, 2016
Print, Web Design