The Product Designer plugin for nopcommerce. for nopcommerce version 3.50

Size: px
Start display at page:

Download "The Product Designer plugin for nopcommerce. for nopcommerce version 3.50"

Transcription

1 The Product Designer plugin for nopcommerce for nopcommerce version 3.50

2 Table of Contents 1. Installation Configuration General settings element parameters General settings text parameters General settings custom text parameters General settings custom images parameters Products in panel administration... 18

3 1. Installation Plugin should be installed before use. Unzip downloaded zip file. Copy Widgets.FancyProductDesigner directory to the plugins directory in nopcommerce (to [your nopcommerce website directory]\plugins). Whole content of ProductTemplates directory copy to main store theme directory (e.g. [your nopcommerce website directory\themes\[your main theme]) The installation proces: 1. Login to panel administration -> Configuration -> Plugins > Local plugins 2. Click Reload list of plugins 3. Find plugin: Fancy Product Designer and Click Install 4. Go to: System -> Templates -> Product templates 5. Add new record: Name = Fancy product, ViewPath = ProductTemplate.Fancy -> Update 2. Configuration After installing the plugin go to -> Content Management -> Widgets: 1. Set up Active for Fancy Product Designer plugin. 2. Go to Configure, you will find there general settings of the plugin: - Sidebar horizontal orientation Check it when sidebar should be displayed horizontally instead of vertically in the public store. - Debug JSON data Allow to debug JSON file during configuration process. It is very helpful feature for people familiar with JSON (developers, fancybox specialists) - Image Downloadable (If you want override default settings you should select first checkbox.). Shows customer the Download image button.

4 - Save As PDF (If you want override default settings you should select first checkbox.) - Shows to customer the Save as PDF button. - Allow Product Saving (If you want override default settings you should select first checkbox.) Allows user to save the current showing product. Views will be saved with localstorage. - Resettable (If you want override default settings you should select first checkbox.) Shows the button to reset a product. - Upload designs (If you want override default settings you should select first checkbox.) Users can upload own designs from the menu bar. - Custom text (If you want override default settings you should select first checkbox.) Users can add custom text via the menu bar. Element parameters You can see here Text parameters You can see here Custom text parameters You can see here Custom images parameters You can see here

5 Create Clipart Categories. Create categories for your designs that you would like to use in the sidebar. Just create one or more. You can enable and edit parameters for the selected design. For example you can specify custom prices for each of your designs individually. The single design parameters will overwrite the category parameters if using them. How to create Clipart categories: Click -> Add new -> Next step: click Edit

6 Go to Tab: Cliparts List and Add New

7

8 3. General settings element parameters The default parameters for image and text elements. If you want override default settings you should select first checkbox. Parameter (Type) Explanation Default Value colors (Boolean or string) By default its set to false, this means for an image it will not be converted in a canvas element so it can not be colorized by the user. You can also enter a string with hex color values separated by commas (e.g. ), this will activate a list with static colors. If you want to activate the colorpicker, just enter a string with one hex color value (e.g. '#000000'). Possible values: false false : No colorization for this element, just the image will be used.

9 Parameter (Type) Explanation Default Value "#000000" : A single hexidecimal color value, that enables the colorpicker. "#000000,#ffffff,#990000" : A string with a list of hexidecimal color values, that enables a list with static colors. "TITLE_OF_AN_ELEMENT_IN_THE_FIRST_VIEW" : You can also enter the title of an element in the first view for an element in a sub view. So the color of an element in the sub view is controlled by the color of an element in the first view. removable (Boolean) Set it to true if the element can be removed. false draggable (Boolean) Set it to true if the element can be dragged. false rotatable (Boolean) Set it to true if the element can be rotated. false resizable (Boolean) Set it to true if the element can be resized. false zchangeable (Boolean) Set it to true if the z-position of the element can be changed. false autocenter (Boolean) Centers the element in the stage or bounding box. If you set this parameter to true, you do not need to set a x and y! false replace (String) Replaces an element, if an element is added to stage and another element with the same type and the same replace value is on the stage. '' autoselect (Boolean) Selects the element when its added to stage. false topped (Boolean) Sets the element always on top false price (Number) The additional price for that element. 0

10 Parameter (Type) Explanation Default Value opacity (Number) Sets the opacity of the element. 1 boundingbox (Boolean, string or object) By default its set to false, that means no bounding box. You can also enter a title of another element and the plugin knows that this is the containment for the element. If you want to create a custom bounding box, you can also enter an object with following properties: x,y,width and height. E.g. {"x": 100, "y": 200, "width": 300, "height": 400} false boundingboxclipping (Boolean) Enables the bounding box of the element as mask for it. false originx (String) Sets the origin-x point of the element. Possible values are 'left' or 'center'. center originy (String) Sets the origin-y point of the element. Possible values are 'top' or 'center'. center uploadzone (Boolean) Only for image elements. You can use an image as upload box. Clicking on the image will open the upload dialog. false

11 4. General settings text parameters Default parameters for custom text elements. If you want override default settings you should select first checkbox.

12

13 Parameter (Type) Explanation Default Value font (Boolean String) If false it will use the font from the defaultfont option or set a font name from the fonts array. False textsize (Number) The text size in pixels. 18 patternable (Boolean) Only for text elements. User can choose a pattern for the text element. False fontweight (String) normal'sets the font weight - 'bold' or '. 'normal' fontstyle (String) Sets the font style - 'italic' or 'normal'. 'normal' editable (Boolean) Can the text be edited by the users? True lineheight Sets the line height of the text element. 1 textalign Sets the alignment of the text element. 'left' textbackgroundcolor Sets the background color of the text element. '' textdecoration Sets the decoration of the text element. Possible values: 'underline', 'overline', 'line-through'. '' maxlength The maximum allowed characters, 0 means unlimited characters. 0 curved (Boolean) Makes the text curved. false curvable (Boolean) Can the users switch between normal and curved text? false curvespacing The spacing for curved text. 10

14 Parameter (Type) Explanation Default Value curveradius The radius for curved text. 80 colors (Boolean or string) By default its set to false, this means for an image it will not be converted in a canvas element so it can not be colorized by the user. You can also enter a string with hex color values separated by commas (e.g. ), this will activate a list with static colors. If you want to activate the colorpicker, just enter a string with one hex color value (e.g. '#000000'). Possible values: false false : No colorization for this element, just the image will be used. "#000000" : A single hexidecimal color value, that enables the colorpicker. "#000000,#ffffff,#990000" : A string with a list of hexidecimal color values, that enables a list with static colors. "TITLE_OF_AN_ELEMENT_IN_THE_FIRST_VIEW" : You can also enter the title of an element in the first view for an element in a sub view. So the color of an element in the sub view is controlled by the color of an element in the first view. curvereverse (Boolean) Reverses the direction of the curving. False 5. General settings custom text parameters Parameters for the custom texts. This object will merge elementparameters and textparameters. If you want override default settings you should select first checkbox.

15

16 6. General settings custom images parameters Default parameters for uploaded customer photos. If you want override default settings you should select first checkbox.

17 Parameter (Type) Explanation Default Value minw (Number) minh (Number) maxw (Number) maxh (Number) resizetow (Number) resizetoh (Number) The minimum upload size width in pixels. The minimum upload size height in pixels. The maximum upload size width in pixels. The maximum upload size height in pixels. Resizes the uploaded image to this width, if width is larger than the height. Resizes the uploaded image to this height, if height is larger than the width

18 7. Products in panel administration On each product in the panel administration, plugin creates an additional tab - Fancy design. How to create product: Step by step: 1. After creation of the product Go to TABS Product Info and set Product template: Fancy product Save and Continue Edit product 2. Go to Tab Fancy Design and click Add new First Tab: Fancy Product Designer Options - Description of settings (see previous) Second Tab Views List Product Design Views - Here we create a list of the pages of the product - for example, t-shirt may have two sides - front and back, will be made up of two views. Third Tab Clipart sets Here you can assign the available list of previously created Clipsets (in the configuration) More about tab: VIEWS LIST Create new view Click Add new

19 After Saving click EDIT Now you can create view product for design.

20 Every element placed on the form has properties that can be changed. To save custom settings, don t forget to click button SAVE to make it heppend.

21 How to prepare product design in the panel administration. Product customization in the order process:

The Product customization. User Guide

The Product customization. User Guide The Product customization User Guide Table of Contents 1. Configuration... 3 2. General settings element parameters... 8 3. General settings text parameters... 11 4. General settings custom text parameters...

More information

Theme Editor User Manual by nop4you.com

Theme Editor User Manual by nop4you.com Theme Editor User Manual by nop4you.com 1 List of content: 1. Before install... 3 2. Installation... 3 a. Reload list of plugins... 3 b. Find plugin and install... 4 3. Configuration... 5 a. Editor style...

More information

GROUP CANVAS USER SIDE FUNCTIONS

GROUP CANVAS USER SIDE FUNCTIONS Group Canvas V5.0 17 GROUP CANVAS USER SIDE FUNCTIONS INTRODUCTION Once the template is available on the user side there are a number of functions that the users have access to. This section of the manual

More information

Installing To Do List Plugin in nopcommerce. User Guide NOP4YOU.COM 1

Installing To Do List Plugin in nopcommerce. User Guide NOP4YOU.COM 1 Installing To Do List Plugin in nopcommerce User Guide NOP4YOU.COM 1 List of content: 1. About plugin... 3 2. How to install... 3 3. Configuration... 4 4. Manage Projects... 5 a. Searching... 5 b. Adding

More information

QRG: Using the WYSIWYG Editor

QRG: Using the WYSIWYG Editor WYSIWYG Editor QRG: Using the WYSIWYG Editor WYSIWYG stands for What You See Is What You Get. The WYSIWYG Editor is the reason you don t need to be an IT Programmer to write content for your web page.

More information

Editing the Home Page

Editing the Home Page Editing the Home Page Logging on to Your Web site 1. Go to https://extension.usu.edu/admin/ 2. Enter your Login and Password. 3. Click Submit. If you do not have a login and password you can request one

More information

NRize Responsive Custom T shirt Designer

NRize Responsive Custom T shirt Designer NRize Responsive Custom T shirt Designer Created: 22nd July 2015 Latest update: 16 May 2016 By: CSSChopper Team Email: david@csschopper.com Shopify Page: https://apps.shopify.com/online product customizer

More information

Multimedia web page Board

Multimedia web page Board Page where the users have a space (board) to create their own compositions with graphics and texts previously inserted by the author; furthermore, the users will be able to write their own texts: Multimedia

More information

1 Woocommerce Products Designer

1 Woocommerce Products Designer 1 Woocommerce Products Designer Contents Overview...2 A. Installation...3 1. Requirements...3 2. Installation process...3 B. Configuration...4 1. Basic configuration...4 2. General settings...4 3. Uploads...5

More information

This section provides an overview of the features available within the Standard, Align, and Text Toolbars.

This section provides an overview of the features available within the Standard, Align, and Text Toolbars. Using Toolbars Overview This section provides an overview of the features available within the Standard, Align, and Text Toolbars. Using toolbar icons is a convenient way to add and adjust label objects.

More information

How to Edit Your Website

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

More information

RS-1260 Digital Signage Player

RS-1260 Digital Signage Player RS-1260 Digital Signage Player User Manual V1.3 Legal Notice and Disclaimer Thank you for choosing RapidSignage products. This user manual provides a description of the Player relevant guidelines for key

More information

Instalation and first steps with Ticket System Plugin by nop4you.com

Instalation and first steps with Ticket System Plugin by nop4you.com Instalation and first steps with Ticket System Plugin by nop4you.com 1 List of content: 1. Overview... 3 2. How to install... 3 3. Configuration... 4 a. General Settings... 4 b. Departments and staff...

More information

Instalation and first steps with nopcommerce ebay Plugin by nop4you.com

Instalation and first steps with nopcommerce ebay Plugin by nop4you.com Instalation and first steps with nopcommerce ebay Plugin by nop4you.com 1 List of content: 1. How to install... 3 2. Configuration... 3 a. General Settings... 3 b. Site and ebaymotors... 4 c. Location,

More information

CUPA-HR Chapters: WordPress Reference Guide

CUPA-HR Chapters: WordPress Reference Guide CUPA-HR Chapters: WordPress Reference Guide Table of Contents How to Log In to WordPress... 1 How to Create a Page in WordPress... 2 Editing a Page in WordPress... 5 Adding Links in WordPress... 6 Adding

More information

DW File Management. Installation Manual. How to install and configure the component.

DW File Management. Installation Manual. How to install and configure the component. DW File Management Installation Manual How to install and configure the component. 1. Download the component and plugin. Go to the website http://shop.decryptweb.com/and purchase the latest version of

More information

Index. Smart Image Processor 2 Manual DMXzone.com

Index. Smart Image Processor 2 Manual DMXzone.com Index Index... 1 About Smart Image Processor 2... 2 Features in Detail... 2 Before you begin... 6 Installing the extension... 7 Updating from previous versions... 7 Introduction... 7 How to do it... 7

More information

ifeature Pro Documentation for ifeature v1.1.2 (last updated 5/04/2011)

ifeature Pro Documentation for ifeature v1.1.2 (last updated 5/04/2011) 1 ifeature Pro Documentation for ifeature v1.1.2 (last updated 5/04/2011) TABLE OF CONTENTS: if Topic Page(s) Installing ifeature Pro 2 Updating ifeature Pro 3 Using the Menu 4 ifeature Pro Layout Templates

More information

Org Chart Designer Pro

Org Chart Designer Pro Org Chart Designer Pro User Guide Version 3.73 Last updated: Feb 12, 2016 Table of Contents Editor overview How to add from template File save format Format colors Update line thickness and line pattern

More information

Forms. Section 3: Deleting a Category

Forms. Section 3: Deleting a Category 9. If a category was NOT previously published, Authors may modify it by following the same procedures as an Administrator or Publisher. When the category is ready for publishing an Author must Save and

More information

Table of Contents Welcome Opening the Toolbox Getting Started Getting into the Wizard Using the Software...

Table of Contents Welcome Opening the Toolbox Getting Started Getting into the Wizard Using the Software... www.dgflick.com Table of Contents Table of Contents... 1 1.0. Welcome... 3 1.1. What is Art Xpress?... 4 1.2. System Requirements to Run Art Xpress... 5 1.2.1. Windows System Requirements... 5 1.2.2. MAC

More information

News Ticker. User Guide

News Ticker. User Guide News Ticker User Guide Table of contents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 3 ADDING NEWS TICKER MODULE TO A PAGE...8 4 NEWS TICKER MAIN MENU...9 5 MANAGING NEWS ITEMS...11 5.1 Adding a news

More information

Microsoft Word Chapter 1. Creating, Formatting, and Editing a Word Document with Pictures

Microsoft Word Chapter 1. Creating, Formatting, and Editing a Word Document with Pictures Microsoft Word 2010 Chapter 1 Creating, Formatting, and Editing a Word Document with Pictures Objectives Enter text in a Word document Check spelling as you type Format paragraphs Format text Undo and

More information

How to Edit Your Website

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

More information

Index. Smart Image Processor PHP 2 Manual DMXzone.com

Index. Smart Image Processor PHP 2 Manual DMXzone.com Index Index... 1 About Smart Image Processor PHP 2... 2 Features in Detail... 2 Before you begin... 6 Installing the extension... 6 Updating from previous versions... 6 Introduction... 6 How to do it...

More information

Work with RSS Feeds. Procedures. Add an RSS Text Object CHAPTER. Procedures, page 7-1

Work with RSS Feeds. Procedures. Add an RSS Text Object CHAPTER. Procedures, page 7-1 CHAPTER 7 Revised: November 15, 2011 s, page 7-1 s Add an RSS Text Object, page 7-1 Rename an RSS Text Object, page 7-2 Delete or Restore an RSS Text Object, page 7-4 Manipulate an RSS Text Object, page

More information

Beginners Guide to Snippet Master PRO

Beginners Guide to Snippet Master PRO Beginners Guide to Snippet Master PRO This document assumes that Snippet Master has been installed on your site. If not please contact the Bakas IT web team at webreg@bakasit.com.au. Initial Login Screen...

More information

Microsoft Office PowerPoint 2013 Courses 24 Hours

Microsoft Office PowerPoint 2013 Courses 24 Hours Microsoft Office PowerPoint 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Using PowerPoint 2013 Opening PowerPoint 2013 Opening a Presentation Navigating between Slides Using the

More information

Introduction to Turbo Lister

Introduction to Turbo Lister Introduction to Turbo Lister What is Turbo Lister? Free bulk listing tool Desktop based download it or install it from a CD Enables medium to high volume sellers to: Create listings FASTER Easily create

More information

Convert any PC into Photobooth

Convert any PC into Photobooth Convert any PC into Photobooth www.dgflick.com Table of Contents Table of Contents... 1 1.0. Introduction... 2 2.0. System Requirements... 3 3.0. Opening the Toolbox Getting Started... 4 3.1. Registration...

More information

Videos...31 Training Videos...32 Webinar recording: Monday 5th December

Videos...31 Training Videos...32 Webinar recording: Monday 5th December GATORCREATOR Table of Contents Articles... 3 Drag and Drop Email Editor (Overview)... 4 Hidden Elements...15 Tracked Mailto: Links...18 Template Restrictions Custom Templates...21 Nifty Images User Guide...22

More information

Microsoft PowerPoint 2013 Module

Microsoft PowerPoint 2013 Module Microsoft PowerPoint 2013 Module Signing your name below means the work you are turning in is your own work and you haven t given your work to anyone else. Name Period Seat Completed Activity Points Poss.

More information

Simple Form Documentation

Simple  Form Documentation Simple Email Form Documentation Release 2.0 Doug Bierer, Andrew Caya and Martin Beaudry Aug 11, 2017 Contents 1 Installation 3 2 Basic configuration options 7 2.1 Form type.................................................

More information

Table of Contents Welcome Opening the Toolbox Getting Started Getting into the Wizard Using the Software...

Table of Contents Welcome Opening the Toolbox Getting Started Getting into the Wizard Using the Software... www.dgflick.com Table of Contents Table of Contents... 1 1.0. Welcome... 3 1.1. What is Art Xpress?... 4 1.2. System Requirements to Run Art Xpress... 5 1.2.1. Windows System Requirements... 5 1.2.2. MAC

More information

Vertical News Slider Pro plugin

Vertical News Slider Pro plugin Vertical News Slider Pro plugin Note:-This plugin is for single domain only.please do not share or use to other site otherwise it will deactivated.for other site please buy separate copy. Contents Installation...

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

WORDPRESS TRAINING MANUAL LAST UPDATED ON FEBRUARY 26TH, 2016

WORDPRESS TRAINING MANUAL LAST UPDATED ON FEBRUARY 26TH, 2016 WORDPRESS TRAINING MANUAL LAST UPDATED ON FEBRUARY 26TH, 2016 LOG INTO WORDPRESS Visit the Login page http://intermountaineyecare.net/wp-admin/ Enter your Username and Password NOTE: Additional usernames

More information

Flash Info Cube. User Guide. Copyright 2006 Data Springs Inc. All rights reserved.

Flash Info Cube. User Guide. Copyright 2006 Data Springs Inc. All rights reserved. Flash Info Cube User Guide Copyright 2006 Data Springs Inc. All rights reserved. Table of contents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 3 ADDING FLASH INFO CUBE MODULE TO A PAGE...7 4 FLASH

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

SharePoint List Booster Features

SharePoint List Booster Features SharePoint List Booster Features Contents Overview... 5 Supported Environment... 5 User Interface... 5 Disabling List Booster, Hiding List Booster Menu and Disabling Cross Page Queries for specific List

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using SimpleCMS Overview 2 Accessing the CMS 2 Resetting Your Password 2 Pages 3 Managing Files 3 Shortcuts 4 Uploading 4 Page Options 4 Relabel 4 Duplicate 4 Google

More information

Sign-up Forms Builder for Magento 2.x. User Guide

Sign-up Forms Builder for Magento 2.x. User Guide eflyermaker Sign-up Forms Builder 2.0.5 for Magento 2.x User Guide 2 eflyermaker Dear Reader, This User-Guide is based on eflyermaker s Signup-Form Builder Plugin for Magento ecommerce. What follows is

More information

Programming in C# Project 1:

Programming in C# Project 1: Programming in C# Project 1: Set the text in the Form s title bar. Change the Form s background color. Place a Label control on the Form. Display text in a Label control. Place a PictureBox control on

More information

page 1 OU Campus User Guide

page 1 OU Campus User Guide page 1 OU Campus User Guide Logging Into OU Campus page page 2 1. Navigate to a page on your site that you wish to edit. 2. Scroll down to the footer and click the symbol. 3. Enter your OU Campus username

More information

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE RadEditor Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 3 What is RadEditor?... 3 RadEditor

More information

User Guide How DSMENU Works

User Guide How DSMENU Works User Guide How DSMENU Works Visit: http://www.dsmenu.com/ CONTENTS 1 Login... 2 Create New... 3 Create Menuboard... 4 Tools Description Properties Upper Tool Bar Image Section Menuboard... 17 Playlist...

More information

Webinse Image Gallery

Webinse Image Gallery Webinse Image Gallery Gallery extension allows to create albums and galleries and add or change images in galleries. Easily set params which allow to customize interface and effects on the frontend. Overview

More information

EventsNow. Getting Started Guide

EventsNow. Getting Started Guide EventsNow Getting Started Guide Contents Creating Your First Event... 3 Name Your Event... 3 Add an Event Contact... 3 Add Event Details... 5 Upload Your Logo/Image... 6 Add Tickets... 6 Add Donations...

More information

Content Elements. Contents. Row

Content Elements. Contents. Row Content Elements Created by Raitis S, last modified on Feb 09, 2016 This is a list of 40+ available content elements that can be placed on the working canvas or inside of the columns. Think of them as

More information

Getting to Know Pages on ipad

Getting to Know Pages on ipad Getting to Know Pages on ipad This guide will give you the basic instructions of how to use the Pages App on ipad. Documents Step 1 To create new documents and find the ones you ve worked on before, go

More information

Newforma Contact Directory Quick Reference Guide

Newforma Contact Directory Quick Reference Guide Newforma Contact Directory Quick Reference Guide This topic provides a reference for the Newforma Contact Directory. Purpose The Newforma Contact Directory gives users access to the central list of companies

More information

P a g e 0. CIDRZ Website Manual.

P a g e 0. CIDRZ Website Manual. P a g e 0 2015 CIDRZ Website Manual http://cidrz.org/ Manual Contents 1. Overview... 2 Getting Started... 2 The Frontend... 2 The Backend... 2 2.0 Managing the website... 4 Adding & editing pages... 4

More information

Rocket Theme. User Guide

Rocket Theme. User Guide Rocket Theme User Guide This user guide explains all main features and tricks of multifunctional Rocket WordPress Theme. This information will make your work with the theme even easier and more effective.

More information

1. What tool do you use to check which cells are referenced in formulas that are assigned to the active cell?

1. What tool do you use to check which cells are referenced in formulas that are assigned to the active cell? Q75-100 1. What tool do you use to check which cells are referenced in formulas that are assigned to the active cell? A. Reference Finder B. Range Finder C. Reference Checker D. Address Finder B. Range

More information

To upgrade to ifeature Pro visit:

To upgrade to ifeature Pro visit: 1 ifeature Free Documentation for ifeature v1.0.7 (last updated 4/26/2011) TABLE OF CONTENTS: Topic Page(s) Installing ifeature 2 Templates and Widgets 3 imenu 4 ifeature Settings 5 General Settings 6

More information

USER MANUAL Table of Contents Slide 00 of 66

USER MANUAL Table of Contents Slide 00 of 66 USER MANUAL 1.5 www.dgflick.com Table of Contents Slide 00 of 66 Table of Contents Table of Contents... 1 1.0. Getting Started... 2 1.1. What is Video Xpress Suite?... 3 1.2. System Requirements to Run

More information

Step 1 Download and Install KompoZer Step by step instructions to build your first web page using KompoZer web editor.

Step 1 Download and Install KompoZer Step by step instructions to build your first web page using KompoZer web editor. All Creative Designs HTML Web Tutorial for PC Using KompoZer New version 2012 now available at: http://www.allcreativedesigns.com.au/pages/tutorials.html Step 1 Download and Install KompoZer Step by step

More information

KODAK Software User s Guide

KODAK Software User s Guide KODAK Create@Home Software User s Guide Table of Contents 1 Welcome to KODAK Create@Home Software Features... 1-1 Supported File Formats... 1-1 System Requirements... 1-1 Software Updates...1-2 Automatic

More information

Getting Started. Custom Reports Software

Getting Started. Custom Reports Software Getting Started Custom Reports Software Custom Reports software Custom reporting The Custom Reports software lets you transfer quantitative results from Data Analysis into the Custom Reports spreadsheet

More information

Aware IM Version 8.2 Aware IM for Mobile Devices

Aware IM Version 8.2 Aware IM for Mobile Devices Aware IM Version 8.2 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS Introduction... 3 General Approach... 3 Login... 4 Using Visual Perspectives... 4 Startup Perspective... 4 Application Menu... 5 Using

More information

Monarch Services Website Quick Guide

Monarch Services Website Quick Guide January 2016 Monarch Services Website Quick Guide www.monarchscc.org Credentials Wordpress Login URL: http://www.monarchscc.org/wp-login Login name :Nancya Password: wcs9na! Hosting Login at dreamhost.com

More information

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps

BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps Step 1: Log into your BrandingUI Administrative site https:// yourclientid.brandingui.com/admin-signin.php Use the initial

More information

Wordpress Training Manual

Wordpress Training Manual The Dashboard... 2 If this is your first time logging in:... 2 How do I change my password or email address?... 3 Search Engine Optimization (SEO)... 4 SEO for Pages... 4 SEO for Images... 5 Managing Pages...

More information

Formatting Spreadsheets in Microsoft Excel

Formatting Spreadsheets in Microsoft Excel Formatting Spreadsheets in Microsoft Excel This document provides information regarding the formatting options available in Microsoft Excel 2010. Overview of Excel Microsoft Excel 2010 is a powerful tool

More information

USER MANUAL. User Manual-3.0

USER MANUAL. User Manual-3.0 USER MANUAL User Manual-3.0 Collage Xpress User Manual CONTENTS 1. Hello 1.1 Introduction 1.2 System Requirements MAC System Windows System 2. Opening the Tool Box Getting Started 2.1 Registration 2.1.1

More information

Getting Started with everydayhero

Getting Started with everydayhero Getting Started with Powered By: TABLE OF CONTENTS Welcome Letter Welcome to. 2 Creating a New Campaign Getting Started... 3 Settings Up Campaign Dates, Custom URLs, and Content 4 Laying Out Visual Design

More information

Keynote Basics Website:

Keynote Basics Website: Keynote Basics Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages. If you

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

USING MICROSOFT POWERPOINT 2013 Independent Project 4-2

USING MICROSOFT POWERPOINT 2013 Independent Project 4-2 Guided Project 4-2 At the four colleges of the Sierra Pacific Community College District, concerts are held throughout the year by their respective music programs. In the summer, free outdoor concerts

More information

ADOBE TRAINING CS6 PHOTOSHOP BASICS: EDITING PHOTOS & WORKING WITH TEXT - 1

ADOBE TRAINING CS6 PHOTOSHOP BASICS: EDITING PHOTOS & WORKING WITH TEXT - 1 ADOBE TRAINING CS6 PHOTOSHOP BASICS: EDITING PHOTOS & WORKING WITH TEXT Photoshop is the leading professional software for editing and adjusting photos, images and other graphic projects. It is a very

More information

Additional catalogs display. Customize text size and colors.

Additional catalogs display. Customize text size and colors. Collapsible Skin The collapsible skin option displays the catalogs and categories in a collapsible format enabling enhanced navigation on Qnet. Categories can be expanded to view all of the sub categories

More information

Do It Yourself Website Editing Training Guide

Do It Yourself Website Editing Training Guide Do It Yourself Website Editing Training Guide Version 3.0 Copyright 2000-2011 Sesame Communications. All Rights Reserved. Table of Contents DIY Overview 3 What pages are editable using the DIY Editing

More information

A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE

A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE AN AID TO ENABLE STUDENTS TO UNDERSTAND THE FUNDAMENTELS OF WEBSITE DESIGN WITHIN THE FRAMEWORK OF A WEBSITE PROJECT USING WEB DESIGN TOOLS YANNIS STEPHANOU

More information

AgWare ClickFORMS 7.0 Introductory Tutorial

AgWare ClickFORMS 7.0 Introductory Tutorial AgWare ClickFORMS 7.0 Introductory Tutorial MAIN WINDOW If you have used Office 2007, our new layout will look familiar. Here is a screenshot of the new and improved AgWare ClickFORMS window: The Forms

More information

Keynote 08 Basics Website:

Keynote 08 Basics Website: Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages and the spreadsheet program

More information

Rich Text Editor Quick Reference

Rich Text Editor Quick Reference Rich Text Editor Quick Reference Introduction Using the rich text editor is similar to using a word processing application such as Microsoft Word. After data is typed into the editing area it can be formatted

More information

GO! with Microsoft Access 2016 Comprehensive

GO! with Microsoft Access 2016 Comprehensive GO! with Microsoft Access 2016 Comprehensive First Edition Chapter 3 Forms, Filters, and Reports 2 Create and Use a Form to Add and Delete Records A form is a database object that can be used to: display

More information

Clients Continued... & Letters. Campaigns Continued To create a Custom Campaign you must first name the campaign and select

Clients Continued...  & Letters. Campaigns Continued To create a Custom Campaign you must first name the campaign and select Clients Continued... Campaigns Continued To create a Custom Campaign you must first name the campaign and select what type of campaign it will be. Next you will add letters to your campaign from your letter

More information

Magento Pinterest Extension User Guide

Magento Pinterest Extension User Guide Magento Pinterest Extension User Guide Welcome to the Pinterest extension for Magento User Guide. Thank you for choosing our product. This user guide describes the functionality of Pinterest extension

More information

Designing the Layout of External Content Using the Widgets Tool

Designing the Layout of External Content Using the Widgets Tool Designing the Layout of External Content Using the Widgets Tool First Published: August 2, 2012 This module describes how to design the layout for display of the data that you have integrated and mapped

More information

AGLOWNET WORDPRESS HOW-TO

AGLOWNET WORDPRESS HOW-TO AGLOWNET WORDPRESS HOW-TO WORDPRESS RESOURCES PAGES New Page WordPress Forums - http://wordpress.org/support/ WordPress Lessons - http://codex.wordpress.org/wordpress_lessons In the Dashboard menu choose

More information

1.0 Overview For content management, Joomla divides into some basic components: the Article

1.0 Overview For content management, Joomla divides into some basic components: the Article Joomla! 3.4.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements?

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements? BASIC GAUGE CREATION The Video VBox setup software is capable of using many different image formats for gauge backgrounds, static images, or logos, including Bitmaps, JPEGs, or PNG s. When the software

More information

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS STEP 1:Preparing your WordPress site Go to the Dashboard for your new site Select Appearance > Themes. Make sure you have Activated the

More information

Sacred Heart Nativity

Sacred Heart Nativity August 2016 Sacred Heart Nativity http://www.shnativity.org Credentials Wordpress Admin Login URL: http://www.shnativity.org/wp-login.php login = sarriola@shnativity.org pw = sent via system email Login

More information

SoftChalk-Style Builder

SoftChalk-Style Builder SoftChalk-Style Builder This feature is used to create a personal style for a lesson. It also can be used to import a style that has been created for your institution or department. This type of style

More information

Tree and Data Grid for Micro Charts User Guide

Tree and Data Grid for Micro Charts User Guide COMPONENTS FOR XCELSIUS Tree and Data Grid for Micro Charts User Guide Version 1.1 Inovista Copyright 2009 All Rights Reserved Page 1 TABLE OF CONTENTS Components for Xcelsius... 1 Introduction... 4 Data

More information

Table of Contents The University of Akron These materials were developed and are owned by The University of Akron. All rights reserved.

Table of Contents The University of Akron These materials were developed and are owned by The University of Akron. All rights reserved. Table of Contents COURSE OVERVIEW... 2 CONVENTIONS USED IN THIS MANUAL... 3 LESSON 1: SYMBOLS... 4 INSERTING SYMBOLS... 4 USING AUTOCORRECT TO INSERT SYMBOLS... 5 TURN ON AUTOCORRECT... 5 LESSON 2: SPECIAL

More information

2 Document Manager Lite v5.2 User Guide

2 Document Manager Lite v5.2 User Guide This document was produced by Voloper Creations Inc. 2000 2009 Voloper Creations Inc. All Rights Reserved Brands or product names are trademarks or registered trademarks of their respective holders. The

More information

Drupal User Guide for Authors

Drupal User Guide for Authors 0 Drupal User Guide for Authors SSU WEB CONTENT EDITING Information Technology Services SALEM STATE UNIVERSITY ITS-TRAINING@SALEMSTATE.EDU Author User Guide DRAFT version 2 Author User Guide DRAFT version

More information

Creating Dashboards and Components

Creating Dashboards and Components Creating Dashboards and Components ** The Guide shows SupportDesk with 2018 Styling in place. Dashboard Forms provide the functionality for you to alter landing screen for SupportDesk users, whether Service

More information

BHM Website Teacher User Guide

BHM Website Teacher User Guide BHM Website Teacher User Guide How to Login 1. Go to HUhttp://bhmschools.org/userUH 2. Enter your username and password and click Log in How to Change Your Password 1. Go to My Account in your Nav bar

More information

BT Web Hosting. Features and functionality

BT Web Hosting. Features and functionality BT Web Hosting Features and functionality 1 Hopefully you will now have a website that is activated and potentially even published. This guide will take you through some of the additional features and

More information

USER MANUAL. User Manual-3.0

USER MANUAL. User Manual-3.0 USER MANUAL User Manual-3.0 Greeting Card Xpress User Manual CONTENTS 1. Hello 1.1 Introduction 1.2 System Requirements MAC System Windows System 2. Opening the Tool Box Getting Started 2.1 Registration

More information

WORD Creating Objects: Tables, Charts and More

WORD Creating Objects: Tables, Charts and More WORD 2007 Creating Objects: Tables, Charts and More Microsoft Office 2007 TABLE OF CONTENTS TABLES... 1 TABLE LAYOUT... 1 TABLE DESIGN... 2 CHARTS... 4 PICTURES AND DRAWINGS... 8 USING DRAWINGS... 8 Drawing

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

Correcting Grammar as You Type

Correcting Grammar as You Type PROCEDURES LESSON 11: CHECKING SPELLING AND GRAMMAR Selecting Spelling and Grammar Options 2 Click Options 3 In the Word Options dialog box, click Proofing 4 Check options as necessary under the When correcting

More information

Tutorial 3 - Welcome Application

Tutorial 3 - Welcome Application 1 Tutorial 3 - Welcome Application Introduction to Visual Programming Outline 3.1 Test-Driving the Welcome Application 3.2 Constructing the Welcome Application 3.3 Objects used in the Welcome Application

More information

Using Adobe Contribute 4 A guide for new website authors

Using Adobe Contribute 4 A guide for new website authors Using Adobe Contribute 4 A guide for new website authors Adobe Contribute allows you to easily update websites without any knowledge of HTML. This handout will provide an introduction to Adobe Contribute

More information