DSG Maintenance Code Description

Size: px
Start display at page:

Download "DSG Maintenance Code Description"

Transcription

1 DSG Maintenance Code Description Index maintenance_director_portal.php maintenance_secretary_portal.php maintenance_submittal_status.php maintenance_ s_folder.php maintenance_dir_submittal_log.php maintenance_member_participation.php maintenance_image_reminder_ .php maintenance_image_reminder_content.html maintenance_descriptors_images.php maintenance_images_posted_ .php maintenance_image_posted_content.html maintenance_review_reminder_ .php maintenance_review_reminder_content.html maintenance_reviews_visual_feedback.php maintenance_reviews_posted_ .php maintenance_review_posted_content.html maintenance_group_text_file.php (Obsolete see below) maintenance_update_member-group_data.php maintenance_member_list.php maintenance_member_list_export_inst.php maintenance_member_list_sort_name.php maintenance_member_list_ .php maintenance_member_list_sched.php maintenance_member_list_psa.php maintenance_encrypt_password.php bio_display_for_reviews.php dsg_member_list.txt group-xx-log.txt director-data.txt pid-dsg-stylesheet.css

2 Program name: maintenance_director_portal.php (not password protected) maintenance_secretary_portal.php (password protected) Description: The general structure of the DSG maintenance programs is as follows. All are called from these two maintenance portal programs. All programs are located in the www directory. All can be run repeatedly as revised or additional data becomes available for a group and round. maintenance_director_portal.php - Provides access to maintenance functions below. Not password protected. Intended for director s use only. maintenance_secretary_portal.php Subset of director portal described above and is password protected. Secretary has access to asterisked items below. It's primary purpose is to provide link to various maintenance programs. It allows director and secretaries to execute following: Check status of group submittals * Process and post Descriptor-Image * Process and post Review-Feedback * Send reminder s * Send posting confirmation s * Update Group Text file in www/dsgxx Show group activity log Generate random passwords View program documentation Return to Index page. Called by: Access directly via URL Calls: Entry point for maintenance programs Inputs: Group and round number and forms for data to launch other programs Outputs: Just calls other programs, no direct outputs Program name: maintenance_submittal_status.php Description: Program outputs a list of members who have and have not submitted images and reviews along with list of group members and s. Inputs: Group and round numbers passed Outputs: Displays status report

3 Program name: maintenance_ s_folder.php Description: Program outputs a list of input conformation, reminder, posting and notification computer generated s for the group. Inputs: Group and round numbers passed. files in dsgxx/ s folder. Outputs: Displays list of s that can be opened Program name: maintenance_dir_submittal_log.php Description: Program outputs a list of dates that the latest images and reviews were posted for each group. Called by: Director Maintenance portal Inputs: files in dsgxx/ s folder. Outputs: Displays list of groups with dates of postings for the latest round. Program name: maintenance_member_participation.php Description: Program outputs a list with the number of people in each group and the number that participated in the last round. It also includes some info on the group. This is used by the director to determine where to place new members. Called by: Director Maintenance portal Inputs: member list test file and image files for each group. Outputs: Displays list of groups with number of members and those participating in the latest round. Program name: maintenance_image_reminder_ .php Description: Send to remind group members who have not submitted images to do so. Inputs: Director or secretary s maintenance portal with form inputs Outputs: Sends s Program name: maintenance_image_reminder_content.html Description: Sample reminder that can be viewed from maintenance portal if want to see content. Outputs: Displays sample reminder

4 Program name: maintenance_descriptors_images.php Description: After images and descriptors have been uploaded by members, this program is run from the maintenance portal. This creates the rndxx folder and im_name.html files. The round number is entered so that if images for later rounds have been uploaded, they will be ignored. If multiple images or descriptors have been uploaded, they overwrite to older version so that only the latest one remains. It is okay to run the program multiple times if data has changed or new data is added. Review confirmation log that is generated. Also, check group home page to verify data integrity after the images have been posted. Inputs: Group and round numbers passed Outputs: Writes html files that display the images and descriptors for the round Program name: maintenance_images_posted_ .php Description: Generates notifying group members that images have been posted on the website. with form inputs Calls: director-data.txt Inputs: Director or secretary s maintenance portal with form inputs Outputs: Sends s Program name: maintenance_image_posted_content.html Description: Sample images-posted notification that can be viewed from maintenance portal if want to see content. Outputs: Displays sample image posted Program name: maintenance_review_reminder_ .php Description: Send to remind group members who have not submitted reviews to do so. Inputs: Director or secretary s maintenance portal with form inputs Outputs: Sends s.

5 Program name: maintenance_review_reminder_content.html Description: Sample review reminder that can be viewed from maintenance portal if want to see content. Outputs: Displays sample reminder Program name: maintenance_reviews_visual_feedback.php Description: After reviews and visual feedback have been uploaded by members, this program is run from the maintenance portal. It create the reviews html and vf html files. The reviews text files are left in the reviews folder so that the program may be rerun if info is changed or added. If multiple versions of the reviews and visual feedback are uploaded, they will overwrite so that only the latest version will be used. Thumbnails of the images are created and stored in the reviews/thumbnails folder. A thumbnails folder is created if it does not exist. The images, descriptors, reviews txt and html files, thumbnails and visual feedback are deleted for all rounds that are not one of the 4 latest rounds. These files used to be moved to the Saves folder, so you may find old data in these folders which may be purged. Check review confirmation log and group home page to verify data integrity after posting reviews. Look for escape characters and other problems in the reviews html files. Inputs: Group and round numbers, pswd Outputs: Builds reviews and visual feedback html files for each maker Program name: maintenance_reviews_posted_ .php Description: Program to send s to makers after reviewss are posted. Also copy to secretary and conformation to director Calls: director-data.txt Inputs: Director or secretary s maintenance portal with form inputs Outputs: Sends Program name: maintenance_review_posted_content.html Description: Sample reviews-posted notification that can be viewed from maintenance portal if want to see content. Outputs: Displays sample reviews posted

6 Program name: maintenance_group_text_file.php (Obsolete replaced by programs below) Description: A members txt file is in each dsgxx folder that contains information about the group including the names and addresses of the group members, commentator and secretary and the number of images. This program helps maintain this data. It is only available on the director s maintenance portal. To change a name or address, just edit data in the form. To delete a member, check the box. To add a new member, put name and in any of the blank boxes. General program flow is to execute the complete program each pass with whatever data is available. After form is submitted, the form-action goes back to beginning of the program and starts over. Values exist for the variables in the POST statements. The if statement is now false, thus the else is executed and the rest of the program is executed. Assumes there are no titles following the last name (Sr, Jr, PhD...) Inputs: Group number Outputs: Revised member txt file Program name: maintenance_update_member-group_data.php maintenance_member_list.php maintenance_member_list_export_inst.php maintenance_member_list_sort_name.php maintenance_member_list_ .php maintenance_member_list_sched.php maintenance_member_list_psa.php Description: The dsg_members_list.txt file is now the master member database. It contains not only the info to generate the members txt file, but other group and member data. This series of programs allows this database to be maintained and provides various displays of the data for the directors. The dsg_member_list.txt file is in the root directory and contains information about each group including the names and addresses of the group members, commentator and secretary, frequency of rounds and the number of images which are used to generate the group txt file. The maintenance_update_member-group_data.php program helps maintain this data. It is only available on the director s maintenance portal. To change a info, just edit data in the form. To delete a member, delete group number. To render a group member inactive, place a C, M or R in front of the group number. To add a new member, put name and in any of the blank boxes. General program flow is to execute the complete program each pass with whatever data is available. After form is submitted, the form-action goes back to beginning of the program and

7 starts over. Values exist for the variables in the POST statements. The if-statement is now false, thus the else is executed and the rest of the program is executed. Assumes there are no titles following the last name (Sr, Jr, PhD...) Called by: Director maintenance portal Inputs: Group number Outputs: Revised member txt file The remaining programs provide various looks at the database. Visit the director s portal for a description. Program name: maintenance_encrypt_password.php Description: Can generate random passwords and use SHA-1 algorithm to encrypt group password and provide 20 digit hash value to be copied into.access file for group Outputs: Password and associated 20 digit hash value Program name: dsg_member_list.txt Description: Database in tab delimited text file that contains all info on groups and members. It is the master database that used for all programs. Called by: maintenance_update_member-group_data.php Outputs: Generates group txt file and is queried by member list programs Program name: group_xx_log.txt Description: Contains a log of all recent activities. It is located in the activity_log folder in the root directory. Called by: maintenance_director_portal.php Outputs: Provides trouble shooting data

8 Program name: director-data.txt Description: Contains directors name and . Can be updated when director changes. Called by: maintenance_images_posted_ .php Outputs: Provides director info to programs via require Program name: pid-dsg-stylesheet.css Description: css stylesheet used by most of these programs Called by: uses link statement Outputs: Specific style definitions

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views! Dreamweaver CS6 Table of Contents Setting up a site in Dreamweaver! 2 Templates! 3 Using a Template! 3 Save the template! 4 Views! 5 Properties! 5 Editable Regions! 6 Creating an Editable Region! 6 Modifying

More information

Microsoft Expression Web Basics of Creating a Web Site

Microsoft Expression Web Basics of Creating a Web Site Information Technology Department Pyle Center 1204 Wilmington College Wilmington, OH 45177 (800) 341-9318, ext. 459 helpdesk@wilmington.edu Microsoft Expression Web Basics of Creating a Web Site The first

More information

isite ICON Central Laboratories Secure Website for Site Information

isite ICON Central Laboratories Secure Website for Site Information What is isite? isite is ICON Central Laboratories secure web portal that provides secure access to Site specific information, including laboratory results. You are able to view, download and print all

More information

EasyChair instructions for Authors

EasyChair instructions for Authors EasyChair instructions for Authors The submission and review of papers for NICFD 2016 will be managed through an online conference paper management system called EasyChair. This system gives you, the author,

More information

User Manual for the Convertus BTS platform

User Manual for the Convertus BTS platform User Manual for the Convertus BTS platform 1 Table of contents 1 Introduction...3 2 Explanation of concepts...3 2.1 User Roles...3 2.1.1 Requester...3 2.1.2 Reviser...3 2.1.3 Manager...3 2.2 Translation

More information

Documentation for Non-Medical Research Ethics Board Researchers Full Board and Delegated Board Review

Documentation for Non-Medical Research Ethics Board Researchers Full Board and Delegated Board Review Documentation for Non-Medical Research Ethics Board Researchers Full Board and Delegated Board Review July 23, 2013 Office of Research Ethics If you run into any difficulties or have questions about Romeo,

More information

FORMS. The Exciting World of Creating RSVPs and Gathering Information with Forms in ClickDimensions. Presented by: John Reamer

FORMS. The Exciting World of Creating RSVPs and Gathering Information with Forms in ClickDimensions. Presented by: John Reamer FORMS The Exciting World of Creating RSVPs and Gathering Information with Forms in ClickDimensions Presented by: John Reamer Creating Forms Forms and Surveys: When and What to Use them For Both Allow you

More information

PDM Release Notes. PDM Pro 3.3

PDM Release Notes. PDM Pro 3.3 Bid Management Improvements PDM Pro 3.3 3661 Bid Package In Process Changes Saved On Tab Selection When a Project Administrator is modifying a bid package in the PDM system, the system will save changes

More information

DNN Site Search. User Guide

DNN Site Search. User Guide DNN Site Search User Guide Table of contents Introduction... 4 Features... 4 System Requirements... 4 Installation... 5 How to use the module... 5 Licensing... Error! Bookmark not defined. Reassigning

More information

CAQH ProView Reports Summary

CAQH ProView Reports Summary Submit Roster From participating organization to CAQH. Ad hoc based on participating organization s need Providers that the participating organization wants to: The roster is uploaded to the Participating

More information

Easily communicate with customers using up-to-date, customized templates. Allow customers to return products as an existing customer or guest.

Easily communicate with customers using up-to-date, customized  templates. Allow customers to return products as an existing customer or guest. .0 USER GUIDE Version 1.0 support@exto.io http://exto.io/rma-for-magento-2.html Keep your staff informed with RMA s power Admin interface. Easily communicate with customers using up-to-date, customized

More information

WAM!NET Submission Icons. Help Guide. March 2015

WAM!NET Submission Icons. Help Guide. March 2015 WAM!NET Submission Icons Help Guide March 2015 Document Contents 1 Introduction...2 1.1 Submission Option Resource...2 1.2 Submission Icon Type...3 1.2.1 Authenticated Submission Icons...3 1.2.2 Anonymous

More information

Tier II Portal Tutorial. Latest Revision January

Tier II Portal Tutorial. Latest Revision January Tier II Portal Tutorial Latest Revision January 2018 2018 Topics to be covered 1. Creating the Tier2Submit file 2. Accessing the portal 3. Populating the input fields on the portal 4. Uploading your Tier2Submit

More information

Master Syndication Gateway V2. User's Manual. Copyright Bontrager Connection LLC

Master Syndication Gateway V2. User's Manual. Copyright Bontrager Connection LLC Master Syndication Gateway V2 User's Manual Copyright 2005-2006 Bontrager Connection LLC 1 Introduction This document is formatted for A4 printer paper. A version formatted for letter size printer paper

More information

Marriott. Manual Submission Quick Reference Guide (QRG)

Marriott. Manual Submission Quick Reference Guide (QRG) Marriott Manual Submission Quick Reference Guide (QRG) February 2015 Topics Covered Login and Submit Menu Submission Form Submission Instructions Reviewing a Quote Downloading Translated Files 2 Login

More information

Frooition Implementation guide

Frooition Implementation guide Frooition Implementation guide Version: 2.0 Updated: 14/12/2016 Contents Account Setup: 1. Software Checklist 2. Accessing the Frooition Software 3. Completing your Account Profile 4. Updating your Frooition

More information

Dreamweaver is a full-featured Web application

Dreamweaver is a full-featured Web application Create a Dreamweaver Site Dreamweaver is a full-featured Web application development tool. Dreamweaver s features not only assist you with creating and editing Web pages, but also with managing and maintaining

More information

Carolina eweek Web Site

Carolina eweek Web Site There are two primary functions of this web site: A resource for teachers, students, and volunteers, including both static material and a capability to post questions for an expert to answer. It will also

More information

Visual Streamline FAQ

Visual Streamline FAQ Program Overview: Visual Streamline FAQ How does the program Map Import, located in: Inventory > Global Changes, work? This program enables users the flexibility to use their own excel spreadsheet, and

More information

ServicePass Installation Guide SurePassID Authentication Server 2017

ServicePass Installation Guide SurePassID Authentication Server 2017 ServicePass Installation Guide SurePassID Authentication Server 2017 SurePassID ServicePass Installation Guide Revision: 01 07 2017 You can find the most up-to-date technical documentation at: http://www.surepassid.com

More information

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will:

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will: Introduction Hello and welcome to RedCart TM online proofing and order management! We appreciate your decision to implement RedCart for your online proofing and order management business needs. This guide

More information

Top Menu HENSSLER TAX PORTAL NEED HELP? CALL Home Clicking this link will take you to your Tax Portal home page.

Top Menu HENSSLER TAX PORTAL NEED HELP? CALL Home Clicking this link will take you to your Tax Portal home page. Top Menu 1. Home Clicking this link will take you to your Tax Portal home page. 3 2. Messages Messages are not communications from your Tax Consultant, rather they are systemgenerated notifications about

More information

Submitting Evidence to the Vault. FRCC CIP Spring Compliance Workshop May 13-16, 2013

Submitting Evidence to the Vault. FRCC CIP Spring Compliance Workshop May 13-16, 2013 Submitting Evidence to the Vault FRCC CIP Spring Compliance Workshop May 13-16, 2013 Objectives Explain the step-by-step process for submitting evidence to FRCC Vault Share what happens to the evidence

More information

PG&E strongly encourages Participants to register with Power Advocate well before Offers are due.

PG&E strongly encourages Participants to register with Power Advocate well before Offers are due. PG&E strongly encourages Participants to register with Power Advocate well before Offers are due. Registration: All Offer submittal information pertaining to this RFO will be hosted on the Power Advocate

More information

Employee Services Portal Administrator Guide

Employee Services Portal Administrator Guide Employee Services Portal Administrator Guide Contents Edit employee access & password... 3 Using the portal to provide electronic W-2s... 5 Setup the portal... 5 Reset the portal for a new tax year...

More information

EMS MASTER CALENDAR User Guide

EMS MASTER CALENDAR User Guide EMS MASTER CALENDAR User Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction to the

More information

LOCALIZATION PORTAL FREELANCER SCHEDULER

LOCALIZATION PORTAL FREELANCER SCHEDULER LOCALIZATION PORTAL FREELANCER SCHEDULER Version 1.2 / 16 March 2018 LOCALIZATION PORTAL FREELANCER SCHEDULER This manual assumes you have successfully completed the following: 1. Created an account in

More information

Search Application User Guide

Search Application User Guide SiteExecutive Version 2013 EP1 Search Application User Guide Revised January 2014 Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, MD 21031 Phone: 410.584.0595

More information

Electronic Committees (ecommittees) Frequently Asked Questions v1.0

Electronic Committees (ecommittees) Frequently Asked Questions v1.0 3 Electronic Committees (ecommittees) Frequently Asked Questions v1.0 SABS 2012-12-06 Table of Contents 1 Contents 1 Login and access... 3 1.1 How to access the ecommittee workspace... 3 1.1.1 Via the

More information

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Easy Site Maintenance... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Configuration... 4 Contact Us... 8 Easy

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

USER MANUAL FOR AUTHOR.

USER MANUAL FOR AUTHOR. USER MANUAL FOR AUTHOR http://conference.binus.ac.id/ocs/index.php/icimtech/icimtech2017 Version : 1.0 May 2017 Table of Contents Create an Account... 2 Forgot Password... 6 Submit Paper... 9 Check Submitted

More information

Set Your ebay Token. 1. Log into your Vendio Account and select the Preferences link on the right. 2. Choose the Preferences page for Channels.

Set Your ebay Token. 1. Log into your Vendio Account and select the Preferences link on the right. 2. Choose the Preferences page for Channels. Vendio welcomes all our new members coming from Auctiva. We ve created this step-by-step quick start guide for sellers coming from Auctiva to help you get started quickly and efficiently on the Vendio

More information

JobSite OnLine User s Guide Table of Contents

JobSite OnLine User s Guide Table of Contents JobSite OnLine User s Guide Table of Contents For the Beginner: 2 Preparing and Logging In to Run JobSite OnLine...2 How Drawings and Specs are Organized - Ease of Use...3 Searching for Files or Containers...4

More information

COURSE FILES. BLACKBOARD TUTORIAL for INSTRUCTORS

COURSE FILES. BLACKBOARD TUTORIAL for INSTRUCTORS OVERVIEW: Course Files provides file storage on the Blackboard server for a single course. Course Files within each course displays content for that specific course, not for other courses you teach. You

More information

New submission portal for Issuer Management cases

New submission portal for Issuer Management cases New submission portal for Issuer Management cases 1 New online portal for submissions In July we will introduce an online portal which will be our preferred method for submitting applications, requests

More information

Version 4.0 Date 9/23/14. Infiniti Tech Info Retailer User Guide

Version 4.0 Date 9/23/14. Infiniti Tech Info Retailer User Guide Version 4.0 Date 9/23/14 Infiniti Tech Info Retailer User Guide Copyright 2014 by Nissan Motor, Ltd. First Time Login...1-1 Welcome Email... 1-2 URL... 1-2 User ID (assigned)... 1-3 Password (assigned)...

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

Lab 5: Dreamweaver CS5, Uploading your Web site

Lab 5: Dreamweaver CS5, Uploading your Web site Lab 5: Dreamweaver CS5, Uploading your Web site Setting up Local and Remote Information: 1. Launch Dreamweaver 2. Choose site->new site 3. By Site Name give your site a name. Make sure the name has no

More information

Industry Access Portal MUNICIPALITY MODULE User Guide

Industry Access Portal MUNICIPALITY MODULE User Guide 2017 Industry Access Portal MUNICIPALITY MODULE User Guide LOUISIANA DEPARTMENT OF INSURANCE INDUSTRY ACCESS Contents Register for Industry Access... 2 Sign Up... 4 Log into Industry Access... 8 Access

More information

1 SEARCHING FOR A MEMBER SEARCHING FOR A WI ADDING A NEW MEMBER HOW TO ADD A DUAL MEMBER... 9

1 SEARCHING FOR A MEMBER SEARCHING FOR A WI ADDING A NEW MEMBER HOW TO ADD A DUAL MEMBER... 9 Contents 1 SEARCHING FOR A MEMBER... 2 2 SEARCHING FOR A WI... 4 3 ADDING A NEW MEMBER... 6 4 HOW TO ADD A DUAL MEMBER... 9 6 HOW TO CHANGE A MEMBER S WI... 19 7 HOW TO UPLOAD A DOCUMENT OR WEB LINK...

More information

Instructions for using the board s case portal

Instructions for using the board s case portal Instructions for using the board s case portal Any written inquiry concerning a case pending before the board, including submission of a defense, must be made via the case portal of the Complaints Board,

More information

Admin Table is oftr Caoto ntr e s U ntsser Guide Table of Contents Introduction Accessing the Portal

Admin Table is oftr Caoto ntr e s U ntsser Guide Table of Contents Introduction Accessing the Portal Administrator s Table of Contents User Guide Table of Contents Introduction 3 Accessing the Portal 3 Create User Accounts 4 Enable / Disable User Accounts 5 Manage Users from an LDAP Server 5 User Roles

More information

What is CMS? How do I access my CMS site? How do I log into the CMS site? www1

What is CMS? How do I access my CMS site? How do I log into the CMS site? www1 What is CMS? CMS stands for Content Management System and it is a generic name for a web application used for managing websites and web content. Web content is documents, news, events, and images. MSN.com

More information

Settings & Notifications

Settings & Notifications Settings & Notifications CMS Settings Content Requirements Distributor Access Customs Folders DAL Settings Media Gallery Notifications NOTE: Some functions may not be available to all users depending on

More information

Print Station. Point-and-Click Printing WHITE PAPER

Print Station. Point-and-Click Printing WHITE PAPER Print Station Point-and-Click Printing WHITE PAPER Contents Overview 3 Printing with Print Station 4 Easy-to-use Browser Interface 4 Familiar Folder Navigation 5 Search Functionality 6 Informative Display

More information

MoveIT DMZ User Guide

MoveIT DMZ User Guide MoveIT DMZ User Guide December 10, 2014 1 Index MoveIT DMZ Introduction... 1 Initial Login and Password Change... 2 Navigation... 8 Installation Instructions for the Upload / Download Wizard... 12 Uploading

More information

NC User Conference Tips and Tricks for SAS FM June 16, 2009

NC User Conference Tips and Tricks for SAS FM June 16, 2009 NC User Conference Tips and Tricks for SAS FM June 16, 2009 Reporting 1. CDA Formula (Formatted Statement): To switch out the cell reference for the hardcoded member or dim name, you can go into the formula

More information

Building Block Installation - Admins

Building Block Installation - Admins Building Block Installation - Admins Overview To use your Blackboard Server with Panopto, you first need to install the Panopto Building Block on your Blackboard server. You then need to add Blackboard

More information

A Prime Contractor s Guide to Prolog Converge. Topic: How to Submit a RFI online

A Prime Contractor s Guide to Prolog Converge. Topic: How to Submit a RFI online A Prime Contractor s Guide to Prolog Converge Topic: How to Submit a RFI online 1) Make sure you have the appropriate credentials to log in. You will need a username and password. These credentials are

More information

25 Saving Setting Guide Import/Export Nodes and Symbols

25 Saving Setting Guide Import/Export Nodes and Symbols 25 Saving 25.1...25-2 25.2 Import/Export Nodes and Symbols...25-7 25-1 25.1 When you finish the settings of the entry node(s), symbol(s) and function(s), save these set data as a "Network Project File".

More information

Content Author's Reference and Cookbook

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

More information

P3 USER GUIDE FOR MARKET ACTORS COMMERCIAL STANDARD OFFER PROGRAM

P3 USER GUIDE FOR MARKET ACTORS COMMERCIAL STANDARD OFFER PROGRAM P3 USER GUIDE FOR MARKET ACTORS COMMERCIAL STANDARD OFFER PROGRAM Updated March 2016 TABLE OF CONTENTS P3 INTRODUCTION... 1 P3 REGISTRATION PROCESS... 2 P3 MARKET ACTOR PROFILE... 4 Create New Market Actor

More information

Author s guide. author: Solen Software

Author s guide. author: Solen Software author: Solen Software abstract: The guide is designed for authors who encounter the Actavia editorial system for the first time. The pictures are taken over a fictitious journal Exemplis Discimus, some

More information

TROUBLE TICKET REPORTING TOOL. User Guide v1

TROUBLE TICKET REPORTING TOOL. User Guide v1 TROUBLE TICKET REPORTING TOOL User Guide v1 OVERVIEW & ACCOUNT SET UP Document Sections Overview and Account Set Up Dashboard Help Desk Account Settings Frequently Asked Questions 2018 Comcast. All rights

More information

Contents. Common Site Operations. Home actions. Using SharePoint

Contents. Common Site Operations. Home actions. Using SharePoint This is a companion document to About Share-Point. That document describes the features of a SharePoint website in as much detail as possible with an emphasis on the relationships between features. This

More information

February 24, 2018 Product Release Notes

February 24, 2018 Product Release Notes NEW Brainshark Coaching Browser-based Recorder February 24, 2018 Product Release Notes For Coaching users using a Chrome browser, a new and improved video recorder for submitting videos will be enabled.

More information

ICON Laboratory Services, Inc. isite User Guide

ICON Laboratory Services, Inc. isite User Guide ICON Laboratory Services, Inc. isite User Guide TABLE OF CONTENTS Section 1 Introduction and Creating an Account in isite... 2 Section 2 Log In... 3 2.1 Selecting a Study... 3 Section 3 Viewing Lab Reports...

More information

EFM Community 3.1 Portal Administration Guide

EFM Community 3.1 Portal Administration Guide EFM Community 3.1 Portal Administration Guide WHITE PAPER For technical support please call: 1-800-787-8755 Or visit: Hwww.Vovici.comH Please contact Vovici technical support if you believe any of the

More information

Tab-Delimited File and Compound Objects - Documents, Postcards, and Cubes. (Not Monographs)

Tab-Delimited File and Compound Objects - Documents, Postcards, and Cubes. (Not Monographs) 1" Tab-Delimited File and Compound Objects - Documents, Postcards, and Cubes (Not Monographs) See Help Sheet: Tab-Delimited File and Compound Object - Monograph Content "2" Page 4: Why use Tab-delimited

More information

1. Go to Click on Returning Users Sign in Here. 2. Click on forgot id. IowaGrants How to Register

1. Go to   Click on Returning Users Sign in Here. 2. Click on forgot id. IowaGrants How to Register IOWAGRANTS: REGISTRATION INSTRUCTIONS Registration is a two-phase process. Phase I is Account Activation with the state s A & A system. Phase II is Registration within the IowaGrants system. To minimize

More information

COMSC-031 Web Site Development- Part 2

COMSC-031 Web Site Development- Part 2 COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal December 5, 2013 Chapter 14 14 Publishing a Web Site After you are done building your Web pages, you can publish your site on

More information

LimeSurvey User Guide to Creating Surveys

LimeSurvey User Guide to Creating Surveys LimeSurvey User Guide to Creating Surveys Created: October 7, 2016 Last updated: March 20, 2017 Contents Gaining access to LimeSurvey... 3 Change your LimeSurvey password... 3 Importing an existing survey

More information

CAL 9-2: Café Soylent Green Chapter 12

CAL 9-2: Café Soylent Green Chapter 12 CAL 9-2: Café Soylent Green Chapter 12 This version is for those students who are using Dreamweaver CC. You will be completing the Forms Tutorial from your textbook, Chapter 12 however, you will be skipping

More information

Nationally Determined Contribution (NDC) Registry Submission Portal. User Guide for Parties. Version 1 (2016) UNFCCC

Nationally Determined Contribution (NDC) Registry Submission Portal. User Guide for Parties. Version 1 (2016) UNFCCC Nationally Determined Contribution (NDC) Registry Submission Portal User Guide for Parties Version 1 (2016) UNFCCC Contents Page I. Introduction... 3 II. Nationally Determined Contributions (NDC) Registry

More information

Printed Documentation

Printed Documentation Printed Documentation Table of Contents Getting Started... 1 Technical Support... 1 Introduction... 1 Getting Started... 3 Payment Option:... 3 Data Synchronization... 4 General Website settings... 5

More information

Welcome to InSite: A GUIDE TO PROOFING ONLINE. Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections

Welcome to InSite: A GUIDE TO PROOFING ONLINE. Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections Welcome to InSite: A GUIDE TO PROOFING ONLINE Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections PROOF.REGISTERGRAPHICS.COM *NOTE: There is no www in this address.

More information

Date: March 25, 2008 Version: 2.0

Date: March 25, 2008 Version: 2.0 Date: March 25, 2008 Version: 2.0 Revision Control Document Control Project Name Project File Number Document Title Dreamweaver in the CBE Electronic File Name DREAM_WEAVER_v2.doc File Location Last Updated

More information

Updating Simplify3D from V 3.x to V 4

Updating Simplify3D from V 3.x to V 4 Updating Simplify3D from V 3.x to V 4 Revision 1 8/18/2017 1. Introduction Simplify3D V4 is a major update that introduces some useful new features and capabilities. However, it also introduces some compatibility

More information

Step 1: Drag and drop the modules folder to the root folder of WHMCS on your remote Server. It's okay to overwrite existing files, if any.

Step 1: Drag and drop the modules folder to the root folder of WHMCS on your remote Server. It's okay to overwrite existing files, if any. How to upload and install the hosting modules Step 1: Drag and drop the modules folder to the root folder of WHMCS on your remote Server. It's okay to overwrite existing files, if any. Step 2: Now let's

More information

THE LAUNCHER. Patcher, updater, launcher for Unity. Documentation file. - assetstore.unity.com/publishers/19358

THE LAUNCHER. Patcher, updater, launcher for Unity. Documentation file. - assetstore.unity.com/publishers/19358 THE LAUNCHER Patcher, updater, launcher for Unity. Documentation file Index: 1.What does the Launcher do? 2.Workflow 3.How to upload a build? 4.How to configure the launcher client? 1.What does the Launcher

More information

Professional Editions Setup Guide

Professional Editions Setup Guide Professional Editions Setup Guide FOR TAX YEAR 2017 V 1 1 Table of Contents Click on any title to navigate directly to that section. Download and Install Download Installation File from Practice Manager

More information

Getting started using e signatures with formsrus.com

Getting started using e signatures with formsrus.com Getting started using e signatures with formsrus.com Log in to your formsrus.com account and create and save a new document from your FORMS LIST tab or select an existing saved document(s) from your SAVED

More information

Guide to using the Digita Support Portal.

Guide to using the Digita Support Portal. Guide to using the Digita Support Portal. How to find the Portal The Digita Support Portal is available through the website (www.digita.com) and on the My Account Tab. Alternatively the URL is https://digita.supportportal.com/.

More information

A*STAR SRDB User Guide

A*STAR SRDB User Guide A*STAR SRDB User Guide Document Version: 5.0 Revised Date: 23 rd March 2010 Document name: ASTAR_UserGuide_5.0.doc Page 1 of 43 Revision History Date Version Author Review By Summary of Changes 9 th July

More information

Using Qualtrics. ERL Workshop Social Psychology Lab Spring 2014

Using Qualtrics. ERL Workshop Social Psychology Lab Spring 2014 Using Qualtrics ERL Workshop Social Psychology Lab Spring 2014 Set up your account It is FREE because you are at Barnard! Barnard.qualtrics.com More details on our tutorial here Your BARNARD email address

More information

WebPrint Quick Start User Guide

WebPrint Quick Start User Guide WebPrint Quick Start User Guide Getting Started Accessing Print Center Navigate your Web browser to Print Center Log in page. If you do not have an acocunt, you will need to create a new User account.

More information

CTools QuickGuide. A W h a t i s C T o o l s? O p e n i n g C T o o l s

CTools QuickGuide. A W h a t i s C T o o l s? O p e n i n g C T o o l s CTools QuickGuide This QuickGuide is a very condensed version of the CTools Online Help Guide. It includes information about the following: A What is CTools? E Joining a site B Opening CTools F Using the

More information

APPLICATION PORTAL GUIDE

APPLICATION PORTAL GUIDE APPLICATION PORTAL GUIDE 1. All Prevention Matters planning grant applicants should already have a user name and password for the application portal. If you would like to have multiple individuals view

More information

SBCC Web File System - Xythos

SBCC Web File System - Xythos Table of Contents Table of Contents...1 Purpose...1 Login Procedure...1 Creating and Sharing a Web Folder for MAT153...2 Dreamweaver Remote Info...4 I Forgot My Pipeline Credentials...6 Purpose This purpose

More information

InSite Prepress. Quick Start Guide. Quick Links. Getting Started Uploading Files View Job Status Smart Review Preview Approving Pages Rejecting Pages

InSite Prepress. Quick Start Guide. Quick Links. Getting Started Uploading Files View Job Status Smart Review Preview Approving Pages Rejecting Pages InSite Prepress Quick Start Guide Quick Links Getting Started Uploading Files View Job Status Smart Review Preview Approving Pages Rejecting Pages BEAUTIFUL PRINT insite.panaprint.com 2015-3-16 Welcome

More information

User Guide for Applicants PROJECT. DATE & VERSION 11 th Oct 2016, Version: 2.0. Scholarships Management System Applicant Portal

User Guide for Applicants PROJECT. DATE & VERSION 11 th Oct 2016, Version: 2.0. Scholarships Management System Applicant Portal TITLE PROJECT User Guide for Applicants Scholarships Management System Applicant Portal DATE & VERSION 11 th Oct 2016, Version: 2.0 User Guide for Applicants Page 1 of 15 TABLE OF CONTENTS 1 Launch the

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency User Guide Version 6.0 01 December 2017 Contents Contents 1 Overview...1 2 Setting up Your Account...3 2.1 Completing the Initial Email and

More information

Newsletter Popup v3.x Configuration for Magento 2

Newsletter Popup v3.x Configuration for Magento 2 Newsletter Popup v3.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Newsletter Popup 3.x Extension for Magento 2 2. Managing Newsletter Popups 3. Managing Newsletter

More information

Salesforce Admin & Development Training

Salesforce Admin & Development Training Salesforce Admin & Development Training Configuration CRM Overview Introduction to Cloud Computing Salesforce Basics Understanding SFDC UI Personal Setup Reset Person Info ~ Password ~ Security Token Understanding

More information

Overview. Section 1. Reviewer Home Page. Module 3: Reviewing a Manuscript for Ethnicity & Disease

Overview. Section 1. Reviewer Home Page. Module 3: Reviewing a Manuscript for Ethnicity & Disease Module 3: Reviewing a Manuscript for Ethnicity & Disease Overview The information in this document provides step-by-step instructions for conducting a review for Ethn Dis. The manuscript tracking system

More information

IBM Forms V8.0 Custom Themes IBM Corporation

IBM Forms V8.0 Custom Themes IBM Corporation IBM Forms V8.0 Custom Themes Agenda 2 Overview Class Names How to Use Best Practice Styling Form Items Test Custom CSS Sample Overview 3 To create custom theme you must be familiar with the basic concept

More information

Administering Gamification

Administering Gamification Administering Gamification Contents 2 Contents Administering Gamification...3 Starting the Gamification Console... 3 Gamification Console Permissions...3 Missions... 3 Modifying the Default Missions...

More information

Orgnazition of This Part

Orgnazition of This Part Orgnazition of This Part Table of Contents Tutorial: Organization of This Part...1 Lesson 1: Starting JReport Enterprise Server and Viewing Reports...3 Introduction...3 Installing JReport Enterprise Server...3

More information

inforouter V8.0 Administrator s Guide

inforouter V8.0 Administrator s Guide inforouter V8.0 Administrator s Guide Page 1 of 23 Active Innovations, Inc. Names of all products herein are used for identification purposes only and are trademarks and/or registered trademarks of their

More information

Introduction Logging In Preflighting Uploading Files Reviewing/Approving Pages (Preflighting)...06

Introduction Logging In Preflighting Uploading Files Reviewing/Approving Pages (Preflighting)...06 InSite Prepress Portal USER GUIDE TABLE OF CONTENTS Introduction...02 Logging In...03 Preflighting...04 Uploading Files...04 Reviewing/Approving Pages (Preflighting)...06 Correcting/Substituting Pages...08

More information

Setting up Property File Oracle FLEXCUBE Universal Banking Version 12.0 [May] [2012]

Setting up Property File Oracle FLEXCUBE Universal Banking Version 12.0 [May] [2012] Setting up Property File Oracle FLEXCUBE Universal Banking Version 12.0 [May] [2012] Table of Contents 1. SETTING UP PROPERTY FILE... 1-1 1.1 INTRODUCTION... 1-1 1.2 PREREQUISITES FOR ORACLE FLEXCUBE...

More information

Copyright 2017 Softerra, Ltd. All rights reserved

Copyright 2017 Softerra, Ltd. All rights reserved Copyright 2017 Softerra, Ltd. All rights reserved Contents Introduction Security Considerations Installation Configuration Uninstallation Automated Bulk Enrollment Troubleshooting Introduction Adaxes Self-Service

More information

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2 Forescout Version 1.2 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

To request permission to access the wiki, or request a new wiki space, open a web support ticket:

To request permission to access the wiki, or request a new wiki space, open a web support ticket: What is a wiki? A wiki is a website whose users can edit pages within a web browser. In some cases, the information is public, and in others it is limited to specific users or groups of users. You may

More information

Café Soylent Green Chapter 12

Café Soylent Green Chapter 12 Café Soylent Green Chapter 12 This version is for those students who are using Dreamweaver CS6. You will be completing the Forms Tutorial from your textbook, Chapter 12 however, you will be skipping quite

More information

Magyar Nemzeti Bank Electronic System for Receiving Authenticated Data ERA. Electronic Signature User Documentation

Magyar Nemzeti Bank Electronic System for Receiving Authenticated Data ERA. Electronic Signature User Documentation ERA Electronic Signature User Documentation Table of Contents 1. Introduction... 3 1.1. General information... 3 2. DesktopSign... 3 2.1. General information... 3 2.2. Installation... 3 3. MNBSubscriber...

More information

SCRIPT REFERENCE. UBot Studio Version 4. The UI Commands

SCRIPT REFERENCE. UBot Studio Version 4. The UI Commands SCRIPT REFERENCE UBot Studio Version 4 The UI Commands UI Text Box This command creates a field in the UI area at the top of the browser. Drag the command from the toolbox into the scripting area. In the

More information

EasiShare ios User Guide

EasiShare ios User Guide Copyright 06 Inspire-Tech Pte Ltd. All Rights Reserved. Page of 44 Copyright 06 by Inspire-Tech Pte Ltd. All rights reserved. All trademarks or registered trademarks mentioned in this document are properties

More information