responsive design and information architecture with oracle web center content - introduction and...

53
#C14LV REMINDER Check in on the COLLABORATE mobile app #C14LV RESPONSIVE DESIGN Dmitri Khanine Sr. Architect ECM Solutions http://ECMSolutions.ca Achieving peak user productivity, scalability and awesome response time in Web Center Content

Upload: dmitri-khanine

Post on 13-Dec-2014

219 views

Category:

Software


0 download

DESCRIPTION

This whitepaper provides understanding of Responsive Design principles (RDP) and how they apply to your Oracle Content Management system. It also introduces the basic principles of Information Architecture and User Experience Management and shows real world examples of the impact of implementing the RDP. It’s here to help Oracle professionals to quickly identify areas of sub-standard performance and sub-par user experience in their WebCenter implementation and provide practical recommendations to designers and administrators on boosting user productivity.

TRANSCRIPT

Page 1: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

REMINDER

Check in on the COLLABORATE mobile app

#C

14

LV

RESPONSIVE DESIGN

Dmitri Khanine

Sr. ArchitectECM Solutionshttp://ECMSolutions.ca

Achieving peak user productivity, scalability and awesome response time in Web Center Content

Page 2: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

2

Welcome to Session 606!

■ Responsive Design▪ What is it

▪ Principles

▪ How to use with WebCenter

■ Information Architecture▪ What is it

▪ Principles

▪ How to use with WebCenter

■ User Experience ▪ Case Study

Page 3: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

3

Responsive Design

■ What does it mean?

▪ Is this the design that responds to user needs?

▪ Or it assures fast response times?

▪ Or it’s a variant of Ajax?

Page 4: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

4

What is Responsive Design?

■ It’s an approach to designing HTML apps that work well on a variety of different screens

Page 5: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

5

Responsive Design - Introduction

■ It’s an approach, not a technology■ Also known as “Responsive Design Principles or RDP”

■ Ever growing number of implementations

■ Makes Sense!

■ Often contrasted to Adaptive Web Design

Page 6: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

6

Adaptive vs. Responsive

■ Adaptive = mobile + desktop

▪ Browser Detection is key

▪ Mobile site fits mobile

▪ Desktop site fits desktop

■ Responsive = one site that responds to it’s environment

▪ Screen Size is key

▪ Works well on all devices

Page 7: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

7

Adaptive Design - Demo

■ Mobile Site on a tablet:

Page 8: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

8

Adaptive Design – Demo (contd.)

■ Desktop site on a phone:

Page 9: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

9

Responsive Design - Demo

■ Jyske Bank – Denmark:

Phone Tablet Desktop

Page 10: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

10

Key Principles

■ Key Principles of RDP:

Page 11: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

11

Browser as the reason for the design

■ “Stop Thinking in Pages. Start Thinking in Systems.”

Jeremy Keith

▪ Start with the needs of each browser— Mobile

— Tablet

— Desktop

▪ Factor in connection speeds and scripting abilities

Page 12: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

12

‘Mobile First’ principle

■ Why?▪ 28% of all traffic in 2013 was mobile

■ Design your mobile experience first■ Add new elements as capabilities increase

Page 13: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

13

Progressive Enhancement Principle

■ Start with ‘Mobile First’■ Add features and elements as capabilities increase■ Think ‘Break Points’ – screen sizes where you add

functionality

Page 14: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

14

Break Points Example

■ Jyske Bank’ Site

▪ Product Buttons are replaced by the product shelf at 450px

▪ Left feature on the top is added at 500px

▪ Search box replaces the search button at 750 px,

▪ Feature image is added at 850 px,

▪ Full top menu replaces a menu button at 550px,

▪ Two lines of Product Shelf joins into one at 1000 px

Page 15: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

15

Break Points Example (contd.)

Page 16: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

16

Graceful Degradation Principle

■ Opposite of Progressive Enhancement

■ Starts with your Desktop Site and takes away features to make it work on smaller screens

▪ Resize, reposition, hide or replace heavy graphics and JavaScript

■ Important features may disappear as User Experience is designed based on desktop capabilities

Page 17: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

17

Graceful Degradation Principle - Example

Page 18: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

18

The Fluid Grid

■ Use percentage sizing instead of pixels

■ No tables used for layout▪ Use CSS positioned DIVs

■ Do not use absolute positioning. Use CSS float instead

Page 19: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

19

Media Queries

■ CSS construct that allows page to adjust to the type of output device

▪ Hide background and some graphics when printing

▪ Resize objects based on screen size

■ @media screen and (max-width: 480px){ .header { background:

url('img/bkg_small.jpg');} }

■ @media screen and (min-width: 481px) and (max-width: 600px)

{ .header{ background: url('img/bkg_med.jpg');} }

■ @media screen and (min-width: 601px){ .header{ background:

url('img/bkg_lg.jpg');} }

Page 20: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

20

Client – Server Interaction

■ Hiding objects with CSS will not make the page load faster

▪ To tailor page to screen size use cookies or Ajax calls to set session values

Page 21: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

21

Using RDP with WebCenter

Practical insights and Observations

Practical insights and Observations

Page 22: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

22

WebCenter Sites Mobility Server

■ Automatically formatting your site's content to fit the end user's device

Page 23: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

23

Digital Asset Manager (DAM)

■ Automatically generate various resolution sets for all types of images

■ Have them ready for use in your design

■ Video Manager converts videos to streaming format▪ Generates storyboard thumbnails

Page 24: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

24

RDP with ADF

■ Can be tricky as ADF is driven by custom tags▪ Custom tags controlled by rederkit

■ Check out John Sim’s template for using Fluid Grid with ADFL

▪ Google for “Fishbowl Responsive Design”

(http://cfour.fishbowlsolutions.com/2012/08/16/webcenter-portal-spaces-boilerplate-template-and-guide-to-responsive-design/ )

Page 25: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

25

RDP with Site Studio

■ No serious limitations on your code

■ Do not to use Design Mode in Site Studio Designer as it may break your code

Page 26: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

26

Basic Principles of

Information Architecture

Page 27: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

27

Information Architecture (IA)

■ Deals with the structure of information

■ Before designing IA answer these questions:

▪ What types of information assets are you managing

▪ What are your high level Use Cases

Page 28: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

28

Basic Principles

Page 29: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

29

Affinity to Growth

■ Design so it will continue to work when your content multiplies by factor of 10 and more

▪ Cost of storage goes down

▪ More content comes in then gets disposed

Page 30: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

30

Content as an Object

■ Content is a living thing▪ Lifecycle – expiry, seasonal etc

▪ Attributes

■ Think content types and relationships

Page 31: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

31

The choice dilemma

■ Large number of choices make it hard for us to decide

■ (Small, focused lists are the answer)

Page 32: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

32

Gradual Disclosure

■ Only show enough information for people to understand what comes next and make a decision

■ Think layers▪ Start with a list of short descriptions

or snippets

▪ These will lead to the item

■ Google is a perfect example

Page 33: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

33

Show by example

■ "Describe the content of categories by showing examples of content“

Dan Brown

Page 34: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

34

Arbitrary point of entry

■ Assume that 50% of your visitors will NOT use your home page

▪ Your site template have all required navigation

▪ Every page needs to show what other content is also available

■ Home page should not be the do all page▪ Focus on welcoming and properly introducing new users

Page 35: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

35

DIVERSE CLASSIFICATION

■ People use different ways when they’re looking for information

▪ Gmail has moved away from folders and uses labels

▪ Think online store – browse by size, color and type.

■ Taken too far - may overwhelm and confuse your users

Page 36: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

36

Rethink your nav

■ Most shops refer to navigation elements by location▪ Names like Top Nav, Left Nav make you miss the purpose

▪ Try using

— ‘Department Nav’ instead of the ‘Top Nav’

— ‘Topic Nav’ instead of the ‘Left Nav’

Page 37: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

37

User Experience Management

Page 38: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

38

User Experience Management (UEM)

■ An overarching topic – including

▪ Information Architecture

▪ Your design

▪ Information flows

▪ Usability

■ Start with your Use Cases!

Page 39: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

39

Case Study: Improving User Experience with Oracle Content Server ■ Content Server UI is a frequent target for end user

complaints...

Page 40: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

40

Our findings

■ We began by studying Use Cases

▪ Main information flow:

Search > Content Information > Document Preview

■ Main problem – a lot of waiting:▪ Click on the link and wait

▪ Then go back and wait for results to load again

▪ Find the row you just clicked on and click on the next one

Page 41: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

41

Screen Layout

■ Use of screen real estate can be greatly improved▪ 20 rows per screen and nothing else:

Page 42: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

42

Pagination

■ May work well on a web site, but problematic in a web app

▪ Going to the next page involves waiting.

▪ Mass update operations that span multiple pages have to be performed multiple times (for each page)

▪ Risk of error – as you have to repeat update instructions for every page

Page 43: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

43

New UI

■ More information on the screen means less waiting:

Page 44: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

44

New features

■ Seamless scroll with lazy load■ Almost twice as many rows on the screen without feeling

crowded■ Document Preview and Content Information without leaving

Search Results

Page 45: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

45

Checkboxes – be gone!

■ Windows style selection:▪ Ctrl and Shift allows multiple selection

Page 46: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

46

Context Sensitive Menus

■ Context Menu changes based on the number of items and type of items selected:

Page 47: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

47

Iteratively refinement of search criteria:

■ Allows users to tweak their criteria without leaving the form:

Page 48: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

48

New Content Server Web UI

■ Why didn’t we use the new Web UI?▪ Web UI requires 11g

▪ Project took place before Web UI was available

▪ Our UI still works better for the type of information they managing:

Page 49: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

49

Conclusion

Page 50: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

50

Conclusion

■ Mobile browsing becomes mainstream

▪ Consider using Responsive Design on your sites

▪ Information Architecture becomes more critical as amounts of information grows

▪ Think Use Cases and Information Flows before designing your site or your web app

Page 51: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

51

About Us

■ ECM Solutions does▪ Oracle WebCenter Implementation, Support and Training

■ We also▪ Help you “Awe Your Business Users” with Dynamic User

Interfaces

■ Check www.ecmsolutions.ca for real life user stories

Page 52: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV#

C1

4LV

Please complete the session evaluation on the mobile appWe appreciate your feedback and insight

This box will have simplified instructions about how to complete the session evaluation online

Page 53: Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices

#C

14

LV

53

THANK YOU!

[email protected]