So you're following the latest trends in #web development and have decided to develop your new site with a #responsive design. You quickly realize that's kind of hard testing the site on multiple resolutions every time you make a change.
+matt kersley has a nice solution: http://bit.ly/ycYno9
A simple setup with iframes will show the same URL is four different resolutions.
Of course this doesn't fully replace testing on actual machines (and their specific browsers) but it will certainly speed up the initial development time.
If you want to host it locally, you can grab the html/js on GitHub http://bit.ly/xu39c5
Google+: Reshared 1 times
Google+: View post on Google+
Related
// What can the visitor see on the first glance of your website? How can you accommodate users with different screen sizes? Read on +Chris Coyier's article on #responsive #design above the fold :) http://bit.ly/PzETlp Google+: View post on Google+
Through fluid grids and media query adjustments, responsive design enables Web page layouts to adapt to a variety of screen sizes. As more designers embrace this technique, we're not only seeing a lot of innovation but the emergence of clear patterns as well. I cataloged what seem to be the…
The #responsivedesign concept is quickly becoming a must-have item in any new web design project. But while the miracle of "code once, run everywhere" is upon us, some challenges are ahead for the designer. Suddenly, it's not one #wireframe , but three or four (for each #layout of the website).…