SlideShare a Scribd company logo
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
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.”
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 because it     group, prepare for a long
  provides the most detail        process
Wireframes?
responsive prototypes




Pros:                        Cons
• gets specific about        • requires someone on the
  repositioning and            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
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/
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/
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


                                                     flash


                                                             HTM
                                                                   CSS
                                                                         other
                        images          javascript




                                                              L
                                  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, …
© Brad Frost
Feel like reading?
Thanks!
    @sjesch

More Related Content

What's hot

Optimizing for a faster user experience Pt 2: How-to.
Optimizing for a faster user experience Pt 2: How-to.Optimizing for a faster user experience Pt 2: How-to.
Optimizing for a faster user experience Pt 2: How-to.
James Christie
 
VMUG - Learning to Learn - Experiences and Tips for Certifications and Tech S...
VMUG - Learning to Learn - Experiences and Tips for Certifications and Tech S...VMUG - Learning to Learn - Experiences and Tips for Certifications and Tech S...
VMUG - Learning to Learn - Experiences and Tips for Certifications and Tech S...
Chris Wahl
 
Automated perf optimization - jQuery Conference
Automated perf optimization - jQuery ConferenceAutomated perf optimization - jQuery Conference
Automated perf optimization - jQuery Conference
Matthew Lancaster
 
Front End page speed performance improvements for Drupal
Front End page speed performance improvements for DrupalFront End page speed performance improvements for Drupal
Front End page speed performance improvements for Drupal
Andy Kucharski
 
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
Vitaly Friedman
 
Iterative Website Redesign: Micro Goals in Action - CASEV 2011
Iterative Website Redesign: Micro Goals in Action - CASEV 2011Iterative Website Redesign: Micro Goals in Action - CASEV 2011
Iterative Website Redesign: Micro Goals in Action - CASEV 2011
Nick DeNardis
 
KnowledgeHut - Switching On DevOps
KnowledgeHut - Switching On DevOpsKnowledgeHut - Switching On DevOps
KnowledgeHut - Switching On DevOps
Shaw Innes
 
Tools For jQuery Application Architecture (Extended Slides)
Tools For jQuery Application Architecture (Extended Slides)Tools For jQuery Application Architecture (Extended Slides)
Tools For jQuery Application Architecture (Extended Slides)
Addy Osmani
 
Oscon 2013 -Your OSS Project Is now served
Oscon 2013 -Your OSS Project Is now servedOscon 2013 -Your OSS Project Is now served
Oscon 2013 -Your OSS Project Is now served
Uri Cohen
 
EXPERTALKS: Sep 2013 - Responsive Web Design
EXPERTALKS: Sep 2013 - Responsive Web DesignEXPERTALKS: Sep 2013 - Responsive Web Design
EXPERTALKS: Sep 2013 - Responsive Web DesignEXPERTALKS
 
Creating change from within - DevReach 2012
Creating change from within - DevReach 2012Creating change from within - DevReach 2012
Creating change from within - DevReach 2012
Dror Helper
 
Automated testing DrupalCamp in Asheville
Automated testing DrupalCamp in AshevilleAutomated testing DrupalCamp in Asheville
Automated testing DrupalCamp in AshevillePromet Source
 
jQuery Conference Toronto
jQuery Conference TorontojQuery Conference Toronto
jQuery Conference Toronto
dmethvin
 
Child Theme Frameworks
Child Theme FrameworksChild Theme Frameworks
Child Theme Frameworks
ryngrn
 
There Is No Mobile: An Introduction To Responsive Web Design
There Is No Mobile: An Introduction To Responsive Web DesignThere Is No Mobile: An Introduction To Responsive Web Design
There Is No Mobile: An Introduction To Responsive Web Design
Chris Love
 
DevOps for Drupal: Why We Cook With Chef
DevOps for Drupal: Why We Cook With ChefDevOps for Drupal: Why We Cook With Chef
DevOps for Drupal: Why We Cook With Chef
Promet Source
 
Refreshing Your UI with HTML5, Bootstrap and CSS3
Refreshing Your UI with HTML5, Bootstrap and CSS3Refreshing Your UI with HTML5, Bootstrap and CSS3
Refreshing Your UI with HTML5, Bootstrap and CSS3
Matt Raible
 
Node.js 101
 Node.js 101 Node.js 101
Node.js 101
FITC
 
11 Amazing things I Learnt At Word Camp Sydney 2014
11 Amazing things I Learnt At Word Camp Sydney 201411 Amazing things I Learnt At Word Camp Sydney 2014
11 Amazing things I Learnt At Word Camp Sydney 2014
WordPressBrisbane
 

What's hot (20)

Optimizing for a faster user experience Pt 2: How-to.
Optimizing for a faster user experience Pt 2: How-to.Optimizing for a faster user experience Pt 2: How-to.
Optimizing for a faster user experience Pt 2: How-to.
 
VMUG - Learning to Learn - Experiences and Tips for Certifications and Tech S...
VMUG - Learning to Learn - Experiences and Tips for Certifications and Tech S...VMUG - Learning to Learn - Experiences and Tips for Certifications and Tech S...
VMUG - Learning to Learn - Experiences and Tips for Certifications and Tech S...
 
Getting started with Drush
Getting started with DrushGetting started with Drush
Getting started with Drush
 
Automated perf optimization - jQuery Conference
Automated perf optimization - jQuery ConferenceAutomated perf optimization - jQuery Conference
Automated perf optimization - jQuery Conference
 
Front End page speed performance improvements for Drupal
Front End page speed performance improvements for DrupalFront End page speed performance improvements for Drupal
Front End page speed performance improvements for Drupal
 
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
 
Iterative Website Redesign: Micro Goals in Action - CASEV 2011
Iterative Website Redesign: Micro Goals in Action - CASEV 2011Iterative Website Redesign: Micro Goals in Action - CASEV 2011
Iterative Website Redesign: Micro Goals in Action - CASEV 2011
 
KnowledgeHut - Switching On DevOps
KnowledgeHut - Switching On DevOpsKnowledgeHut - Switching On DevOps
KnowledgeHut - Switching On DevOps
 
Tools For jQuery Application Architecture (Extended Slides)
Tools For jQuery Application Architecture (Extended Slides)Tools For jQuery Application Architecture (Extended Slides)
Tools For jQuery Application Architecture (Extended Slides)
 
Oscon 2013 -Your OSS Project Is now served
Oscon 2013 -Your OSS Project Is now servedOscon 2013 -Your OSS Project Is now served
Oscon 2013 -Your OSS Project Is now served
 
EXPERTALKS: Sep 2013 - Responsive Web Design
EXPERTALKS: Sep 2013 - Responsive Web DesignEXPERTALKS: Sep 2013 - Responsive Web Design
EXPERTALKS: Sep 2013 - Responsive Web Design
 
Creating change from within - DevReach 2012
Creating change from within - DevReach 2012Creating change from within - DevReach 2012
Creating change from within - DevReach 2012
 
Automated testing DrupalCamp in Asheville
Automated testing DrupalCamp in AshevilleAutomated testing DrupalCamp in Asheville
Automated testing DrupalCamp in Asheville
 
jQuery Conference Toronto
jQuery Conference TorontojQuery Conference Toronto
jQuery Conference Toronto
 
Child Theme Frameworks
Child Theme FrameworksChild Theme Frameworks
Child Theme Frameworks
 
There Is No Mobile: An Introduction To Responsive Web Design
There Is No Mobile: An Introduction To Responsive Web DesignThere Is No Mobile: An Introduction To Responsive Web Design
There Is No Mobile: An Introduction To Responsive Web Design
 
DevOps for Drupal: Why We Cook With Chef
DevOps for Drupal: Why We Cook With ChefDevOps for Drupal: Why We Cook With Chef
DevOps for Drupal: Why We Cook With Chef
 
Refreshing Your UI with HTML5, Bootstrap and CSS3
Refreshing Your UI with HTML5, Bootstrap and CSS3Refreshing Your UI with HTML5, Bootstrap and CSS3
Refreshing Your UI with HTML5, Bootstrap and CSS3
 
Node.js 101
 Node.js 101 Node.js 101
Node.js 101
 
11 Amazing things I Learnt At Word Camp Sydney 2014
11 Amazing things I Learnt At Word Camp Sydney 201411 Amazing things I Learnt At Word Camp Sydney 2014
11 Amazing things I Learnt At Word Camp Sydney 2014
 

Viewers also liked

When online goes offline Monkeytalk 2015 - spring edition
When online goes offline   Monkeytalk 2015 - spring editionWhen online goes offline   Monkeytalk 2015 - spring edition
When online goes offline Monkeytalk 2015 - spring edition
Monkeyshot
 
MonkeyTalk FALL 2012 - Talk 04 mobile future
MonkeyTalk FALL 2012 - Talk 04 mobile futureMonkeyTalk FALL 2012 - Talk 04 mobile future
MonkeyTalk FALL 2012 - Talk 04 mobile futureMonkeyshot
 
Is tijd de nieuwe vijand? Monkeytalk 2016 Living Room Edition.
Is tijd de nieuwe vijand? Monkeytalk 2016 Living Room Edition.Is tijd de nieuwe vijand? Monkeytalk 2016 Living Room Edition.
Is tijd de nieuwe vijand? Monkeytalk 2016 Living Room Edition.
Monkeyshot
 
花花世界 簡介Ppt
花花世界 簡介Ppt花花世界 簡介Ppt
花花世界 簡介PptCarol Hang
 
Invloed en overtuiging monkeytalk 2015 spring edition
Invloed en overtuiging   monkeytalk 2015 spring editionInvloed en overtuiging   monkeytalk 2015 spring edition
Invloed en overtuiging monkeytalk 2015 spring edition
Monkeyshot
 
Design for a transformation economy timothy macken
Design for a transformation economy timothy mackenDesign for a transformation economy timothy macken
Design for a transformation economy timothy mackenMonkeyshot
 
Gamification monkeytalk 2015 - spring edition
Gamification   monkeytalk 2015 - spring editionGamification   monkeytalk 2015 - spring edition
Gamification monkeytalk 2015 - spring edition
Monkeyshot
 
Over digitaal en doritos
Over digitaal en doritosOver digitaal en doritos
Over digitaal en doritosMonkeyshot
 
Nieuwe User Interfaces. Monkeytalk 2016 Living Room Edition.
Nieuwe User Interfaces. Monkeytalk 2016 Living Room Edition.Nieuwe User Interfaces. Monkeytalk 2016 Living Room Edition.
Nieuwe User Interfaces. Monkeytalk 2016 Living Room Edition.
Monkeyshot
 
Why stories matter… Monkeytalk 2016 Living Room Edition.
Why stories matter… Monkeytalk 2016 Living Room Edition.Why stories matter… Monkeytalk 2016 Living Room Edition.
Why stories matter… Monkeytalk 2016 Living Room Edition.
Monkeyshot
 
Ux in de ruimte
Ux in de ruimteUx in de ruimte
Ux in de ruimteMonkeyshot
 
Market Research Monkeytalk 2015 - spring edition
Market Research   Monkeytalk 2015 - spring editionMarket Research   Monkeytalk 2015 - spring edition
Market Research Monkeytalk 2015 - spring edition
Monkeyshot
 
The quantified self for a qualified life moneytalk 2015 - spring edition
The quantified self for a qualified life   moneytalk 2015 - spring edition The quantified self for a qualified life   moneytalk 2015 - spring edition
The quantified self for a qualified life moneytalk 2015 - spring edition
Monkeyshot
 
All the small things - Wim Janssens, User Experience Architect (Monkeyshot)
All the small things - Wim Janssens, User Experience Architect (Monkeyshot)All the small things - Wim Janssens, User Experience Architect (Monkeyshot)
All the small things - Wim Janssens, User Experience Architect (Monkeyshot)
Monkeyshot
 
MonkeyTalk Spring2012 - Brainstorm in a box
MonkeyTalk Spring2012 - Brainstorm in a boxMonkeyTalk Spring2012 - Brainstorm in a box
MonkeyTalk Spring2012 - Brainstorm in a boxMonkeyshot
 
De ‘All Blacks‘ winner strategie – de digitale inhaalrace van KBC. Monkeytal...
De ‘All Blacks‘ winner strategie – de digitale inhaalrace van KBC.  Monkeytal...De ‘All Blacks‘ winner strategie – de digitale inhaalrace van KBC.  Monkeytal...
De ‘All Blacks‘ winner strategie – de digitale inhaalrace van KBC. Monkeytal...
Monkeyshot
 
Betekenisvol vergaderen -Martine Vandemoortele
Betekenisvol vergaderen -Martine VandemoorteleBetekenisvol vergaderen -Martine Vandemoortele
Betekenisvol vergaderen -Martine Vandemoortele
Monkeyshot
 

Viewers also liked (17)

When online goes offline Monkeytalk 2015 - spring edition
When online goes offline   Monkeytalk 2015 - spring editionWhen online goes offline   Monkeytalk 2015 - spring edition
When online goes offline Monkeytalk 2015 - spring edition
 
MonkeyTalk FALL 2012 - Talk 04 mobile future
MonkeyTalk FALL 2012 - Talk 04 mobile futureMonkeyTalk FALL 2012 - Talk 04 mobile future
MonkeyTalk FALL 2012 - Talk 04 mobile future
 
Is tijd de nieuwe vijand? Monkeytalk 2016 Living Room Edition.
Is tijd de nieuwe vijand? Monkeytalk 2016 Living Room Edition.Is tijd de nieuwe vijand? Monkeytalk 2016 Living Room Edition.
Is tijd de nieuwe vijand? Monkeytalk 2016 Living Room Edition.
 
花花世界 簡介Ppt
花花世界 簡介Ppt花花世界 簡介Ppt
花花世界 簡介Ppt
 
Invloed en overtuiging monkeytalk 2015 spring edition
Invloed en overtuiging   monkeytalk 2015 spring editionInvloed en overtuiging   monkeytalk 2015 spring edition
Invloed en overtuiging monkeytalk 2015 spring edition
 
Design for a transformation economy timothy macken
Design for a transformation economy timothy mackenDesign for a transformation economy timothy macken
Design for a transformation economy timothy macken
 
Gamification monkeytalk 2015 - spring edition
Gamification   monkeytalk 2015 - spring editionGamification   monkeytalk 2015 - spring edition
Gamification monkeytalk 2015 - spring edition
 
Over digitaal en doritos
Over digitaal en doritosOver digitaal en doritos
Over digitaal en doritos
 
Nieuwe User Interfaces. Monkeytalk 2016 Living Room Edition.
Nieuwe User Interfaces. Monkeytalk 2016 Living Room Edition.Nieuwe User Interfaces. Monkeytalk 2016 Living Room Edition.
Nieuwe User Interfaces. Monkeytalk 2016 Living Room Edition.
 
Why stories matter… Monkeytalk 2016 Living Room Edition.
Why stories matter… Monkeytalk 2016 Living Room Edition.Why stories matter… Monkeytalk 2016 Living Room Edition.
Why stories matter… Monkeytalk 2016 Living Room Edition.
 
Ux in de ruimte
Ux in de ruimteUx in de ruimte
Ux in de ruimte
 
Market Research Monkeytalk 2015 - spring edition
Market Research   Monkeytalk 2015 - spring editionMarket Research   Monkeytalk 2015 - spring edition
Market Research Monkeytalk 2015 - spring edition
 
The quantified self for a qualified life moneytalk 2015 - spring edition
The quantified self for a qualified life   moneytalk 2015 - spring edition The quantified self for a qualified life   moneytalk 2015 - spring edition
The quantified self for a qualified life moneytalk 2015 - spring edition
 
All the small things - Wim Janssens, User Experience Architect (Monkeyshot)
All the small things - Wim Janssens, User Experience Architect (Monkeyshot)All the small things - Wim Janssens, User Experience Architect (Monkeyshot)
All the small things - Wim Janssens, User Experience Architect (Monkeyshot)
 
MonkeyTalk Spring2012 - Brainstorm in a box
MonkeyTalk Spring2012 - Brainstorm in a boxMonkeyTalk Spring2012 - Brainstorm in a box
MonkeyTalk Spring2012 - Brainstorm in a box
 
De ‘All Blacks‘ winner strategie – de digitale inhaalrace van KBC. Monkeytal...
De ‘All Blacks‘ winner strategie – de digitale inhaalrace van KBC.  Monkeytal...De ‘All Blacks‘ winner strategie – de digitale inhaalrace van KBC.  Monkeytal...
De ‘All Blacks‘ winner strategie – de digitale inhaalrace van KBC. Monkeytal...
 
Betekenisvol vergaderen -Martine Vandemoortele
Betekenisvol vergaderen -Martine VandemoorteleBetekenisvol vergaderen -Martine Vandemoortele
Betekenisvol vergaderen -Martine Vandemoortele
 

Similar to Talk 03 responsive-web-design

Everything You Know is Not Quite Right Anymore: Rethinking Best Practices to ...
Everything You Know is Not Quite Right Anymore: Rethinking Best Practices to ...Everything You Know is Not Quite Right Anymore: Rethinking Best Practices to ...
Everything You Know is Not Quite Right Anymore: Rethinking Best Practices to ...
Dave Olsen
 
Everything You Know is Not Quite Right Anymore: Rethinking Best Web Practices...
Everything You Know is Not Quite Right Anymore: Rethinking Best Web Practices...Everything You Know is Not Quite Right Anymore: Rethinking Best Web Practices...
Everything You Know is Not Quite Right Anymore: Rethinking Best Web Practices...
Doug Gapinski
 
Webinar Recording "Best Practices in RWD - Responsive Web Design"
Webinar Recording "Best Practices in RWD - Responsive Web Design"Webinar Recording "Best Practices in RWD - Responsive Web Design"
Webinar Recording "Best Practices in RWD - Responsive Web Design"
Sachin Katariya
 
Mobile Best Practices
Mobile Best PracticesMobile Best Practices
Mobile Best Practices
mintersam
 
Meetup. Technologies Intro for Non-Tech People
Meetup. Technologies Intro for Non-Tech PeopleMeetup. Technologies Intro for Non-Tech People
Meetup. Technologies Intro for Non-Tech People
IT Arena
 
Full stack development using javascript what and why - ajay chandravadiya
Full stack development using javascript   what and why - ajay chandravadiyaFull stack development using javascript   what and why - ajay chandravadiya
Full stack development using javascript what and why - ajay chandravadiya
ajayrcgmail
 
A Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page ApplicationsA Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page Applications
Chris Love
 
PAC 2019 virtual Mark Tomlinson
PAC 2019 virtual Mark TomlinsonPAC 2019 virtual Mark Tomlinson
PAC 2019 virtual Mark Tomlinson
Neotys
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
Manjunatha D
 
The Server Side of Responsive Web Design
The Server Side of Responsive Web DesignThe Server Side of Responsive Web Design
The Server Side of Responsive Web Design
Dave Olsen
 
Drupal 2
Drupal 2Drupal 2
Drupal 2
NishantTanwar18
 
Responsivedesign 7-3-2012
Responsivedesign 7-3-2012Responsivedesign 7-3-2012
Responsivedesign 7-3-2012Thomas Carney
 
Responsive Web Design: How the mobile web has changed the way we think and work
Responsive Web Design:  How the mobile web has changed the way we think and workResponsive Web Design:  How the mobile web has changed the way we think and work
Responsive Web Design: How the mobile web has changed the way we think and work
vq20
 
Responsive Web Design - Devoxx UK - 2014-06-13
Responsive Web Design - Devoxx UK - 2014-06-13Responsive Web Design - Devoxx UK - 2014-06-13
Responsive Web Design - Devoxx UK - 2014-06-13
Frédéric Harper
 
Design4Drupal Boston 2013 - Bumps in the Road to Responsive
Design4Drupal Boston 2013 - Bumps in the Road to ResponsiveDesign4Drupal Boston 2013 - Bumps in the Road to Responsive
Design4Drupal Boston 2013 - Bumps in the Road to ResponsiveSalem Ghoweri
 
Responsive Web Design, get the best out of your designs - JavaScript Open Day...
Responsive Web Design, get the best out of your designs - JavaScript Open Day...Responsive Web Design, get the best out of your designs - JavaScript Open Day...
Responsive Web Design, get the best out of your designs - JavaScript Open Day...
Frédéric Harper
 
Selecting the Best Javascript Web Framework
Selecting the Best Javascript Web FrameworkSelecting the Best Javascript Web Framework
Selecting the Best Javascript Web Framework
Rajitha Pathiraja
 
performance.ppt
performance.pptperformance.ppt
performance.ppt
fakeaccount225095
 
Art and Science of Web Sites Performance: A Front-end Approach
Art and Science of Web Sites Performance: A Front-end ApproachArt and Science of Web Sites Performance: A Front-end Approach
Art and Science of Web Sites Performance: A Front-end Approach
Jiang Zhu
 

Similar to Talk 03 responsive-web-design (20)

Everything You Know is Not Quite Right Anymore: Rethinking Best Practices to ...
Everything You Know is Not Quite Right Anymore: Rethinking Best Practices to ...Everything You Know is Not Quite Right Anymore: Rethinking Best Practices to ...
Everything You Know is Not Quite Right Anymore: Rethinking Best Practices to ...
 
Everything You Know is Not Quite Right Anymore: Rethinking Best Web Practices...
Everything You Know is Not Quite Right Anymore: Rethinking Best Web Practices...Everything You Know is Not Quite Right Anymore: Rethinking Best Web Practices...
Everything You Know is Not Quite Right Anymore: Rethinking Best Web Practices...
 
Webinar Recording "Best Practices in RWD - Responsive Web Design"
Webinar Recording "Best Practices in RWD - Responsive Web Design"Webinar Recording "Best Practices in RWD - Responsive Web Design"
Webinar Recording "Best Practices in RWD - Responsive Web Design"
 
Mobile Best Practices
Mobile Best PracticesMobile Best Practices
Mobile Best Practices
 
Meetup. Technologies Intro for Non-Tech People
Meetup. Technologies Intro for Non-Tech PeopleMeetup. Technologies Intro for Non-Tech People
Meetup. Technologies Intro for Non-Tech People
 
Full stack development using javascript what and why - ajay chandravadiya
Full stack development using javascript   what and why - ajay chandravadiyaFull stack development using javascript   what and why - ajay chandravadiya
Full stack development using javascript what and why - ajay chandravadiya
 
A Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page ApplicationsA Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page Applications
 
PAC 2019 virtual Mark Tomlinson
PAC 2019 virtual Mark TomlinsonPAC 2019 virtual Mark Tomlinson
PAC 2019 virtual Mark Tomlinson
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
The Server Side of Responsive Web Design
The Server Side of Responsive Web DesignThe Server Side of Responsive Web Design
The Server Side of Responsive Web Design
 
Drupal 2
Drupal 2Drupal 2
Drupal 2
 
Responsivedesign 7-3-2012
Responsivedesign 7-3-2012Responsivedesign 7-3-2012
Responsivedesign 7-3-2012
 
Responsive Web Design: How the mobile web has changed the way we think and work
Responsive Web Design:  How the mobile web has changed the way we think and workResponsive Web Design:  How the mobile web has changed the way we think and work
Responsive Web Design: How the mobile web has changed the way we think and work
 
Responsive Web Design - Devoxx UK - 2014-06-13
Responsive Web Design - Devoxx UK - 2014-06-13Responsive Web Design - Devoxx UK - 2014-06-13
Responsive Web Design - Devoxx UK - 2014-06-13
 
Design4Drupal Boston 2013 - Bumps in the Road to Responsive
Design4Drupal Boston 2013 - Bumps in the Road to ResponsiveDesign4Drupal Boston 2013 - Bumps in the Road to Responsive
Design4Drupal Boston 2013 - Bumps in the Road to Responsive
 
Design
DesignDesign
Design
 
Responsive Web Design, get the best out of your designs - JavaScript Open Day...
Responsive Web Design, get the best out of your designs - JavaScript Open Day...Responsive Web Design, get the best out of your designs - JavaScript Open Day...
Responsive Web Design, get the best out of your designs - JavaScript Open Day...
 
Selecting the Best Javascript Web Framework
Selecting the Best Javascript Web FrameworkSelecting the Best Javascript Web Framework
Selecting the Best Javascript Web Framework
 
performance.ppt
performance.pptperformance.ppt
performance.ppt
 
Art and Science of Web Sites Performance: A Front-end Approach
Art and Science of Web Sites Performance: A Front-end ApproachArt and Science of Web Sites Performance: A Front-end Approach
Art and Science of Web Sites Performance: A Front-end Approach
 

More from Monkeyshot

Kick-off 2018 - Stefan Wendin
Kick-off 2018 - Stefan WendinKick-off 2018 - Stefan Wendin
Kick-off 2018 - Stefan Wendin
Monkeyshot
 
Kick-off 2018 - Philip Vyt
Kick-off 2018 - Philip VytKick-off 2018 - Philip Vyt
Kick-off 2018 - Philip Vyt
Monkeyshot
 
Atypical user research for the Antwerp police force - IxD18
Atypical user research for the Antwerp police force - IxD18 Atypical user research for the Antwerp police force - IxD18
Atypical user research for the Antwerp police force - IxD18
Monkeyshot
 
Monkeytalk – Christof Capens, Devine – Think design, speak design
Monkeytalk – Christof Capens, Devine – Think design, speak designMonkeytalk – Christof Capens, Devine – Think design, speak design
Monkeytalk – Christof Capens, Devine – Think design, speak design
Monkeyshot
 
Monkeytalk – Arnoud Schoofs, Bump – Designing an architectural experience
Monkeytalk – Arnoud Schoofs, Bump – Designing an architectural experienceMonkeytalk – Arnoud Schoofs, Bump – Designing an architectural experience
Monkeytalk – Arnoud Schoofs, Bump – Designing an architectural experience
Monkeyshot
 
Monkeytalk - Agnes Stenlund, Marvel app - Inside Marvel: How to build a great...
Monkeytalk - Agnes Stenlund, Marvel app - Inside Marvel: How to build a great...Monkeytalk - Agnes Stenlund, Marvel app - Inside Marvel: How to build a great...
Monkeytalk - Agnes Stenlund, Marvel app - Inside Marvel: How to build a great...
Monkeyshot
 
Health UX - Ed Matthews - Using Inclusive Design Principles: how to create an...
Health UX - Ed Matthews - Using Inclusive Design Principles: how to create an...Health UX - Ed Matthews - Using Inclusive Design Principles: how to create an...
Health UX - Ed Matthews - Using Inclusive Design Principles: how to create an...
Monkeyshot
 
Health UX - Amy Cueva - Design for Change: empathy and purpose
Health UX - Amy Cueva - Design for Change: empathy and purposeHealth UX - Amy Cueva - Design for Change: empathy and purpose
Health UX - Amy Cueva - Design for Change: empathy and purpose
Monkeyshot
 
Health UX - Mark A. M. Kramer - Technology Experience within Healthcare:
Health UX - Mark A. M. Kramer - Technology Experience within Healthcare: Health UX - Mark A. M. Kramer - Technology Experience within Healthcare:
Health UX - Mark A. M. Kramer - Technology Experience within Healthcare:
Monkeyshot
 
Health UX - Hamish Dibley - Understanding Patient Demand: a better way to mak...
Health UX - Hamish Dibley - Understanding Patient Demand: a better way to mak...Health UX - Hamish Dibley - Understanding Patient Demand: a better way to mak...
Health UX - Hamish Dibley - Understanding Patient Demand: a better way to mak...
Monkeyshot
 
The Service Design Behind Blended Retail at Volkswagen. Monkeytalk 2016 Livin...
The Service Design Behind Blended Retail at Volkswagen. Monkeytalk 2016 Livin...The Service Design Behind Blended Retail at Volkswagen. Monkeytalk 2016 Livin...
The Service Design Behind Blended Retail at Volkswagen. Monkeytalk 2016 Livin...
Monkeyshot
 
Healthcare is shifting gears monkeytalk 2015 - spring edition
Healthcare is shifting gears   monkeytalk 2015 - spring editionHealthcare is shifting gears   monkeytalk 2015 - spring edition
Healthcare is shifting gears monkeytalk 2015 - spring edition
Monkeyshot
 
It's a strange world after all- Wim Janssens
It's a strange world after all- Wim JanssensIt's a strange world after all- Wim Janssens
It's a strange world after all- Wim Janssens
Monkeyshot
 
UX in the new KBC banking- Bauwen Theunissen e Kevin Smets
UX in the new KBC banking- Bauwen Theunissen e Kevin SmetsUX in the new KBC banking- Bauwen Theunissen e Kevin Smets
UX in the new KBC banking- Bauwen Theunissen e Kevin Smets
Monkeyshot
 
Google glass, save a life- Serge Hufkens
Google glass, save a life- Serge HufkensGoogle glass, save a life- Serge Hufkens
Google glass, save a life- Serge Hufkens
Monkeyshot
 
Design for emotional well being- Kristof Vaes
Design for emotional well being- Kristof VaesDesign for emotional well being- Kristof Vaes
Design for emotional well being- Kristof Vaes
Monkeyshot
 
Comedycation- Michaël Van Damme
Comedycation- Michaël Van DammeComedycation- Michaël Van Damme
Comedycation- Michaël Van Damme
Monkeyshot
 
Hoe UXD heeft bijgedragen tot bingel.be 2.0 - Lieven Bossuyt, Uitgever Basiso...
Hoe UXD heeft bijgedragen tot bingel.be 2.0 - Lieven Bossuyt, Uitgever Basiso...Hoe UXD heeft bijgedragen tot bingel.be 2.0 - Lieven Bossuyt, Uitgever Basiso...
Hoe UXD heeft bijgedragen tot bingel.be 2.0 - Lieven Bossuyt, Uitgever Basiso...
Monkeyshot
 
Psychologie voor designers - Ben De Vleeschauwer, Docent Web & UX (KDG)
Psychologie voor designers - Ben De Vleeschauwer, Docent Web & UX (KDG)Psychologie voor designers - Ben De Vleeschauwer, Docent Web & UX (KDG)
Psychologie voor designers - Ben De Vleeschauwer, Docent Web & UX (KDG)
Monkeyshot
 

More from Monkeyshot (19)

Kick-off 2018 - Stefan Wendin
Kick-off 2018 - Stefan WendinKick-off 2018 - Stefan Wendin
Kick-off 2018 - Stefan Wendin
 
Kick-off 2018 - Philip Vyt
Kick-off 2018 - Philip VytKick-off 2018 - Philip Vyt
Kick-off 2018 - Philip Vyt
 
Atypical user research for the Antwerp police force - IxD18
Atypical user research for the Antwerp police force - IxD18 Atypical user research for the Antwerp police force - IxD18
Atypical user research for the Antwerp police force - IxD18
 
Monkeytalk – Christof Capens, Devine – Think design, speak design
Monkeytalk – Christof Capens, Devine – Think design, speak designMonkeytalk – Christof Capens, Devine – Think design, speak design
Monkeytalk – Christof Capens, Devine – Think design, speak design
 
Monkeytalk – Arnoud Schoofs, Bump – Designing an architectural experience
Monkeytalk – Arnoud Schoofs, Bump – Designing an architectural experienceMonkeytalk – Arnoud Schoofs, Bump – Designing an architectural experience
Monkeytalk – Arnoud Schoofs, Bump – Designing an architectural experience
 
Monkeytalk - Agnes Stenlund, Marvel app - Inside Marvel: How to build a great...
Monkeytalk - Agnes Stenlund, Marvel app - Inside Marvel: How to build a great...Monkeytalk - Agnes Stenlund, Marvel app - Inside Marvel: How to build a great...
Monkeytalk - Agnes Stenlund, Marvel app - Inside Marvel: How to build a great...
 
Health UX - Ed Matthews - Using Inclusive Design Principles: how to create an...
Health UX - Ed Matthews - Using Inclusive Design Principles: how to create an...Health UX - Ed Matthews - Using Inclusive Design Principles: how to create an...
Health UX - Ed Matthews - Using Inclusive Design Principles: how to create an...
 
Health UX - Amy Cueva - Design for Change: empathy and purpose
Health UX - Amy Cueva - Design for Change: empathy and purposeHealth UX - Amy Cueva - Design for Change: empathy and purpose
Health UX - Amy Cueva - Design for Change: empathy and purpose
 
Health UX - Mark A. M. Kramer - Technology Experience within Healthcare:
Health UX - Mark A. M. Kramer - Technology Experience within Healthcare: Health UX - Mark A. M. Kramer - Technology Experience within Healthcare:
Health UX - Mark A. M. Kramer - Technology Experience within Healthcare:
 
Health UX - Hamish Dibley - Understanding Patient Demand: a better way to mak...
Health UX - Hamish Dibley - Understanding Patient Demand: a better way to mak...Health UX - Hamish Dibley - Understanding Patient Demand: a better way to mak...
Health UX - Hamish Dibley - Understanding Patient Demand: a better way to mak...
 
The Service Design Behind Blended Retail at Volkswagen. Monkeytalk 2016 Livin...
The Service Design Behind Blended Retail at Volkswagen. Monkeytalk 2016 Livin...The Service Design Behind Blended Retail at Volkswagen. Monkeytalk 2016 Livin...
The Service Design Behind Blended Retail at Volkswagen. Monkeytalk 2016 Livin...
 
Healthcare is shifting gears monkeytalk 2015 - spring edition
Healthcare is shifting gears   monkeytalk 2015 - spring editionHealthcare is shifting gears   monkeytalk 2015 - spring edition
Healthcare is shifting gears monkeytalk 2015 - spring edition
 
It's a strange world after all- Wim Janssens
It's a strange world after all- Wim JanssensIt's a strange world after all- Wim Janssens
It's a strange world after all- Wim Janssens
 
UX in the new KBC banking- Bauwen Theunissen e Kevin Smets
UX in the new KBC banking- Bauwen Theunissen e Kevin SmetsUX in the new KBC banking- Bauwen Theunissen e Kevin Smets
UX in the new KBC banking- Bauwen Theunissen e Kevin Smets
 
Google glass, save a life- Serge Hufkens
Google glass, save a life- Serge HufkensGoogle glass, save a life- Serge Hufkens
Google glass, save a life- Serge Hufkens
 
Design for emotional well being- Kristof Vaes
Design for emotional well being- Kristof VaesDesign for emotional well being- Kristof Vaes
Design for emotional well being- Kristof Vaes
 
Comedycation- Michaël Van Damme
Comedycation- Michaël Van DammeComedycation- Michaël Van Damme
Comedycation- Michaël Van Damme
 
Hoe UXD heeft bijgedragen tot bingel.be 2.0 - Lieven Bossuyt, Uitgever Basiso...
Hoe UXD heeft bijgedragen tot bingel.be 2.0 - Lieven Bossuyt, Uitgever Basiso...Hoe UXD heeft bijgedragen tot bingel.be 2.0 - Lieven Bossuyt, Uitgever Basiso...
Hoe UXD heeft bijgedragen tot bingel.be 2.0 - Lieven Bossuyt, Uitgever Basiso...
 
Psychologie voor designers - Ben De Vleeschauwer, Docent Web & UX (KDG)
Psychologie voor designers - Ben De Vleeschauwer, Docent Web & UX (KDG)Psychologie voor designers - Ben De Vleeschauwer, Docent Web & UX (KDG)
Psychologie voor designers - Ben De Vleeschauwer, Docent Web & UX (KDG)
 

Recently uploaded

Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 

Recently uploaded (20)

Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 

Talk 03 responsive-web-design

Editor's Notes

  1. 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.
  2. Mensenverwachtengewoondat contentbeschikbaar is op eenderwelke device, en als het even kan, ooknaadloos van het enenaar het andere device ; op eenderwelk moment van de dag…
  3. CONTENT!The world famous UX designer Bruce Lee once said…
  4. Perfect metafoor!
  5. Dus we kunnenabsoluutnietvoorspellenwelke devices met schermennog op onsgaanlosgelatenworden, dus het heeftgeenenkelezinom per device een apart ontwerptemaken.
  6. Voor de mensen die twijfelenaan de internet of things, erlopenondertussen al koeienrond die ‘connected’ zijn… voorlopiggelukkigzonderscherm…. Maar goed we dwalenaf….
  7. Feit is dat RWD nietgemakkelijk is, ikkrijgervaakeenpunthoofd van…
  8. Zoalsonsgoedevriend Frank Zappa, die heeftgelukkigookeenremedievoorpunthoofden… probleemdatikbijmezelfvaststelde, is dat je somsbewust en onbewustvasthoudtaan de dingen die je gewoon bent.
  9. 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.
  10. Erwordendaarleuke schema’s rondgemaakt die goedalsleidraadkunnendienen/ maar onthoudtdat je breakpoint eigenlijk best door je content zelfwordenbepaald, vanaf het punt dat je design wordtgebroken.
  11. The world famous UX designer Bruce Lee once said…
  12. 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.
  13. Als je erechtietswil over leren, dankom je met dezeboeken al eenheeeleind.
  14. 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!