New Program Update Sept 12, 2012 Build 187

Size: px
Start display at page:

Download "New Program Update Sept 12, 2012 Build 187"

Transcription

1 New Program Update Sept 12, 2012 Build 187 What s Inside Main Module Improved Handling of Calc Races Database Locked Condition Background Info - Why does the database locked condition occur? From what I can see on the machines I am using, and from what I have been able to determine by reading about how Windows handles multiple apps running at the same time: Whenever a machine runs low on memory it halts execution of apps running in open program windows. (This includes apps running in the background not launched by the user - or even without the user being aware they are running.) Once everything has been halted, Windows then writes everything in memory to the swap or paging file, clears everything in memory, and then reloads everything in the swap or paging file back into memory - and only then - begins running apps again. This process can take several minutes. And depending on what is running in the background and how much memory the apps running are (collectively) using can sometimes cause a machine to wind up in a state where the machine is constantly halting program execution so that the machine can continually go through the exercise of writing to and reading from the swap file. During a Calc Races routine, logic in the Calc Races routine itself performs hundreds of read/write operations to the tables in the c:\jcapper\exe\jcapper2.mdb file. Windows has a mechanism for securing.mdb database files. When a program is actively engaged in the act of reading data from or writing data to an.mdb database file, Windows locks the file so that other apps (and/or users) can t write to that file while it s in use. The mechanism for doing this is to put a lock file on the same folder as the.mdb file. Lock files have the same file name as the.mdb file except for the file extension. The file extension for a lock file are the characters.ldb (without the quotes.) If you were to sit and watch the c:\jcapper\exe folder during a SQL Calc Races, you would see a file named JCapper2.ldb (that s the lock file) placed on the folder whenever the Main Module is reading from or writing to the JCapper2.mdb file. You would also see the JCapper2.ldb lock file cleared (deleted) from the folder each time the Main Module isn t actively engaged in reading data from or writing to the JCapper2.mdb file.

2 The database locked condition comes into play when a machine runs out of memory during a Calc Races and has to start writing to the swap file. Under those circumstances, Windows is slow to clear the lock file. When the JCapper Main Module attempts to read from or write to its own database file but can t because Windows hasn t been able to clear the lock file from the folder a database locked error message is the result. Database Locked Handling Description (Old Way) Up until now, the way that I have handled a database locked error inside of the JCapper Main Module was to present the user with a message box displaying a database locked message while at the same time offering the user an auto recovery option that when clicked allows the Calc Races routine to be run to completion. What you may not have known is what goes on behind the scenes (on your machine) when that database locked message appears. I created that database locked message box in such a way that the Calc Races routine itself has to stop executing while the message is displayed. This gives Windows the time it needs to catch up and clear the lock file. By the time you click the message and select the auto recovery path, the lock file has long been deleted from the folder enabling the.mdb file to be read from and written to again. That strategy might be clumsy and inelegant. But it works. Improved Handling of Calc Races Database Locked Condition The Main Module in this program update comes with a new (better) way of handling the database locked condition. Database Locked Handling Description (New Way) During a Calc Races routine, the JCapper Main Module in this program update handles the presence of an.ldb lock file on the JCapper2.mdb file in the following manner: 1. The Calc Races routine is halted for a few seconds. The folder where the Calc Races is being run is tested for the presence of the lock file. In most cases (on most machines) halting the routine for a few seconds will give Windows the chance to catch up and clear the lock file. If testing reveals that the lock has been cleared, program execution of the Calc Races picks up where it left off without the user ever being made aware (via a database locked message) that a database locked condition was encountered. 2. If testing reveals that the lock file is still there, the Calc Races routine is halted for another 2-3 seconds giving Windows a second chance to catch up. The folder where the Calc Races is being run is once again tested for the presence of a lock file. In almost all cases (on most machines) halting the routine a second time for a few seconds gives Windows the time it needs to catch up and clear the lock file. The folder is retested, and if testing reveals that the lock has (finally) been cleared, program execution of the Calc Races picks up where it left off again without the user ever being made aware (with a database locked message) that a database locked condition was encountered.

3 3. However, if at this point testing reveals that the lock file is still there, the assumption is made that Windows needs more than just a second or two and a database locked message is generated and you will have to click through it and select the auto recovery path to restart the Calc Races so that it can be run all the way to completion. --end Main Module section-- Scratch Parser The JCapper Scratch Parser in this program update has been reprogrammed so that it can (once again) parse scratches from the (recently) revised scratches pages at the Brisnet site. The JCapper Scratch Parser in this program update also enables you to parse the scratches and race changes web pages maintained by HDW (Handicapper s Data Warehouse.) Brisnet Scratches Brisnet maintains an index of scratches pages for individual race tracks (one web page for each race card) at the following url: Viewing the web pages is free but a valid Brisnet username and password is required. Scratch Parser vs. Scratch BOT In mid July, 2012 I had several phone conversations with upper management at Brisnet. At the time, Brisnet had just gone to a new database and the reason I called them was twofold. First, a number of you were reporting problems with Brisnet.DRF Single and.mcp Multicaps comma delimited text data files. Second, Brisnet had also made formatting changes to the html for the scratches web pages on their site. In so doing they had managed to break apps horseplayers were using (such as the original JCapper Scratch Parser) to parse scratches from those web pages. I was told that Brisnet was now using the Equibase Scratches and Changes XML as the primary data source for the scratches compiled at Brisnet.com. I mention this to make you aware that JCapper Scratch BOT enables you to parse the XML directly giving you an advantage in timeliness/accuracy over using the Scratch Parser to parse scratches from Brisnet.com.

4 Consider: 1. When you use Scratch BOT to parse the XML directly you are getting scratches as they exist at the point in time when you click the XML button. (This is as close to real time as possible.) 2. When you use the Scratch Parser to parse scratches from the web pages on the Brisnet site, you are getting scratches as they existed at the point in time that the last XML parse routine was executed by the Brisnet server. (The possibility for lag time is very real.) Scratch BOT is the superior tool when it comes to parsing scratches and changes from the internet. Even so, and even though Scratch BOT is the tool that I use myself for parsing scratches and changes from the internet - the JCapper Scratch Parser does offer one advantage: Simplicity. Unlike Scratch BOT, which requires that you maintain a set of table entries for each track you want to parse from the xml - the Scratch Parser has no such requirement. With the Scratch Parser, you simply point, click, pull up a web page with scratches on it and hit the PARSE button to get scratches as compiled by data vendors Brisnet and HDW. BASIC OPERATING INSTRUCTIONS for Using the JCapper Scratch Parser to Parse Scratches from the Brisnet Site: 1. Select the Brisnet option from the Address Bar (located in the upper left screen area of the module.) When you select the Brisnet option, the interface will populate the address bar with the url to the scratches index at Brisnet.com. 2. Click the url on the Brisnet site for an individual race card. Note that viewing the scratches page for an individual race card requires a login using a valid Brisnet username and password. After logging in, the Scratches Parser module behaves as a web browser and will render the scratches page for the requested race card so that you can both read it and parse it. 3. After the scratches page for the requested race card has been rendered, click the PARSE button. This will cause the interface to parse the scratches web page for new scratches. The interface will compare the scratched horses listed in the html for the page being parsed against the scratched horses in the scratches.txt file on the folder where you have that race card loaded. Any new scratches found are written to the scratches.txt file on the folder where that race card was loaded. After the html for the requested page has been parsed and new scratches have been written to the scratches.txt file, you will get a message box that gives you a

5 list of the new scratches. That message box will also remind you that before you can see the effect of the new scratches on your html report you will need to run a Calc Races and refresh the Report Viewer. 4. Click the HOME button to return to the Brisnet index page. Then, repeat steps 2 and 3 above until parse routines have been run for each track you have loaded into JCapper. Note: When you parse scratches from the Brisnet site, you are parsing a web page listing all known scratches for one race card only. (The default url when you select the Brisnet option from the address bar takes you to an index of scratches web pages for individual race cards.) From there, you have to parse scratches for the individual race cards that you want. Note: Brisnet auto updates the scratches web pages on their site regular intervals throughout the race day. When you parse the daily scratches web pages on the Brisnet site you are getting scratches as of the most recent XML parse routine executed on the Brisnet server. This may work for most of you. It may not be acceptable for all of you as there may be scratches out there not yet available on the Brisnet site. IMPORTANT: If you want the most current scratches and changes available (in as close to real time as possible) I strongly suggest that you parse the XML directly using Scratch BOT. Note: Brisnet normally leaves the scratches web pages for each race card up on their site for approximately 7-8 days. This makes a reasonably good source when you want scratches info for recent prior race cards. Brisnet does run a routine on their server that takes the pages for older race cards down automatically. Unless that routine fails, expect the links to race cards older than 8 days to disappear from the rotation. Note: You can use the Card Loader in the DFM (as well as the original Card Loaders and the Card Loader on Screen Two of the Brisnet File Downloader) to load race cards for prior race dates into JCapper. From there, clicking the link to the scratches page for a prior race card followed by clicking the PARSE SCRATCHES button will enable you to parse in scratches for any race card loaded into JCapper for the prior race date. HDW Scratches The JCapper Scratch Parser in this program update now enables JCapper customers to parse the scratches pages maintained by HDW on the HDW site. Viewing and parsing the scratches pages on the HDW site is free but does require a valid HDW username and password. (You will have to log into the HDW site when parsing HDW scratches pages using the JCapper Scratch Parser.)

6 Scratch Parser vs. Scratch BOT In mid August, 2012 while reworking the JCapper Scratches Parser to handle the recently reformatted Brisnet scratches html, I asked Ron Tiller at HDW about JCapper customers getting access to the same scratches and changes web pages that HDW produces for HTR and HSH. Ron was only too happy to comply. A few things to keep in mind about the scratches pages on the HDW site: Just like Brisnet, HDW is now parsing the Equibase Scratches and Changes XML and using it as the primary data source for scratches reported on their site. I mention this to make you aware that JCapper Scratch BOT enables you to parse the XML directly giving you an advantage in timeliness/accuracy over using the Scratch Parser to parse scratches from either the Brisnet or HDW sites. Consider: 1. When you use Scratch BOT to parse the XML directly you are getting scratches as they exist at the point in time when you click the XML button. (This is as close to real time as possible.) 2. When you use the Scratch Parser to parse scratches from the web pages on the HDW site, you are getting scratches as they existed at the point in time that the last XML parse routine was executed by the HDW server. (The possibility for lag time is very real.) Scratch BOT is the superior tool when it comes to parsing scratches and changes from the internet. Even so, and even though Scratch BOT is the tool that I use myself for parsing scratches and changes from the internet - the JCapper Scratch Parser does offer one advantage: Simplicity. Unlike Scratch BOT, which requires that you maintain a set of table entries for each track you want to parse from the xml - the Scratch Parser has no such requirement. With the Scratch Parser, you simply point, click, pull up a web page with scratches on it and hit the PARSE button to get scratches as compiled by data vendors Brisnet and HDW. BASIC OPERATING INSTRUCTIONS for Using the JCapper Scratch Parser to Parse Scratches from the HDW Site: 1. Select the HDW Scratches option from the Address Bar (located in the upper left screen area of the module.) When you select the HDW Scratches option, the interface will populate the address bar with the url to the scratches page at the HDW site for today s race date.

7 2. After the scratches page for the requested race date has been rendered, click the PARSE button. This will cause the interface to parse the scratches web page for new scratches. The interface will compare the scratched horses listed in the html for the page being parsed against the scratched horses in the scratches.txt file on the folder where you have each race card loaded. Any new scratches found are written to the scratches.txt file on the folder where a given race card is loaded. After the html for the requested page has been parsed and new scratches have been written to the scratches.txt file, you will get a message box that gives you a hard count of new scratches found. That message box will also remind you that before you can see the effect of the new scratches on your html report you will need to run a Calc Races and refresh the Report Viewer. Note: When you parse scratches from the HDW site, you are parsing a web page listing all scratches for an individual race date. (The default url when you select the HDW option from the address bar takes you to the scratches web page for today s race date.) Note: HDW auto updates the scratches web page on their site for each race date at (roughly) minute intervals throughout the race day. When you parse the daily scratches web page you are getting scratches as of the most recent XML parse routine executed by the HDW server. This may work for most of you. It may not be acceptable for all of you as there may be scratches out there not yet available on the HDW site. IMPORTANT: If you want the most current scratches and changes available (in as close to real time as possible) I strongly suggest that you parse the XML directly using Scratch BOT. Scratches Pages for Prior Race Days Note: HDW normally leaves the scratches web pages for each race day up on their site for at least 45 days. This makes a better source than Brisnet when you want scratches info for prior race dates. Ron or someone else at HDW has to take the pages down manually when it s time to remove them (so there s a good chance they may be left up a lot longer than the 45 days promised.) Note: Take a look at the date embedded into the default url in the address bar when you click the HDW option. By manually editing the date embedded in the url to a date for a known prior race day, and editing the text in the address bar so that the remaining text is a pure url beginning with the characters http (without the quotes) - clicking the GO button will cause the JCapper Scratch Parser to navigate to the url in the address bar and render a scratches page for the requested prior race day. (And that s how you would get scratches for a prior race day if you want them.) From there, clicking the PARSE button will parse in scratches for any race cards loaded into JCapper for the prior race date. IMPORTANT: The GO button enables you to operate the JCapper Scratch Parser as if it were a web browser. I STRONGLY RECOMMEND THAT YOU REFRAIN FROM DOING THIS. The ONLY sites you should use the Scratches Parser to view are the

8 scratches and changes pages at either BRISNET.COM or HORSEDATA.COM. The reason for this should be apparent to you. There is no shortage of unscrupulous site operators out there. The Scratches Parser is based on Internet Explorer 7 dlls However, the Scratch Parser app is not updated with the latest security patches published by Microsoft and is in no way shape or form intended to be used as if it were a secure web browser. BASIC OPERATING INSTRUCTIONS for Using the JCapper Scratch Parser to Parse Surface Distance Changes from the HDW Site: 1. Select the HDW Surf-Dist option from the Address Bar (located in the upper left screen area of the module.) When you select the HDW Surf-Dist option, the interface will populate the address bar with the url to the race changes page at the HDW site for today s race date. 2. After the race changes page at the HDW site for the requested race date has been rendered, click the PARSE button. This will cause the interface to parse the list of race changes for surface-distance changes. The interface will compare the changes listed in the html for the page being parsed against the reaceheaders.txt file for each of the 3 active data folders as you have them persisted in the DFM (Data Folder Manager.) Any surface or distance changes for the races in card files that you have loaded into the program will be written to the raceheaders.txt file on the folder where that race card was loaded. After the html for the requested page has been parsed and surface distance changes have been written to the raceheaders.txt file, you will get a message box giving you a hard count of the changes parsed from the web page. Note that the web page itself is readable by the human eye. Also note that the message box also serves as a reminder you that before you can see the effect of race changes parsed on your html report you will need to run a Calc Races and refresh the Report Viewer. Note: HDW treats the race changes pages at their site just like the scratches pages. Both are auto updated throughout the race day at (roughly) minute intervals. Both will get you changes as of the most recent XML parse routine executed by the HDW server. This may work for most of you. It may not be acceptable for all of you as there may be changes out there in the XML that are not yet available on the HDW site. IMPORTANT: If you want the most current scratches and changes available (in as close to real time as possible) I strongly suggest that you parse the XML directly using Scratch BOT. Surface Distance Changes Pages for Prior Race Days

9 Note: HDW normally leaves the race changes web pages for each race day up on their site for at least 45 days. This makes a better source than Brisnet when you want info for prior race dates. Ron or someone else at HDW has to take the pages down manually when it s time to remove them (so there s a good chance they may be left up a lot longer than the 45 days promised.) Note: Take a look at the date embedded into the default url in the address bar when you click the HDW option. By manually editing the date embedded in the url to a date for a known prior race day, and editing the text in the address bar so that the remaining text is a pure url beginning with the characters http (without the quotes) - clicking the GO button will cause the JCapper Scratch Parser to navigate to the url in the address bar and render a scratches page for the requested prior race day. (And that s how you would get scratches for a prior race day if you want them.) From there, clicking the PARSE button will parse in scratches for any race cards loaded into JCapper for the prior race date. IMPORTANT: The GO button enables you to operate the JCapper Scratch Parser as if it were a web browser. I STRONGLY RECOMMEND THAT YOU REFRAIN FROM DOING THIS. The ONLY sites you should use the Scratches Parser to view are the scratches and changes pages at either BRISNET.COM or HORSEDATA.COM. The reason for this should be apparent to you. There is no shortage of unscrupulous site operators out there. The Scratches Parser is based on Internet Explorer 7 dlls However, the Scratch Parser app is not updated with the latest security patches published by Microsoft and is in no way shape or form intended to be used as if it were a secure web browser. Clearing Scratches The Clear Scratches button for the Scratch Parser in this program update renders as three separate buttons when you hover your mouse cursor over it. The individual Clear Scratches buttons are labeled Folder1, Folder2, and Folder3. As you might well guess, these buttons correspond to the active data folders as you have them persisted in the DFM (Data Folder Manager.) Clearing scratches is easy. To clear the scratches.txt file on the folder persisted as Folder1 in the DFM, click the Clear Scratches button for Folder1. To clear the scratches.txt file on the folder persisted as Folder2 in the DFM, click the Clear Scratches button for Folder2. To clear the scratches.txt file on the folder persisted as Folder3 in the DFM, click the Clear Scratches button for Folder3. As mentioned in the Scratch Parser Help Doc for the original JCapper Scratch Parser - it is recommended as a best practice that you clear scratches for each of your data folders at the start of each race day. Doing so will prevent the scratches.txt file from becoming corrupted and will create a brand new file in the event the file itself does become corrupted. Note that if you believe yourself to be parsing scratches properly and you find that scratched horses are still showing up on your reports the very first thing you should suspect is a corrupted scratches.txt file and the very first thing you should do in the way of corrective action is to clear the scratches.txt file. As mentioned in the help doc for the original Scratch Parser, in 99.9% of all cases that I have looked at where a user has

10 reported problems with scratched horses appearing on reports clearing the scratches.txt file took care of the problem. --end Scratch Parser section-- FAQs: Q. Do I need to check the box on the Installer to make it give me a new JCapper2.mdb file? A. Yes. This new program update contains new JCapper2.mdb table content - which requires that you make the Installer give you a new JCapper2.mdb file by checking the Overwrite JCapper2.mdg file box on the face of the Installer. Q. After checking the box to make the Installer give me a new JCapper2.mdb file, do I need to use the JCapper2 Import Module found on the User System Definitions Screen to import data from my old JCapper2.mdb file into the fresh blank JCapper2.mdb file copied onto my c:\jcapper\exe folder by the Installer? A. Yes, any time you make the installer give you a new JCapper2.mdb file, this is critical - an absolutely must - especially if you have a custom sql factor setup or a custom sql html report. Q. How do I run a JCapper2 Import routine? A. Link to video: Note: I generally recommend checking the Overwrite JCapper2.mdb File box on the face of the Installer as a best practice each time you install a new program update. I also recommend importing data out of you old JCapper2.mdb file into your new file too. If you get in the habit of doing this with each new program update, you're never left guessing whether or not the new program update you just installed contains new required

11 table content. Checking the box makes the Installer give you new table content whenever it's there. Q. Do I need to rebuild databases from scratch after installing this program update? A. No. Not if you've kept current with the downloads. Now if you haven't kept current with the downloads then yes, chances are you will have to rebuild databases from scratch before using the Data Window to query playlist files built using older program versions. Q. I ve been using the same (older) program version for quite some time and haven t kept current with the downloads. Do I download and install each of the new program updates that I missed? Or does downloading and installing the latest new program update bring me current again? A. The new program updates are written in such a way that getting the latest one brings you current meaning that you can skip the ones you missed and just install the latest one. Afterwards, you will be current again. Enjoy, -jp.

Special Download Package - Scratch Parser Only ( )

Special Download Package - Scratch Parser Only ( ) Special Download Package - Scratch Parser Only (09-01-2012) Overview The JCapper Scratch Parser in this program update has been reprogrammed so that it can (once again) parse scratches from the (recently)

More information

JCapper Program Update Dec 23, 2012 (Build 190)

JCapper Program Update Dec 23, 2012 (Build 190) JCapper Program Update Dec 23, 2012 (Build 190) What s Inside This new program update has LOTS of new features. It WILL take me several days just to publish write ups in these release notes for everything

More information

JCapper Program Update April 04, 2013 (Build 193)

JCapper Program Update April 04, 2013 (Build 193) JCapper Program Update April 04, 2013 (Build 193) What s Inside This new program update has LOTS of new features. It WILL take me several days just to publish write ups in these release notes for everything

More information

How Zavanta s Web Automation Works: Key Website Planning Decisions

How Zavanta s Web Automation Works: Key Website Planning Decisions The Streamlined Business How Zavanta s Web Automation Works: Key Website Planning Decisions Who Should Read This White Paper: This white paper is intended for the person in your organization who will be

More information

GreenFolders User Manual

GreenFolders User Manual GreenFolders User Manual Welcome! Welcome to GreenFolders the Electronic Records Management Solution. GreenFolders allows you to store and retrieve files with many easy-to-use features for working with

More information

Google Chrome. Google Chrome FAQs

Google Chrome. Google Chrome FAQs Google Chrome FAQs Google Chrome Although it might look different (and despite having some different approaches to managing itself), Google Chrome is still fundamentally a web browser. There are still

More information

Software Conversion Guide

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

More information

SOCE Wordpress User Guide

SOCE Wordpress User Guide SOCE Wordpress User Guide 1. Introduction Your website runs on a Content Management System (CMS) called Wordpress. This document outlines how to modify page content, news and photos on your website using

More information

inforouter V8.0 Implementation Guide Active Innovations, Inc. A Document Management Company

inforouter V8.0 Implementation Guide Active Innovations, Inc. A Document Management Company inforouter V8.0 Implementation Guide www.inforouter.com inforouter V8.0 implementation Guide This guide will take you through the step-by-step installation procedures required for a successful inforouter

More information

Robert Ragan s TOP 3

Robert Ragan s TOP 3 Robert Ragan s TOP 3 Internet Genealogy Research POWER TECHNIQUES that Have Stunned Audiences POWER TECHNIQUES TWO: Robert s Unique "Gather, Store and Quick Find Method." You'll have to see it to believe

More information

Use this guide to help you rebuild your existing EasySite Wizard website in Online Presence Builder

Use this guide to help you rebuild your existing EasySite Wizard website in Online Presence Builder Transition Guide from EasySite Wizard to Online Presence Builder Use this guide to help you rebuild your existing EasySite Wizard website in Online Presence Builder 1 Contents Getting Started... 3 Planning...

More information

Lifehack #1 - Automating Twitter Growth without Being Blocked by Twitter

Lifehack #1 - Automating Twitter Growth without Being Blocked by Twitter Lifehack #1 - Automating Twitter Growth without Being Blocked by Twitter Intro 2 Disclaimer 2 Important Caveats for Twitter Automation 2 Enter Azuqua 3 Getting Ready 3 Setup and Test your Connection! 4

More information

Report Commander 2 User Guide

Report Commander 2 User Guide Report Commander 2 User Guide Report Commander 2.5 Generated 6/26/2017 Copyright 2017 Arcana Development, LLC Note: This document is generated based on the online help. Some content may not display fully

More information

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu USING DRUPAL Hampshire College Website Editors Guide 2014 https://drupal.hampshire.edu Asha Kinney Hampshire College Information Technology - 2014 HOW TO GET HELP Your best bet is ALWAYS going to be to

More information

Getting Started with XMF Remote

Getting Started with XMF Remote Getting Started with XMF Remote Remote R9.5 Contents Introduction......................................................... 5 How to Login........................................................ 6 The

More information

I made a 5 minute introductory video screencast. Go ahead and watch it. Copyright(c) 2011 by Steven Shank

I made a 5 minute introductory video screencast. Go ahead and watch it.  Copyright(c) 2011 by Steven Shank Introduction to KeePass What is KeePass? KeePass is a safe place for all your usernames, passwords, software licenses, confirmations from vendors and even credit card information. Why Use a Password Safe?

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Software troubleshooting

Software troubleshooting N E W S L E T T E R IT Computer Technical Support Newsletter Software troubleshooting November 9, 2015 Vol.2, No.4 TABLE OF CONTENTS Software troubleshooting...1 Unexplained software crashes and error

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Page How do I select my Query?... 2 Someone told me I could personalize the Standard Queries and even create brand new Queries of my own, is that true?... 3 Saving Column Display:...

More information

REDESIGNING YOUR WEBSITE USING ONLINE PRESENCE BUILDER CUSTOMER USER GUIDE

REDESIGNING YOUR WEBSITE USING ONLINE PRESENCE BUILDER CUSTOMER USER GUIDE REDESIGNING YOUR WEBSITE USING ONLINE PRESENCE BUILDER CUSTOMER USER GUIDE 1 CONTENTS 1 GETTING STARTED...3 2 PLANNING...4 3 BACKING UP YOUR WEBSITE...5 4 REFRESHING YOUR WEBSITE...6 4.1 SETTING UP YOUR

More information

EDGE, MICROSOFT S BROWSER

EDGE, MICROSOFT S BROWSER EDGE, MICROSOFT S BROWSER To launch Microsoft Edge, click the Microsoft Edge button (it s the solid blue E) on the Windows Taskbar. Edge Replaces Internet Explorer Internet Explorer is no longer the default

More information

Using Images in FF&EZ within a Citrix Environment

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

More information

MIND THE GOOGLE! Understanding the impact of the. Google Knowledge Graph. on your shopping center website.

MIND THE GOOGLE! Understanding the impact of the. Google Knowledge Graph. on your shopping center website. MIND THE GOOGLE! Understanding the impact of the Google Knowledge Graph on your shopping center website. John Dee, Chief Operating Officer PlaceWise Media Mind the Google! Understanding the Impact of the

More information

DTCC PORTAL UI GUIDE PUBLICATION DATE: AUGUST DTCC Public (White)

DTCC PORTAL UI GUIDE PUBLICATION DATE: AUGUST DTCC Public (White) DTCC PORTAL UI GUIDE PUBLICATION DATE: AUGUST 2017 TABLE OF CONTENTS TABLE OF CONTENTS... 2 What s New... 3 What Hasn t Changed... 3 Purpose... 3 List of Portals & URLs... 4 US Web Portal... 4 US Web Portal

More information

Keep Track of Your Passwords Easily

Keep Track of Your Passwords Easily Keep Track of Your Passwords Easily K 100 / 1 The Useful Free Program that Means You ll Never Forget a Password Again These days, everything you do seems to involve a username, a password or a reference

More information

ISF Getting Started. Table of Contents

ISF Getting Started. Table of Contents ISF Getting Started Table of Contents Overview of Getting Started... 2 ISF Application Conventions & Navigation... 3 How to Log In... 9 How to Log Out... 12 User Profile Page... 13 Overview of ISF Security

More information

With Google documents, you can easily create, share, and edit documents online.

With Google documents, you can easily create, share, and edit documents online. GOOGLE DOCS With Google documents, you can easily create, share, and edit documents online. Here are a few specific things you can do: Upload Microsoft Word, OpenOffice, RTF, HTML or plain text documents,

More information

PBHS WordPress Blog Manual v1.0

PBHS WordPress Blog Manual v1.0 PBHS WordPress Blog Manual v1.0 Logging into your WordPress Blog In our address bar at the top of your browser, enter in www.yourdomain.com/blog/wp admin and press enter on your keyboard. (substitute youtdomain.com

More information

CheckBook Pro 2 Help

CheckBook Pro 2 Help Get started with CheckBook Pro 9 Introduction 9 Create your Accounts document 10 Name your first Account 11 Your Starting Balance 12 Currency 13 We're not done yet! 14 AutoCompletion 15 Descriptions 16

More information

The Villages Computer Club - no meeting Friday 7/5/2013 due to Holiday. The next ipad meeting will be on Tuesday July 2,2013 at 1:30, Colony Cottage.

The Villages Computer Club - no meeting Friday 7/5/2013 due to Holiday. The next ipad meeting will be on Tuesday July 2,2013 at 1:30, Colony Cottage. The Villages Computer Club - no meeting Friday 7/5/2013 due to Holiday. The next ipad meeting will be on Tuesday July 2,2013 at 1:30, Colony Cottage. We will be discussing various apps and then a Basic

More information

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired...

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired... WEB MESSAGE CENTER END USER GUIDE The Secure Web Message Center allows users to access and send and receive secure messages via any browser on a computer, tablet or other mobile devices. Introduction...

More information

GETTING STARTED... 2 PLANNING... 2 BACK UP YOUR WEBSITE... 3 REFRESHING YOUR WEBSITE...

GETTING STARTED... 2 PLANNING... 2 BACK UP YOUR WEBSITE... 3 REFRESHING YOUR WEBSITE... Contents GETTING STARTED... 2 PLANNING... 2 BACK UP YOUR WEBSITE... 3 REFRESHING YOUR WEBSITE... 3 SETUP YOUR NEW ONLINE PRESENCE SITE... 3 CUSTOMIZING YOUR ONLINE PRESENCE SITE... 7 PREVIEWING YOUR WEBSITE...

More information

ReadyTalk for HubSpot User Guide

ReadyTalk for HubSpot User Guide ReadyTalk for HubSpot User Guide Revised March 2016 2 Contents Overview... 3 Configuring ReadyTalk & HubSpot... 4 Configure Sync for Additional Webinar Data... 6 How to Setup the Sync for Additional Webinar

More information

Norcom. e-fileplan Electronic Cabinet System

Norcom. e-fileplan Electronic Cabinet System Norcom e-fileplan Electronic Cabinet System Revision 2.0 \ Phone: (866) 726-6328 Email:sales@norcom-inc.com e-fileplan Overview e-fileplan is an electronic filing cabinet and document imaging system. e-fileplan

More information

CA Service Virtualization Test Drive - FAQ

CA Service Virtualization Test Drive - FAQ CA Service Virtualization CA Service Virtualization Test Drive - FAQ Q: What is CA Service Virtualization Test Drive? A: CA Service Virtualization Test Drive is a hosted trial environment that shows you

More information

MiTV User Manual Revision 2 July 8, 2015 Prepared by Walter B. Schoustal MicroVideo Learning Systems, Inc.

MiTV User Manual Revision 2 July 8, 2015 Prepared by Walter B. Schoustal MicroVideo Learning Systems, Inc. MiTV User Manual Revision 2 July 8, 2015 Prepared by Walter B. Schoustal MicroVideo Learning Systems, Inc. http://www.microvideo.com 1 The MiTV Video Scheduling System allows you to schedule and stream

More information

ZAVANTA Standalone Installation

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

More information

SQream Dashboard Version SQream Technologies

SQream Dashboard Version SQream Technologies SQream Dashboard Version 1.1.0 SQream Technologies 2018-11-06 Table of Contents Overview................................................................................... 1 1. The SQream Dashboard...................................................................

More information

Creating and Updating Websites In-Service Training Supplement

Creating and Updating Websites In-Service Training Supplement Creating and Updating Websites 2013 In-Service Training Supplement Editing Official Websites (ie Departments) Official Websites Who to talk to: Confusing? Here s what you need to know: Webpage content

More information

Volunteer Scheduler Pro Quick Start Guide Salvation Army

Volunteer Scheduler Pro Quick Start Guide Salvation Army Volunteer Scheduler Pro Quick Start Guide Salvation Army Introduction Welcome to Volunteer Scheduler Pro! This Quick Start Guide was created specifically with the Salvation Army and Kettle Campaigns in

More information

Azon Master Class. By Ryan Stevenson Guidebook #4 WordPress Installation & Setup

Azon Master Class. By Ryan Stevenson   Guidebook #4 WordPress Installation & Setup Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #4 WordPress Installation & Setup Table of Contents 1. Add Your Domain To Your Website Hosting Account 2. Domain Name Server

More information

THE TASKBAR: A TOOL FOR UNLOCKING THE SECRETS OF WINDOWS 10

THE TASKBAR: A TOOL FOR UNLOCKING THE SECRETS OF WINDOWS 10 THE TASKBAR: A TOOL FOR UNLOCKING THE SECRETS OF WINDOWS 10 A Two Hour Seminar and Demonstration Thursday, September 13, 9:30-11:30 am, in the Computer Club Classroom Open Seating Presented by Bill Wilkinson

More information

Eanes ios5 Upgrade Guide

Eanes ios5 Upgrade Guide Eanes ios5 Upgrade Guide These instructions are intended for people to follow on their home machine. District machines have deep freeze and older versions of itunes which could complicate the process.

More information

Transitioning Teacher Websites

Transitioning Teacher Websites Transitioning Teacher Websites Google sites is an online web building tool that can be accessed and updated from anywhere there is an internet connection. Here is a brief video introduction of Google sites.

More information

Finding & Registering The Best Local Domain

Finding & Registering The Best Local Domain Finding & Registering The Best Local Domain FINDING AND REGISTERING THE BEST LOCAL DOMAIN I highly recommend that registering your key LOCAL Domain(s) and HOSTING should ALWAYS be done at the SAME PLACE.

More information

Getting Help...71 Getting help with ScreenSteps...72

Getting Help...71 Getting help with ScreenSteps...72 GETTING STARTED Table of Contents Onboarding Guides... 3 Evaluating ScreenSteps--Welcome... 4 Evaluating ScreenSteps--Part 1: Create 3 Manuals... 6 Evaluating ScreenSteps--Part 2: Customize Your Knowledge

More information

CyberDiscovery User Guide Version 0.1

CyberDiscovery User Guide Version 0.1 CyberDiscovery User Guide Version 0.1 Overview Welcome to CyberDiscovery! The CyberDiscovery is a high-resolution visualization and display instrument powered by the Sage2 software. You can use it for

More information

Getting Started Reliance Communications, Inc.

Getting Started Reliance Communications, Inc. Getting Started Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Before you Begin... 3 Bookmark Your Login Page... 3 Setting your Password...

More information

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey:

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey: Overview of Survey Administration The first thing you see when you open up your browser to the Ultimate Survey Software is the Login Page. You will find that you see three icons at the top of the page,

More information

Authoring World Wide Web Pages with Dreamweaver

Authoring World Wide Web Pages with Dreamweaver Authoring World Wide Web Pages with Dreamweaver Overview: Now that you have read a little bit about HTML in the textbook, we turn our attention to creating basic web pages using HTML and a WYSIWYG Web

More information

Xchange for Samsung MAC User Guide. Version 2.4

Xchange for Samsung MAC User Guide. Version 2.4 Xchange for Samsung MAC User Guide Version 2.4 Contents Welcome to Xchange for Samsung Mac Desktop Client... 32 How to Install Xchange... 3 Where is it?... 43 The Dock menu... 4 The menu bar... 4 Preview

More information

Netvibes A field guide for missions, posts and IRCs

Netvibes A field guide for missions, posts and IRCs Netvibes A field guide for missions, posts and IRCs 7/2/2012 U.S. Department of State International Information Programs Office of Innovative Engagement Table of Contents Introduction... 3 Setting up your

More information

4Sight for Mac User Guide. Version 2.4

4Sight for Mac User Guide. Version 2.4 4Sight for Mac User Guide Version 2.4 Contents Welcome to 4Sight for Mac Desktop Client... 3 How to Install 4Sight... 3 Where is it?... 4 The Dock menu... 4 The menu bar... 4 Phone window... 5 Preview

More information

Collector and Dealer Software - CAD 3.1

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

More information

Getting Started Guide

Getting Started Guide Getting Started Guide for education accounts Setup Manual Edition 7 Last updated: September 15th, 2016 Note: Click on File and select Make a copy to save this to your Google Drive, or select Print, to

More information

1. Conduct an extensive Keyword Research

1. Conduct an extensive Keyword Research 5 Actionable task for you to Increase your website Presence Everyone knows the importance of a website. I want it to look this way, I want it to look that way, I want this to fly in here, I want this to

More information

Sample A2J Guided Interview & HotDocs Template Exercise

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

More information

User Guide. Contents. NAFSA Adviser s Manual 360 User Guide Page 1

User Guide. Contents. NAFSA Adviser s Manual 360 User Guide Page 1 User Guide Contents Getting Started... 2 The Adviser s Manual Launch Page on the NAFSA Website... 4 Opening the Manual... 5 Open the Manual from the Adviser s Manual home page on the NAFSA website... 5

More information

DreamApps. WorkSpace. A Guide to Demo Site

DreamApps. WorkSpace. A Guide to Demo Site DreamApps WorkSpace A Guide to Demo Site DreamApps WorkSpace A Guide to Demo Site Published at Singapore on January 31, 2009 2009, Advanced ERP Projects, LLP. All rights reserved. Restricted circulation.

More information

Lab 3: Editing a Rhapsody Model in RMM

Lab 3: Editing a Rhapsody Model in RMM Lab 3: Editing a Rhapsody Model in RMM Objectives After completing this lab, you will be able to: Create an RTC repository workspace and local sandbox Load a Rhapsody model from RMM into your local sandbox

More information

Patch Remedy Plugin Document Project Date: 05/07/2018 Revision: 1.0.3

Patch Remedy Plugin Document Project Date: 05/07/2018 Revision: 1.0.3 Patch Remedy Plugin Document Project Date: 05/07/2018 Revision: 1.0.3 Patch Remedy is a ConnectWise Automate plugin that monitor and updates the WUA services for all current versions of Windows. This in

More information

RunClick Webinar and Video Conferencing Software. User Manual

RunClick Webinar and Video Conferencing Software. User Manual RunClick Webinar and Video Conferencing Software User Manual Visit RunClick.com for more details 1 Page Table of Contents Installation and Activation of RunClick Part 1: WordPress Fresh Installation Process

More information

TMG Clerk. User Guide

TMG  Clerk. User Guide User Guide Getting Started Introduction TMG Email Clerk The TMG Email Clerk is a kind of program called a COM Add-In for Outlook. This means that it effectively becomes integrated with Outlook rather than

More information

Confluence User Training Guide

Confluence User Training Guide Confluence User Training Guide Below is a short overview of wikis and Confluence and a basic user training guide for completing common tasks in Confluence. This document outlines the basic features that

More information

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials AGENT123 Full Q&A and Tutorials Table of Contents Website IDX Agent Gallery Step-by-Step Tutorials WEBSITE General 1. How do I log into my website? 2. How do I change the Meta Tags on my website? 3. How

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

COMPREHENSIVE LIST OF CASHLESS FAQs (GUESTS)

COMPREHENSIVE LIST OF CASHLESS FAQs (GUESTS) COMPREHENSIVE LIST OF CASHLESS FAQs (GUESTS) Credit Q. How do I top up my credit? You must create an account online and link your wristband to that account. You can also purchase your credit at the event

More information

Enter your Appserv username and password to sign in to the Website

Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Windows 10 Device Step 1. To sign in to the Appserv Desktop Access website, either enter the following address into the Microsoft Edge browser address bar, or click

More information

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields.

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. In This Chapter Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. Adding help text to any field to assist users as they fill

More information

Part 1: Understanding Windows XP Basics

Part 1: Understanding Windows XP Basics 542362 Ch01.qxd 9/18/03 9:54 PM Page 1 Part 1: Understanding Windows XP Basics 1: Starting Up and Logging In 2: Logging Off and Shutting Down 3: Activating Windows 4: Enabling Fast Switching between Users

More information

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool VERSION 7 JUNE 2018 Union Benefits Employer User Guide Data Collection Tool About this guide This document is intended to provide an overview of the main sections of the Data Collection Tool ( DCT ) for

More information

Using Mavericks Mac OS X 10.9 part 2

Using Mavericks Mac OS X 10.9 part 2 Using Mavericks Mac OS X 10.9 part 2 About Jeff Bohr Started Naples Mac Help in 2004! Apple Certified Support Professional, OS X 10.8! 27 years of using only Apple Computers!! naplesmachelp.com System

More information

New to the Mac? Then start with this lesson to learn the basics.

New to the Mac? Then start with this lesson to learn the basics. Mac 101: Mac essentials If you're brand new to the world of computers and are just starting to get up and running, relax using a Mac is simple. This lesson introduces you to the basic principles of interacting

More information

Briefing Session Guide. Sending Message Basics.

Briefing Session Guide. Sending Message Basics. 22 Briefing Session Guide Portal Briefing Session Administrators Guide: Part How one: To How do I series Sending Message Basics. Page - 2 - of 31 Administrator Basics Part 1 Sending Message Basics Contents

More information

Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language

Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language help.kidkare.com 03 Enroll a Child 03 Withdraw a Child 03 View Pending and Withdrawn Children 04 View Kids by Enrollment

More information

NAMI Affiliate Profile Center Contact Manual

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

More information

SiteProxy adds security, reduces network traffic on the camera, and improves performance.

SiteProxy adds security, reduces network traffic on the camera, and improves performance. SiteProxy SiteProxy is a cross-platform HTTP server for managing one or more Internet Camera Servers (Canon VB101, VB150, and VB-C10/R, and others) streaming video servers. Location of the SiteProxy Software

More information

i-power DMS - Document Management System Last Revised: 8/25/17 Version: 1.0

i-power DMS - Document Management System Last Revised: 8/25/17 Version: 1.0 i-power DMS - Document Management System Last Revised: 8/25/17 Version: 1.0 EPL, Inc. 22 Inverness Parkway Suite 400 Birmingham, Alabama 35242 (205) 408-5300 / 1-800-243-4EPL (4375) www.eplinc.com Property

More information

Login and Registration is located at the top right corner of the page.

Login and Registration is located at the top right corner of the page. Forum How To Navigating - Login and Registration is located at the top right corner of the page. After your logged in you will see Notifications, Private Messages, and your User Menu instead of Log In

More information

Password Reset PRO INSTALLATION GUIDE

Password Reset PRO INSTALLATION GUIDE Password Reset PRO INSTALLATION GUIDE This guide covers the new features and settings available in Password Reset PRO. Please read this guide completely to ensure a trouble-free installation. January 2009

More information

For more info on Cloud9 see their documentation:

For more info on Cloud9 see their documentation: Intro to Wordpress Cloud 9 - http://c9.io With the free C9 account you have limited space and only 1 private project. Pay attention to your memory, cpu and disk usage meter at the top of the screen. For

More information

NotifyMDM Device Application User Guide Installation and Configuration for Android

NotifyMDM Device Application User Guide Installation and Configuration for Android NotifyMDM Device Application User Guide Installation and Configuration for Android NotifyMDM for Android, Version 3.x NotifyMDM for Android 1 Table of Contents NotifyMDM for Android 3 Installation Instructions

More information

Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0. University of Sheffield

Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0. University of Sheffield Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0 University of Sheffield PART 1 1.1 Getting Started 1. Log on to the computer with your usual username

More information

Section 2. Navigation

Section 2. Navigation Using the Internet Start IT (itq) Section 2 Navigation Topics contained within this section: Using Web Addresses Navigating Web Sites Using Hyperlinks Using History Creating and Using Bookmarks Stop and

More information

Driver Center Wi-Fi Direct Guide

Driver Center Wi-Fi Direct Guide Driver Center Wi-Fi Direct Guide Document version 1.2, August 2017 Table of Contents Introduction... 1 Pairing devices via Wi-Fi Direct... 2 Logging out when using Wi-Fi Direct... 4 Notes and considerations...

More information

FDM RMS User Guide. Basic Navigation & Use

FDM RMS User Guide. Basic Navigation & Use FDM RMS User Guide Basic Navigation & Use Revised: May 31, 2016 Contents Contents... 1 Administrator Contacts... 3 Introduction... 3 Overview... 3 1 Logging In... 4 1.1 Log in to Citrix... 4 1.1.1 Change

More information

Week - 01 Lecture - 04 Downloading and installing Python

Week - 01 Lecture - 04 Downloading and installing Python Programming, Data Structures and Algorithms in Python Prof. Madhavan Mukund Department of Computer Science and Engineering Indian Institute of Technology, Madras Week - 01 Lecture - 04 Downloading and

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to Basic Excel, presented by STEM Gateway as part of the Essential Academic Skills Enhancement, or EASE, workshop series. Before we begin, I want to make sure we are clear that this is by no means

More information

Computer Basics: Step-by-Step Guide (Session 2)

Computer Basics: Step-by-Step Guide (Session 2) Table of Contents Computer Basics: Step-by-Step Guide (Session 2) ABOUT PROGRAMS AND OPERATING SYSTEMS... 2 THE WINDOWS 7 DESKTOP... 3 TWO WAYS TO OPEN A PROGRAM... 4 DESKTOP ICON... 4 START MENU... 5

More information

Windows 10: Solve Creators Update Errors. Solve Nasty Errors During or Following the Installation of the Latest Windows 10 Version

Windows 10: Solve Creators Update Errors. Solve Nasty Errors During or Following the Installation of the Latest Windows 10 Version W 732/1 Solve Nasty Errors During or Following the Installation of the Latest Windows 10 Version With the information given in this article you will be able to 3 Update your Windows 10 system to the new

More information

InformationTechnology

InformationTechnology dvanced Calling Features The Polycom VVX 501 is the supported handset for the University's digital voice-over-ip telephone service. The VVX 501 integrates with the University's Skype for Business unified

More information

ReadyTalk for HubSpot User Guide

ReadyTalk for HubSpot User Guide ReadyTalk for HubSpot User Guide Revised 07/29/2013 2 Table of Contents Overview... 3 Configuring ReadyTalk & HubSpot... 4 Setting Up Your Event in Conference Center... 6 Setting Up Your Event in HubSpot...

More information

Using the City of Stamford / Stamford Public Schools. Web System

Using the City of Stamford / Stamford Public Schools. Web  System Using the City of Stamford / Stamford Public Schools Web Email System Open the Login Screen: Go to the following site: www.stamfordct.gov/mail and choose the login link. The login screen will look like

More information

Here are the steps in downloading the HTML code for signatures:

Here are the steps in downloading the HTML code for  signatures: I. INTRODUCTION This is a guide on how you download and then install the BBB dynamic seal into your email signature. Note that the code for this type of seal is very modified to work in email and not use

More information

Advanced Print Manager

Advanced Print Manager Advanced Print Manager Version 4.0 Administrator s Guide DABCC, Inc. www.dabcc.com Release Date: November 2, 2004 Copyright 2004, DABCC, Inc., All rights reserved. Notice: Copyright 2004 DABCC, Inc., All

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go.

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go. Installing Wordpress from JMA Lab to JMA Server 1. Take note these instructions are streamlined for the JMA lab they can t be performed in this fashion from home! 2. Wordpress is a database driven web

More information

Ruby on Rails Welcome. Using the exercise files

Ruby on Rails Welcome. Using the exercise files Ruby on Rails Welcome Welcome to Ruby on Rails Essential Training. In this course, we're going to learn the popular open source web development framework. We will walk through each part of the framework,

More information

Your . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU

Your  . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU fuzzylime WE KNOW DESIGN WEB DESIGN AND CONTENT MANAGEMENT 19 Kingsford Avenue, Glasgow G44 3EU 0141 416 1040 hello@fuzzylime.co.uk www.fuzzylime.co.uk Your email A setup guide Last updated March 7, 2017

More information