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
Don't Forget the Little (?)
Search
Milton Jackson
November 15, 2013
Design
0
73
Don't Forget the Little (?)
An introduction to responsive design. A talk presented at the Start Up Institute in NYC.
Milton Jackson
November 15, 2013
Tweet
Share
More Decks by Milton Jackson
See All by Milton Jackson
Our Websites Suck Because...
iammilton
0
150
Developing the Euros
iammilton
0
170
Other Decks in Design
See All in Design
ChatGPT、Gemini、Claude は、なぜ似たようなUIを採用しているのか?
fuwarisprit
2
1.2k
アプリ360onWeb使い方と裏ワザ?紹介!
ikejun360
0
270
Yumika Yamada Portfolio
yumii
0
1.4k
プロジェクト内でデザイナーができること 日経電子版アプリ機能開発「For You」#nikkei_tech_talk
nikkei_engineer_recruiting
8
4.5k
Bulletproof Design System with TypeScript
takanorip
7
4k
「キャリア」のプロダクトをつくる私の「キャリア」への向き合い方 / JAM de NIGHT DESIGN SESSION Vol3
visional_engineering_and_design
1
200
サービスデザインにおける、 映像活用の可能性(Spectrum Tokyo Meetup #18)
ka71
0
160
デザインの意思決定を加速するワークショップ設計 / Workshop design to accelerate design decision-making
lycorptech_jp
PRO
0
450
8_8_リサーチカンファレンスプレイベント.pdf
muture
PRO
2
340
Them Middle School Kids Pitch
stevie_vee
0
140
佐藤千晶|ポートフォリオ
chimi_chia
0
120
デザイナーのAI活用とチームへの浸透戦略
ukaoli
0
110
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The Art of Programming - Codeland 2020
erikaheidi
56
13k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
How to Ace a Technical Interview
jacobian
279
23k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Being A Developer After 40
akosma
90
590k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Designing Experiences People Love
moore
142
24k
RailsConf 2023
tenderlove
30
1.2k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Transcript
Don’t Forget The Little (?) Developing Responsive Websites and Web
Applications Milton Jackson @iammilton
Introduction The Worldwide Leader Side Gig Dude! UX • Design
• Front End Development UX’er • Designer • Front Ender Web Application Developer HR Guy • Cash Stalker
Be Prepared! But I have to deal with this too!
Why? Consumption Trending Down
Why? The Elephant is still in the room
Why? Cash is King! $
Responsibly Responsive
Remember Your Audience
So Brilliant!
Set Realistic Expectations (1) Just because it looks good, doesn’t
mean it’s not sour!
Doubly Wonderful: 2 concepts for a successful responsive designs (2)
CMS • Best Available Screen
Our Process All roads lead to… 3 development strategies (3)
Single Code Base • Dual Code Base • Server Side
Single Code Base The Biggest Loser Winner @media all and
(max-width:500px){ }
Dual Code Base Good Luck!
Server Side https:/ /github.com/serbanghita/Mobile-Detect Control! <? if($isMobile){ // do this
} ?>
(4) You Are Not Alone Adobe Shadow Aptus CSS Tricks
Twitter Bootstrap Framework (etc)
I’ll shut up now! Let’s work!