Slide 1

Slide 1 text

UNDERSTAND WHEN YOU CAN, FAKE IT WHEN YOU CAN’T #TALKWD 7 MAY 14

Slide 2

Slide 2 text

PETER GASSTON
 @STOPSATGREEN

Slide 3

Slide 3 text

TECHNOLOGIST & FRONT-END LEAD
 REHABSTUDIO

Slide 4

Slide 4 text

THE DECISIONS YOU MAKE HAVE WEIGHT. @stopsatgreen

Slide 5

Slide 5 text

(I DON’T REALLY WANT YOU TO DISAGREE WITH ME) @stopsatgreen

Slide 6

Slide 6 text

DESIGN DECISIONS @stopsatgreen

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

No content

Slide 9

Slide 9 text

No content

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

No content

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

COPY DECISIONS @stopsatgreen

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

No content

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

TECHNICAL DECISIONS @stopsatgreen

Slide 20

Slide 20 text

document.addEventListener('DOMContentLoaded', function() { // your code here }); @stopsatgreen $(document).ready(function() { // your code here }); VS.

Slide 21

Slide 21 text

No content

Slide 22

Slide 22 text

“Oakley’s monster page of baubles.” @stopsatgreen - Phil Hawksworth http://hawksworx.com/blog/oakleys-monster-page-of-baubles/

Slide 23

Slide 23 text

471 HTTP requests 85.4MB page weight 2'45" DOMContentLoaded 4'10" Load @stopsatgreen

Slide 24

Slide 24 text

http://httparchive.org/trends.php

Slide 25

Slide 25 text

http://www.guypo.com/uncategorized/real-world-rwd-performance-take-2/

Slide 26

Slide 26 text

Google research found that an increase in page load time from 0.4 seconds to 0.9 seconds saw traffic and ad revenue drop by 20%. Amazon calculated that slowing the page load by one second would cost them $1.6 billion over a year. @stopsatgreen http://www.websiteoptimization.com/speed/tweak/psychology-web-performance/

Slide 27

Slide 27 text

47 percent expect a web page to load in two seconds or less. 40 percent abandon a website that takes longer than three seconds to load. http://blog.kissmetrics.com/loading-time/

Slide 28

Slide 28 text

79 percent of shoppers dissatisfied with performance are less likely to visit again. 52 percent say that page load performance is important to their site loyalty. http://blog.kissmetrics.com/loading-time/

Slide 29

Slide 29 text

@stopsatgreen VS. …

Slide 30

Slide 30 text

“Over a mobile connection, it may take 2 seconds to download the initial page of HTML, but it can be immediately rendered. @stopsatgreen

Slide 31

Slide 31 text

“Even as the rest of the JavaScript application is being downloaded, the user can interact with the page. It feels 5x faster.” @stopsatgreen - AirBnB http://nerds.airbnb.com/weve-launched-our-first-nodejs-app-to-product

Slide 32

Slide 32 text

“By rendering our page content on the server and deferring all JavaScript execution… we’ve dropped the time to first Tweet to one-fifth of what it was.” @stopsatgreen - Twitter https://blog.twitter.com/2012/improving-performance-on-twittercom

Slide 33

Slide 33 text

font-family: Georgia, serif; @stopsatgreen VS. font-family: 'My Font', serif;

Slide 34

Slide 34 text

No content

Slide 35

Slide 35 text

Submit @stopsatgreen VS. Submit

Slide 36

Slide 36 text

Submit @stopsatgreen VS. Link

Slide 37

Slide 37 text

“When an elevator fails, it's useless. When an escalator fails, it becomes stairs. We should be building escalators, not elevators.” @stopsatgreen - Jake Archibald http://jakearchibald.com/2013/progressive-enhancement-still-important/

Slide 38

Slide 38 text

Link @stopsatgreen VS. Submit Goes somewhere Does something

Slide 39

Slide 39 text

Number @stopsatgreen VS. Number

Slide 40

Slide 40 text

No content

Slide 41

Slide 41 text

Number @stopsatgreen VS. Number

Slide 42

Slide 42 text

No content

Slide 43

Slide 43 text

:hover div { left: 100px; top: 100px; } @stopsatgreen VS. :hover div { transform: translate(100px, 100px); }

Slide 44

Slide 44 text

@stopsatgreen

Slide 45

Slide 45 text

@stopsatgreen var ua = navigator.userAgent.toLowerCase(), isAndroid = ua.indexOf('android') > -1; if (isAndroid) { window.location = 'http://mobile.example.com'; }

Slide 46

Slide 46 text

No content

Slide 47

Slide 47 text

No content

Slide 48

Slide 48 text

EMPATHY @stopsatgreen

Slide 49

Slide 49 text

No content

Slide 50

Slide 50 text

“Technical skills still matter, but today making digital services that meet users’ needs also depends on our ability to collaborate across many types of boundaries.” @stopsatgreen - Jonathan Kahn http://alistapart.com/article/people-skills-for-web-workers

Slide 51

Slide 51 text

“It is impossible to collaborate effectively without a sense of empathy. It provides a sense of fellowship and enables better teamwork.” @stopsatgreen - Stephen Caver http://cognition.happycog.com/article/why-developers-need-to-learn-design

Slide 52

Slide 52 text

@stopsatgreen http://toyark.com/ No empathy Empathy

Slide 53

Slide 53 text

“Having the integrity and introspective accuracy to distinguish what one likes from what is good, useful, meaningful is vital; we do not work for ourselves but for our users.” @stopsatgreen - Mills Baker http://mokriya.quora.com/Designer-Duds-Losing-Our-Seat-at-the-Table

Slide 54

Slide 54 text

“It is so easy to believe that if you design something that you like, then it must be good. We just have to have the discipline to step out of that role.” @stopsatgreen - Jakob Nielsen http://drt.fm/jakob-nielsen/#!/transcript

Slide 55

Slide 55 text

No content

Slide 56

Slide 56 text

No content

Slide 57

Slide 57 text

https://www.flickr.com/photos/yimhafiz/5117737179/

Slide 58

Slide 58 text

http://tinyurl.com/ptch4u7

Slide 59

Slide 59 text

“You can never really be another person, but you can become more skilled at not only just being yourself.” @stopsatgreen - Jakob Nielsen http://drt.fm/jakob-nielsen/#!/transcript

Slide 60

Slide 60 text

“Treat people with understanding when you can, and fake it when you can't until you do understand.” @stopsatgreen - Kim Harrison https://www.goodreads.com/quotes/266474

Slide 61

Slide 61 text

YOU HAVE BEEN WATCHING @STOPSATGREEN