SlideShare a Scribd company logo
Wilfred Nas - front end developer / @wnas / wnas.nl

1 / 83
What has
responsive
web design
done for us,
so far…
It creates big
pages
With loads of css
and javascript
All to solve self
inflicted
problems
Let’s just pick
one
Images
What kind of image to serve
Retina or non
retina
And how to
serve it
The <img> tag
doesn't cut it
In comes
<picture>
(again)
Devices
To what kind of device
Mobile
Tablet
Phablet
TV’s
Consoles
Fridges
Desktop
Desknot
Touch
Touch is mobile
Or is touch
desktop?
Or no touch
Size matters…
320
480
800
440
768
1024
1280
632
1920
2560
240
The web is text…
So why do we do
pixels?
Use font sizes
instead…
What has responsive web design done for us, so far.
Media queries to
the rescue
Even for tables
Data tables,
that is
Or do we use
javascript for
those?
Or not?
Breakpoints?
We don’t need
breakpoints…
“It's what happens
between the
breakpoints that
matters the most”
–Wilfred Nas
Tweakpoints
Haypoint
But
But
The web IS
responsive
At least
Before we
developers and
designer killed it
(as a developer I would love to put the sole blame on
designers, but we have to take some of the blame)
Designers
Design schools
still don't teach
anything but
print design
Photoshop is
NOT a design
tool
it's for sketching
You should
design in the
browser
and most importantly
present in the
browser
Or better yet,
present on
different
browsers
And different
devices
And different
browsers on
those devices
What has responsive web design done for us, so far.
Developers
Test and develop
on multiple
devices
And browsers of
course
But you already did that, right?
Don't just resize
your screen
Get those
screens filthy
Use tools like
ghost lab
Really test on
multiple devices
Use standards
Start with the
information
Never the
presentation
Mobile first lets
you focus
Never listen to marketeers,

ever
That gets us only more carousels
Only listen to

users
Speed is the
only thing that
matters
Thank you for
listening to my
rant
Wilfred Nas - front end developer / @wnas / wnas.nl

More Related Content

PPT
9 basic principles of responsive web design
KEY
Html5 intro
ZIP
front end workshop v3
KEY
Fronteers iprofs
KEY
Bestpractices nl
PPT
Javascript is evil - fronteers 2013 jam sessions
KEY
Html5 nl
PDF
CSS naming | ceci n'est pas un pipe
9 basic principles of responsive web design
Html5 intro
front end workshop v3
Fronteers iprofs
Bestpractices nl
Javascript is evil - fronteers 2013 jam sessions
Html5 nl
CSS naming | ceci n'est pas un pipe

Similar to What has responsive web design done for us, so far. (20)

PDF
Embracing Uncertainty: Learning to Think Responsively
PDF
Responsive Web Design
PPTX
Responsive design and retina displays
KEY
Responsive Design & Mobile First
PDF
Building a game engine with jQuery
KEY
The future of BYU web design
PPSX
Responsive web design
PDF
Responsive design lunch and learn
PDF
Responsive Web Design
PDF
16 Things Designers wish Developers 'got' (in no particular order)
PDF
Bringing Environmental Design to the Web
PPTX
Responsive Web Design - Web & PHP Conference - 2013-09-18
PPTX
Node.js for .net developers
PPTX
Vietnam mobile day 2012 html5 game using impact js - aiti-aptech
PPTX
Develop Game HTML5 for mobile by ImpactJS Engine
PDF
Advanced Design Methods 1, Day 1
PDF
MIMA 2014 - Changing your Responsive Design Workflow
PPT
The Architect's Two Hats
PDF
Introduction to Web Design
PPTX
Responsive Web Design
Embracing Uncertainty: Learning to Think Responsively
Responsive Web Design
Responsive design and retina displays
Responsive Design & Mobile First
Building a game engine with jQuery
The future of BYU web design
Responsive web design
Responsive design lunch and learn
Responsive Web Design
16 Things Designers wish Developers 'got' (in no particular order)
Bringing Environmental Design to the Web
Responsive Web Design - Web & PHP Conference - 2013-09-18
Node.js for .net developers
Vietnam mobile day 2012 html5 game using impact js - aiti-aptech
Develop Game HTML5 for mobile by ImpactJS Engine
Advanced Design Methods 1, Day 1
MIMA 2014 - Changing your Responsive Design Workflow
The Architect's Two Hats
Introduction to Web Design
Responsive Web Design
Ad

Recently uploaded (20)

PDF
Approach and Philosophy of On baking technology
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Empathic Computing: Creating Shared Understanding
PDF
Electronic commerce courselecture one. Pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Approach and Philosophy of On baking technology
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
20250228 LYD VKU AI Blended-Learning.pptx
Encapsulation_ Review paper, used for researhc scholars
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Encapsulation theory and applications.pdf
Machine learning based COVID-19 study performance prediction
NewMind AI Weekly Chronicles - August'25 Week I
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
The AUB Centre for AI in Media Proposal.docx
sap open course for s4hana steps from ECC to s4
Unlocking AI with Model Context Protocol (MCP)
Big Data Technologies - Introduction.pptx
Programs and apps: productivity, graphics, security and other tools
Reach Out and Touch Someone: Haptics and Empathic Computing
MIND Revenue Release Quarter 2 2025 Press Release
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Empathic Computing: Creating Shared Understanding
Electronic commerce courselecture one. Pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Ad

What has responsive web design done for us, so far.