How To Use A Development Site Safely

Size: px
Start display at page:

Download "How To Use A Development Site Safely"

Transcription

1 Developer Sandbox User Guide Show Your Results, Not Your Work Version 1.0 Overview Developer Sandbox lets you work on your Miva Merchant site without letting the world see the construction debris. Unlike using a Development site, you only need to do the work once. When finished, a simple click shows the world the results. Developer Sandbox not only saves time by not having to repeat coding when you transfer new work built on a development site you also ensure that you get the results you intended the first time. Using a development site to test and create new features or code changes to an existing site is a safe way to ensure your customers don t see a work in progress, or even worse, a coding error resulting in a fatal error or some other anomaly. The problem is, once you get it right on the development site, you have to copy the code changes over to the live site (or figure out how to copy over the database changes from the live site to the development site). And even when you do, there is still a chance that the copying the coding changes can lead to errors. You can allow multiple web site visitors to see sandboxed content, either by IP address (a unique code assigned to each visitor) or by customer id. Access can be turned on and off easily. You can have multiple projects that are individually assigned to visitors. Developer Sandbox has several additional features to speed your development efforts: Project Status Display: a small, semi-transparent window that appears whenever you view a page that has a project running of which you are a member. This window lists the projects and their current state. Find Projects: A one click way to locate every project. Shows the Template used, and the context of the sandbox to make it easy to find them. Bear With Us for a Moment Powerful technology can sometimes take a bit of pondering to grasp and this is definitely powerful. Developer Sandbox works by looking at each site visitor and determining if they are a member of a project group. If they are, then a special variable is made true, so a simple MVT:IF statement can be used to allow or deny access. For example, I can see this content and no one else can (unless they too are assigned to the My New Project sandbox). Stuff everyone else sees. With Developer Sandbox, you can define multiple areas in a live site whose changes can only be seen by you. For example, let s say you want to improve your product page. You d start your sandbox by copying the existing code from the Product Display Layout template.

2 Product Display Layout template Copy of existing Product Layout template code Existing Product Layout template code. If you are using related products, you do the same in the Related Products Layout template. Related Products Layout template. Copy of existing Related Product Layout template code Existing Related Product Layout template code. Now you can make any changes you want to the copies of the original (or even start from scratch if you want). And here s one of the key benefits of Developer Sandbox: when you are finished, you can demo your changes to a select group of co-workers, friends, customers etc. When you feel it s ready for prime time, you can make the sandbox content live - meaning EVERYONE can now see it. And if you miss something in your testing, you can quickly switch it back to active (sandbox) mode, reverting the change and using the old code instead. There is even a bypass mode so YOU - or anyone in the project - can see how it used to look. Once you are SURE the new code is golden, you can remove the sandbox at your leisure; even if your project had hundreds of sandboxes. (We ve even included a Find Projects feature in case you forgot where all of them were.) Setting Up Your First Project Setting up a project has four basic parts: Create a Project. A project can be used to create one or more sandboxes that can be controlled as a single entity. Create a User. You can use the person s IP address or Customer ID. Assign Users to a Project. Each project can have one or more more users who can see the sandboxed content. Create Sandboxes in your Templates. You can add a sandbox to any template in Merchant, including templates or third party module that use managed templates. Note: Sandboxes MAY also work in non template content, but we don t guarantee it. Open the Developer Sandbox admin 1. In the left nav, open the Utilities folder. 2. Click the Developer Sandbox tab. 3. In the main area of the admin, click the Open Developer Sandbox button. Creating a Project You can create as many projects as you like. They are mostly for organizing and managing tasks. For example, if you were redoing your checkout pages, one project would be sufficient. But, if you were also redoing your product pages at the same time, it s strongly recommend that you use a separate project. Once you create a project, you can create and assign users to it. You can also use the Manage Projects tab to control the state of the sandbox. There are three states: Active: The sandboxed content appears to ONLY those members assigned to a project. This is the Normal state for a sandbox project. Bypass: The sandboxed content is hidden from everyone. This is useful when you, as a project member, want to see how the original page looked.

3 Live: The sandboxed content appears to ALL viewers regardless of whether they are project members or not. This state is used to turn your updates live when you are satisfied with the results. Afterwards, at your leisure, you can remove the old code and content (and project sandboxes) from the template. (See Removing Sandboxes from Templates.) To create a sandbox project: 1. Open the module s admin. 2. Click Manage Projects tab. 3. Enter a code for the project. This is the code you will also use in when creating sandboxes in your templates, so it s helpful to make it somewhat descriptive. The code will automatically contain the prefix pmx. 4. Add a more descriptive explanation of the project under Description. 5. Click Add. To change the state of a project 1. Open the module s admin. 2. Click Manage Projects tab. 3. Select the state option, either Active, Bypass or Live, then click Update. To remove a project 1. Open the module s admin. 2. Click Manage Projects tab. 3. Under Current Projects, check Delete, then click Update next to the Delete checkbox. Adding a User You can create sandbox users using either the person s IP Address or their Merchant Customer ID. IP Address based users are probably the most effective since they don t require you to log in to your Merchant account in order to use. Additionally, some features in Merchant require that you NOT be logged in. For example, you can t really work on the Log In screen as a Customer ID User. However, Customer ID Users have the advantage of being able to be used from ANY device. (For example, if you access the site from a cell phone AND your computer, you ll probably need two different IP Address user accounts, instead of single Customer ID account.) If you create an IP Address user, you may need to change their IP address should if their IP changes. (Some Internet Service Providers will change your IP Address if you reset the connection.) Note: The IP Address user tab is shared by other Phosphor Media modules. If a user has been added through these modules, they will automatically appear in the IP Address tab of Developer Sandbox. Conversely, IPs entered here will appear in the other module s admin. Create IP user account 2. Click IP Address Users tab. 3. If this is for you (and you are not already a user) your IP address will be show under IP Address. Type a Nickname for this IP. Tip: Nicknames let you remember who s IP is being used. A single user might need different IPs. For example, if you are reviewing changes on your mobile phone or from different locations. So, you can have My Office, My Mobile Phone, etc nicknames. 4. Click Add My IP. 5. If you need to add someone else s IP, type their IP in the IP Address box and a nickname for them in the Nickname box and then click Add New IP. Updating an IP user s IP Address

4 2. Click IP Address Users tab. 3. In Allowed IP Address, change the IP listed in the IP Address box and click Update. Create Customer ID user account 2. Click Customer Users tab. 3. From the Customer drop down, select the Merchant Customer Account (indentified by Billing First Last name). 4. The Merchant Customer First and Last name appear in the Name box. You can leave this as is, or choose a different name for this user. Tip: If you have both a IP Address user and Customer ID user, you might indicate this in the Name. For example, My Name (CustID) and My Name (IP Add). Updating a Customer ID user name 2. Click Customer Users tab. 3. In Allowed Current Customers, change the name in the Name box and click the adjacent Update button. Assigning Users to a Project Once you have at least one project and one user created, you can assign a user to a project. You can assign a mix of IP Address users and Merchant Customer ID users to a single project. Users can also be assigned to multiple projects. Assign a user to a project 2. Click the Manage Members tab. 3. In Add Assignment, choose the project from the Project code list. 4. Next, choose the user you want to assign from the User name list. 5. Click Add. Note: You do not need to change user assignments if the user s IP or customer account has changed, you simple change the settings of their user account in the appropriate IP Address Users or Customer Users tab. To remove a user from a project 6. Open the Developer Sandbox admin. 7. Click the Manage Members tab. 8. In Current Manage Members, click the Delete button adjacent to the User you want to remove from the project. Creating Sandboxes in Templates The last task is to define the sandboxes you need in the Merchant templates. (In all fairness, this is the tricky part, so take your time if you don t get it right away.) You create a project sandbox by using the project s code in an SMT IF or IF/ELSE statement. For example, if you where ADDING something to a template, you d use just an SMT IF statement. For example: This is the new code or content for the template.

5 If you are revising existing content/code, you d use an IF/ELSE. For example: This is the NEW code or content for the template. This is the ORIGINAL code or content for the template. The expression for the SMT IF/ELSE statement is the project code expressed as a global variable (in other words, you and a g. to the project code. We strongly recommend that you use an SMT and HTML comment to identify the sandbox. This makes it easier to locate in the template and reminds you of the purpose of the code or content. Here s what we typically use to make it easier to work with sandboxes: <mvt:comment>new Project Content/Code Sandbox</mvt:comment> <!-- NewProject Sandbox Original Content/Code --> This is the NEW code or content for the template. <!-- // NewProject Sandbox Original Content/Code --> <mvt:comment>original Content/Code</mvt:comment> <!-- Original Content/Code --> This is the ORIGINAL code or content for the template. <!-- // Original Content/Code --> Removing Sandboxes from Templates When your project is completed, and you ve set it to Live, you can remove the project sandboxes. Note: We strongly recommend that you retain a projects sandbox for at least a week or so. This will allow you to revert (set the project back to active) should an issue arise with the new code or content. To remove a sandbox, you simply delete the remove the IF statement surrounding the sandboxed code or content, or in the case of an IF/ELSE sandbox, the remove the IF expression and the ELSE code and content. For example, in the aforementioned sandbox example, you d delete the X-ed out lines. <mvt:comment>new Project Content/Code Sandbox</mvt:comment> <!-- NewProject Sandbox Original Content/Code --> This is the NEW code or content for the template. <!-- // NewProject Sandbox Original Content/Code --> <mvt:comment>original Content/Code</mvt:comment> <!-- Original Content/Code --> This is the ORIGINAL code or content for the template. <!-- // Original Content/Code -->

6 Displaying the Developer Sandbox Status Window The display of the sandbox status window is generated from a single SMT tag placed anywhere within the <body></body> tags of your site. We recommend adding it to a global template such as the Global Header or Footer. To display the Developer Sandbox Status Window 1. Add the following SMT tag to a global template that appears between the <body> and </body> tag: 2. &mvt:global:pm_sandbox_status;

So you want to create an email-to-target action targeting top tier councillors...

So you want to create an email-to-target action targeting top tier councillors... So you want to create an email-to-target action targeting top tier councillors... This help file will take you through all the steps on how to create a campaign action targeting top tier local councillors,

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

2/24/2010 ClassApps.com

2/24/2010 ClassApps.com SelectSurvey.NET Training Manual This document is intended to be a simple visual guide for non technical users to help with basic survey creation, management and deployment. 2/24/2010 ClassApps.com Getting

More information

Sending Emails and Texts

Sending Emails and Texts 4HONLINE Sending Emails and Texts Created: October 23, 2013 Revised: October 24, 2013 (Corrected document title and added texting on page 3.) Revised: November 4, 2014 (Update to 4HOnline changed screens

More information

Where do I start? DIGICATION E-PORTFOLIO HELP GUIDE. Log in to Digication

Where do I start? DIGICATION E-PORTFOLIO HELP GUIDE. Log in to Digication You will be directed to the "Portfolio Settings! page. On this page you will fill out basic DIGICATION E-PORTFOLIO HELP GUIDE Where do I start? Log in to Digication Go to your school!s Digication login

More information

One of the fundamental kinds of Web sites that SharePoint 2010 allows

One of the fundamental kinds of Web sites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

Module Google Remarketing + Dynamic

Module Google Remarketing + Dynamic Module Google Remarketing + Dynamic Date : December 13 th, 2013 Business Tech Installation Service If you need help installing and configuring your module, we can offer you an installation service, which

More information

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

1. Go to www.iowagrants.gov. 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

NJCU WEBSITE TRAINING MANUAL

NJCU WEBSITE TRAINING MANUAL NJCU WEBSITE TRAINING MANUAL Submit Support Requests to: http://web.njcu.edu/its/websupport/ (Login with your GothicNet Username and Password.) Table of Contents NJCU WEBSITE TRAINING: Content Contributors...

More information

Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014

Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014 Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014 Prepared by: Table of Contents Module 9: Notification Center on the Home Dashboard This module

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

Online Statements. About this guide. Important information

Online Statements. About this guide. Important information Online Statements About this guide This guide shows you how to: View online statements, including CommBiz Activity Statements (Billing summaries) and online statements for Transaction Accounts, Credit

More information

Handout: Creating Forms in Word 2010

Handout: Creating Forms in Word 2010 Creating Forms in Word 2010 Table of Contents ABOUT PRINTED FORMS AND FORMS FOR USE IN WORD... 1 KINDS OF FORMS... 2 DESIGNING A FORM... 2 CREATE FORMS THAT USERS COMPLETE IN WORD... 2 STEP 1: SHOW THE

More information

About SharePoint Server 2007 My Sites

About SharePoint Server 2007 My Sites SharePoint How To s / My Sites of 6 About SharePoint Server 007 My Sites Use your My Site to store files and collaborate with your co-workers online. My Sites have public and private pages. Use your public

More information

Build Your Mailing List

Build Your Mailing List Introduction MailChimp makes it fun and easy to send email newsletters, manage subscriber lists and track newsletter performance, but what does that have to do with you? Why should churches be concerned

More information

Outlook 2013 ~ e Mail Quick Tips

Outlook 2013 ~ e Mail Quick Tips The Ribbon: Home tab New Email to send a new mail New Items to send a new mail, a new appointment, a new meeting, a new contact, a new task, a new Lync Meeting Ignore to ignore a request Clean Up to clean

More information

D I G I T A L P H O N E S E R V I C E F E A T U R E S G U I D E DIGITAL P H O N E S E R V I C E. ACN 2007 useng_featuresguide_prdpv_w_092507

D I G I T A L P H O N E S E R V I C E F E A T U R E S G U I D E DIGITAL P H O N E S E R V I C E. ACN 2007 useng_featuresguide_prdpv_w_092507 D I G I T A L P H O N E S E R V I C E F E A T U R E S G U I D E DIGITAL P H O N E S E R V I C E ACN 2007 useng_featuresguide_prdpv_w_092507 TABLE OF CONTENTS Making Phone Calls... 2 Accessing Your Account

More information

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade Exercise: Creating two types of Story Layouts 1. Creating a basic story layout (with title and content)

More information

Using Zimbra Briefcase

Using Zimbra Briefcase Using Zimbra Briefcase The Zimbra Collaboration Suite has a built-in utility for storing and sharing files called Briefcase. Putting files into your Briefcase makes them available to you and others that

More information

Getting Started (direct link to Lighthouse Community http://tinyurl.com/q5dg5wp)

Getting Started (direct link to Lighthouse Community http://tinyurl.com/q5dg5wp) Getting Started (direct link to Lighthouse Community http://tinyurl.com/q5dg5wp) If you re already a member, click to login and see members only content. Use the same login ID that you use to register

More information

Online Services User Guide

Online Services User Guide Online Services User Guide Welcome to online banking! Whether you re online or using a mobile device, access your accounts whenever and wherever it s convenient for you. Log In: BankMidwest.com Online

More information

Lync 2013 Quick Reference Lync Meetings. Join a Lync Meeting. Schedule a Lync Meeting. Do I need a PIN, work number or extension? Set meeting options

Lync 2013 Quick Reference Lync Meetings. Join a Lync Meeting. Schedule a Lync Meeting. Do I need a PIN, work number or extension? Set meeting options Join a Lync Meeting 1. In the meeting request, click Join Lync Meeting or click Join Online in the meeting reminder. 2. On the Join Meeting Audio window, select one of the options: Use Lync (full audio

More information

CHARGE Anywhere Universal Shopping Cart

CHARGE Anywhere Universal Shopping Cart CHARGE Anywhere Universal Shopping Cart Version: v1.0.1 Prepared for: CHARGE Anywhere 4041B Hadley Rd South Plainfield, NJ 07080 Phone: + 1 (800)211-1256 Fax: + 1 (732) 417-4448 I. Introduction... 3 II.

More information

Salesforce Customer Portal Implementation Guide

Salesforce Customer Portal Implementation Guide Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

SHIPSTATION / MIVA MERCHANT SETUP GUIDE

SHIPSTATION / MIVA MERCHANT SETUP GUIDE SHIPSTATION / MIVA MERCHANT SETUP GUIDE 9/20/2013 Miva Merchant Setup Guide ShipStation has created a Miva Merchant module to allow for a more streamlined order fulfillment process. This guide provides

More information

Copyright EPiServer AB

Copyright EPiServer AB Table of Contents 3 Table of Contents ABOUT THIS DOCUMENTATION 4 HOW TO ACCESS EPISERVER HELP SYSTEM 4 EXPECTED KNOWLEDGE 4 ONLINE COMMUNITY ON EPISERVER WORLD 4 COPYRIGHT NOTICE 4 EPISERVER ONLINECENTER

More information

Implementation Guide. Implementation set up: Configure your channel. Implementation customization: Enable your social profiles

Implementation Guide. Implementation set up: Configure your channel. Implementation customization: Enable your social profiles Implementation Guide Welcome to the Buddy Media social marketing suite! Now that your channel and admin account have been created, this guide walks through the steps to configure your channel, users and

More information

Welcome! Want to find out more? Follow this tutorial, then launch Part 1 to get started.

Welcome! Want to find out more? Follow this tutorial, then launch Part 1 to get started. Welcome! Welcome to the Business Plan Wizard, an interactive learning environment all about business planning. You and two other students named Trina and Jordan are about to meet a Wizard who will show

More information

Impreso: 22/02/2011 Página 1 de 19. Origen: FSC Versión: 2011-v3 EBILLING FAQ

Impreso: 22/02/2011 Página 1 de 19. Origen: FSC Versión: 2011-v3 EBILLING FAQ Impreso: 22/02/2011 Página 1 de 19 EBILLING FAQ Impreso: 22/02/2011 Página 2 de 19 Contents 1. Which web page you should access to upload the invoices... 3 2. Invoice management... 4 2.1 How to create

More information

Advisor Guide. www.grades First.com 1/2/13

Advisor Guide. www.grades First.com 1/2/13 2012 Advisor Guide www.grades First.com 1/2/13 Table of Contents Introduction. 1 Links and Support. 1 Mass Edit of Students 2-4 Home Tab... 5-9 Appointment Campaign 9-16 Home tab (Continued) 16-17 Search

More information

NDSU Technology Learning & Media Center. Introduction to Google Sites

NDSU Technology Learning & Media Center. Introduction to Google Sites NDSU Technology Learning & Media Center QBB 150C 231-5130 www.ndsu.edu/its/tlmc Introduction to Google Sites Get Help at the TLMC 1. Get help with class projects on a walk-in basis; student learning assistants

More information

Best Practices for Managing Your Public Web Space and Private Work Spaces

Best Practices for Managing Your Public Web Space and Private Work Spaces Best Practices for Managing Your Public Web Space and Private Work Spaces So You re an Administrator to a Committee, Round Table, System User Group or Task Force? This Guide will introduce you to best

More information

Cloud Services. Sharepoint. Admin Quick Start Guide

Cloud Services. Sharepoint. Admin Quick Start Guide Cloud Services Sharepoint Admin Quick Start Guide 3/12/2015 ACTIVATION An activation letter will be sent to the email account of your administrator contact. SharePoint will be part of your Cloud Control

More information

Children s Service. Secure Email Guide for external users

Children s Service. Secure Email Guide for external users Children s Service Secure Email Guide for external users Contents 1. Secure email introduction 2. receiving a secure email for the first time 3. Logging on to the secure email portal 4. Changing your password

More information

Extension Course -9006 Notes, Attachments, and Document Management Version 9.0

Extension Course -9006 Notes, Attachments, and Document Management Version 9.0 Extension Course -9006 Notes, Attachments, and Document Management Version 9.0 Information in this document is subject to change without notice and does not represent a commitment on the part of Technical

More information

Shopping Cart Add-On Help. for. Price Comparison Script. April 9, 2015

Shopping Cart Add-On Help. for. Price Comparison Script. April 9, 2015 Shopping Cart Add-On Help for Price Comparison Script Last Updated On: April 9, 2015 What is Shopping Cart Add-On? With the shopping cart add-on, merchants on your price comparison website will be able

More information

Getting Started Guide - Desktop

Getting Started Guide - Desktop Getting Started Guide - Desktop 1. Sign Up PERSONAL OPENTEXT CORE ACCOUNT To get started sharing and collaborating on your files from a Mac or Windows browser, you ll need to sign up for your OpenText

More information

REAL ESTATE CLIENT MANAGEMENT QUICK START GUIDE

REAL ESTATE CLIENT MANAGEMENT QUICK START GUIDE REAL ESTATE CLIENT MANAGEMENT QUICK START GUIDE The purpose of the quick start guide is to help you get started using the Real Estate Client Management (RECM) product quickly. For a more in-depth quick

More information

Content Management System

Content Management System Content Management System XT-CMS + XARA Guide & Tutorial The purpose of this guide and tutorial is to show how to use XT-CMS with web pages exported from Xara. Both Xara Web Designer and Xara Designer

More information

Using the Content Manager

Using the Content Manager Using the Content Manager 2010, Shopatron, Inc. Using the Content Manager September 2010 This document contains proprietary and confidential information of Shopatron, Inc., and is protected by Federal

More information

PT AVENUE GUIDE OVERVIEW

PT AVENUE GUIDE OVERVIEW PT AVENUE GUIDE OVERVIEW WSPTA is currently undertaking a database conversion from imis (the previous membership database) to a cloud based service called PT Avenue. The primary reason for this conversion

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Sending Email on Blue Hornet

Sending Email on Blue Hornet Sending Email on Blue Hornet STEP 1 Gathering Your Data A. For existing data from Advance or Outlook, pull email address, first name, last name, and any other variable data you would like to use in the

More information

Admin Reference Guide. PinPoint Document Management System

Admin Reference Guide. PinPoint Document Management System Admin Reference Guide PinPoint Document Management System 1 Contents Introduction... 2 Managing Departments... 3 Managing Languages... 4 Managing Users... 5 Managing User Groups... 7 Managing Tags... 9

More information

Set internet safety parental controls with Windows

Set internet safety parental controls with Windows How to Microsoft lets parents set up internet safety settings on a Windows computer for their kids, using Family Safety. Family Safety provides a website and a free program that you install on the computers

More information

Custom Reporting Basics for ADP Workforce Now. Automatic Data Processing, LLC ES Canada

Custom Reporting Basics for ADP Workforce Now. Automatic Data Processing, LLC ES Canada Custom Reporting Basics for ADP Workforce Now Automatic Data Processing, LLC ES Canada ADP s Trademarks The ADP Logo, ADP, ADP Workforce Now and IN THE BUSINESS OF YOUR SUCCESS are registered trademarks

More information

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc.

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc. Timeless Time and Expense Version 3.0 Timeless Time and Expense All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information

Acclipse Document Manager

Acclipse Document Manager Acclipse Document Manager Administration Guide Edition 22.11.2010 Acclipse NZ Ltd Acclipse Pty Ltd PO Box 2869 PO Box 690 Level 3, 10 Oxford Tce Suite 15/40 Montclair Avenue Christchurch, New Zealand Glen

More information

Intronis RMM Deployment Kit

Intronis RMM Deployment Kit This kit will help you increase efficiency and streamline operations by integrating Intronis into your RMM solution. Deploy and monitor Intronis agents through a single interface that your technicians

More information

E-mailing a large amount of recipients

E-mailing a large amount of recipients E-mailing a large amount of recipients DO NOT use the TO or CC field! If you have a large list of recipients you need to send an email you, you should never try sending one large email with all of the

More information

Manage. Website Content Management System (CMS) Technology Solutions. About Our CMS. Standard Features. Benefits of the CMS. File and Page Features

Manage. Website Content Management System (CMS) Technology Solutions. About Our CMS. Standard Features. Benefits of the CMS. File and Page Features Manage. Website Content Management System (CMS) Technology Solutions. About Our CMS. The Technology Solutions Content Management System (CMS) is everything your credit union needs to manage your site,

More information

Improved Navigation Magento Extension User Guide

Improved Navigation Magento Extension User Guide Improved Navigation Magento Extension User Guide Page 1 Table of contents: 1. Creation of attribute filters and navigation configuration 3 2. Creation of blocks with featured attribute options.. 11 3.

More information

Shasta College SharePoint Tutorial. Create an HTML Form

Shasta College SharePoint Tutorial. Create an HTML Form Create an HTML Form SharePoint HTML forms are based on Lists. Lists are like mini-databases inside of SharePoint that define the form s fields and stores the data submitted from the form. Before you can

More information

OUTLOOK 2007 2010 TIPS FOR BEGINNERS

OUTLOOK 2007 2010 TIPS FOR BEGINNERS OUTLOOK 2007 2010 TIPS FOR BEGINNERS GINI COURTER, PARTNER, TRIAD CONSULTING In this session you ll learn how to manage your calendar, email, and tasks (basically, your work life) using Microsoft Outlook.

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

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

More information

DIRECT MESSAGING END USER GUIDE ALABAMA ONE HEALTH RECORD. Unify Data Management Platform 2012/2013 Software Build 5.15

DIRECT MESSAGING END USER GUIDE ALABAMA ONE HEALTH RECORD. Unify Data Management Platform 2012/2013 Software Build 5.15 DIRECT MESSAGING END USER GUIDE ALABAMA ONE HEALTH RECORD Unify Data Management Platform 2012/2013 Software Build 5.15 April 2015 Proprietary and Confidential Property of Truven Health Analytics Inc.

More information

Publishing Reports in Tableau

Publishing Reports in Tableau Requesting Tableau System Access... 2 Terms and Definitions... 2 License Levels... 2 User Rights... 2 Permissions... 2 Viewer... 3 Interactor... 3 Editor... 3 Publisher... 3 Project Leader... 4 Custom...

More information

E-Commerce Installation and Configuration Guide

E-Commerce Installation and Configuration Guide E-Commerce Installation and Configuration Guide Rev: 2011-05-19 Sitecore E-Commerce Fundamental Edition 1.1 E-Commerce Installation and Configuration Guide A developer's guide to installing and configuring

More information

Here are some scrappy notes about MRBS, or the club s booking system.

Here are some scrappy notes about MRBS, or the club s booking system. Here are some scrappy notes about MRBS, or the club s booking system. MRBS stands for meeting room booking system. It s free, works well and there s little else which does the job as efficiently, so the

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

Volunteers for Salesforce Installation & Configuration Guide Version 3.76

Volunteers for Salesforce Installation & Configuration Guide Version 3.76 Volunteers for Salesforce Installation & Configuration Guide Version 3.76 July 15, 2015 Djhconsulting.com 1 CONTENTS 1. Overview... 4 2. Installation Instructions... 4 2.1 Requirements Before Upgrading...

More information

DRIP MARKETING CAMPAIGNS 2012

DRIP MARKETING CAMPAIGNS 2012 DRIP MARKETING CAMPAIGNS 2012 THE DRIP MARKETING CONSOLE EXPLAINED From ACT! select the Sage Emarketing for ACT! icon and choose the Drip Marketing Tab. 1. Drip Marketing Campaigns This window lists all

More information

Creating Drawings in Pro/ENGINEER

Creating Drawings in Pro/ENGINEER 6 Creating Drawings in Pro/ENGINEER This chapter shows you how to bring the cell phone models and the assembly you ve created into the Pro/ENGINEER Drawing mode to create a drawing. A mechanical drawing

More information

dobe Acrobat XI Pro Digital Signatures

dobe Acrobat XI Pro Digital Signatures dobe Acrobat XI Pro Digital Signatures Intermediate Adobe Acrobat XI Pro is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this

More information

Google Sites: Creating, editing, and sharing a site

Google Sites: Creating, editing, and sharing a site Google Sites: Creating, editing, and sharing a site Google Sites is an application that makes building a website for your organization as easy as editing a document. With Google Sites, teams can quickly

More information

Reseller Panel Step-by-Step Guide

Reseller Panel Step-by-Step Guide 1. Legal notice setup. Alternative language setup. Enter legal notice as text. Enter legal notice as link 2. ResellerPanel design. Edit colors and layout. Edit themes and icons 3. Create a new customer.

More information

Mail Chimp Basics. Glossary

Mail Chimp Basics. Glossary Mail Chimp Basics Mail Chimp is a web-based application that allows you to create newsletters and send them to others via email. While there are higher-level versions of Mail Chimp, the basic application

More information

ProExtra eclaiming User Guide

ProExtra eclaiming User Guide ProExtra eclaiming User Guide Welcome to ProExtra eclaiming. You can use this system to submit claims to ProCare, for the services you have provided to patients referred to you by their GPs. You will need

More information

Event Viewer User Guide. Version 1.0

Event Viewer User Guide. Version 1.0 Event Viewer User Guide Version 1.0 September 2009 Event Viewer User Guide Issue 1.0, released September 2009 Disclaimer Copyright 2009, Grosvenor Technology. All rights reserved. JANUS and the Grosvenor

More information

v1.5, updated 05 September 2012 IHS-IT Workshop Outlook 2010 Ilse Herzinger / Daniela Rader, June 2012

v1.5, updated 05 September 2012 IHS-IT Workshop Outlook 2010 Ilse Herzinger / Daniela Rader, June 2012 v1.5, updated 05 September 2012 IHS-IT Workshop Outlook 2010 Ilse Herzinger / Daniela Rader, June 2012 Warning IHS-IT will never ever ask for your password! E-Mails asking for some kind of account verification

More information

GETTING STARTED CREATE A NEW EMAIL. 1 P age

GETTING STARTED CREATE A NEW EMAIL. 1 P age How To: Create an Email from a Template (One Time Custom Email & Recurring Custom Email) This documentation is designed to walk through the necessary steps to create a new One Time Custom Email and a Recurring

More information

epayments WEB FORM REGISTRATION

epayments WEB FORM REGISTRATION epayments WEB FORM REGISTRATION CONTENTS Web Form Registry Options 1 Request Detail Options 2 General Configuration Options 3 Data Validation / Reporting (optional) 4 Notifications (optional) 5 Save The

More information

Chapter 13 Bank Reconciliations

Chapter 13 Bank Reconciliations Chapter 13 Bank Reconciliations The Bank Reconciliation module of school cash allows Treasurers to quickly perform bank reconciliations and print month-end reports for the Principal s review and approval.

More information

How to Update Bill Pay to Reflect a New Checking Account Type

How to Update Bill Pay to Reflect a New Checking Account Type How to Update Bill Pay to Reflect a New Checking Account Type If you have changed checking account types, you will need to update your Home Banking Bill Pay Pay bills from: account if you have any scheduled

More information

Vico Licensing Management System User Guide

Vico Licensing Management System User Guide Vico Licensing Management System User Guide Table of Contents Introduction to Vico Licensing Management System... 3 Login and Password... 3 Account Details Page... 4 Vico Contact Tab... 5 Account Details

More information

emerchant Gateway Installation Guide

emerchant Gateway Installation Guide emerchant Gateway Installation Guide This document will show you how to INSTALL the emerchant Gateway module within the Miva shopping cart. For information on obtaining your emerchant Gateway credentials

More information

Shop builder User s Guide. -www.shopbuilder.com.au

Shop builder User s Guide. -www.shopbuilder.com.au User s Guide -www.shopbuilder.com.au Contents About Shop builder 3 Build online store 3 Step 1 - Design your online store 5 Step 2 - Add content to your online store 8 Step 3 - Add categories to your online

More information

Work.com Implementation Guide

Work.com Implementation Guide Work.com Implementation Guide Salesforce, Summer 15 @salesforcedocs Last updated: June 20, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

SalesFUSION Partner Certification Guide

SalesFUSION Partner Certification Guide SalesFUSION Partner Certification Guide Welcome to the SalesFUSION Partner Family!! This document will guide you through the SalesFUSION Certified Partner Program. At each step there will be videos to

More information

DocuSign Connect for Salesforce Guide

DocuSign Connect for Salesforce Guide Information Guide 1 DocuSign Connect for Salesforce Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign

More information

Provincial Learning Management System Orientation Guide for Learners Version 3, February 2014

Provincial Learning Management System Orientation Guide for Learners Version 3, February 2014 The Under 5 Minute Guide to LMS (Provincial Learning Management System Orientation Guide for Learners) This handout covers basic information about the elearning system. Please view all pages and screen

More information

Google Drive: Access and organize your files

Google Drive: Access and organize your files Google Drive: Access and organize your files Use Google Drive to store and access your files, folders, and Google Docs, Sheets, and Slides anywhere. Change a file on the web, your computer, tablet, or

More information

How to Create a Simple WordPress Store Online for Free

How to Create a Simple WordPress Store Online for Free How to Create a Simple WordPress Store Online for Free The Internet is one of the most fertile grounds on which you can build a business to sell your products or services. This is because of the fact that

More information

Creating a website using Voice: Beginners Course. Participant course notes

Creating a website using Voice: Beginners Course. Participant course notes Creating a website using Voice: Beginners Course Topic Page number Introduction to Voice 2 Logging onto your website and setting passwords 4 Moving around your site 5 Adding and editing text 7 Adding an

More information

How to Enable the Persistent Player

How to Enable the Persistent Player How to Enable the Persistent Player The Persistent Player feature within Core Publisher will allow your site visitors to effortlessly listen to any of your station s live streams while simultaneously navigating

More information

Introduction to Open Atrium s workflow

Introduction to Open Atrium s workflow Okay welcome everybody! Thanks for attending the webinar today, my name is Mike Potter and we're going to be doing a demonstration today of some really exciting new features in open atrium 2 for handling

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Installing and Sending with DocuSign for NetSuite v2.2

Installing and Sending with DocuSign for NetSuite v2.2 DocuSign Quick Start Guide Installing and Sending with DocuSign for NetSuite v2.2 This guide provides information on installing and sending documents for signature with DocuSign for NetSuite. It also includes

More information

Amazon S3 Cloud Backup Solution Contents

Amazon S3 Cloud Backup Solution Contents Contents 1. Overview... 2 2. Preparation... 2 2-1. Register an AWS account... 2 2-2. Thecus NAS F/W 2.03.01 (Thecus OS 5.0)... 2 3. Backup NAS data to the Amazon S3 cloud... 2 3-1. The Backup Menu... 2

More information

Broker Portal Tutorial Broker Portal Basics

Broker Portal Tutorial Broker Portal Basics Broker Portal Tutorial Broker Portal Basics Create Agent Connect Link Forgotten Password Change Your Broker Portal Password Delegate View Application Status Create Agent Connect Link Log in to your Producer

More information

introduction to emarketing

introduction to emarketing introduction to emarketing emarketing is typically used for promotional campaigns for attendee generation and for attendee communication. It works closely with ereg which also includes email capabilities

More information

NorthClark Computing, Inc. Bill of Material and Parts Master Maintenance. Administrator s Guide

NorthClark Computing, Inc. Bill of Material and Parts Master Maintenance. Administrator s Guide ERP Consulting Web Development Custom Programming Solutions Desktop & Web Applications for Manfact NorthClark Computing, Inc. Bill of Material and Parts Master Maintenance Administrator s Guide Web and

More information

System Administration and Log Management

System Administration and Log Management CHAPTER 6 System Overview System Administration and Log Management Users must have sufficient access rights, or permission levels, to perform any operations on network elements (the devices, such as routers,

More information

PARENT FUND VOLUNTEER SITE CALLING AND ONLINE RESULTS REPORTING

PARENT FUND VOLUNTEER SITE CALLING AND ONLINE RESULTS REPORTING PARENT FUND VOLUNTEER SITE CALLING AND ONLINE RESULTS REPORTING You can now report the results of your parent fund calls online. Please follow the instructions below. 1. Go to: www.hamilton.edu/afvolunteer

More information

E-Commerce Installation and Configuration Guide

E-Commerce Installation and Configuration Guide E-Commerce Installation and Configuration Guide Rev: 2012-02-17 Sitecore E-Commerce Services 1.2 E-Commerce Installation and Configuration Guide A developer's guide to installing and configuring Sitecore

More information

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University Simple Invoicing Desktop Database with MS Access 2013 c 2015 by David W. Gerbing School of Business Administration Portland State University July 2, 2015 CONTENTS 1 Contents 1 Create a New Database 1 2

More information

How to work with the WordPress themes

How to work with the WordPress themes How to work with the WordPress themes The WordPress themes work on the same basic principle as our regular store templates - they connect to our system and get data about the web hosting services, which

More information

How to create PDF maps, pdf layer maps and pdf maps with attributes using ArcGIS. Lynne W Fielding, GISP Town of Westwood

How to create PDF maps, pdf layer maps and pdf maps with attributes using ArcGIS. Lynne W Fielding, GISP Town of Westwood How to create PDF maps, pdf layer maps and pdf maps with attributes using ArcGIS Lynne W Fielding, GISP Town of Westwood PDF maps are a very handy way to share your information with the public as well

More information

Online Registrations for Summer Programming Josh Muse (jmuse@colchestervt.gov) & Hannah Peacock (hpeacock@colchestervt.gov)

Online Registrations for Summer Programming Josh Muse (jmuse@colchestervt.gov) & Hannah Peacock (hpeacock@colchestervt.gov) Online Registrations for Summer Programming Josh Muse (jmuse@colchestervt.gov) & Hannah Peacock (hpeacock@colchestervt.gov) Summer Reading Registration In this tutorial, we will walk you through the process

More information