44
UX

Presentation Ux

Embed Size (px)

Citation preview

Page 1: Presentation Ux

UX

Page 2: Presentation Ux

What is user experience?

Page 3: Presentation Ux
Page 4: Presentation Ux
Page 5: Presentation Ux

User experience

• Accessibility• Usability• Screen patterns• Progressive Enhancement• Usertests

Page 6: Presentation Ux

Accessibility

Meaning everyone can access your application by all means. Could be:

- using any kind of interpreter- Using any kind operating system- Using all kinds of media (pc, mac, tv,

handheld, print out, …)- Using your application even if the user has

some kind of handicap

Page 7: Presentation Ux

Using any kind of interpreter

Welcome to the 2009. The browser war continues…

- Mozilla firefox 2, 3- Safari 3, 4- Chrome 1- Internet explorer 5.5, 6, 7, 8

Page 8: Presentation Ux

Using any kind of OS

• Linux• Mac os• Windows 98 / NT / 2000 / XP / vista / 7

Page 9: Presentation Ux

Using all kinds of media

• Televisions (flatscreens, full HD, olschool TV)• Handhelds (palms, mobile phones, …)• Screen (resolution issues)• Print (a print out of your UI)• Emboss, braille, ….

Page 10: Presentation Ux

Disabled people

Imagine having no mouse and a keyboard, or, imagine having a keyboard and no mouse. Imagine having no arms, imagine using your app on your laptop on a bumpy road…

Will it hold, and if so, will you hold, or will you break down…

Page 11: Presentation Ux

Usability

• Want content• Don’t read, scan• Impatient• Can’t choose• Intuition• Have control

Page 12: Presentation Ux

Users want content

Users appreciate quality and credibility. Even if your application looks like sh*t, if the user finds it way around it and it does what it’s supposed to do, everybody is happy.

Slick designed apps that don’t do what they’re supposed to do or that don’t reply the user with the right content are worthless.

Page 13: Presentation Ux

Users don’t read, they scan

Page 14: Presentation Ux

Users are impatient

Users want to have what they want right now, or at least now that it might take a while. Nobody likes to wait…

Page 15: Presentation Ux

Users can’t choose

Be nice to your clients, making choises is not their job.

- They will click on the first link that looks like a way to their goal.

- Don’t show them 400 possible downloads for 400 different versions of a program

Page 16: Presentation Ux

Users follow their intuition

Users don’t mind if the actions they perform are not the optimized way to go, they are satisfied with the result. Users don’t mind how it works, until it stops working…

Never had a client that tried to explain what the possible mistake could be?

Page 17: Presentation Ux

Users have control

Don’t force anything to your user, don’t popup windows, start automated printouts, unless the user asks for it.

When visiting a website that resizes your browser window or start playing annoying tunes you leave in what… 5 seconds?

Page 18: Presentation Ux

Screen patterns

There is a set of 12 screen patterns, let’s take a look at them.

Page 19: Presentation Ux

Master - detailMaster/Detail screen pattern can be vertical or

horizontal. Ideal for creating an efficient user experience by allowing the user to stay in the same screen while navigating between items. Horizontal layout is a good choice when the user needs to see more information in the master list than just a few identifiers- or when the master view is comprised of a set of items that each have additional details.

e.g: outlook, itunes, windows explorer, mac finder, …

Page 20: Presentation Ux

Column browse

The Browse screen pattern can be vertical or horizontal. Ideal for creating an custom user experience by allowing the user to start from various entry points for navigating to the item(s) they are interested in.

e.g: outlook, itunes, mac finder, …

Page 21: Presentation Ux

Search / results

The Search screen pattern can range from very simple to quite advanced. Ideal for creating an efficient user experience by allowing the user to navigate directly to an item or set of items meeting specific criteria.

e.g: google, itunes

Page 22: Presentation Ux

Filter Dataset

The Filter Dataset screen pattern can be vertical or horizontal. Ideal for creating an efficient user experience by allowing the user to refine a set of known data, or further refine search results.

e.g: iTunes

Page 23: Presentation Ux

Forms

All Form screens should be approached with a solid understanding of usability and design best practices.

“Web Form Design: Filling in the Blanks” by Luke Wroblewski is good start for building forms.

Page 24: Presentation Ux

Palette/ Canvas

The Palette/ Canvas screen pattern is seldom the right pattern to apply, but it is the only pattern for documenting or creating: linear or non-liner processes; flow diagrams; screen layouts; design/diagram with physical size or layout constraints.

Page 25: Presentation Ux

DashboardA well designed Dashboard will provide:

key information at a glance, real time data, easy to read graphics, clear entry points for exploration This is typically not achieved by displaying a single screen of metrics (either in a big table, or just a bunch of graphs). Providing a high degree of customization is no substitute for user research and testing. Stephen Few has a nice book on this topic Information Dashboard Design: The Effective Visual Communication of Data .

Page 26: Presentation Ux

SpreadsheetThe Spreadsheet screen pattern is

ideal for creating an efficient user experience by allowing the user to easily scan, edit and enter information (in bulk). The Spreadsheet should provide the following functionality: standard table features like sort, hide/show columns, rearrange columns, group by (if applicable), global level undo/redo, add/insert/delete row, keyboard navigation, import and export.

Page 27: Presentation Ux

Wizard

The Wizard/Quick Start screen pattern is ideal for creating an efficient user experience by guiding the user through a complex or infrequent workflow.

Page 28: Presentation Ux

Question & AnswerThe Q&A screen pattern is ideal for

creating an efficient user experience by allowing the user to enter known information and receive a solution. Q & A differs from Search in that this pattern should be used to assist users in identifying possible options or a single recommendation in an arena they are lacking expertise (health insurance, mortgages, planning, purchases).

Page 29: Presentation Ux

Parallel PanelsThe Parallel Panels screen pattern can be

stacked (showing one at a time) or unstacked (showing all at once). This pattern is ideal for organizing chunks of information that are similar or have interdependent tendencies. Efficiency is gained by keeping the user in one screen. Ideal candidates for the stacked variation of this pattern are simple work-flows with: a high level, visible goal that is fed by multiple inputs, multiple non-sequential steps. This combines a number of the web site patterns outlined in “Designing Interfaces” by Jennifer Tidwell for a single pattern for chunking and displaying data.

Page 30: Presentation Ux

Interactive ModelThe Interactive Model screen pattern

is characterized by many interactive elements associated with the key object (a calendar, map, graph, chart, canvas). It is ideal for creating a user experience that is closely aligned with the user’s mental model (a natural fit). Excellent candidates for this pattern are: calendars, maps, gantt charts, what-if scenarios (including calculators), WYSIWYG editors (including photo editing).

Page 31: Presentation Ux

Bonus: blank stateThis is the natural state of the

application, before any data has been entered or accessed. The book, “Getting Real” by 37signals”explains that a blank state screen is an excellent place to set users expectations. By giving them a preview this can lower anxiety and reduce frustration and confusion. Items to include in a blank state screen include: videos, quick tutorials, help tips, a screenshot of what a fully loaded screen will look like.

Page 32: Presentation Ux

Progressive enhancement

• Architecture• Structure• Presentation• Behaviour

Page 33: Presentation Ux

Architecture

Create wireframes of all the different page types your app might consist of (using one of the 12 screen patterns)

There are good wireframe programs like visio, omnigraffle, …

Page 34: Presentation Ux
Page 35: Presentation Ux

Structure

Build your raw application, only the data in a semantic structure is presented to the user.

This is usefull for alternative users. Disabled people, handhelds, print outs, …

Page 36: Presentation Ux

Presentation

Start building your design according to your wireframe. Make your structure look like your design without messing in your semantic code.

e.g. css for screen, print, handhelds, braille, embossed, tv, … Indesign template, …

Page 37: Presentation Ux

Behaviour

Special stuff like catching default actions in a different way. E.g. ajax requests must be caught afterwards.

Page 38: Presentation Ux

Purpose?

- Gracefully degrading- Cross media- Changing your presentation doesn’t affect

your data structure

Page 39: Presentation Ux

Usertests

Test your application inhouse. It stands for one user, does it stand for 5, 10, 100, 500 people? Simulate it.

Use screen capture programs, eyetracking tools to know the behaviour of most of your users. Is everything clear? What can be changed

Page 40: Presentation Ux

Usertests

There are good apps on the market, for instance:

Silverback (mac os x):

Page 41: Presentation Ux
Page 42: Presentation Ux

That’s it, that’s all!

Page 43: Presentation Ux

Upcoming Good Friday meetings- Outlook Life hacking- Docbook- Glb_Document & parser HOWTO- Eclipse PDT- XML, XSL and XSLT- CruiseControl- Image handling- Typografy- PHPUnit- IDML- Zend Product overview- Magento Ecommerce- Conference summaries- What's the W3C?- OpenID (and authentication in general)- Developer Machine/Workflow- SEO

Page 44: Presentation Ux