PHPRad. PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and

Size: px
Start display at page:

Download "PHPRad. PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and"

Transcription

1 PHPRad PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and

2 Getting Started Creating New Project To create new Project. Just click on the button.

3 Fill In Project properties Enter the project name Set the project location. Make sure that the location is in your web document root. Set the project site address Enter your database details for already existing one or you can create a new database.

4 Setting Project Database There are two ways to set project database. Select from existing database Create new database

5 Setting Project Database To select from existing database To Select from the exiting databases, click on the select control to select from the list databases available.

6 Creating New Database Enter the new database name Click Create Database to proceed.

7 Creating Project Database

8 Managing Database Tables

9 New Project Created To preview the project click on the preview tab

10 Preview our project in a browser You can preview the project with default system browser. Just click on Preview in Browser Button

11 PHPRad Designer Overview Project Database Generated Pages for each database table Field Property Page Fields To manage the database view, right click on the menu and select an option Page Properties Component

12 PHPRad Designer Overview Components description Click on the button to update the database Click on the button to synchronize database changes

13 Managing PHPRad Pages You can customize your pages using this section in the PHPRad environment. List : Displays all your database records in a table view or a custom view format. View : Shows the details of a selected record from your database. Add : Displays a form for you to add a new record to the database. Edit : Allows you to edit records in your database.

14 Page Properties (List) Use the Page Properties settings to customize your list page Page Design: Display Type: Choose between Table List or Custom view in other to set how records are displayed on a particular page. See List Page(table view) and List Page (custom view) for more details. Header Title: Set the header title of the page which you want to display. Page Title Icon: Choose the icon you want to be displayed by the side of the page header title. Empty Record Message : If no records are found on your database, the text set here will be displayed to your users. Default Query Combination (advance): Use this section, when you want to add multiple tables to be displayed on your page. This is a custom database query. See Database Query Configuration for more details. Page Components: List Sequence: set to true if you want to display numbering in the table for the displayed records. Pagination Settings: customize the pagination display on the table footer. See List Page pagination settings for more details. Action Button Display Style: choose how you would want to display the action buttons on your table view. Styles are (icons, dropdown).

15 Page Properties (List) Contd Set true or false for each field if you want to display the following to your users. Add Button Enable adding record. Edit Button Enable record editing. Delete Button Enable record deleting. View Button Enable record viewing. Check Button Enable multiple record selection. Export Button Enable export for displayed records. Search Field Enable Searching for displayed records. Table Design: Table Boarder Style: Choose how you would like the table to be styled. Table Striped: Set to true of you want your table striped. Table Hover-able: Set to true if you want your table to be hover enabled. Table Responsive: Set to true if you want your table to be responsive in other to adjust to the viewing screen size.

16 Page Properties (View) Use the page properties settings to customize your view page Page Design: Display Type: Choose between Table List or Custom view in other to set how records are displayed on a the view page. Header Title: Set the header title of the page which you want to display. Page Title Icon: Choose the icon you want to be displayed by the side of the page header title. Show Back To Listen: Gives you the option to insert a previous button which takes you back to the previous page you left. General (Advance): Action After View: Gives you the option of customizing an action after loading your page or viewing record by inputting your custom code. E.g. Inserting the Total time spent in viewing the page into database. Action Before View: Gives you the option of customizing an action before loading your page or viewing record by inputting your custom code. E.g. Updating the view count of that record.

17 Page Properties (View) Contd Page Components: Edit Button: Edit Button Enable record editing. Delete Button Enable record deleting. Export Button Enable export for displayed records. Table Design: Table Boarder Style: Choose how you would like the table to be styled. Table Striped: Set to true of you want your table striped. Table Hover-able: Set to true if you want your table to be hover enabled. Table Responsive: Set to true if you want your table to be responsive in other to adjust to the viewing screen size.

18 Page Properties (Add) Page Design: Header Title: Set the header title of the page which you want to display. Page Title Icon: Choose the icon you want to be displayed by the side of the page header title. Show Back To Listen: Gives you the option to insert a previous button which takes you back to the previous page you left Form Layout Type: Gives you the option to choose the format in which your form would be displayed to your users. General : Redirect To After Add: Gives you the options to choose the page your users should be redirected to after adding a record. Message After Add: Customize message to display after your users add a record; either successfully or otherwise. Action After Add(advance): Gives you the option of customizing an action after adding a record by inputting your custom code. Action Before Add(advance): Gives you the option of customizing an action before adding a record by inputting your custom code. Server Side Validation: this Checks to see if a record inserted is valid or not and it s done on the server side.

19 Page Properties (Edit) Page Design: Header Title: Set the header title of the page which you want to display. Page Title Icon: Choose the icon you want to be displayed by the side of the page header title. Show Back To Listen: Gives you the option to insert a previous button which takes you back to the previous page you left General : Redirect To After Edit: Gives you the options to choose the page your users should be redirected to after editing a record. Message After Edit: Customize message to display after your users update a record; either successfully or otherwise. Action After Update(advance): Gives you the option of customizing an action after updating your record by inputting your custom code. Action Before Update(advance): Gives you the option of customizing an action before updating a record by inputting your custom code. Miscellaneous: Form Layout Type: Choose the pattern/display format you would want to display the form to uses. Server Side Validation: this Checks to see if a record inserted is valid or not and it s done on the server side.

20 Page Properties (Delete) General : Record Delete Settings: For some operation Deleting a record would not be appropriate, using this field would allow you to either delete the record or set a flag, to indicate that the record has been deleted. E.g. Updating the records field in the database to deleted. Prompt Message Before Delete: Indicate the message to prompt users about a deletion that is about to occur. Message After Delete: Customize message to display after your users delete a record; either successfully or otherwise. Redirect To After Delete: Gives you the options to choose the page your users should be redirected to after deleting a record. Action After Delete(advance): Allows you to specify an action to be executed after deleting a record by inputting your custom code. Action Before Delete(advance): Allows you to specify an action to be executed before delete a record by inputting your custom code.

21 List page(page Fields) Search: untick the section you wouldn t like to be searchable on the table. Search Type: Select the compare method to be used for a column when searching for record. To remove a column from your table untick the field here. The GROUP BY statement is often used with aggregate functions (COUNT, MAX, MIN, SUM, AVG) to group the result-set by one or more columns By definition, an aggregate function performs a calculation on a set of values and returns a single value. MySQL provides many aggregate functions that include AVG, COUNT, SUM, MIN, MAX, etc. An aggregate function ignores NULL values when it performs calculation except for the COUNT function. Use this section to pick the type of aggregate function you prefer.

22 View page(page Fields) Use these arrows to re-arrange the fields. To remove a column from your view untick the field here. By definition, an aggregate function performs a calculation on a set of values and returns a single value. MySQL provides many aggregate functions that include AVG, COUNT, SUM, MIN, MAX, etc. An aggregate function ignores NULL values when it performs calculation except for the COUNT function. Use this section to pick the type of aggregate function you prefer.

23 Add & Edit page(page Fields) Use these arrows to re-arrange the fields. To remove a column from your form untick the field here.

24 List page (Table View) Tabular List is the default view for record display type in PHPRad environment; the resulting view is show below Resulting View

25 List page (Custom View) Advance. When Display type is set to custom view, a provision is made to customize record display format, see image below for more details. Use the Custom Html view to provide your customized view code Resulting View

26 List page (Database Query Config) Advance. This enables you to add multiple tables on a single page (if you want to display records from different database tables on a single page, using a join statement in your query.) the Default Query Configuration Section helps you to achieve that. Select the table to add Select join type Select the (Collection) to display this view Fields to match on both tables Use to remove unwanted table from the joined tables Ok to display result on List Page Fields

27 List page (Pagination Settings) Paging means showing your query result in multiple pages instead of just put them all in one long page. The Pagination setting is used to set the appearance of your table paging links. Click to open Choose what format you would like to display your pagination. Used to display; Page Count, Record Count, Record Limit respectively, untick to hide from pagination view. Preview Panel Tick to apply settings to all pages of the system. When using Numeric PrevNext, this indicate the number of pages link to display.

28 List & View page (Fields property) The fields property is used to set your desire preference for each column display. Display Type: choose either plan text, Custom or Image in order to display your column the way you prefer Plan Text: display the record as it is in the database. Image: render the record as an image using the text from DB. Custom: prove a custom code in order to display your record. Sortable: this allows for making a field sortable when set to true. Field Link: enables you to make a field into a link by specifying the link value, such that when clicked will open a the specified link destination. Column Width: used to set width for a specific column in the table. Normally in PX or %. Display Label: Indicates the name of the column, this can be changed by simply typing your desired name. See next page for mere info.

29 List & View page (Fields property) Contd Choose display type. (Plan text, Custom & Image) Provides link to link to another page/page record. Enter desired name for field record. Set the display column width Provide code for custom display of record. Set true to make field sortable Set Image display size

30 Add & Edit Form Controls Properties A form is a section of a document containing normal content, markup, special elements called controls(checkboxes, radio, Text Area, File, etc.), and labels on those controls. The form Control Properties are used to define the characteristics of an element, such as indicating an action to perform by that element. Lets take a look at these controls; Go to Next Page

31 Add & Edit Form Controls (Textbox) The Textbox also know as input element can be displayed in several ways, depending on the type(textbox Type) attribute. Choose the display type. E.g. (Password field) The autocomplete attribute allows for the browser to automatically completes the input values based on the data supplied. See Auto Complete Data Source & Option List Data Source on how to populate the data. Specify the default value if none is supplied by the user Add an additional information to the input field for users. Specify number of characters to accept from users. The disabled attribute specifies that the input field is disabled. A disabled input field is unusable and un-clickable, and its value will not be sent when submitting the form. The read-only attribute specifies that the input field is read only (cannot be changed) Choose an icon to display, leave empty if you don t want to display any. Display Label is used to identify the information needed for the Textbox.

32 Add & Edit Form Controls (Textbox) Contd The Textbox also know as input element can be displayed in several ways, depending on the type(textbox Type) attribute. Choose the icon to display for the input field The placeholder attribute specifies a short hint that describes the expected value of an input field Required: The required attribute specifies that an input field must be filled out before submitting the form is set to true. Validation error Message: Enter the required message to display if validation error occurs. Check Duplicate: this will check the database to see if entered value already exist, it only happens if set to true. Specify the width of the input field, leave empty for default

33 Add & Edit Form Controls (Combo box) The Combo Box (select) element defines a drop-down list with options to choose from Use the Option List Data Source to populate data to display on the drop down list options. See Auto Complete Data Source & Option List Data Source on how to populate the data. Start With Field Set Title: enable you to group form elements and with the title you provide here. Use Selectize: enable this, if you would like to make the select field searchable. Multiple Select: set to true if u want to allow for multiple select Max Select: specify the max number of items to select from the list. Use -1 for infinity.

34 Add & Edit Form Controls (Checkbox) Checkboxes let a user select ZERO or MORE options of a limited number of choices Use the Option List Data Source to populate data to display to users for selection. See Auto Complete Data Source & Option List Data Source on how to populate the data.

35 Add & Edit Form Controls (Radio button) Radio buttons let a user select ONLY ONE of a limited number of choices Use the Option List Data Source to populate data to display for the radio button options. See Auto Complete Data Source & Option List Data Source on how to populate the data.

36 Add & Edit Form Controls (Textarea) Text Area : defines a multi-line text input control. A text area can hold an unlimited number of characters An HTML editor is a computer program for editing HTML, the markup of a webpage. Although the HTML markup of a web page can be written with any text editor, specialized HTML editors can offer convenience and added functionality. Enable this feature to use the editor in your Text Area field. Specify the minimum required number of characters to accept from user.

37 Add & Edit Form Controls (File) File: file input in HTML forms is to let users include entire files (pictures, videos, documents, etc.) from their system into a form submission Set to true if u want to enable drag and drop of files to the file field. Specify the file upload directory you would like to store files uploaded by the user. This allow you to specify the way the file name will be created. Choose between saving the file full path or relative file path to your database. Enter text to add to the start of the file name. leave empty if none Allow file extension: select the file type required. Use (*) for all types Max number of files: set the number of files user can upload at once. Max file size In MB: set max upload file size in megabyte.

38 Add & Edit Form Controls (None) None: this indicates that the field will be hidden to the user. You can set a default value for the field if it is required by the database.

39 Auto Complete Data Source & Option List Data Source The auto complete data source and Option list data source perform the same actions; They provide a view for you to populate data for (select field, check box field, etc.) In order to populate the data follow the instruction bellow: Select the Option / Auto complete data source to display the data source view

40 Auto Complete Data Source & Option List Data Source Contd Quick List: set of predefined data has been provided. Choose from the drop-down list.

41 Auto Complete Data Source & Option List Data Source Contd Enter Values: You can enter your custom value using this provide field. Value: the value you wish to submit to database. Label: text to display to users to choose options from

42 Auto Complete Data Source & Option List Data Source Contd Select Source from Database: This allows you to populate your data source from existing records in the database. Select the table you wish to populate data from Choose the value field, which would be submitted to database Select what field the data should be arranged with Tick this field if you want to enable real time search, such as looking up the value from the database as user begins to type in the select field. Select what order the data should appear: in ascending (ASC) or descending (DESC) order. Use only if the Order By Field has been selected. text to display to users to choose options from Tick to preven display of multiple records

43 Auto Complete Data Source & Option List Data Source Contd (Advance) Source from SQL Statement: This allows you to write a custom SQL Statement in order to populate your data source from existing records in the database. The example statement provided, should guide you on how to write your custom SQL query. Notice the AS value and AS label which specifies which column should be used as value and which column should be used as label; This should be available in all custom SQL statement you write in order for the system to detect the value and label fields.

44 Login and Registration To configure user login and registration module, use the Configure Login Button on the top left corner of the environment. Fill in the popup form and click Okay. That s all. More details bellow: Select the database table to use for user data storage. Select the matching column for each given fields respectively. and Photo are optional. Tick the Remember Me section if you want to display that field to the users. Select what info to accept in order to authenticate a user (either Username, or Username & ) Allow users to register: obviously the idea. Enable this to allow users to register. Enable Password Reset: tick to allow users to recover there password if forgotten. Choose between force verification or loin after register. Note: Force verification will not work on localhost. Use only when system is hosted on a server.

45 Managing User Roles (Access Control) Implementing Role Based Access Control (RBAC), use the Manage Permission Button on the top left corner of the environment. Select the column to use as the RBA from the authentication table used to configure the login and registration, add a new role and tick the respective field you would want users under that role to have access to and click Okay. That s all. More details bellow: Choose the column to use for access control Add a new user role or delete a user role using this buttons. Tick the pages you want users under that role to have access to. Leave unticked if you do not want them to have access to those pages

46 Menu Configuration How to Configure the Menu. use the Menu Configuration Button on the top left corner of the environment. On the popup window, select the location to display your menu from the dropdown list, fill out the menu property form for each menu and click Okay. That s all. More details bellow: Select your desired menu position from the dropdown list. Use the Up & Down arrow to re-arrange the menus. Add or remove a menu from the list using the green/red button respectively. Path: choose or enter the page to open when the menu is clicked. Display Label: title to display for the menu. Target: this specifies a window or a frame where the linked document is loaded (_self-load in same window, _black-load on a new window, _parent-will open in the next level up of a frame if they were nested inside one another, _top-this breaks outside of all the frames it is nested in and opens the link as top document in the browser window). Menu Icon: choose the icon to display before the menu title.

47 Page Components Design How to Design a page. use the Page Design Components Button on the top left corner of the environment. On the popup window, there are many components that will help you design a page, such as adding bar chart, pie charts, information panel, also allows your to build a custom view (I.e. writing custom HTML codes to your needs ) and many more. Select the page you wish to design Drag components from this panel onto your desired Section on the selected page Use the New section menu to add rows to a page. User the New Column to add columns to a row in the page This panel represent your page This panel is used to customize each component added to a section

48 Page Components Record Counts are used to add counts of records in the database, as seen in the image bellow. Menu: allow you to add menus to your page, either dynamic or static menus Used to represent data graphically in a page; Allows you to add charts to represent data graphically, as show in the image bellow. Allow you to provide your custom view code Allow you to add a page as sub page in another page

49 Page Components (Record Count) Title: set/edit the title of the record count view SQL: the code which does the database record counting. Value Prefix & Value Suffix: enter any value you wish to display before or after the count number (E.g. $100, 300%), useful for when you want to display currency before or after the number. Progress Bar: set to true if you want to display a bar. Progress Bar Max Value: set the max number for the progress bar in order to display current position of the count. Display Style: Choose the format you want to display the view. Link: choose/set the page to open when the view is clicked. Icon: choose an icon to indicate what type of record count is displayed. CSS Class: choose the color to use for the view (I.e. info-is the primary color of the app theme, danger-is red color, success-is green color etc.). Short Description: Describe the record count you are displaying. Resulting View

50 Page Components (Menus static-menu) Menu Header Title: Enter desire menu title to display Style: select the format you would want to display the menu Fixed: set to true if you would want the menu not to scroll along with the page contents. Click (Collection) to open the menu configuration windows Stacked: set to true if you want to display the menu vertically. Set false for horizontal view. Go to Menu and see how to configure your menus.

51 Page Components (Menus dynamic-menu) Click Menu Data Source to open the Form Menu Data Source windows Menu link path, Menu Label : this paths will be filled after setting your data source Menu Header Title: set the header title name of the menu Table Name: Set the database table name you want to use as the dynamic menu set. Menu Display Field : Chose the column you want to display as the link title of your menu. Order By: Choose the column to order by set the order at which you want to display the menu. (I.e. A-Z).

52 Page Components (Charts) Advance Used to represent data graphically in a page; Allows you to add charts to a page. Choose the type of chart you want to display. Set the title of the chart. Set a short description for the field. Use the query builder to generate SQL statement Set a title. Label Field: Choose the field to use as label for the chart data. Value Field: Choose the field to use as counts for the chart. Click on the (collection) to populate the chart using the pop up window. Or manually enter your SQL statement here Click Okay when done

53 Page Components (Custom View) In order to render your own custom view in a page, click the button next to CustomCode here A window will be open, which you can use to supply your custom view codes to render to a page as show below. Use this view to supply your custom code Click Okay when done

54 Page Components (Sub Page) Sub page is used for, when you want to display/imbed a page inside another page. The sub page can be customized to be imbedded in different format such as (Modal, As is or customize the default page to suit your need). See image below. If you choose Custom View or Custom View Modal, a custom code property will appear giving you the ability to customize the code in it

55 Selecting Your application Theme How to set the application theme. use the Project Theme Button on the top. On the popup window, Select your preferred theme from the dropdown list, and click Okay. That s all. More details bellow: Navigate between these menu to see how the selected theme would be applied on the various view. Choose your desired theme from the dropdown list. Tick the navbar inverse to invert the selected color of the navigation bar This is the Preview panel which shows you the current active theme which you have selected.

56 Application settings How to customize your preference/settings: use the Project Settings button To open the setting windows. Fill out the from and click Okay. Enter/Edit the project name Set/edit the project location. Make sure that the location is in your web document root. Set/edit the project site address Set or Edit the Author name Set/edit the system key word, which would be used by google when indexing the application for users to easily find this system when search for. Set/edit the project description Select an image for the system favicon Select an image for the system logo

57 Application settings To send mail with the PHP default mail function. Enter/Edit the sender s Enter/Edit the sender s name Set/edit the project site address To send mail with your Gmail account or any other account. Enter/Edit the username of the account (this is usually the address of the account) Enter/Edit the your /account password Set/edit the host provider of your (for Gmail use : smtp.gmail.com). Set/edit the server port of your provider. (for Gmail use: 465 or 587 for secured connection)

58 Publish Application In order to publish the application. use the Publish Button on the top right corner of the environment. On the popup window, you can also edit the application setting. Untick the files you don t want to push and click Okay. That s all. More details bellow: Note: Selected files will be published. Any manuals changes made to file will be overridden Untick any file you don t wish to publish. This is usefully for when you don t want to override any file you have manually edited You can also modify the application settings here

Monitoring and Evaluation Tool

Monitoring and Evaluation Tool Monitoring and Evaluation Tool USER MANUAL March, 2014 www.menarid.icarda.org THIS PAGE LEFT EMPTY INTENTIONALLY USER MANUAL Definitions and abbreviations Chart... Graphical representation of M&E project

More information

Blue Form Builder extension for Magento2

Blue Form Builder extension for Magento2 Blue Form Builder extension for Magento2 User Guide Version 1.0 Table of Contents I) Introduction.. 4 II) Installation 5 III) General Configurations...6 IV) Manage Forms.. 7 1) List of Forms 7 2) Add New

More information

PlayerLync Forms User Guide (MachForm)

PlayerLync Forms User Guide (MachForm) PlayerLync Forms User Guide (MachForm) Table of Contents FORM MANAGER... 1 FORM BUILDER... 3 ENTRY MANAGER... 4 THEME EDITOR... 6 NOTIFICATIONS... 8 FORM CODE... 9 FORM MANAGER The form manager is where

More information

Documentation for the new Self Admin

Documentation for the new Self Admin Documentation for the new Self Admin The following documentation describes the structure of the new Self Admin site along with the purpose of each site section. The improvements that have been made to

More information

Management Reports Centre. User Guide. Emmanuel Amekuedi

Management Reports Centre. User Guide. Emmanuel Amekuedi Management Reports Centre User Guide Emmanuel Amekuedi Table of Contents Introduction... 3 Overview... 3 Key features... 4 Authentication methods... 4 System requirements... 5 Deployment options... 5 Getting

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components

More information

Quick Start Guide. Visual Planning 6 New Features

Quick Start Guide. Visual Planning 6 New Features Visual Planning 6 New Features Contents Chapter 1. ADMIN CENTER... 3 1.1. Admin Center Dashboard... 3 1.2. Planner Menu... 3 1.3. Document storage and file navigator... 3 1.4. Connection history... 3 1.5.

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Nextiva Drive The Setup Process Mobility & Storage Option

Nextiva Drive The Setup Process Mobility & Storage Option Nextiva Drive The Setup Process The Setup Process Adding Users 1. Login to your account and click on the Account icon at the top of the page (this is only visible to the administrator). 2. Click Create

More information

SPECIFICATIONS Insert Client Name

SPECIFICATIONS Insert Client Name ESSENTIAL LMS BRANDING SPECIFICATIONS Insert Client Name Creation Date: June 23, 2011 Last Updated: July 11, 2017 Version: 16.5 Page 1 Contents Branding Elements... 3 Theme Management... 3 Header Images...

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Introduction One of the DbSchema modules is the Forms and Reports designer. The designer allows building of master-details reports as well as small applications for

More information

Tobacco Products Manufacturer s and Importer s Report

Tobacco Products Manufacturer s and Importer s Report Tobacco Products Manufacturer s and Importer s Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click on the Login button. If you have not

More information

General Training Curriculum

General Training Curriculum General Training Curriculum Table of Contents 1.0 Getting Started 1.1 What is MODX? 1.2 Browser Support 1.3 How Do I Log In? 2.0 MODX Dashboard 2.1 What is a Dashboard? 2.2 Global Top Menu Bar 2.2.0 MODX

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Blue Form Builder extension for Magento 2

Blue Form Builder extension for Magento 2 Blue Form Builder extension for Magento 2 User Guide Version 1.0 Table of Contents I) Introduction......5 II) General Configurations....6 1) General Settings.....7 2) ReCaptcha... 8 III) Manage Forms......

More information

SchoolDesk University

SchoolDesk University SchoolDesk University Forms, Surveys, and Polls Module 101 Guided Walk-through for the basic fields, terminology, and location of tools. What is the NEW SD7 Forms Module? The NEW SchoolDesk Forms Module,

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

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress About the Tutorial WordPress is an open source Content Management System (CMS), which allows the users to build dynamic websites and blog. WordPress is the most popular blogging system on the web and allows

More information

Qualtrics Survey Software

Qualtrics Survey Software Qualtrics Survey Software GETTING STARTED WITH QUALTRICS Qualtrics Survey Software 0 Contents Qualtrics Survey Software... 2 Welcome to Qualtrics!... 2 Getting Started... 2 Creating a New Survey... 5 Homepage

More information

GOBENCH IQ Release v

GOBENCH IQ Release v GOBENCH IQ Release v1.2.3.3 2018-06-11 New Add-Ons / Features / Enhancements in GOBENCH IQ v1.2.3.3 GOBENCH IQ v1.2.3.3 contains several new features and enhancements ** New version of the comparison Excel

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

Custom Contact Forms Magento 2 Extension

Custom Contact Forms Magento 2 Extension Custom Contact Forms Magento 2 Extension User Manual This is the user manual of Magento 2 Custom Contact Forms v100.0.0 and was last updated on 29-06-2017. To see what this extension can do, go to the

More information

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Table of Contents Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Series Chart with Dynamic Series Master-Detail

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

Pages are static content, generally linked in your navigation. They are used for things like your about page and contact page.

Pages are static content, generally linked in your navigation. They are used for things like your about page and contact page. North Star Marketing Client : The Guthrie Group Deliverable : Website Training +++ LOGGING IN AND OUT +++++++++ 1. Go to http://tgg.northstarmarketing.com/wp admin/. This is the address for the staging

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 5 Tips for s... 6 Pitfalls... 7 Key Information... 8 I. How to add a... 8 II. How to Edit... 10 SharpSchool s WYSIWYG Editor... 11 Publish a...

More information

Digication eportfolio Student s Guide (Last update: 8/2017)

Digication eportfolio Student s Guide (Last update: 8/2017) Digication eportfolio Student s Guide (Last update: 8/2017) 2 Table of Contents Introduction... 1 Creating Your eportfolio... 3 Editing Your eportfolio... 4 Area 1: Top Menu Bar... 6 Area 2: The Main Tabs...

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

User Guide Product Design Version 1.7

User Guide Product Design Version 1.7 User Guide Product Design Version 1.7 1 INTRODUCTION 3 Guide 3 USING THE SYSTEM 4 Accessing the System 5 Logging In Using an Access Email 5 Normal Login 6 Resetting a Password 6 Logging Off 6 Home Page

More information

Asset Arena InvestOne

Asset Arena InvestOne Asset Arena InvestOne 1 21 AD HOC REPORTING 21.1 OVERVIEW Ad Hoc reporting supports a range of functionality from quick querying of data to more advanced features: publishing reports with complex features

More information

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information

Swiiit User Guide 09/11/2016

Swiiit User Guide 09/11/2016 Swiiit User Guide 09/11/2016 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

Out-of-State Tobacco Products Wholesale Dealer s Report

Out-of-State Tobacco Products Wholesale Dealer s Report Out-of-State Tobacco Products Wholesale Dealer s Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click on the Login button. If you have not

More information

Enterprise Reporting -- APEX

Enterprise Reporting -- APEX Quick Reference Enterprise Reporting -- APEX This Quick Reference Guide documents Oracle Application Express (APEX) as it relates to Enterprise Reporting (ER). This is not an exhaustive APEX documentation

More information

Coastal Connections. Student Leader User Guide

Coastal Connections. Student Leader User Guide Coastal Connections Last updated October 2011 0 Table of Contents Getting Started... 2 Managing Your Organization s Site... 3 Managing Your Organization s Interests... 5 Managing Your Organization s Roster...

More information

Advanced Training Manual: Surveys Last Updated: October 2013

Advanced Training Manual: Surveys Last Updated: October 2013 Advanced Training Manual: Surveys Last Updated: October 2013 Advanced Training Manual: Surveys Page 1 of 28 Table of Contents Introduction Training Objective Surveys Overview Survey Table Survey Options

More information

Forms iq Designer Training

Forms iq Designer Training Forms iq Designer Training Copyright 2008 Feith Systems and Software, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into

More information

Requirements Document

Requirements Document GROUP 9 Requirements Document Create-A-Page Matthew Currier, John Campbell, and Dan Martin 5/1/2009 This document is an outline of what was originally desired in the application in the Project Abstract,

More information

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme)

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme) Table of Contents A Quick Introduction to the Genesis Framework for WordPress Introduction to the Genesis Framework... 5 1.1 What's a Framework?... 5 1.2 What's a Child Theme?... 5 1.3 Theme Files... 5

More information

Veco User Guides. Grids, Views, and Grid Reports

Veco User Guides. Grids, Views, and Grid Reports Veco User Guides Grids, Views, and Grid Reports Introduction A Grid is defined as being a list of data records presented to the user. A grid is shown generally when an option is selected from the Tree

More information

DASHBOARD PERFORMANCE INDICATOR DATABASE SYSTEM (PIDS) USER MANUAL LIBERIA STRATEGIC ANALYSIS TABLE OF CONTETABLE OF CONT. Version 1.

DASHBOARD PERFORMANCE INDICATOR DATABASE SYSTEM (PIDS) USER MANUAL LIBERIA STRATEGIC ANALYSIS TABLE OF CONTETABLE OF CONT. Version 1. UNITED STATES AGENCY FOR INTERNATIONAL DEVELOPMENT TABLE OF CONTETABLE OF CONT PERFORMANCE INDICATOR DATABASE SYSTEM (PIDS) LIBERIA STRATEGIC ANALYSIS DASHBOARD USER MANUAL Version 1.0 PERFORMANCE INDICATOR

More information

Configuring Ad hoc Reporting. Version: 16.0

Configuring Ad hoc Reporting. Version: 16.0 Configuring Ad hoc Reporting Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Getting Started (New Accounts)

Getting Started (New Accounts) Getting Started (New Accounts) 1. On any page with the menu, go to the faculty section and choose Faculty Website Access. 2. On the login page, make sure you are on Windows Login. Login with the username

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

JSN UniForm User Manual. Introduction. A simple contact form created by JSN UniForm. JSN UniForm is a Joomla form extension which helps you create

JSN UniForm User Manual. Introduction. A simple contact form created by JSN UniForm. JSN UniForm is a Joomla form extension which helps you create JSN UniForm User Manual Introduction A simple contact form created by JSN UniForm JSN UniForm is a Joomla form extension which helps you create forms quickly and easily - from normal forms to complex forms.

More information

SelectSurveyASP Advanced User Manual

SelectSurveyASP Advanced User Manual SelectSurveyASP Advanced User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.happyfox.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your rights

More information

Kendo UI Builder by Progress : Using Kendo UI Designer

Kendo UI Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Notices 2016 Telerik AD. All rights reserved. November 2016 Last updated with new content: Version 1.1 3 Notices 4 Contents Table of Contents Chapter

More information

Getting Started with the Aloha Community Template for Salesforce Identity

Getting Started with the Aloha Community Template for Salesforce Identity Getting Started with the Aloha Community Template for Salesforce Identity Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved.

More information

Division of Alcoholic Beverages and Tobacco. Liquor Distiller s and Rectifier s Monthly Report

Division of Alcoholic Beverages and Tobacco. Liquor Distiller s and Rectifier s Monthly Report Division of Alcoholic Beverages and Tobacco Liquor Distiller s and Rectifier s Monthly Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click

More information

JSN Dona Portfolio User's Guide

JSN Dona Portfolio User's Guide JSN Dona Portfolio User's Guide Getting Started Template Package Installation 1. Download the template installation package Log in JoomlaShine Customer Area to download the template package that you have

More information

Swiiit User Guide 03/09/2015

Swiiit User Guide 03/09/2015 Swiiit User Guide 03/09/2015 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

User Guide. Version Exago Inc. All rights reserved.

User Guide. Version Exago Inc. All rights reserved. User Guide Version 2016.2 2016 Exago Inc. All rights reserved. Exago Reporting is a registered trademark of Exago, Inc. Windows is a registered trademark of Microsoft Corporation in the United States and

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating a Webform First Steps... 1 Form Components... 2 Component Types.....4 Conditionals...

More information

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager Vector Issue Tracker and License Manager - Administrator s Guide Configuring and Maintaining Vector Issue Tracker and License Manager Copyright Vector Networks Limited, MetaQuest Software Inc. and NetSupport

More information

AURUM Metro Navigation

AURUM Metro Navigation AURUM Metro Navigation End User Document Version 1.0 Oct 2016 Table of Contents 1. Introduction... 3 2. Initialization... 4 2.1 Create Metro Navigation List... 4 2.1.1 Adding the Metro Navigation Web part...

More information

Introduction to Qualtrics ITSC

Introduction to Qualtrics ITSC Introduction to Qualtrics ITSC August 2015 Contents A. General Information... 4 B. Login... 5 New Qualtrics User... 5 Existing Qualtrics User... 7 C. Navigating Qualtrics... 9 D. Create Survey... 10 Quick

More information

CollegiateLink Student Leader User Guide

CollegiateLink Student Leader User Guide CollegiateLink 2011 Last updated February 2011 0 Table of Contents Getting Started... 2 Managing Your Organization s Site... 3 Managing Your Organization s Interests... 5 Managing Your Organization s Roster...

More information

If you have questions or need assistance in any way, please contact MicroEdge Technical Support.

If you have questions or need assistance in any way, please contact MicroEdge Technical Support. AngelPoints Advanced Reporting Users Guide 2017 Advanced Reporting leverages existing technologies current employed in GIFTS Online to provide AngelPoints users with a new and more robust environment to

More information

Welcome to the Investor Experience

Welcome to the Investor Experience Welcome to the Investor Experience Welcome to the Black Diamond Investor Experience, a platform that allows advisors to customize how they present information to their clients. This document provides important

More information

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions.

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions. USER GUIDE This guide is intended for users of all levels of expertise. The guide describes in detail Sitefinity user interface - from logging to completing a project. Use it to learn how to create pages

More information

Somerville College WordPress user manual. 7th October 2015

Somerville College WordPress user manual. 7th October 2015 Somerville College WordPress user manual 7th October 05 0 INDEX YOUR SITE IMAGES FORMS THE MENU 4 4 5 0 YOUR SITE The Content Management System The Somerville website has been built using the WordPress

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

LIMS QUICK START GUIDE. A Multi Step Guide to Assist in the Construction of a LIMS Database. Rev 1.22

LIMS QUICK START GUIDE. A Multi Step Guide to Assist in the Construction of a LIMS Database. Rev 1.22 LIMS QUICK START GUIDE A Multi Step Guide to Assist in the Construction of a LIMS Database Rev 1.22 Contents Contents...1 Overview - Creating a LIMS Database...2 1.0 Folders...3 2.0 Data Fields...3 2.1

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Configuring Ad hoc Reporting Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2012 Intellicus Technologies This document and its

More information

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0 User Manual Administrator s guide for mass managing VirtueMart products using VM Mass Update 1.0 The ultimate product management solution for VirtueMart! Contents Product Overview... 3 Feature List...

More information

eschoolplus+ Cognos Query Studio Training Guide Version 2.4

eschoolplus+ Cognos Query Studio Training Guide Version 2.4 + Training Guide Version 2.4 May 2015 Arkansas Public School Computer Network This page was intentionally left blank Page 2 of 68 Table of Contents... 5 Accessing... 5 Working in Query Studio... 8 Query

More information

VIVVO CMS Plug-in Manual

VIVVO CMS Plug-in Manual VIVVO CMS Plug-in Manual www.vivvo.net 1 TABLE OF CONTENTS INTRODUCTION...4 PLUGIN: CONTACT FORM BUILDER PLUG-IN...5 DESCRIPTION:...5 HOW TO INSTALL?...5 ACTIVATION:...5 ACCESS:...5 USER LEVEL:...5 ACTIONS:...6

More information

Book IX. Developing Applications Rapidly

Book IX. Developing Applications Rapidly Book IX Developing Applications Rapidly Contents at a Glance Chapter 1: Building Master and Detail Pages Chapter 2: Creating Search and Results Pages Chapter 3: Building Record Insert Pages Chapter 4:

More information

Creating Dashboard. Version: 7.3

Creating Dashboard. Version: 7.3 Creating Dashboard Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Templates and Forms A Complete Overview for Connect Users

Templates and Forms A Complete Overview for Connect Users Templates and Forms A Complete Overview for Connect Users Chapter 1: Introduction... 3 Chapter 2: Microsoft Online Templates... 3 Word Templates... 3 Template Details... 4 Create a Template... 4 Update

More information

Getting Started Quick Start Guide

Getting Started Quick Start Guide Getting Started Quick Start Guide This guide provides tips for users new to using the Learning Environment. It discusses how to navigate the main areas and how to change your personal preferences and settings.

More information

Here is an example of a spending report-type Dashboard. This would be a great tool for a Sales Manager.

Here is an example of a spending report-type Dashboard. This would be a great tool for a Sales Manager. iphone Dashboard handbook Introduction Welcome to the iphone Dashboard Handbook, your one-stop source for learning about and creating 4D iphone Dashboards. iphone Dashboards are data-at-a-glance summaries

More information

Website Creating Content

Website Creating Content CREATING WEBSITE CONTENT As an administrator, you will need to know how to create content pages within your website. This document will help you learn how to: Create Custom Pages Edit Content Areas Creating

More information

FB Image Contest. Users Manual

FB Image Contest. Users Manual FB Image Contest Users Manual Table of contents Description.. 3 Step by step installation... 5 The administration interface.. 10 Creating a new contest... 13 Creating a Facebook Application.. 19 Adding

More information

Table of Contents. Table of Contents

Table of Contents. Table of Contents Powered by 1 Table of Contents Table of Contents Dashboard for Windows... 4 Dashboard Designer... 5 Creating Dashboards... 5 Printing and Exporting... 5 Dashboard Items... 5 UI Elements... 5 Providing

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.helpdeskpilot.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

Updated PDF Support Manual:

Updated PDF Support Manual: Version 2.7.0 Table of Contents Installing DT Register... 4 Component Installation... 4 Install the Upcoming Events Module...4 Joom!Fish Integration...5 Configuring DT Register...6 General... 6 Display...7

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

International SOS e-learning Training Hub User Guide

International SOS e-learning Training Hub User Guide International SOS e-learning Training Hub User Guide WELCOME TO THE INTERNATIONAL SOS TRAINING HUB.... 2 STEP 1. ACCESSING THE INTERNATIONAL SOS TRAINING HUB... 2 STEP 2. LOGGING INTO INTERNATIONAL SOS

More information

Elixir Ad-hoc Report. Release Elixir Technology Pte Ltd

Elixir Ad-hoc Report. Release Elixir Technology Pte Ltd Elixir Ad-hoc Report Release 3.5.0 Elixir Technology Pte Ltd Elixir Ad-hoc Report: Release 3.5.0 Elixir Technology Pte Ltd Published 2014 Copyright 2014 Elixir Technology Pte Ltd All rights reserved. Java

More information

WebIntelligence. Creating Documents

WebIntelligence. Creating Documents Creating Documents This page is intentionally left blank. 2 WIC110904 Table of Contents Lesson Objective... 5 For Assistance...6 Introduction... 7 Document Editor... 7 Designing a Query Flowchart... 9

More information

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward Perch Documentation U of M - Department of Computer Science Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward 1 TABLE OF CONTENTS Introduction to Perch History of Perch ---------------------------------------------

More information

Web Page Basics. FRSD Elementary Technology Workshop. February Presented by Lisa Stewart, Tammy Gianvito, and Diane Kaufmann

Web Page Basics. FRSD Elementary Technology Workshop. February Presented by Lisa Stewart, Tammy Gianvito, and Diane Kaufmann Web Page Basics FRSD Elementary Technology Workshop February 2014 Presented by Lisa Stewart, Tammy Gianvito, and Diane Kaufmann Please save this booklet for future reference. 2 P a g e Notes and Questions

More information

SAS Visual Analytics 8.2: Working with Report Content

SAS Visual Analytics 8.2: Working with Report Content SAS Visual Analytics 8.2: Working with Report Content About Objects After selecting your data source and data items, add one or more objects to display the results. SAS Visual Analytics provides objects

More information

US: UK: +44 (0) AU: 1 (800) SG:

US: UK: +44 (0) AU: 1 (800) SG: WorldAPP Data Collection Platform If you need to collect data, analyze the results, and create professional reports this software lets you do it all. Key Survey/Extreme Form is loaded with ready-to-go

More information

Installation & Configuration Guide Enterprise/Unlimited Edition

Installation & Configuration Guide Enterprise/Unlimited Edition Installation & Configuration Guide Enterprise/Unlimited Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

CAL 9-2: Café Soylent Green Chapter 12

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

More information

Nexio G-Scribe Data Source Wizard

Nexio G-Scribe Data Source Wizard Nexio G-Scribe Data Source Wizard 6/17/2014 175-100330-00 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information

Tasks. User Guide 4.12

Tasks. User Guide 4.12 Tasks User Guide 4.12 ABOUT NORTHWOODS CONSULTING PARTNERS Northwoods Consulting Partners, Inc., founded in 1999, is a privately-held software development and services company headquartered in Dublin,

More information

Quick Start Guide. Version R94. English

Quick Start Guide. Version R94. English Custom Reports Quick Start Guide Version R94 English December 12, 2016 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

PROFILE DESIGN TUTORIAL KIT

PROFILE DESIGN TUTORIAL KIT PROFILE DESIGN TUTORIAL KIT NEW PROFILE With the help of feedback from our users and designers worldwide, we ve given our profiles a new look and feel. The new profile is designed to enhance yet simplify

More information

March 3 rd MWF MultiLayer. User Guide

March 3 rd MWF MultiLayer. User Guide March 3 rd 2018 MWF MultiLayer User Guide Table of contents 1. Introduction: The Project Settings Hub... 4 1.1 Wall Type Map... 5 1.2 Structural Templates... 5 1.1 Secondary Template... 5 1.2 Sheathing

More information

End User s Guide Release 5.0

End User s Guide Release 5.0 [1]Oracle Application Express End User s Guide Release 5.0 E39146-04 August 2015 Oracle Application Express End User's Guide, Release 5.0 E39146-04 Copyright 2012, 2015, Oracle and/or its affiliates. All

More information