Tools Summary
This section groups all the tools, extensions and plugins mentioned on the article.
Videos
This section groups videos to support some of the steps described on the article.
This video shows
Instant WireFrame (Chrome extension) in action.
Notice the img placeholders and how the media queries interact with the site structure.
Chrome dev tool
Device Mode
The grid rulers can help you determine exactly where the breakpoints are.
This video shows how a website (in this case Twitter) renders differently in "iPhone 5" mode.
Notice how the URL changes to
mobile.twitter.com when you do the switch.
Responsive Images in action.
Notice how the images are swapped when you resize the browser.
CSS can also be modified dynamically via Javascript.
This video demonstrates that quite often the code you see is not static.