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
Was nicht passt wird responsive gemacht - confe...
Search
Christoph Reinartz
October 10, 2014
Technology
0
69
Was nicht passt wird responsive gemacht - conference edition
the slides from my responsive presentation at code.talks 2014 in hamburg
Christoph Reinartz
October 10, 2014
Tweet
Share
More Decks by Christoph Reinartz
See All by Christoph Reinartz
Lessons learned from running a Design System or How to escape a filter bubble
creinartz
1
370
From Engineering to Product - A True Story
creinartz
0
460
Design Systems Engineering - Scaling User Interfaces @trivago
creinartz
1
660
Design Systems Engineering - Scaling User Interfaces @trivago
creinartz
1
320
Rebuilding an aircraft on the fly
creinartz
2
910
Rebuilding an aircraft on the fly
creinartz
0
230
Rebuilding an aircraft on the fly
creinartz
1
220
Large Scale CSS Refactoring
creinartz
3
840
Large Scale CSS Refactoring
creinartz
0
940
Other Decks in Technology
See All in Technology
成立するElixirの再束縛(再代入)可という選択
kubell_hr
0
940
Microsoft Build 2025 技術/製品動向 for Microsoft Startup Tech Community
torumakabe
1
200
Amazon ECS & AWS Fargate 運用アーキテクチャ2025 / Amazon ECS and AWS Fargate Ops Architecture 2025
iselegant
16
4.6k
登壇ネタの見つけ方 / How to find talk topics
pinkumohikan
3
290
~宇宙最速~2025年AWS Summit レポート
satodesu
1
1.4k
初めてのAzure FunctionsをClaude Codeで作ってみた / My first Azure Functions using Claude Code
hideakiaoyagi
1
180
[TechNight #90-1] 本当に使える?ZDMの新機能を実践検証してみた
oracle4engineer
PRO
3
140
監視のこれまでとこれから/sakura monitoring seminar 2025
fujiwara3
10
2.9k
Snowflake Summit 2025 データエンジニアリング関連新機能紹介 / Snowflake Summit 2025 What's New about Data Engineering
tiltmax3
0
230
Amazon S3標準/ S3 Tables/S3 Express One Zoneを使ったログ分析
shigeruoda
2
390
Amplifyとゼロからはじめた AIコーディング 成果と展望
mkdev10
1
360
原則から考える保守しやすいComposable関数設計
moriatsushi
3
500
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
GraphQLとの向き合い方2022年版
quramy
46
14k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Practical Orchestrator
shlominoach
188
11k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Raft: Consensus for Rubyists
vanstee
140
7k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Producing Creativity
orderedlist
PRO
346
40k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Transcript
Christoph Reinartz CONFERENCE EDITION
@pistenprinz
Die Ausgangslage (c) Senator Film Verleih
https://www.flickr.com/photos/glenscott/509720363
https://www.flickr.com/photos/lukew/10430507184/
Abweichung von Ideal Parametern
None
Mobiler traffic
Mobiler „clickout“ share
Der klassische Ansatz • 2 Webseiten • Desktop-Seite • speziell
auf mobile Geräte angepasste mobile Seite • Redirect auf m. * je nach User-Agent
Die mobile Site...
Die mobile Site...
None
Bullshit
Bullshit Bullshit Bullshit Bullshit Bullshit
Bullshit Bullshit Bullshit Bullshit Bullshit Kein Bullshit
https://www.flickr.com/photos/janitors/10081142374
https://www.flickr.com/photos/scaar/8473324580
https://www.flickr.com/photos/shebalso/12341492965
Der responsive Ansatz Eine Webseite, die sich automatisch dem Device
(Screen-Größe) anpasst
Beispiel: The Boston Globe • Full „fluid“ responsive • fluid
innerhalb der Breakpoints • funktioniert gut bei textlastigen Seiten http://upstatement.com/blog/2012/01/how-to-approach-a-responsive-design/
None
Beispiel: trivago • Sprungstufen-basiertes Layout • adaptives Layout • innerhalb
der Breakpoints fixe Darstellung • ohne kompletten Relaunch möglich
Desktop, iMac, Laptop
Landscape Tablet, Netbook
IPad, Tablets
Filterleiste einblendbar
Smartphone
Eine Definition Responsive web design isn’t your site working on
phones and tablets. It’s about your site working everywhere. https://twitter.com/ScottKellum
Ich würde sagen dat passt! (c) Senator Film Verleih
None
None
None
None
Alter Kontext MODERNER BROWSER FOKUSIERT STATIONÄR BEQUEM SCHNELLE VERBINDUNG SCHNELLE
CPU EFFIZIENTE EINGABE
960 https://www.flickr.com/photos/tomwachtel/14015354802
2007 https://www.flickr.com/photos/dahlstroms/6750733205
http://maddesigns.de/responsive-workflow/#11
Android Fragmentation http://bradfrostweb.com/blog/web/responsive-web-design-missing-the-point/
None
https://www.flickr.com/photos/adactio/5818096043
None
Zutaten nach dem Rezept von Ethan Marcotte ! •
Relative Maße • Ein flexibles gridbasiertes Layout • Flexible Images und Medien • Media Queries
EMs nutzen • skalierbare Einheit • 1em = aktuelle Fontgröße
• 2em = doppelte Fontgröße body {font-size: 100%} body {font-size: 150%} font-size: 12px Textbeispiel Textbeispiel font-size: 1em Textbeispiel Textbeispiel
None
Sieh das mal relativ! ! ! target / context =
result Erstellung relativer Maße: Fonts / Grids
Flexible Grids / Maße 960px 200px target / context =
result (200 / 960) * 100 = 20,83%
Flexible / fluid media Fluid Images: max-width http://clagnut.com/sandbox/imagetest/ img, embed,
object, video { max-width: 100%; }
Flexible / fluid media
Flexible / fluid media
Flexible / fluid media
Media Types CSS 2.1 Media Types ! <link rel="stylesheet" type="text/css"
href="core.css" media="screen" /> ! <link rel="stylesheet" type="text/css" href="print.css" media="print" />
Media Queries CSS3 Nicht nur Device Typen sondern Devicegerätetypische Eigenschaften
abfragen ! <link rel="stylesheet" type="text/css" href="style.css" media="screen and (device-width: 480px)" />
Media Queries Mehrere Eigenschaften in einer Query ! @media screen
and (max-device-width: 480px) and (resolution: 192dpi) { .column { float: none; } }
Viewport https://www.flickr.com/photos/mendhak/2252824493
Viewport-Metatag <meta content="width=device-width, initial-scale=1.0" name="viewport" /> Mit Viewport-Metatag viewport-width =
device-width ! Ohne Viewport-Metatag Default-Canvas ~980px http://bkaprt.com/rwd/29
Klassischer Workflow http://blog.meltmedia.com/2013/04/a-clients-prep-guide-for-a- responsive-project/
Responsive Workflow http://blog.meltmedia.com/2013/04/a-clients-prep-guide-for-a- responsive-project/
59 https://www.flickr.com/photos/the-magic-tuba-pixie/5806342006 Prototype
Prototype A Prototype is worth a thousand meetings
Aus der Praxis (c) Senator Film Verleih
A/B Testing https://www.flickr.com/photos/esparta/4482887906
Der User schlägt zurück
Der User schlägt zurück Nicht mit uns !
Der User schlägt zurück https://www.flickr.com/photos/95284782@N06/8880500036
Jawohl, dat passt! (c) Senator Film Verleih
The Truth… Your visitors don’t give a shit if
your site is responsive. http://bradfrostweb.com/blog/web/responsive-web-design-missing-the-point/
None
None
None
So doch nicht !!
Mobile Strategie You May Be Losing Users If Responsive
Web Design Is Your Only Mobile Strategy http://www.smashingmagazine.com/2014/07/22/responsive-web-design-should-not-be-your-only-mobile-strategy/
Page Sizes 72% of responsive websites deliver the same number
of bytes regardless of screen size, even on slow mobile network connections. http://www.guypo.com/uncategorized/real-world-rwd-performance-take-2/
Den Ferrari nicht schrotten! http://www.mobile-zeitgeist.com/2013/08/07/warum-responsive- webdesign-schrott-ist/
Verbesserungen https://www.flickr.com/photos/91173606@N00/3448611327
Gleiche URL, aber andere Struktur https://www.flickr.com/photos/chrisdlugosz/3402955869
Mobile First Ansatz wählen https://www.flickr.com/photos/pixel_boogie/3451813645
Content First https://www.flickr.com/photos/klara/4236116910
Performance messen / verbessern https://www.flickr.com/photos/aussiegall/286709039
Auf echten Devices testen https://www.flickr.com/photos/hysysk/4042285394
Conditional loading https://www.flickr.com/photos/webethere/8708630443
Responsive Images
Responsible RWD
http://bradfrostweb.com/ blog/post/beyond-squishy- the-principles-of-adaptive- design/ Responsible RWD
Ich habe fertig! !
Danke! Prosit! (c) Senator Film Verleih
Vielen Dank an Senator Film Verleih