Slide 1

Slide 1 text

Oh hai. I’m @mdo.

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

B

Slide 5

Slide 5 text

Frameworks of Tomorrow Where we've been, where we are, and where we're going—with an emphasis on designing and building.

Slide 6

Slide 6 text

Specifically, front-end frameworks. HTML, CSS, & JavaScript for quickly building with common Web components.

Slide 7

Slide 7 text

Yesterday  Tomorrow Next week   Today 

Slide 8

Slide 8 text

No content

Slide 9

Slide 9 text

Yesterday Many developer tools paved the way for the larger frameworks we use today.

Slide 10

Slide 10 text

And jQuery UI, Prototype, Scriptaculous, Mootools, etc.

Slide 11

Slide 11 text

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

Today A handful (and growing) set of comprehensive frameworks that do all the things.

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

No content

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

• One stop shop • Beyond basic styling • Components and behavior

Slide 22

Slide 22 text

Getting to Today A few shifts led to this new breed of front-end frameworks.

Slide 23

Slide 23 text

CSS evolved.

Slide 24

Slide 24 text

• Designers • Increased scope • Repetition got old

Slide 25

Slide 25 text

Documentation as style guides.

Slide 26

Slide 26 text

• Web inspector tools • Live examples • Learning tools

Slide 27

Slide 27 text

Moar people.

Slide 28

Slide 28 text

• Hella nerds • Different backgrounds • That “turn key solution” • Community

Slide 29

Slide 29 text

Tomorrow? Key changes to frameworks with the tools that make them up.

Slide 30

Slide 30 text

Increased focus on customization.

Slide 31

Slide 31 text

No content

Slide 32

Slide 32 text

No content

Slide 33

Slide 33 text

No content

Slide 34

Slide 34 text

A renewed focus on simpler tools...

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

No content

Slide 39

Slide 39 text

...to help create more compilation frameworks.

Slide 40

Slide 40 text

Normalize.css Some typography Any grid system CSS preprocessor Handful of JavaScript plugins Compilation framework + + + + =

Slide 41

Slide 41 text

320 and up

Slide 42

Slide 42 text

No content

Slide 43

Slide 43 text

Frameworks dedicated to the mobile Web.

Slide 44

Slide 44 text

• Standardizing style and behavior • Separation from desktop • Opportunity for advanced stuff

Slide 45

Slide 45 text

No content

Slide 46

Slide 46 text

No content

Slide 47

Slide 47 text

Preprocessors at every turn.

Slide 48

Slide 48 text

No content

Slide 49

Slide 49 text

No content

Slide 50

Slide 50 text

No content

Slide 51

Slide 51 text

// Make a generic class .button { ... } // Use it everywhere else .call-to-action { .button(); } 1 2 3 4 5 6 7 8 9

Slide 52

Slide 52 text

• Extending frameworks • Powerful variables and mixins • Built-in error handling

Slide 53

Slide 53 text

People will write less JavaScript.

Slide 54

Slide 54 text

• Data attributes • Just write HTML and CSS • Abstracted behavior

Slide 55

Slide 55 text

No content

Slide 56

Slide 56 text

No content

Slide 57

Slide 57 text

1 2 3 4 5 6 7 8 // Dismiss a modal × // Or an alert ×

Slide 58

Slide 58 text

Next week The super exciting stuff to check out, like, next week or so.

Slide 59

Slide 59 text

More frameworks built in-house.

Slide 60

Slide 60 text

No content

Slide 61

Slide 61 text

No content

Slide 62

Slide 62 text

• In-house frameworks as the norm • More frameworks from products • Learn from others first

Slide 63

Slide 63 text

Media queries for components.

Slide 64

Slide 64 text

No content

Slide 65

Slide 65 text

// Media query on individual components // as envisioned by @jon_neal. // // github.com/jonathantneal/MediaClass .widget:media(max-width: 300px) { font-size: 14px; } 1 2 3 4 5 6 7 8

Slide 66

Slide 66 text

• Changes the responsive game • All about content, not devices • Huge potential outside frameworks

Slide 67

Slide 67 text

Designing native apps on the Web.

Slide 68

Slide 68 text

Frameworks & the “ultimate design and dev tool.”

Slide 69

Slide 69 text

No content

Slide 70

Slide 70 text

haha jk lol :p

Slide 71

Slide 71 text

It’s called the Web.

Slide 72

Slide 72 text

The Web is a fully loaded toolbox.

Slide 73

Slide 73 text

Frameworks make designing in the browser practical.

Slide 74

Slide 74 text

• Steve Smith: Designing with the Web • Made his own compilation framework • CSS3 and WebKit • Use your final assets (bitmaps) • Real data from an API

Slide 75

Slide 75 text

Wait, what? Super quickly, let’s wrap this up!

Slide 76

Slide 76 text

• Frameworks changed the Web • More tools = more frameworks • Responsive content • Designing & developing for native • Super exciting stuff!

Slide 77

Slide 77 text

Thanks, nerds! :heart:

Slide 78

Slide 78 text

Questions?