Slide 1

Slide 1 text

DesignOps: Removing friction from your front-end development workflow Jessica Allen by

Slide 2

Slide 2 text

Title Text san francisco

Slide 3

Slide 3 text

beep! beep

Slide 4

Slide 4 text

I do like comics

Slide 5

Slide 5 text

Title Text macarons + photodecora

Slide 6

Slide 6 text

kitty cats I’m going to pair with you today. Problem?

Slide 7

Slide 7 text

decora + kitty cats??

Slide 8

Slide 8 text

baby unicorns

Slide 9

Slide 9 text

Get excited and make things!

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

jessconf

Slide 12

Slide 12 text

jessconf for developers named Jessica

Slide 13

Slide 13 text

@jessicard @jlsuttles @jessicag me (in disguise)

Slide 14

Slide 14 text

*not pictured @jessicaspacekat*

Slide 15

Slide 15 text

Engine Yard is a place to host and scale your web apps.

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

Business Time

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

This place is f’reals

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

@ejgreenberg “omg I stayed there!”

Slide 22

Slide 22 text

No content

Slide 23

Slide 23 text

No content

Slide 24

Slide 24 text

No content

Slide 25

Slide 25 text

No content

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

No content

Slide 28

Slide 28 text

No content

Slide 29

Slide 29 text

No content

Slide 30

Slide 30 text

why is this so hard?!

Slide 31

Slide 31 text

there are... ways to make it better

Slide 32

Slide 32 text

keeping it real

Slide 33

Slide 33 text

No content

Slide 34

Slide 34 text

No content

Slide 35

Slide 35 text

No content

Slide 36

Slide 36 text

No content

Slide 37

Slide 37 text

No content

Slide 38

Slide 38 text

small tweaks & as-you-go improvements

Slide 39

Slide 39 text

design-friendly dev environment

Slide 40

Slide 40 text

Production Development &

Slide 41

Slide 41 text

Development UI Production UI application real user data

Slide 42

Slide 42 text

Development UI Production UI application real user data

Slide 43

Slide 43 text

Development UI Production UI application real user data

Slide 44

Slide 44 text

mocked data Development UI + Application Production UI + Application real user data

Slide 45

Slide 45 text

mocked data Development UI + Application Production UI + Application real user data

Slide 46

Slide 46 text

mocked data Development UI + Application Production UI + Application real user data

Slide 47

Slide 47 text

mocked customers

Slide 48

Slide 48 text

mocked customers new user

Slide 49

Slide 49 text

mocked customers new user small customer

Slide 50

Slide 50 text

mocked customers new user small customer medium customer

Slide 51

Slide 51 text

mocked customers new user small customer medium customer large customer

Slide 52

Slide 52 text

mocked customers new user small customer medium customer large customer crazy customer

Slide 53

Slide 53 text

⌘S ⌘tab ⌘R

Slide 54

Slide 54 text

No content

Slide 55

Slide 55 text

No content

Slide 56

Slide 56 text

save on your way out

Slide 57

Slide 57 text

save on your way out “[text editor] save on focus lost”

Slide 58

Slide 58 text

gem ‘xray-rails’

Slide 59

Slide 59 text

No content

Slide 60

Slide 60 text

don’t break production

Slide 61

Slide 61 text

(unobtrusive) safety goggles.

Slide 62

Slide 62 text

// before // after %body{:class => Rails.env} %body Rails app haml

Slide 63

Slide 63 text

resulting page html

Slide 64

Slide 64 text

body { min-width: 960px; background: transparent url(/images/layout/bg_sky.png) top left repeat-x; // Add a visual banner to the top corner for dev mode &.development { &:after { position: fixed; content: 'development'; background-color: hsl(295, 77%, 74%); @include rotate(-45deg); white-space: nowrap; top: 26px; left: -50px; width: 200px; padding: 10px 0; text-align: center; color: $color_white; font-size: 14px; } } } Rails app sass

Slide 65

Slide 65 text

- if Rails.env.development? %link(rel="shortcut icon" href="/favicon-dev.png") - else %link(rel="shortcut icon" href="/favicon.ico") Rails app haml

Slide 66

Slide 66 text

kid gloves.

Slide 67

Slide 67 text

tests that don’t suck.

Slide 68

Slide 68 text

new hotness

Slide 69

Slide 69 text

you got this

Slide 70

Slide 70 text

test breaker

Slide 71

Slide 71 text

all. the. time.

Slide 72

Slide 72 text

ul.block.instance-role Rails app haml

Slide 73

Slide 73 text

ul.block.instance-role Rails app haml what is this class “.instance-role” ?

Slide 74

Slide 74 text

ul.block.instance-role Rails app haml // before // after ul.block

Slide 75

Slide 75 text

ul.block.instance-role Rails app haml // before // after ul.block heck yeah concise!

Slide 76

Slide 76 text

Failure/Error: response.should have_selector(".instance-role") expected css ".instance-role" to return something

Slide 77

Slide 77 text

Failure/Error: response.should have_selector(".instance-role") expected css ".instance-role" to return something oh come on!

Slide 78

Slide 78 text

html css tests page.should have_selector(".instance-role")
.instance-role { padding: 10px; } .instance-role gets around

Slide 79

Slide 79 text

html css tests
.header { padding: 10px; } .instance-role gets around page.should have_selector(".instance-role")

Slide 80

Slide 80 text

html css tests page.should have_selector( "[data-purpose='instance-role']")
.header { padding: 10px; } data-purpose for tests

Slide 81

Slide 81 text

surviving the sprite-pocalypse

Slide 82

Slide 82 text

No content

Slide 83

Slide 83 text

No content

Slide 84

Slide 84 text

No content

Slide 85

Slide 85 text

No content

Slide 86

Slide 86 text

ahhhhhh!

Slide 87

Slide 87 text

No content

Slide 88

Slide 88 text

ahhhhhhhhhhhh hhhhhhhhhhhhh hhhhhhhhhhhh!

Slide 89

Slide 89 text

photoshop? no thank you

Slide 90

Slide 90 text

webfont icons

Slide 91

Slide 91 text

color size crispness

Slide 92

Slide 92 text

Ps

Slide 93

Slide 93 text

No content

Slide 94

Slide 94 text

%button %span.picons-settings Settings Rails app haml

Slide 95

Slide 95 text

old new!

Slide 96

Slide 96 text

No content

Slide 97

Slide 97 text

.arrow-down { display: inline-block; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid grey; border-bottom: none; } css css-tricks.com/snippets/css/css-triangle/

Slide 98

Slide 98 text

CSS frameworks

Slide 99

Slide 99 text

the good parts

Slide 100

Slide 100 text

the good parts •hell yeah grid systems

Slide 101

Slide 101 text

the good parts •hell yeah grid systems •mobile-responsive

Slide 102

Slide 102 text

the good parts •hell yeah grid systems •mobile-responsive •prototyping

Slide 103

Slide 103 text

the good parts •hell yeah grid systems •mobile-responsive •prototyping •living style guide

Slide 104

Slide 104 text

the good parts •hell yeah grid systems •mobile-responsive •prototyping •living style guide •great starting point

Slide 105

Slide 105 text

No content

Slide 106

Slide 106 text

less good parts

Slide 107

Slide 107 text

less good parts •xtra css

Slide 108

Slide 108 text

less good parts •xtra css •limits your expression

Slide 109

Slide 109 text

less good parts •xtra css •limits your expression •looks familiar

Slide 110

Slide 110 text

sure!

Slide 111

Slide 111 text

style guide maintenance

Slide 112

Slide 112 text

so...you need a dropdown?

Slide 113

Slide 113 text

so...you need a dropdown?

Slide 114

Slide 114 text

so...you need a dropdown?

Slide 115

Slide 115 text

so...you need a dropdown?

Slide 116

Slide 116 text

No content

Slide 117

Slide 117 text

No content

Slide 118

Slide 118 text

No content

Slide 119

Slide 119 text

No content

Slide 120

Slide 120 text

No content

Slide 121

Slide 121 text

JavaScript

Slide 122

Slide 122 text

live demo JavaScript

Slide 123

Slide 123 text

live demo code snippet JavaScript

Slide 124

Slide 124 text

live demo code snippet JavaScript variations

Slide 125

Slide 125 text

ta-da

Slide 126

Slide 126 text

sharing tools with your back-end comrades

Slide 127

Slide 127 text

No content

Slide 128

Slide 128 text

vs.

Slide 129

Slide 129 text

No content

Slide 130

Slide 130 text

$ git branch moar-sparklez

Slide 131

Slide 131 text

$ git pull $ git checkout -b “moar-sparklez” make rad design changes here $ git add -p $ git commit -m “sparklier pages” $ git push origin moar-sparklez

Slide 132

Slide 132 text

No content

Slide 133

Slide 133 text

No content

Slide 134

Slide 134 text

No content

Slide 135

Slide 135 text

No content

Slide 136

Slide 136 text

Propane for Campfire + CloudApp + Dropbox sharing images

Slide 137

Slide 137 text

ye olde whiteboard

Slide 138

Slide 138 text

No content

Slide 139

Slide 139 text

@lanejoshlane “Hey that looks... familiar”

Slide 140

Slide 140 text

big picture feedback

Slide 141

Slide 141 text

details in code

Slide 142

Slide 142 text

like form interaction

Slide 143

Slide 143 text

...and integration

Slide 144

Slide 144 text

big small

Slide 145

Slide 145 text

Make it pretty

Slide 146

Slide 146 text

Make it pretty

Slide 147

Slide 147 text

everyone has an opinion, but...

Slide 148

Slide 148 text

customers are experts in what sucks about your UI everyone has an opinion, but...

Slide 149

Slide 149 text

colleagues doing customer support

Slide 150

Slide 150 text

colleagues doing customer support are experts in what sucks about your UI

Slide 151

Slide 151 text

UX Office Hours

Slide 152

Slide 152 text

No content

Slide 153

Slide 153 text

•stay user-centric

Slide 154

Slide 154 text

•stay user-centric •prioritize customer needs

Slide 155

Slide 155 text

•stay user-centric •prioritize customer needs •new feature planning

Slide 156

Slide 156 text

quick recap

Slide 157

Slide 157 text

clean up as you go

Slide 158

Slide 158 text

develop with real(alistic) users

Slide 159

Slide 159 text

“save on focus lost”

Slide 160

Slide 160 text

visual difference development

Slide 161

Slide 161 text

flexible tests with data attributes

Slide 162

Slide 162 text

web fonts Ps

Slide 163

Slide 163 text

CSS frameworks 1 1 1 1 1 1 1 1

Slide 164

Slide 164 text

tend your style guide

Slide 165

Slide 165 text

shared tools

Slide 166

Slide 166 text

new feature planning

Slide 167

Slide 167 text

@jessicaspacekat thanks! Office Hours at 1:45pm East Lounge (Table A)