Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Designing with the Web
Steve Smith
PRO
April 13, 2013
Design
28
1k
Designing with the Web
A heretical guide to creating native software.
Steve Smith
PRO
April 13, 2013
Tweet
Share
More Decks by Steve Smith
See All by Steve Smith
Git Better
orderedlist
PRO
18
920
Producing Creativity
orderedlist
PRO
335
38k
Collaborating on Vision
orderedlist
PRO
8
520
Designing with GitHub
orderedlist
PRO
57
3.5k
Design Everything
orderedlist
PRO
25
1.1k
Designing Windowed Web Applications
orderedlist
PRO
13
1.2k
Introduction to Speakerdeck
orderedlist
PRO
9
310k
Real World Data Modeling with Mongo
orderedlist
PRO
8
690
Other Decks in Design
See All in Design
家族アルバム みてねの企画からリリースまでとデザインの意図
naoyawatanabe
2
21k
「文脈を理解する」ということについて 考えてみる
yutaromurakami
0
180
自分の不安を受け入れるこころのデザイン
ryuuuuukun
0
670
デジタルプロダクトデザイナーしくじりあるある 〜失敗を糧にデザイナーとして2ランクアップ!〜
mobilitytechnologies
2
670
MIXI スポーツ領域とライフスタイル領域のデザイン
mixil
0
480
Tu fais du Web et tu ne connais pas les Layout Shifts ?! Nan mais...
goetter
2
200
Comic Excerpt
torije
1
450
モデルとダイアグラムの活用の本質
akiramotomura
0
400
Maroon Storyboards
sarahvanderark
0
110
Grub
rottentwinkies
1
360
DMMオンラインサロン UI・UXデザイナー採用資料/ for-UI・UX-designers
onlinesalon
0
130
A Walk in the Suburbs
sabina415
0
170
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
689
180k
Testing 201, or: Great Expectations
jmmastey
25
5.7k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
10
1.3k
How New CSS Is Changing Everything About Graphic Design on the Web
jensimmons
214
12k
Robots, Beer and Maslow
schacon
154
7.3k
Writing Fast Ruby
sferik
613
58k
Code Reviewing Like a Champion
maltzj
508
38k
BBQ
matthewcrist
75
8.1k
Designing with Data
zakiwarfel
91
4.2k
VelocityConf: Rendering Performance Case Studies
addyosmani
317
22k
Designing on Purpose - Digital PM Summit 2013
jponch
108
5.9k
The Web Native Designer (August 2011)
paulrobertlloyd
76
2.2k
Transcript
Designing with the Web A heretical guide to creating native
soware. Steve Smith • @orderedlist
Hello, I’m @orderedlist
This is NOT about... Designing in the browser WebViews Language
wars
This IS about... Designing more than just visuals Try it
before you buy it An easier transition to development
HTML & CSS A Brief Demo A peek under the
kimono...
Using HTML & CSS to mockup native applications
HTML & CSS Real Talk: Just use Webkit
HTML & CSS background-color border box-shadow linear-gradient border-radius outline
HTML & CSS NOPE. background-color border box-shadow linear-gradient border-radius outline
HTML & CSS Avoid drawing with CSS
HTML & CSS Use rendered images you can use in
your real application
HTML & CSS
HTML & CSS background-image
HTML & CSS border-image
HTML & CSS .button { -webkit-border-image: url(image.png) 1 10 repeat
repeat; border-width:1px 10px; }
HTML & CSS .button { -webkit-border-image: url(image.png) 1 10 repeat
repeat; border-width:1px 10px; }
HTML & CSS <a href="#" class="button"> View on GitHub </a>
HTML & CSS But what about Retina?
HTML & CSS -webkit-image-set
HTML & CSS -webkit-image-set( url(button.png) 1x, url(
[email protected]
) 2x )
HTML & CSS HTML & CSS buon.png bu
[email protected]
HTML & CSS The browser decides which image to use.
HTML & CSS Use -webkit-image-set anywhere you’d use a url
HTML & CSS The benefits of CSS?
HTML & CSS CSS encourages reuse of visual styles.
HTML & CSS CSS is really fast to write.
HTML & CSS CSS can use your final image assets
to create mockups.
HTML & CSS So what’s the big deal? Back to
the demo...
Using JavaScript to mockup native applications
JavaScript Start with jQuery, jQuery UI
JavaScript Next, pick a JS framework
JavaScript I happen to use SpineJS hp://spinejs.com
JavaScript Things it should include... Fast to run, fast to
write Browser local storage-backed models HTML5 history based routing
JavaScript Why is this beer than just a picture of
soware?
JavaScript Design the complete workflow
JavaScript See your design with real data
JavaScript Design animations, loaders, and transitions
JavaScript Evaluate a design in context
JavaScript It removes questions for the developer
JavaScript It hints at complication early in the process
JavaScript Once more, to the demo... So how do I
show this off?
How to deploy your mockup as a web application
Deployment Create a Rails app
Deployment Authentication with oAuth
Deployment Push the app to Heroku
Deployment Push the app to Heroku
Deployment hp://mockup.domain.com/feature/section/id
Deployment Push the code to GitHub
Deployment Send changes in Pull Requests
Start slowly, and build your mockup over time
It doesn’t demand perfection
It’s still just a mockup
It’s a ground for experimentation
Thank you! Steve Smith • @orderedlist
None