Windows User Interfaces and Web User Interfaces: Convergence and Confusion in Online Experiences

Size: px
Start display at page:

Download "Windows User Interfaces and Web User Interfaces: Convergence and Confusion in Online Experiences"

Transcription

1 Windows User Interfaces and Web User Interfaces: Convergence and Confusion in Online Experiences Liza Potts Rensselaer Polytechnic Institute Abstract This paper discusses a case study underlining the differences between Windows and Web interfaces currently being implemented online. Findings are reported from a recent examination of DotNetNuke, a web portal system based on Microsoft technologies. Keywords: user experience, user interface, standards, patterns, windows, web Introduction Windows and Web User Interfaces Today s Web is entering a new phase where technologies such as rich internet applications are allowing communicators to devise new user interface mechanisms. On sites such as Flickr, users are able to interact with the Web in real-time, in many cases without having to wait for the page to refresh, due to new AJAX technology. There are also new frameworks such as.net, where developers are able to use Windows-like interface affordances to create Web-based user experiences. While this does leverage a user s understanding of how Windows applications work, it also leads to applications that create unexpected user experiences on the Web. Online, the freedom to experiment with user interface design can often lead to unbridled experimentation. For example, the inconsistent use of buttons and links can result in user confusion. Am I sending information or linking to a new page? These links can also be inadvertently hidden by using the same color as the body text, not using underlines in links, or both. This paper will describe the differences between these two user experiences, discuss the advantages of leveraging this new paradigm for Web interactions, and give specific details on how we as communicators can best address the needs of our users and communicate these needs to Windows developers who are making the transition to the Web. As surprising as it may seem, these issues are still prevalent online and further discussion is needed to help improve these experiences and leverage the new paradigm that technologies such as AJAX and.net will afford us. Case Study: User Experience of DotNetNuke The examples in this paper come from a web application called DotNetNuke. About DotNetNuke DotNetNuke (DNN) is billed as an open source web portal system that runs on Windows with other Microsoft applications. History of DotNetNuke DNN is based on the IBuySpy Portal Solution Kit, a free example distributed by Microsoft.[1] The founder of DNN then modified this free offering, turning it into DNN and releasing it as an open source framework based on Microsoft technologies. DNN now boasts over 200,000 [2] users in multiple countries. DotNetNuke Developers The majority of DNN community developers work part-time on various modules. They are typically more familiar with the Microsoft framework [3] for software development and less familiar with other Web-based frameworks such as PHP.

2 Differences in Affordances This paper will discuss specific examples of the differences between Windows and Web-based user experiences. Traditional Windows-based user interfaces are object driven, while most modern Web-based user interfaces are task driven. While most Windows user interfaces are bound by Microsoft standards and conventions, Web interfaces are more flexible and faster to evolve, depending on the conventions followed. Sites such as Yahoo, Flickr, and numerous start-ups are creating novel affordances based on ideas collectively known as Web2.0. Technologies that can employ RIA (Rich Internet Applications) and AJAX (Asynchronous JavaScript and XML) provide a method for web pages to be more interactive and avoid page refreshes, allowing the user to see immediate feedback based on their actions. These new affordances leverage technologies to allow for client-side interactions to create a more task-based and highly interactive experience. DotNetNuke s Use of Affordances Because of DNN s early work connected to the Microsoft solution kit, much of the user interface affordances had strong leanings towards a Windowslike implementation. The original IBuySpy Portal was built as an example application, without the intention of becoming a full-fledged product. Regardless, the user experience of DotNetNuke is neither Windows nor Web. Instead, it is a conglomeration of these two styles, leading to a confusing user experience because of the lack of leveraging of these understood affordances. Looking at the product as a whole, there are a number of issues regarding the use of these affordances. The following sections will discuss these in brief detail. Fonts Although most of these issues are examples concerning how DNN deviates from the normal web experience, this example is more critical of offline and online reading styles. Figure 1. Numerous fonts are implemented. Many developers were unaware of how many different fonts they were employing in their applications. It was explained that each and every iteration of font size, color, family, bold, italics, etc. constituted a different font type to the user. Such cues to the user could set-up expectations that each different font had a different purpose, although this was not the developer s intention. Another issue for these developers was the use of serif and sans-serif fonts. In documentation writing, it is understood that serif fonts are best used for reading, as the serifs create invisible boundary lines to help readers follow lines of text across a page, whereas sans-serif fonts are preferred for online use [4], as they help readers scan; the lack of the serif allows the user to jump from section to section, unbound by the boundaries serifs can create. Buttons vs. Links A major issue for DNN is the ambiguous nature of links. The understood convention for Web-based user experiences is to use links as a navigational tool. If a user clicks on a link for Home, they are then sent to the home page. Figure 2. Links used to navigate and submit information. However, DNN uses links to submit information back to the server, such as updating forms and deleting items. On the Web, buttons are used to indicate to the user that they are submitting information. This push-button affordance lets users know that they are actively sending information. Breadcrumbs Breadcrumbs orient the user to the linear hierarchy of a page by listing the names of previous pages within the site structure. The first item is typically the home page, followed by any intermediary pages, and ending with the current

3 page. To signal that the user is currently on this page and does not need to navigate elsewhere, the current page is not a link. Symbols such as arrows, slashes, etc. direct the user s attention and explain the linear hierarchy. Figure 3. Breadcrumbs. A pervasive issue in DNN is the multiplicity of breadcrumbs. Often, both the portal itself and the module within it use different breadcrumb systems, causing navigational confusion for site users. Figure 5. Modal dialogue in DNN. However, on the web, unless the modal comes in the form of a pop-up, the user can typically avoid the modal window by employing their back button, opening a new browser window, or navigating elsewhere. The modal pop-up serves to disrupt the user s task flow [5]. Therefore, it is critical to only use modal pop-ups when a critical event will be triggered. One example would be the deletion of any items that would cause serious stress for the user, such as deleting a photo album that would then cause all of the photos contained within it to also be deleted. Figure 4. Breadcrumbs and Breadcrumbs. Another issue involves the links of these breadcrumbs. Often, different design skins do not provide for affordances to let the users know that the breadcrumbs are indeed links (i.e. different colors, underlining, etc.). The typical web convention for the last item in a breadcrumb list is that it not be a link. This signals to the user that they are currently on that page and they do not need to navigate elsewhere. Modal and Non-Modal A modal interaction ensures that the user cannot proceed further in an application without first answering this dialog box. In Windows interfaces, the modal interaction is typically used in wizards and pop-up windows. The classic Do you want to delete this file? Ok/Cancel is an example of a modal interface. DNN typically uses these windows whenever any item is being deleted, moved, or otherwise altered. Icons In Windows, icons are a constant. They help increase our speed of use, but such icons are only affective when the user spends a lot of time using such interfaces. An example here would be the print icon in Microsoft Word. The icon s ubiquitous appearance provides for such understanding. Figure 6. SimpleGallery, a module available for DNN, provides multiple implementations of icons. It is even in popular use on the web. However, most icons on the web are coupled with text. This helps indoctrinate the user to the icon s purpose, while at the same time cueing more advanced users to the

4 affordance. Icons should be descriptive, lend themselves to being localized, and provide specific ALT text for accessibility. Status In Windows, status is often a mystery What changed? Did that work? Typically, indicators in Wizards such as Step 2 of 4, progress bars, etc. are used to describe status. However, these often fall short in their ability to notify and inform users. The web, and in particular RIA and AJAX technologies, gives us more freedom to add status inline and give better visual cues to our users. Highlighting gives the user a visual cue that something has changed. Animation can further emphasize the change, though this can cause issues for accessibility. Such interactivity can encourage users to be more active in their use of such systems. reviews, and similar programs are being deployed. It is hoped that such improvements will rectify the current gulf between internet user expectations and the current Windows-like implementation implemented by DNN. Conclusion This paper discussed the current state of a typical web portal system, DNN, as an example of the confusion over mixing Windows and Web user experience affordances. This case study pinpointed specific issues found in this implementation. This work can serve as an example on how to alleviate this user confusion by addressing these issues as part of improving the overall user experience. References [1] DotNetNuke, What is the history of DotNetNuke? [Online]. Available: [2] DotNetNuke, What is DotNetNuke? [Online]. Available: WhatIsDotNetNuke/tabid/777/Default.aspx. Figure 7. Flickr s highlighting gives visual cues. Developing an Initiative for Change When this information was first presented to DNN developers, it was well received. Their consensus was that most of these examples were easy to understand and obvious to them, once they were presented. Such feedback is important for understanding the development community: they understood what the issues were and are now eager to improve their work. The community is now beginning to improve the user experience of DNN. Such initiatives as style guides, Visual Studio component libraries, usability [3] DotNetNuke. (2005, Dec.). Newsletter Survey, vol. 1, no. 2. [Online]. Available: [4] K. Shriver, Dynamics in Document Design: Creating Text for Readers. New York, NY: Wiley, [5] A. Cooper and R. M. Reimann, About Face 2.0: The Essentials of Interaction Design. Indianapolis, IN: Wiley, About the Author Liza Potts (pottsl@rpi.edu) is a doctoral candidate in communication at RPI. She has worked as a manager, user experience architect, and technical communicator in the software and internet industries,

5 authoring corporate guidelines for user interface and documentation design. She conducts research on social software and user experience.

1. Chat4Support Introduction

1. Chat4Support Introduction 1. Chat4Support Introduction Chat4Support is a CodingBest product that helps businesses to improve their sales and customer service on the Internet. Website visitors just only need to click on the chat

More information

How do you use word processing software (MS Word)?

How do you use word processing software (MS Word)? How do you use word processing software (MS Word)? Page 1 How do you use word processing software (MS Word)? Lesson Length: 2 hours Lesson Plan: The following text will lead you (the instructor) through

More information

Term Paper. P r o f. D r. E d u a r d H e i n d l. H o c h s c h u l e F u r t w a n g e n U n i v e r s i t y. P r e s e n t e d T o :

Term Paper. P r o f. D r. E d u a r d H e i n d l. H o c h s c h u l e F u r t w a n g e n U n i v e r s i t y. P r e s e n t e d T o : Version: 0.1 Date: 20.07.2009 Author(s): Doddy Satyasree AJAX Person responsable: Doddy Satyasree Language: English Term Paper History Version Status Date 0.1 Draft Version created 20.07.2009 0.2 Final

More information

Brock University Content Management System Training Guide

Brock University Content Management System Training Guide Brock University Content Management System Training Guide Table of Contents Brock University Content Management System Training Guide...1 Logging In...2 User Permissions...3 Content Editors...3 Section

More information

AJAX: Highly Interactive Web Applications. Jason Giglio. jgiglio@netmar.com

AJAX: Highly Interactive Web Applications. Jason Giglio. jgiglio@netmar.com AJAX 1 Running head: AJAX AJAX: Highly Interactive Web Applications Jason Giglio jgiglio@netmar.com AJAX 2 Abstract AJAX stands for Asynchronous JavaScript and XML. AJAX has recently been gaining attention

More information

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

More information

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Course M20486 5 Day(s) 30:00 Hours Developing ASP.NET MVC 4 Web Applications Introduction In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools

More information

Web Testing. Main Concepts of Web Testing. Software Quality Assurance Telerik Software Academy http://academy.telerik.com

Web Testing. Main Concepts of Web Testing. Software Quality Assurance Telerik Software Academy http://academy.telerik.com Web Testing Main Concepts of Web Testing Software Quality Assurance Telerik Software Academy http://academy.telerik.com The Lectors Snejina Lazarova Product Manager Business Services Team Dimo Mitev QA

More information

Content Management System User Guide

Content Management System User Guide CWD Clark Web Development Ltd Content Management System User Guide Version 1.0 1 Introduction... 3 What is a content management system?... 3 Browser requirements... 3 Logging in... 3 Page module... 6 List

More information

Chat4Support User Manual

Chat4Support User Manual Chat4Support User Manual Version 2.01 2012-4-5 Chat4Support User Manual, Version 2.0.1 Copyright 2003 2012 CodingBest, Inc. All rights reserved. This document is for information purposes only. Chat4Support

More information

Web Design Specialist

Web Design Specialist UKWDA Training: CIW Web Design Series Web Design Specialist Course Description CIW Web Design Specialist is for those who want to develop the skills to specialise in website design and builds upon existing

More information

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors. 11/6/2014 State of Illinois Bill Seagle

State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors. 11/6/2014 State of Illinois Bill Seagle State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors 11/6/2014 State of Illinois Bill Seagle Table of Contents Logging into your site... 2 General Site Structure and

More information

Creating User-Friendly Web Sites

Creating User-Friendly Web Sites Creating User-Friendly Web Sites ADA National Network Knowledge Translation University of Washington Funded by NIDRR Grant # H133A11014 Table of Contents I. Information Architecture... 3 Organization...3

More information

Chapter 4: Website Basics

Chapter 4: Website Basics 1 Chapter 4: In its most basic form, a website is a group of files stored in folders on a hard drive that is connected directly to the internet. These files include all of the items that you see on your

More information

Spiel. Connect to people by sharing stories through your favorite discoveries

Spiel. Connect to people by sharing stories through your favorite discoveries Spiel Connect to people by sharing stories through your favorite discoveries Addison Leong Joanne Jang Katherine Liu SunMi Lee Development & user Development & user Design & product Development & testing

More information

Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu)

Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu) Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu) Updated on 10/17/2014 Table of Contents About... 4 Who Can Use It... 4 Log into Ingeniux... 4 Using Ingeniux

More information

Quick Guide to the Cascade Server Content Management System (CMS)

Quick Guide to the Cascade Server Content Management System (CMS) Quick Guide to the Cascade Server Content Management System (CMS) Waubonsee Community College Cascade Server Content Administration January 2011 page 1 of 11 Table of Contents Requirements...3 Logging

More information

OldTurtle's BizSuite CRM & Helpdesk Dotnetnuke Extension Administrator's Manual

OldTurtle's BizSuite CRM & Helpdesk Dotnetnuke Extension Administrator's Manual OldTurtle's BizSuite CRM & Helpdesk Dotnetnuke Extension Administrator's Manual Page / 9 Summary What is BizSuite?... Helpdesk & CRM Module Dotnetnuke Portals Additional Features Installing BizSuite in

More information

Usability Heuristics for the Web. 1. Visibility of system status

Usability Heuristics for the Web. 1. Visibility of system status Page 1 sur 5 Register Domains[.com.net.org] for only $14.99 at Bluegenesis.com! Usability Related Articles Find Search List Departments List Topics Web Tools Guide Buy Software at the Web Tools Store Search

More information

Outline. CIW Web Design Specialist. Course Content

Outline. CIW Web Design Specialist. Course Content CIW Web Design Specialist Description The Web Design Specialist course (formerly titled Design Methodology and Technology) teaches you how to design and publish Web sites. General topics include Web Site

More information

Developing ASP.NET MVC 4 Web Applications MOC 20486

Developing ASP.NET MVC 4 Web Applications MOC 20486 Developing ASP.NET MVC 4 Web Applications MOC 20486 Course Outline Module 1: Exploring ASP.NET MVC 4 The goal of this module is to outline to the students the components of the Microsoft Web Technologies

More information

Student Guide to Live Tutoring at the Kaplan University Writing Center

Student Guide to Live Tutoring at the Kaplan University Writing Center Writing Tutor Links and Schedule Page 2 Entering the Live Tutoring Room Page 3 Student Guide to Live Tutoring at the Kaplan University Writing Center Breakout Room and Microphone Page 5 Welcome Screen,

More information

Microsoft Windows SharePoint

Microsoft Windows SharePoint Microsoft Windows SharePoint SharePoint Basics Introduction What is Microsoft SharePoint? SharePoint is a tool to connect people and information. It provides a central site for sharing information with

More information

SafeWebApp QuickStart

SafeWebApp QuickStart SafeWebApp QuickStart Excel Software SafeWebApp is an easy, secure way to deliver and use web applications, called Web Apps. A Web App can includes video, PDF, SWF, EPUB or any other kind of content typically

More information

Microsoft Office System Tip Sheet

Microsoft Office System Tip Sheet Experience the 2007 Microsoft Office System The 2007 Microsoft Office system includes programs, servers, services, and solutions designed to work together to help you succeed. New features in the 2007

More information

Designing and Evaluating a Web-Based Collaboration Application: A Case Study

Designing and Evaluating a Web-Based Collaboration Application: A Case Study Designing and Evaluating a Web-Based Collaboration Application: A Case Study Wenli Zhu Microsoft Corporation, One Microsoft Way, Redmond, WA 98052 USA ABSTRACT The Web has evolved from a simple browsing

More information

Introduction to Microsoft Word 2003

Introduction to Microsoft Word 2003 Introduction to Microsoft Word 2003 Sabeera Kulkarni Information Technology Lab School of Information University of Texas at Austin Fall 2004 1. Objective This tutorial is designed for users who are new

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

TUTORIAL 4 Building a Navigation Bar with Fireworks

TUTORIAL 4 Building a Navigation Bar with Fireworks TUTORIAL 4 Building a Navigation Bar with Fireworks This tutorial shows you how to build a Macromedia Fireworks MX 2004 navigation bar that you can use on multiple pages of your website. A navigation bar

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.2 Content Author's Reference and Cookbook Rev. 091019 Sitecore CMS 6.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

WIMP: Windows, Icons, Menus (or mice), Pointers (or pull-down menus) Kathy Lynch and Julie Fisher 2004. Topic Overview. Suggested Readings.

WIMP: Windows, Icons, Menus (or mice), Pointers (or pull-down menus) Kathy Lynch and Julie Fisher 2004. Topic Overview. Suggested Readings. IMS3470 Human-computer interaction WIMP: Windows, Icons, Menus (or mice), Pointers (or pull-down menus) Kathy Lynch and Julie Fisher 2004 Topic Overview WIMP or is it GUI? (interface model using direct

More information

Requirements for Developing WebWorks Help

Requirements for Developing WebWorks Help WebWorks Help 5.0 Originally introduced in 1998, WebWorks Help is an output format that allows online Help to be delivered on multiple platforms and browsers, which makes it easy to publish information

More information

JORAM 3.7 Administration & Monitoring Tool

JORAM 3.7 Administration & Monitoring Tool JORAM 3.7 Administration & Monitoring Tool User Guide Author: Alexander Fedorowicz Date: October 26, 2003 Overview The JORAM Administration & Monitoring Tool (jamt) is a graphical user interface which

More information

GETTING STARTED WITH COVALENT BROWSER

GETTING STARTED WITH COVALENT BROWSER GETTING STARTED WITH COVALENT BROWSER Contents Getting Started with Covalent Browser... 1 What is the Browser Version?... 4 Logging in... 5 The URL address... 5 Home page... 5 Menu bar... 5 Go To button...

More information

Distance Examination using Ajax to Reduce Web Server Load and Student s Data Transfer

Distance Examination using Ajax to Reduce Web Server Load and Student s Data Transfer Distance Examination using Ajax to Reduce Web Server Load and Student s Data Transfer Distance Examination using Ajax to Reduce Web Server Load and Student s Data Transfer Ridwan Sanjaya Soegijapranata

More information

WCAG 2.0 Checklist. Perceivable Web content is made available to the senses - sight, hearing, and/or touch. Recommendations

WCAG 2.0 Checklist. Perceivable Web content is made available to the senses - sight, hearing, and/or touch. Recommendations WCAG 2.0 Checklist Perceivable Web content is made available to the senses - sight, hearing, and/or touch Guideline 1.1 Text Alternatives: Provide text alternatives for any non-text content Success Criteria

More information

Adobe Acrobat 6.0 Professional

Adobe Acrobat 6.0 Professional Adobe Acrobat 6.0 Professional Manual Adobe Acrobat 6.0 Professional Manual Purpose The will teach you to create, edit, save, and print PDF files. You will also learn some of Adobe s collaborative functions,

More information

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500 Outlook Email User Guide IS TRAINING CENTER 833 Chestnut St, Suite 600 Philadelphia, PA 19107 215-503-7500 This page intentionally left blank. TABLE OF CONTENTS Getting Started... 3 Opening Outlook...

More information

Ross University s Content Management System (CMS) Training Manual

Ross University s Content Management System (CMS) Training Manual Ross University s Content Management System (CMS) Training Manual Version 1.0 This is the Ross University Content Management System (CMS) training manual. This manual is intended for Ross University content

More information

Creating and Using Links and Bookmarks in PDF Documents

Creating and Using Links and Bookmarks in PDF Documents Creating and Using Links and Bookmarks in PDF Documents After making a document into a PDF, there may be times when you will need to make links or bookmarks within that PDF to aid navigation through the

More information

Editing Data with Microsoft SQL Server Reporting Services

Editing Data with Microsoft SQL Server Reporting Services Editing Data with Microsoft SQL Server Reporting Services OVERVIEW Microsoft SQL Server Reporting Services (SSRS) is a tool that is used to develop Web-based reports; it integrates into MS Internet Information

More information

Nero MediaStreaming for MCE Manual

Nero MediaStreaming for MCE Manual Nero MediaStreaming for MCE Manual Nero AG Copyright and Trademark Information This manual and all its contents are protected by copyright and are the property of Nero AG. All rights reserved. This manual

More information

Paper 10-27 Designing Web Applications: Lessons from SAS User Interface Analysts Todd Barlow, SAS Institute Inc., Cary, NC

Paper 10-27 Designing Web Applications: Lessons from SAS User Interface Analysts Todd Barlow, SAS Institute Inc., Cary, NC Paper 10-27 Designing Web Applications: Lessons from SAS User Interface Analysts Todd Barlow, SAS Institute Inc., Cary, NC ABSTRACT Web application user interfaces combine aspects of non-web GUI design

More information

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

Horizon Inventory. User s and Administrator s Guide

Horizon Inventory. User s and Administrator s Guide Horizon Inventory User s and Administrator s Guide Windows is a trademark of the Microsoft Corporation. Percon, PT 2000, PT Dock, and TopGun are trademarks or registered trademarks of PSC, Inc. Telxon

More information

Backbase Accessibility

Backbase Accessibility Whitepaper Learn about: Section 508 Accessibility requirements Backbase compliance Introduction This paper discusses the growing importance of Rich Internet Applications (RIA s) and their support for Accessibility.

More information

Upgrading to Document Manager 2.7

Upgrading to Document Manager 2.7 Upgrading to Document Manager 2.7 22 July 2013 Trademarks Document Manager and Document Manager Administration are trademarks of Document Logistix Ltd. TokOpen, TokAdmin, TokImport and TokExRef are registered

More information

Ajax Design and Usability

Ajax Design and Usability Ajax Design and Usability William Hudson william.hudson@syntagm.co.uk www.syntagm.co.uk/design Ajax Design and Usability About Ajax Ajax in context How Ajax works How Ajax is different How Ajax is similar

More information

DESIGN PROCESS IMPROVEMENT FOR EFFECTIVE RICH INTERACTION DESIGN

DESIGN PROCESS IMPROVEMENT FOR EFFECTIVE RICH INTERACTION DESIGN DESIGN PROCESS IMPROVEMENT FOR EFFECTIVE RICH INTERACTION DESIGN Taesung Park¹, Ji Hyun Lee¹, Soo Kim¹, Mijin Kim¹, Minjung Shim¹, Jinnie Jin-kyoung Park¹ and Hajeong Noh¹ ¹UX Lab, NHN Corporation, Republic

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Dashboards 2010 IBM Corporation This presentation should provide an overview of the dashboard widgets for use with WebSphere Business Monitor. WBPM_Monitor_Dashboards.ppt Page

More information

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide CONTENTM WEBSITE MANAGEMENT SYSTEM Getting Started Guide Table of Contents CONTENTM WEBSITE MANAGEMENT SYSTEM... 1 GETTING TO KNOW YOUR SITE...5 PAGE STRUCTURE...5 Templates...5 Menus...5 Content Areas...5

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents 1. Introduction... 4 I. Enhancements... 5 II. Tips... 6 2. Key Information... 7 3. How to Add a... 8 4. How to Edit... 10 I. SharpSchool s WYSIWYG Editor... 11

More information

How to Edit an Email. Here are some of the things you can do to customize your email:

How to Edit an Email. Here are some of the things you can do to customize your email: How to Edit an Email Editing a new email created during the Create an Email wizard or editing an existing email in the Edit Email section of the Manage Emails tab is easy, using editing tools you re probably

More information

OX Spreadsheet Product Guide

OX Spreadsheet Product Guide OX Spreadsheet Product Guide Open-Xchange February 2014 2014 Copyright Open-Xchange Inc. OX Spreadsheet Product Guide This document is the intellectual property of Open-Xchange Inc. The document may be

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

The Home link will bring you back to the Dashboard after. Workflows alert you to outstanding assets waiting for approval or review.

The Home link will bring you back to the Dashboard after. Workflows alert you to outstanding assets waiting for approval or review. Gonzaga University s content management system (CMS) is a software program that allows individuals to create and edit departmental websites. This tutorial demonstrates commonly used CMS functions. For

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Web Design - Part 1. Case Study: The W W W

Web Design - Part 1. Case Study: The W W W Web Design - Part 1 Case Study: The W W W Aims: Applying the design guidelines studied so far to the World Wide Web Shneiderman, Chapter 16 Autumn 2014 ITNP43:Interface Design and the WWW 2 Why the W W

More information

Integrated Research Application System (IRAS)

Integrated Research Application System (IRAS) Integrated Research Application System (IRAS) Guidance on electronic submission of supporting documentation with applications and storing files in IRAS. New functionality is being phased in to IRAS to

More information

Embedded BI made easy

Embedded BI made easy June, 2015 1 Embedded BI made easy DashXML makes it easy for developers to embed highly customized reports and analytics into applications. DashXML is a fast and flexible framework that exposes Yellowfin

More information

A Web- based Approach to Music Library Management. Jason Young California Polytechnic State University, San Luis Obispo June 3, 2012

A Web- based Approach to Music Library Management. Jason Young California Polytechnic State University, San Luis Obispo June 3, 2012 A Web- based Approach to Music Library Management Jason Young California Polytechnic State University, San Luis Obispo June 3, 2012 Abstract This application utilizes modern standards developing in web

More information

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1 Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

Getting Started Guide. Chapter 14 Customizing LibreOffice

Getting Started Guide. Chapter 14 Customizing LibreOffice Getting Started Guide Chapter 14 Customizing LibreOffice Copyright This document is Copyright 2010 2012 by its contributors as listed below. You may distribute it and/or modify it under the terms of either

More information

DYNAMICS TUTORIAL. The Dynamics Series

DYNAMICS TUTORIAL. The Dynamics Series DYNAMICS TUTORIAL Requirements Read the following introduction taken from the Dynamics Product Fundamentals manual. Then use the on-line tutorial to familiarize yourself with the basics of Dynamics. (Instructions

More information

USER GUIDE. Unit 5: Tools & Modules. Chapter 3: Forms & Surveys

USER GUIDE. Unit 5: Tools & Modules. Chapter 3: Forms & Surveys USER GUIDE Unit 5: Tools & Modules Chapter 3: Schoolwires Centricity Version 4.0 TABLE OF CONTENTS Introduction... 1 Audience and Objectives... 1 Major Components of a Form or Survey... 2 Overview... 2

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

Chapter 12. Introduction. Introduction. User Documentation and Online Help

Chapter 12. Introduction. Introduction. User Documentation and Online Help Chapter 12 User Documentation and Online Help Introduction When it comes to learning about computer systems many people experience anxiety, frustration, and disappointment Even though increasing attention

More information

collab.virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu

collab.virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu Revised 4/28/2014 CONTENTS The eclps Overview... 3 Objectives... 3 Adding the Syllabus or Lessons Tool to

More information

USAGE OF ASP.NET AJAX FOR BINUS SCHOOL SERPONG WEB APPLICATIONS

USAGE OF ASP.NET AJAX FOR BINUS SCHOOL SERPONG WEB APPLICATIONS USAGE OF ASP.NET AJAX FOR BINUS SCHOOL SERPONG WEB APPLICATIONS Karto Iskandar 1 ; Andrew Thejo Putranto 2 1,2 Computer Science Department, School of Computer Science, Bina Nusantara University Jln. K.H.

More information

Introduction to Source Control Management in OO 10

Introduction to Source Control Management in OO 10 HP OO 10 OnBoarding Kit Community Assistance Team Introduction to Source Control Management in OO 10 HP Operations Orchestration 10 comes with an enhanced development model which is completely aligned

More information

Creating a social networking website with mobile accessibility. A Guide to WordPress, BuddyPress, and mobile readiness

Creating a social networking website with mobile accessibility. A Guide to WordPress, BuddyPress, and mobile readiness Creating a social networking website with mobile accessibility A Guide to WordPress, BuddyPress, and mobile readiness How To Guide I 2 Creating a social networking website with mobile accessibility Contents

More information

Cross Bulk Mailer 6.1 User Guide

Cross Bulk Mailer 6.1 User Guide http://dnnmodule.com/ Page 1 of 16 Cross Bulk Mailer 6.1 User Guide (The best email marketing module for DNN 7) http://dnnmodule.com 7/26/2015 Cross Software, China Skype: xiaoqi98@msn.com QQ: 35206992

More information

Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf

Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf 1 The Web, revisited WEB 2.0 marco.ronchetti@unitn.it Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf 2 The old web: 1994 HTML pages (hyperlinks)

More information

Microsoft Dynamics GP. Engineering Data Management Integration Administrator s Guide

Microsoft Dynamics GP. Engineering Data Management Integration Administrator s Guide Microsoft Dynamics GP Engineering Data Management Integration Administrator s Guide Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is

More information

Microsoft SharePoint 2010 End User Quick Reference Card

Microsoft SharePoint 2010 End User Quick Reference Card Microsoft SharePoint 2010 End User Quick Reference Card Microsoft SharePoint 2010 brings together the people, documents, information, and ideas of the University into a customizable workspace where everyone

More information

eportfolio Student Guide

eportfolio Student Guide Overview...2 The eportfolio...2 Folio Thinking...2 Collecting...2 Selecting...2 Reflecting...3 Connecting...3 Collecting...4 Adding Files to Resources...4 Public Files...5 Organizing Resource Files...6

More information

Cactus Commerce ~ Expert Usability Review of High Profile e Commerce Web Designs

Cactus Commerce ~ Expert Usability Review of High Profile e Commerce Web Designs Summary Cactus Commerce ~ Expert Usability Review of High Profile e Commerce Designs While employed as the Training Director at HFI, I taught a UCD Design course at Cactus Commerce, an award winning e

More information

How to Build a SharePoint Website

How to Build a SharePoint Website How to Build a SharePoint Website Beginners Guide to SharePoint Overview: 1. Introduction 2. Access your SharePoint Site 3. Edit Your Home Page 4. Working With Text 5. Inserting Pictures 6. Making Tables

More information

Editor Manual for SharePoint Version 1. 21 December 2005

Editor Manual for SharePoint Version 1. 21 December 2005 Editor Manual for SharePoint Version 1 21 December 2005 ii Table of Contents PREFACE... 1 WORKFLOW... 2 USER ROLES... 3 MANAGING DOCUMENT... 4 UPLOADING DOCUMENTS... 4 NEW DOCUMENT... 6 EDIT IN DATASHEET...

More information

AJAX. Gregorio López López glopez@it.uc3m.es Juan Francisco López Panea 100032757@alumnos.uc3m.es

AJAX. Gregorio López López glopez@it.uc3m.es Juan Francisco López Panea 100032757@alumnos.uc3m.es AJAX Gregorio López López glopez@it.uc3m.es Juan Francisco López Panea 100032757@alumnos.uc3m.es Departamento de Ingeniería Telemática Universidad Carlos III de Madrid Contents 1. Introduction 2. Overview

More information

HTML5. Turn this page to see Quick Guide of CTTC

HTML5. Turn this page to see Quick Guide of CTTC Programming SharePoint 2013 Development Courses ASP.NET SQL TECHNOLGY TRAINING GUIDE Visual Studio PHP Programming Android App Programming HTML5 Jquery Your Training Partner in Cutting Edge Technologies

More information

Triggers & Actions 10

Triggers & Actions 10 Triggers & Actions 10 CHAPTER Introduction Triggers and actions are the building blocks that you can use to create interactivity and custom features. Once you understand how these building blocks work,

More information

Internet Explorer 7 for Windows XP: Obtaining MIT Certificates

Internet Explorer 7 for Windows XP: Obtaining MIT Certificates Internet Explorer 7 for Windows XP: Obtaining MIT Certificates Overview In order to use secure web services at MIT, you will need to obtain two types of MIT web certificates: MIT Certificate Authority

More information

Saving work in the CMS... 2. Edit an existing page... 2. Create a new page... 4. Create a side bar section... 4

Saving work in the CMS... 2. Edit an existing page... 2. Create a new page... 4. Create a side bar section... 4 CMS Editor How-To Saving work in the CMS... 2 Edit an existing page... 2 Create a new page... 4 Create a side bar section... 4 Upload an image and add to your page... 5 Add an existing image to a Page...

More information

We re going to show you how to make a Share site. It takes just a few minutes to set one up. Here s how it s done.

We re going to show you how to make a Share site. It takes just a few minutes to set one up. Here s how it s done. Get started Sharing your pictures is a great way to keep in touch with friends and family. Now, you can connect and communicate with everyone, all in one place, by creating a Shutterfly Share site secure,

More information

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency 1. 420-PA3-AB Introduction to Computers, the Internet, and the Web This course is an introduction to the computer,

More information

Form And List. SuperUsers. Configuring Moderation & Feedback Management Setti. Troubleshooting: Feedback Doesn't Send

Form And List. SuperUsers. Configuring Moderation & Feedback Management Setti. Troubleshooting: Feedback Doesn't Send 5. At Repeat Submission Filter, select the type of filtering used to limit repeat submissions by the same user. The following options are available: No Filtering: Skip to Step 7. DotNetNuke User ID: Do

More information

Installation Instructions

Installation Instructions Avira Free Android Security Installation Instructions Trademarks and Copyright Trademarks Windows is a registered trademark of the Microsoft Corporation in the United States and other countries. All other

More information

Introduction to Microsoft PowerPoint

Introduction to Microsoft PowerPoint Introduction to Microsoft PowerPoint By the end of class, students should be able to: Identify parts of the work area. Create a new presentation using PowerPoint s design templates. Navigate around a presentation.

More information

End User Guide SharePoint Web Parts Site Creation Package

End User Guide SharePoint Web Parts Site Creation Package End User Guide SharePoint Web Parts Site Creation Package SharePoint Web Parts User Guide / Table of Contents Page 1 of 3 Table of Contents Cover Table of Contents... 2 Site Creation Plus (Site Builder

More information

TLMC WORKSHOP: THESIS FORMATTING IN WORD 2010

TLMC WORKSHOP: THESIS FORMATTING IN WORD 2010 Table of Contents Introduction... 2 Getting Help... 2 Tips... 2 Working with Styles... 3 Applying a Style... 3 Choosing Which Styles to Use... 3 Modifying a Style... 4 Creating A New Style... 4 Setting

More information

Foxit Reader Quick Guide

Foxit Reader Quick Guide I Contents Foxit Reader Contents... II Chapter 1 Get Started... 1 Foxit Reader Overview... 1 System Requirements... 1 Install Foxit Reader... 2 Uninstall Foxit Reader... 2 Update Foxit Reader... 2 Workspace...

More information

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source Microsoft QUICK Source Internet Explorer 7 Getting Started The Internet Explorer Window u v w x y { Using the Command Bar The Command Bar contains shortcut buttons for Internet Explorer tools. To expand

More information

Custom Reporting Basics for ADP Workforce Now. Automatic Data Processing, LLC ES Canada

Custom Reporting Basics for ADP Workforce Now. Automatic Data Processing, LLC ES Canada Custom Reporting Basics for ADP Workforce Now Automatic Data Processing, LLC ES Canada ADP s Trademarks The ADP Logo, ADP, ADP Workforce Now and IN THE BUSINESS OF YOUR SUCCESS are registered trademarks

More information

Zoom Plug-ins for Adobe

Zoom Plug-ins for Adobe = Zoom Plug-ins for Adobe User Guide Copyright 2010 Evolphin Software. All rights reserved. Table of Contents Table of Contents Chapter 1 Preface... 4 1.1 Document Revision... 4 1.2 Audience... 4 1.3 Pre-requisite...

More information

Microsoft Dynamics GP Release. Workflow Administrator s Guide

Microsoft Dynamics GP Release. Workflow Administrator s Guide Microsoft Dynamics GP Release Workflow Administrator s Guide December 10, 2012 Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information

More information

Overview of Microsoft Office Word 2007

Overview of Microsoft Office Word 2007 Overview of Microsoft Office What Is Word Processing? Office is a word processing software application whose purpose is to help you create any type of written communication. A word processor can be used

More information

Programming in HTML5 with JavaScript and CSS3

Programming in HTML5 with JavaScript and CSS3 Course 20480B: Programming in HTML5 with JavaScript and CSS3 Course Details Course Outline Module 1: Overview of HTML and CSS This module provides an overview of HTML and CSS, and describes how to use

More information