SlideShare a Scribd company logo
Responsive Web Design: The View
of the World Depends on the
Glasses I Wear
Paul Laberge
Technical Evangelist
Microsoft Canada
@plaberge
paul.laberge@microsoft.com
How we viewed the web…
• The Desktop Browser
How we view the web today…
•   The Desktop Browser
•   Mobile Browsers
•   Tablet form-factors
•   Televisions
•   Game Consoles
•   More…
•   Yeah, so what’s the problem?
demo
The Anti-Pattern
Responsive Web Design - 01.26.12
Responsive Web Design
• Thinking of the user’s needs instead of ours.
• Adapt to various device capabilities instead of
  configurations.
• Help future-proof our sites.
demo
Responsive Web Designs
Elements of Responsive Web Design
•   A flexible, grid-based layout,
•   Flexible images and media, and
•   Media queries.
•   Something else.
Flexible, Grid-based Layout
Ok, so what’s the problem?
•   Non-responsive sites are no fun.
•   Fixed-width sites are not the best experiences.
•   Design tools tend to use pixels.
•   Sometimes a pixel does not equal a pixel.
•   So how do we turn pixels to their em
    counterparts?
Pixels to Ems Algorithm
Responsive Web Design - 01.26.12
Responsive Web Design READ MORE >>

     h1 {                                      h1 {
em     font-size: 24px;        24 / 16 = 1.5     font-size: 1.5em;
     }                                         }



     h1 a {                      11 / 24 =     h1 a {
%      font-size: 24px;       0.458333333+       font: 0.458333333+;
     }                                         }
                1                    2                    3
Didn’t You Say Something About a Grid?
Flexible Images and Media
A Simple Solution




Works on images, as well as other media like <video>.
Another Possibility




     Filament Group – depends on cookies and JavaScript
Media Queries
Not so long ago…
•   We could define media types: screen and print.
•   But not easily respond to the user’s display.
•   Lots of grunt work.
•   Didn’t spend much time thinking about mobile
    devices.
CSS3 Media Queries
• The CSS3 Media Queries Module specifies
  methods to enable web developers to scope a
  style sheet to a set of precise device capabilities.
Simple Example
@media screen and (max-width: 600px) {
   body {
      font-size: 80%;
   }
}
Other Queries
@media screen and (min-width:320px) and (max-
width:480px)

@media not print and (max-width:600px)

@media screen (x) and (y), print (a) and (b)
Can be declared…
In the Stylesheet
Import Rule
   @import url(mq.css) only screen and (max-
   width:600px)
link Element
   <link rel=“stylesheet” media=“only screen and
   (max-width:800px)” href=“mq.css”>
Supported Media Properties
•   min/max-width         •   color
•   min/max-height        •   color-index
•   device-width          •   monochrome
•   device-height         •   resolution
•   orientation
•   aspect-ratio
•   device-aspect-ratio
demo
Little Pea Bakery
What About Devices?
• viewport meta tag
  • <meta name=“viewport”
    content=“width=device-width”>
• device-width vs. width
• maximum-zoom
What about non-supportive browsers?
• css3-mediaqueries-js by Wouter van der Graaf
• Just include the script in your pages
• Parses the CSS and applies style for positive media
  tests
Responsive Web Design - 01.26.12
Responsive Web Design - 01.26.12
Responsive Web Design - 01.26.12
Responsive Web Design - 01.26.12
Responsive Web Design - 01.26.12
Hey, what was that 4th thing?
• Design.
  • Do we start with mobile-first?
  • Is it best that all sites are responsive?
  • Do we need or want to do visual comps for every
    device?
  • Don’t dismiss mobile as walking and looking something
    up.
  • We are at the beginning, that’s what makes this
    interesting!
Responsive Web Design - 01.26.12
Remember To Complete Your Evaluations!
You could WIN a Samsung Focus
Windows Phone 7!
Let us know what you liked & disliked!
Remember, 1=Bad, 5=Good 
Please provide comments!
No purchase necessary. The contest is open to residents of Canada (excluding government employees). The Toronto Tech·Days evaluation form contest begins on October 25th, 2011 and
ends on October 26th, 2011. The Vancouver Tech·Days evaluation form contest begins on November 15th, 2011 and ends on November 16th, 2011. The Montreal Tech·Days evaluation
form contest begins on November 29th, 2011 and ends on November 30th, 2011. Participants can enter the contest in one of two ways: (1) complete and submit an evaluation form by the
contest close date; or (2) provide contact information by the contest close date. The draw for Toronto will take place on October 31st, 2011. The draw for Vancouver will take place on
November 21st, 2011. The draw for Montreal will take place on December 5th, 2011. The chances of being selected depend upon the number of eligible entries. Selected participants will be
contacted by phone and/or e-mail and will be required to answer correctly a time-limited skill-testing question. There are three (3) prizes available to be won. One (1) prize will be given away
for each Tech·Days event in Toronto (October 25-26 2011), Vancouver (November 15-16 2011) and Montreal (November 29-30 2011). The prize consists of a Samsung Focus Windows
Phone 7 (handset only; voice and/or data plan not included) (approximate retail value of $499 CAD). The prize will be delivered to the shipping address designated by the winner within 6-8
weeks. The winner may be required to sign a declaration and release form. For full contest rules, please see a Microsoft Tech·Days representative.


 You can email any additional comments directly to
        td_can@microsoft.com at any time.
Q&A
© 2011 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.
The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should
                          not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation.
                                                  MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

More Related Content

PDF
021013 adecco email (galician)
PDF
AL QAEDA - Bounty On Head of US Ambassador/US Soldier(s)
PDF
050113 fax to judy clarke (boston marathon bombing) - cebuano
PDF
GEORGE ZIMMERMAN & EBOLA CRISIS (Arabic)
PPT
joijoijpAgua
PDF
Belarusian thank you to republic of ecuador (asylum of julian assange)
PDF
091815 - TOWNSEND BANKRUPTCY HEARING (ESTONIAN)
PDF
091815 - TOWNSEND BANKRUPTCY HEARING (DANISH)
021013 adecco email (galician)
AL QAEDA - Bounty On Head of US Ambassador/US Soldier(s)
050113 fax to judy clarke (boston marathon bombing) - cebuano
GEORGE ZIMMERMAN & EBOLA CRISIS (Arabic)
joijoijpAgua
Belarusian thank you to republic of ecuador (asylum of julian assange)
091815 - TOWNSEND BANKRUPTCY HEARING (ESTONIAN)
091815 - TOWNSEND BANKRUPTCY HEARING (DANISH)

Viewers also liked (17)

PDF
MALCOLM X (Building Bridges – Getting The DEVIL OFF YOUR BACK)-russian
PDF
MALCOLM X (Building Bridges – Getting The DEVIL OFF YOUR BACK)-norwegian
PDF
MALCOLM X (Building Bridges – Getting The DEVIL OFF YOUR BACK)-icelandic
PDF
Success after collegev3
PDF
Monetary policy review 28jan14
PDF
KU KLUX KLAN ACT OF 1871 (AFRIKAANS)
PDF
Malcolm x building bridges (getting the devil off your back)-korean
PDF
Obama read my lips -obama fraudgate (irish)
PDF
033016 - CITIZENS OF JACKSON MISSISSIPPI PROPOSED LAWSUIT AGAINST CITY OF JAC...
PDF
Interpol bringing the united states to justice (hungarian)
PDF
GEORGE ZIMMERMAN'S NOT GUILTY VERDICT - NOT SO FAST (croatian)
PDF
Interpol bringing the united states to justice (korean)
PDF
Interpol bringing the united states to justice (hindi)
PDF
Lithuanian thank you to republic of ecuador (asylum of julian assange)
PDF
Obama read my lips -obama fraudgate (macedonian)
PDF
052215 - FAX TO DELNER THOMAS & BENNIE THOMPSON (Urdu)
PDF
Romanian thank you to republic of ecuador (asylum of julian assange)
MALCOLM X (Building Bridges – Getting The DEVIL OFF YOUR BACK)-russian
MALCOLM X (Building Bridges – Getting The DEVIL OFF YOUR BACK)-norwegian
MALCOLM X (Building Bridges – Getting The DEVIL OFF YOUR BACK)-icelandic
Success after collegev3
Monetary policy review 28jan14
KU KLUX KLAN ACT OF 1871 (AFRIKAANS)
Malcolm x building bridges (getting the devil off your back)-korean
Obama read my lips -obama fraudgate (irish)
033016 - CITIZENS OF JACKSON MISSISSIPPI PROPOSED LAWSUIT AGAINST CITY OF JAC...
Interpol bringing the united states to justice (hungarian)
GEORGE ZIMMERMAN'S NOT GUILTY VERDICT - NOT SO FAST (croatian)
Interpol bringing the united states to justice (korean)
Interpol bringing the united states to justice (hindi)
Lithuanian thank you to republic of ecuador (asylum of julian assange)
Obama read my lips -obama fraudgate (macedonian)
052215 - FAX TO DELNER THOMAS & BENNIE THOMPSON (Urdu)
Romanian thank you to republic of ecuador (asylum of julian assange)
Ad

Similar to Responsive Web Design - 01.26.12 (20)

PPTX
FITC - 2012-04-23 - Responsive Web Design
PPTX
SCREENS - 2012-09-28 - Responsive Web Design, get the best from your design
PPTX
Responsive Web Design - Web & PHP Conference - 2013-09-18
PDF
Prairie Dev Con West - 2012-03-15 - Responsive Web Design
PPTX
SEF 2014 - Responsive Design in SharePoint 2013
PDF
Wizard - Credential 2013
PDF
Ciw going mobile
PDF
Responsive design lunch and learn
PDF
Digital Success Stack for DCBKK 2018
PDF
User interface ui training hyderabad
PDF
User interface-ui-training-by-ruchiwebsolutions
KEY
The web standards gentleman: a matter of (evolving) standards)
PPT
Quality and the "Secret Mission:" From End-Stage Tester to Skilled Analyst
PDF
Responsive Design
PDF
Design Learnings
PDF
Web designing-training-by-ruchiwebsolutions
PDF
Responsive and Mobile Design
PDF
WebMatrix, see what the matrix can do for you!!
PDF
Expanding Your Online Community with Web Accessibility
PDF
Responsive Web Design (April 18th, Los Angeles)
FITC - 2012-04-23 - Responsive Web Design
SCREENS - 2012-09-28 - Responsive Web Design, get the best from your design
Responsive Web Design - Web & PHP Conference - 2013-09-18
Prairie Dev Con West - 2012-03-15 - Responsive Web Design
SEF 2014 - Responsive Design in SharePoint 2013
Wizard - Credential 2013
Ciw going mobile
Responsive design lunch and learn
Digital Success Stack for DCBKK 2018
User interface ui training hyderabad
User interface-ui-training-by-ruchiwebsolutions
The web standards gentleman: a matter of (evolving) standards)
Quality and the "Secret Mission:" From End-Stage Tester to Skilled Analyst
Responsive Design
Design Learnings
Web designing-training-by-ruchiwebsolutions
Responsive and Mobile Design
WebMatrix, see what the matrix can do for you!!
Expanding Your Online Community with Web Accessibility
Responsive Web Design (April 18th, Los Angeles)
Ad

Recently uploaded (20)

PPTX
sap open course for s4hana steps from ECC to s4
PDF
Electronic commerce courselecture one. Pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Cloud computing and distributed systems.
PDF
Approach and Philosophy of On baking technology
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Empathic Computing: Creating Shared Understanding
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Spectroscopy.pptx food analysis technology
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
sap open course for s4hana steps from ECC to s4
Electronic commerce courselecture one. Pdf
The AUB Centre for AI in Media Proposal.docx
Cloud computing and distributed systems.
Approach and Philosophy of On baking technology
Review of recent advances in non-invasive hemoglobin estimation
Agricultural_Statistics_at_a_Glance_2022_0.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Empathic Computing: Creating Shared Understanding
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Dropbox Q2 2025 Financial Results & Investor Presentation
Per capita expenditure prediction using model stacking based on satellite ima...
Mobile App Security Testing_ A Comprehensive Guide.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Building Integrated photovoltaic BIPV_UPV.pdf
Machine learning based COVID-19 study performance prediction
Advanced methodologies resolving dimensionality complications for autism neur...
MYSQL Presentation for SQL database connectivity
Spectroscopy.pptx food analysis technology
Profit Center Accounting in SAP S/4HANA, S4F28 Col11

Responsive Web Design - 01.26.12

  • 1. Responsive Web Design: The View of the World Depends on the Glasses I Wear Paul Laberge Technical Evangelist Microsoft Canada @plaberge paul.laberge@microsoft.com
  • 2. How we viewed the web… • The Desktop Browser
  • 3. How we view the web today… • The Desktop Browser • Mobile Browsers • Tablet form-factors • Televisions • Game Consoles • More… • Yeah, so what’s the problem?
  • 6. Responsive Web Design • Thinking of the user’s needs instead of ours. • Adapt to various device capabilities instead of configurations. • Help future-proof our sites.
  • 8. Elements of Responsive Web Design • A flexible, grid-based layout, • Flexible images and media, and • Media queries. • Something else.
  • 10. Ok, so what’s the problem? • Non-responsive sites are no fun. • Fixed-width sites are not the best experiences. • Design tools tend to use pixels. • Sometimes a pixel does not equal a pixel. • So how do we turn pixels to their em counterparts?
  • 11. Pixels to Ems Algorithm
  • 13. Responsive Web Design READ MORE >> h1 { h1 { em font-size: 24px; 24 / 16 = 1.5 font-size: 1.5em; } } h1 a { 11 / 24 = h1 a { % font-size: 24px; 0.458333333+ font: 0.458333333+; } } 1 2 3
  • 14. Didn’t You Say Something About a Grid?
  • 16. A Simple Solution Works on images, as well as other media like <video>.
  • 17. Another Possibility Filament Group – depends on cookies and JavaScript
  • 19. Not so long ago… • We could define media types: screen and print. • But not easily respond to the user’s display. • Lots of grunt work. • Didn’t spend much time thinking about mobile devices.
  • 20. CSS3 Media Queries • The CSS3 Media Queries Module specifies methods to enable web developers to scope a style sheet to a set of precise device capabilities.
  • 21. Simple Example @media screen and (max-width: 600px) { body { font-size: 80%; } }
  • 22. Other Queries @media screen and (min-width:320px) and (max- width:480px) @media not print and (max-width:600px) @media screen (x) and (y), print (a) and (b)
  • 23. Can be declared… In the Stylesheet Import Rule @import url(mq.css) only screen and (max- width:600px) link Element <link rel=“stylesheet” media=“only screen and (max-width:800px)” href=“mq.css”>
  • 24. Supported Media Properties • min/max-width • color • min/max-height • color-index • device-width • monochrome • device-height • resolution • orientation • aspect-ratio • device-aspect-ratio
  • 26. What About Devices? • viewport meta tag • <meta name=“viewport” content=“width=device-width”> • device-width vs. width • maximum-zoom
  • 27. What about non-supportive browsers? • css3-mediaqueries-js by Wouter van der Graaf • Just include the script in your pages • Parses the CSS and applies style for positive media tests
  • 33. Hey, what was that 4th thing? • Design. • Do we start with mobile-first? • Is it best that all sites are responsive? • Do we need or want to do visual comps for every device? • Don’t dismiss mobile as walking and looking something up. • We are at the beginning, that’s what makes this interesting!
  • 35. Remember To Complete Your Evaluations! You could WIN a Samsung Focus Windows Phone 7! Let us know what you liked & disliked! Remember, 1=Bad, 5=Good  Please provide comments! No purchase necessary. The contest is open to residents of Canada (excluding government employees). The Toronto Tech·Days evaluation form contest begins on October 25th, 2011 and ends on October 26th, 2011. The Vancouver Tech·Days evaluation form contest begins on November 15th, 2011 and ends on November 16th, 2011. The Montreal Tech·Days evaluation form contest begins on November 29th, 2011 and ends on November 30th, 2011. Participants can enter the contest in one of two ways: (1) complete and submit an evaluation form by the contest close date; or (2) provide contact information by the contest close date. The draw for Toronto will take place on October 31st, 2011. The draw for Vancouver will take place on November 21st, 2011. The draw for Montreal will take place on December 5th, 2011. The chances of being selected depend upon the number of eligible entries. Selected participants will be contacted by phone and/or e-mail and will be required to answer correctly a time-limited skill-testing question. There are three (3) prizes available to be won. One (1) prize will be given away for each Tech·Days event in Toronto (October 25-26 2011), Vancouver (November 15-16 2011) and Montreal (November 29-30 2011). The prize consists of a Samsung Focus Windows Phone 7 (handset only; voice and/or data plan not included) (approximate retail value of $499 CAD). The prize will be delivered to the shipping address designated by the winner within 6-8 weeks. The winner may be required to sign a declaration and release form. For full contest rules, please see a Microsoft Tech·Days representative. You can email any additional comments directly to td_can@microsoft.com at any time.
  • 36. Q&A
  • 37. © 2011 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.