Automatic Word Lookup Service and Client Tool for SAIKAM Online Dictionary

Size: px
Start display at page:

Download "Automatic Word Lookup Service and Client Tool for SAIKAM Online Dictionary"

Transcription

1 NII Journal No.1 ( ) 研 究 論 文 Automatic Word Lookup Service and Client Tool for SAIKAM Online Dictionary Vuthichai AMPORNARAMVETH National Institute of Informatics Akiko AIZAWA National Institute of Informatics Tasanee METHAPISIT Thammasat University ABSTRACT SAIKAM is an online Japanese-Thai dictionary development project seeking for collaborative efforts from developers on the Internet. The project has been developed as a web site providing Japanese Thai dictionary lookup service and, at the same time, allowing a group of devoted users who registered themselves as SAIKAM developer to update and improve the content of the dictionary. All these services are accessible via standard WWW browser software. According to feedbacks from SAIKAM users, however, two new services were recently integrated into SAIKAM system-saikam client tool, and Automatic Dictionary Lookup for Web Pages. These tools are aimed to expand the scope of SAIKAM utilization to offline users, and improve productivity in dictionary editing. [Keywords] Internet, Electronic Dictionary, Collaborative Work 1 Introduction SAIKAM [1] is an Internet-based Japanese Thai dictionary development project. In addition to word definition lookup service, as available in most ordinary electronic dictionaries, SAIKAM also allows any high-spirited users who registered himself as a dictionary developers to update dictionary content, or word definitions, online. This process is necessary due to the fact that SAIKAM's initial word definitions were obtained automatically by matching Japanese words from a Japanese English dictionary to Thai words from a Thai English dictionary by looking for similarity in their English definitions. As a result, the initial dictionary data is still far from complete, nor accurate. It is expected that, with efforts contributed by volunteers on the Internet, the definitions will be getting better throughout the online word-editing process. The final goal of SAIKAM project is to achieve a medium size public-domain Japanese Thai dictionary and make it available to everybody. Currently, the most recent snapshot of the dictionary data is already accessible on the WWW. Beside basic dictionary lookup service, SAIKAM also provides additional value-added services by utilizing the dictionary data such as Usage Sample Search allowing users to search for sample Japanese sentences from Japanese texts corpus collected from the Internet. Both word and pattern searches are supported. A pattern can be specified as a combination of specific words and the word s part of speech. To be discussed in this paper, Automatic Dictionary Lookup Service for Web Page was recently introduced into SAIKAM system. This service functions as a transparent proxy server for browsing Japanese web pages. The proxy server is equipped with a Japanese text parsing tool which identifies list of Japanese words contained in the document. When Japanese web pages are browsed through this proxy server, the user will be presented with original page content with list of Japanese words and Thai definitions appearing at the bottom of the document page. This allows the user to read Japanse web pages more comfortably without the need to consult dictionary for each word meaning one by one. In addition to WWW browser interface, SAIKAM recently started to provide a client tool for users to run on his/her own PC. Any users with MS Windows operating system can download SAIKAM client and use it as an electronic Japanese Thai dictionary on his PC. Implementation of this client and the Automatic Word Lookup feature mentioned above will be the main focus of this paper. 2 SAIKAM System It is necessary to explain briefly first the basic components 1

2 Automatic Word Lookup Service and Client Tool for SAIKAM Online Dictionary SAIKAM Client Client Side Web Browser B A Client Bridge DB Engine CGI Interfaces Web Server Figure 1: SAIKAM System Components Server Side Add-On Services of SAIKAM system. On the server side, SAIKAM consists of four major components (as shown in figure 1): - Database Engine: An SQL database engine maintaining all dictionary tables :- List of Japanese words, Thai words, word definitions, and statistical data. Users profile and access logs are also kept here. WWW Interface: A set of HTML documents, CGI scripts in Perl programming language, and Java applets to provide trilingual WWW interfaces [2] for dictionary browsing and editing. Value-Added Services: Set of components providing automatic word lookup and sample search features. Client Bridge: A daemon process waiting for connection from SAIKAM client tool, and performing data synchronization between SAIKAM client and the main server. Discussion on SAIKAM server, web-based user interfaces, and the usage sample search were already made in [1], [2] and [3]. In this paper, we will focus on the implementation of Automatic Word Lookup of Web Pages and SAIKAM Client which were introduced recently in order to promote the usage of SAIKAM service. 3 Problems and Motivation Initially, SAIKAM provided only WWW browser-based interface for users to browse and edit word definitions. This turned out to be inconvenient for many target users due to the fact that Internet connection must be brought up prior to the access. Also the cost of Internet connections in the users' country-of-resident (Japan and Thailand) are prohibitive for the purpose of dictionary lookup and editing. Another important issue is the speed of data transfer between SAIKAM server and the WWW browser on client machine. Many users lost interest in word editing because long time delay brought unpleasant editing experience. As a result, it is desirable to have a SAIKAM client tool which can serve as an electronic dictionary and an offline editing frontend. The client tool can not only reduce the cost of Internet connection, but also improve the user satisfaction with speedier response. The automatic word definition lookup service was introduced to save Japanese web pages surfers time in looking up definitions of words from the dictionary. Because the web page content and the dictionary service already reside on the Internet, it must be wiser to let the machine perform tedious dictionary lookup task for users. In the following sections, implementations of these two services are discussed. Browser Web Server SAIKAM Proxy Server URL Rewrite Web Loader Definition Lookup Word Parser Figure 2: Document Flow in SAIKAM Automatic Dictionary Lookup Service 4 Automatic Dictionary The block diagram of the automatic dictionary lookup service for web page is shown in figure 2. The process of accessing this service can be described as follows :- 1. The user first opens SAIKAM Automatic Dictionary Lookup Service web page, and enters the URL of a Japanese web page he/she wants to browse. (figure 3) 2. SAIKAM redirects the browser to SAIKAM Automatic Dictionary Lookup proxy server, the URL specified by the user is passed to the proxy as an argument. 3. SAIKAM proxy retrieves the document from web server of the given URL. Once the document is completely loaded, the proxy then parses the document for known Japanese words, and returns the original document with word definitions in Thai attached to the browser. 2

3 NII Journal No.1 ( ) Figure 3: Gateway to Automatic Dictionary Lookup service Japanese text parsing is done by first filtering out all English characters and symbols. The remaining Japanese text strings are then chop into lists of Japanese words using Chasen tool [4]. After that, the system tries to merge consecutive Japanese words together to see if they can form a compound, and find the longest compound existing in SAIKAM dictionary database. 4. During the parsing and filtering process, any URLs appearing inside anchor tags <A>, or framed window, are modified to make sure that further document requests will pass through the proxy server as the user navigates through the links as well. By rewriting the URLs, there is no need for the users to change proxy settings on his local WWW browser in order to access this service. Since Thai character codes cannot be mixed with Japanese characters in the original HTML document, all Thai definitions are displayed as graphical GIF image. The text-to-gif conversion is carried out by a CGI script on SAIKAM server. Downloading GIF images is a time-consuming task. Because some users may not need to know definitions of all words in the document, the proxy can also be configured to display only list of known Japanese words at the bottom of the original document by unchecking Also lookup for word definitions checkbox in figure 3. The Japanese words are Figure 4: List of known words appearing at the bottom of page (circled) then hyperlinked to SAIKAM word database. By clicking on the word, a user can easily access that word definition page. (figure 4) 5 SAIKAM Client SAIKAM client tool was developed to expand the coverage of SAIKAM users to those without Internet connection, or available but at high cost. At the same time, it is also aimed to make it more comfortable for users to edit word definitions by improving the system response time. The initial version of SAIKAM client runs on Microsoft Windows operating system. Care has been taken to make sure Thai, Japanese, and English texts can be handled properly in many localized editions of the operating system. Basic features of the client, as an electronic dictionary, allow users to Search for Japanese word definition in Thai (figure 5). Search for a kanji character by specifying the number of strokes, kanji reading, or level of difficulty. Kanji can be sorted by frequency of use or difficulty. List of words containing a particular kanji can also be obtained. Search for a list of words matching a number of criteria specified by :- word difficulty, frequency of use, and level of usage in schools. 3

4 Automatic Word Lookup Service and Client Tool for SAIKAM Online Dictionary Figure 5: SAIKAM Client Search Screen The dictionary content on client side is not totally static. From time to time, the client may connect to SAIKAM main server to Retrieve recent updates to dictionary database. Reserve words for local editing. After finishing editing word definitions, upload changes to main SAIKAM server 5.1 Database Synchronization Synchronization of dictionary content between SAIKAM main server and user client can be done by the fact that all changes made to SAIKAM main server are logged with timestamp, and the dictionary data residing on client side is dated. After connecting to SAIKAM main server, the client may query for all updates made after the date of local dictionary data. (figure 6). Then the same changes are applied to the client local data. This mechanism allows incremental update to dictionary data on client side. 5.2 Word Editing Editing of word definition is also allowed on SAIKAM client. However, in order to avoid conflicts among several users, a word reservation system is introduced on the server side. Before editing any words, the user must request for exclusive write access to those words from the reservation system. SAIKAM client does not allow modification of any words whose write access are not yet granted. Update Log Date Server Side Changes Client Side Date: Local Data Figure 6: Database Synchronization: Changes on main server made after are replayed on client side This reservation system is implemented by using the concept of word basket [3] already available on the WWW browser interface of SAIKAM. A word must be added to the user's word basket first before it can be edited. The word cannot belong to more than one word basket at the same time. This is to ensure no two or more users are working on the same word. In summary, the procedure for editing word definition is 1. A user subscribe himself/herself as a SAIKAM developer. The system assign a login name and password. 2. While browsing Japanese words on SAIKAM client, the user may decide to add some words to his word basket for editing. 3. After collecting a number words in his word basket, 4

5 NII Journal No.1 ( ) the user connect to SAIKAM server using the assigned login name and password.the client then requests for exclusive write access to words inside the user s word basket. SAIKAM server grants access to words not belonging to any other word baskets yet. In addition, these words are marked for Client-Side Editing (see below). Modifications to these words are not allowed on the WWW browser interface. 4. List of words whose write access is granted is returned to SAIKAM client. Client then disconnects from the server. The user can edit word definition on his local machine. 5. The user connect back to SAIKAM server again and upload all modifications. Changes are logged on SAIKAM server with timestamp. Words may be released from the user s word basket. Note that word basket defines only ownership of words. With the introduction of word editing feature in SAIKAM client, words can now be edited either by using WWW browser interface, or on SAIKAM client itself. In order to avoid conflicts between changes made on the WWW interface, and SAIKAM client, an additional attribute is attached to words in the word basket to distinguish WWW-side edited words from client-side edited words. jigsaw toward the completion of SAIKAM s set of tools and components. After this, it will be a matter of time for the participants to work on the dictionary content toward the eventual goal of a public domain Japanese Thai dictionary. References [1] V.Ampornaramveth; SAIKAM: An Online Dictionary Development Project, Proc. of the 4th Intl. Workshop on Academic Information Networks and Systems, February 1998, NACSIS Seminar House, Karuizawa, Japan. [2] V.Ampornaramveth, Trilingual WWW Interface to SAIKAM Dictionary Project, Proc. of the 5th Intl. Workshop on Academic Information Networks and Systems, December 1998, AIT, Thailand. [3] V.Ampornaramveth; Akiko Aizawa; Tasanee Methapisit, Implementation of an Internet-Based Dictionary Development Environment: SAIKAM, Research Bulletin of NACSIS, No. 12, March [4] ChaSen, Japanese Morphological Analysis Sysem, 6 Conclusion At the beginning of SAIKAM project, Internet penetration was accelerating. People were spending more and more time on the Internet in seeking for any kind of information. It was not easy to foresee the necessity of an offline client tool for SAIKAM dictionary. As we learned from users feedbacks and experience, however, dictionary is more often used in such environments without the luxury ofinternet access. An offline client, which functions as an electronic dictionary, should be more suitable for a larger group of users. Since SAIKAM client contains a collection of dictionary database and statistical data on Japanese words, it is, in fact, an integrated tools for learning of Japanese language. In addition to electronic dictionary feature, it can also serve as an exploration tool allowing students to extract interesting information from statistical data. From the dictionary developers perspective, it is also an collaborative dictionary editing tool. The dictionary lookup service for web page is SAIKAM s attempt to attract more users to its service on the WWW by providing the dictionary lookup service when the user needs it. Together, both of these two new services are the missing 5

6

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

Richmond Systems. SupportDesk Web Interface User Guide

Richmond Systems. SupportDesk Web Interface User Guide Richmond Systems SupportDesk Web Interface User Guide 1 Contents SUPPORTDESK WEB INTERFACE...3 INTRODUCTION TO THE WEB INTERFACE...3 FEATURES OF THE WEB INTERFACE...3 HELPDESK SPECIALIST LOGIN...4 SEARCHING

More information

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit

SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit Note: SecureAware version 3.7 and above contains all files and setup configuration needed to use Microsoft IIS as a front end web server. Installing

More information

Binonymizer A Two-Way Web-Browsing Anonymizer

Binonymizer A Two-Way Web-Browsing Anonymizer Binonymizer A Two-Way Web-Browsing Anonymizer Tim Wellhausen Gerrit Imsieke (Tim.Wellhausen, Gerrit.Imsieke)@GfM-AG.de 12 August 1999 Abstract This paper presents a method that enables Web users to surf

More information

PORTAL ADMINISTRATION

PORTAL ADMINISTRATION 1 Portal Administration User s Guide PORTAL ADMINISTRATION GUIDE Page 1 2 Portal Administration User s Guide Table of Contents Introduction...5 Core Portal Framework Concepts...5 Key Items...5 Layouts...5

More information

Developing Web Browser Recording Tools. Using Server-Side Programming Technology

Developing Web Browser Recording Tools. Using Server-Side Programming Technology Developing Web Browser Recording Tools Using Server-Side Programming Technology Chris J. Lu Ph.D. National Library of Medicine NLM, NIH, Bldg. 38A, Rm. 7N-716, 8600 Rockville Pike Bethesda, MD 20894, USA

More information

FF/EDM Intro Industry Goals/ Purpose Related GISB Standards (Common Codes, IETF) Definitions d 4 d 13 Principles p 6 p 13 p 14 Standards s 16 s 25

FF/EDM Intro Industry Goals/ Purpose Related GISB Standards (Common Codes, IETF) Definitions d 4 d 13 Principles p 6 p 13 p 14 Standards s 16 s 25 FF/EDM Intro Industry Goals/ Purpose GISB defined two ways in which flat files could be used to send transactions and transaction responses: interactive and batch. This section covers implementation considerations

More information

4. Client-Level Administration

4. Client-Level Administration 4. Client-Level Administration Introduction to Client Usage The Client Home Page Overview Managing Your Client Account o Editing Your Client Record View Account Status Report Domain Administration Page

More information

Welcome to Collage (Draft v0.1)

Welcome to Collage (Draft v0.1) Welcome to Collage (Draft v0.1) Table of Contents Welcome to Collage (Draft v0.1)... 1 Table of Contents... 1 Overview... 2 What is Collage?... 3 Getting started... 4 Searching for Images in Collage...

More information

Oracle Universal Content Management 10.1.3

Oracle Universal Content Management 10.1.3 Date: 2007/04/16-10.1.3 Oracle Universal Content Management 10.1.3 Document Management Quick Start Tutorial Oracle Universal Content Management 10.1.3 Document Management Quick Start Guide Page 1 Contents

More information

File Share Navigator Online 1

File Share Navigator Online 1 File Share Navigator Online 1 User Guide Service Pack 3 Issued November 2015 Table of Contents What s New in this Guide... 4 About File Share Navigator Online... 5 Components of File Share Navigator Online...

More information

Software Engineering I CS524 Professor Dr. Liang Sheldon X. Liang

Software Engineering I CS524 Professor Dr. Liang Sheldon X. Liang Software Requirement Specification Employee Tracking System Software Engineering I CS524 Professor Dr. Liang Sheldon X. Liang Team Members Seung Yang, Nathan Scheck, Ernie Rosales Page 1 Software Requirements

More information

End User Guide The guide for email/ftp account owner

End User Guide The guide for email/ftp account owner End User Guide The guide for email/ftp account owner ServerDirector Version 3.7 Table Of Contents Introduction...1 Logging In...1 Logging Out...3 Installing SSL License...3 System Requirements...4 Navigating...4

More information

XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide

XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide Contacting Ensure Technologies Email: support@ensuretech.com Phone: (734) 547-1600 Home Office: Ensure Technologies 135 S Prospect

More information

MY HELPDESK - END-USER CONSOLE...

MY HELPDESK - END-USER CONSOLE... Helpdesk User Guide Page 1 Helpdesk User Guide Table of Contents 1 INTRODUCTION... 3 1.1. OBJECTIVES... 3 1.2. END-USER CONSOLE... 3 1.3. SUMMARY OF RESPONSIBILITY... 3 1.4. HELPDESK INCIDENT LIFE CYCLE...

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

Software Requirements Specification. Human Resource Management System. Sponsored by Siemens Enterprise Communication. Prepared by InnovaSoft

Software Requirements Specification. Human Resource Management System. Sponsored by Siemens Enterprise Communication. Prepared by InnovaSoft Software Requirements Specification Human Resource Management System Sponsored by Siemens Enterprise Communication Prepared by InnovaSoft Cansu Hekim - 1630888 Bekir Doğru - 1560085 Zaman Safari - 1572254

More information

MailEnable Web Mail End User Manual V 2.x

MailEnable Web Mail End User Manual V 2.x MailEnable Web Mail End User Manual V 2.x MailEnable Messaging Services for Microsoft Windows NT/2000/2003 MailEnable Pty. Ltd. 486 Neerim Road Murrumbeena VIC 3163 Australia t: +61 3 9569 0772 f: +61

More information

FUSION Installation Guide

FUSION Installation Guide FUSION Installation Guide Version 1.0 Page 1 of 74 Content 1.0 Introduction... 3 2.0 FUSION Server Software Installation... 3 3.0 FUSION Client Software Installation... 10 4.0 FUSION NIM Software Installation...

More information

SurfCop for Microsoft ISA Server. System Administrator s Guide

SurfCop for Microsoft ISA Server. System Administrator s Guide SurfCop for Microsoft ISA Server System Administrator s Guide Contents INTRODUCTION 5 PROGRAM FEATURES 7 SYSTEM REQUIREMENTS 7 DEPLOYMENT PLANNING 8 AGENTS 10 How It Works 10 What is Important to Know

More information

Virto Active Directory Service for SharePoint. Release 4.1.2. Installation and User Guide

Virto Active Directory Service for SharePoint. Release 4.1.2. Installation and User Guide Virto Active Directory Service for SharePoint Release 4.1.2 Installation and User Guide 2 Table of Contents OVERVIEW... 3 SYSTEM REQUIREMENTS... 4 OPERATING SYSTEM... 4 SERVER... 4 BROWSER... 5 INSTALLATION...

More information

To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to work with each other.

To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to work with each other. w w w. e g n y t e. c o m Egnyte Single Sign-On (SSO) Installation for VMware Horizon To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to

More information

Building Java Servlets with Oracle JDeveloper

Building Java Servlets with Oracle JDeveloper Building Java Servlets with Oracle JDeveloper Chris Schalk Oracle Corporation Introduction Developers today face a formidable task. They need to create large, distributed business applications. The actual

More information

SQL Server Replication Guide

SQL Server Replication Guide SQL Server Replication Guide Rev: 2013-08-08 Sitecore CMS 6.3 and Later SQL Server Replication Guide Table of Contents Chapter 1 SQL Server Replication Guide... 3 1.1 SQL Server Replication Overview...

More information

Part No. P0935737 02. Multimedia Call Center. Set Up and Operation Guide

Part No. P0935737 02. Multimedia Call Center. Set Up and Operation Guide Part No. P0935737 02 Multimedia Call Center Set Up and Operation Guide 2 Multimedia Call Center Set Up and Operation Guide Copyright 2001 Nortel Networks All rights reserved. 2001. The information in this

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE

SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in

More information

Installing, Uninstalling, and Upgrading Service Monitor

Installing, Uninstalling, and Upgrading Service Monitor CHAPTER 2 Installing, Uninstalling, and Upgrading Service Monitor This section contains the following topics: Preparing to Install Service Monitor, page 2-1 Installing Cisco Unified Service Monitor, page

More information

GE Measurement & Control. Remote Comms System. Installation and User Reference Guide

GE Measurement & Control. Remote Comms System. Installation and User Reference Guide GE Measurement & Control Remote Comms System Installation and User Reference Guide Contents BENEFITS OF REMOTE COMMS SYSTEM... 1 HOW THE REMOTE COMMS SYSTEM WORKS... 3 COMPONENTS OF REMOTE COMMS SYSTEM...

More information

Checklist for Web Application Testing

Checklist for Web Application Testing Checklist for Web Application Testing July 27, 2004 Submitted By Infosys Technologies Limited Author Setumadhav Kulkarni (Setumadhav_Kulkarni@infosys.com) Web Testing Checklist.doc Page 1 of 9 COPYRIGHT

More information

Rational Software. Getting Started with Rational Customer Service Online Case Management. Release 1.0

Rational Software. Getting Started with Rational Customer Service Online Case Management. Release 1.0 Rational Software Getting Started with Rational Customer Service Online Case Management Release 1.0 Table of Contents 1. Introduction 1 2. Site Capabilities 1 2.1 Service Requests 1 2.2 Solutions Knowledge

More information

Graves IT Solutions Online Backup System FAQ s

Graves IT Solutions Online Backup System FAQ s Graves IT Solutions Online Backup System FAQ s How do I receive my username? The account username is proposed by the registrant at the time of registration. Once registration is completed, an email is

More information

Guide to Analyzing Feedback from Web Trends

Guide to Analyzing Feedback from Web Trends Guide to Analyzing Feedback from Web Trends Where to find the figures to include in the report How many times was the site visited? (General Statistics) What dates and times had peak amounts of traffic?

More information

How To Manage Your Spam On Graymail On Pc Or Macodeo.Com

How To Manage Your Spam On Graymail On Pc Or Macodeo.Com User Guide Revision E SaaS Email Protection Email Protection for your account The Email Protection service works in the cloud to protect your email account from spam, viruses, worms, phishing scams, and

More information

WEBMAIL User s Manual

WEBMAIL User s Manual WEBMAIL User s Manual Overview What it is: What it is not: A convenient method of retrieving and sending mails while you re away from your home computer. A sophisticated mail client meant to be your primary

More information

COURSE CONTENT FOR WINTER TRAINING ON Web Development using PHP & MySql

COURSE CONTENT FOR WINTER TRAINING ON Web Development using PHP & MySql COURSE CONTENT FOR WINTER TRAINING ON Web Development using PHP & MySql 1 About WEB DEVELOPMENT Among web professionals, "web development" refers to the design aspects of building web sites. Web development

More information

Secure Web Service - Hybrid. Policy Server Setup. Release 9.2.5 Manual Version 1.01

Secure Web Service - Hybrid. Policy Server Setup. Release 9.2.5 Manual Version 1.01 Secure Web Service - Hybrid Policy Server Setup Release 9.2.5 Manual Version 1.01 M86 SECURITY WEB SERVICE HYBRID QUICK START USER GUIDE 2010 M86 Security All rights reserved. 828 W. Taft Ave., Orange,

More information

Oracle Database 10g Express

Oracle Database 10g Express Oracle Database 10g Express This tutorial prepares the Oracle Database 10g Express Edition Developer to perform common development and administrative tasks of Oracle Database 10g Express Edition. Objectives

More information

Network Connect Installation and Usage Guide

Network Connect Installation and Usage Guide Network Connect Installation and Usage Guide I. Installing the Network Connect Client..2 II. Launching Network Connect from the Desktop.. 9 III. Launching Network Connect Pre-Windows Login 11 IV. Installing

More information

Active Directory Integration

Active Directory Integration January 11, 2011 Author: Audience: SWAT Team Evaluator Product: Cymphonix Network Composer EX Series, XLi OS version 9 Active Directory Integration The following steps will guide you through the process

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

VCW FTP Microsoft Outlook Add-In Configuration and Implementation

VCW FTP Microsoft Outlook Add-In Configuration and Implementation VCW FTP Microsoft Outlook Add-In Configuration and Implementation After installation of the Microsoft Outlook Plug-In; the WS_FTP icon in the system tray needs to be configured with the following parameters

More information

Budget Event Management Design Document

Budget Event Management Design Document Budget Event Management Design Document Team 4 Yifan Yin(TL), Jiangnan Shangguan, Yuan Xia, Di Xu, Xuan Xu, Long Zhen 1 Purpose Summary List of Functional Requirements General Priorities Usability Accessibility

More information

Xythos on Demand Quick Start Guide For Xythos Drive

Xythos on Demand Quick Start Guide For Xythos Drive Xythos on Demand Quick Start Guide For Xythos Drive What is Xythos on Demand? Xythos on Demand is not your ordinary online storage or file sharing web site. Instead, it is an enterprise-class document

More information

mylittleadmin for MS SQL Server Quick Start Guide

mylittleadmin for MS SQL Server Quick Start Guide mylittleadmin for MS SQL Server Quick Start Guide version 3.5 1/25 CONTENT 1 OVERVIEW... 3 2 WHAT YOU WILL LEARN... 3 3 INSTALLATION AND CONFIGURATION... 3 4 BASIC NAVIGATION... 4 4.1. Connection 4 4.2.

More information

Weston Public Schools Virtual Desktop Access Instructions

Weston Public Schools Virtual Desktop Access Instructions Instructions for connecting to the Weston Schools Virtual Desktop Environment Notes: You will have to have administrator permission on your computer in order to install a VMWare Client application which

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions HelpDesk OSP User Manual Content 1 INTRODUCTION... 3 2 REQUIREMENTS... 4 3 THE SHAREPOINT SITE... 4 4 THE HELPDESK OSP TICKET... 5 5 INSTALLATION OF HELPDESK OSP... 7 5.1 INTRODUCTION... 7 5.2 PROCESS...

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

How to Back Up and Restore an ACT! Database Answer ID 19211

How to Back Up and Restore an ACT! Database Answer ID 19211 How to Back Up and Restore an ACT! Database Answer ID 19211 Please note: Answer ID documents referenced in this article can be located at: http://www.act.com/support/index.cfm (Knowledge base link). The

More information

Digital media glossary

Digital media glossary A Ad banner A graphic message or other media used as an advertisement. Ad impression An ad which is served to a user s browser. Ad impression ratio Click-throughs divided by ad impressions. B Banner A

More information

POINT OF SALES SYSTEM (POSS) USER MANUAL

POINT OF SALES SYSTEM (POSS) USER MANUAL Page 1 of 24 POINT OF SALES SYSTEM (POSS) USER MANUAL System Name : POSI-RAD System Release Version No. : V4.0 Total pages including this covering : 23 Page 2 of 24 Table of Contents 1 INTRODUCTION...

More information

EMC Documentum Webtop

EMC Documentum Webtop EMC Documentum Webtop Version 6.5 User Guide P/N 300 007 239 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2008 EMC Corporation. All rights

More information

Resources You can find more resources for Sync & Save at our support site: http://www.doforms.com/support.

Resources You can find more resources for Sync & Save at our support site: http://www.doforms.com/support. Sync & Save Introduction Sync & Save allows you to connect the DoForms service (www.doforms.com) with your accounting or management software. If your system can import a comma delimited, tab delimited

More information

Getting Started - The Control Panel

Getting Started - The Control Panel Table of Contents 1. Getting Started - the Control Panel Login Navigation Bar Domain Limits Domain User Account Properties Session Management 2. FTP Management Creating and Editing Users Accessing FTP

More information

Introduction to Google Docs

Introduction to Google Docs Introduction to Google Docs If you do not have a Google account please see the instructor about setting up an account before the class begins. If you do not want to set up an account you can follow along

More information

CPanel User Guide DOCUMENTATION VERSION: 1.2

CPanel User Guide DOCUMENTATION VERSION: 1.2 CPanel User Guide DOCUMENTATION VERSION: 1.2 Table of contents 1 What is CPanel? 8 2 How do I get help? 9 3 CPanel themes 10 4 How do I use CPanel? 11 4.1 Logging on..............................................

More information

Portals and Hosted Files

Portals and Hosted Files 12 Portals and Hosted Files This chapter introduces Progress Rollbase Portals, portal pages, portal visitors setup and management, portal access control and login/authentication and recommended guidelines

More information

Mercury Users Guide Version 1.3 February 14, 2006

Mercury Users Guide Version 1.3 February 14, 2006 Mercury Users Guide Version 1.3 February 14, 2006 1 Introduction Introducing Mercury Your corporate shipping has just become easier! The satisfaction of your customers depends on the accuracy of your shipments,

More information

Web Extras. Customer Service Description. Version 3.0. February 26, 2002

Web Extras. Customer Service Description. Version 3.0. February 26, 2002 Web Extras Customer Service Description Version 3.0 February 26, 2002 Proprietary: Not for disclosure outside of Interland except under written agreement This document is subject to change without notice.

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com

How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com Contents First Time Login Instructions... 1 1) Use the Internet Explorer (IE) Web browser*... 1 2) Install the.net Framework...

More information

How to configure and use a TraumaCad Plug-in with Philips isite

How to configure and use a TraumaCad Plug-in with Philips isite How to configure and use a TraumaCad Plug-in with Philips isite After isite plug-in is installed in the isite Enterprise / Radiology environment (and according to the location of the plug-in system preferences

More information

10CS73:Web Programming

10CS73:Web Programming 10CS73:Web Programming Question Bank Fundamentals of Web: 1.What is WWW? 2. What are domain names? Explain domain name conversion with diagram 3.What are the difference between web browser and web server

More information

OSPI SFTP User Guide

OSPI SFTP User Guide OSPI SFTP User Guide NOTE: Please contact OSPI to request an account BEFORE setting up this software. In order to configure the software you will need account information from OSPI. Here are some steps

More information

Programming SIP Services University Infoline Service

Programming SIP Services University Infoline Service Programming SIP Services University Infoline Service Tatiana Kováčiková, Pavol Segeč Department of Information Networks University of Zilina Moyzesova 20, 010 26 SLOVAKIA Abstract: Internet telephony now

More information

IP Phone Services Configuration

IP Phone Services Configuration CHAPTER 96 Using Cisco Unified Communications Manager Administration, you define and maintain the list of IP phone services to which users can subscribe at their site. IP phone services comprise XML applications

More information

Working with Mail (Hosted Exchange)

Working with Mail (Hosted Exchange) TM Control Panel User Guide Working with Mail (Hosted Exchange) 1 Working with Mail (Hosted Exchange) TM offers Microsoft Exchange hosting as a powerful messaging solution allowing you to create and manage

More information

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 22 Ref: GC349_v1.1

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 22 Ref: GC349_v1.1 Web Hosting Training Guide Safari version Doc Ref: GC349_v1.1 Author: Glow Team Page 1 of 22 Ref: GC349_v1.1 Contents Introduction... 3 What is the Glow Web Hosting service?... 3 Why use the Glow Web Hosting

More information

Getting Started with Tableau Server 6.1

Getting Started with Tableau Server 6.1 Getting Started with Tableau Server 6.1 Welcome to Tableau Server. This guide will walk you through the basic steps to install and configure Tableau Server. Then follow along using sample data and users

More information

Manual. CollabNet Subversion Connector to HP Quality Center. Version 1.2

Manual. CollabNet Subversion Connector to HP Quality Center. Version 1.2 Manual CollabNet Subversion Connector to HP Quality Center Version 1.2 A BOUT THE CONNECTOR About the Connector The CollabNet Subversion Connector to HP Quality Center enables Quality Center users to

More information

Fax User Guide 07/31/2014 USER GUIDE

Fax User Guide 07/31/2014 USER GUIDE Fax User Guide 07/31/2014 USER GUIDE Contents: Access Fusion Fax Service 3 Search Tab 3 View Tab 5 To E-mail From View Page 5 Send Tab 7 Recipient Info Section 7 Attachments Section 7 Preview Fax Section

More information

Embraiz CRM System User Guide

Embraiz CRM System User Guide Embraiz CRM System User Guide Version Date Prepared By Remark V 1.0 2008-10-6 Lok shu V 2.0 2008-10-9 Yolanda Tang V 3.0 2008-12-11 Yolanda Tang Contents Preface... 4 About this user guide... 4 Audience...

More information

Using CertAgent to Obtain Domain Controller and Smart Card Logon Certificates for Active Directory Authentication

Using CertAgent to Obtain Domain Controller and Smart Card Logon Certificates for Active Directory Authentication Using CertAgent to Obtain Domain Controller and Smart Card Logon Certificates for Active Directory Authentication Contents Domain Controller Certificates... 1 Enrollment for a Domain Controller Certificate...

More information

MySQL Manager. User Guide. July 2012

MySQL Manager. User Guide. July 2012 July 2012 MySQL Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain a successful

More information

DOCUMENT MANAGEMENT SYSTEM

DOCUMENT MANAGEMENT SYSTEM DOCUMENT MANAGEMENT SYSTEM USER S MANUAL By: MIS Department Software Division Page 1 of 14 1. Overview Document Management System is a powerful web based file manager and storage utility. It was developed

More information

Test Automation Integration with Test Management QAComplete

Test Automation Integration with Test Management QAComplete Test Automation Integration with Test Management QAComplete This User's Guide walks you through configuring and using your automated tests with QAComplete's Test Management module SmartBear Software Release

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

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V Connection Broker Managing User Connections to Workstations, Blades, VDI, and More Quick Start with Microsoft Hyper-V Version 8.1 October 21, 2015 Contacting Leostream Leostream Corporation http://www.leostream.com

More information

Click stream reporting & analysis for website optimization

Click stream reporting & analysis for website optimization Click stream reporting & analysis for website optimization Richard Doherty e-intelligence Program Manager SAS Institute EMEA What is Click Stream Reporting?! Potential customers, or visitors, navigate

More information

Quick Start Guide. Contents. Quick Start Guide Version 1.0 webcrm November 09

Quick Start Guide. Contents. Quick Start Guide Version 1.0 webcrm November 09 Quick Start Guide Contents Introduction... 2 Main Menu... 3 Creating Users... 4 Organisations and Persons... 5 Activities... 6 Emails... 7 Opportunities Sales Pipeline... 8 Simple Customisation... 8 Making

More information

Project management integrated into Outlook

Project management integrated into Outlook Project management integrated into Outlook InLoox PM 7.x off-line operation An InLoox Whitepaper Published: October 2011 Copyright: 2011 InLoox GmbH. You can find up-to-date information at http://www.inloox.com

More information

Microsoft SQL Replication

Microsoft SQL Replication Microsoft SQL Replication v1 28-January-2016 Revision: Release Publication Information 2016 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers this document and

More information

Manual Password Depot Server 8

Manual Password Depot Server 8 Manual Password Depot Server 8 Table of Contents Introduction 4 Installation and running 6 Installation as Windows service or as Windows application... 6 Control Panel... 6 Control Panel 8 Control Panel...

More information

LT Auditor+ 2013. Windows Assessment SP1 Installation & Configuration Guide

LT Auditor+ 2013. Windows Assessment SP1 Installation & Configuration Guide LT Auditor+ 2013 Windows Assessment SP1 Installation & Configuration Guide Table of Contents CHAPTER 1- OVERVIEW... 3 CHAPTER 2 - INSTALL LT AUDITOR+ WINDOWS ASSESSMENT SP1 COMPONENTS... 4 System Requirements...

More information

PSW Guide. Version 4.7 April 2013

PSW Guide. Version 4.7 April 2013 PSW Guide Version 4.7 April 2013 Contents Contents...2 Documentation...3 Introduction...4 Forms...5 Form Entry...7 Form Authorisation and Review... 16 Reporting in the PSW... 17 Other Features of the Professional

More information

Personal Cloud. Support Guide for Mac Computers. Storing and sharing your content 2

Personal Cloud. Support Guide for Mac Computers. Storing and sharing your content 2 Personal Cloud Support Guide for Mac Computers Storing and sharing your content 2 Getting started 2 How to use the application 2 Managing your content 2 Adding content manually 3 Renaming files 3 Moving

More information

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

More information

netlibrary E-Books March 2006 What we will cover What are e-books? What are netlibrary e-books? (II) How to search for netlibrary e-books?

netlibrary E-Books March 2006 What we will cover What are e-books? What are netlibrary e-books? (II) How to search for netlibrary e-books? netlibrary E-Books March 2006 1 (I) Overview What we will cover What are e-books? What are netlibrary e-books? (II) How to search for netlibrary e-books? Given a citation Find e-books on a topic (Dragon)

More information

LEA Monitoring User Guide

LEA Monitoring User Guide LEA Monitoring User Guide v. 3.0 September 2012 Contents Contents... 2 Introduction... 4 Acknowledgements... 4 Questions... 4 What is DMI Tracker?... 5 Monitoring... 5 End User System Guidelines... 5 Accessing

More information

Sendspace Wizard Desktop Tool Step-By-Step Guide

Sendspace Wizard Desktop Tool Step-By-Step Guide Sendspace Wizard Desktop Tool Step-By-Step Guide Copyright 2007 by sendspace.com This publication is designed to provide accurate and authoritative information for users of sendspace, the easy big file

More information

ECAT SWE Exchange Customer Administration Tool Web Interface User Guide Version 6.7

ECAT SWE Exchange Customer Administration Tool Web Interface User Guide Version 6.7 ECAT SWE Exchange Customer Administration Tool SWE - Exchange Customer Administration Tool (ECAT) Table of Contents About this Guide... 3 Audience and Purpose... 3 What is in this Guide?... 3 CA.mail Website...

More information

APS Package Certification Guide

APS Package Certification Guide APS Package Certification Guide Revision 1.0.15 Copyright 1999-2012 by Parallels Holdings Ltd. and its affiliates. rights reserved. All Contents Feedback If you have found a mistake in this guide, or if

More information

Excel Companion. (Profit Embedded PHD) User's Guide

Excel Companion. (Profit Embedded PHD) User's Guide Excel Companion (Profit Embedded PHD) User's Guide Excel Companion (Profit Embedded PHD) User's Guide Copyright, Notices, and Trademarks Copyright, Notices, and Trademarks Honeywell Inc. 1998 2001. All

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

Alfresco Online Collaboration Tool

Alfresco Online Collaboration Tool Alfresco Online Collaboration Tool USER MANUAL BECOMING FAMILIAR WITH THE USER INTERFACE... 4 MY DASHBOARD... 4 MY PROFILE... 6 VIEWING YOUR FULL PROFILE... 6 EDITING YOUR PROFILE... 7 CHANGING YOUR PASSWORD...

More information

Welcome to MaxMobile. Introduction. System Requirements

Welcome to MaxMobile. Introduction. System Requirements MaxMobile 10.5 for Windows Mobile Smartphone Welcome to MaxMobile Introduction MaxMobile 10.5 for Windows Mobile Smartphone provides you with a way to take your customer information on the road. You can

More information