1-01: introduction to web development

38
Introduction to Web Development Colin Gourlay & Kevin Vanderbeken

Upload: apnwebdev

Post on 18-Jan-2015

369 views

Category:

Documents


0 download

DESCRIPTION

 

TRANSCRIPT

Page 1: 1-01: Introduction To  Web  Development

Introduction to Web Development

Colin Gourlay & Kevin Vanderbeken

Page 2: 1-01: Introduction To  Web  Development

Colin

Page 3: 1-01: Introduction To  Web  Development

Kev

Page 4: 1-01: Introduction To  Web  Development

we make websites

Page 5: 1-01: Introduction To  Web  Development

we‘re qualified to do it

Page 6: 1-01: Introduction To  Web  Development

you can too

Page 7: 1-01: Introduction To  Web  Development

how does it work?

Page 8: 1-01: Introduction To  Web  Development

where can I find information?

Page 9: 1-01: Introduction To  Web  Development
Page 10: 1-01: Introduction To  Web  Development

so what’s in the course?

Page 11: 1-01: Introduction To  Web  Development

8 week module

HTML + CSS

Page 12: 1-01: Introduction To  Web  Development
Page 13: 1-01: Introduction To  Web  Development

what about assessment?

Page 14: 1-01: Introduction To  Web  Development

how’s our speed?

Page 15: 1-01: Introduction To  Web  Development

if you’re feeling left behind...

Page 16: 1-01: Introduction To  Web  Development

...don’t worry!

Page 18: 1-01: Introduction To  Web  Development

if you’re REALLY keen...

Page 19: 1-01: Introduction To  Web  Development

W3Schools+

Opera Web Standards Curriculum

Page 20: 1-01: Introduction To  Web  Development

The Layers of Web Development

Page 21: 1-01: Introduction To  Web  Development

HTML=

(the content layer)

Page 22: 1-01: Introduction To  Web  Development

CSS=

(the presentation layer)

Page 23: 1-01: Introduction To  Web  Development

Javascript=

(the behaviour layer)

Page 24: 1-01: Introduction To  Web  Development

separate your content, presentation & behaviour

Page 25: 1-01: Introduction To  Web  Development

why?

Page 26: 1-01: Introduction To  Web  Development

because this happens...

Page 27: 1-01: Introduction To  Web  Development

let’s talk about the overlap

Page 28: 1-01: Introduction To  Web  Development

why is this beneficial?

Page 29: 1-01: Introduction To  Web  Development

shared resources

Page 30: 1-01: Introduction To  Web  Development

faster downloads

Page 31: 1-01: Introduction To  Web  Development

collaborative effort

Page 32: 1-01: Introduction To  Web  Development

accessibility

Page 33: 1-01: Introduction To  Web  Development

backwards compatibility

Page 34: 1-01: Introduction To  Web  Development

web standards

Page 35: 1-01: Introduction To  Web  Development

the W3C(World Wide Web Consortium)

Page 36: 1-01: Introduction To  Web  Development

“The World Wide Web Consortium (W3C) is an international community that develops standards to ensure the long-term growth of the Web.”

http://www.w3.org/

Page 37: 1-01: Introduction To  Web  Development

next week...

Page 38: 1-01: Introduction To  Web  Development