Slide 1

Slide 1 text

Design Patterns

Slide 2

Slide 2 text

You use design patterns all the time. They are common solutions to problems.

Slide 3

Slide 3 text

E X A M P L E D E S I G N P A T T E R N Problem: There is too much to fit on one page of a website. Solution: Tabs

Slide 4

Slide 4 text

E X A M P L E D E S I G N P A T T E R N Solution: Dropdown Menus Problem: There is lots of navigation or actions you need to offer users, but can’t dedicate the screen space to show all of them at once (or it would be too overwhelming).

Slide 5

Slide 5 text

button search form progress bar E X A M P L E D E S I G N P A T T E R N collection

Slide 6

Slide 6 text

Design patterns are awesome. Here’s why.

Slide 7

Slide 7 text

They are good for users. 1 There is no confusion. They don’t have to “learn” anything.

Slide 8

Slide 8 text

Gosh, how am I going to get pass this solid wooden barrier?

Slide 9

Slide 9 text

Very high chance users have used tabs before. If not, they are easy to learn. All the affordances are there: rollover, pointer cursor, white-to-white, look like real tabs

Slide 10

Slide 10 text

Even if a user has to learn, they only need to do it once. For example, once you’ve interacted with an accordion in CREATE you’ll know how to use it in ANALYZE. “Accordion”

Slide 11

Slide 11 text

They are good for development. 2 Speeds up development. Nobody repeats each other’s work. Ease of future updates.

Slide 12

Slide 12 text

Analyze Create NEW THING!!1 Homepage

Slide 13

Slide 13 text

Rock ‘n’ Roll http://chriscoyier.github.com/SurveyMonkey-Design-Patterns/

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

No content