SlideShare a Scribd company logo
Responsive Web Design

    Quick Start Guide
Serge Hufkens
UX designer
“Big things…
                               have small beginnings”


© Prometheus, Ridley Scott
Definition

Responsive Web Design (RWD)
is web design in which a site is
crafted to provide an optimal user
experience across all devices
(everything with a screen)

hat tip to wikipedia
Monkeytalk Fall 2012 - Responsive Web Design
Let there be no mistake
  Adaptive vs Responsive web design




                            ADAPTIVE


                             THIS IS
                           RESPONSIVE




Hat tip to Aaron Gustafson & Brad Frost
“Why?”



© 2001: A Space Odyssey, Stanley Kubrick & Arthur C. Clarke
© NFL Network
Conclusion

•  There’s a growing mainstream
 expectation that you can simply get
 all your content from any device.

•  We expect content to flow seamlessly,
 follow us throughout the day.
Let’s tackle that with
 some philosophy!
© Enter the Dragon, Bruce Lee, Robert Clouse
and there’s even more…
Wroblewski’s Theorem
“Anything that can be connected
    to the internet, will be.”
Monkeytalk Fall 2012 - Responsive Web Design
Monkeytalk Fall 2012 - Responsive Web Design
Why go responsive?

“We do responsive web design, but we don’t do it
for the sake of being trendy. We do it because we
believe it’s the way websites should be made.
This is an opportunity for us to finally embrace
the dynamic medium we build for. The web is not
fixed width.”

- Ben Callahan


http://seesparkbox.com/foundry/you_say_responsive_i_say_adaptive
fact

RWD is hard
© Frank Zappa
Open your mind
  •  Everything has changed and
     continues to do so, fast
  •  Accept it and move on
  •  Loose the myths
  •  Get some new skills
  •  Make mistakes
  •  Time will tell
  •  Be proud to be a part of it
BECOMING RESPONSIVE
3 basic ingredients




© Eén, Dagelijkse kost
•  A flexible grid
  –  The design has fluid layout elements that
     change on browser size
•  Conditional images & other media
  –  The design uses one or more techniques to
     scale images and media so that the design
     performs well across devices
•  Media queries
  –  Conditional code that changes items on a
     page based on device detection or browser
     width
Viewport, media queries and
breakpoints
© Andy Clarke
3 advanced
ingredients



  © Culy.nl, Sergio Herman
•  Advanced elements
  –  A basic fluid grid is the priority; but to be
     fully responsive we must often cover
     slideshows, tables, tabs, multi-column type,
     custom widgets, forms, and more.
•  Touch input
  –  Touch input is a critical development
     component as we move away from a mouse-
     first model of human-computer interaction
•  RESS and server-side conditionals
  –  Heavy lifting for user agent detection and
     conditional media deployment is done by
     the server, not the device.
THINGS TO GET IT ON
Wireframes?
full wireframes for each breakpoint




Pros:                          Cons
•  most thorough method        •  takes the longest
•  no page element left        •  it’s static!
   unexplored
                               •  with a slow-decision
•  may be the best
   solution for retrofitting      group, prepare for a
   because it provides the        long process
   most detail
Wireframes?
responsive prototypes




Pros:                         Cons
•  gets specific about        •  requires someone on
   repositioning and             the team have front-end
   content without               skills
   promising every detail     •  may not prevent the
•  one asset per template        need for more detailed
   instead of three or four      wireframes
Monkeytalk Fall 2012 - Responsive Web Design
Flexible grids
grids, grids everywhere…

•  Play around with the many grid systems
   online to get a good feel what they do…
•  Examples…
http://lessframework.com/
http://foundation.zurb.com/
http://goldengridsystem.com/
http://goldengridsystem.com/
Conditional images
  Take a look at this to get started




http://adaptive-images.com/
About design
Split it




Atmosphere     Layout
Design your atmosphere
Styletiles, (html) style guides, …




    http://styletil.es/   http://www.bbc.co.uk/guidelines/gel/
Responsive design patterns
Lot’s of examples available

•  provide effective examples at the
   beginning of a project so that you’re not
   rethinking the wheel.
http://bradfrost.github.com/this-is-responsive/
http://www.lukew.com/ff/entry.asp?1514
http://jasonweaver.name/lab/offcanvas/
Responsive typography
Don’t neglect it, it’s your content!

•  “Setting web type in Photoshop is a
   waste of time” — Andy Clarke
•  Test on real devices
   (don’t scale your browser)
•  Be careful with line lengths
   (keep it readable)
http://informationarchitects.net/blog/responsive-typography-the-basics/
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
http://typecast.com/
Performance is also by design
Issues for RWD
•  Over downloading
  –  Download & hide, download & shrink, excess
     DOM
•  Poor networks
  –  High latency, variable band width, packet
     loss
Issue #1
  The average weight of a web page today?



                         1 MB


                                                        HTML
                                                flash




                                                                     other
                                                               CSS
                      images       javascript



                             82%

Source: http://httparchive.org/
Issue #2
  How many requests requires the average website?



                               85
    Cable modem                        Cell network

     0.4 sec                           4.2 sec
                                     10 x slower
Source: Guy Podjarny & HTTP Achive
So optimize!
By doing following
•  Reduce asset size
  –  HTML/CSS compression, image compression,
     try to avoid images, minification, avoid bulky
     frameworks
•  Reduce requests
  –  Browser cache, concatenate JS & CSS,
     localStorage, data:URI, conditional loading
•  Speed-up page render
  –  Avoid DOM reflows & repaints, defer loading of
     javascript, lazy load javascript, touch beats on
     click, …
Something about our tools
“The framework for what a page is has changed
considerably even in the past few years, though
our applications for designing those frameworks
are still stuck in the web of yore, and largely
dictated by their use for print design.”


- Jason Santa Maria
Monkeytalk Fall 2012 - Responsive Web Design
© Brad Frost
Feel like reading?
Thanks!
    @sjesch
Credit where credit’s due
The true heroes of this presentation…

Andy Clarke
Luke Wroblewski
Jeremy Keith
Josh Clark
Ethan Marcotte
Brad Frost
Jason Santa Maria
Dave Olsen & Doug Gapinski
Tim Kadlec


Everybody I forgot…

More Related Content

PPTX
Talk 03 responsive-web-design
PDF
Producing a mobile presence. Timeline: Yesterday...
PPT
WebHosting Performance / WordPress - Pubcon Vegas - Hendison
PDF
VMUG - My Journey to Full Stack Engineering
PDF
VMUG - Learning to Learn - Experiences and Tips for Certifications and Tech S...
PDF
Measuring Web Performance - HighEdWeb Edition
PDF
On our way to headless - A transition in progress
PDF
Design4Drupal Boston 2013 - Bumps in the Road to Responsive
Talk 03 responsive-web-design
Producing a mobile presence. Timeline: Yesterday...
WebHosting Performance / WordPress - Pubcon Vegas - Hendison
VMUG - My Journey to Full Stack Engineering
VMUG - Learning to Learn - Experiences and Tips for Certifications and Tech S...
Measuring Web Performance - HighEdWeb Edition
On our way to headless - A transition in progress
Design4Drupal Boston 2013 - Bumps in the Road to Responsive

What's hot (20)

PDF
QCon London 2010: Journey of a start-up
PDF
Measuring Web Performance (HighEdWeb FL Edition)
PDF
Everything You Know is Not Quite Right Anymore: Rethinking Best Practices to ...
PDF
10 Web Performance Lessons For the 21st Century
PDF
Iterative Website Redesign: Micro Goals in Action - CASEV 2011
PDF
Being Buck Woody - PASS Summit 2014 Edition
PPTX
Front End page speed performance improvements for Drupal
PDF
11 Amazing things I Learnt At Word Camp Sydney 2014
PDF
Automated testing DrupalCamp in Asheville
PDF
DevOps for Drupal: Why We Cook With Chef
PDF
Web Performance & You - HighEdWeb Arkansas Version
PDF
Get responsive in 30 minutes (WordCamp Sofia)
PDF
PAC 2019 virtual Mark Tomlinson
PPTX
Oscon 2013 -Your OSS Project Is now served
PPTX
How My Website Learned to Stop Worrying and Love the Cloud
PPTX
Getting agile with drupal
PDF
Treeshaking your CSS
PDF
Child Theme Frameworks
PPTX
Creating change from within - DevReach 2012
PDF
Sand camp beginner drupal development
QCon London 2010: Journey of a start-up
Measuring Web Performance (HighEdWeb FL Edition)
Everything You Know is Not Quite Right Anymore: Rethinking Best Practices to ...
10 Web Performance Lessons For the 21st Century
Iterative Website Redesign: Micro Goals in Action - CASEV 2011
Being Buck Woody - PASS Summit 2014 Edition
Front End page speed performance improvements for Drupal
11 Amazing things I Learnt At Word Camp Sydney 2014
Automated testing DrupalCamp in Asheville
DevOps for Drupal: Why We Cook With Chef
Web Performance & You - HighEdWeb Arkansas Version
Get responsive in 30 minutes (WordCamp Sofia)
PAC 2019 virtual Mark Tomlinson
Oscon 2013 -Your OSS Project Is now served
How My Website Learned to Stop Worrying and Love the Cloud
Getting agile with drupal
Treeshaking your CSS
Child Theme Frameworks
Creating change from within - DevReach 2012
Sand camp beginner drupal development
Ad

Viewers also liked (7)

PDF
Introduction to Google Glass
PPTX
A Practical Guide to Accessible User Experience (AUX)
PDF
Lean UX in small and large organisations – Andrew Godfrey October 2014
PDF
UKUPA May 2011 Event: JustGiving - 7 interesting things about UX and charitie...
PPTX
UKUPA May 09 Rob Stevens Why You Must Use Eye Tracking
PPTX
How content strategy & UX can tackle the content challenge together
PPTX
UX by the numbers: Discovering the why from numbers
Introduction to Google Glass
A Practical Guide to Accessible User Experience (AUX)
Lean UX in small and large organisations – Andrew Godfrey October 2014
UKUPA May 2011 Event: JustGiving - 7 interesting things about UX and charitie...
UKUPA May 09 Rob Stevens Why You Must Use Eye Tracking
How content strategy & UX can tackle the content challenge together
UX by the numbers: Discovering the why from numbers
Ad

Similar to Monkeytalk Fall 2012 - Responsive Web Design (20)

PDF
Everything You Know is Not Quite Right Anymore: Rethinking Best Web Practices...
PPTX
Mobile Best Practices
PDF
responsive awareness
PDF
Responsive Design - ISCTE
PDF
Going responsive
PDF
Responsive Design
PPTX
Chapter 17: Responsive Web Design
PPTX
Getting Down & Dirty with Responsive Web Design
PPTX
Responsive Web Design
PPTX
Responsive Design Overview for UB CIT
PPTX
Responsive Web Designing Fundamentals
PPTX
Responsive web designing ppt(1)
PDF
Responsive Web Design - Why and How
PPT
Responsive Web Design in Cascade Server, by Chris Cox of BarkleyREI
PDF
Responsive Web Design: buzzword or revolution?
PPT
BarkleyREI & Hannon Hill Webinar - Responsive Web Design
PPTX
Responsive Design: What is it? How do we do it? How much will it cost?
PDF
Adapting to Responsive Design - HCID2014, 24 April 2014
PDF
HCID2014: Adapting to responsive web design. Matt Gibson, Cyber-duck
PDF
Devon 2011-f-1 반응형 웹 디자인
Everything You Know is Not Quite Right Anymore: Rethinking Best Web Practices...
Mobile Best Practices
responsive awareness
Responsive Design - ISCTE
Going responsive
Responsive Design
Chapter 17: Responsive Web Design
Getting Down & Dirty with Responsive Web Design
Responsive Web Design
Responsive Design Overview for UB CIT
Responsive Web Designing Fundamentals
Responsive web designing ppt(1)
Responsive Web Design - Why and How
Responsive Web Design in Cascade Server, by Chris Cox of BarkleyREI
Responsive Web Design: buzzword or revolution?
BarkleyREI & Hannon Hill Webinar - Responsive Web Design
Responsive Design: What is it? How do we do it? How much will it cost?
Adapting to Responsive Design - HCID2014, 24 April 2014
HCID2014: Adapting to responsive web design. Matt Gibson, Cyber-duck
Devon 2011-f-1 반응형 웹 디자인

Recently uploaded (20)

PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
NewMind AI Monthly Chronicles - July 2025
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Modernizing your data center with Dell and AMD
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Big Data Technologies - Introduction.pptx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
KodekX | Application Modernization Development
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Approach and Philosophy of On baking technology
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Encapsulation theory and applications.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
cuic standard and advanced reporting.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
NewMind AI Monthly Chronicles - July 2025
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Modernizing your data center with Dell and AMD
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Per capita expenditure prediction using model stacking based on satellite ima...
Big Data Technologies - Introduction.pptx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
KodekX | Application Modernization Development
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Mobile App Security Testing_ A Comprehensive Guide.pdf
Approach and Philosophy of On baking technology
Digital-Transformation-Roadmap-for-Companies.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
Encapsulation theory and applications.pdf
Unlocking AI with Model Context Protocol (MCP)
The AUB Centre for AI in Media Proposal.docx
cuic standard and advanced reporting.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation

Monkeytalk Fall 2012 - Responsive Web Design

Editor's Notes

  • #9: Dit is gewoon de reality, dit is de manierwaarop het internet gaatwerken. Nietomwille van hype of trend. Dit is het internet waar we naartoegaan; Geen fix width internet.
  • #10: Mensenverwachtengewoondat contentbeschikbaar is op eenderwelke device, en als het even kan, ooknaadloos van het enenaar het andere device ; op eenderwelk moment van de dag…
  • #11: CONTENT!The world famous UX designer Bruce Lee once said…
  • #12: Perfect metafoor!
  • #16: Dus we kunnenabsoluutnietvoorspellenwelke devices met schermennog op onsgaanlosgelatenworden, dus het heeftgeenenkelezinom per device een apart ontwerptemaken.
  • #17: Voor de mensen die twijfelenaan de internet of things, erlopenondertussen al koeienrond die ‘connected’ zijn… voorlopiggelukkigzonderscherm…. Maar goed we dwalenaf….
  • #19: Feit is dat RWD nietgemakkelijk is, ikkrijgervaakeenpunthoofd van…
  • #20: Zoalsonsgoedevriend Frank Zappa, die heeftgelukkigookeenremedievoorpunthoofden… probleemdatikbijmezelfvaststelde, is dat je somsbewust en onbewustvasthoudtaan de dingen die je gewoon bent.
  • #21: Dusalleswat je geleerdhebt, kan je best even vergeten, het gaat nu enormsnelomdat het nogzonieuw is.Dus stop met zittenmopperen, vooruit met de geit, het gaatnietmiraculeusverdwijnen.Laten we ookproberen de mythestebegraven, als je bij RWD nog over ‘de fold’ durfttebeginnen, dankan je beter in de politiekgaan,daarkan je eenderwatvertellenHet lijkt me aangewezenvoor designers van eenderwelkestrekking, omnieuwedingen op tepikken, maak de handenvuil HTML/CSS/JAVASCRIPT/FRAMEWORKS of anderetechnischekennis op tedoen, nietdat je alleszelfmoetkunnen, maar je moet het op zijnminsttochgoedbegrijpenMaakgerustfouten, daar leer je het meest van! I knowWe zijn nu nog maar net begonnen met ditgroteavontuur en zijn de oplossingenaan het ontdeken, time will tell wateroverleeftwatvoor de prullenbak is.Het is en blijfteen van de coolste jobs in de wereld, en in de geschiedenis van technologie is dittocheen van de boeiendste moment die wereldwijdzijninvloedheeft, dusweestrostomdaaraandeeltenemen.
  • #26: Erwordendaarleuke schema’s rondgemaakt die goedalsleidraadkunnendienen/ maar onthoudtdat je breakpoint eigenlijk best door je content zelfwordenbepaald, vanaf het punt dat je design wordtgebroken.
  • #29: The world famous UX designer Bruce Lee once said…
  • #32: Je krijgtsnel de vraag, ja maar, waaromdoen we nietallesrechtstreeks in de browser? Ikvermoeddat het best is dat je die fase van wireframingen en/of schetsenniet mag overslaan; geenenkele architect beginteenhuistebouwenzonder plan.
  • #56: Als je erechtietswil over leren, dankom je met dezeboeken al eenheeeleind.
  • #57: Bedanktvoor het luisteren.Als je vragenmochthebben, kan je me altijd via Twitter vinden. Anders even tijdens de pauze, daarna ben ik jammer genoeg op wegnaarBerlijnvooreenconferentie. Dankuwel!