portals and web standards lessons learned and applied david cook [email protected] copyright the...

28
Portals and Web Standards Lessons Learned and Applied David Cook [email protected] Copyright The University of Texas at Austin 2003. This work is the intellectual property of the author. Permission is granted for this material to be shared for non-commercial, educational purposes, provided that this copyright statement appears on the reproduced materials and notice is given that the copying is by permission of the author. To disseminate otherwise or to republish requires written permission from the author.

Upload: morgan-hugo-fisher

Post on 18-Jan-2016

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Portals and Web Standards

Lessons Learned and Applied

David [email protected]

Copyright The University of Texas at Austin 2003. This work is the intellectual property of the author. Permission is granted for this material to be shared for non-commercial, educational purposes, provided that this copyright statement appears on the reproduced materials and notice is given that the copying is by permission of the author. To disseminate otherwise or to republish requires written permission from the author.

Page 2: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

UT Direct

• Background/History

• UT’s Technology Environment

• UT Direct 1.0

• UT Direct 2.0 Vision

• Web Standards

• Challenges

Page 3: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

A Bit of History

• President Faulkner’s State of the University address in Fall 1999

• Original goals of this vision– Improved quality of service– Improved efficiencies

• Help students, faculty, and staff with their university business

• Many services on the Web already

Page 4: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Technology Environment

• Unified databases• Distributed application development;

175 trained developers• ADABAS/Natural/webAgent

Page 5: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Sample Services Before UT Direct

Page 6: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

UT Direct 1.0

• Launched in August 2000

• Customized and personalized experience to students, faculty and staff based on primary role

• Over 100 services

Page 7: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

UT Direct 1.0 Development Effort

• 45 staff, 14,000 hours

• Estimated 50% of development hours spent on browser issues

Page 8: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

UT Direct 1.0

Page 9: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

UT Direct Usage

• 195K total users

• Spring 2002– 35K unique users per month– 22K repeat visitors each month

Page 10: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Sample Services Before UT Direct

Page 11: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Similar Services After UT Direct 2.0

Page 12: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Issues faced with UT Direct 1.0

• Changing templates• Browser problems and updates; 50% of staff

maintenance time• Frames • Some usability issues• Component institution branding• More granular role information needed

Page 13: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

A vision for UT Direct 2.0

• Removal of frames

• Web standards (XHTML/CSS/DOM)

• Support for other UT System components

• Inline functionality rather than just links to services

Page 14: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

UT Direct 2.0 Vision (continued)

• Support for non-webAgent technologies

• Improved modularity and maintainability

• Improved accessibility

• Closer alignment with redesigned public site

Page 15: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Implementing UT Direct 2.0

• Gathered developer community to outline vision

• Developed UT Direct “API”• Web standards education and

evangelization• Usability/accessibility testing• Interface guidelines• Conversion

Page 16: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

UT Direct 2.0

Page 17: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Anatomy of a UT Direct 2.0 Service

Page 18: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Why Were Web Standards Important

• Multiple browser problems

• Accessibility

• Developers would not be drawing the complete page

• Benefits to developers, end users, and support staff

• Reduced costs

Page 19: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Validation Tool for Secure Pages

Page 20: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Sample Tab Code

<div id="headerBottom"><span

class="nonStandard">Tabs:</span>

<div class="tab"><a class="activeTab" href="/utdirect/index.WBX" title="My Home Tab" accesskey="1">My Home</a> </div>

<div class="tab"><a class="nonActiveTab" href="/utdirect/bookmarks/bkms_list.WBX" title="My Bookmarks Tab">My Bookmarks</a>

</div>

Page 21: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Bookmarks

Before – 6 pagesAfter – 60 lines

Page 22: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Logon Screen Warning

Page 23: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Standard vs. Non-standard Browsers

Page 24: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Benefits of UT Direct Development

• Common look and feel for UT and other components

• Service can be easily bookmarked

• Service usage can be logged

• Developers make fewer interface decisions

Page 25: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Component Support

Page 26: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Challenges in Development

• Technical Issues– webAgent 1 and webAgent 2– CSS Issues– Content Registry

• Political issues– Conversion– Priorities– Control

Page 27: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

Future

• Move toward Java for portal framework

• Still must support webAgent applications

• Closer examination of uPortal features

• More open architecture

• Better alignment with public site

Page 28: Portals and Web Standards Lessons Learned and Applied David Cook d.cook@its.utexas.edu Copyright The University of Texas at Austin 2003. This work is the

URLs

• Information on UT Directhttp://utdirect.utexas.edu/utdirect/

• Web Standards and CSS– World Wide Web Consortium

www.w3.org– Web Standards Project

http://www.webstandards.org/– Wired Redesign

http://www.wired.com/news/explanation.html– ESPN Redesign– CSS-discus Wiki

http://css-discuss.incutio.com/– The DAO of Web Design

http://www.alistapart.com/stories/dao/