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
Trent Walton: Break Everything
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
New Adventures
January 26, 2012
Design
4.5k
11
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Trent Walton: Break Everything
New Adventures, 19th January 2012
New Adventures
January 26, 2012
More Decks by New Adventures
See All by New Adventures
Denise Jacobs: Your Brain on Creativity
naconf
2
590
Dan Mall: Designish
naconf
11
2k
Robbie Manson: The Mindful Designer
naconf
11
2.8k
Frank Chimero: It Moves
naconf
11
3.3k
Travis Schmeisser: We Used To Build Forts
naconf
2
940
Naomi Atkinson: Going Beyond
naconf
3
1.7k
Dan Rubin: The New Language of Web Design
naconf
3
1k
Mark Boulton: A New Canon
naconf
1
4.9k
Jon Tan: Language and the Lizard Brain
naconf
2
1.3k
Other Decks in Design
See All in Design
AI時代、デザイナーの価値はどこに?
tararira
2
1.7k
再設計される業務 - AIにより再設計される "デザインワークフロー" / AI Ops Lab #2 Redesigned orkflows
kgsi
0
780
デザイナーとエンジニアで 同じ山に登ろう
moco1013
0
280
「使いやすさ」だけでは、「勝てる」サービスにはならない。〜KPIとUXの分断を埋める、サービス戦略という「指針」〜
nbkouhou
2
490
Saving_the_King_-_Storyboard.pdf
terencebasart
0
170
デザイナーが主導権を握る、AI協業の本音と実践
satosio
7
3.4k
空間アプリ開発のフィードバックをCodexにするための抽象的なデザインツールの模索
karad
0
160
セブンデックス プロジェクト事例 / innovation Scenes
sevendex
1
1.4k
20260309_3月ICTデザイン勉強会_地域創生2.0
a2k
0
150
AIスライドデザインを生成する仕組みを社内共有する
kenichiota0711
7
5.7k
Build for the Web, Build on the Web, Build With the Web
csswizardry
0
490
デザインコンテキストのバトンをつなぐ—AI時代のプロダクトマネジメント
kumanoayumi
6
1.2k
Featured
See All Featured
Facilitating Awesome Meetings
lara
57
7k
The Curse of the Amulet
leimatthew05
2
13k
Google's AI Overviews - The New Search
badams
0
1.1k
Are puppies a ranking factor?
jonoalderson
1
3.7k
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2.1k
Building Flexible Design Systems
yeseniaperezcruz
330
40k
Become a Pro
speakerdeck
PRO
31
6k
HDC tutorial
michielstock
2
750
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
400
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
220
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
220
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
750
Transcript
Break Everything @TrentWalton New Adventures 2012
A little about myself... Howdy!
None
I work with 2 of my best friends in Texas.
Dave Rupert
Reagan Ray
My wife had to put me on a font allowance.
I think about food all the time.
None
None
None
None
None
None
None
None
How did they approach their work?
None
None
None
None
None
None
None
These guys broke things like their lives depended on it.
None
I believe we should do the same.
Why break things?
So that we know limitations 1
None
motorcyclemuseum.org
motorcyclemuseum.org
So that we can develop an understanding 2
http://patft.uspto.gov
None
None
So that we can make things better 3
None
motorcyclemuseum.org
motorcyclemuseum.org
Blessed are those who break.
Know1 Limitations
Develop an Understanding 2
Make things 3 Better
Breaking Limitations 1 ...or How far can we push web
type?
As web typography improves, web designers want the same level
of control print designers have.
But what does that mean?
I want to use all these...
Not just these.
And put all this...
Into this.
So how did I get started? Pushing CSS(3) as far
as I could
None
None
None
None
None
None
<div class="itried">I tried to...</div> <div class="css">CSS Three</div> <span class="line-left"></span> <div
class="itworked">& it worked</div> <span class="line-right"></span> <div class="hoo">hooray!</div> For shame.
Break rules for the sake of progress.
None
None
Testing the limitations of IE9 Platform Preview
None
None
None
Injects <spans> around letters, words, or lines
For example...
Gets you this. <h1 id="txt_onward"> <span class="char1">O</span> <span class="char2">n</span> <span
class="char3">w</span> <span class="char4">a</span> <span class="char5">r</span> <span class="char6">d</span> <span class="char7"></span> <span class="char8">&</span> <span class="char9"></span> <span class="char10">U</span> <span class="char11">p</span> </h1>
None
None
None
None
None
None
None
None
Breaking takes gumption.
None
This isn’t ideal. <h1 id="txt_onward"> <span class="char1">O</span> <span class="char2">n</span> <span
class="char3">w</span> <span class="char4">a</span> <span class="char5">r</span> <span class="char6">d</span> <span class="char7"></span> <span class="char8">&</span> <span class="char9"></span> <span class="char10">U</span> <span class="char11">p</span> </h1>
But imagine this h1::nth-letter(4); or h1::nth-char(4); targeting the 4th letter
within an <h1> tag h1::nth-word(3); targeting the 3rd word within an <h1> tag
None
What would the web look like if no one ventured
out of bounds?
None
None
None
None
None
None
None
None
None
What limitations will you break? The web is ripe for
expansion.
Typecast App
Wood Type Revival
Animatable
Gimme Bar
The Manual
Break things to develop an understanding. 2
None
None
None
None
None
Not always fun, but necessary
None
None
Responsive Web Design
Responsive Web Design isn’t bolt-on.
I’ve always seen the web in pixels
Complete Control at 3200%
ARCHY IER H
What is this dark magic?!
The only way to understand RWD was to get my
hands dirty.
We’d like a responsive video site for the new dolectures.co.uk.
Jon Heslop January 2011
None
To think about the web responsively is to think in
proportions, not pixels.
None
None
Hierarchy can be maintained.
A New Kind of Control
Use flexible grids, fluid images, and media queries to build
not a page, but a network of content that can be rearranged at any screen size to best convey a message.
Break things to make them better. ...or Responsivizing My Broke-Ass
Blog 3
I wanted to make my blog responsive.
Every.
Single.
Post.
But I couldn’t see from point A to B.
• Flexible Grids • Fluid Images • Media Queries
None
Can fine control of web type coexist with RWD?
Dave Rupert solves all my problems with javascript!
None
None
None
Teamwork makes dreams work!
The web community is our greatest asset. Camaraderie is everything.
“It’s fun to talk about design and to work on
my career, but that’s not going to last… the relationships in my life are where I really want to make the biggest impact.” Phil Coffman November 2011—The Great Discontent
None
None
None
None
None
None
None
None
None
None
None
None
None
Thanks! trentwalton.com @TrentWalton