rapid prototyping

25
Rapid Prototyping jayalaxmi dinni @ jayaa.wordpress.com

Upload: jayaa-d

Post on 19-Jun-2015

743 views

Category:

Design


0 download

TRANSCRIPT

Page 1: Rapid prototyping

Rapid Prototyping

jayalaxmi dinni @ jayaa.wordpress.com

Page 2: Rapid prototyping

no right way to do prototype

Page 3: Rapid prototyping

design questions

and

communicate design ideas

prototype can answer

Page 4: Rapid prototyping

“show me, don‟t tell” approach

Page 5: Rapid prototyping

Fig 1 (paper interface to a programmable climate control system) and Fig 2

-taken from book “Sketching User Experience” Bill Buxton

Page 6: Rapid prototyping

prototype for Web

Page 7: Rapid prototyping

Scale fast

Think Big

Act Small

Rapid Prototyping

Page 8: Rapid prototyping

Create a high level vision document

to keep track of the big picture

Think Big

Rapid Prototyping

Page 10: Rapid prototyping

Explore

Proposes

Tentative

Lack of commitment

for Refinement

Specific

more Descriptive

Page 11: Rapid prototyping

Paper

Balsamiq

PowerPoint

PowerPoint

Visual Design tools

Html/css

Mozilla-addon Firebug

Ideation stage Evolving Stage

Page 12: Rapid prototyping

"The best sites are those where there is a seamless divide

between the look, the content and the experience"

- Issac Pinnock

Page 13: Rapid prototyping

<html prototyping />

<html prototyping />

Page 14: Rapid prototyping

Place the content

<html prototyping />

1

<div id="container-outer"> <div

id="header-outer"> <div

id="header"> <div

id="logo"></div> <div

id="navigation"> </div> </div>

</div> <div id="content-outer">

<div id="content <div

class="inner-content"> <div>

</div> </div> </div> <div

id="box-bottom"> </div>

</div><!-- end of sub page

content --> </div><!-- end of

content --> </div><!-- end of

content-outer --> <div

id="footer-outer"> <div

id="footer"> </div> </div><!--

end of footer outer -->

</div><!--- end of container-

outer -->

Page 15: Rapid prototyping

Lay(it)out

<html prototyping />

2

Page 16: Rapid prototyping

start Styling

+ add extra Visual treats

+ interactions using jquery/javascript

<html prototyping />

3

Page 17: Rapid prototyping

Updating:

topography

layout

color/design elements

1/2

<html prototyping />

[ easiness]

Page 18: Rapid prototyping

Limitations:

you tend limit your thought process

extra work upfront

for complex design, its time-consuming and difficult

Page 19: Rapid prototyping

Use:

its real

easy to test and Validate

aids building an interactive pattern library

could be used for production

Page 20: Rapid prototyping

1

2

3

4

1. On click of the calendar icon, calendar will pop up, where the user can select the date range.

2. The date which have records are highlighted with blue background. And the user can select only those dates

3. The dates which don’t have records are disabled and colored grey.

4. The user can choose the month and year

On click of the calendar icon, calendar will pop up, where the user can select the date range. The date which have records should be highlighted with blue background. And the user can select only those dates. The dates which don’t have records are disabled and colored grey. The user can choose the month and year

Nobody likes to read. So

prototype and „annotate‟

Less need for clarification and

less rework

# tips

Page 21: Rapid prototyping

Firebug

Page 22: Rapid prototyping

firebug

Page 23: Rapid prototyping

firebug

Page 24: Rapid prototyping

Intermediate Step

Html/CSS

Firebug

Paper

PowerPoint

Visual Design Tool

plus+plus+

plus+

plus+

plus+

Page 25: Rapid prototyping

not just for Designers, its for everyone

use Right tool for the right Job

validate the design, through prototyping

way towards creating a culture of user experience