SlideShare uma empresa Scribd logo
1 de 57
Baixar para ler offline
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
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.”
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
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
© 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…

Mais conteúdo relacionado

Mais procurados

Automated testing DrupalCamp in Asheville
Automated testing DrupalCamp in AshevilleAutomated testing DrupalCamp in Asheville
Automated testing DrupalCamp in Asheville
Promet Source
 
Sand camp beginner drupal development
Sand camp beginner drupal developmentSand camp beginner drupal development
Sand camp beginner drupal development
meghsweet
 

Mais procurados (20)

QCon London 2010: Journey of a start-up
QCon London 2010: Journey of a start-upQCon London 2010: Journey of a start-up
QCon London 2010: Journey of a start-up
 
Measuring Web Performance (HighEdWeb FL Edition)
Measuring Web Performance (HighEdWeb FL Edition)Measuring Web Performance (HighEdWeb FL Edition)
Measuring Web Performance (HighEdWeb FL Edition)
 
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 ...
 
10 Web Performance Lessons For the 21st Century
10 Web Performance Lessons For the  21st Century10 Web Performance Lessons For the  21st Century
10 Web Performance Lessons For the 21st Century
 
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
 
Being Buck Woody - PASS Summit 2014 Edition
Being Buck Woody - PASS Summit 2014 EditionBeing Buck Woody - PASS Summit 2014 Edition
Being Buck Woody - PASS Summit 2014 Edition
 
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
 
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
 
Automated testing DrupalCamp in Asheville
Automated testing DrupalCamp in AshevilleAutomated testing DrupalCamp in Asheville
Automated testing DrupalCamp in Asheville
 
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
 
Web Performance & You - HighEdWeb Arkansas Version
Web Performance & You - HighEdWeb Arkansas VersionWeb Performance & You - HighEdWeb Arkansas Version
Web Performance & You - HighEdWeb Arkansas Version
 
Get responsive in 30 minutes (WordCamp Sofia)
Get responsive in 30 minutes (WordCamp Sofia)Get responsive in 30 minutes (WordCamp Sofia)
Get responsive in 30 minutes (WordCamp Sofia)
 
PAC 2019 virtual Mark Tomlinson
PAC 2019 virtual Mark TomlinsonPAC 2019 virtual Mark Tomlinson
PAC 2019 virtual Mark Tomlinson
 
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
 
How My Website Learned to Stop Worrying and Love the Cloud
How My Website Learned to Stop Worrying and Love the CloudHow My Website Learned to Stop Worrying and Love the Cloud
How My Website Learned to Stop Worrying and Love the Cloud
 
Getting agile with drupal
Getting agile with drupalGetting agile with drupal
Getting agile with drupal
 
Treeshaking your CSS
Treeshaking your CSSTreeshaking your CSS
Treeshaking your CSS
 
Child Theme Frameworks
Child Theme FrameworksChild Theme Frameworks
Child Theme Frameworks
 
Creating change from within - DevReach 2012
Creating change from within - DevReach 2012Creating change from within - DevReach 2012
Creating change from within - DevReach 2012
 
Sand camp beginner drupal development
Sand camp beginner drupal developmentSand camp beginner drupal development
Sand camp beginner drupal development
 

Destaque (7)

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

Semelhante a Monkeytalk Fall 2012 - Responsive Web Design

EXPERTALKS: Sep 2013 - Responsive Web Design
EXPERTALKS: Sep 2013 - Responsive Web DesignEXPERTALKS: Sep 2013 - Responsive Web Design
EXPERTALKS: Sep 2013 - Responsive Web Design
EXPERTALKS
 
Responsivedesign 7-3-2012
Responsivedesign 7-3-2012Responsivedesign 7-3-2012
Responsivedesign 7-3-2012
Thomas Carney
 

Semelhante a Monkeytalk Fall 2012 - Responsive Web Design (20)

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...
 
Mobile Best Practices
Mobile Best PracticesMobile Best Practices
Mobile Best Practices
 
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
 
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"
 
EXPERTALKS: Sep 2013 - Responsive Web Design
EXPERTALKS: Sep 2013 - Responsive Web DesignEXPERTALKS: Sep 2013 - Responsive Web Design
EXPERTALKS: Sep 2013 - 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
 
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
 
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
 
Finding harmony in web development
Finding harmony in web developmentFinding harmony in web development
Finding harmony in web development
 
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
 
Responsivedesign 7-3-2012
Responsivedesign 7-3-2012Responsivedesign 7-3-2012
Responsivedesign 7-3-2012
 
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
 
StripeCon 2019 talk - Serverless and Silverstripe
StripeCon 2019 talk - Serverless and SilverstripeStripeCon 2019 talk - Serverless and Silverstripe
StripeCon 2019 talk - Serverless and Silverstripe
 
performance.ppt
performance.pptperformance.ppt
performance.ppt
 
Rapid and Responsive - UX to Prototype with Bootstrap
Rapid and Responsive - UX to Prototype with BootstrapRapid and Responsive - UX to Prototype with Bootstrap
Rapid and Responsive - UX to Prototype with Bootstrap
 
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...
 
Design
DesignDesign
Design
 
Cvcc performance tuning
Cvcc performance tuningCvcc performance tuning
Cvcc performance tuning
 
Using Responsive Web Design To Make Your Web Work Everywhere
Using Responsive Web Design To Make Your Web Work Everywhere Using Responsive Web Design To Make Your Web Work Everywhere
Using Responsive Web Design To Make Your Web Work Everywhere
 
Best Practices for WordPress in Enterprise
Best Practices for WordPress in EnterpriseBest Practices for WordPress in Enterprise
Best Practices for WordPress in Enterprise
 

Último

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Último (20)

A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 

Monkeytalk Fall 2012 - Responsive Web Design

Notas do Editor

  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!