Responsive web design
Posted: Thursday, June 7, 2012 by Unknown in Labels: Coding practises/Programming
0
Responsive web design allows users across a broad range of devices and browsers will have access to a
single source of content, laid out so as to be easy to read and
navigate with a minimum of resizing, panning, and scrolling.
We generally accomplish it using CSS3 media queries. Found below interesting article which makes use of Javascirpt API's to accomplish it.
https://hacks.mozilla.org/2012/06/using-window-matchmedia-to-do-media-queries-in-javascript/?utm_source=html5weekly&utm_medium=email
We generally accomplish it using CSS3 media queries. Found below interesting article which makes use of Javascirpt API's to accomplish it.
https://hacks.mozilla.org/2012/06/using-window-matchmedia-to-do-media-queries-in-javascript/?utm_source=html5weekly&utm_medium=email