23
HALF OF THE NEXT THING What Do You Know, Sydney, 2014.04.03 Ben Buchanan / @200okpublic weblog.200ok.com.au

Half Of The Next Thing

Embed Size (px)

DESCRIPTION

Some thoughts on learning new things when you work on the web - particularly things you don't think you can learn, or you're afraid to start learning. Some relevant links: Ueli Steck - The Swiss Machine: https://www.youtube.com/watch?v=VUWBbepsdmY Ueli Steck - A New Vision: https://www.youtube.com/watch?v=8yns694E5Qg

Citation preview

Page 1: Half Of The Next Thing

HALFOF THE

NEXTTHING

What Do You Know, Sydney, 2014.04.03Ben Buchanan / @200okpublicweblog.200ok.com.au

Page 2: Half Of The Next Thing

WWW =THENEXTTHING

Page 3: Half Of The Next Thing

WWW =THENEXTTHING

THENEXTTHING

Page 4: Half Of The Next Thing

WWW =THENEXTTHING

THENEXTTHING

THENEXTTHING

Page 5: Half Of The Next Thing

Common worries

There's so much

It's too different

Scared to admitI don't know

I'll never catch the ninjas

Page 6: Half Of The Next Thing

Be inspired to just start.

HA!

Page 7: Half Of The Next Thing
Page 8: Half Of The Next Thing
Page 9: Half Of The Next Thing
Page 10: Half Of The Next Thing

Play your own game.

Build on what you've

done.

Page 11: Half Of The Next Thing

Desire to learnSpark to startExisting knowledge

THENEXT THING

Page 12: Half Of The Next Thing

Desire to learnSpark to startExisting knowledge+ the actual work

THENEXT THING

Page 13: Half Of The Next Thing
Page 14: Half Of The Next Thing

PageMaker→ CSS+HTML→

JavaScript→AH

CSS+HTMLjQuery, JSPython, BashHA!

Page 15: Half Of The Next Thing

For every instance of Subhead 2, apply a style.(Also, PM would substitute fonts if the user didn't have them...)

Page 16: Half Of The Next Thing

h2 { color: #000; font-family: "Open Sans", sans-serif;}

For every instance of H2, apply a style.

(Also, substitute fonts if the user doesn't have them...)

Page 17: Half Of The Next Thing

// TODO: never write code// this contrived againfunction contrived(c) { var class = c || "fallback"; $("h2").addClass(c);}contrived("classname");

For every instance of H2, apply a styleclass.

(Also, substitute class 'foo'if the user doesn't specify a class...)

Page 18: Half Of The Next Thing

CAVEAT!Concepts are similar not the same!

Page 19: Half Of The Next Thing

OK, that's code...

What about process?

Page 20: Half Of The Next Thing
Page 21: Half Of The Next Thing

Familiar?SpikesIterationLaunch

Page 22: Half Of The Next Thing

You know stuff.

Take your knowledge

forwards and add to it.

Page 23: Half Of The Next Thing

What doyou know?

Half of the next thing!