How Zavanta s Web Automation Works: Key Website Planning Decisions

Size: px
Start display at page:

Download "How Zavanta s Web Automation Works: Key Website Planning Decisions"

Transcription

1 The Streamlined Business How Zavanta s Web Automation Works: Key Website Planning Decisions Who Should Read This White Paper: This white paper is intended for the person in your organization who will be the main Webmaster, typically this is the Zavanta System Administrator. This is a follow-on to the basic topics covered in the Web Basics Class. If you haven t already taken the Web Basics Class we recommend taking the class before reading this paper. There are several functions in Zavanta and choices that you make that are interrelated. Some setup decisions will impact ongoing maintenance down the road, so it is important to understand how some of the decisions you make now can ease maintenance. Two key pieces of advice: Keep it SIMPLE. Unless you have a really good reason, we advise following our recommended approach. Many times users overcomplicate their website setup and design a scheme that will cause problems later because they don t really understand how Zavanta s website automation works. Do a PILOT. Create a pilot website, testing all of your choices and going through the entire exporting changing review/approval cycle start new revisions process. Do this early in your implementation. How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

2 Basic Flow The next two pages describe the basics of how Zavanta s website generation works. How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

3 Basic Flow: Website Export Zavanta Exports Content First time Full Export (no files in root folder yet) Zavanta checks if root folder exists (defined in website definition). If not, creates it. Zavanta opens the ExportHTML log. It is sometimes helpful to understand what s going on behind the scenes. In addition to Filter conditions, Zavanta builds a special log file (XML) that is used to build all the Index Pages. This log keeps track of everything that gets exported to the site. The XML and ExportHTML logs as well as website reports (within Zavanta) can be useful tools in managing the website. Zavanta looks at Content Export filter, if meets the criteria... Note: Rarely should you have more than one filter definition here. Zavanta creates document page htm file in root folder using specs defined in site settings, Master Style and General Preferences Report Zavanta records successful in XML Log Writes exceptions in ExportHTML Log Zavanta Builds Index pages Zavanta creates the first Index Page file in root folder using name in site settings. Zavanta places objects on the page. Zavanta writes summary of export results and exceptions in ExportHTML log Zavanta repeats the above until all Index Pages have been created Filter-based List (most common) Checks doc in Zavanta database to see if it meets Index Page filter condition. (if no, stop). (i.e. Accounting). If meets filter criteria, checks to see if htm file exists (in XML Log). If yes, write the link. If no, doc didn t get exported, no link written. (optional tool for Webmaster) Folder-based List (i.e. all exported docs in folder) Looks at XML Log for any docs/ unique DSNs exported over time. If htm listed exists in the folder, then writes the link (if the htm file is not there, then writes red link which means Dead Link). How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

4 Website Export: Simple Typical Example Documents in Zavanta Content Filter Status = Approved ACCT-1001 DSN = 35 ACCT-1002 DSN = 36 IT-2000 DSN = 37 In IT Department In Accounting Department Website Root Folder There is an htm file for each document page such as: zav_ htm zav_ htm Uses DSN as main identifier zav_ htm There is an entry in the XML File for each document such as: </Document><Document PRE_DSN="zav_35" DOCNUM="ACCT-1001" DOCNAME="Month End Closing" DOCVERSION="1.0" DOCUPDATE- DATE="10/15/2008" DOCDESCRIPT="" FILENAME="zav_ACCT-100x.htm" MAINT- DATE="10/15/2008"> </Document><Document PRE_DSN="zav_36" DOCNUM="ACCT-1002" DOCNAME="Running a Reconciliation Report" DOCVERSION="" DOCUPDATE- DATE="10/15/2008" DOCDESCRIPT="" FILENAME="zav_ACCT-1001.htm" MAINT- DATE="10/15/2008"></Document></Documents> There is an htm file for each Index Page such as: Index.htm zav_idx Procedures.htm zav_idx Accounting Department.htm zav_idx IT Department.htm Zav_IDX All Documents All Types.htm The Resulting Website Starting point: Main Index page is Index.htm in the root folder Main Index All Procedures Accounting Department IT Department Folder List Index Pages Same Master Style for ALL pages All Procedures Index IT-2000 Month End Data Conversion Accounting Index IT Index IT-2000 Month End Data Conversion Folder Index IT-2000 Month End Data Conversion Document Pages See Also: Month End Data Conversion IT-2000 Month End Data Conversion This Index Page lists all document files that were exported. Reads XML file. If file exists, list it. If file not in folder anymore, list in red. Used by Webmaster for validation. How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

5 Full vs. Maintenance Export: How do I pick? When to do a Full Export: First time, no website exists Changed Master Styles Completely purged the site (Delete all files) You ve changed pictures/files that are dynamically linked and you didn t make any other changes to the document. You want the documents to get out on the website (the change flag is still set to NO, so Zavanta doesn't know its changed) NOTE: Whenever changes are made to linked external files, we always recommend noting that in Revision History. That follows change management best practices but also tells Zavanta that the document has changed (the change flag is set to Yes, so the document goes on next export). When to do a Maintenance Export: You only need to refresh your site with changes. Maintenance exports are usually faster. So, unless you have a reason to do full export, select maintenance. TIP: As your document volume grows, exports may take longer. If you are using Zavanta s Remote Control Center to do deferred exports, make sure you schedule exporting during a time the export can complete (i.e. there are no other network activities scheduled for that time, for example schedule weekly export at 2 am.) TIP: Keep your website structure simple. A more complicated structure may significantly increase your export time, especially as the number of documents grows. How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

6 What happens when documents change? The next three pages cover various scenarios and decisions you ll need to make. How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

7 What happens when you need to change IT-2000? Change source IT-2000 document s Status to Under Revision (the web version stays on the website). Make changes, then change the Status back to Approved. Updated IT-2000 will go upon next website refresh. Documents in Zavanta Website Root Folder htm file for each document: zav_ htm zav_ htm zav_ htm Overwrites old file Content Filter Status = Approved IT-2000 DSN = 37 In XML File, updated entry: </Document><Document PRE_DSN="zav_37" DOCNUM="IT-2000" DOCNAME="Month End Data Conversion" DOCVERSION="" DOCUPDATE- DATE="10/15/2008" DOCDESCRIPT="" FILENAME="zav_ACCT-2000.htm" MAINT- DATE="10/29/2008"></Document></Documents> XML Log is updated Updates applicable index pages with link to refreshed document, with NEW DATE shown on Index. Index Pages (htm file for each index) Index.htm zav_idx Procedures.htm zav_idx Accounting Department.htm zav_idx IT Department.htm Zav_IDX All Documents All Types.htm The Resulting Website Starting point: Main Index page is Index.htm in the root folder Main Index All Procedures Accounting Department IT Department Folder List Index Pages All Procedures Index IT-2000 Month End Data Conversion New Date Accounting Index Document Pages See Also: Month End Data Conversion Link still works! IT-2000 Month End Data Conversion NEW DATE IT Index IT-2000 Month End Data Conversion New Date Revision History: Here s what changed Folder Index IT-2000 Month End Data Conversion New Date How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

8 Change IT-2000: Need to retain older version in Zavanta When a document goes through a MAJOR revision (may also trigger a review cycle), and you want to preserve the old version, use Zavanta s Start New Revision (under Tools). Tag old version as obsolete, change the baseline document s Status to Under Revision and follow previous procedure. NOTE: The Start New Revision does some other cool things too such as increment revision number, stamp the Revision History record with date and author. In Zavanta: COMMON MISTAKES TO AVOID Do NOT keep the older version s Status Approved. Why? The old version is now a new document with new DSN. Because your Content Export filter is Status = Approved, this document will get published upon the next maintenance export. You ll have two versions in the folder. Depending on your the filter definition for your index pages, you may get duplicates listed. Never delete htm files manually. Do NOT make changes to the older version. ALWAYS work off the baseline document. (in this case, document DSN = 37) Baseline Document IT-2000 DSN = 37 Month End Data Conversion Status = Under Revision, when change to Approved Refreshes the file on the website Prior Revision Prior Revision Prior Revision IT-2000 DSN = 600 IT-2000 DSN = 600 Status = IT-2000 Obsolete DSN = 600 Status = Obsolete Status = Obsolete New record, new DSN Won t ever get out on the website! Over time In the ZAVANTA Database: You may have several saved revisions, but you ll always be working off of the BASELINE document. IT-2000.htm Month End Data Conversion DSN = 37 Status = Approved IT-2000.htm Month End Data Conversion DSN = 600 Status = Obsolete IT-2000.htm Month End Data Conversion DSN = 675 Status = Obsolete IT-2000.htm Month End Data Conversion DSN = 850 Status = Obsolete IT-2000.htm Month End Data Conversion DSN = 900 Status = Obsolete How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

9 Change IT-2000: Remove the version out on the website Most organizations keep the latest and greatest approved version on the website while their development team works on changes. If you want to remove it from the website, perform the following extra steps: 1. Run a Related Documents Report to see if the document you want to remove is linked to any other documents. If it is, then you ll need to keep in mind that if users click on any document that links to it, they will get a Page Not Found. error. 2. Use the Delete Files option in Website Setup. That feature does the following: Deletes the htm file in the website folder Removes it from Indexes (and rebuilds them) Removes it from the XML log CAVEATS: If you have used the document number option to name your htm files The Delete Files option will not remove the old htm file. This is nothing serious, but just keep in mind over time this could glut your folder and possibly impact performance. In this case, you should periodically have Zavanta purge your site (Website => Delete Files => delete all files ) Then, do a full or maintenance export to re-generate the site. The Website Setup Delete Files feature does everything needed to clean up the website in one fell swoop! Don t worry, this routine does not delete documents from your Zavanta database; it only removes the htm files. Best Practice Tip: Deleting Documents Best Practices If you need to delete a document in your Zavanta database (that has been exported already), follow these steps: 1. Before you delete, make sure you have the right document (if you keep multiple revisions in your database) 2. Determine if the document is linked to other documents. If yes, remove the links in impacted documents. 3. Use the Delete Document option in website setup. This will remove the document from the website. 4. Delete the document from Zavanta (File => Delete) and answer NO to the cleaning up website question.) 5. Run a maintenance export. This will export impacted documents and rebuild all the index pages so the deleted document will not appear on indexes anymore. DO NOT manually delete document page files on your website. How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

10 Other Planning Decisions 1. Do you have a need to change Zavanta s default web output filenaming scheme? 2. Do you want to perform keyword searches (will you be utilizing a search engine such as Google? 3. Do specific groups of documents need to be secured/hidden from certain users accessing the website? 4. Do you have distinct audiences? i.e. separate clients? 5. How will you handle links to 1) other Zavanta documents (cross references) 2) external files? Dynamic or embedded? How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

11 Using DSN vs. Document Number for htm file naming In Zavanta ACCT-1001 DSN = 35 In Root folder (website) zax_acct-1001.htm vs. zav_ htm Most of the time you don t have to be concerned about the htm files or how they are named. This is totally invisible to the users. We recommend using our default DSN naming convention because that is a UNIQUE identifier and will ensure less maintenance down the road. Document numbers may change, so you need to be aware of the impact. Most of our customers use DSN. (NOTE: You can display DSN on column reports.) However, you may have a specific reason to use Document Number. For example you may want to import Zavanta htm files into another system such as Microsoft Sharepoint. Using a more recognizable file name may be desirable. If you use Document Number: Keep in mind that if you change a document s number the Delete Files option will not clean out old htm files. The htm with the old number will remain on your site. You should periodically purge all the files in your website folder by performaing Delete all files. If you are not careful in managing documents in the database, orphaned htm files can show up on index pages and cause duplicates. Example: two documents with Status = Approved. One has an old document number and the other has the changed document number. Always use the Start New Revision feature to keep old versions of documents in the database (do not use Save As or tack the version number onto the end of the Document Number). Always work off the baseline document. Do not keep older versions tagged as Approved use a different Status code than the Status used to build your website. How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

12 Facilitating Searching Performance (Metatags, etc) Month End validation.. In Documents Zavanta uses the text from the first text field it encounters to build metatags as well as the data in the Categories fields. TIPS: Provide authors guidelines for completing the first field. If the first field is blank, Zavanta will go to the next field. If the lead-in text option is ON for Index Pages, Zavanta will display the first 80 characters of the first text field. The purpose of this option is to give readers a brief description of what the document is about on the Index Page. Financial Reporting The above reasons are why the Description field is always the first field in Zavanta s default Content Overlays! In Website Setup: Index Page Title Tags Accounting Department Zavanta uses the Page Name to build title tags in HTML output. Usually the Page Name is the same as the page s title that appears in web output. If you want to use different text for the title tag than what you want to appear on the page itself, you can override it by entering a pretty title on the properties screen. See the example below. Accounting Finance is the Page Name (and appears on the tree) Approved Accounting Controls will be the title that displays in the Index Page. How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

13 Getting More Complicated The previous SIMPLE process and setup meets the needs of most organization. With that said, if you have a more complex situation or scenario, Zavanta can usually handle it. You just need to be aware of the pros and cons and impact of your decisions on maintenance down the road. If your situation does not fit our recommended approach, we urge you to contact support@comprose.com. You can quickly get in over your head. The next pages describes the following: Security Needs => IT Security Procedures cannot be viewed by anyone outside of IT How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

14 One or Multiple Folders? Generally, we recommend against using multiple folders for your website. Many mistakenly think that in order to achieve content segmentation multiple folders are needed. NOT SO. The idea is to export ALL documents to one root folder and then use your indexing scheme to provide access. Think of your indexing system as a gateway or a tables of contents to all the information. Multiple folders should only be used when you must secure a group of documents or you have unique, multiple audiences such as different clients. If you export documents to a subfolder and those documents have links to documents in other folders, the links will NOT WORK if the user does not have authorization to access the other folder. In a security situation, this is what you want. To avoid unexpected results, make sure you think this through. In the below example, IT documents need to be secured from all viewers except the IT Department. To achieve this, send all documents except for those tagged for IT to the root folder. Send documents for IT eyes only to a secured folder on your network. Using network security, grant access to the IT folder only to IT staff. NOTE: Zavanta provides security within the Zavanta application but it does not manage security of your website. Starting point: Index.htm in the root folder Main Index All Procedures Accounting Department IT Department IT ONLY All Procedures Index IT-2000 Month End Data Conversion Accounting Index IT Index ACCT-1002 Running a Reconciliation Report IT-2000 Month End Data Conversion Document webpages ACCT-1002 Running a Reconcilation Report See Also: Month End Data Conversion If someone other than IT clicks on the link, NO CAN DO! Link won t work. How to handle information that is common across groups There may be situations where there are documents that contain common information; i.e. you want those documents in BOTH folders, accessible by BOTH audiences. For example List of Error Codes is owned by IT and should shared across all groups. There are various ways to handle this situation. Create a master document that has common information with kick-outs to groupspecific information (as shown on the left) Assign the document to multiple departments. (Multiple filters in Content Export). It will appear in each folder. Export all common documents to the root folder. Export common and unique information to IT subfolder. Keep in mind this will mean that common documents will get exported multiple times. This may impact performance as your site grows. CORP-1000 Billing Policies Add all the information that is common to all departments/groups. Then for each group, create kick-outs to what is unique: Client Services Division Network Support Group IT Group IT Specific Information How Zavanta s Web Automation Works: Key Website Planning Decisions Copyright COMPROSE

Creating Word Outlines from Compendium on a Mac

Creating Word Outlines from Compendium on a Mac Creating Word Outlines from Compendium on a Mac Using the Compendium Outline Template and Macro for Microsoft Word for Mac: Background and Tutorial Jeff Conklin & KC Burgess Yakemovic, CogNexus Institute

More information

Google Drive. Move Fully to Google Docs

Google Drive. Move Fully to Google Docs Google Drive Fully move to the Google Drive ecosystem Use Google OCR to recreate text documents from a variety of sources Sharing files and folders Collaborating on Documents Revision History Downloading

More information

New Program Update Sept 12, 2012 Build 187

New Program Update Sept 12, 2012 Build 187 New Program Update Sept 12, 2012 Build 187 What s Inside Main Module Improved Handling of Calc Races Database Locked Condition Background Info - Why does the database locked condition occur? From what

More information

Q&A Session for Connect with Remedy - CMDB Best Practices Coffee Break

Q&A Session for Connect with Remedy - CMDB Best Practices Coffee Break Q&A Session for Connect with Remedy - CMDB Best Practices Coffee Break Date: Thursday, March 05, 2015 Q: When going to Asset Management Console and making an update on there, does that go to a sandbox

More information

Introduction to Autodesk VaultChapter1:

Introduction to Autodesk VaultChapter1: Introduction to Autodesk VaultChapter1: Chapter 1 This chapter provides an overview of Autodesk Vault features and functionality. You learn how to use Autodesk Vault to manage engineering design data in

More information

Using Images in FF&EZ within a Citrix Environment

Using Images in FF&EZ within a Citrix Environment 1 Using Images in FF&EZ within a Citrix Environment This document explains how to add images to specifications, and covers the situation where the FF&E database is on a remote server instead of your local

More information

Clean & Speed Up Windows with AWO

Clean & Speed Up Windows with AWO Clean & Speed Up Windows with AWO C 400 / 1 Manage Windows with this Powerful Collection of System Tools Every version of Windows comes with at least a few programs for managing different aspects of your

More information

Company System Administrator (CSA) User Guide

Company System Administrator (CSA) User Guide BMO HARRIS ONLINE BANKING SM FOR SMALL BUSINESS Company System Administrator (CSA) User Guide Copyright 2011 BMO Harris Bank N.A. TABLE OF CONTENTS WELCOME... 1 Who should use this guide... 1 What it covers...

More information

FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE

FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE CONTENTFAC.COM As an FYI, this document is designed to go along with our video by the same name. If you haven t checked that out yet, you

More information

Getting Started with the Zendesk Enterprise Plan

Getting Started with the Zendesk Enterprise Plan Getting Started with the Zendesk Enterprise Plan In this guide, you will learn how to setup Zendesk in an enterprise environment. Large companies typically need their help desk to handle situations where

More information

Who should use this manual. Signing into WordPress

Who should use this manual. Signing into WordPress WordPress Manual Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Pages vs. Posts... 5 Adding & Editing Your Web

More information

Term Definition Introduced in: This option, located within the View tab, provides a variety of options to choose when sorting and grouping Arrangement

Term Definition Introduced in: This option, located within the View tab, provides a variety of options to choose when sorting and grouping Arrangement 60 Minutes of Outlook Secrets Term Definition Introduced in: This option, located within the View tab, provides a variety of options to choose when sorting and grouping Arrangement messages. Module 2 Assign

More information

A Letting agency s shop window is no longer a place on the high street, it is now online

A Letting agency s shop window is no longer a place on the high street, it is now online A Letting agency s shop window is no longer a place on the high street, it is now online 1 Let s start by breaking down the two ways in which search engines will send you more traffic: 1. Search Engine

More information

LeakDAS Version 4 The Complete Guide

LeakDAS Version 4 The Complete Guide LeakDAS Version 4 The Complete Guide SECTION 4 LEAKDAS MOBILE Second Edition - 2014 Copyright InspectionLogic 2 Table of Contents CONNECTING LEAKDAS MOBILE TO AN ANALYZER VIA BLUETOOTH... 3 Bluetooth Devices...

More information

Good afternoon, everyone. Thanks for joining us today. My name is Paloma Costa and I m the Program Manager of Outreach for the Rural Health Care

Good afternoon, everyone. Thanks for joining us today. My name is Paloma Costa and I m the Program Manager of Outreach for the Rural Health Care Good afternoon, everyone. Thanks for joining us today. My name is Paloma Costa and I m the Program Manager of Outreach for the Rural Health Care program. And I m joined by Carolyn McCornac, also Program

More information

2016 All Rights Reserved

2016 All Rights Reserved 2016 All Rights Reserved Table of Contents Chapter 1: The Truth About Safelists What is a Safelist Safelist myths busted Chapter 2: Getting Started What to look for before you join a Safelist Best Safelists

More information

User Guide for Explorer Users

User Guide for Explorer Users User Guide for Explorer Users Version 2015.1 Hubble Suite (Edition 2) Document Information....................................................... 1 Notices.........................................................................

More information

Key questions to ask before commissioning any web designer to build your website.

Key questions to ask before commissioning any web designer to build your website. Key questions to ask before commissioning any web designer to build your website. KEY QUESTIONS TO ASK Before commissioning a web designer to build your website. As both an entrepreneur and business owner,

More information

How To Create Backlinks

How To Create Backlinks How To Create Backlinks 1 Page Contents Who Is This Book For?... 3 A Trip In The Way-Back Machine... 4 A Little Refresher... 4 How To Build Backlinks... 6 Build Backlinks With Guest Posts... 7 Build Backlinks

More information

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead 1 Question #1: What is the benefit to spammers for using someone elses UA code and is there a way

More information

Learning and Development. UWE Staff Profiles (USP) User Guide

Learning and Development. UWE Staff Profiles (USP) User Guide Learning and Development UWE Staff Profiles (USP) User Guide About this training manual This manual is yours to keep and is intended as a guide to be used during the training course and as a reference

More information

Digital Marketing Manager, Marketing Manager, Agency Owner. Bachelors in Marketing, Advertising, Communications, or equivalent experience

Digital Marketing Manager, Marketing Manager, Agency Owner. Bachelors in Marketing, Advertising, Communications, or equivalent experience Persona name Amanda Industry, geographic or other segments B2B Roles Digital Marketing Manager, Marketing Manager, Agency Owner Reports to VP Marketing or Agency Owner Education Bachelors in Marketing,

More information

QuickBooks 2008 Software Installation Guide

QuickBooks 2008 Software Installation Guide 12/11/07; Ver. APD-1.2 Welcome This guide is designed to support users installing QuickBooks: Pro or Premier 2008 financial accounting software, especially in a networked environment. The guide also covers

More information

Burning CDs in Windows XP

Burning CDs in Windows XP B 770 / 1 Make CD Burning a Breeze with Windows XP's Built-in Tools If your PC is equipped with a rewritable CD drive you ve almost certainly got some specialised software for copying files to CDs. If

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

ZAVANTA Standalone Installation

ZAVANTA Standalone Installation Customer Support Instructions Doc Number: TechSup-2022 Document Owner: Technical Support Last Author: Technical Support General Description Description: This document covers the instructions for installing

More information

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS Web logs (blogs blogs) You can create your own personal Web logs (blogs) using IBM Lotus Notes. Using the blog template (dominoblog.ntf), you create a blog application, such as myblog.nsf, which you can

More information

mobile friendly? Google s survey shows there are three key points to a mobile-friendly site:

mobile friendly? Google s survey shows there are three key points to a mobile-friendly site: 1. Is your site mobile friendly? Now more than ever before it is important for your website to be mobile-friendly. According to a July 2012 Google survey of the more than 1,000 smartphone users people

More information

Readers are wary of out of date content, so it's important to actively manage the information you publish.

Readers are wary of out of date content, so it's important to actively manage the information you publish. Web Style Guide Important tips for writing for the web People don t usually read for pleasure on the website. They are looking for a specific piece of information, and they don't want extraneous junk to

More information

Sharing Schedules and Planning Meetings

Sharing Schedules and Planning Meetings CHAPTER Sharing Schedules and Planning Meetings In this chapter Sharing Group Schedules 378 Planning a Meeting with Outlook 383 Rescheduling or Canceling a Meeting 388 Responding to Meeting Requests 388

More information

getting STARTed Virtual Coin Cabinet 2v9 beta COIN database SOFTWARe STePHeN HUSTON FileMaker Pro developer .A FIleMAKeR PRO 10 RUNTIMe SOlUTION

getting STARTed Virtual Coin Cabinet 2v9 beta COIN database SOFTWARe STePHeN HUSTON FileMaker Pro developer .A FIleMAKeR PRO 10 RUNTIMe SOlUTION getting STARTed Virtual Coin Cabinet 2v9 beta COIN database SOFTWARe.A FIleMAKeR PRO 10 RUNTIMe SOlUTION JanuarY 2010 STePHeN HUSTON FileMaker Pro developer data ex Machina www.dataxm.com getting started

More information

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at : GOOGLE APPS Application: Usage: Program Link: Contact: is an electronic collaboration tool. As needed by any staff member http://www.google.com or http://drive.google.com If you have difficulty using

More information

The MailNinja 7-Step Success Formula For Sending Lead Generating Campaigns

The MailNinja 7-Step Success Formula For Sending Lead Generating  Campaigns The MailNinja 7-Step Success Formula For Sending Lead Generating Email Campaigns The MailNinja 7-Step Success Formula For Sending Lead Generating Email Campaigns Over the past 10 years we ve perfected

More information

THINGS. Setup Guide. David Allen Company

THINGS. Setup Guide. David Allen Company THINGS Setup Guide David Allen Company TABLE OF CONTENTS FOCUS OF THIS GUIDE WHAT YOU CAN EXPECT FROM THIS GUIDE 1 FOCUS OF THIS GUIDE UNDERSTANDING THE GTD BEST PRACTICES AN OVERVIEW OF THE KEY BEST PRACTICES

More information

Sample A2J Guided Interview & HotDocs Template Exercise

Sample A2J Guided Interview & HotDocs Template Exercise Sample A2J Guided Interview & HotDocs Template Exercise HotDocs Template We are going to create this template in HotDocs. You can find the Word document to start with here. Figure 1: Form to automate Converting

More information

Table of Contents Welcome Project History Overview II. Scanning Having a good work area for your scanning workstation

Table of Contents Welcome Project History Overview II. Scanning Having a good work area for your scanning workstation User Manual 1 Table of Contents I. Welcome...3 1. Project History...3 2. Overview...4 II. Scanning...5 1. Having a good work area for your scanning workstation...5 2. Integrating scanning in business processes...5

More information

GOOGLE APPS. GETTING STARTED Page 02 Prerequisites What You Will Learn. INTRODUCTION Page 03 What is Google? SETTING UP AN ACCOUNT Page 03 Gmail

GOOGLE APPS. GETTING STARTED Page 02 Prerequisites What You Will Learn. INTRODUCTION Page 03 What is Google? SETTING UP AN ACCOUNT Page 03 Gmail GOOGLE APPS GETTING STARTED Page 02 Prerequisites What You Will Learn INTRODUCTION Page 03 What is Google? SETTING UP AN ACCOUNT Page 03 Gmail DRIVE Page 07 Uploading Files to Google Drive Sharing/Unsharing

More information

[Compatibility Mode] Confusion in Office 2007

[Compatibility Mode] Confusion in Office 2007 [Compatibility Mode] Confusion in Office 2007 Confused by [Compatibility Mode] in Office 2007? You re Not Alone, and Here s Why Funnybroad@gmail.com 8/30/2007 This paper demonstrates how [Compatibility

More information

Tzunami Deployer Hummingbird DM Exporter Guide

Tzunami Deployer Hummingbird DM Exporter Guide Tzunami Deployer Hummingbird DM Exporter Guide Supports migration of Hummingbird DM enterprise contents repositories into Microsoft SharePoint using Tzunami Deployer Version 3.0 Table of Contents PREFACE...

More information

Tzunami Deployer Hummingbird DM Exporter Guide

Tzunami Deployer Hummingbird DM Exporter Guide Tzunami Deployer Hummingbird DM Exporter Guide Supports migration of Hummingbird DM enterprise contents repositories into Microsoft SharePoint using Tzunami Deployer Version 3.2 Table of Contents PREFACE...

More information

How-to: SharePoint Web Forms

How-to: SharePoint Web Forms How-to: SharePoint Web Forms Contents Overview:... 3 Create Web Form Site... 3 Web Form Components:... 4 Web Form page... 4 Confirmation page... 5 Responses list:... 6 Views:... 6 Form design... 7 Web

More information

Outlook is easier to use than you might think; it also does a lot more than. Fundamental Features: How Did You Ever Do without Outlook?

Outlook is easier to use than you might think; it also does a lot more than. Fundamental Features: How Did You Ever Do without Outlook? 04 537598 Ch01.qxd 9/2/03 9:46 AM Page 11 Chapter 1 Fundamental Features: How Did You Ever Do without Outlook? In This Chapter Reading e-mail Answering e-mail Creating new e-mail Entering an appointment

More information

Software Conversion Guide

Software Conversion Guide Eagle SSE Software Conversion Guide Release 17 (Server Level 29) EL2157 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual

More information

FRONT USER GUIDE Getting Started with Front

FRONT USER GUIDE Getting Started with Front USER GUIDE USER GUIDE Getting Started with Front ESSENTIALS Teams That Use Front How To Roll Out Front Quick Start Productivity Tips Downloading Front Adding Your Team Inbox Add Your Own Work Email Update

More information

ShelbyNext Membership: Transition Prep & Implementation

ShelbyNext Membership: Transition Prep & Implementation ShelbyNext Membership: Transition Prep & Implementation Pre-ISC Lecture (Course #M103) Presented by: Jeannetta Douglas Shelby Contract Trainer 2018 Shelby Systems, Inc. Other brand and product names are

More information

Sitecore Projects with GatherContent

Sitecore Projects with GatherContent How to prepare content for Sitecore Projects with GatherContent By Jennifer Davies, Content Strategist, Razorfish Table of Contents 4 Introduction Guide overview 5 Step 1 Define your content structure

More information

MANAGING YOUR MAILBOX: TRIMMING AN OUT OF CONTROL MAILBOX

MANAGING YOUR MAILBOX: TRIMMING AN OUT OF CONTROL MAILBOX MANAGING YOUR : DEALING WITH AN OVERSIZE - WHY BOTHER? It s amazing how many e-mails you can get in a day, and it can quickly become overwhelming. Before you know it, you have hundreds, even thousands

More information

IMPORTANT WORDS AND WHAT THEY MEAN

IMPORTANT WORDS AND WHAT THEY MEAN MOBILE PHONES WHAT IS DATA Data is Internet. It can let you do lots of different things on your phone or tablet. You can send or receive texts, emails or photos, listen to music, watch TV shows, movies

More information

Full Website Audit. Conducted by Mathew McCorry. Digimush.co.uk

Full Website Audit. Conducted by Mathew McCorry. Digimush.co.uk Full Website Audit Conducted by Mathew McCorry Digimush.co.uk 1 Table of Contents Full Website Audit 1 Conducted by Mathew McCorry... 1 1. Overview... 3 2. Technical Issues... 4 2.1 URL Structure... 4

More information

The Definitive Guide to Office 365 External Sharing. An ebook by Sharegate

The Definitive Guide to Office 365 External Sharing. An ebook by Sharegate The Definitive Guide to Office 365 External Sharing An ebook by Sharegate The Definitive Guide to External Sharing In any organization, whether large or small, sharing content with external users is an

More information

Tzunami Deployer DocuShare Exporter Guide

Tzunami Deployer DocuShare Exporter Guide Tzunami Deployer DocuShare Exporter Guide Facilitates migration of Xerox DocuShare contents into Microsoft SharePoint Version 3.2 Table of Contents PREFACE... II INTENDED AUDIENCE... II CONVENTIONS...

More information

Lesson Share TEACHER'S NOTES LESSON SHARE. ing by Olya Sergeeva. Overview. Preparation. Procedure

Lesson Share TEACHER'S NOTES LESSON SHARE.  ing by Olya Sergeeva. Overview. Preparation. Procedure Lesson Share TEACHER'S NOTES Age: Adults Level: Intermediate + Time: 1 hour 40 minutes Objective: to practise writing work-related emails Key skills: writing Materials: one copy of the worksheet per student;

More information

CRM CUSTOMER RELATIONSHIP MANAGEMENT

CRM CUSTOMER RELATIONSHIP MANAGEMENT CRM CUSTOMER RELATIONSHIP MANAGEMENT Customer Relationship Management is identifying, developing and retaining profitable customers to build lasting relationships and long-term financial success. The agrē

More information

Tzunami Deployer Documentum Exporter Guide

Tzunami Deployer Documentum Exporter Guide Tzunami Deployer Documentum Exporter Guide Supports migration of EMC Documentum content repositories into Microsoft SharePoint using Tzunami Deployer Version 3.2 Table of Contents PREFACE... II INTENDED

More information

7/11/14. Presented by: Overview. Writing effective subject lines Creating good body copy Choosing HTML vs. Plain Text s

7/11/14. Presented by: Overview. Writing effective subject lines Creating good body copy Choosing HTML vs. Plain Text  s Overview Writing effective subject lines Creating good body copy Choosing HTML vs. Plain Text emails Presented by: SurveyGizmo Online Academy Reducing spam complaints Managing email lists Testing emails

More information

FUNCTIONAL BEST PRACTICES ORACLE USER PRODUCTIVITY KIT

FUNCTIONAL BEST PRACTICES ORACLE USER PRODUCTIVITY KIT FUNCTIONAL BEST PRACTICES ORACLE USER PRODUCTIVITY KIT Purpose Oracle s User Productivity Kit (UPK) provides functionality that enables content authors, subject matter experts, and other project members

More information

Building a Data Storage System

Building a Data Storage System This Guide shows you how to manage your media files, safely store and backup data, and setup an efficient NLE workflow. Some guidelines will vary based on the scope of the project and the types of files

More information

1 SEO Synergy. Mark Bishop 2014

1 SEO Synergy. Mark Bishop 2014 1 SEO Synergy 2 SEO Synergy Table of Contents Disclaimer... 3 Introduction... 3 Keywords:... 3 Google Keyword Planner:... 3 Do This First... 4 Step 1... 5 Step 2... 5 Step 3... 6 Finding Great Keywords...

More information

All-In-One-Designer SEO Handbook

All-In-One-Designer SEO Handbook All-In-One-Designer SEO Handbook Introduction To increase the visibility of the e-store to potential buyers, there are some techniques that a website admin can implement through the admin panel to enhance

More information

Collector and Dealer Software - CAD 3.1

Collector and Dealer Software - CAD 3.1 Collector and Dealer Software - CAD 3.1 Your Registration Number Thank you for purchasing CAD! To ensure that you can receive proper support, we have already registered your copy with the serial number

More information

TYPO3 Editing Guide Contents

TYPO3 Editing Guide Contents TYPO3 Editing Guide Contents Introduction... 2 Logging in... 2 Selecting your Workspace for editing... 2 Working with Content Elements... 3 Working in the Editing Window... 4 Pasting content from MS Word

More information

Meet our Example Buyer Persona Adele Revella, CEO

Meet our Example Buyer Persona Adele Revella, CEO Meet our Example Buyer Persona Adele Revella, CEO 685 SPRING STREET, NO. 200 FRIDAY HARBOR, WA 98250 W WW.BUYERPERSONA.COM You need to hear your buyer s story Take me back to the day when you first started

More information

Unit 3: Local Fields

Unit 3: Local Fields Unit 3: Local Fields Text Fields Questions Covered What are fields and how do we define them? How can we change the kinds of data we are collecting? What are the different data types available and how

More information

Financial Statements Using Crystal Reports

Financial Statements Using Crystal Reports Sessions 6-7 & 6-8 Friday, October 13, 2017 8:30 am 1:00 pm Room 616B Sessions 6-7 & 6-8 Financial Statements Using Crystal Reports Presented By: David Hardy Progressive Reports Original Author(s): David

More information

Before you archive your Membership Plus data, be sure you have a current backup of your data set.

Before you archive your Membership Plus data, be sure you have a current backup of your data set. Program: Membership plus 2007 Issue: How to Archive Archiving old data Archiving puts time-sensitive transaction data you are no longer using into storage by removing it from your current data set and

More information

Recipes. Marketing For Bloggers. List Building, Traffic, Money & More. A Free Guide by The Social Ms Page! 1 of! 24

Recipes.  Marketing For Bloggers. List Building, Traffic, Money & More. A Free Guide by The Social Ms Page! 1 of! 24 16 Recipes Email Marketing For Bloggers List Building, Traffic, Money & More A Free Guide by The Social Ms Page 1 of 24 Brought to you by: Jonathan Gebauer, Susanna Gebauer INTRODUCTION Email Marketing

More information

ScholarOne Manuscripts. COGNOS Reports User Guide

ScholarOne Manuscripts. COGNOS Reports User Guide ScholarOne Manuscripts COGNOS Reports User Guide 1-May-2018 Clarivate Analytics ScholarOne Manuscripts COGNOS Reports User Guide Page i TABLE OF CONTENTS USE GET HELP NOW & FAQS... 1 SYSTEM REQUIREMENTS...

More information

Level 5 Digital technologies Chapter 4

Level 5 Digital technologies Chapter 4 Level 5 Digital technologies Chapter 4 Digital information database and spreadsheets Technological Practice Strand: Brief Development In this chapter you are going to develop your database and spreadsheet

More information

Tzunami Deployer FileNet Exporter Guide Supports extraction of FileNet contents and migrate to Microsoft SharePoint using Tzunami Deployer.

Tzunami Deployer FileNet Exporter Guide Supports extraction of FileNet contents and migrate to Microsoft SharePoint using Tzunami Deployer. Tzunami Deployer FileNet Exporter Guide Supports extraction of FileNet contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 3.2 Table of Content PREFACE... II INTENDED AUDIENCE...

More information

Section 1: How The Internet Works

Section 1: How The Internet Works Dreamweaver for Dummies Jared Covili jcovili@media.utah.edu (801) 585-5667 www.uensd.org/dummies Section 1: How The Internet Works The Basic Process Let's say that you are sitting at your computer, surfing

More information

Using Dreamweaver CC. 3 Basic Page Editing. Planning. Viewing Different Design Styles

Using Dreamweaver CC. 3 Basic Page Editing. Planning. Viewing Different Design Styles 3 Now that you should know some basic HTML, it s time to get in to using the general editing features of Dreamweaver. In this section we ll create a basic website for a small business. We ll start by looking

More information

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper Customize Microsoft Dynamics GP Building a Customer Portal Using Business Portal White Paper Helps you implement a customer portal and create web pages and web parts specifically designed for your customers.

More information

Compendium Basics Exercise

Compendium Basics Exercise Compendium Basics Exercise This is a short (approx. 30 minute) exercise to help you start using Compendium for Issue Mapping; the process of creating IBIS (Issue Based Information Systems) diagrams. This

More information

Horizon Tutorial - Booking an Inspection

Horizon Tutorial - Booking an Inspection Horizon Tutorial - Booking an Inspection Horizon is built to save you time and effort, while reducing the chance for errors when booking inspections. With Horizon booking an inspection is easy and fast!

More information

PowerCenter Repository Maintenance

PowerCenter Repository Maintenance PowerCenter Repository Maintenance 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

How to get your subscription account ready for the GDPR. Step-guide for getting the consent you may need from your subscribers.

How to get your  subscription account ready for the GDPR. Step-guide for getting the consent you may need from your subscribers. How to get your email subscription account ready for the GDPR. Step-guide for getting the consent you may need from your subscribers. Please be aware this document does not constitute legal advice. It

More information

Search Engine Optimisation Basics for Government Agencies

Search Engine Optimisation Basics for Government Agencies Search Engine Optimisation Basics for Government Agencies Prepared for State Services Commission by Catalyst IT Neil Bertram May 11, 2007 Abstract This document is intended as a guide for New Zealand government

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

Case Study: Best Strategy To Rank Your Content On Google

Case Study: Best Strategy To Rank Your Content On Google Case Study: Best Strategy To Rank Your Content On Google SEOPressor Connect Presents: Case Study: Best Strategy To Rank Your Content On Google Copyright 2016 SEOPressor Connect All Rights Reserved 1 There

More information

NAMI Affiliate Profile Center Contact Manual

NAMI Affiliate Profile Center Contact Manual NAMI Affiliate Profile Center Contact Manual Standards of Excellence/Center for Excellence November 2013 Table of Contents Chapter Page I. NAMI Affiliate Profile Center Contact Training Timetable 3 II.

More information

Content Development Reference. Including resources for publishing content on the Help Server

Content Development Reference. Including resources for publishing content on the Help Server Content Development Reference Including resources for publishing content on the Help Server March 2016 Help Server guidance Optimizing your investment in content F1 or TOC? Metadata and editing tools for

More information

Maintaining a Clean CRM Database

Maintaining a Clean CRM Database Maintaining a Clean CRM Database Contents How messy is your CRM Database? 3 Managing duplicate records Arrest duplicates before they can be created 4 Merge duplicate records 4 Validating CRM data 6 Automatic

More information

WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital

WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital This WordPress tutorial for beginners (find the PDF at the bottom of this post) will quickly introduce you to every core WordPress

More information

Below, we will walk through the three main elements of the algorithm, which include Domain Attributes, On-Page and Off-Page factors.

Below, we will walk through the three main elements of the algorithm, which include Domain Attributes, On-Page and Off-Page factors. Search engine optimization is the active practicing of improving your websites ability to rank in the natural search engine results. Each of the major search engines have a proprietary algorithm that makes

More information

Introducing the. new & improved. Think. Formerly. Intelligent Business Automation.

Introducing the. new & improved. Think. Formerly. Intelligent Business Automation. Introducing the new & improved Think New branding, new release, A good deal has changed since you heard from us last. As well as giving Email2DB a makeover into ThinkAutomation, we ve also massively extended

More information

Version 4.0 February 2011

Version 4.0 February 2011 S C H E D U L E M A S T E R S, I N C TMSwebBusPatter nseditor EDWARD SITARSKI VICE-PRESIDENT OF TECHNOLOGY SCHEDULE MASTERS, INC. Version 4.0 February 2011 T M S w e b B u s Pa t t e r n s E d i t o r

More information

Publications Database

Publications Database Getting Started Guide Publications Database To w a r d s a S u s t a i n a b l e A s i a - P a c i f i c!1 Table of Contents Introduction 3 Conventions 3 Getting Started 4 Suggesting a Topic 11 Appendix

More information

Basic e-pledge for Workplace Campaigns

Basic e-pledge for Workplace Campaigns Basic e-pledge for Workplace Campaigns 7300 Warden Avenue, Suite 503 Markham, Ontario Canada L3R 9Z6 Phone: 905-479-3780 Toll Free: 877-479-3780 Fax: 905-479-1047 e-mail: info@andarsoftware.com Web: www.andarsoftware.com.com

More information

3 Ways to Take Your Website Management from Chaotic to Calm WHITEPAPER

3 Ways to Take Your Website Management from Chaotic to Calm WHITEPAPER 3 Media Web 3 Ways to Take Your Website Management from Chaotic to Calm WHITEPAPER WHITEPAPER 3 Ways to Take Your Website Management from Chaotic to Calm Voila! You launched your new website. You ve tested

More information

Quantum, a Data Storage Solutions Leader, Delivers Responsive HTML5-Based Documentation Centers Using MadCap Flare

Quantum, a Data Storage Solutions Leader, Delivers Responsive HTML5-Based Documentation Centers Using MadCap Flare A Customer Success Story in Technical Communication Best Practices Quantum, a Data Storage Solutions Leader, Delivers Responsive HTML5-Based Documentation Centers Using MadCap Flare GOALS Reinvent product

More information

2013 edition (version 1.1)

2013 edition (version 1.1) 2013 edition (version 1.1) Contents 1 Introduction... 3 2 Signing in to your Office 365 account... 3 2.1 Acceptable Use Policy and Terms of Use... 4 3 Setting your profile and options... 4 3.1 Settings:

More information

INTRODUCTION (1) Recognize HTML code (2) Understand the minimum requirements inside a HTML page (3) Know what the viewer sees and the system uses

INTRODUCTION (1) Recognize HTML code (2) Understand the minimum requirements inside a HTML page (3) Know what the viewer sees and the system uses Assignment Two: The Basic Web Code INTRODUCTION HTML (Hypertext Markup Language) In the previous assignment you learned that FTP was just another language that computers use to communicate. The same holds

More information

This Quick Take. Slide 1

This Quick Take. Slide 1 Slide 1 Slide 2 Quick Takes What Is RSS? Derry Lyons Director, IT Services South Kitsap School District, WA State This Quick Take Covers What is RSS? Why would I use it? Examples Resources Hello! My name

More information

Gearing Up for Development CS130(0)

Gearing Up for Development CS130(0) Gearing Up for Development CS130(0) Development Development is a coding heavy assignment! You will need to create application using React.js (a Javascript Library). This application will display a list

More information

ProServeIT Corporation Century Ave. Mississauga, ON L5N 6A4 T: TF: F: W: ProServeIT.

ProServeIT Corporation Century Ave. Mississauga, ON L5N 6A4 T: TF: F: W: ProServeIT. 1 Table of Contents POST #1... 3 Why Use a SharePoint Content Management System? A Quick Guide for Executives & Managers [Downloadable Infographic]... 3 POST #2... 5 Branding SharePoint 6 Ways to Brand

More information

Entering an NSERC CCV: Step by Step Last updated May

Entering an NSERC CCV: Step by Step Last updated May Entering an NSERC CCV: Step by Step Last updated May 18 2017 1. Go to CCV Login Page 2. Note that usernames and passwords from other NSERC sites won t work on the CCV site. If this is your first CCV, you

More information

HTML/CSS Lesson Plans

HTML/CSS Lesson Plans HTML/CSS Lesson Plans Course Outline 8 lessons x 1 hour Class size: 15-25 students Age: 10-12 years Requirements Computer for each student (or pair) and a classroom projector Pencil and paper Internet

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

COPYRIGHTED MATERIAL PART I. LESSON 1: Introducing VBA. LESSON 2: Getting Started with Macros. LESSON 3: Introducing the Visual Basic Editor

COPYRIGHTED MATERIAL PART I. LESSON 1: Introducing VBA. LESSON 2: Getting Started with Macros. LESSON 3: Introducing the Visual Basic Editor PART I LESSON 1: Introducing VBA LESSON 2: Getting Started with Macros LESSON 3: Introducing the Visual Basic Editor LESSON 4: Working in the VBE COPYRIGHTED MATERIAL 1 Welcome to your first lesson in

More information

Administrating CaseMap User Guide

Administrating CaseMap User Guide Administrating User Guide, Version 12.1 Optimizing Case Files Replicating and Synchronizing Managing Links to Cases Managing File Viewers Managing the Case Index Managing OCR processing Managing Case Scripts

More information