SlideShare a Scribd company logo
1 of 104
Download to read offline
CSS3 Media Queries (and Responsive Web Design) but for real! The truth, the lies, and the legend! Rudy Rigot [email_address] @rudyrigot http://rudyonweb.net Clever Age
Responsive Web Design
Adaptive Web Design? Responsive Layouts? Mediaqueries? Fluid grid? Responsive Web Design That's my word!
"Whatever is well conceived is clearly said" - Nicolas Boileau SOME TRUTH
Responsive Web Design "i'm a webpage, and i care about your display!"
? Responsive Web Design "i'm a webpage, and i care about your display!"
Responsive Web Design "i'm a webpage, and i care about your display!" Adaptive Web Design "i'm a webpage, and i care about whoever you are"
See: Progressive Enhancement client 1 client 2 Responsive Web Design "i'm a webpage, and i care about your display!" Adaptive Web Design "i'm a webpage, and i care about whoever you are"
http://www.londonandpartners.com Responsive Web Design "i'm a webpage, and i care about your display!" Adaptive Web Design "i'm a webpage, and i care about whoever you are"
http://www.prevention-medicale.org Responsive Web Design "i'm a webpage, and i care about your display!" Adaptive Web Design "i'm a webpage, and i care about whoever you are"
Responsive Web Design "i'm a webpage, and i care about your display!" Fluid Grid "how large may i be again? Wait here as i stretch my columns!" Adaptive Web Design "i'm a webpage, and i care about whoever you are"
Responsive Web Design "i'm a webpage, and i care about your display!" Responsive Layouts "how large may i be again ? Wait here as i rearrange my blocks!" Fluid Grid "how large may i be again? Wait here as i stretch my columns!" Adaptive Web Design "i'm a webpage, and i care about whoever you are"
Responsive Web Design "i'm a webpage, and i care about your display!" Responsive Layouts "how large may i be again ? Wait here as i rearrange my blocks!" Fluid Grid "how large may i be again? Wait here as i stretch my columns!" Adaptive Web Design "i'm a webpage, and i care about whoever you are"
? Responsive Web Design "i'm a webpage, and i care about your display!" Responsive Layouts "how large may i be again ? Wait here as i rearrange my blocks!" Fluid Grid "how large may i be again? Wait here as i stretch my columns!" Adaptive Web Design "i'm a webpage, and i care about whoever you are"
http://w3qualite.net Responsive Web Design "i'm a webpage, and i care about your display!" Responsive Layouts "how large may i be again ? Wait here as i rearrange my blocks!" Fluid Grid "how large may i be again? Wait here as i stretch my columns!" Adaptive Web Design "i'm a webpage, and i care about whoever you are"
Responsive Web Design "i'm a webpage, and i care about your display!" Responsive Layouts "how large may i be again ? Wait here as i rearrange my blocks!" Fluid Grid "how large may i be again? Wait here as i stretch my columns!" Adaptive Web Design "i'm a webpage, and i care about whoever you are" Wait! I read something, and i thought Responsive Web Design was this thing!
Responsive Web Design "i'm a webpage, and i care about your display!" Responsive Layouts "how large may i be again ? Wait here as i rearrange my blocks!" Fluid Grid "how large may i be again? Wait here as i stretch my columns!" Yep, it used to be, and now it's blurry! Adaptive Web Design "i'm a webpage, and i care about whoever you are" Wait! I read something, and i thought Responsive Web Design was this thing!
Used to be the one called  Responsive Web Design  between May 2010 and July 2011!! Responsive Web Design "i'm a webpage, and i care about your display!" Responsive Layouts "how large may i be again ? Wait here as i rearrange my blocks!" Fluid Grid "how large may i be again? Wait here as i stretch my columns!" Adaptive Web Design "i'm a webpage, and i care about whoever you are"
From now on, let's speak about this! Responsive Web Design "i'm a webpage, and i care about your display!" Responsive Layouts "how large may i be again ? Wait here as i rearrange my blocks!" Fluid Grid "how large may i be again? Wait here as i stretch my columns!" Adaptive Web Design "i'm a webpage, and i care about whoever you are"
Wait! How about the  mediaqueries ?
Mediaqueries = technical tool Responsive Web Design "i'm a webpage, and i care about your display!" Responsive Layouts "how large may i be again ? Wait here as i rearrange my blocks!" Fluid Grid "how large may i be again? Wait here as i stretch my columns!" Adaptive Web Design "i'm a webpage, and i care about whoever you are"
Let's get some hands dirty a little SOME TECH
Why mediaqueries?
The problem Server Client Webpage (html, css, js, and all that stuff)
The problem Server Client Webpage (html, css, js, and all that stuff) Monochrome, tiny e-book Same webpage (same css& js ?)
Two solutions!
Solution 1: the serves sends different files Server Client Monochrome, tiny e-book Wait! How the hell do i know who i'm talking to?
Solution 1: the serves sends different files Server Client Monochrome, tiny e-book HTTP headers (User-Agent) HTTP headers (User-Agent)
Solution 1: the serves sends different files Server Client Monochrome, tiny e-book HTTP headers (User-Agent) HTTP headers (User-Agent)
Browser sniffing is NOT an ideal solution!
1- User Agent parsing is error-prone Opera 9   Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1 Opera 10a   Opera/10.00 (Windows NT 6.0; U; en) Presto/2.2.0 Broken! Browser sniffing is NOT an ideal solution!
1- User Agent parsing is error-prone Opera 9   Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1 Opera 10a   Opera/10.00 (Windows NT 6.0; U; en) Presto/2.2.0 Broken! Browser sniffing is NOT an ideal solution! http://www.allocine.fr
1- User Agent parsing is error-prone Opera 9   Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1 Opera 10a   Opera/10.00 (Windows NT 6.0; U; en) Presto/2.2.0 Yeay, fixed! Opera 10   Opera/9.8 (Windows NT 6.0; U; en) Presto/2.2.0 Browser sniffing is NOT an ideal solution!
1- User Agent parsing is error-prone Opera 9   Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1 Opera 10a   Opera/10.00 (Windows NT 6.0; U; en) Presto/2.2.0 Yeay, fixed! Opera 10   Opera/9.8 (Windows NT 6.0; U; en) Presto/2.2.0 Browser sniffing is NOT an ideal solution! But...
1- User Agent parsing is error-prone Opera 9   Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1 Opera 10a   Opera/10.00 (Windows NT 6.0; U; en) Presto/2.2.0 Oops? Opera 10   Opera/9.8 (Windows NT 6.0; U; en) Presto/2.2.0 Browser sniffing is NOT an ideal solution!
1- User Agent parsing is error-prone Opera 9   Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1 Opera 10a   Opera/10.00 (Windows NT 6.0; U; en) Presto/2.2.0 Oops? Opera 10   Opera/9.8 (Windows NT 6.0; U; en) Presto/2.2.0 Browser sniffing is NOT an ideal solution! http://www.state.gov
1- User Agent parsing is error-prone 2- Browsers are liars! IE8:   Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0 (...) Wait, what?! Browser sniffing is NOT an ideal solution!
1- User Agent parsing is error-prone 2- Browsers are liars! 3- You're sure you know ALL the browsers? Browser sniffing is NOT an ideal solution!
1- User Agent parsing is error-prone 2- Browsers are liars! 3- You're sure you know ALL the browsers ? 4- And you're sure you know ALL the browsers... from the future?! Browser sniffing is NOT an ideal solution!
Solution 2: the serves sends everything, the client decides what to use Server Client Monochrome, tiny e-book
But how? some other usual css stuff... some usual css stuff... If you're a regular 1024x768 multi-color display, then... If you're a tiny and monochrome E-book, then...
But how? CSS3 mediaqueries! @media  screen { } @media  handheld and (min-monochrome: 1) { } some other usual css stuff... some usual css stuff... If you're a regular 1024x768 multi-color display, then... If you're a tiny and monochrome E-book, then...
So... mediaqueries are not only about mobile! monochrome grid scan resolution orientation color-index color device-aspect-ratio aspect-ratio device-height device-width height width
So... mediaqueries are not only about mobile! particularly useful for e-books! particularly useful for TVs! particularly useful for resizable windows! particularly useful for mobiles! monochrome grid scan resolution orientation color-index color device-aspect-ratio aspect-ratio device-height device-width height width
So... mediaqueries are not only about mobile! particularly useful for e-books! particularly useful for TVs! particularly useful for resizable windows! particularly useful for mobiles! CC BY – Yusuke Kawasaki monochrome grid scan resolution orientation color-index color device-aspect-ratio aspect-ratio device-height device-width height width
So... mediaqueries are not only about mobile! particularly useful for e-books! particularly useful for TVs! particularly useful for resizable windows! particularly useful for mobiles! monochrome grid scan resolution orientation color-index color device-aspect-ratio aspect-ratio device-height device-width height width
Truth and lies, you said? SOME MYTHS
Every website should be responsive MYTH #1
Every website should be responsive MYTH #1
Could be one page Could be another page Could be another other page http://www.facebook.com
Could be one page Could be another page Could be another other page http://www.facebook.com
Browser sniffing...
Browser sniffing...
Responsive Web Design is awful for front-end performance MYTH #2
Responsive Web Design is awful for front-end performance MYTH #2
Truth because... USELESS ! some css for another device some css for one device
Truth because... USELESS ! …  but there may be solutions? <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot; min-width : 600px &quot; href=&quot;styles-600.css&quot; /> some css for another device some css for one device
Truth because... USELESS ! …  but there may be solutions? <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot; min-width : 600px &quot; href=&quot;styles-600.css&quot; /> Ouch, browsers download them all anyway !  (for now...) some css for another device some css for one device
Truth because for some browsers... USELESS ! some css for another device some css for one device png jpg jpg png jpg png
Truth because for some browsers... USELESS ! …  but this is being fixed! some css for another device some css for one device png jpg jpg png jpg png
Truth because for all browsers... <img class=&quot;hide_me&quot; src=&quot;image.png&quot; /> USELESS ! img.hide_me { display: none; } img.hide_me { display: inline; } png
Truth because for all browsers... <img class=&quot;hide_me&quot; src=&quot;image.png&quot; /> USELESS ! …  but there are solutions to come !! css rule &quot;content&quot; media query listener dedicated javascript img.hide_me { display: none; } img.hide_me { display: inline; } png Meh... Meh... Meh...
Responsive Web Design is awful for front-end performance True, not great, but will get better! MYTH #2
My Responsive Web Design is going to look like crap on IE6... MYTH #3
My Responsive Web Design is going to look like crap on IE6... MYTH #3
Falling back is easy some css for old browsers who don't get CSS3 Mobile first? respond.js! some css for another device some css for one device
…  but....
Falling broken is very easy too! some css for old browsers who don't get CSS3 fixing and testing stuff here... …  what am i breaking there? some css for one device some css for another device
As a graphist, thinking Responsive will ruin my creativity MYTH #4
As a graphist, thinking Responsive will ruin my creativity MYTH #4 Brandon Baunach CC BY
A perfect Responsive Web Design makes you want never to leave your smartphone MYTH #5
A perfect Responsive Web Design makes you want never to leave your smartphone MYTH #5
A perfect Responsive Web Design responds perfectly to ALL devices
So, why do we say &quot;Mobile first&quot;?
So, why do we say &quot;Mobile first&quot;? Minimalist as a user experience design constraint is good Market share is already massive, will get even better!
A good Responsive designer who doesn't know HTML flow is not that good MYTH #6
A good  fixed-width  designer who doesn't know HTML flow is not that good...
A good  fixed-width  designer who doesn't know HTML flow is not that good... …  a  Responsive  designer who doesn't know HTML flow is USELESS!
Methodology ideas, for projects supposedly too big for responsive SOME WAYS
Specifications Storyboarding / Prototyping / Wireframing Graphism / Art direction Front-end development Back-end development
Specifications Storyboarding / Prototyping / Wireframing Graphism / Art direction Front-end development Back-end development HUHG!!
Specifications Storyboarding / Prototyping / Wireframing Graphism / Art direction Front-end development Back-end development And mostly here, because we don't have tools.
What do we know? ,[object Object]
We know how to prototype for one size
There are only so many technical ways to &quot;extend&quot; or &quot;reduce&quot; elements
Non-useless &quot;responsive&quot; designers can be hard to find
Dealing with something that moves depending on context? It's all about the key-frames ! (and what's in between)
Dealing with something that moves depending on context? It's all about the key-frames ! (and what's in between)
Dealing with something that moves depending on context? For each template Prototype 1 Prototype 2 Prototype 3 Remember, we know how to prototype for one size!
Extra question: when is the design supposed to break down? Prototype 1 Prototype 2 Prototype 3
Two approaches
You know your content : content-driven Prototype 1 Prototype 2 Prototype 3 Quite long title Right col Right col Right col Right col Right col Right col Right col Right col Right col Content content content content content content content content content content content content content content content content content content content content content content Quite long title Content content content content content content content content content content content content content content Right col Right col Right col Right col Right col Right col Right col Right col Right col Quite long title Only works if you know your content really well, and if it doesn't vary too much accross the site or in time... Content content content content content content content content content content content content content content content content
You don't know your content well: market-driven Prototype 1 Prototype 2 Prototype 3 1024 screen iPad (portrait) iPhone (portrait)
You don't know your content well: market-driven Prototype 1 Prototype 2 Prototype 3 1024 screen iPad (portrait) iPhone (portrait)
What do we know? ,[object Object]
We know how to prototype for one size
There are only so many technical ways to &quot;extend&quot; or &quot;reduce&quot; elements
Non-useless &quot;responsive&quot; designers can be hard to find
Prototype 1 Prototype 2 Prototype 3 Quite long title Right col Right col Right col Right col Right col Right col Right col Right col Right col Content content content content content content content content content content content content content content content content content content content content content content Quite long title Content content content content content content content content content content content content content content Right col Right col Right col Right col Right col Right col Right col Right col Right col Quite long title How to symbolize content adjustment from a slide to its next slide? Stretching? Fixed size? Or even rotating? Cropping? Content content content content content content content content content content content content content content content content
Prototype 1 Prototype 2 Prototype 3 Quite long title Right col Right col Right col Right col Right col Right col Right col Right col Right col Content content content content content content content content content content content content content content content content content content content content content content Quite long title Content content content content content content content content content content content content content content Right col Right col Right col Right col Right col Right col Right col Right col Right col Quite long title Content content content content content content content content content content content content content content content content How to symbolize content adjustment from a slide to its next slide? Cropping? Stretching? Fixed size? Or even rotating?
What do we know? ,[object Object]
We know how to prototype for one size
There are only so many technical ways to &quot;extend&quot; or &quot;reduce&quot; elements
Non-useless &quot;responsive&quot; designers can be hard to find

More Related Content

What's hot

CSS Lessons Learned the Hard Way (Generate Conf)
CSS Lessons Learned the Hard Way (Generate Conf)CSS Lessons Learned the Hard Way (Generate Conf)
CSS Lessons Learned the Hard Way (Generate Conf)Zoe Gillenwater
 
Responsive Web Design for Universal Access 2016
Responsive Web Design for Universal Access 2016Responsive Web Design for Universal Access 2016
Responsive Web Design for Universal Access 2016Kate Walser
 
Responsive webdesign WordCampNL 2012
Responsive webdesign WordCampNL 2012Responsive webdesign WordCampNL 2012
Responsive webdesign WordCampNL 2012Tom Hermans
 
Responsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesResponsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesVitaly Friedman
 
Responsive Design in the Real World
Responsive Design in the Real WorldResponsive Design in the Real World
Responsive Design in the Real WorldClarissa Peterson
 
Responsive web design
Responsive web designResponsive web design
Responsive web designRuss Weakley
 
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin..."Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...Yandex
 
Responsive & Responsible Web Design in DNN
Responsive & Responsible Web Design in DNNResponsive & Responsible Web Design in DNN
Responsive & Responsible Web Design in DNNgravityworksdd
 
Responsive Design Tools & Resources
Responsive Design Tools & ResourcesResponsive Design Tools & Resources
Responsive Design Tools & ResourcesClarissa Peterson
 
Let's get accessible!
Let's get accessible!Let's get accessible!
Let's get accessible!Tady Walsh
 
Leveling up your JavaScipt - DrupalJam 2017
Leveling up your JavaScipt - DrupalJam 2017Leveling up your JavaScipt - DrupalJam 2017
Leveling up your JavaScipt - DrupalJam 2017Christian Heilmann
 
Web Development for UX Designers
Web Development for UX DesignersWeb Development for UX Designers
Web Development for UX DesignersAshlimarie
 
Responsive images are here. Now what?
Responsive images are here. Now what?Responsive images are here. Now what?
Responsive images are here. Now what?Jason Grigsby
 
Responsive webdesign
Responsive webdesignResponsive webdesign
Responsive webdesignBart De Waele
 
Responsive Websites
Responsive WebsitesResponsive Websites
Responsive WebsitesJoe Seifi
 
FITC - 2012-04-23 - Responsive Web Design
FITC - 2012-04-23 - Responsive Web DesignFITC - 2012-04-23 - Responsive Web Design
FITC - 2012-04-23 - Responsive Web DesignFrédéric Harper
 
HTML5 and CSS3: does now really mean now?
HTML5 and CSS3: does now really mean now?HTML5 and CSS3: does now really mean now?
HTML5 and CSS3: does now really mean now?Chris Mills
 
Responsive Design Essentials
Responsive Design EssentialsResponsive Design Essentials
Responsive Design EssentialsClarissa Peterson
 

What's hot (20)

CSS Lessons Learned the Hard Way (Generate Conf)
CSS Lessons Learned the Hard Way (Generate Conf)CSS Lessons Learned the Hard Way (Generate Conf)
CSS Lessons Learned the Hard Way (Generate Conf)
 
Css3
Css3Css3
Css3
 
Responsive Web Design for Universal Access 2016
Responsive Web Design for Universal Access 2016Responsive Web Design for Universal Access 2016
Responsive Web Design for Universal Access 2016
 
Responsive webdesign WordCampNL 2012
Responsive webdesign WordCampNL 2012Responsive webdesign WordCampNL 2012
Responsive webdesign WordCampNL 2012
 
Responsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesResponsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and Techniques
 
Responsive Design in the Real World
Responsive Design in the Real WorldResponsive Design in the Real World
Responsive Design in the Real World
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin..."Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
 
Responsive & Responsible Web Design in DNN
Responsive & Responsible Web Design in DNNResponsive & Responsible Web Design in DNN
Responsive & Responsible Web Design in DNN
 
Responsive Design
Responsive Design Responsive Design
Responsive Design
 
Responsive Design Tools & Resources
Responsive Design Tools & ResourcesResponsive Design Tools & Resources
Responsive Design Tools & Resources
 
Let's get accessible!
Let's get accessible!Let's get accessible!
Let's get accessible!
 
Leveling up your JavaScipt - DrupalJam 2017
Leveling up your JavaScipt - DrupalJam 2017Leveling up your JavaScipt - DrupalJam 2017
Leveling up your JavaScipt - DrupalJam 2017
 
Web Development for UX Designers
Web Development for UX DesignersWeb Development for UX Designers
Web Development for UX Designers
 
Responsive images are here. Now what?
Responsive images are here. Now what?Responsive images are here. Now what?
Responsive images are here. Now what?
 
Responsive webdesign
Responsive webdesignResponsive webdesign
Responsive webdesign
 
Responsive Websites
Responsive WebsitesResponsive Websites
Responsive Websites
 
FITC - 2012-04-23 - Responsive Web Design
FITC - 2012-04-23 - Responsive Web DesignFITC - 2012-04-23 - Responsive Web Design
FITC - 2012-04-23 - Responsive Web Design
 
HTML5 and CSS3: does now really mean now?
HTML5 and CSS3: does now really mean now?HTML5 and CSS3: does now really mean now?
HTML5 and CSS3: does now really mean now?
 
Responsive Design Essentials
Responsive Design EssentialsResponsive Design Essentials
Responsive Design Essentials
 

Viewers also liked

15 Web Design Trends for 2013
15 Web Design Trends for 201315 Web Design Trends for 2013
15 Web Design Trends for 2013David King
 
Content Driven Design
Content Driven DesignContent Driven Design
Content Driven DesignExove
 
Design YOUR brand inside trade.Berry
Design YOUR brand inside trade.BerryDesign YOUR brand inside trade.Berry
Design YOUR brand inside trade.BerrySales-AM
 
Content Strategy + Navigation Design: UX Overview + Considerations
Content Strategy + Navigation Design: UX Overview + ConsiderationsContent Strategy + Navigation Design: UX Overview + Considerations
Content Strategy + Navigation Design: UX Overview + ConsiderationsOxford Tech + UX
 
"Infrastructure Security Practice" by Wasis Adi Putranto (OLX Indonesia)
"Infrastructure Security Practice" by Wasis Adi Putranto (OLX Indonesia)"Infrastructure Security Practice" by Wasis Adi Putranto (OLX Indonesia)
"Infrastructure Security Practice" by Wasis Adi Putranto (OLX Indonesia)Tech in Asia ID
 
Web Design And Development With Open Source
Web Design And Development With Open SourceWeb Design And Development With Open Source
Web Design And Development With Open SourceBaki Goxhaj
 
Learn how to Responsive web desing
Learn how to Responsive web desing Learn how to Responsive web desing
Learn how to Responsive web desing DHARA
 
Student Mentoring Programs: The Why's, How's, and More
Student Mentoring Programs: The Why's, How's, and MoreStudent Mentoring Programs: The Why's, How's, and More
Student Mentoring Programs: The Why's, How's, and MoreCindy Pao
 
Designing Responsive Websites
Designing Responsive WebsitesDesigning Responsive Websites
Designing Responsive WebsitesClarissa Peterson
 
Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...
Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...
Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...SUGCON
 
Atomic Designにまつわるエトセトラ
Atomic DesignにまつわるエトセトラAtomic Designにまつわるエトセトラ
Atomic DesignにまつわるエトセトラEdward Fox
 
Getting Familiar with Animate CC
Getting Familiar with Animate CCGetting Familiar with Animate CC
Getting Familiar with Animate CCJoseph Labrecque
 
Using Content to Improve the Customer Experience
Using Content to Improve the Customer ExperienceUsing Content to Improve the Customer Experience
Using Content to Improve the Customer ExperienceShawn Roman
 

Viewers also liked (20)

15 Web Design Trends for 2013
15 Web Design Trends for 201315 Web Design Trends for 2013
15 Web Design Trends for 2013
 
Content Driven Design
Content Driven DesignContent Driven Design
Content Driven Design
 
Design YOUR brand inside trade.Berry
Design YOUR brand inside trade.BerryDesign YOUR brand inside trade.Berry
Design YOUR brand inside trade.Berry
 
Taxonomy-Driven UX
Taxonomy-Driven UXTaxonomy-Driven UX
Taxonomy-Driven UX
 
Content Strategy + Navigation Design: UX Overview + Considerations
Content Strategy + Navigation Design: UX Overview + ConsiderationsContent Strategy + Navigation Design: UX Overview + Considerations
Content Strategy + Navigation Design: UX Overview + Considerations
 
"Infrastructure Security Practice" by Wasis Adi Putranto (OLX Indonesia)
"Infrastructure Security Practice" by Wasis Adi Putranto (OLX Indonesia)"Infrastructure Security Practice" by Wasis Adi Putranto (OLX Indonesia)
"Infrastructure Security Practice" by Wasis Adi Putranto (OLX Indonesia)
 
Web Design And Development With Open Source
Web Design And Development With Open SourceWeb Design And Development With Open Source
Web Design And Development With Open Source
 
Learn how to Responsive web desing
Learn how to Responsive web desing Learn how to Responsive web desing
Learn how to Responsive web desing
 
Student Mentoring Programs: The Why's, How's, and More
Student Mentoring Programs: The Why's, How's, and MoreStudent Mentoring Programs: The Why's, How's, and More
Student Mentoring Programs: The Why's, How's, and More
 
Bootstrap Fundamentals
Bootstrap FundamentalsBootstrap Fundamentals
Bootstrap Fundamentals
 
Designing Responsive Websites
Designing Responsive WebsitesDesigning Responsive Websites
Designing Responsive Websites
 
Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...
Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...
Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...
 
Atomic Designにまつわるエトセトラ
Atomic DesignにまつわるエトセトラAtomic Designにまつわるエトセトラ
Atomic Designにまつわるエトセトラ
 
Getting Familiar with Animate CC
Getting Familiar with Animate CCGetting Familiar with Animate CC
Getting Familiar with Animate CC
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Using Content to Improve the Customer Experience
Using Content to Improve the Customer ExperienceUsing Content to Improve the Customer Experience
Using Content to Improve the Customer Experience
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Web Design Trends for 2014
Web Design Trends for 2014Web Design Trends for 2014
Web Design Trends for 2014
 
Responsive Design Workshop
Responsive Design WorkshopResponsive Design Workshop
Responsive Design Workshop
 

Similar to Responsive Web Design - but for real!

Responsive Web Design
Responsive Web Design Responsive Web Design
Responsive Web Design CLEVER°FRANKE
 
Stop Worrying & Get On With It (FOWD Tour 2009)
Stop Worrying & Get On With It (FOWD Tour 2009)Stop Worrying & Get On With It (FOWD Tour 2009)
Stop Worrying & Get On With It (FOWD Tour 2009)elliotjaystocks
 
Stop Worrying & Get On With It (WDC Bristol 2009)
Stop Worrying & Get On With It (WDC Bristol 2009)Stop Worrying & Get On With It (WDC Bristol 2009)
Stop Worrying & Get On With It (WDC Bristol 2009)elliotjaystocks
 
RWD in the Wild
RWD in the WildRWD in the Wild
RWD in the WildRich Quick
 
Progressive Enhancement & Intentional Degradation 2
Progressive Enhancement & Intentional Degradation 2Progressive Enhancement & Intentional Degradation 2
Progressive Enhancement & Intentional Degradation 2elliotjaystocks
 
Module 08: Responsive Web Design
Module 08: Responsive Web DesignModule 08: Responsive Web Design
Module 08: Responsive Web DesignDaniel Drew Turner
 
Designing in the Browser - Design for Drupal, Boston 2010
Designing in the Browser - Design for Drupal, Boston 2010Designing in the Browser - Design for Drupal, Boston 2010
Designing in the Browser - Design for Drupal, Boston 2010canarymason
 
Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...
Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...
Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...elliotjaystocks
 
Going mobile - tip, tricks and tools for building mobile web-apps
Going mobile - tip, tricks and tools for building mobile web-appsGoing mobile - tip, tricks and tools for building mobile web-apps
Going mobile - tip, tricks and tools for building mobile web-appsJoshua May
 
The future of BYU web design
The future of BYU web designThe future of BYU web design
The future of BYU web designNate Walton
 
Introduction about wireframing and responsive webdesign
Introduction about wireframing and responsive webdesignIntroduction about wireframing and responsive webdesign
Introduction about wireframing and responsive webdesignipmindthegap
 
Debunking Web Design Myths
Debunking Web Design MythsDebunking Web Design Myths
Debunking Web Design Mythselliotjaystocks
 
Breaking the Box: Pushing the Boundaries of UX with Drupal
Breaking the Box: Pushing the Boundaries of UX with DrupalBreaking the Box: Pushing the Boundaries of UX with Drupal
Breaking the Box: Pushing the Boundaries of UX with DrupalAcquia
 
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmxMoved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmxMilen Dyankov
 
Bridging the gap between designers and developers at theguardian.com
Bridging the gap between designers and developers at theguardian.comBridging the gap between designers and developers at theguardian.com
Bridging the gap between designers and developers at theguardian.comKaelig Deloumeau-Prigent
 
Responsive Web Design_2013
Responsive Web Design_2013Responsive Web Design_2013
Responsive Web Design_2013Achieve Internet
 
Web Design Workshop
Web Design WorkshopWeb Design Workshop
Web Design WorkshopSuseZ
 

Similar to Responsive Web Design - but for real! (20)

Responsive Web Design
Responsive Web Design Responsive Web Design
Responsive Web Design
 
Stop Worrying & Get On With It (FOWD Tour 2009)
Stop Worrying & Get On With It (FOWD Tour 2009)Stop Worrying & Get On With It (FOWD Tour 2009)
Stop Worrying & Get On With It (FOWD Tour 2009)
 
Responsive Design
Responsive DesignResponsive Design
Responsive Design
 
Stop Worrying & Get On With It (WDC Bristol 2009)
Stop Worrying & Get On With It (WDC Bristol 2009)Stop Worrying & Get On With It (WDC Bristol 2009)
Stop Worrying & Get On With It (WDC Bristol 2009)
 
RWD in the Wild
RWD in the WildRWD in the Wild
RWD in the Wild
 
Rails Conf Talk Slides
Rails Conf Talk SlidesRails Conf Talk Slides
Rails Conf Talk Slides
 
Progressive Enhancement & Intentional Degradation 2
Progressive Enhancement & Intentional Degradation 2Progressive Enhancement & Intentional Degradation 2
Progressive Enhancement & Intentional Degradation 2
 
Module 08: Responsive Web Design
Module 08: Responsive Web DesignModule 08: Responsive Web Design
Module 08: Responsive Web Design
 
Designing in the Browser - Design for Drupal, Boston 2010
Designing in the Browser - Design for Drupal, Boston 2010Designing in the Browser - Design for Drupal, Boston 2010
Designing in the Browser - Design for Drupal, Boston 2010
 
Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...
Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...
Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...
 
Going mobile - tip, tricks and tools for building mobile web-apps
Going mobile - tip, tricks and tools for building mobile web-appsGoing mobile - tip, tricks and tools for building mobile web-apps
Going mobile - tip, tricks and tools for building mobile web-apps
 
The future of BYU web design
The future of BYU web designThe future of BYU web design
The future of BYU web design
 
Introduction about wireframing and responsive webdesign
Introduction about wireframing and responsive webdesignIntroduction about wireframing and responsive webdesign
Introduction about wireframing and responsive webdesign
 
Debunking Web Design Myths
Debunking Web Design MythsDebunking Web Design Myths
Debunking Web Design Myths
 
FOWD NYC 2009
FOWD NYC 2009FOWD NYC 2009
FOWD NYC 2009
 
Breaking the Box: Pushing the Boundaries of UX with Drupal
Breaking the Box: Pushing the Boundaries of UX with DrupalBreaking the Box: Pushing the Boundaries of UX with Drupal
Breaking the Box: Pushing the Boundaries of UX with Drupal
 
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmxMoved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
 
Bridging the gap between designers and developers at theguardian.com
Bridging the gap between designers and developers at theguardian.comBridging the gap between designers and developers at theguardian.com
Bridging the gap between designers and developers at theguardian.com
 
Responsive Web Design_2013
Responsive Web Design_2013Responsive Web Design_2013
Responsive Web Design_2013
 
Web Design Workshop
Web Design WorkshopWeb Design Workshop
Web Design Workshop
 

Recently uploaded

Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAAnypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAshyamraj55
 
NIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopNIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopBachir Benyammi
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8DianaGray10
 
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdfIaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdfDaniel Santiago Silva Capera
 
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UbiTrack UK
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024D Cloud Solutions
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxMatsuo Lab
 
Designing A Time bound resource download URL
Designing A Time bound resource download URLDesigning A Time bound resource download URL
Designing A Time bound resource download URLRuncy Oommen
 
Linked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesLinked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesDavid Newbury
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesMd Hossain Ali
 
Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Adtran
 
Comparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and IstioComparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and IstioChristian Posta
 
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfUiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfDianaGray10
 
UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1DianaGray10
 
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...DianaGray10
 
How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?IES VE
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IES VE
 
Computer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsComputer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsSeth Reyes
 
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...Aggregage
 

Recently uploaded (20)

Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAAnypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
 
NIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopNIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 Workshop
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8
 
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdfIaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
 
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptx
 
Designing A Time bound resource download URL
Designing A Time bound resource download URLDesigning A Time bound resource download URL
Designing A Time bound resource download URL
 
201610817 - edge part1
201610817 - edge part1201610817 - edge part1
201610817 - edge part1
 
Linked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesLinked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond Ontologies
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
 
Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™
 
Comparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and IstioComparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and Istio
 
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfUiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
 
UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1
 
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
 
How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
 
Computer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsComputer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and Hazards
 
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
 

Responsive Web Design - but for real!

  • 1. CSS3 Media Queries (and Responsive Web Design) but for real! The truth, the lies, and the legend! Rudy Rigot [email_address] @rudyrigot http://rudyonweb.net Clever Age
  • 3. Adaptive Web Design? Responsive Layouts? Mediaqueries? Fluid grid? Responsive Web Design That's my word!
  • 4. &quot;Whatever is well conceived is clearly said&quot; - Nicolas Boileau SOME TRUTH
  • 5. Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot;
  • 6. ? Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot;
  • 7. Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot;
  • 8. See: Progressive Enhancement client 1 client 2 Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot;
  • 9. http://www.londonandpartners.com Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot;
  • 10. http://www.prevention-medicale.org Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot;
  • 11. Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Fluid Grid &quot;how large may i be again? Wait here as i stretch my columns!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot;
  • 12. Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Responsive Layouts &quot;how large may i be again ? Wait here as i rearrange my blocks!&quot; Fluid Grid &quot;how large may i be again? Wait here as i stretch my columns!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot;
  • 13. Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Responsive Layouts &quot;how large may i be again ? Wait here as i rearrange my blocks!&quot; Fluid Grid &quot;how large may i be again? Wait here as i stretch my columns!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot;
  • 14. ? Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Responsive Layouts &quot;how large may i be again ? Wait here as i rearrange my blocks!&quot; Fluid Grid &quot;how large may i be again? Wait here as i stretch my columns!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot;
  • 15. http://w3qualite.net Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Responsive Layouts &quot;how large may i be again ? Wait here as i rearrange my blocks!&quot; Fluid Grid &quot;how large may i be again? Wait here as i stretch my columns!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot;
  • 16. Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Responsive Layouts &quot;how large may i be again ? Wait here as i rearrange my blocks!&quot; Fluid Grid &quot;how large may i be again? Wait here as i stretch my columns!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot; Wait! I read something, and i thought Responsive Web Design was this thing!
  • 17. Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Responsive Layouts &quot;how large may i be again ? Wait here as i rearrange my blocks!&quot; Fluid Grid &quot;how large may i be again? Wait here as i stretch my columns!&quot; Yep, it used to be, and now it's blurry! Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot; Wait! I read something, and i thought Responsive Web Design was this thing!
  • 18. Used to be the one called Responsive Web Design between May 2010 and July 2011!! Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Responsive Layouts &quot;how large may i be again ? Wait here as i rearrange my blocks!&quot; Fluid Grid &quot;how large may i be again? Wait here as i stretch my columns!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot;
  • 19. From now on, let's speak about this! Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Responsive Layouts &quot;how large may i be again ? Wait here as i rearrange my blocks!&quot; Fluid Grid &quot;how large may i be again? Wait here as i stretch my columns!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot;
  • 20. Wait! How about the mediaqueries ?
  • 21. Mediaqueries = technical tool Responsive Web Design &quot;i'm a webpage, and i care about your display!&quot; Responsive Layouts &quot;how large may i be again ? Wait here as i rearrange my blocks!&quot; Fluid Grid &quot;how large may i be again? Wait here as i stretch my columns!&quot; Adaptive Web Design &quot;i'm a webpage, and i care about whoever you are&quot;
  • 22. Let's get some hands dirty a little SOME TECH
  • 24. The problem Server Client Webpage (html, css, js, and all that stuff)
  • 25. The problem Server Client Webpage (html, css, js, and all that stuff) Monochrome, tiny e-book Same webpage (same css& js ?)
  • 27. Solution 1: the serves sends different files Server Client Monochrome, tiny e-book Wait! How the hell do i know who i'm talking to?
  • 28. Solution 1: the serves sends different files Server Client Monochrome, tiny e-book HTTP headers (User-Agent) HTTP headers (User-Agent)
  • 29. Solution 1: the serves sends different files Server Client Monochrome, tiny e-book HTTP headers (User-Agent) HTTP headers (User-Agent)
  • 30. Browser sniffing is NOT an ideal solution!
  • 31. 1- User Agent parsing is error-prone Opera 9 Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1 Opera 10a Opera/10.00 (Windows NT 6.0; U; en) Presto/2.2.0 Broken! Browser sniffing is NOT an ideal solution!
  • 32. 1- User Agent parsing is error-prone Opera 9 Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1 Opera 10a Opera/10.00 (Windows NT 6.0; U; en) Presto/2.2.0 Broken! Browser sniffing is NOT an ideal solution! http://www.allocine.fr
  • 33. 1- User Agent parsing is error-prone Opera 9 Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1 Opera 10a Opera/10.00 (Windows NT 6.0; U; en) Presto/2.2.0 Yeay, fixed! Opera 10 Opera/9.8 (Windows NT 6.0; U; en) Presto/2.2.0 Browser sniffing is NOT an ideal solution!
  • 34. 1- User Agent parsing is error-prone Opera 9 Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1 Opera 10a Opera/10.00 (Windows NT 6.0; U; en) Presto/2.2.0 Yeay, fixed! Opera 10 Opera/9.8 (Windows NT 6.0; U; en) Presto/2.2.0 Browser sniffing is NOT an ideal solution! But...
  • 35. 1- User Agent parsing is error-prone Opera 9 Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1 Opera 10a Opera/10.00 (Windows NT 6.0; U; en) Presto/2.2.0 Oops? Opera 10 Opera/9.8 (Windows NT 6.0; U; en) Presto/2.2.0 Browser sniffing is NOT an ideal solution!
  • 36. 1- User Agent parsing is error-prone Opera 9 Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1 Opera 10a Opera/10.00 (Windows NT 6.0; U; en) Presto/2.2.0 Oops? Opera 10 Opera/9.8 (Windows NT 6.0; U; en) Presto/2.2.0 Browser sniffing is NOT an ideal solution! http://www.state.gov
  • 37. 1- User Agent parsing is error-prone 2- Browsers are liars! IE8: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0 (...) Wait, what?! Browser sniffing is NOT an ideal solution!
  • 38. 1- User Agent parsing is error-prone 2- Browsers are liars! 3- You're sure you know ALL the browsers? Browser sniffing is NOT an ideal solution!
  • 39. 1- User Agent parsing is error-prone 2- Browsers are liars! 3- You're sure you know ALL the browsers ? 4- And you're sure you know ALL the browsers... from the future?! Browser sniffing is NOT an ideal solution!
  • 40. Solution 2: the serves sends everything, the client decides what to use Server Client Monochrome, tiny e-book
  • 41. But how? some other usual css stuff... some usual css stuff... If you're a regular 1024x768 multi-color display, then... If you're a tiny and monochrome E-book, then...
  • 42. But how? CSS3 mediaqueries! @media screen { } @media handheld and (min-monochrome: 1) { } some other usual css stuff... some usual css stuff... If you're a regular 1024x768 multi-color display, then... If you're a tiny and monochrome E-book, then...
  • 43. So... mediaqueries are not only about mobile! monochrome grid scan resolution orientation color-index color device-aspect-ratio aspect-ratio device-height device-width height width
  • 44. So... mediaqueries are not only about mobile! particularly useful for e-books! particularly useful for TVs! particularly useful for resizable windows! particularly useful for mobiles! monochrome grid scan resolution orientation color-index color device-aspect-ratio aspect-ratio device-height device-width height width
  • 45. So... mediaqueries are not only about mobile! particularly useful for e-books! particularly useful for TVs! particularly useful for resizable windows! particularly useful for mobiles! CC BY – Yusuke Kawasaki monochrome grid scan resolution orientation color-index color device-aspect-ratio aspect-ratio device-height device-width height width
  • 46. So... mediaqueries are not only about mobile! particularly useful for e-books! particularly useful for TVs! particularly useful for resizable windows! particularly useful for mobiles! monochrome grid scan resolution orientation color-index color device-aspect-ratio aspect-ratio device-height device-width height width
  • 47. Truth and lies, you said? SOME MYTHS
  • 48. Every website should be responsive MYTH #1
  • 49. Every website should be responsive MYTH #1
  • 50. Could be one page Could be another page Could be another other page http://www.facebook.com
  • 51. Could be one page Could be another page Could be another other page http://www.facebook.com
  • 54. Responsive Web Design is awful for front-end performance MYTH #2
  • 55. Responsive Web Design is awful for front-end performance MYTH #2
  • 56. Truth because... USELESS ! some css for another device some css for one device
  • 57. Truth because... USELESS ! … but there may be solutions? <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot; min-width : 600px &quot; href=&quot;styles-600.css&quot; /> some css for another device some css for one device
  • 58. Truth because... USELESS ! … but there may be solutions? <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot; min-width : 600px &quot; href=&quot;styles-600.css&quot; /> Ouch, browsers download them all anyway ! (for now...) some css for another device some css for one device
  • 59. Truth because for some browsers... USELESS ! some css for another device some css for one device png jpg jpg png jpg png
  • 60. Truth because for some browsers... USELESS ! … but this is being fixed! some css for another device some css for one device png jpg jpg png jpg png
  • 61. Truth because for all browsers... <img class=&quot;hide_me&quot; src=&quot;image.png&quot; /> USELESS ! img.hide_me { display: none; } img.hide_me { display: inline; } png
  • 62. Truth because for all browsers... <img class=&quot;hide_me&quot; src=&quot;image.png&quot; /> USELESS ! … but there are solutions to come !! css rule &quot;content&quot; media query listener dedicated javascript img.hide_me { display: none; } img.hide_me { display: inline; } png Meh... Meh... Meh...
  • 63. Responsive Web Design is awful for front-end performance True, not great, but will get better! MYTH #2
  • 64. My Responsive Web Design is going to look like crap on IE6... MYTH #3
  • 65. My Responsive Web Design is going to look like crap on IE6... MYTH #3
  • 66. Falling back is easy some css for old browsers who don't get CSS3 Mobile first? respond.js! some css for another device some css for one device
  • 68. Falling broken is very easy too! some css for old browsers who don't get CSS3 fixing and testing stuff here... … what am i breaking there? some css for one device some css for another device
  • 69. As a graphist, thinking Responsive will ruin my creativity MYTH #4
  • 70. As a graphist, thinking Responsive will ruin my creativity MYTH #4 Brandon Baunach CC BY
  • 71. A perfect Responsive Web Design makes you want never to leave your smartphone MYTH #5
  • 72. A perfect Responsive Web Design makes you want never to leave your smartphone MYTH #5
  • 73. A perfect Responsive Web Design responds perfectly to ALL devices
  • 74. So, why do we say &quot;Mobile first&quot;?
  • 75. So, why do we say &quot;Mobile first&quot;? Minimalist as a user experience design constraint is good Market share is already massive, will get even better!
  • 76. A good Responsive designer who doesn't know HTML flow is not that good MYTH #6
  • 77. A good fixed-width designer who doesn't know HTML flow is not that good...
  • 78. A good fixed-width designer who doesn't know HTML flow is not that good... … a Responsive designer who doesn't know HTML flow is USELESS!
  • 79. Methodology ideas, for projects supposedly too big for responsive SOME WAYS
  • 80. Specifications Storyboarding / Prototyping / Wireframing Graphism / Art direction Front-end development Back-end development
  • 81. Specifications Storyboarding / Prototyping / Wireframing Graphism / Art direction Front-end development Back-end development HUHG!!
  • 82. Specifications Storyboarding / Prototyping / Wireframing Graphism / Art direction Front-end development Back-end development And mostly here, because we don't have tools.
  • 83.
  • 84. We know how to prototype for one size
  • 85. There are only so many technical ways to &quot;extend&quot; or &quot;reduce&quot; elements
  • 87. Dealing with something that moves depending on context? It's all about the key-frames ! (and what's in between)
  • 88. Dealing with something that moves depending on context? It's all about the key-frames ! (and what's in between)
  • 89. Dealing with something that moves depending on context? For each template Prototype 1 Prototype 2 Prototype 3 Remember, we know how to prototype for one size!
  • 90. Extra question: when is the design supposed to break down? Prototype 1 Prototype 2 Prototype 3
  • 92. You know your content : content-driven Prototype 1 Prototype 2 Prototype 3 Quite long title Right col Right col Right col Right col Right col Right col Right col Right col Right col Content content content content content content content content content content content content content content content content content content content content content content Quite long title Content content content content content content content content content content content content content content Right col Right col Right col Right col Right col Right col Right col Right col Right col Quite long title Only works if you know your content really well, and if it doesn't vary too much accross the site or in time... Content content content content content content content content content content content content content content content content
  • 93. You don't know your content well: market-driven Prototype 1 Prototype 2 Prototype 3 1024 screen iPad (portrait) iPhone (portrait)
  • 94. You don't know your content well: market-driven Prototype 1 Prototype 2 Prototype 3 1024 screen iPad (portrait) iPhone (portrait)
  • 95.
  • 96. We know how to prototype for one size
  • 97. There are only so many technical ways to &quot;extend&quot; or &quot;reduce&quot; elements
  • 99. Prototype 1 Prototype 2 Prototype 3 Quite long title Right col Right col Right col Right col Right col Right col Right col Right col Right col Content content content content content content content content content content content content content content content content content content content content content content Quite long title Content content content content content content content content content content content content content content Right col Right col Right col Right col Right col Right col Right col Right col Right col Quite long title How to symbolize content adjustment from a slide to its next slide? Stretching? Fixed size? Or even rotating? Cropping? Content content content content content content content content content content content content content content content content
  • 100. Prototype 1 Prototype 2 Prototype 3 Quite long title Right col Right col Right col Right col Right col Right col Right col Right col Right col Content content content content content content content content content content content content content content content content content content content content content content Quite long title Content content content content content content content content content content content content content content Right col Right col Right col Right col Right col Right col Right col Right col Right col Quite long title Content content content content content content content content content content content content content content content content How to symbolize content adjustment from a slide to its next slide? Cropping? Stretching? Fixed size? Or even rotating?
  • 101.
  • 102. We know how to prototype for one size
  • 103. There are only so many technical ways to &quot;extend&quot; or &quot;reduce&quot; elements
  • 105. Responsive Designer? = Fixed-width Designer + Front-end Developer
  • 106. Responsive Designer? = Fixed-width Designer + Front-end Developer
  • 107. Prototype 1 Prototype 2 Prototype 3 Quite long title Right col Right col Right col Right col Right col Right col Right col Right col Right col Content content content content content content content content content content content content content content content content content content content content content content Quite long title Content content content content content content content content content content content content content content Right col Right col Right col Right col Right col Right col Right col Right col Right col Quite long title Content content content content content content content content content content content content content content content content Responsive Designer? = Fixed-width Designer + Front-end Developer ?
  • 108. Specifications Storyboarding / Prototyping / Wireframing Graphism / Art direction Front-end development Back-end development Layout front-end testing (just to check!)
  • 109. Well now... what did we learn here today? SOME OUTCOME
  • 111. But design process hard to industralize CC-BY Hayden &quot;H Dragon&quot;
  • 112. But we are getting there, little by little... CC BY-NC-ND Victor Roblas
  • 113. To be continued in your projects... Thanks for listening, folks! If you feel like there's something you should ask me, come talk to me, i'm a human being! (also, i'm still hanging in Krakow tomorrow, so tweet me, and we'll hang out and speak about it!)

Editor's Notes

  1. So, this talk was given in Krakow, Poland, on Oct 21 st 2011, and i removed a few slides to make it more intelligible here. I&apos;ll skip the presentation of myself, because you can find that on the internet : http://rudyonweb.net/about
  2. So, the topic of the day is Responsive Web Design...
  3. I guess it&apos;s safe to say that it&apos;s been a little bit of a BUZZword lately (ah ah), and like any buzzword, it gets confused with a lot of other words. We&apos;ll try to do two things today: we&apos;ll try to kill the buzzword and put some acurate definitions on things; and then i&apos;ll try to give you some input about how a proper big &amp;quot;too-many-templates-not-to-wireframe&amp;quot; project might go. This last part is going to be interesting, because a lot of things are still being experimental at the moment, so the best practise are still much to be written.
  4. Alright, let&apos;s put some truth into this, and be acurate to kill the buzzwords. (you could say that the words don&apos;t matter on the battlefield, as long as everyone knows where we&apos;re going about, and i would agree; but i assume we&apos;re all professionals around here, so we&apos;re all into acuracy, supposedly)
  5. If i had to put a definition to a site in RWD, then it would be any website that cares about your display.
  6. It basically means that if your display width changes, no matter what the technical way is, you have a serious case of RWD on your hands!
  7. Adaptive Web Design is very often confused with Responsive, and there&apos;s a good reason for that: RWD is AWD! But reverse isn&apos;t true...
  8. It basically is a website that changes according to the browser context, whichever element of the context it uses. If you read the &amp;quot;Adaptive Web Design&amp;quot; book, thinking to read about RWD, you might be disappointed, because all that thing talks about is progressive enhancement (which is basically the same thing as AWD)
  9. Examples : here is a RWD, whose width adapts depending on the browser width. If you want to see responsive websites in actions, you might just want to go to http://mediaqueri.es/
  10. Whereas here is an adaptive website, which isn&apos;t responsive: it doesn&apos;t move when you resize your browser, however, look at what happens when you disable JS (the image to the left). The JS version offers a nice menu, and a beautiful slideshow ; that&apos;s exactly what they call &amp;quot;progressive enhancement&amp;quot;. Adaptive Web Design, in other words. Now you know the difference between the two pretty well, so let&apos;s move on.
  11. Fluid Grid is simple, and has been existing for years (people could do it from CSS2 already). Each of the columns of the vertical grid simply expands with the browser. The tricky bit is: the contents in the columns too need to be &amp;quot;fluid&amp;quot;!
  12. And Responsive Layouts are pretty much the same as Fluid Grids, but once in a while, blocs will move, and get on top of each other. Same tricky bit: the contents still need to be fluid, though.
  13. So this is what you get. A happy buzzword league, which you can relocate precisely in your brains, now!
  14. One question though: are you sure you got the difference between Responsive Web Design et Responsive Layouts?
  15. This is a blatant example of a website with RWD, but not especially Responsive Layouts. No bloc was moved during the making of this browser size change! (This is only the header of the site here, obviously. The site is a site about web quality, started by a few cool friends of mine)
  16. But some of you may ask...
  17. To which i respond : it used to be. Actually, the book speaks about Responsive Layouts, and refers to them as &amp;quot;Responsive Web Design&amp;quot;. The book was published by the almighty Jeffrey Zeldman (and written by Ethan Marcotte), but Zeldman published a blog post later saying they got the wrong word, and that RWD should point to any technique that allows you to have multiple-sized websites.
  18. So, basically, between the publishing of the book (May 2010) and the one of the corrective Zeldman blog post (July 2011), Responsive Layouts was what was called Responsive Web Design! So, you still find it heavily in litterature. What it proves, though, is that the topic is burning HOT, and that history is being written as we speak.
  19. From now on, all along this talk, we&apos;ll speak about this!
  20. By the way, didn&apos;t we forget one buzzword?
  21. One of the things they do: they&apos;re a technical tool (not a design concept, unlike the others), and among other things, they make that leap possible. (among a lot, lot of other things)
  22. Actually, let&apos;s speak about it further, mediaqueries are worth a chapter of this talk!
  23. To understand media-queries, what&apos;s best is to get back to the initial problem that ultimately created them.
  24. Alright, client server HTTP every day stuff. Nothing new.
  25. But now the same website goes to a different client. And it&apos;s not a fancy display screen like the other, it&apos;s a shitty monochrome e-book. How do i control better what is being showed in the e-book?
  26. Basically, it&apos;s either the server deciding, or the clients.
  27. If it&apos;s the server, the server sends a different CSS stylesheet to each device. But it needs to know first what device it&apos;s talking to.
  28. And if you look at it, devices identify themselves with something called a &amp;quot;User Agent&amp;quot;, which is sent in the HTTP headers by the client. Pretty awesome, isn&apos;t it?
  29. Well, actually no, not pretty awesome.
  30. I&apos;m not saying it&apos;s the devil in every case, but it is definitely not the ideal reponse to your issues (more about being pragmatic about that later)
  31. Some of you may know the story: when Opera 10 alpha got released, they used the same-looking User Agent as the previous version (pretty logical). But, the User Agent being quite messy (as you can see), its parsing can go wrong. So when some servers were looking into separating old to new browsers, they recognized Opera, and read the 7 first characters of the User Agent string, thus thinking to be talking to &amp;quot;Opera/1&amp;quot;! Bottom line, some websites were displaying their old sucky version to the latest Opera browser!
  32. Of course, this kind of stupid mistakes in code wouldn&apos;t happen for a major website, since as we all know, they&apos;re all made by clever people who never make mistakes. So it wouldn&apos;t happen to one of the most visited websites in France, our local imdb, for sure (oh wait, yep it did!)
  33. So, when Opera release its final 10 th version, they had to label it wrongly, to ensure that every server would still work fine. And every single person on Earth was happy ever after!
  34. Actually, they weren&apos;t...
  35. Because some other parsers trying to tell mobile browsers from desktop browsers think they&apos;re talking the Palm « Pre » while really talking to desktop Opera and its web engine, « Presto ».
  36. And of course, this would not happen to big websites, since they&apos;re still being made by clever, beautiful people who never make mistakes, like those who made the US Department of State website, for instance, which displays like the picture on the left while in the latest desktop versions of Opera! So that&apos;s one first reason to avoid browser sniffing: it&apos;s hard to parse a string as complex as the User Agent ; and that&apos;s actually also the reason why (wait for it....)
  37. … browsers constantly have to lie! This little trick comes from the time Mozilla was, compared to Mosaic, the only &amp;quot;rich&amp;quot; (well, like, having images and forms, woaw) browser out there, and some servers keep using sniffing scripts today to show crappy text versions of their webpages when talking to something else than Mozilla. Nice...
  38. Plus, anyway, even if the User Agents were reliable, and more semantic, would you be sure to cover ALL of them easily?
  39. And plus, all of those who have yet to exist?? So yeah, browser sniffing -&gt; to the trash for now!
  40. First solution was to let the server decide; second solution would be to send everything to the clients, and let THEM decide what CSS they&apos;re supposed to apply or not.
  41. So what you need is, in the CSS, to be able to tell which part of the CSS applies to which of the two clients (the nice display, or the e-book)
  42. And that&apos;s what media-queries are for initially ! Now, let me attract your attention to the fact that i&apos;m using a keyword which is &amp;quot;monochrome&amp;quot;. You might suess that &amp;quot;monochrome&amp;quot; is definitely not about smartphones, tablets, and other fancy stuff...
  43. And when you look at the 13 keywords that are mentioned in the spec candidate release (latest version to date), you can see that...
  44. … some of them are mostly for e-books, some are mostly for TVs, some mostly for resizable windows, some for mobiles, etc. Pretty simple graph, eh?
  45. Yeah, no, not pretty simple graph...
  46. But what i need you to remember is : mediaqueries are not especially about mobile. They&apos;re very much about each and every device type out there.
  47. Next, we&apos;re going to take a few myths that are being said about Responsive Web Design at the moment, and try to pragmatically tell the truth from the lies.
  48. One first myth that&apos;s heard out there...
  49. Ok, that&apos;s probably more of an opinion (Andreas Bovens from Opera was at Paris Web last week, and he didn&apos;t seem to agree very much), but it seems obvious to me that there are some use cases where the mobile webapp needs to be separated.
  50. For instance, take the Facebook homepage, right? You could make basically at least 3 decent mobile webpages from that! And responsive will make each page turn into one page in the mobile version. You can&apos;t separate the pages.
  51. When you look at Facebook&apos;s latest version of their mobile website, it does look like their home was taken from that green frame in the desktop. What happens to the other features, in that case?
  52. Of course, who says &amp;quot;different use case which justifies a separate app&amp;quot; says &amp;quot;redirection to the mobile website when smart&amp;quot;, and then says &amp;quot;browser sniffing&amp;quot;... Which means we might end up looking like that. There is no better technology today to achieve that, although i insist it is supposedly bad practise.
  53. So, since we&apos;re using bad practise, we might as well do it nicely: a clever way to enable the user to correct the sniffing mistakes when they happen, would be to get each version of the site to link to the other.
  54. Alright, myth 2! Bad for performance? People who say such things should be ashamed!
  55. Although, yeah, they&apos;re mostly right, though...
  56. One first obvious case: when you have a bit of CSS code (green) aimed at a device type (green), and another bit of CSS code (blue) in another media-query, aimed at other devices, then when the first device (green) downloads the CSS, the whole blue part is going to be entirely useless for him!
  57. However, one solution would be to lazy-load the bits of CSS that don&apos;t apply, i.e. to cut the various CSS bits for each mediaquery, each in a different file. The spec does allow you to write your media query in the &amp;quot;media&amp;quot; attribute of a &lt;link&gt; element while embedding a CSS file. The browser could then download only the files that match its current situation, and lazy load the others as the situation changes.
  58. However, this does not at all work, in any browser at the moment (i only tested Firefox, Chrome, and Opera, though): they all download all of the CSS files first, and think later. However again, if it is better for the performance of responsive websites, and it doesn&apos;t damage anything else, nothing forbids the browsers to implement it later on. (NB: this is something i haven&apos;t discussed with the people from Opera and Mozilla that i know; i&apos;ll make a blog post about it, and ask for their opinion, though, so stay tuned!)
  59. Second case: some browsers, when including CSS background images, download them, whether the CSS rule applies or not. Useless!! Naming them would be unfair, so let&apos;s just randomly name them &amp;quot;webkit-based&amp;quot; browsers. ;)
  60. However, the bug is already fixed in Webkit today, the browsers have just not all updated their Webkit engines enough to have the bug fixed. Chrome is up to date on most platforms, but i think to date, Safari is still making the mistake. But not for very long, obviously...
  61. Last case: you have an image in the HTML file, and it&apos;s hidden in the CSS for your device. All browsers today download the file. I had this conversation with Anthony Ricaud from Mozilla, and he was pretty clear about it: content image downloading can&apos;t be blocked by CSS rendering. HTML images shouldn&apos;t wait to know if they&apos;re hidden or not, basically (it would make the performances even way worse)
  62. However, some solutions are coming up. First, you can use the CSS rule &amp;quot;content&amp;quot; to insert the image on CSS (which will lazy-load it in every browser but Safari for now, as we just said); however, putting a content image in your CSS is definitely not smart for your semantic (and your SEO on the image) Or else, you have the &amp;quot;media query listener&amp;quot; feature that has been designed by Microsoft exactly to deal with such cases; however, in Paris Web last week, David Rousset from Microsoft was talking about it, and Daniel Glazman from the W3C CSS Working Group was in the room, and didn&apos;t seem so eager to see it join the spec. At last, you can lazy-load it with javascript! Either you write a script, or there are tons out there for that. But eh... it is javascript, so your accessibility expert might hate you for this...
  63. So at the end of the day, i&apos;d say: alright, the performances are impacted, for sure, but it is an issue that is actively being worked on. Either from progressive bugfixes in the browsers, or by hacking stuff a little bit, and have to make compromises on semantic or accessibility, to gain said lost performance.
  64. Myth #3!
  65. WROOOONG! I&apos;m not saying it is going to make your IE6 optimizations easier; but it will not make them harder either.
  66. An obvious reason would be because fallbacking is easy: old browsers don&apos;t understand mediaqueries, so you can leave your code &amp;quot;for old desktop browsers&amp;quot; outside of any mediaquery, and override it for the newer browsers in mediaqueries. If you want to develop for front-end following the mobile first strategy (which, to me, was mostly introduced for design, but eh), you can write your CSS for mobiles in the mediaqueries-less part, and use respond.js or css3-media-queries.js, which gives IE6-7-8 all the mediaquery abilities. However, if your JS breaks, IE6-7-8 sees a mobile website, so it all depends on which importance you give to those browsers in your project. (for the sake of quality, i wouldn&apos;t do it personally)
  67. So, falling back is easy! But...
  68. Falling broken is also very easy! Because you quickly realize that some mediaquerie-ed CSS code is going to override some other; so if you are modifying your green section here,which targets your green device, and that your blue section is overriding this green section, you might be breaking what your blue device sees without even knowing it. So, you&apos;re supposed to test on every targeted device at each iteration... Yeah, pretty annoying...
  69. Myth #4
  70. Oh, come on, cry me a river here! We&apos;ve been through this before: there&apos;s a new kid on the block, and you have to technically learn about it and its constraints. It might take you some time (i didn&apos;t say it would be easy), but i&apos;m pretty sure you&apos;ll get there this one time again. And if you call yourself a webdesigner, but don&apos;t like when techniques change and improve, then maybe you should go back to print, where the technicality varies a lot less through time! (i&apos;m not saying this in an offensive way! Oh wait, yeah, i am a little bit, you know... but i&apos;m for sure not saying that print design is easier than webdesign)
  71. Moving on from the whiny designers, myth #5!
  72. Here, i strongly disagree! We&apos;re talking &amp;quot;perfect&amp;quot; responsive design here, so of course, sometimes, you&apos;ll go the wrong way for clients&apos; constraints.
  73. But i told you mediaqueries were about every kinds of devices... And i told you we could do fluid... So, ideally, if you have enough money to make the best responsive site possible, you should think about this, and make it ideally fluid for any device size. (for my blog, and most clients&apos; websites, we usually do centered fixed-width for screens, and fluid from the tablet size downwards)
  74. So, if you need to keep every size in mind, and not only about mobile, why do people say to think about mobile first?
  75. Simply because, pragmatically, you will learn by experience that trying to keep a design constrained through its simplicity is very, very constructive. It has happened to me before that a client seeing his mobile (separated) webapp liked it so much, that they decided to remake their desktop webapp from scratch using the ergonomic ideas we had on the mobile one! Another reason : market share! For now, you may still have more desktop visits than mobile visits on your site; however, it is pretty clear now that this will not last too long. So if your website will have more than six months to live, when you think mobile first, you basically think about your future users!
  76. Last but not least...
  77. Actually, this one&apos;s interesting: it has been debated a thousand times that webdesigners (fixed with, that is) should code a little bit, to understand how the HTML flow goes. I&apos;m definitely an advocate of that. I think it is possible to design without it, but you&apos;re missing enough information to let yourself make technical mistakes once in a while. However, in the responsive case...
  78. … NO WAY! The technical constraints have never been so tight, and there are far less things you can technically do, than your imagination allows. So if you are a webdesigner, and you want to go responsive, i&apos;m afraid there&apos;s going to be stuff you need to learn first...
  79. Alright, now that we all have a decent understanding of what Responsive Web Design truly is for real, we should become even more practical, and discuss how things might go in an actual, proper responsive project.
  80. Forgetting a few extra steps that are sometimes needed, this is how your average fixed-size project goes. What we&apos;ve found, is that every step takes at least a little bit extra complexity: since the specifications will include extra info about what should or should not be directly accessible in the mobile version, the back-end should support several image sizes for the same image, etc.
  81. But we also found that where most of the extra effort (and thus extra cost) will be noticed, is in these two steps. Prototyping a page that never looks the same is going to require a lot of time, and making and testing the responsiveness on the front-end developments as well.
  82. But as i previously said, even though the front-end development is going to take a lot of time, it won&apos;t be technically amazingly complex (mediaqueries are a pretty simple tool to approach) In prototyping, however, there is no special tool out there that is especially adapted to Responsive Web Design yet. So not only will we have to spend some effort, but we&apos;re going to have to be creative finding solutions.
  83. Let&apos;s first take a step back, and look at what we know (as of, which things we know how to do, and which problems we&apos;ll know we&apos;ll have) Here are two first things...
  84. &amp;quot;Something that moves depending on a context&amp;quot;? I don&apos;t know if this rings a bell to you, but it sounds to me like animation (Flash, or movies, or others...), except animation moves depending on time, and we are going to move depending on browser width. And any animator would tell you: all the staging is in deciding on the keyframes, and on how stuff happens in between keyframes.
  85. So we&apos;ll do the same: we&apos;ll define keyframes (which happen at some pre-decided browser widths), and we&apos;ll focuse on those, and on how stuff happens in between.
  86. This will take a loooooot of time and effort, because it means that for each template, you will have to do each keyframe. Say you have 15 templates (we&apos;re talking massive websites that can&apos;t be done without wireframing, eh), and you set you mind on 3 keyframes (which is basically a decent minimum), it means you will have at least 45 prototypes to make. Even though we made the design process amazingly more complex, each part of it still remains simple, as we have decent tools today to prototype websites for each size.
  87. This immediately raises a question though: how should i decide on my keyframes?
  88. Two approaches...
  89. If you know your content really, really well, you can try to see by yourself where it makes sense to have it break down... That&apos;s what i did with my blog, because i know basically about what lengths my posts may be, and i have two or three very simple (and similar to each other) templates. However, if your site is complex, this won&apos;t work too well; first because you rarely know your content too well at the beginning of a project; and also, even if you do, out of 15 templates, i guess your content on your homepage will not happen to break down the best on the same size as the content of the category, or the content of the article, or the content of the 404 page, or the content of the internal search results, etc...
  90. Another approach: rather than selecting those sizes randomly, you can allow yourself to be a little twisted, and look at what users use the most in real life. That way, you have a website that has a very, very perfectly-under-control design in the iPad or iPhone in portrait mode, and has a under-ok-control design on every other devices. Of course, the iPhone will certainly die someday (and if they keep running on patent lawsuits, maybe sooner than later! Ah damn, i promised myself i wouldn&apos;t troll today!), so picking those devices might not be accurate on the long term.
  91. So, what you can do, is have a look at your analytics if your website pre-existed (or on a similar website you or someone else might have), and check directly what resolutions your target users use for real at the time of design. It might (and certainly WILL) change from one year to another, but at least, rather than randomly picking sizes, you have the most decent starting point.
  92. Now we have the keyframes figured out, we said it was also about what happens between the keyframes. And the good news is, what happens is usually pretty similar: you don&apos;t have many way to &amp;quot;fluidify&amp;quot; a usually static element.
  93. What you can do, is try to list them at the beginning of the prototyping (or edit the list while prototyping), and decide which transition you&apos;re applying on each element. How to signify which?
  94. Well, here&apos;s an idea: you can give each transition a color, and apply it on your wireframe! We don&apos;t give a damn about colors on wireframes, right? Well then, here&apos;s an idea to use them right. Two notes: first, notice that only the images are involved. Indeed, text is naturally fluid, so you don&apos;t have to express how it will &amp;quot;fluidify&amp;quot;. And second: usually, past the width of the larger keyframe, we make it so the design remains fixed and centered (we don&apos;t want a text with 50 words per line!); this way, the colors on prototype 1 describe the transition between prototypes 1&amp;2; the colors on prototype 2 describe the transition between 2&amp;3; and those on prototype 3 describe the transitions when the design is smaller than the width of prototype 3. Easy!
  95. One last rock in our shoe: i said designers who don&apos;t know the responsive constraints will be useless. But the problem is, &amp;quot;responsive designer&amp;quot; is not yet a popularly recognized expertise. You don&apos;t find job adverts yet for a &amp;quot;responsive designer&amp;quot; position! So, most likely, i guess you are in the same situation as we were when we started: you probably don&apos;t have yet a responsive designer in your crew.
  96. So here&apos;s what we did, and which proved to work well: we coupled a regular fixed-width designer / prototype maker (who knows well how information is supposed to be architectured, who has a expert approach of how the ergonomy will be on the final product, etc) with a front-end developer who knows CSS and mediaqueries well (who can technically assess if what the designer is doing is ok, all the time). I&apos;m not gonna lie, this costed us quite a lot of money at first, because two people are working for one. But eventually...
  97. … after being told a thousand times what is and isn&apos;t allowed to do, your fixed-width designer learns to make less mistakes, and your front-end developer proves less and less useful. And hopla! Your fixed-width designer just gained one level! I mean... he just became the responsive designer you were looking for in the first place... :)
  98. One last thing: your crew or your magical guy has now produced a good set of very numerous prototypes, what should you do with it? It sometimes happens that your front-end dev (or responsive designer) tells you the design might be a little crazy anyway, and he has significant doubts about the technical feasibility of the design.
  99. A good solution would be to have the layout made, really quickly from scratch, by a front-end developer (just the layout, not more) to check that everything can actually be built. One upside: the front-end dev will spend less time on the highly tricky bits later during the front-end phase then, so it&apos;s not exactly time that is lost forever.
  100. Alright, before we say good bye, what did we learn here today?
  101. We learnt that technically, applying mediaqueries to get responsive isn&apos;t so complicated, and Rich would agree with me! Note for those who weren&apos;t at Front Row 2011: Rich Quick (yep, real name) spoke the day before, and introduced the basics of Responsive Web Design on a shorter conference; his final thesis was exactly this: adapting your existing website to be responsive is really easy, because the technical new stuff is not hard to learn.
  102. But as much as the development isn&apos;t so much more complicated, industrializing a design process is way trickier, as we previously saw. (saw... hehe...) ;)
  103. But the good thing is: the solutions and tools are being tweaked as we speak. It is a very interesting time, because people who get their hands dirty to it can definitely improve the design process and the tools, and share with the community. No one in the world has a final answer as of &amp;quot;how you should definitely design your responsive website&amp;quot;; so, you might be one of the next guys bringing up a new idea, that might be useful to every one else.
  104. So good luck with all that! And don&apos;t forget to SHARE, because in a year or two of time, maybe the design process will stabilize a little bit (i think we&apos;re all waiting for a book stabilizing this), and you might be able to look at one or two pages of this book saying &amp;quot;hey, i&apos;m the one who came up with this!&amp;quot; And this will make you rich, powerful, and immensely attractive towards all of the people you meet! (or not, but at least, it&apos;ll be pretty nice) :) Good luck with your projects! And don&apos;t forget to come back to me with your findings, i&apos;m VERY interested to hear!