REMINDER
Check in on the COLLABORATE
mobile app
RESPONSIVE DESIGN
Dmitri Khanine
Sr. Architect
ECM Solutions
http://ECMSolutions.ca
Achieving peak user productivity,
scalability and awesome response
time in Web Center Content
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
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?
What is Responsive Design?
■ It‘s an approach to designing HTML apps that work well on a
variety of different screens
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
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
Adaptive Design - Demo
■ Mobile Site on a tablet:
Adaptive Design – Demo (contd.)
■ Desktop site on a phone:
Responsive Design - Demo
■ Jyske Bank – Denmark:
Phone Tablet Desktop
Key Principles
■ Key Principles of RDP:
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
‘Mobile First’ principle
■ Why?
▪ 28% of all traffic in 2013 was mobile
■ Design your mobile experience first
■ Add new elements as capabilities increase
Progressive Enhancement Principle
■ Start with ‗Mobile First‘
■ Add features and elements as capabilities increase
■ Think ‗Break Points‘ – screen sizes where you add
functionality
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
Break Points Example (contd.)
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
Graceful Degradation Principle - Example
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
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');} }
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
Using RDP with WebCenter
Practical insights and Observations
Practical insights and Observations
WebCenter Sites Mobility Server
■ Automatically formatting your site's content to fit the end
user's device
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
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/ )
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
Basic Principles of
Information Architecture
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
Basic Principles
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
Content as an Object
■ Content is a living thing
▪ Lifecycle – expiry, seasonal etc
▪ Attributes
■ Think content types and relationships
The choice dilemma
■ Large number of choices make it hard for us to decide
■ (Small, focused lists are the answer)
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
Show by example
■ "Describe the content of categories by showing examples of
content―
Dan Brown
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
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
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‘
User Experience Management
User Experience Management (UEM)
■ An overarching topic – including
▪ Information Architecture
▪ Your design
▪ Information flows
▪ Usability
■ Start with your Use Cases!
Case Study: Improving User Experience
with Oracle Content Server
■ Content Server UI is a frequent target for end user
complaints...
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
Screen Layout
■ Use of screen real estate can be greatly improved
▪ 20 rows per screen and nothing else:
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
New UI
■ More information on the screen means less waiting:
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
Checkboxes – be gone!
■ Windows style selection:
▪ Ctrl and Shift allows multiple selection
Context Sensitive Menus
■ Context Menu changes based on the number of items and
type of items selected:
Iteratively refinement of search criteria:
■ Allows users to tweak their criteria without leaving the form:
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:
Conclusion
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
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
Please complete the session
evaluation on the mobile app
We appreciate your feedback and insight
This box will have simplified instructions about how
to complete the session evaluation online
THANK YOU!
info@ECMSolutions.ca

More Related Content

KEY
Beyond the Desktop: Sites and Apps for Phones and Tablets
PPT
Developers Agenda
PDF
Designing for Growth, Academy Xi
PPTX
Going beyond the pale 10292012
PDF
The Art of Web Design, 101
PDF
How to create a mobile version of your website
PPTX
Web design
PPT
Web Development
Beyond the Desktop: Sites and Apps for Phones and Tablets
Developers Agenda
Designing for Growth, Academy Xi
Going beyond the pale 10292012
The Art of Web Design, 101
How to create a mobile version of your website
Web design
Web Development

What's hot (20)

PDF
Responsive web - CC FE & UX
PDF
Wcto2014
PPTX
Using Weebly in Adult Education
PPTX
Apple pi preso_october_2019_final4
PDF
Designing and Theming Drupal for Mobile Devices
KEY
Going Independent - making it as a freelance web professional
PDF
Optimal Mobile Web Experiences
PPT
Website building 101 for Small Business
PPTX
Responsive Web Design for Foodies
PPTX
Fundamentals of Web Design | Chandan Chakraborty
PPTX
Favorite technologies db 14
PPT
Web design
PPT
Future Scope of Website Designing in India
PPT
Software and Website Development Company
PPT
Mobuz Solutions | Things to remember when designing your website
PPTX
Cool tool
PPTX
Webpage and ict
PPTX
Responsive web - CC FE & UX
Wcto2014
Using Weebly in Adult Education
Apple pi preso_october_2019_final4
Designing and Theming Drupal for Mobile Devices
Going Independent - making it as a freelance web professional
Optimal Mobile Web Experiences
Website building 101 for Small Business
Responsive Web Design for Foodies
Fundamentals of Web Design | Chandan Chakraborty
Favorite technologies db 14
Web design
Future Scope of Website Designing in India
Software and Website Development Company
Mobuz Solutions | Things to remember when designing your website
Cool tool
Webpage and ict
Ad

Viewers also liked (20)

PPTX
Responsive Web Design - Enjeux, Solutions, Méthodologie
PDF
Responsive/Interactive Architecture Enriching Urban Spaces with Interactive/ ...
PDF
Mobile Website or Responsive Design? The Answer is NEITHER.
 
PPT
Duncan Allen :: Supporting Healthcare Systems Interoperability
PPTX
eScience, Education and Knowledge Management
ODP
Building Vibrant Communities - Erfolgreiche Einführung von Enterprise 2.0
PDF
Improving Data for Decision-Making: Leveraging Data Quality Audits in Haryana...
PDF
Dhis2 android user_man
PDF
Methodology Of Enterprise Applications Capacity Planning
PPTX
PEPFAR’s DATIM4U and Associated Interoperability Components
PPTX
Health Information System: Interoperability and Integration to Maximize Effec...
PPTX
IEEE Presentation
PPT
OpenStand – Principles for Open Standards and Open Development
PPTX
Oracle architecture with details-yogiji creations
PPTX
Database Consolidation using the Oracle Multitenant Architecture
PDF
OOW09 Integration Architecture EBS R12
PPT
Fusion Middleware Oracle Data Integrator
PDF
Diagnostics of a Linux System
PPTX
Mastering unix
PDF
Oracle SOA Suite 11g Troubleshooting Methodology
Responsive Web Design - Enjeux, Solutions, Méthodologie
Responsive/Interactive Architecture Enriching Urban Spaces with Interactive/ ...
Mobile Website or Responsive Design? The Answer is NEITHER.
 
Duncan Allen :: Supporting Healthcare Systems Interoperability
eScience, Education and Knowledge Management
Building Vibrant Communities - Erfolgreiche Einführung von Enterprise 2.0
Improving Data for Decision-Making: Leveraging Data Quality Audits in Haryana...
Dhis2 android user_man
Methodology Of Enterprise Applications Capacity Planning
PEPFAR’s DATIM4U and Associated Interoperability Components
Health Information System: Interoperability and Integration to Maximize Effec...
IEEE Presentation
OpenStand – Principles for Open Standards and Open Development
Oracle architecture with details-yogiji creations
Database Consolidation using the Oracle Multitenant Architecture
OOW09 Integration Architecture EBS R12
Fusion Middleware Oracle Data Integrator
Diagnostics of a Linux System
Mastering unix
Oracle SOA Suite 11g Troubleshooting Methodology
Ad

Similar to Responsive Design and Information Architecture with Oracle Web Center Content - Introduction and Best Practices (20)

PPTX
Responsive Web Design ~ Best Practices for Maximizing ROI
PPTX
Getting Down & Dirty with Responsive Web Design
PDF
#1NLab14: Responsive Design
PPT
Responsible, Responsive Design Webinar - November 12, 2014
PDF
UCD14 Talk - Anna Dahlstrom - Device Agnostic Design: How to get your content...
PDF
Device Agnostic Design - UCD2014, London 25 Oct 2014
PDF
Everything You Know is Not Quite Right Anymore: Rethinking Best Practices to ...
PDF
Everything You Know is Not Quite Right Anymore: Rethinking Best Web Practices...
PDF
Ready to go Mobile? Today's Mobile Landscape: Responsive, Adaptive, Hybrid, a...
PPTX
Responsive Web Design at UCR
PDF
Graydient Creative_LR
PPTX
Responsive Web Design: One Size No Longer Fits All
PDF
Does your website have these elements of responsive web design?
PPTX
Spectrum 16 pmc 16 - mobile and tech comm
PDF
Managing Responsive - eduWeb Digital Summit 2012 – Boston
PDF
Siruna presentation Mobile Drupal @ Drupalcamp Colorado Jun09
PPTX
Responsive Web Design Workshop, Frankfurt Bookfair 2013
PDF
BBDO Whitepaper—Responsive & Adaptive Design
PDF
Responsive & Adaptive Design: Delivering Websites That Delight Your Users
PPTX
MoDevGov 2014 - Sustainable Solutions for Content and Function Parity Across ...
Responsive Web Design ~ Best Practices for Maximizing ROI
Getting Down & Dirty with Responsive Web Design
#1NLab14: Responsive Design
Responsible, Responsive Design Webinar - November 12, 2014
UCD14 Talk - Anna Dahlstrom - Device Agnostic Design: How to get your content...
Device Agnostic Design - UCD2014, London 25 Oct 2014
Everything You Know is Not Quite Right Anymore: Rethinking Best Practices to ...
Everything You Know is Not Quite Right Anymore: Rethinking Best Web Practices...
Ready to go Mobile? Today's Mobile Landscape: Responsive, Adaptive, Hybrid, a...
Responsive Web Design at UCR
Graydient Creative_LR
Responsive Web Design: One Size No Longer Fits All
Does your website have these elements of responsive web design?
Spectrum 16 pmc 16 - mobile and tech comm
Managing Responsive - eduWeb Digital Summit 2012 – Boston
Siruna presentation Mobile Drupal @ Drupalcamp Colorado Jun09
Responsive Web Design Workshop, Frankfurt Bookfair 2013
BBDO Whitepaper—Responsive & Adaptive Design
Responsive & Adaptive Design: Delivering Websites That Delight Your Users
MoDevGov 2014 - Sustainable Solutions for Content and Function Parity Across ...

Recently uploaded (20)

PDF
Introduction to Ragic - #1 No Code Tool For Digitalizing Your Business Proces...
PDF
MiniTool Power Data Recovery 12.6 Crack + Portable (Latest Version 2025)
DOCX
Modern SharePoint Intranet Templates That Boost Employee Engagement in 2025.docx
PPTX
4Seller: The All-in-One Multi-Channel E-Commerce Management Platform for Glob...
PDF
Understanding the Need for Systemic Change in Open Source Through Intersectio...
PPTX
DevOpsDays Halifax 2025 - Building 10x Organizations Using Modern Productivit...
PDF
Practical Indispensable Project Management Tips for Delivering Successful Exp...
PPTX
Plex Media Server 1.28.2.6151 With Crac5 2022 Free .
PPTX
string python Python Strings: Literals, Slicing, Methods, Formatting, and Pra...
PPTX
Chapter 1 - Transaction Processing and Mgt.pptx
PPT
3.Software Design for software engineering
PDF
Internet Download Manager IDM Crack powerful download accelerator New Version...
PPTX
Airline CRS | Airline CRS Systems | CRS System
PDF
E-Commerce Website Development Companyin india
PPTX
R-Studio Crack Free Download 2025 Latest
PPTX
Python is a high-level, interpreted programming language
PDF
Workplace Software and Skills - OpenStax
PPTX
Download Adobe Photoshop Crack 2025 Free
PDF
CapCut PRO for PC Crack New Download (Fully Activated 2025)
PDF
Sun and Bloombase Spitfire StoreSafe End-to-end Storage Security Solution
Introduction to Ragic - #1 No Code Tool For Digitalizing Your Business Proces...
MiniTool Power Data Recovery 12.6 Crack + Portable (Latest Version 2025)
Modern SharePoint Intranet Templates That Boost Employee Engagement in 2025.docx
4Seller: The All-in-One Multi-Channel E-Commerce Management Platform for Glob...
Understanding the Need for Systemic Change in Open Source Through Intersectio...
DevOpsDays Halifax 2025 - Building 10x Organizations Using Modern Productivit...
Practical Indispensable Project Management Tips for Delivering Successful Exp...
Plex Media Server 1.28.2.6151 With Crac5 2022 Free .
string python Python Strings: Literals, Slicing, Methods, Formatting, and Pra...
Chapter 1 - Transaction Processing and Mgt.pptx
3.Software Design for software engineering
Internet Download Manager IDM Crack powerful download accelerator New Version...
Airline CRS | Airline CRS Systems | CRS System
E-Commerce Website Development Companyin india
R-Studio Crack Free Download 2025 Latest
Python is a high-level, interpreted programming language
Workplace Software and Skills - OpenStax
Download Adobe Photoshop Crack 2025 Free
CapCut PRO for PC Crack New Download (Fully Activated 2025)
Sun and Bloombase Spitfire StoreSafe End-to-end Storage Security Solution

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

  • 1. REMINDER Check in on the COLLABORATE mobile app RESPONSIVE DESIGN Dmitri Khanine Sr. Architect ECM Solutions http://ECMSolutions.ca Achieving peak user productivity, scalability and awesome response time in Web Center Content
  • 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
  • 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?
  • 4. What is Responsive Design? ■ It‘s an approach to designing HTML apps that work well on a variety of different screens
  • 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
  • 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
  • 7. Adaptive Design - Demo ■ Mobile Site on a tablet:
  • 8. Adaptive Design – Demo (contd.) ■ Desktop site on a phone:
  • 9. Responsive Design - Demo ■ Jyske Bank – Denmark: Phone Tablet Desktop
  • 10. Key Principles ■ Key Principles of RDP:
  • 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
  • 12. ‘Mobile First’ principle ■ Why? ▪ 28% of all traffic in 2013 was mobile ■ Design your mobile experience first ■ Add new elements as capabilities increase
  • 13. Progressive Enhancement Principle ■ Start with ‗Mobile First‘ ■ Add features and elements as capabilities increase ■ Think ‗Break Points‘ – screen sizes where you add functionality
  • 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
  • 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
  • 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
  • 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');} }
  • 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
  • 21. Using RDP with WebCenter Practical insights and Observations Practical insights and Observations
  • 22. WebCenter Sites Mobility Server ■ Automatically formatting your site's content to fit the end user's device
  • 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
  • 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/ )
  • 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
  • 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
  • 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
  • 30. Content as an Object ■ Content is a living thing ▪ Lifecycle – expiry, seasonal etc ▪ Attributes ■ Think content types and relationships
  • 31. The choice dilemma ■ Large number of choices make it hard for us to decide ■ (Small, focused lists are the answer)
  • 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
  • 33. Show by example ■ "Describe the content of categories by showing examples of content― Dan Brown
  • 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
  • 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
  • 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‘
  • 38. User Experience Management (UEM) ■ An overarching topic – including ▪ Information Architecture ▪ Your design ▪ Information flows ▪ Usability ■ Start with your Use Cases!
  • 39. Case Study: Improving User Experience with Oracle Content Server ■ Content Server UI is a frequent target for end user complaints...
  • 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
  • 41. Screen Layout ■ Use of screen real estate can be greatly improved ▪ 20 rows per screen and nothing else:
  • 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
  • 43. New UI ■ More information on the screen means less waiting:
  • 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
  • 45. Checkboxes – be gone! ■ Windows style selection: ▪ Ctrl and Shift allows multiple selection
  • 46. Context Sensitive Menus ■ Context Menu changes based on the number of items and type of items selected:
  • 47. Iteratively refinement of search criteria: ■ Allows users to tweak their criteria without leaving the form:
  • 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:
  • 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
  • 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
  • 52. Please complete the session evaluation on the mobile app We appreciate your feedback and insight This box will have simplified instructions about how to complete the session evaluation online