responsive web time machine 2

27
Disclaimers…

Upload: bootnumlock

Post on 30-Jul-2015

329 views

Category:

Design


0 download

TRANSCRIPT

Page 1: Responsive Web Time Machine 2

Disclaimers…

Page 2: Responsive Web Time Machine 2
Page 3: Responsive Web Time Machine 2

“The best of man is like water, Which benefits all things, and does not contend with them, Which flows in places that others disdain, Where it is in harmony with the Way.”- Tao Te Ching; 8 Water - around 6th century BC

Page 4: Responsive Web Time Machine 2

RESPONSIVE WEB TIME MACHINE 2Bob Baty-Barr, Senior Developer – Segal Company

Page 5: Responsive Web Time Machine 2

Let’s set the viewportYes, the presentation is even responsive

<meta name="viewport" content="width=device-width, initial-scale=1" />

Page 6: Responsive Web Time Machine 2

Now we know where we areLet’s take a look at where we came from…

Page 7: Responsive Web Time Machine 2

<html><head><title>This is responsive web design</title></head><body><h1>Headline</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In nec ultricies sapien. Quisque scelerisque tortor a sem tempus, eget mattis diam porttitor. </p>

<p><a href="next-evolution.html">Next evolution</a></p></body></html>

Page 8: Responsive Web Time Machine 2

Fully Responsive…That markup will fill any container.

http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html

Page 9: Responsive Web Time Machine 2

“The web's content must be built to travel across vast networks to unknown devices and browsers.”- Jeffery Veen, 1997

Page 10: Responsive Web Time Machine 2

“The control which designers know in the print medium, and often 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. But first, we must 'accept the ebb and flow of things.’ ”- John Allsopp, “A Dao of Web Design” - 2000

Page 11: Responsive Web Time Machine 2

<html><head><title>This is responsive web design</title></head>

<body><table>

<tr><td><h1>Headline</h1></td></tr><tr><td><p>Web page text here.</p></td></tr>

</table></body></html>

Page 12: Responsive Web Time Machine 2

Who remembers photoshop slicing?

Page 13: Responsive Web Time Machine 2

Spacer GifWhat about the container…

Page 14: Responsive Web Time Machine 2

The era of pixel perfect…Images for text, absolute position, oh my…

Page 15: Responsive Web Time Machine 2

Let’s look at some numbers…Connected? Not sure, but interesting…

Page 16: Responsive Web Time Machine 2

Best viewed at 800 x 600• 768 pixel break point?

Best viewed at 1024 x 768• Another breakpoint at 992

Page 17: Responsive Web Time Machine 2

“Accept that your website won’t be pixel-perfect. I made this website pixel-perfect for Google Chrome, iPad, and iPhone, but I decided to not support IE 8. Unless you have an unlimited budget, you cannot make your website pixel-perfect in all browsers. Like I said in the beginning: the web is too diverse. Pick your battles and move on.”- Alex Cican, alexcican.com

Page 18: Responsive Web Time Machine 2

“We have to get past the idea that it’s possible, using static imagery, to see exactly how a website will look. Responsive sites might render in hundreds of slightly different ways, and we can’t possibly show them all. We need to find new ways to show design and UX to clients–ways that don’t depend on fixed layouts.”- Mark Eberman, User Experience Architect

Page 19: Responsive Web Time Machine 2

Finally a response…Responsive web design that is…

Page 20: Responsive Web Time Machine 2

“Responsive web design is a methodology in which the design adapts in a flexible manner to the users viewport. It is presently the only way to guarantee a good user experience across the full range of viewports and devices. No other design approach can provide the means to correctly respond to the users behaviour and environment.”- James South, Developer Responsive BP and umbraco community member

Page 21: Responsive Web Time Machine 2

“Start with the small screen first, then expand until it looks like shit. Time for a breakpoint!”- Stephen Hay, BDConf 2012, right here in Orlando.

Page 22: Responsive Web Time Machine 2

A quick look at frameworks…Why write it yourself if you don’t have to?

Page 23: Responsive Web Time Machine 2

Bootstrap

Page 24: Responsive Web Time Machine 2

Foundation

Page 25: Responsive Web Time Machine 2

Responsive BPDeveloped by James South, Umbraco User

Page 26: Responsive Web Time Machine 2

Understand the past…To make better sense of the future

Page 27: Responsive Web Time Machine 2

Be like water my friends…