Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Responsive Web Design Recap
Search
14islands
October 01, 2015
Design
8
1.4k
Responsive Web Design Recap
Responsive Web Design has been around for a while. How about a recap?
14islands
October 01, 2015
Tweet
Share
More Decks by 14islands
See All by 14islands
Construindo interfaces interativas com React
14islands
0
83
Sneaky Santa
14islands
0
56
Innovation & Prototyping
14islands
0
180
Google Santa Tracker: Present Bounce
14islands
0
250
Lessons learned using WordPress as a CMS
14islands
2
960
The good, the bad and the ugly with responsive web design
14islands
4
1.9k
Faster Responsive Websites
14islands
2
340
Performance as design: doing responsive responsibly
14islands
32
8.1k
Other Decks in Design
See All in Design
大きな変化の中で、わたしが向き合ったこと #もがく中堅デザイナー
bengo4com
1
1.4k
ユーザー像を「みてね」らしく可視化する 家族アルバムみてねUXリサーチチームの取り組み
mixi_design
PRO
3
330
Installing and Running decksh/pdfdeck
ajstarks
1
880
越境するデザイン人材:デザイナーが社会資本となる世界へ
goodpatch
1
310
デザインの意思決定を加速するワークショップ設計 / Workshop design to accelerate design decision-making
lycorptech_jp
PRO
0
550
アクセシビリティに取り組むメリット
magi1125
2
280
Meet, Learn, Grow × AI ― コミュニティで加速するスキル循環 「コミュニティと関わり方」
tame
0
310
AI時代に問われる、リサーチの感受性──地域⇄大企業の現場から見えた「違和感」との向き合い方
muture
PRO
0
190
デザイナーがはばたく未来の入り口『hatch』が描く、新しいデザイナー育成のカタチ
goodpatch
3
2.5k
1年目デザイナーが実践する、チーム貢献のための2つのアプローチ
kinomidesign
0
130
ユーザー体験は細部に宿る -ウィジェットQAの挑戦と気づき- / UX is in the details: Challenges and Learnings from Widget QA
bitkey
PRO
0
120
decksh object reference
ajstarks
2
1.4k
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
GraphQLとの向き合い方2022年版
quramy
49
14k
How to Think Like a Performance Engineer
csswizardry
28
2.3k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
320
Faster Mobile Websites
deanohume
310
31k
Building Adaptive Systems
keathley
44
2.8k
What's in a price? How to price your products and services
michaelherold
246
12k
Code Review Best Practice
trishagee
72
19k
The World Runs on Bad Software
bkeepers
PRO
72
12k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Transcript
None
RESPONSIVE WEB DESIGN RECAP
WHAT
None
None
None
Design and development should respond to the user’s behavior and
environment based on screen size, platform and orientation.
WHY
There are more devices connected than people in the world
today. http://www.bizjournals.com/prnewswire/press_releases/2014/10/06/NY30877
http://blogs.worldbank.org/africacan/more-cell-phones-than-toilets More people have access to mobile than to running
water and toothbrushes.
Get your content ready to go anywhere because it’s going
to go everywhere. - http://bradfrost.com/blog/web/for-a-future-friendly-web/
IT’S ABOUT CONTENT-FIRST
http://commons.wikimedia.org/wiki/File:Content_is_like_water.png
IT’S ABOUT BEING FUTURE FRIENDLY
https://www.flickr.com/photos/brad_frost/7387824246/in/set-72157630163121422
IT’S ABOUT CONSISTENCY
http://opensignal.com/reports/fragmentation.php (2012)
None
SO WHAT CAN WE DO?
DO NOTHING OPTION 1
None
None
None
None
BUILD AN APP OPTION 2
http://xkcd.com/1174/
http://appvswebsite.com/
DO BOTH (IF YOU CAN)
BUILD A SEPARATE MOBILE SITE OPTION 3
None
None
None
GO RESPONSIVE OPTION 4
HOW
4 GIFS TO WARM UP http://blog.froont.com/9-basic-principles-of-responsive-web-design/
None
None
None
None
3 STEPS RECIPE
1. FLUID WIDTH 2. FLEXIBLE MEDIA 3. MEDIA QUERIES
ADAPTIVE VS FLUID EXAMPLE
MAKING IT FLUID TARGET / CONTEXT = RESULT
None
300px
300px 940px
300px 940px 300/940 = 0.319148936
300px 940px 300/940 = 0.319148936 31.9148936%
1. FLUID WIDTH 2. FLEXIBLE MEDIA 3. MEDIA QUERIES
LET MEDIA TAKE MORE AVAILABLE SPACE
1. FLUID WIDTH 2. FLEXIBLE MEDIA 3. MEDIA QUERIES
Print Monochrome Width Height Aspect Ratio Orientation And more…
Print Monochrome Width Height Aspect Ratio Orientation And more… @media
(min-width: 600px) { <something awesome here> }
LOAD ME NOT YET NOT YET
LOAD ME NOT YET NOT YET
LOAD ME NOT YET NOT YET
LOAD ME LOAD ME LOAD ME
Know your Breakpoints
Breakpoints. Break. Points. Points at which things break in your
design. http://www.markboulton.co.uk/journal/theinbetween “
Start small.
Increase the width.
Identify problems.
Add a breakpoint and fix it.
Keep going!
The importance of MOBILE FIRST
None
None
None
IGNORING MOBILE FIRST WILL PROBABLY BITE YOU LATER
ITS OK TO DESIGN IT IN THE BROWSER
UX Design Code
The web’s greatest strength, is often seen as a limitation,
as a defect. http://alistapart.com/article/dao
It is the nature of the web to be flexible.
http://alistapart.com/article/dao
It should be our role as designers and developers to
embrace this flexibility, and produce pages which, by being flexible, are accessible to all. http://alistapart.com/article/dao
The journey begins by letting go of control, and becoming
flexible. http://alistapart.com/article/dao
None