Tim Berners-Lee Long Live the Web print print print System + - - PowerPoint PPT Presentation

tim berners lee long live the web print print print system
SMART_READER_LITE
LIVE PREVIEW

Tim Berners-Lee Long Live the Web print print print System + - - PowerPoint PPT Presentation

T e primary design principle underlying the Webs usefulness and growth is universality . T e Web should be usable by people with disabilities. It must work with any form of information, be it a document or a point of data, and information


slide-1
SLIDE 1

Te primary design principle underlying the Web’s usefulness and growth is universality. Te Web should be usable by people with disabilities. It must work with any form of information, be it a document or a point of data, and information of any quality—fom a silly tweet to a scholarly paper.

And it should be accessible fom any kind of hardware that can connect to the Internet: stationary or mobile, small screen or large.

—Tim Berners-Lee Long Live the Web

“ ”

slide-2
SLIDE 2
slide-3
SLIDE 3

print

slide-4
SLIDE 4

print

slide-5
SLIDE 5

print

slide-6
SLIDE 6

Grid System + The Page

  • rder constraint

control

slide-7
SLIDE 7

web

slide-8
SLIDE 8

control web

slide-9
SLIDE 9

Table Layout The Browser

  • rder constraint

control +

slide-10
SLIDE 10

CSS

The Browser

  • rder constraint

control +

slide-11
SLIDE 11

The Browser

unknown

slide-12
SLIDE 12
slide-13
SLIDE 13

speed

unknown

capability

size

slide-14
SLIDE 14

size

640 x 480 800 x 600 1024 x 768

fixed

slide-15
SLIDE 15

flexible

%

slide-16
SLIDE 16

Te control which designers know in the print medium, and ofen desire in the web medium, is simply a function of the limitation of the printed page.

We should embrace the fact that the web doesn’t have the same constraints, and design for this flexibility.”

—John Allsopp A Dao of Web Design

slide-17
SLIDE 17

WYSIWTF

slide-18
SLIDE 18

One of the main reasons why many people cling to the expectation that a web design should look the same across every browser is that one of the first things that designers show them is a carefully crafed static design made in Photoshop or Fireworks.”

—Andy Clarke

Time to stop showing clients static design visuals “

slide-19
SLIDE 19
slide-20
SLIDE 20

speed capability

size unknown

slide-21
SLIDE 21

mobile web desktop tablet

slide-22
SLIDE 22
  • ne web

flexible

slide-23
SLIDE 23

Rather than tailoring disconnected designs to each of an ever-increasing number of web devices, we can treat them as facets of the same experience. We can design for an optimal viewing experience, but embed standards-based technologies into our designs to make them not only more flexible, but more adaptive to the media that renders them.”

—Ethan Marcotte Responsive Web Design

slide-24
SLIDE 24

clarification

slide-25
SLIDE 25
slide-26
SLIDE 26
slide-27
SLIDE 27
slide-28
SLIDE 28
slide-29
SLIDE 29

mobile first

slide-30
SLIDE 30

content first

slide-31
SLIDE 31

presentation

behaviour

content

slide-32
SLIDE 32
slide-33
SLIDE 33
slide-34
SLIDE 34

<link rel="stylesheet" href="global.css" media="all">

slide-35
SLIDE 35

<link rel="stylesheet" href="global.css" media="all"> <link rel="stylesheet" href="layout.css" media="all and (min-width: 30em)">

slide-36
SLIDE 36

<link rel="stylesheet" href="global.css" media="all"> <link rel="stylesheet" href="layout.css" media="all and (min-width: 30em)"> <!--[if lt IE 9]> <link rel="stylesheet" href="layout.css" media="all"> <![endif]-->

slide-37
SLIDE 37

<link rel="stylesheet" href="global.css" media="all"> <link rel="stylesheet" href="layout.css" media="all and (min-width: 30em)"> <!--[if (lt IE 9) & (!IEMobile)]> <link rel="stylesheet" href="layout.css" media="all"> <![endif]-->

slide-38
SLIDE 38

<link rel="stylesheet" href="global.css" media="all"> <link rel="stylesheet" href="layout.css" media="all and (min-width: 30em)"> <!--[if (lt IE 9) & (!IEMobile) & (gt IE 6)]> <link rel="stylesheet" href="layout.css" media="all"> <![endif]-->

slide-39
SLIDE 39

<link rel="stylesheet" href="global.css" media="all"> <link rel="stylesheet" href="layout.css" media="all and (min-width: 30em)"> <!--[if (lt IE 9) & (!IEMobile) & (gt IE 6)]> <link rel="stylesheet" href="layout.css" media="all"> <![endif]--> <meta name="viewport" content= "width=device-width">

slide-40
SLIDE 40

<meta name="viewport" content= "width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="global.css" media="all"> <link rel="stylesheet" href="layout.css" media="all and (min-width: 30em)"> <!--[if (lt IE 9) & (!IEMobile) & (gt IE 6)]> <link rel="stylesheet" href="layout.css" media="all"> <![endif]-->

slide-41
SLIDE 41

[role="main"] { ! width: 61.8034%; ! float: left; } [role="complementary"] { ! width: 38.1966%; ! float: right; } @media all and (max-width: 60em) { ! [role="main"], ! [role="complementary"] { ! ! width: 50%; ! } }

slide-42
SLIDE 42
slide-43
SLIDE 43
slide-44
SLIDE 44
slide-45
SLIDE 45
slide-46
SLIDE 46

if ($(document).width() > 640) { ! $.get('path/to/html', function(data) { ! ! $('[role="complementary"]').append(data); ! }); }

slide-47
SLIDE 47
slide-48
SLIDE 48
slide-49
SLIDE 49
slide-50
SLIDE 50

It’s my belief that in order to embrace designing native layouts for the web – whatever the device – we need to shed the notion that we create layouts fom a canvas in. We need to flip it on its head, and create layouts fom the content out.”

—Mark Boulton A Richer Canvas

slide-51
SLIDE 51

web apps?

slide-52
SLIDE 52

it depends

slide-53
SLIDE 53

context first?

slide-54
SLIDE 54

Mind reading is no way to base fundamental content decisions.”

—Mark Kirby Te Mobile context

slide-55
SLIDE 55
slide-56
SLIDE 56
slide-57
SLIDE 57
slide-58
SLIDE 58

My love for responsive centers around the idea that

my website will meet you wherever you are

—fom mobile to full-blown desktop and anywhere in between.”

—Trent Walton Fit To Scale

slide-59
SLIDE 59
slide-60
SLIDE 60
  • ne web