ICE: A Highly Tailorable System for Building Collaboration Spaces on the WWW

Size: px
Start display at page:

Download "ICE: A Highly Tailorable System for Building Collaboration Spaces on the WWW"

Transcription

1 ICE: A Highly Tailorable System for Building Collaboration Spaces on the WWW Babak Amin Farshchian & Monica Divitini IDI, Norwegian University of Science and Technology Trondheim, Norway Abstract This paper reports on ICE (Internet Collaboration Environment), a system for end-user development of collaborative environments on the WWW. The WWW provides an infrastructure that makes it possible for people to easily share various kinds of information. We believe that an additional sensible extension can be provided by actively supporting people in working together. ICE has been built with this goal in mind. It offers to its users the possibility to build "spaces" for collaboration using a set of basic building blocks. 1. Introduction The nature of cooperative activities and the settings in which they take place are various. Internet has made possible the interaction among people who are highly distributed, providing them with possibilities for cooperation that were unforeseeable until only ten years ago. It has become, for example, more and more common for people who belong to different organizations to work together in order to take advantage of specific expertise. At the same time, the facility of getting "connected" encourages people to work together, combining different experiences and knowledge. This arises a new set of challenges for designer of systems supporting cooperation. In particular, it makes it more evident that, as pointed out in (Schmidt and Bannon 1992), cooperative work is highly distributed, not only in term of space, but also in term of competencies and background of the people taking part in it. In the scenarios that we have focused on in our work, the challenge has been to develop a system to help people in establishing a context for their working together. People often share some needs when they cooperate, independently from the specific situation they are in. But at the same time, the varieties of domains where cooperation can take place do not allow us to think about a single system, neither a system allowing only customization at some interface level. In particular, ICE has been developed in order to address some of the main needs of distributed communities working together. It supports communication, information sharing, and knowledge creation. ICE is developed with the view that these activities can be performed across group boundaries, i.e. involving partners who have different background knowledge, goals, and interests. Internet provides a flexible and open infrastructure for connecting people, but it does not support explicitly a group of people working together. In particular, the WWW offers a powerful tool for its users to publish their information, but it too suffers from some strong limitations when it comes to supporting cooperation. More specifically, WWW does not support explicit communication and collaborative knowledge creation. In addition, web documents generally lack context. The latter limitation is particularly important for two reasons: 1) information generated by a user needs some kind of interpretation in order to be understood by other users (Bannon and Schmidt 91), 2) a collaborative task needs only a

2 relevant part of the existing information space, which must be classified and identified in some way (Clement and Wagner 95). ICE has been developed to extend the functionality of the WWW in order to support collaborative work and overcome some of the above mentioned limitations. ICE provides its users with a set of building blocks for constructing various collaboration spaces. Each collaboration space is perceived by its users as an interactive WWW application. The system is highly tailorable because it gives the end-users the possibility of building these applications without any knowledge of WWW programming, requiring not much more that the ability to access the WWW (mainly, filling in forms). As a starting point, the user is assigned an empty Web page that can be used to gradually build (and customize), in a cooperative way, a collaboration space. This space can be used by the group to share information, and it provides basic support for collaborative work, for example by increasing the awareness of the group about who is using (and possibly changing) the information. 2. Using ICE: An example When a community decides to create one or more collaboration spaces, they can start installing ICE on an already running WWW server. The server automatically gets all the functionality of ICE. All the members of the community have access, through a Web page, to an initial space that contains information like online help, users guides, and information about the current status of the information space (which is initially empty). Users can be registered in the server in any moment, reflecting the dynamic nature of the community. (Some of the) members can be assigned the rights to create spaces and subscribe others to them. Figure 1 shows a screen image of the user interface of a collaboration space. This figure illustrates many of the concepts we have implemented, many of which will be described later. Here the focus is on providing an intuitive description of how ICE can be tailored for building a specific collaboration space. A user starts by creating a collaboration space (if she has access rights to do so), or is assigned a space by the administrator. A newly created space is a blank Web page with a simple user interface including a frame and some default buttons for generic functions, e.g., login, home, search. The user can then start sharing this space by giving access to other users if she wishes to cooperate. All the authorized users can then start inserting objects (building blocks) into the space, possibly choosing from objects that have already been created and inserted in the ICE database. Two default mailing list are created for each workspace. These mailing lists are also available via normal SMTP clients. One of the mailing lists is used by the system for sending automatic notifications of the changes taking place in the collaboration space. The other e- mail list is used by the members of the specific collaboration space for discussions. The e- mail lists are archived with the collaboration space, and can be visualized in the user interface in different ways. The users of the space can choose to subscribe to these lists, or just access them via the collaboration space's user interface.

3 Figure 1: a collaboration space built using ICE In the example shown in Figure 1, two course instructors have built a collaboration space for organizing a course for the Aquarius project personnel. This space has been tailored by the two instructors using various building blocks for managing shared information. The information can originate from different databases, the only restriction is that it is accessible to the WWW protocols. The instructors can use this space to collaboratively construct the course. These information objects may not themselves be accessible to other users, but a brief summary can be included in the user interface if desired, maybe to give an account of the progress. The course itself, i.e. the space for the course participants when the course is defined, is created as another tailored collaboration space ( Course in CSCW for project people ), eventually to be used by the participants of the course. The instructors can insert course material, exercises, etc. in this space whenever they want. As mentioned above, two

4 mailing lists are automatically associated to the course space: one makes the participants aware of changes in the information related to the course, while the other constitutes a forum for discussion. The owners of the parent workspace are entitled to delegate access to all the material in their space (and sub-spaces). So when the course is fully defined and a final version of the object Course in CSCW for project people is ready, they can give access to the participants, that are automatically informed by Overall description of the system ICE has been conceived as a self-organizing WWW platform where the users are aware of each other's existence, and where the information put in common can be accessed online by all the users, and can be modified in the WWW environment. The platform provides active support for the collaboration among the users. Users can define new collaboration spaces starting from basic entities and they can customize their user interface to meet their information needs and their mental and technical accessibility. Before describing the basic building blocks that are made available to the user/designer, it is important to introduce two underlying concepts: type handlers and objects. An object is a piece of information stored in the database, while a type handler is a program for manipulating objects. Type handlers are used, for example, to visualize objects in different ways and to connect them together in order to tailor collaboration spaces (Olsrød and Isaksen 1996). Each object, with the associated type handler, is a building block made available to the users of ICE. Mailing list is an example of a building block, where the contents of the mailing list (the messages sent to the mailing list) constitutes the object, and the various methods of viewing the mailing list are part of the type handler. Hereafter, in line with object oriented methodologies, we will refer to the combination of an object and its type handler simply as object. The building blocks made available in ICE can be classified into three categories: information objects, collaboration objects, and user interface objects. 3.1 Information objects All information is entered into the system in form of information objects. These objects contain an arbitrary amount of meta-information which is used for different purposes. This meta-information includes bibliographical data, keywords, different abstracts of the content, executive summary, access rights, visualization information, etc. The amount and content of meta-information is decided by the users of the system, and must reflect the actual usage context of that information. Information objects are important in providing a semantic packaging of information before they are put on the WWW, so that they can be classified and located as easily as possible. These objects also support interaction with the information in order to create knowledge. After being entered into the database, an information object can be accessed by authorized users of the system for using, editing, commenting, and discussing. In this way the social construction of knowledge within the community is supported. Comments and changes to an information object can be absolute (affecting the object directly), or be related to the object in a specific context, i.e., collaboration space.

5 The meta-information is also used to visualize the object in different ways. Each type handler provides a set of different views that can be used in different occasions, according to various factors. These factors can be user preferences, user access rights, group preferences (for objects being used in a group work context), etc. Viewing an information object can also be related to other information objects. As an example of the latter, if the result of a search contains too many objects, it would be a good idea to visualize the result using a wellarranged overall view. By providing information objects, we try to encourage the users to think about the information they are entering into the system. Users are encouraged to think about the fact that the data is going to be used by others, and try to package the information in a proper way (Bannon and Bødker 1997). Traditionally, the information on the WWW is organized into HTML documents with little or no semantic information for categorizing and making effective use of the information. Information objects can also be composite (or derived). Imagine having an object that shows the overall tendencies in the production of a special kind of fish. The result is definitely dependent on raw data about individual fish farmer registered in the database. 3.2 Collaboration objects Collaboration objects have been developed in order to provide active support for collaboration among the users of the system. The basic objects of this type are user, group, and collaboration space. The main idea is to allow the users of the information system be aware of other users they are cooperating with, and to allow the information system support groups of users working with different tasks. The basic object in this group is user. Each user of the system is registered with information that includes biographical information, user preferences, user model, group membership, and other temporal information about the user, such as where the user is now, when she was logged in last time, etc. The object group is used to connect several users in the context of a task or a practice. The information registered for a group includes a list of group members, group model, group preferences, etc. Each user can be a member of several groups, and a group can also be a member of another group. User and group administration is done by creating local administrators for different areas of the information system. These administrators are then entitled to create new users and give various access rights to these users. The main object for supporting group work is collaboration space. An object of this type constructs an area in the information system that a group of users can use for their collaboration and practices. Normally a collaboration space object consists of several other collaboration objects. Some of these objects are concerned with the awareness aspects of the workspace, e.g. the constant status of the group members, the latest activities in the workspace, etc. (Bentley et al (forthcoming)). A collaboration space object also has contents, which are information objects from the database. The layout and the user interface of the collaboration space are constructed using user interface objects (see later).

6 Collaboration space are highly customizable. Each user can have her own preferences for each collaboration space she has access to. These customizations are concerned with the contents of the space, with the viewing of each information object, with the user interface objects used in the collaboration space, etc. The owner of a collaboration space decides a default for the space which includes all the customizable features. Each user can then override the default by defining her own. 3.3 User interface objects User interface objects are used by the end-users to organize and customize the layout and look-and-feel of their collaboration spaces. As an example consider the result of a search in the global database. This result can be represented using several different user interface objects. One object would visualize the result in consecutive lines, while another object can visualize the result in an HTML table format. User interface objects have two other important roles that are more concerned with the internal construction of the system and are not visible to the end-users. Their full description is beyond the scope of this paper, and they are only outlined here. First, user interface objects play an essential role in providing visualization services to all the other objects in the system. For example, they control the actual visualization of the information objects. Recalling the mailing list example above, the mailing list type handler uses various user interface objects to represent its contents in different ways (listed by author, date, subject, etc.). Second, some of the user interface objects are used to provide support for dialogue with the user. One main problem with WWW application development is that the WWW is stateless. This means that the server cannot know what the clients are doing. The problem can be solved to some degree using so-called direct manipulation user interfaces (Shneiderman 1983). Direct manipulation user interfaces eliminate the need for modes in the user interface, but there is still need for holding account of the state of the user interface, e.g. the variables that are manipulated by the user. Some of the user interface objects are used for this purpose. 4. In lieu of conclusions: Towards a more general support for cooperation This paper presented a system for tailoring collaborative WWW applications in form of collaboration spaces. The system was developed trying to provide tailorability both at the functional and interface level. In order to reach a high degree of flexibility the users are offered the possibility to build their applications using different building blocks. This opens for the construction of applications with different behavior. In addition, the system s building blocks allow the users to choose among different alternatives of anticipated behavior (Henderson and Kyng 1991), providing a basic level of tailorability for the building blocks themselves. It is important here to point out that ICE has been built in strict collaboration with a community of users that needed to build an application supporting their distributed collaboration, easing the exchange of information and the process of knowledge creation inside heterogeneous communities. The experience gained during the collaborative design of

7 ICE itself and of the specific applications realized for an by this community (using ICE) seems to show that proceeding along the line sketched above provides a satisfactory combination of tailorability. The extent to which the approach can be successfully exploited in other contexts is the matter for a planned continuation of the study. In any case, it is important to consider that users are different, different are the tasks they perform, and different are the settings where they perform their tasks. Experience, skills, and interests of a user are not something that can be defined once and for ever. These are strictly related to the collaborative effort the users are involved in, and are continuously evolving. The system described above is still under development. Up to now users can create a new space for collaboration, share it with others, insert new objects in it, and decide how to visualize the objects. The owner defines how the different object will be visualized for all the users that have access to the workspace. It is at the moment under development the possibility for the individual users to customize their user-interface. Customization will be possible both at the system level and the single workspace level. As mentioned at the beginning at this chapter, the building blocks of the system can, to a certain extent, be tailored choosing among a predefined set of alternatives, but they cannot be completely re-programmed and new types of objects cannot be inserted into the system without a real programming skill. Research issues that are going to be analyzed in the course of on-going projects at NTNU are the possibility to extend the type of support that can be provided in ICE, for example supporting coordinated activities (Simone and Divitini 1997), as well as to provide a higher degree of adaptivity of the system, through user and group modeling (Divitini and Simone 1994). References Bannon, L. and Bødker, S.: 1997, Constructing Common Information Spaces, in Hughes et al. (1997), pp Bannon, L. J. and Schmidt, K.: 1991, CSCW: Four Characters in Search of a Context, in J. M. Bowers and S. D. Benford (eds), Studies in Com- puter Supported Cooperative Work - Theory, Practice and Design, North- Holland, pp Bentley, R., Horstmann, T. and Trevor, J.: 1997 (forthcoming), The World Wide Web as enabling technology for CSCW: The case of BSCW, Computer Supported Cooperative Work: The Journal of Collaborative Computing 7(2/3), NN. URL: journal.html Clement, A. and Wagner, I.: 1995, Fragmented Exchange: Disarticulation and the Need for Regionalized Communication Spaces, in H. Marmolin, Y. Sundblad and K. Schmidt (eds), Proceedings of the Fourth European Conference on Computer-Supported Cooperative Work, ECSCW'95, Stockholm, Sweden, Kluwer Academic Publisher, pp Divitini, M. and Simone, C.: 1994, Adaptivity in a System Supporting Cooperation, in Proceedings of the Fourth International Conference on User Modeling, pp Henderson, A. and Kyng, M.: 1991, There's No Place Like Home: Continuing Design in Use; in: Greenbaum, J.; Kyng, M.: Design at Work - Cooperative Design of Computer Artifacts, Hillsdale, pp Hughes, J. A., Prinz, W., Rodden, T. and Shmidt, K. (eds): 1997, Proceedings of the Fifth European Conference on Computer Supported Cooperative Work, ECSCW'97, Lancaster, U.K., Kluwer Academic Publishers. Olsrød, S. P. and Isaksen, T.: 1996, ICE - Aquarius Database, Aquarius project report, NTNU, Norwegian University of Science and Technology, Department of Computer and Information Science, N-7034, Trondheim, Norway.

8 Schmidt, K. and Bannon, L. J.: 1992, Taking CSCW Seriously - Supporting Articulation Work, Computer Supported Cooperative Work - An International Journal 1(1/2), Simone, C. and M. Divitini:1997, Ariadne: Supporting Coordination through a Flexible Use of the Knowledge on Work Process, J.UCS ( special issue on "Information Technology and Knowledge Management) 3(8), Shneiderman, B.: 1983, Direct Manipulation: A Step Beyond Programming Languages, IEEE Computer 16(8),

Application-Oriented Software Development for Supporting Cooperative Work

Application-Oriented Software Development for Supporting Cooperative Work Application-Oriented Software Development for Supporting Cooperative Work Heinz Züllighoven, Guido Gryczan, Anita Krabbel, Ingrid Wetzel Software Engineering Group, Computer Science Dept., University of

More information

Content Filtering Client Policy & Reporting Administrator s Guide

Content Filtering Client Policy & Reporting Administrator s Guide Content Filtering Client Policy & Reporting Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION

More information

Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and

Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and later User Guide Rev: 2013-02-01 Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and later User Guide A practical guide to creating and managing web

More information

Integrated Invoicing and Debt Management System for Mac OS X

Integrated Invoicing and Debt Management System for Mac OS X Integrated Invoicing and Debt Management System for Mac OS X Program version: 6.3 110401 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard Invoicing is a powerful invoicing and debt management

More information

Bitrix Site Manager 4.1. User Guide

Bitrix Site Manager 4.1. User Guide Bitrix Site Manager 4.1 User Guide 2 Contents REGISTRATION AND AUTHORISATION...3 SITE SECTIONS...5 Creating a section...6 Changing the section properties...8 SITE PAGES...9 Creating a page...10 Editing

More information

AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS

AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS ZORAN JEREMIĆ, VLADAN DEVEDŽIĆ, DRAGAN GAŠEVIĆ FON School of Business Administration, University of Belgrade Jove Ilića 154, POB 52, 11000 Belgrade,

More information

EPM Performance Suite Profitability Administration & Security Guide

EPM Performance Suite Profitability Administration & Security Guide BusinessObjects XI R2 11.20 EPM Performance Suite Profitability Administration & Security Guide BusinessObjects XI R2 11.20 Windows Patents Trademarks Copyright Third-party Contributors Business Objects

More information

Talk-101 User Guide. DNSGate

Talk-101 User Guide. DNSGate Talk-101 User Guide DNSGate What is DNSGate? DNSGate is a management interface to allow you to make DNS changes to your domain. The interface supports A, CNAME, MX and TXT records. What is DNS? DNS stands

More information

Workflow Conductor Widgets

Workflow Conductor Widgets Workflow Conductor Widgets Workflow Conductor widgets are the modular building blocks used to create workflows in Workflow Conductor Studio. Some widgets define the flow, or path, of a workflow, and others

More information

Web Presentation Layer Architecture

Web Presentation Layer Architecture Chapter 4 Web Presentation Layer Architecture In this chapter we provide a discussion of important current approaches to web interface programming based on the Model 2 architecture [59]. From the results

More information

RMFT Outlook Add-In User Guide

RMFT Outlook Add-In User Guide RMFT Outlook Add-In User Guide Software Version 2.5 November 23, 2011 RepliWeb, Inc., 6441 Lyons Road, Coconut Creek, FL 33073 Tel: (954) 946-2274, Fax: (954) 337-6424 E-mail: info@repliweb.com, Support:

More information

Enterprise 2.0 in Action: Potentials for Improvement of Awareness Support in Enterprises

Enterprise 2.0 in Action: Potentials for Improvement of Awareness Support in Enterprises Enterprise 2.0 in Action: Potentials for Improvement of Awareness Support in Enterprises Hilda Tellioglu & Simon Diesenreiter Institute of Design and Assessment of Technology Vienna University of Technology,

More information

TM SysAid Chat Guide Document Updated: 10 November 2009

TM SysAid Chat Guide Document Updated: 10 November 2009 SysAidTM Chat Guide Document Updated: 10 November 2009 Introduction 2 Quick Access to SysAid Chat 3 Enable / Disable the SysAid Chat from the End User Portal. 4 Edit the Chat Settings 5 Chat Automatic

More information

Integrated Accounting System for Mac OS X

Integrated Accounting System for Mac OS X Integrated Accounting System for Mac OS X Program version: 6.3 110401 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard Accounts is a powerful accounting system for Mac OS X. Text in square

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

Migrating Lotus Notes Applications to Google Apps

Migrating Lotus Notes Applications to Google Apps Migrating Lotus Notes Applications to Google Apps Introduction.................................................... 3 Assessment..................................................... 3 Usage.........................................................

More information

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions Bitrix Site Manager 4.0 Quick Start Guide to Newsletters and Subscriptions Contents PREFACE...3 CONFIGURING THE MODULE...4 SETTING UP FOR MANUAL SENDING E-MAIL MESSAGES...6 Creating a newsletter...6 Providing

More information

A Conceptual Overview for CMS Administrators, Architects, and Developers

A Conceptual Overview for CMS Administrators, Architects, and Developers Sitecore CMS 6 version 0.5 Security Reference Rev. 080627 Sitecore CMS 6 Security Reference A Conceptual Overview for CMS Administrators, Architects, and Developers Table of Contents Chapter 1 Introduction...

More information

Kaseya 2. User Guide. for Network Monitor 4.1

Kaseya 2. User Guide. for Network Monitor 4.1 Kaseya 2 Ping Monitor User Guide for Network Monitor 4.1 June 5, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

Supporting the change of cooperation patterns by integrated collaboration tools

Supporting the change of cooperation patterns by integrated collaboration tools Supporting the change of cooperation patterns by integrated collaboration tools Wolfgang Prinz 1, Nils Jeners 1, Rudolf Ruland 1, Matteo Villa 2 1 Fraunhofer FIT, Schloss Birlinghoven, 53754 Sankt Augustin,

More information

HP Cloud Service Automation Concepts Guide

HP Cloud Service Automation Concepts Guide HP Cloud Service Automation Concepts Guide Software Version: 4.00 Table of Contents Addressing cloud service management challenges with HP CSA... 2 Requesting cloud services... 2 Designing cloud services...

More information

Self-Service Portal Implementation Guide

Self-Service Portal Implementation Guide Self-Service Portal Implementation Guide Salesforce, Winter 6 @salesforcedocs Last updated: October 0, 05 Copyright 000 05 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Avira Free Android Security (version 1.2) HowTo

Avira Free Android Security (version 1.2) HowTo Avira Free Android Security (version 1.2) HowTo Table of contents 1. Introduction... 4 2. Supported Mobile Manufacturers... 4 3. Product Overview... 5 4. Installation... 5 4.1 App installation on the device...5

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

How To Create A Website In Drupal 2.3.3

How To Create A Website In Drupal 2.3.3 www.webprophets.com.au PO Box 2007 St Kilda West Victoria Australia 3182 Phone +61 3 9534 1800 Fax +61 3 9534 1100 Email info@webprophets.com.au Web www.webprophets.com.au Welcome to the Drupal How to

More information

OpenIMS 4.2. Document Management Server. User manual

OpenIMS 4.2. Document Management Server. User manual OpenIMS 4.2 Document Management Server User manual OpenSesame ICT BV Index 1 INTRODUCTION...4 1.1 Client specifications...4 2 INTRODUCTION OPENIMS DMS...5 2.1 Login...5 2.2 Language choice...5 3 OPENIMS

More information

Managing Variability in Software Architectures 1 Felix Bachmann*

Managing Variability in Software Architectures 1 Felix Bachmann* Managing Variability in Software Architectures Felix Bachmann* Carnegie Bosch Institute Carnegie Mellon University Pittsburgh, Pa 523, USA fb@sei.cmu.edu Len Bass Software Engineering Institute Carnegie

More information

TIBCO Spotfire Guided Analytics. Transferring Best Practice Analytics from Experts to Everyone

TIBCO Spotfire Guided Analytics. Transferring Best Practice Analytics from Experts to Everyone TIBCO Spotfire Guided Analytics Transferring Best Practice Analytics from Experts to Everyone Introduction Business professionals need powerful and easy-to-use data analysis applications in order to make

More information

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1 UH CMS Basics Cascade CMS Basics Class UH CMS Basics Updated: June,2011! Page 1 Introduction I. What is a CMS?! A CMS or Content Management System is a web based piece of software used to create web content,

More information

HarePoint Active Directory Self Service Manual

HarePoint Active Directory Self Service Manual HarePoint Active Directory Self Service Manual For SharePoint Server 2013, SharePoint Foundation 2013, SharePoint Server 2010, SharePoint Foundation 2010, Microsoft Office SharePoint Server 2007 and Microsoft

More information

PEM Reseller Capabilities and Branding

PEM Reseller Capabilities and Branding White Paper PEM Reseller Capabilities and Branding www.swsoft.com Version 2.0 Table of Contents Introduction... 3 -Reseller Market... 3 -Reseller Capabilities... 3 Reseller Business Models... 4 -PEM Reseller

More information

User Guide. You will be presented with a login screen which will ask you for your username and password.

User Guide. You will be presented with a login screen which will ask you for your username and password. User Guide Overview SurfProtect is a real-time web-site filtering system designed to adapt to your particular needs. The main advantage with SurfProtect over many rivals is its unique architecture that

More information

SUCCESS STORY. Intranet Solution for Team Collaboration and Information Sharing

SUCCESS STORY. Intranet Solution for Team Collaboration and Information Sharing SUCCESS STORY Our client is a professional association mainly active in the field of catering and hotel industry in Vaud. Intranet Solution for Team Collaboration and Information Sharing www.axio- net.ch

More information

User guide to the EMIR 1 notifications web portal

User guide to the EMIR 1 notifications web portal User guide to the EMIR 1 notifications web portal Contents 1. INTRODUCTION 2 2. Registering as a user 2 2.1 Super users 3 2.2 Adding additional counterparties 3 2.3 Adding additional users 4 2.4 Adding

More information

SPAMfighter Mail Gateway

SPAMfighter Mail Gateway SPAMfighter Mail Gateway User Manual Copyright (c) 2009 SPAMfighter ApS Revised 2009-05-19 1 Table of contents 1. Introduction...3 2. Basic idea...4 2.1 Detect-and-remove...4 2.2 Power-through-simplicity...4

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 11.2 Last Updated: March 2014 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...

More information

Methods and tools for data and software integration Enterprise Service Bus

Methods and tools for data and software integration Enterprise Service Bus Methods and tools for data and software integration Enterprise Service Bus Roman Hauptvogl Cleverlance Enterprise Solutions a.s Czech Republic hauptvogl@gmail.com Abstract Enterprise Service Bus (ESB)

More information

ConvincingMail.com Email Marketing Solution Manual. Contents

ConvincingMail.com Email Marketing Solution Manual. Contents 1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which

More information

SONA SYSTEMS RESEARCHER DOCUMENTATION

SONA SYSTEMS RESEARCHER DOCUMENTATION SONA SYSTEMS RESEARCHER DOCUMENTATION Introduction Sona Systems is used for the scheduling and management of research participants and the studies they participate in. Participants, researchers, principal

More information

Kentico CMS User s Guide 5.0

Kentico CMS User s Guide 5.0 Kentico CMS User s Guide 5.0 2 Kentico CMS User s Guide 5.0 Table of Contents Part I Introduction 4 1 Kentico CMS overview... 4 2 Signing in... 5 3 User interface overview... 7 Part II Managing my profile

More information

Service Provider awareness Universal Apparatus

Service Provider awareness Universal Apparatus 1. Invention Title. Service Provider awareness Universal Apparatus 2. Invention Summary. An apparatus for universal Service Provider awareness by host computers. 3. Invention Description. a. Describe the

More information

Using Workflow Technology to Manage Flexible e-learning Services

Using Workflow Technology to Manage Flexible e-learning Services Educational Technology & Society 5(4) 2002 ISSN 1436-4522 Using Workflow Technology to Manage Flexible e-learning Services Joe Lin, Charley Ho, Wasim Sadiq, Maria E. Orlowska Distributed Systems Technology

More information

HarePoint Password Change Manual

HarePoint Password Change Manual HarePoint Password Change Manual For SharePoint Server 2013, SharePoint Foundation 2013, SharePoint Server 2010, SharePoint Foundation 2010, Microsoft Office SharePoint Server 2007 and Microsoft Windows

More information

Email UAE Bulk Email System. User Guide

Email UAE Bulk Email System. User Guide Email UAE Bulk Email System User Guide 1 Table of content Features -----------------------------------------------------------------------------------------------------03 Login ---------------------------------------------------------------------------------------------------------08

More information

Advanced Outlook 2010 Training Manual

Advanced Outlook 2010 Training Manual Advanced Outlook 2010 Training Manual 1 2 Contents Using the Calendar... 5 Creating Additional Calendars... 5 Viewing Calendars Side-by-Side or Overlaid... 7 Printing option for the Calendar... 9 Adding

More information

Getting Started With SAM Director SAM Director User Guide

Getting Started With SAM Director SAM Director User Guide Getting Started With SAM Director SAM Director User Guide Copyright 2014 License Dashboard Limited. License Dashboard Limited is a trading subsidiary of the Blenheim Group. License Dashboard Limited -

More information

Teaching Methodology for 3D Animation

Teaching Methodology for 3D Animation Abstract The field of 3d animation has addressed design processes and work practices in the design disciplines for in recent years. There are good reasons for considering the development of systematic

More information

Xerox EX Print Server, Powered by Fiery, for the Xerox 700 Digital Color Press. Printing from Windows

Xerox EX Print Server, Powered by Fiery, for the Xerox 700 Digital Color Press. Printing from Windows Xerox EX Print Server, Powered by Fiery, for the Xerox 700 Digital Color Press Printing from Windows 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices

More information

White Paper April 2006

White Paper April 2006 White Paper April 2006 Table of Contents 1. Executive Summary...4 1.1 Scorecards...4 1.2 Alerts...4 1.3 Data Collection Agents...4 1.4 Self Tuning Caching System...4 2. Business Intelligence Model...5

More information

ASUS WebStorage Client-based for Windows [Advanced] User Manual

ASUS WebStorage Client-based for Windows [Advanced] User Manual ASUS WebStorage Client-based for Windows [Advanced] User Manual 1 Welcome to ASUS WebStorage, your personal cloud space Our function panel will help you better understand ASUS WebStorage services. The

More information

Help. F-Secure Online Backup

Help. F-Secure Online Backup Help F-Secure Online Backup F-Secure Online Backup Help... 3 Introduction... 3 What is F-Secure Online Backup?... 3 How does the program work?... 3 Using the service for the first time... 3 Activating

More information

Semantic Search in Portals using Ontologies

Semantic Search in Portals using Ontologies Semantic Search in Portals using Ontologies Wallace Anacleto Pinheiro Ana Maria de C. Moura Military Institute of Engineering - IME/RJ Department of Computer Engineering - Rio de Janeiro - Brazil [awallace,anamoura]@de9.ime.eb.br

More information

NetWrix SQL Server Change Reporter. Quick Start Guide

NetWrix SQL Server Change Reporter. Quick Start Guide NetWrix SQL Server Change Reporter Quick Start Guide NetWrix SQL Server Change Reporter Quick Start Guide Contents Introduction...3 Product Features...3 Licensing...4 How It Works...5 Getting Started...6

More information

TEACHER IDENTITY AND DIALOGUE: A COMMENT ON VAN RIJSWIJK, AKKERMAN & KOSTER. Willem Wardekker VU University Amsterdam, The Netherlands

TEACHER IDENTITY AND DIALOGUE: A COMMENT ON VAN RIJSWIJK, AKKERMAN & KOSTER. Willem Wardekker VU University Amsterdam, The Netherlands International Journal for Dialogical Science Spring 2013. Vol. 7, No. 1, 61-65 Copyright 2013 by Willem Wardekker TEACHER IDENTITY AND DIALOGUE: A COMMENT ON VAN RIJSWIJK, AKKERMAN & KOSTER Willem Wardekker

More information

ELearning in Sakai. My Workspace. Main page. Refresh Button. Schedule. Resources. Announcements. Worksite Setup

ELearning in Sakai. My Workspace. Main page. Refresh Button. Schedule. Resources. Announcements. Worksite Setup ELearning in Sakai My Workspace Main page Refresh Button Schedule Resources Announcements Worksite Setup Administrative Message Tabs Calendar c Information Announcements Navigation All of your courses

More information

Awareness in Computer-Supported Collaborative Modelling. Application to GenMyModel

Awareness in Computer-Supported Collaborative Modelling. Application to GenMyModel Awareness in Computer-Supported Collaborative Modelling. Application to GenMyModel Michel Dirix Axellience 59000 Lille - France michel.dirix@axellience.com PhD student since January 2013 Abstract. Costs

More information

Introduction to Web Services

Introduction to Web Services Department of Computer Science Imperial College London CERN School of Computing (icsc), 2005 Geneva, Switzerland 1 Fundamental Concepts Architectures & escience example 2 Distributed Computing Technologies

More information

How To Use Standard Pos On A Pc Or Macbook Powerbook 2.5.2.2 (Powerbook 2)

How To Use Standard Pos On A Pc Or Macbook Powerbook 2.5.2.2 (Powerbook 2) Integrated Point of Sales System for Mac OS X Program version: 6.3.22 110401 2012 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard POS is a powerful point of sales system for small shops and

More information

Create a Google Site in DonsApp

Create a Google Site in DonsApp Create a Google Site in DonsApp 1 Google Web Site Interactive. Constructivist. Collaborative. Communities. WHAT IS GOOGLE SITE? With one single click, you can create a website without any knowledge of

More information

President & Group CEO Håkan Ericsson s speech to the PostNord Annual General Meeting on April 23, 2014. Chairman, valued meeting participants.

President & Group CEO Håkan Ericsson s speech to the PostNord Annual General Meeting on April 23, 2014. Chairman, valued meeting participants. President & Group CEO Håkan Ericsson s speech to the PostNord Annual General Meeting on April 23, 2014 NOTE: The speech as delivered orally supersedes this written script. Page 1/6 Chairman, valued meeting

More information

Deltek Touch Time & Expense for Vision 1.3. Release Notes

Deltek Touch Time & Expense for Vision 1.3. Release Notes Deltek Touch Time & Expense for Vision 1.3 Release Notes June 25, 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information

Microsoft TMG Replacement with NetScaler

Microsoft TMG Replacement with NetScaler Microsoft TMG Replacement with NetScaler Replacing Microsoft Forefront TMG with NetScaler for Optimization This deployment guide focuses on replacing Microsoft Forefront Threat Management Gateway (TMG)

More information

WinDeveloper Message Recall v2.0

WinDeveloper Message Recall v2.0 WinDeveloper Message Recall v2.0 Contents 1. Message Recalling Works! Here is how...... 3 2. WinDeveloper vs Native Exchange Message Recalling... 4 3. System Setup... 6 3.1 Minimum Requirements... 6 3.2

More information

FuseMail- Exchange ControlPanel Admin Guide Feb.27-14 V1.0. Exchange ControlPanel Administration Guide

FuseMail- Exchange ControlPanel Admin Guide Feb.27-14 V1.0. Exchange ControlPanel Administration Guide Exchange ControlPanel Administration Guide Table of Contents Top Level Portal Administration... 4 Signing In to Control Panel... 4 Restoring Account Password... 5 Change Account Details... 7 Viewing Account

More information

NTTCT Mail Hosting Service Account Management

NTTCT Mail Hosting Service Account Management NTTCT Mail Hosting Service Account Management (Mail Hosting: NTT Communications (Thailand) Co., Ltd.) About This Document This document is intended to be a quick reference guide to follow for administrator

More information

ecommercesoftwareone Advance User s Guide -www.ecommercesoftwareone.com

ecommercesoftwareone Advance User s Guide -www.ecommercesoftwareone.com Advance User s Guide -www.ecommercesoftwareone.com Contents Background 3 Method 4 Step 1 - Select Advance site layout 4 Step 2 - Identify Home page code of top/left and bottom/right sections 6 Step 3 -

More information

Opinion 04/2012 on Cookie Consent Exemption

Opinion 04/2012 on Cookie Consent Exemption ARTICLE 29 DATA PROTECTION WORKING PARTY 00879/12/EN WP 194 Opinion 04/2012 on Cookie Consent Exemption Adopted on 7 June 2012 This Working Party was set up under Article 29 of Directive 95/46/EC. It is

More information

Customer admin guide. UC Management Centre

Customer admin guide. UC Management Centre Customer admin guide UC Management Centre June 2013 Contents 1. Introduction 1.1 Logging into the UC Management Centre 1.2 Language Options 1.3 Navigating Around the UC Management Centre 4 4 5 5 2. Customers

More information

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 403. This edition applies to

More information

Composite.Community.Newsletter - User Guide

Composite.Community.Newsletter - User Guide Composite.Community.Newsletter - User Guide Composite 2014-11-19 Composite A/S Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.composite.net Contents 1 INTRODUCTION... 4 1.1 Who Should Read This

More information

BreezingForms Guide. 18 Forms: BreezingForms

BreezingForms Guide. 18 Forms: BreezingForms BreezingForms 8/3/2009 1 BreezingForms Guide GOOGLE TRANSLATE FROM: http://openbook.galileocomputing.de/joomla15/jooml a_18_formulare_neu_001.htm#t2t32 18.1 BreezingForms 18.1.1 Installation and configuration

More information

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 READER / CONTRIBUTOR

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 READER / CONTRIBUTOR De La Salle University Information Technology Center Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 READER / CONTRIBUTOR User s Guide Microsoft Windows SharePoint Services and

More information

TOSHIBA GA-1310. Printing from Windows

TOSHIBA GA-1310. Printing from Windows TOSHIBA GA-1310 Printing from Windows 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45081979 04 February 2009 CONTENTS 3 CONTENTS

More information

OpenProtocols Connector for Microsoft Outlook Version 2.00 ARPDev Pty. Ltd. Overview. Features. Requirements

OpenProtocols Connector for Microsoft Outlook Version 2.00 ARPDev Pty. Ltd. Overview. Features. Requirements OpenProtocols Connector for Microsoft Outlook Version 2.00 ARPDev Pty. Ltd Overview This guide describes the installation and functionality of the OpenProtocols for Microsoft Outlook. The OpenProtocols

More information

New World Construction FTP service User Guide

New World Construction FTP service User Guide New World Construction FTP service User Guide A. Introduction... 2 B. Logging In... 4 C. Uploading Files... 5 D. Sending Files... 6 E. Tracking Downloads... 10 F. Receiving Files... 11 G. Setting Download

More information

Integration Methodologies for Disparate Software Packages with an Emphasis on Usability

Integration Methodologies for Disparate Software Packages with an Emphasis on Usability Integration Methodologies for Disparate Software Packages with an Emphasis on Usability Abstract Lyndon Evans 1 2, Vic Grout 1, Dave Staton 2 and Dougie Hawkins 2 1 Centre for Applied Internet Research,

More information

Cre-X-Mice Database. User guide

Cre-X-Mice Database. User guide Cre-X-Mice Database User guide Table of Contents Table of Figure... ii Introduction... 1 Searching the Database... 1 Quick Search Mode... 1 Advanced Search... 1 Viewing Search Results... 2 Registration...

More information

11.1. Performance Monitoring

11.1. Performance Monitoring 11.1. Performance Monitoring Windows Reliability and Performance Monitor combines the functionality of the following tools that were previously only available as stand alone: Performance Logs and Alerts

More information

BEST PRACTICES EMAIL ARCHIVE in contentaccess version 2.5

BEST PRACTICES EMAIL ARCHIVE in contentaccess version 2.5 BEST PRACTICES EMAIL ARCHIVE in contentaccess version 2.5 Use case: Email Archive configuration for companies with up to 2,000 mailboxes This document gives you an overview how to configure email archive

More information

Easy Manage Helpdesk Guide version 5.4

Easy Manage Helpdesk Guide version 5.4 Easy Manage Helpdesk Guide version 5.4 Restricted Rights Legend COPYRIGHT Copyright 2011 by EZManage B.V. All rights reserved. No part of this publication or software may be reproduced, transmitted, stored

More information

Technical Level Lessons Learned Meeting Thematic Focus on Slow Onset Humanitarian Crises. Lessons Identified and Discussion Points - Overview

Technical Level Lessons Learned Meeting Thematic Focus on Slow Onset Humanitarian Crises. Lessons Identified and Discussion Points - Overview EUROPEAN COMMISSION DIRECTORATE-GENERAL HUMANITARIAN AID AND CIVIL PROTECTION - ECHO ECHO.B - Humanitarian and Civil Protection Operations B/1 - Emergency Response Brussels, ECHO.B.1./JA/RK (2013) Technical

More information

Newsletters & Email Blasts USER GUIDE

Newsletters & Email Blasts USER GUIDE Newsletters & Email Blasts USER GUIDE Table of Contents INTRODUCTION... 3 INPUTS, TOOLS & TECHNIQUES, OUTPUTS (ITTO)... 5 NEWSLETTERS... 6 STATISTICS... 11 QUEUE... 13 TEMPLATES... 14 2 Introduction The

More information

CMT Self-Service Archive Migrator 1.2. Comprehensive User Guide

CMT Self-Service Archive Migrator 1.2. Comprehensive User Guide CMT Self-Service Archive Migrator 1.2 Comprehensive User Guide January 2015 Contents Section 1. Overview... 3 Section 2. End User Workstation Requirements... 3 Section 3. Self-Service Archive Migration

More information

Supporting members of a learning community using Interaction Analysis tools: The example of the Kaleidoscope NoE scientific network

Supporting members of a learning community using Interaction Analysis tools: The example of the Kaleidoscope NoE scientific network Supporting members of a learning community using Interaction Analysis tools: The example of the Kaleidoscope NoE scientific network Tharrenos Bratitsis, Angelique Dimitracopoulou LTEE Laboratory, University

More information

Documentation. The iq.suite Quarantine. Dealing with quarantined emails. Access via Notes client

Documentation. The iq.suite Quarantine. Dealing with quarantined emails. Access via Notes client Documentation The iq.suite Quarantine Dealing with quarantined emails. Access via Notes client Content CONTENT 1 The Quarantine Category... 2 1.1 What is the Quarantine?... 2 1.2 Functions in der Menu

More information

Manual. Version: 1.0.0

Manual. Version: 1.0.0 Manual Version: 1.0.0 Table of Contents I. INTRODUCTION... 3 II. INSTALLATION... 5 a. System Requirements... 5 b. Installation... 5 c. Configure PayPal IPN... 5 d. Cron Setup... 6 e. Upload Email Logo...

More information

User manual for the visitors of Interreg Danube Programme website

User manual for the visitors of Interreg Danube Programme website User manual for the visitors of Interreg Danube Programme website Table of contents National contact points... 2 Newsletter subscription... 2 Subscribe... 2 Unsubscribe... 2 Forum... 2 Approved projects...

More information

Using Blackboard ConnectTxt Outlook Add-in

Using Blackboard ConnectTxt Outlook Add-in Using Blackboard ConnectTxt Outlook Add-in This document is intended for those using: Outlook Add-in 1.1 Microsoft Outlook Versions 2003 (11), 2007 (12) and 2010 (14) Date: 24 th July 2012 Contents 1.

More information

Application of Project-driven Teaching Practice Based on Sakai

Application of Project-driven Teaching Practice Based on Sakai 2012 International Conference on Education Technology and Computer (ICETC2012) IPCSIT vol.43 (2012) (2012) IACSIT Press, Singapore Application of Project-driven Teaching Practice Based on Sakai Wang Lin

More information

What s New in LANDESK Service Desk Version 7.8. Abstract

What s New in LANDESK Service Desk Version 7.8. Abstract What s New in LANDESK Service Desk Version 7.8 Abstract This document highlights the new features and enhancements introduced in versions 7.8 of LANDESK Service Desk. Document Creation: December, 19 2014.

More information

Flowlink Pro Server Software Installation Guide

Flowlink Pro Server Software Installation Guide Flowlink Pro Server Software Installation Guide Part #69-2543-274 ii Flowlink Pro Server Installation Guide COPYRIGHT 2006, 2014 Teledyne Isco, Inc. 4700 Superior St., Lincoln, Nebraska, U.S.A. 68504 Phone:

More information

NetWrix Exchange Mail Archiver Version 1.5 Administrator Guide

NetWrix Exchange Mail Archiver Version 1.5 Administrator Guide NetWrix Exchange Mail Archiver Version 1.5 Administrator Guide Contents 1. Introduction... 3 1.1. What is the NetWrix Exchange Mail Archiver?...3 1.2. Product Architecture...4 1.3. Licensing...5 1.4. System

More information

CME: A Middleware Architecture for Network-Aware Adaptive Applications

CME: A Middleware Architecture for Network-Aware Adaptive Applications CME: A Middleware Architecture for Network-Aware Adaptive Applications Jun-Zhao Sun, Jari Tenhunen, and Jaakko Sauvola MediaTeam, Machine Vision and Media Processing Unit, Infotech Oulu P.O.Box 4500 4SOINFO,

More information

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

Step by step guide to using Audacity

Step by step guide to using Audacity Step by step guide to using Audacity Contents 1 - Introduction... 1 2 - Getting Started... 2 2.1 - Starting Audacity... 2 3 Recording, Saving and Editing Your Audio... 3 3.1 Recording your audio... 3 3.2

More information

DIGITAL MEDIA MEASUREMENT FRAMEWORK SUMMARY Last updated April 2015

DIGITAL MEDIA MEASUREMENT FRAMEWORK SUMMARY Last updated April 2015 DIGITAL MEDIA MEASUREMENT FRAMEWORK SUMMARY Last updated April 2015 DIGITAL MEDIA MEASUREMENT FRAMEWORK SUMMARY Digital media continues to grow exponentially in Canada. Multichannel video content delivery

More information

Ericom AccessNow for Microsoft RDCB

Ericom AccessNow for Microsoft RDCB Ericom AccessNow for Microsoft RDCB HTML5 RDP Client Administrator s Manual Version 3.5 Legal Notice This manual is subject to the following conditions and restrictions: This Administrator s Manual provides

More information

Service Description. Ericsson IPX

Service Description. Ericsson IPX Service Description Ericsson IPX Disclaimer Please be advised that the information included in this document is based on generic Operator integrations. This document does not constitute a commitment from

More information

Tips & Tricks. Guide to Accessing and Navigating Around the ABB Customer Portal and Downloading LinkOne Software

Tips & Tricks. Guide to Accessing and Navigating Around the ABB Customer Portal and Downloading LinkOne Software Page 1 of 6 Tips & Tricks Guide to Accessing and Navigating Around the ABB Customer Portal and Downloading LinkOne Software The purpose of this document is to assist users to access the ABB Customer Portal

More information