The Technology Behind Great Digital Design

82
THE TECHNOLOGY BEHIND MODERN DIGITAL DESIGN

description

A brief introduction to the technologies behind digital design, which I recently presented at The Ontario College of Art & Design (OCAD) in Toronto.

Transcript of The Technology Behind Great Digital Design

Page 1: The Technology Behind Great Digital Design

THE TECHNOLOGY BEHIND MODERN DIGITAL DESIGN

Page 2: The Technology Behind Great Digital Design
Page 3: The Technology Behind Great Digital Design
Page 4: The Technology Behind Great Digital Design

HTML CSS JAVASCRIPT PHP APACHE RUBY ACTIVEX FLASH ACTIONSCRIPT JAVA .NET ASP

PERL PYTHON AJAX JSON REST SOAP COLDFUSION LINUX

MYSQL JQUERY XML MOOTOOLS DHTML SVG FLEX RSS ATOM

Page 5: The Technology Behind Great Digital Design
Page 6: The Technology Behind Great Digital Design

DESIGN

Page 7: The Technology Behind Great Digital Design

DESIGN DEV

Page 8: The Technology Behind Great Digital Design

DESIGN DEVMARKUP

Page 9: The Technology Behind Great Digital Design

DESIGN WITH CODE

Page 10: The Technology Behind Great Digital Design

HTML 5

Page 11: The Technology Behind Great Digital Design

CSS 3

Page 12: The Technology Behind Great Digital Design

JS

Page 13: The Technology Behind Great Digital Design
Page 14: The Technology Behind Great Digital Design

WHAT DOES MARKUP HAVE

TO DO WITH DESIGN?

Page 15: The Technology Behind Great Digital Design

MARKUP MAKES DESIGN FLEXIBLE & USABLE ONLINE

Page 16: The Technology Behind Great Digital Design

1. Easier to update2. Easier to manipulate3. Content is portable4. Text is selectable5. Indexable by search engines

Page 17: The Technology Behind Great Digital Design

Page 18: The Technology Behind Great Digital Design

SHIT, DO I HAVE TO LEARN HOW

TO CODE?

Page 19: The Technology Behind Great Digital Design

NO

Page 20: The Technology Behind Great Digital Design

UNDERSTAND FUNDAMENTALS

( BUT YOU’RE MORE VALUABLE IF YOU CAN CODE & DESIGN )

Page 21: The Technology Behind Great Digital Design

HTML(STRUCTURE)

Page 22: The Technology Behind Great Digital Design

HTML(STRUCTURE)

CSS(STYLE)

Page 23: The Technology Behind Great Digital Design

HTML(STRUCTURE)

CSS(STYLE)

JS(LOGIC)

Page 24: The Technology Behind Great Digital Design
Page 25: The Technology Behind Great Digital Design

HYPERTEXTMARKUP

LANGUAGE

Page 26: The Technology Behind Great Digital Design
Page 27: The Technology Behind Great Digital Design

DOCUMENT STRUCTURE

Page 28: The Technology Behind Great Digital Design
Page 29: The Technology Behind Great Digital Design
Page 30: The Technology Behind Great Digital Design

DEFINE THE BUILDING BLOCKS

Page 31: The Technology Behind Great Digital Design

HTML(STRUCTURE)

Page 32: The Technology Behind Great Digital Design

HTML(STRUCTURE)

CSS(STYLE)

Page 33: The Technology Behind Great Digital Design

Cascading Style Sheets

Page 34: The Technology Behind Great Digital Design

De!ne the style of page

elements

Page 35: The Technology Behind Great Digital Design

Typography

Page 36: The Technology Behind Great Digital Design

ArialTimesCourierVerdana

The web hasbeen scarred by horrible typography

Page 37: The Technology Behind Great Digital Design

Before, you had to employ an image, sIFR or Cufón for

non-standard fonts

Page 38: The Technology Behind Great Digital Design

@font-face changes that

Page 39: The Technology Behind Great Digital Design
Page 40: The Technology Behind Great Digital Design

Colour( well, transparency )

Page 41: The Technology Behind Great Digital Design

PNGs no more

Page 42: The Technology Behind Great Digital Design

RGBARGBA

Page 43: The Technology Behind Great Digital Design

RGBARGBA

Page 44: The Technology Behind Great Digital Design
Page 45: The Technology Behind Great Digital Design

Structure

Page 46: The Technology Behind Great Digital Design

Grid systems are !nally being used

Page 47: The Technology Behind Great Digital Design

And you don’t have to rely on tables

Page 48: The Technology Behind Great Digital Design
Page 49: The Technology Behind Great Digital Design
Page 50: The Technology Behind Great Digital Design
Page 51: The Technology Behind Great Digital Design

Space &Balance

Page 52: The Technology Behind Great Digital Design
Page 53: The Technology Behind Great Digital Design
Page 54: The Technology Behind Great Digital Design

Absolute Positioning

Page 55: The Technology Behind Great Digital Design
Page 56: The Technology Behind Great Digital Design
Page 57: The Technology Behind Great Digital Design
Page 58: The Technology Behind Great Digital Design

Form

Page 59: The Technology Behind Great Digital Design

Screen resolution de!nes the sandbox

Page 60: The Technology Behind Great Digital Design

The browser windowis your actual canvas

Page 61: The Technology Behind Great Digital Design

1,920

1,2

00

Page 62: The Technology Behind Great Digital Design

1,920

1,2

00

Page 63: The Technology Behind Great Digital Design

?

Page 64: The Technology Behind Great Digital Design

The canvas is never the same size

Page 65: The Technology Behind Great Digital Design

vsFixed width

Fluid width

Page 66: The Technology Behind Great Digital Design
Page 67: The Technology Behind Great Digital Design
Page 68: The Technology Behind Great Digital Design
Page 69: The Technology Behind Great Digital Design
Page 70: The Technology Behind Great Digital Design

HTML(STRUCTURE)

CSS(STYLE)

Page 71: The Technology Behind Great Digital Design

HTML(STRUCTURE)

CSS(STYLE)

JS(LOGIC)

Page 72: The Technology Behind Great Digital Design

JavaScript

Page 73: The Technology Behind Great Digital Design

Manipulate the page elements

Page 74: The Technology Behind Great Digital Design

Provide intelligence

Page 75: The Technology Behind Great Digital Design

Animation

Page 76: The Technology Behind Great Digital Design

jQuery orMooTools( or any other framework )

Page 77: The Technology Behind Great Digital Design
Page 78: The Technology Behind Great Digital Design

MODERN BROWSERS

Page 79: The Technology Behind Great Digital Design

firefox chrome safari

“webkit”“gecko”

Page 80: The Technology Behind Great Digital Design
Page 81: The Technology Behind Great Digital Design

RESPECT THE CODE

Page 82: The Technology Behind Great Digital Design

THANKS