A Manual on use of ABCD central and VHL-Site modules for Developing Library Information Discovery and Information Literacy Tools
|
|
|
- Valerie Price
- 10 years ago
- Views:
Transcription
1 A Manual on use of ABCD central and VHL-Site modules for Developing Library Information Discovery and Information Literacy Tools By Arnold M. Mwanzu From Kenya: United States International University-Africa Supervisor: Prof Egbert De Smet A project report/manual in partial fulfillment of the requirements for the Lib@Web 2014 International Training Program in Antwerpen, Belgium December 2014
2 Contents 1.1 Creating databases on ABCD Central Indexing the Databases Configuring on IAH Integrating ID on ABCD-Site... 6 Google Scholar on ABCD Customizing ABCD-Site Additional Components for IL and ID on ABCD-Site Google Map Library chat feature Mibew Messenger Installation of Mibew Messanger Embedding chat on ABCD Other Features of the IL and ID system Book Widgets Conclusion... 17
3 Introduction Information Discovery can be described as creating a platform that enables users to discover resources easily for instance by providing the possibility of searching multiple resources simultaneously. Information Literacy in the Library setting is training and providing user education on utility of the library resources. The ABCD-Site is an integral tool of information sources which enables you to create, manage and publish your site. The central module of ABCD can be used to create databases of different resources i.e. Books, Journals, IL video tutorials etc. thereby integrating them into an all in one meta-search platform through the ABCD site module. This document provides an overall description of the components that can be utilized on both the ABCD central and the VHL-Site modules to provide Information Discovery and Information Literacy as Outputs. The Manual gives the steps and details while describing the operations that may be accomplished. ABCD-Site organizes information in a structure that integrates and interconnects reference databases, specialist directories, events and institutions, a catalogue of the information resources available on the internet, collections of full texts. It further provides a Search feature which enables searching across all the databases. Below are the steps and stages of developing IL and ID tools through ABCD central and ABCD (VHL-Site) Modules 1.1 Creating databases on ABCD Central Create new databases from the central module of ABCD by creating fields relevant to Information Discovery. This is done on the Field Definition Tables and the Field Selection Tables. Below are screenshots of the database created and the subsequent outcome. Databases can also be harvested from online databases such as DOAJ using the mx tool of Isis and then a database for the same created using the same procedure of database creation. When all this different database are configured to be searchable on the ABCD site, the Meta search is a good discovery tool.
4
5 1.2 Indexing the Databases For the records to be searchable and retrievable on the search platform they ought to be indexed. This is done in the Central module using delimiters and prefixes. Below is a prefix of the process
6 1.3 Configuring on IAH This step allows the created database of records to be configured searchable on the OPAC thus the expected output of information discovery. The process involves selecting the default index field and configuring the indexed fields. Below is a screenshot of a configured database 1.4 Integrating ID on ABCD-Site Databases that have been created on the central module are made available on the site interface by adding new identities on the information source component. All items in this component are databases that are available in the ABCD central module and need to be searchable in the meta-search feature. On the VHL-Site administration page, create components on the information sources section and configure parameters such as defining the name of the database, the path to the file where the data of the database is stored, the search link, the free search parameters and the result link. Below is a screenshot of the configuration linking the database (such as Discovery, journals, OPAC, DOAJ etc.)
7 Google Scholar on ABCD Another Discovery tool that can be availed through ABCD is Google Scholar widget. This is whereby Google scholar is embedded on ABCD so as to enable searching to other articles incase users wish to do so. A script is provided by Google scholar and it can be embedded by pasting the html code on the source page of a component in the ABCD administrator panel. See below the screen shots When creating the component one is required to choose the xhtml option
8 Pasted Script allowing Google scholar embedding in site 1.5 Customizing ABCD-Site Information literacy tools such as video tutorials can be input in the ABCD site by creating components and defining parameters for video file outputs embedding. The components can be created from the ABCD-site administrator panel and set on either column. When creating the component one is required to choose the xhtml option
9 Upon creating the tutorials component, you need to upload the particular videos in mp4, Mpeg format or linking a YouTube video. However since there still does not exist the video upload feature on the XHTML editor, you can upload an image and create a hyperlink on it with a video tutorial such that when clicked by a user, the link redirects and opens the video opens. You also can set the configuration that allows the videos to pop out on a small textbox or open in a new window/tab. The size the video needs to open in can also be set. This is shown in the screen shots below.
10
11 Other tutorials can be created as lists with hyperlinks by the same process This is by creating components under information sources and linking the sections with hyperlinks. See below: 1.6 Additional Components for IL and ID on ABCD-Site Google Map This can be used as an information discovery tool and can be embedded on the website. It can also be used by students to know directions of different library campuses in a town setting. With predetermined/set Google map locations one can embed the map on the site as a component and a hyperlink set on the Google map title or image. See below
12 Library chat feature Information literacy can also be administered through a virtual interactive platform such as an online chat. This can be embedded on the ABCD site. A choice for a chat platform among the available free open source software needs to be done carefully. The chat needs to be fully free and independent and with an own defined webserver. In this case I found the Mibew Messenger to be very ideal Mibew Messenger This software can be embedded on the ABCD system by copying a chat script and inputting in a component through xhtml editor. First you need to download the application from github and install its pre requisites. Below are the steps for its installation Requirements * Apache web server or above * MySQL database 5.0 or above * PHP 4.x or above with MySQL support The best option is to install a WAMP or a XAMP server. In My case I installed WAMP server which has all the above pre requisites for Mibew Installation of Mibew Messanger 1. Create folder with name 'mibew' in the root of your website. 2. Upload all files contained in this archive (retaining the directory structure) into the created folder. 3. Make sure that the user, under which the web server is running (for instance, www), is able to access and read all files in mibew folder and all of its subfolders. On *nix systems the simplest way is to use this pair of commands: find -type f xargs chmod 0644 find -type d xargs chmod Add a MySQL database to be used with Mibew Messenger (for instance, with the name 'mibew'). 5. Edit mibew/libs/config.php to specify the information needed to connect to the database.
13 6. Using your web browser visit and hit 'Create tables'. 7. Remove mibew/install/ directory from your server. 8. On *nix platforms change the owner of mibew/images/avatar folder to the user, under which the web server is running (for instance, www): chown www mibew/images/avatar The owner should have all rights on the folder mibew/images/avatar: chmod u+rwx mibew/images/avatar 9. Log in as user: admin password: <empty> 10. Get button code and set it up on your site. 11. Change your password and name. 12. Wait for your visitors on the 'Pending users' page. UPDATE 1. Backup your mibew/libs/config.php 2. Backup your mibew/images/avatar folder. 3. Delete all items in mibew folder on the server. 4. Upload all files contained in the downloaded archive (retaining the directory structure) into mibew folder. 5. Restore the MySQL database settings in mibew/libs/config.php 6. Visit and follow the instructions to update the database tables (if needed). 7. Remove mibew/install/ directory from your server.
14 8. Restore contents of mibew/images/avatar folder. Upon installation you will have an administrator dashboard like this As you can see the platform is on my web server so one can have all the control they want, unlike other chat applications that require you to be logged in to their server and have their log in accounts Embedding chat on ABCD Once installed the chat application can be embedded on ABCD by copying the HTML chat script and creating an XHTML component. This code will then be pasted on the source editor of the component. The chat script can be retrieved from the button code in the control panel of Mibew as highlighted above See below the screen shot on how to embed on ABCD
15 The output on the graphical user interphase should be like in the preview below: When chatting with users a window/tab will automatically be opened i.e. the administrator chat window. See below samples of ongoing chats between the administrator and three diferent users. However from the control panel, different administrators/library consultants can be added
16 Above is the admin dashboard that shows the different users chatting at the same time. The application can also generate statistics which can be used to make informed decisions. Other Features of the IL and ID system Link to Social interactive pages of the library e.g. Facebook, Twitter, Instagram, linked-in The pages can be linked to the ABCD Site module by creating a component just like we have severally done in the above initial steps, selecting the xhtml editor and inputting icons for the various social platforms; these are then hyperlinked with the URL of the social site pages e.g. the library Facebook page. Twitter page etc. The outcome is that when users click on the image they will directly be redirected to the pages of the library on Facebook, twitter or Instagram. Book Widgets This can be used as current awareness on users on the newly acquired print and electronic books. It is therefore a discovery tool. For the discovery tool function the widgets can be acquired with ready configured platform that can allow inputting link resolvers to redirect users to the full text e-book. These features are in flash and ABCD has the capability of inputting flash elements and uploading on the site in animated/flash outputs. See below the screenshot in which I have designed a banner in flash output and embedded it on ABCD site. It can be uploaded as an SWF file or by copying the script in the source editor of the component.
17 1.7 Conclusion ABCD is a powerful system with its very many capabilities among them creating information discovery tools and information literacy tools. As we have seen it is also capable of creating webpages with strong output features such as flash elements, chat embedding, Meta search etc. With good manipulation of the features and configuration of the ABCD site module one can come up with a powerful library website almost comparable to other CMS platforms. Below is a screenshot of the final output which is considered a compliant library website with information discovery tools and information literacy tools.
18
Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning
Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux
Content Management System
Content Management System XT-CMS INSTALL GUIDE Requirements The cms runs on PHP so the host/server it is intended to be run on should ideally be linux based with PHP 4.3 or above. A fresh install requires
WordPress Security Scan Configuration
WordPress Security Scan Configuration To configure the - WordPress Security Scan - plugin in your WordPress driven Blog, login to WordPress as administrator, by simply entering the url_of_your_website/wp-admin
This installation guide will help you install your chosen IceTheme Template with the Cloner Installer package.
Introduction This installation guide will help you install your chosen IceTheme Template with the Cloner Installer package. There are 2 ways of installing the theme: 1- Using the Clone Installer Package
How to Create a WordPress web site at www.blacksun.ca
How to Create a WordPress web site at www.blacksun.ca by R. Berdan Dec 1, 2012 What you need. 1. Web Host & Domain name www.blacksun.ca with support for PHP 5.2.4 or greater, MySQL 5.0 or greater (you
Web Content Management Training Manualv3
City & County of San Francisco Powered by Innovation DT City & County of Sa Departme Techno Powered by Innova DEPARTMENT OF TECHNOLOGYDT Web Content Management Training Manualv3 Department of Technology
EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators
EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...
What is FTH 2.0? replacement for
Free Toast Host 2.0 What is FTH 2.0? FreeToastHost 2.0 is the replacement for FreeToastHost 1.0. It is not a competitor of FTH, or a alternative for FTH. It is a complete rebuild using the latest web
Installing buzztouch Self Hosted
Installing buzztouch Self Hosted This step-by-step document assumes you have downloaded the buzztouch self hosted software and operate your own website powered by Linux, Apache, MySQL and PHP (LAMP Stack).
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 [email protected] Web www.webprophets.com.au Welcome to the Drupal How to
Content Management System User Guide
Content Management System User Guide Table Of Contents Getting Started Checklist... 1 Overview: Portal Content Management System... 3 Anatomy of a Portal Page... 3 Overview of the Content Management System...
Installing Drupal on Your Local Computer
Installing Drupal on Your Local Computer This tutorial will help you install Drupal on your own home computer and allow you to test and experiment building a Web site using this open source software. This
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,
shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0)
shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) Contents Installation Procedure... 4 What is in the zip file?... 4 Installing from Extension Manager... 6 Updating
INSTALLING, CONFIGURING, AND DEVELOPING WITH XAMPP
INSTALLING, CONFIGURING, AND DEVELOPING WITH XAMPP by Dalibor D. Dvorski, March 2007 Skills Canada Ontario DISCLAIMER: A lot of care has been taken in the accuracy of information provided in this article,
Instructions for creating a survey using Survey Gizmo
Instructions for creating a survey using Survey Gizmo December 19, 2011 Creating an account The web page is http://www.surveygizmo.com/ In order to create surveys you must create an account. If you are
Starting User Guide 11/29/2011
Table of Content Starting User Guide... 1 Register... 2 Create a new site... 3 Using a Template... 3 From a RSS feed... 5 From Scratch... 5 Edit a site... 6 In a few words... 6 In details... 6 Components
OmniUpdate Training. (Beginners) University Web Team. Contact Information: Content Management System (CMS): OmniUpdate (OU Campus):
(Beginners) University Web Team The Web Team is a part of the Office of University Communication and Marketing s Creative Services Department. Our responsibility is to build, migrate, develop, and help
Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.
Create e-commerce website Opencart Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : [email protected] Create e-commerce website Opencart What is opencart? Opencart
UW WEB CONTENT MANAGEMENT SYSTEM (CASCADE SERVER)
UW WEB CONTENT MANAGEMENT SYSTEM (CASCADE SERVER) LEVEL 1 Information Technology Presented By: UW Institutional Marketing and IT Client Support Services University of Wyoming UW CONTENT MANAGEMENT SYSTEM
Customer Control Panel Manual
Customer Control Panel Manual Contents Introduction... 2 Before you begin... 2 Logging in to the Control Panel... 2 Resetting your Control Panel password.... 3 Managing FTP... 4 FTP details for your website...
Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY
Advanced Web Development Duration: 6 Months SCOPE OF WEB DEVELOPMENT INDUSTRY Web development jobs have taken thе hot seat when it comes to career opportunities and positions as a Web developer, as every
CWU Content Management System (CMS) User Guide
CWU Content Management System (CMS) User Guide Last Revision: July 14, 2014 Version: 1.7 CWU Content management System (CMS) User Guide 2 Table of Contents NOTE: Copyright Guidelines... 4 What is a content
Cloudfinder for Office 365 User Guide. November 2013
1 Contents Getting started with Cloudfinder for Office 365 1... 3 Sign up New Cloudfinder user... 3 Sign up Existing Cloudfinder user... 4 Setting the Admin Impersonation... 4 Initial backup... 7 Inside
Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement ([email protected])
Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement ([email protected]) Updated on 10/17/2014 Table of Contents About... 4 Who Can Use It... 4 Log into Ingeniux... 4 Using Ingeniux
TIMETABLE ADMINISTRATOR S MANUAL
2015 TIMETABLE ADMINISTRATOR S MANUAL Software Version 5.0 BY GEOFFPARTRIDGE.NET TABLE OF CONTENTS TOPIC PAGE 1) INTRODUCTION 1 2) TIMETABLE SPECIFICATIONS 1 3) SOFTWARE REQUIRED 1 a. Intranet Server (XAMPP
The Web Pro Miami, Inc. 615 Santander Ave, Unit C Coral Gables, FL 33134 6505. T: 786.273.7774 [email protected] www.thewebpro.
615 Santander Ave, Unit C Coral Gables, FL 33134 6505 T: 786.273.7774 [email protected] www.thewebpro.com for v.1.06 and above Web Pro Manager is an open source website management platform that is easy
I. Delivery E-mail: Flash CMS template package... 2. II. Flash CMS template installation... 4. III. Control Panel setup... 5
Contents I. Delivery E-mail: Flash CMS template package... 2 II. Flash CMS template installation... 4 III. Control Panel setup... 5 IV. Control Panel activation... 6 Appendix 1: Switching to binary file
1 Classified Script. User Guide v1.0
1 Classified Script User Guide v1.0 Installation... 3 Create Database... 3 Grant Rights... 4 Configure Settings... 5 Step 1... 5 Step 2... 6 Step 3... 7 Post Sponsored Ad... 8 Step 1... 8 Step 2... 9 Manage
Digital Downloads Pro
Digital Downloads Pro [Install Manual] Start Requirements Install What s New About Created: 24/09/2014 By: wojoscripts.com http://wojoscripts.com/ddp/ Thank you for your purchase! If you have any questions
Installing OptiRain Open on Macintosh OS X 10.6 (Snow Leopard)
QUICKSMART Installing OptiRain Open on Macintosh OS X 10.6 (Snow Leopard) QuickSmart Development P.O. Box 3689 Santa Clara, CA 95055 408-777-0944 www.quicksmart.com OptiRain Open provides local scheduling
5. At the Windows Component panel, select the Internet Information Services (IIS) checkbox, and then hit Next.
Installing IIS on Windows XP 1. Start 2. Go to Control Panel 3. Go to Add or RemovePrograms 4. Go to Add/Remove Windows Components 5. At the Windows Component panel, select the Internet Information Services
Installation Instructions
Installation Instructions 25 February 2014 SIAM AST Installation Instructions 2 Table of Contents Server Software Requirements... 3 Summary of the Installation Steps... 3 Application Access Levels... 3
Expresso Quick Install
Expresso Quick Install 1. Considerations 2. Basic requirements to install 3. Install 4. Expresso set up 5. Registering users 6. Expresso first access 7. Uninstall 8. Reinstall 1. Considerations Before
OxyClassifieds Installation Handbook
OxyClassifieds Installation Handbook OxyClassifieds Team Email: [email protected] Web: http://www.oxyclassifieds.com OxyClassifieds Installation Handbook by OxyClassifieds Team Copyright 2006-2011
VIP Help Desk Web Application User Guide Version 3.0
1 VIP Help Desk Web Application User Guide Version 3.0 2 Table of Contents-... New Features of VIP Help Desk 3.0 New features of Admin panel New features of Operator panel New features of User panel How
BT MEDIA JOOMLA COMPONENT
BT MEDIA JOOMLA COMPONENT User guide Version 1.0 Copyright 2013Bowthemes Inc. [email protected] 1 Table of Contents Introduction...3 Related Topics:...3 Product Features...3 Installing and Upgrading...4
FOR PARALLELS / PLESK PANEL
WEB2CS INSTALLATION GUIDE FOR PARALLELS / PLESK PANEL HTTP://WWW.XANDMAIL.COM XandMail 32, rue de Cambrai 75019 PARIS - FRANCE Tel : +33 (0)1 40 388 700 - http://www.xandmail.com TABLE OF CONTENTS 1. INSTALLING
Montefiore Portal Quick Reference Guide
Montefiore Portal Quick Reference Guide Montefiore s remote portal allows users to securely access Windows applications, file shares, internal web applications, and more. To use the Portal, you must already
FireBLAST Email Marketing Solution v2
Installation Guide WELCOME to fireblast, one of the Industry s leading Email Marketing Software Solutions for your business. Whether you are creating a small email campaign, or you are looking to upgrade
Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6
Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6 User Manual August 2011 Introduction Images are boring, let your customers watch your products in use. Embed Youtube,
JTouch Mobile Extension for Joomla! User Guide
JTouch Mobile Extension for Joomla! User Guide A Mobilization Plugin & Touch Friendly Template for Joomla! 2.5 Author: Huy Nguyen Co- Author: John Nguyen ABSTRACT The JTouch Mobile extension was developed
LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X
LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X CONTENTS LMS 365 Learning Module Builder Add-in User Guide Version 1.5.0.x... 1 Contents... 2 1. The LMS365 Learning Module Builder Add-in...
Technical Support Set-up Procedure
Technical Support Set-up Procedure How to Setup the Amazon S3 Application on the DSN-320 Amazon S3 (Simple Storage Service) is an online storage web service offered by AWS (Amazon Web Services), and it
Kentico CMS 7.0 User s Guide. User s Guide. Kentico CMS 7.0. 1 www.kentico.com
User s Guide Kentico CMS 7.0 1 www.kentico.com Table of Contents Introduction... 4 Kentico CMS overview... 4 Signing in... 4 User interface overview... 6 Managing my profile... 8 Changing my e-mail and
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...
SMT v4.0 Users Guide (Linux version)
SMT v4.0 Users Guide (Linux version) Table of Contents 1. Manage Customer Billing 2. Provision Web Services a. Add a virtual host b. Password protect a directory c. Enable virtual host logs d. Change password
Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version
Site Store Pro INSTALLATION GUIDE WPCartPro Wordpress Plugin Version WPCARTPRO INTRODUCTION 2 SYSTEM REQUIREMENTS 4 DOWNLOAD YOUR WPCARTPRO VERSION 5 EXTRACT THE FOLDERS FROM THE ZIP FILE TO A DIRECTORY
MOODLE Installation on Windows Platform
Windows Installation using XAMPP XAMPP is a fully functional web server package. It is built to test web based programs on a personal computer. It is not meant for online access via the web on a production
Getting Started Guide
Getting Started Guide Table of Contents OggChat Overview... 3 Getting Started Basic Setup... 3 Dashboard... 4 Creating an Operator... 5 Connecting OggChat to your Google Account... 6 Creating a Chat Widget...
webtree designs Gayle Pyfrom web site design and development Lakewood, CO 80226 [email protected]
webtree designs Gayle Pyfrom web site design and development Lakewood, CO 80226 [email protected] INTRODUCTION The goal of this presentation is to provide an overview of using Joomla! to create your
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
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
Web Hosting Wordpress, Joomla, Drupal Integration
Web Hosting Wordpress, Joomla, Drupal Integration Created By Manjesh V 2 Contents: Software Requirements.. 3 For Testing Wordpress Integration Offline(Without internet in Local System) o Installing WAMP
How to Setup, Install & Run a Website on your Local Computer. For WordPress - on an Offline Server - WAMP
How to Setup, Install & Run a Website on your Local Computer For WordPress - on an Offline Server - WAMP Index: Determine Operating System Status Download WAMP Server Download Latest WordPress Installing
Lucid Key Server v2 Installation Documentation. www.lucidcentral.org
Lucid Key Server v2 Installation Documentation Contents System Requirements...2 Web Server...3 Database Server...3 Java...3 Tomcat...3 Installation files...3 Creating the Database...3 Step 1: Create the
Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5
Parallels Plesk Automation Customer s Guide Parallels Plesk Automation 11.5 Last updated: 17 March 2015 Contents Quick Start with Hosting Panel 4 Set Up Your First Website... 4 1. Create Your Site... 5
EZblue BusinessServer The All - In - One Server For Your Home And Business
EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.11 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan
Create Emails using imodules
1 Create Emails using imodules imodules is an application currently used in a number of areas: alumni online directory, email marketing, event registration, and online fundraising campaigns. It is web-based,
Open Source Content Management System for content development: a comparative study
Open Source Content Management System for content development: a comparative study D. P. Tripathi Assistant Librarian Biju Patnaik Central Library NIT Rourkela [email protected] Designing dynamic and
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
Novell Filr. Windows Client
Novell Filr Windows Client 0 Table of Contents Supported Environments 2 Supported Languages 2 Getting Started 3 Which Folders Are Synchronized 3 What Actions Are Supported 4 Configuring Folders to Synchronize
Word Press Theme Video Stream Apptha
Word Press Theme Video Stream Apptha Steps for Installation: Extract the downloaded UNZIP_THIS_FIRST_videostream.zip file. Once you have extract, follow the below steps: Go to Admin Appearance Themes Install
Kentico Content Management System (CMS
Kentico Content Management System (CMS Table of Contents I. Introduction... 1 II. Log into a Kentico CMS Desk to Edit GC Website... 1 A. Select a Browser (Internet Explorer or Firefox only)... 1 B. Login
How To Use The Rss Feeder On Firstclass (First Class) And First Class (Firstclass) For Free
RSS Feeder - Administrator Guide for OpenText Social Workplace and FirstClass Werner de Jong, Senior Solutions Architect 8 July 2011 Abstract This document is an administrator s guide to the installation
www.store.belvg.com skype ID: store.belvg email: [email protected] US phone number: +1-424-253-0801
1 Table of Contents Table of Contents: 1. Introduction to Google+ All in One... 3 2. How to Install... 4 3. How to Create Google+ App... 5 4. How to Configure... 8 5. How to Use... 13 2 Introduction to
User Manual version 3.1. Contents
User Manual version 3.1 Contents 1What is Confixx? General Information... 3 1.1 Login... 3 1.2 Settings Lag... 3 2 The Sections of the Web Interface... 3 3 General... 4 3.1 Overview... 4 3.2 Change Password...
Pintastic 2.0 installation and setup guide. Includes social networks app setup guide and CDN service connection tutorial
Pintastic 2.0 installation and setup guide Includes social networks app setup guide and CDN service connection tutorial 1. Creating the database. Before you can actually start installing your Pintastic
1. Digital Asset Management User Guide... 2 1.1 Digital Asset Management Concepts... 2 1.2 Working with digital assets... 4 1.2.1 Importing assets in
1. Digital Asset Management User Guide....................................................... 2 1.1 Digital Asset Management Concepts.................................................... 2 1.2 Working with
1. Manage your Group. 1. Log on to the CampusGroups platform.
1 1. Manage your Group 1. Log on to the CampusGroups platform. 2. Upon logging in, select your club from the Groups drop-down (next to the Home icon) and click on the Manage button next to the group of
PaperStream Connect. Setup Guide. Version 1.0.0.0. Copyright Fujitsu
PaperStream Connect Setup Guide Version 1.0.0.0 Copyright Fujitsu 2014 Contents Introduction to PaperStream Connect... 2 Setting up PaperStream Capture to Release to Cloud Services... 3 Selecting a Cloud
Workshop on Using Open Source Content Management System Drupal to build Library Websites Hasina Afroz Auninda Rumy Saleque
Workshop on Using Open Source Content Management System Drupal to build Library Websites Hasina Afroz Auninda Rumy Saleque Funded by: INASP, UK October 7, 2012 Ayesha Abed Library http://library.bracu.ac.bd
RoboMail Mass Mail Software
RoboMail Mass Mail Software RoboMail is a comprehensive mass mail software, which has a built-in e-mail server to send out e-mail without using ISP's server. You can prepare personalized e-mail easily.
JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA
JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://docs.joomla.org to assist you with your website 1 JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA BACK
OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010
OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010 CONTENTS What is Outlook Anywhere? Before you begin How do I configure Outlook Anywhere with Outlook 2010? How do I use Outlook Anywhere? I already
Installation Tutorial Script: The Real Estate Script. 1. Please login to download script. On PHP Classifieds Script web site.
Installation Tutorial Script: The Real Estate Script Thank you for your purchase of The Real Estate Script. This tutorial will guide you threw the installation process. In this install example we use CPanel
RCS Liferay Google Analytics Portlet Installation Guide
RCS Liferay Google Analytics Portlet Installation Guide Document Revisions Date Revision By 07/02/12 1 Pablo Rendón 2 Table of Contents RCS Liferay-Google Analytics...1 Document Revisions...2 General Description...4
HELPDESK SYSTEM (HDS) USER MANUAL
HELPDESK SYSTEM (HDS) USER MANUAL Release No.: 2.0 prepared by OMESTI Berhad. TABLE OF CONTENTS 1.0 HOW TO ACCESS THE HELPDESK SYSTEM (HDS)... 1 2.0 HOW TO REGISTER NEW USER... 2 3.0 HOW TO RECOVER PASSWORD...
WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13
WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 CONTENTS Things to Remember... 2 Browser Requirements... 2 Why Some Areas of Your Website May Not Be CMS Enabled...
How To Create A Site In Sharepoint 2013
1 About the Author Isha Kapoor is a SharePoint Geek, a Vivid blogger, Author, Trainer and a SharePoint Server MVP from Toronto Canada. She is a founder and primary Author of famous SharePoint website www.learningsharepoint.com.
NJCU WEBSITE TRAINING MANUAL
NJCU WEBSITE TRAINING MANUAL Submit Support Requests to: http://web.njcu.edu/its/websupport/ (Login with your GothicNet Username and Password.) Table of Contents NJCU WEBSITE TRAINING: Content Contributors...
Using the Content Management System 05-02-12
Using the Content Management System 05-02-12 Using the Content Management System Introduction 2 Logging In 3 Using the Editor 4 Basic Text Editing 5 Pasting Text 7 Adding Hyperlinks 8 Adding Images 9 Style
Backup and Restore MySQL Databases
Backup and Restore MySQL Databases As you use XAMPP, you might find that you need to backup or restore a MySQL database. There are two easy ways to do this with XAMPP: using the browser-based phpmyadmin
Google Analytics Playbook. Version 0.92
Version 0.92 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording,
HowTo. Planning table online
HowTo Project: Description: Planning table online Installation Version: 1.0 Date: 04.09.2008 Short description: With this document you will get information how to install the online planning table on your
Welcome to EMP Monitor (Employee monitoring system):
Welcome to EMP Monitor (Employee monitoring system): Overview: Admin End. User End. 1.0 Admin End: Introduction to Admin panel. Admin panel log in. Introduction to UI. Adding an Employee. Getting and editing
SharePoint Wiki Redirect Installation Instruction
SharePoint Wiki Redirect Installation Instruction System Requirements: Microsoft Windows SharePoint Services v3 or Microsoft Office SharePoint Server 2007. License management: To upgrade from a trial license,
AWEBDESK LIVE CHAT SOFTWARE
AWEBDESK LIVE CHAT SOFTWARE Version 6.1.0 AwebDesk Softwares Administrator Guide Edition 1.0 November 2012 Page 1 TABLE OF CONTENTS Introduction.......... 3 Sign In as Admin...4 Admin Dashboard Overview.
Open Source Content Management System JOOMLA
Open Source Content Management System JOOMLA Swapnil S. Chafale MCA Department, GHRIIT Nagpur, (M.S.),India [email protected] Dr.V.M. Thakare S.G.B. Amravati University, Amravati (M.S.),India [email protected]
Content Management System QUICK START GUIDE
Content Management System QUICK START GUIDE Revised 03/10/11 TABLE OF CONTENTS Pg. 1... Logging In Pg. 2... Navigating to your site folder Pg. 2... The Folder Tree, Site Structure and Wire Frames Explained.
Exploiting the Web with Tivoli Storage Manager
Exploiting the Web with Tivoli Storage Manager Oxford University ADSM Symposium 29th Sept. - 1st Oct. 1999 Roland Leins, IBM ITSO Center - San Jose [email protected] Agenda The Web Client Concept Tivoli
6.1.6 Optimize internal links 6.1.6.1 Search engine friendly URLs 6.1.6.2 Add anchor text to links 6.2 Keywords 6.2.1 Optimize keywords 6.2.
Quick Guide Step 1: Purchasing an RSSeo! membership Step 2: Download RSSeo! Step 3: Installing RSSeo! 3.1 Installing the component 3.2 Minimum requirements Step 4: RSSeo! settings 4.1 Add the license code
IE Class Web Design Curriculum
Course Outline Web Technologies 130.279 IE Class Web Design Curriculum Unit 1: Foundations s The Foundation lessons will provide students with a general understanding of computers, how the internet works,
Document Freedom Workshop 2012. DFW 2012: CMS, Moodle and Web Publishing
Document Freedom Workshop 2012 CMS, Moodle and Web Publishing Indian Statistical Institute, Kolkata www.jitrc.com (also using CMS: Drupal) Table of contents What is CMS 1 What is CMS About Drupal About
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
Application Note - JDSU PathTrak Video Monitoring System Data Backup and Restore Process
Application Note - JDSU PathTrak Video Monitoring System Data Backup and Restore Process This Application Note provides instructions on how to backup and restore JDSU PathTrak Video Monitoring data. Automated
