Slide 1

Slide 1 text

The Road to Code Girls Who Code, July 2013

Slide 2

Slide 2 text

who I am & how I got here

Slide 3

Slide 3 text

Stamen Design

Slide 4

Slide 4 text

data visual understandable beautiful

Slide 5

Slide 5 text

Museum of Modern Art

Slide 6

Slide 6 text

Facebook Stories

Slide 7

Slide 7 text

MTV Video Music Awards

Slide 8

Slide 8 text

Meshu

Slide 9

Slide 9 text

But life wasn’t always this glamorous :(

Slide 10

Slide 10 text

Math vs. Programming #include using std::cout; using std::cin; using std::endl; int main() { int num=0,sum=0,maxvalue=0; cout <<"Please enter a positive number: "; cin >> maxvalue; for(num=1;num<=maxvalue;num++) sum=sum+num; cout<<"The sum is ...."<

Slide 11

Slide 11 text

Data Visualization

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

My First Portfolio

Slide 16

Slide 16 text

> !stamen > !javascript > !falling in love with ! ! web programming

Slide 17

Slide 17 text

> !stamen > !javascript > !falling in love with ! ! web programming

Slide 18

Slide 18 text

> !stamen > !javascript > !falling in love with ! ! web programming

Slide 19

Slide 19 text

1) Accessibility 2) User interactivity 3) The internet is your ! ! data source

Slide 20

Slide 20 text

1) Accessibility 2) User interaction 3) The internet is your ! ! data source

Slide 21

Slide 21 text

1) Accessibility 2) User interaction 3) The internet is your ! ! data source

Slide 22

Slide 22 text

No content

Slide 23

Slide 23 text

No content

Slide 24

Slide 24 text

a message from the Department of Uncomfortable Truths:

Slide 25

Slide 25 text

web programming is complicated

Slide 26

Slide 26 text

Visual Design Frontend Code Backend Code User Experience Animation

Slide 27

Slide 27 text

Meshu

Slide 28

Slide 28 text

Visual Design Frontend Code Backend Code User Experience Animation

Slide 29

Slide 29 text

Considerations - How should the site feel? - What information do you want to convey? - How will people move through your site? Methods - Sketching out user scenarios - Sketching out different page views

Slide 30

Slide 30 text

Visual Design Frontend Code Backend Code User Experience Animation

Slide 31

Slide 31 text

SQL Database Django (Python) HTML CSS Javascript Page Render d3.js jQuery Polymaps

Slide 32

Slide 32 text

Visual Design Frontend Code Backend Code User Experience Animation

Slide 33

Slide 33 text

Considerations - Page layout - Colors and type treatment - Hierarchy of information Methods - Sketchbook - Illustrator/Photoshop - HTML/CSS

Slide 34

Slide 34 text

Visual Design Frontend Code Backend Code User Experience Animation

Slide 35

Slide 35 text

Considerations - Transitions between different data states - Transitions between different page views - Confirming user actions Methods - CSS - Javascript

Slide 36

Slide 36 text

whew!

Slide 37

Slide 37 text