Modes Wordpress Plugin documentation First edition April 2015 Richard Light

Size: px
Start display at page:

Download "Modes Wordpress Plugin documentation First edition April 2015 Richard Light"

Transcription

1 Modes Wordpress Plugin documentation data detail domain folder image item modes name page pages script search stylesheet First edition April 2015 Richard Light

2 Modes Wordpress Plugin Free version documentation Richard Light First edition Copyright ( ) Modes Users Association (MUA), Published electronically as part of the Modes Complete, not for distribution separately from the Modes Wordpress Plugin. Authored as a TEI document in Modes Complete (file name 'Wordpress plugin documentation') April 2015 Richard Light First edition completed.

3 Modes Wordpress Plugin Free version documentation 1 Installation Modes Wordpress plugin: basic version... 2 Shortcodes... 2 modesdatagrid... 2 modessimplesearch... 2 modeshitlist... 3 modesdetail... 3 modespagelink... 4 modeshome... 4 modessearchsummary... 4 modesnavigator... 5 modeshitcount Configuration... 6 Search pages... 6 Connections... 7 Media and display options... 8 Data sources Data grid options Page Creation plugin General Pages Modes search pages Specifying individual Modes search pages Search Home Page Search Pages Search Results Pages Item Detail Pages Technical details i

4 Modes Wordpress Plugin Free version documentation ii

5 Modes Wordpress Plugin Free version documentation Installation 1 Installation The Modes Wordpress plugin is provided as a zip file, which can be selected and installed using the standard Wordpress 'Add plugin' feature (Select 'Plugins - Add new' from the Wordpress Dashboard). If you are downloading the plugin from the MUA site, save it to your Downloads folder, and then select the option to upload a plugin in.zip format. (This is a link to a separate page, which provides a Browse button.) Click on this button, navigate to your Downloads page, and select the ModesBrowserFree.zip file. The installation of the plugin should then proceed automatically. If you are downloading the free version of the plugin from the public Wordpress plugins directory, search for "Modes Browser" and look through the search results for the plugin. Select it, and the plugin should be installed automatically. [We need to decide whether to upload the free plugin to the public Wordpress plugin folder, or provide it as a download from the MUA site. Searching for 'Modes browser' on this site yields loads of hits, so we would need to make it easy to find. The premium plugin should probably be a download from the MUA site in any case, so that we can exercise some sort of control over who can download it.]

6 Modes Wordpress plugin: basic version Modes Wordpress Plugin Free version documentation 2 Modes Wordpress plugin: basic version 2.1 Shortcodes The Free version of the Modes Wordpress Plugin supports the following shortcodes modesdatagrid A Modes data grid is a set of pre-defined searches of the Modes data, offered to the user as a grid of clickable images with titles. In the basic version of the plugin, only a single data grid is supported. As such, it will normally be placed on the search 'home page', to act as an easy way into the data for users who don't have a specific idea of what they want to search for. The data grid is inserted into the Wordpress page using the shortcode [modesdatagrid]. The settings for the data grid are specified in the Modes Browser Options (Settings - Modes Browser from the Wordpress Dashboard). Specify a number of rows and a number of columns for the data grid, and save the Modes Browser settings. When the Options are redisplayed, input boxes will be provided to allow you to enter details for each row and column you have requested. For each cell you can specify: Heading Query Initial Record a heading for the cell, indicating the type of records which the search will find a query to run on the Modes data. This will use the same syntax as the Modes CGI 'query language', e.g. {Simple name}=*{coin}will search for records with Simple name beginning 'coin' an initial record to represent the search. The stylesheet specified at the beginning of the Data Grid options (by default lightbox.xsl) will be applied to this record. The default action is to display the first image associated with this record modessimplesearch The Modes simple search shortcode puts a word-based search into the current page. This shortcode can take the following parameters: datasource simplesearchindex targetpage the name of the data source which is to be searched the name of the index used to support the word search (by default 'Word search') the title of the page in which the results of the search are to be displayed

7 Modes Wordpress Plugin Free version documentation Modes Wordpress plugin: basic version debug 'yes' or 'no' (default 'no'). If set to 'yes', a series of debug messages is displayed as the page is created and displayed modeshitlist The Modes hit list shortcode displays a page of results for the current search. It has an optional "navigator" feature, which indicates (before and/or after the hitlist) the number of hits and supports navigation through the result set. Alternatively, a separate modesnavigatormodesnavigator shortcode can be declared. This shortcode can take the following parameters: datasource modesquery title navigatortype the name of the data source which is to be searched a fixed Modes query, which will be applied in the absence of a modes_query parameter for the current page a title to be displayed before the hitlist an indication of whether, and where, to place a navigator for this hit list. Possible values are: 'none', 'before', 'after', 'beforeandafter' recordsperpage the number of records to display at one time. Default value is 10 navigatorstyle pagestodisplay targetpage transform the type of navigator control to include. Possible value is: 'paged'. If this is not specified, an 'arrow' style navigator is displayed when the navigatorstyle is 'paged', this parameter specifies the number of pages to display as links. It is recommended that an odd number is specified, so that there are the same number of 'blocks' to the left and right of the current 'page'. Default value is 5 the title of the page in which individual records are to be displayed the XSLT transform which is to be applied to the retrieved records. By default, this is set to the Hit List Stylesheet as specified in the Modes Control Options. Default value is 'htmlsummary.xsl' modesdetail The Modes detail shortcode displays a single record for the current search. It has an optional "navigator" which indicates the number of hits and supports navigation through the result set. This shortcode can take the following parameters: datasource modesquery title the name of the data source which is to be searched a fixed Modes query, which will be applied in the absence of a modes_query parameter for the current page a title to be displayed before the record

8 Modes Wordpress plugin: basic version Modes Wordpress Plugin Free version documentation navigatortype an indication of whether, and where, to place a navigator for this hit list. Possible values are: 'none', 'before', 'after', 'beforeandafter' recordsperpage the number of records to display at one time. Default value is 10 navigatorstyle pagestodisplay targetpage transform imagemaxsize the type of navigator control to include. Possible value is: 'paged'. If this is not specified, an 'arrow' style navigator is displayed when the navigatorstyle is 'paged', this parameter specifies the number of pages to display as links. It is recommended that an odd number is specified, so that there are the same number of 'blocks' to the left and right of the current 'page'. Default value is 5 the title of the page in which individual records are to be displayed the XSLT transform which is to be applied to the retrieved records. By default, this is set to the Item Detail Stylesheet as specified in the Modes Control Options. Default value is 'htmldetail.xsl' The maximum size, in pixels, of any images that are displayed. By default this is set to the value of the Image Max Size as specified in the Modes Control Options (which has a default value of 200) modespagelink Displays a hyperlink to the page specified by the pagetitle or pageid parameter. Can take the following parameters: linkcaption pagetitle pageid The text to describe the link. Default value is the pagetitle, if specified The title of the page which is the target of the link The numerical id of the target page modeshome Displays a hyperlink to the home page for Modes searching. Can take the following parameters: homecaption pagetitle pageid The text to describe the link. Default value is 'Home page' The title of the page which is the target of the link The numerical id of the target page modessearchsummary The Modes search summary displays a user-friendly summary of the currently active search.

9 Modes Wordpress Plugin Free version documentation Modes Wordpress plugin: basic version This shortcode takes the following parameters: format leadin nosearch separator The format in which to display the search. Supported values are 'full' (default) and 'keywords'. 'full' gives a pseudo-english summary of the search parameters, while 'keywords' just displays the search terms The text to display before the search itself (default 'query: ') The text to display when no search has been specified (default 'No search specified') The string with which to separate multiple search terms (when using the 'keywords' option). Default '/' modesnavigator The Modes navigator can be declared explicitly as a free-standing shortcode in its own right, rather than implicitly via parameters in modeshitlist or modesdetail. As well as declaring a single navigator which contains all the required information, it is possible to declare two separate navigators for a datasource: one containing the navigation arrows/page buttons and the other displaying the navigation status. This design is intended to provide flexibility in how navigation information is incorporated into the web page. This shortcode takes the following parameters: datasource navigatorstyle displaystatus specifies the data source to be navigated the type of navigator control to include. Possible values are: 'paged' and 'status'. If this is not specified, an 'arrow' style navigator is displayed if set to 'no', the rubric 'Record(s) X [to Y] of Z' is suppressed, and only the navigator buttons or page links are displayed modeshitcount The number of hits found by the current search can be displayed separately, as well as forming part of the modesnavigator display. The shortcode is replaced by a <span> element containing just the number of hits (e.g. '485'). This shortcode takes the following parameters: datasource the name of the data source to which the hit count applies

10 Configuration Modes Wordpress Plugin Free version documentation 3 Configuration Before the Modes Wordpress Plugin shortcodes can be used to access your Modes data, you need to set up some system-wide settings. You do this in the Modes Browser Options dialogue, which you can find from the Wordpress Dashboard, by selecting 'Settings - Modes Browser'. 3.1 Search pages The Search pages section allows you to specify the pages which you are using to search for Modes records, and to display them on your site. This information is used by the modespagelink and modeshome shortcodes to construct links to these pages. If you use the Modes Page Creation plugin, the default values for these pages will be completed for you. Site pages Record the titles of all the pages containing Modes Wordpress plugin shortcode, separated by commas. Home page Record the title of the 'home page' for your Modes data searches. This page will typically contain a modesdatagrid shortcode, and/or a modessimplesearch. Hitlist page Record the title of the main 'hitlist page' which displays the results of your Modes searches. This page will typically contain a modeshitlist shortcode.

11 Modes Wordpress Plugin Free version documentation Configuration Item detail page Record the title of the main 'item detail page' which displays single records found by your Modes searches. This page will typically contain a modesdetail shortcode. 3.2 Connections This section must be completed before any connection can be made between the Wordpress site and your Modes environment. Domain name Enter the name of the domain in which your Wordpress site is installed. Omit the initial ' and any trailing '/'. By default, this will be set to the correct value by Wordpress. Script folder Enter the relative path within your domain to the scripts folder. This should include leading and trailing '/'s. Example: /scripts/

12 Configuration Modes Wordpress Plugin Free version documentation Published as Linked Data? If the locally-hosted Modes data which you are searching has been published as Linked Data (using the Modes Linked Data Framework), set this to 'yes'. Otherwise, set it to 'no'. Script domain If you access your Modes data using a different server to the one which hosts your Wordpress site, enter the domain name of the Modes server here. This will normally be a 'local' domain, i.e. a machine name or local IP address, e.g.: If you are using a script domain, you will need to have a copy of the cgiforwarder program installed in the Wordpress server's scripts folder. This program (as the name suggests) will forward all HTTP requests to the separate Modes server. Internal script folder If you have specified a 'script domain', enter the relative path within this domain to the scripts folder. This should include leading and trailing '/'s. Example: /cgi-bin/ Transport Specify the type of transport which the Modes CGI program should use to access the Modes server. Example: tcpip Server name Specify the name of the Modes server process which the Modes CGI program should use to access the Modes server. This will often be the machine name. Example: localhost 3.3 Media and display options This section sets up the defaults for searching, displaying records and retrieving images.

13 Modes Wordpress Plugin Free version documentation Configuration Hit list records per page Specify the number of records to be displayed at a time in a hit list. Default value is 10. Hit list stylesheet Specify the XSLT transform which will be used by default to display 'hit lists' (sets of retrieved records). Default value: 'htmlsummary.xsl'. Example: mymodeshitlist.xsl Item detail stylesheet Specify the XSLT transform which will be used by default to display 'detail' (individual retrieved records). Default value: 'htmldetail.xsl'. Example: mymodesdetail.xsl

14 Configuration Modes Wordpress Plugin Free version documentation Image folder Images will be displayed using the Modes image display program. Accordingly, the image folder should be specified as a local pathname, but with '/' instead of '\' between each level. Example: c:/modesresources/multimedia/pictures/ Image max. size Images will be displayed using the Modes image display program. Specify the maximum size, in pixels, that images should have by default. Default value is 300. Example: 200 Simple search index The name of the index to be used for simple searches (i.e. word searches). Defaul value is 'Word search'. Example: Phrase index Facets to display [premium] Specify the default set of indexes which are to be used when displaying modesfacets as part of the results of an indexed search. Enter a set of index names, separated by commas. Example: Simple names,place index,production date Facets stylesheet [premium] Specify the XSLT transform which will be used by default to display facet values. Default value: 'facets.xsl'. Example: myfacets.xsl 3.4 Data sources The Data sources section allows you to specify one or more sources of Modes data for your web site. It also allows you to say which data source should be used by default: this removes the need to specify a data source within your shortcodes.

15 Modes Wordpress Plugin Free version documentation Configuration Start by recording the number of data sources you wish to declare, and Save your settings. When the Modes Browser Options dialogue is re-displayed, there will be sections provided for you to record the number of data sources you have specified. Name Invent a name for the data source, and record it here. It is suggested that you use lower-case letters, and avoid putting any spaces into the name. Example: main_data Application Specify the name of the Modes application within which the data file lives. Example: Object File name Specify the name of the Modes data file. This should be the real filename (minus the '.nx1' suffix), not the 'friendly' name which is displayed in Modes. Example: MyData Image subfolder If the images for this file are stored in a sub-folder within the multimedia folder, specify it here. Example: public_images/ External domain It is possible to access Modes data in files which are hosted on external systems, so long as they have been published as Linked Data. Record the name of the domain here, minus the ' prefix. Example: collections.wordsworth.org.uk The system will use the application and filename you have specified to create suitable URLs. e.g.:

16 Configuration Modes Wordpress Plugin Free version documentation 3.5 Data grid options The Modes data grid acts as a 'home page' for users wanting to search your Modes data. It provides a set of ready-to-run searches which will give the user a good idea of what type of material you hold, without them having to second-guess this by running their own searches. The Data Grid Options dialogue lets you set up your data grid. Before you can specify the settings for your data grid, you must enter the number of rows and columns which the grid is to have, and then Save your settings. The Data Grid Options dialogue will then be re-displayed, with enough entries for you to record the details of your data grid: Data grid stylesheet This XSLT transform will convert the records you have chosen as Initial records so they can be displayed in the data grid. The default transform (lightbox.xsl) displays the first image associated with the record.

17 Modes Wordpress Plugin Free version documentation Configuration Heading The heading to be displayed in the data grid. This should concisely state the type of records which will be retrieved by selecting this cell. Example: Archaeology Query The Query specifies the search that will be carried out on the selected Modes data file. It uses the 'Modes query language', which is also used by the Modes CGI program. This takes the general form: {[indexname]}[relation]{[value]}where [indexname] is the index to search, [relation] is '=' (exact match) or '=*' (starts with), and [value] is one or more data values, with multiple values separated by ' '. Example: {Simple name}={coin token} Initial record The primary key of the record to be used as an example of this search. (As noted above, by default the first image associated with this record will be displayed in the data grid.) Example: BCRTM:1930.1

18 Page Creation plugin Modes Wordpress Plugin Free version documentation 4 Page Creation plugin The Modes Page Creation plugin is a 'support' plugin which creates a number of pages on your Wordpress site to support the Modes Wordpress plugin. To install the Page Creation plugin, download the file modespages.zip from the MUA web site, and use the option to install a local zip file. After you have installed the Page Creation plugin, go to Settings - Modes search pages in the Wordpress Dashboard, and use the menus there to specify and then create your pages. The Page Creation plugin will not provide you with a complete website. What it will do is to create the pages you decide to include in your site and put some initial content into those pages. In particular, it will put correctly-formatted Wordpress shortcodes into your Modes search and results pages. This will allow you to test that your Modes searches actually work with your data. You will need to use standard Wordpress page-editing facilities to give your web site appropriate content. You may also wish to create additional pages, or add blog posts to your web site. Again, there are standard Wordpress facilities which allow you to do this. 4.1 General Pages The plugin allows you to create all the pages required for a complete simple museum web site. First you are offered a set of general pages for this web site.

19 Modes Wordpress Plugin Free version documentation Page Creation plugin Decide which of the suggested pages you would like to have in your site, and ensure that the check box under Page required? is checked for those pages. If you wish, you can also alter the title of any page and its initial content. (Note, however, that you can alter the title, using the standard Wordpress editing facilities, at any time after the page has been created. You will certainly need to update the page content in this way.) 4.2 Modes search pages At the bottom of the main pages menu, there is a section for Modes search pages. Again, you can change the page titles if you wish, but the meaning of the Page required? check box is different. The plugin assumes that you will want to create at least one of each of these pages, so you should only check this box if you want more than one of any particular page. Once you have made your changes to the page details, press Save Page Details. You should now check and if necessary update the settings for individual Modes search pages. See the following sections for details. Once you have set up everything up to your satisfaction, press Create Pages to actually create your pages. The menu will be re-displayed, and the column on the right will indicate which of the pages listed have actually been created. 4.3 Specifying individual Modes search pages The following sections describe how to specify what will appear in the individual pages for searching your Modes data and displaying the results. Three types of pages are supported: Search pages Search results pages pages whose main purpose is to let the user search your Modes data, either by entering their own search criteria or by following a pre-selected search which you have set up pages which show an overview of the results of the current search. This overview may take the form of a paged list of records, a timeline

20 Page Creation plugin Modes Wordpress Plugin Free version documentation Item detail pages and/or a map. Controls may also be provided to refine the current search pages which show the detail of the individual items found by the current search. As with the search results pages, the user will be able to 'navigate' through the results For each type of page, a number of possible Wordpress shortcodes is listed. You can choose which of those shortcodes you actually want to appear on the page when the Page Creation plugin creates it. Once the page exists, you will need to use the standard Wordpress Pages command to edit it, since it will have no content apart from your Modes-related shortcodes. Some of the features listed in the different types of page are flagged as [premium]. If you are using the free version of the Modes Wordpress plugin, these shortcodes will still be inserted into the page if you select them, but they will have no effect when the finished page is displayed to your users. 4.4 Search Home Page There is a row of tabs across the top of the main Modes Pages Options screen. When the screen is first displayed, the Site Pages tab is active. To the right of this tab, there are tabs for specifying the content of individual Modes search pages.

21 Modes Wordpress Plugin Free version documentation Page Creation plugin The second of these tabs controls the content of the Modes search home page. This is the page from which users of your site can start to explore your Modes data. Before creating the page, you can specify which of the following features it will contain: Hit list page link Simple search Index search [premium] Data grid Data grid rows Data grid columns a hyperlink to the hit list page a simple (word-based) search box a set of index searches a data grid the number of rows in the data grid the number of columns in the data grid By default, the search home page will contain a simple search control and a data grid with two rows and two columns.

22 Page Creation plugin Modes Wordpress Plugin Free version documentation After you have made the adjustments to the page settings, press Save Page Settings to store your settings. Then press Create Page: Our Collections to actually create the page. 4.5 Search Pages The third tab in the Modes Pages Options screen controls the content of other Modes search pages, if you have asked to set up additional search pages. At the top of the page there is a drop-down list of the search pages you have created. Start by selecting the particular page whose settings you wish to specify and then press Update Page. Before creating the page, you can then specify which of the following features it will contain: Home page link Hit list page link a hyperlink to the home page for Modes searches a hyperlink to the hit list page

23 Modes Wordpress Plugin Free version documentation Page Creation plugin Simple search Index search [premium] Data grid Data grid rows Data grid columns a simple (word-based) search box a set of index searches a data grid the number of rows in the data grid the number of columns in the data grid By default, the search page will contain a link to the search home page and an index search control. After you have made the adjustments to the page settings, press Save Page Settings to store your settings. Then press Create Page: Modes Search Page to actually create the page. 4.6 Search Results Pages The fourth tab in the Modes Pages Options screen controls the content of your Modes search result page(s).

24 Page Creation plugin Modes Wordpress Plugin Free version documentation At the top of the page there is a drop-down list of the search result pages you have created. Start by selecting the particular page whose settings you wish to specify and then press Update Page. Before creating the page, you can then specify which of the following features it will contain: Home page link Simple search Map [premium] Timeline [premium] Hit list Facets [premium] Detail a hyperlink to the home page for Modes searches a simple (word-based) search box to refine the current search a map displaying the search results geographically a timeline displaying the search results temporally a paged list of the search results a set of facets, showing index entries which match the current search results as links which will further refine the current search a paged set of detailed records for the current search By default, the search result page will contain a link to the search home page, a simple search control, a hit list and facets. After you have made the adjustments to the page settings, press Save Page Settings to store your settings. Then press Create Page: Modes Search Results Page to actually create the page.

25 Modes Wordpress Plugin Free version documentation Page Creation plugin 4.7 Item Detail Pages The final tab in the Modes Pages Options screen controls the content of your Modes item detail page(s). At the top of the page there is a drop-down list of the item detail pages you have created. Start by selecting the particular page whose settings you wish to specify and then press Update Page. Before creating the page, you can then specify which of the following features it will contain: Home page link Hit list page link Simple search Detail a hyperlink to the home page for Modes searches a hyperlink to the search results page a simple (word-based) search box to refine the current search a paged set of detailed records for the current search By default, each item detail page will contain a link to the search home page, a link to the search results page and a set of detailed records. After you have made the adjustments to the page settings, press Save Page Settings to store your settings. Then press Create Page: Modes Search Item Detail Page to actually create the page.

26 Technical details Modes Wordpress Plugin Free version documentation 5 Technical details This section describes how the Modes Wordpress Plugin works, from a technical perspective. The Modes Wordpress plugin is designed to work 'out of the box' as far as possible, once the essential connection information has been specified. However, this does rely on certain software components and documents/controls being in the expected place. Files and folders When you install any Wordpress plugin, the installer creates a folder within the wp-content/ plugins folder in your Wordpress environment. Thus, the Modes plugin will be found here, in a folder called 'modesbrowser-free' (or 'modesbrowser' for the premium version). Within this folder, there are subfolders js containing the javascript code libraries, css containing CSS stylesheets, and xslt containing XSLT transforms. This installation strategy means that it is not possible for the plugin installer to ensure that all the necessary support programs are in place. [Could maybe add some runtime checks] Method of working The plugin uses standard PHP techniques to dynamically generate content for the target page. However, the actual operation of the plugin is carried out by javascript code, some of it generated on the fly by PHP, and some provided in pre-written javascript libraries. The plugin uses AJAX calls to get Modes content, and updates the page when this content is returned. Since this happens asynchronously, you can often see the page being updated with additional content after it has loaded. Most of the XSLT transforms are actually applied by the Modes CGI program which retrieves content from your Modes data files. This means that you need to copy the XSLT stylesheets which you intend to use from the xslt folder within the modesbrowser folder, and place those copies in the scripts folder where your copy of ModesCGI.exe is installed. If your web server is not the same machine as your Modes data server, this means that the XSLT copies need to go onto the data server machine.

Modes Wordpress Plugin documentation

Modes Wordpress Plugin documentation Modes Wordpress Plugin commentary data detail domain folder heading image item map modes name options page pages plugin premium search stylesheet timeline script First edition April 2015 Richard Light

More information

All India Council For Research & Training

All India Council For Research & Training WEB DEVELOPMENT & DESIGNING Are you looking for a master program in web that covers everything related to web? Then yes! You have landed up on the right page. Web Master Course is an advanced web designing,

More information

Documentation Module: Magento products integration for WordPress Version: 1.0.0

Documentation Module: Magento products integration for WordPress Version: 1.0.0 Documentation Module: Magento products integration for WordPress Version: 1.0.0 Table of Contents Documentation... 1 Magento... 1 Installation... 1 Configuration... 1 WordPress... 3 Installation... 3 Configuration...

More information

Index 1. Description 2. Examples 3. Installation 4. How to begin using

Index 1. Description 2. Examples 3. Installation 4. How to begin using 3 Index 1. Description 2. Examples 3. Installation 4. How to begin using 4.1. Adding web forms 4.1.1 Widgets 4.1.2 Shortcodes 4.2. Adding CTA s 4.2.1 Widgets 4.2.2 Shortcodes 2 3 7 8 8 9 11 13 13 15 1.

More information

Broker. Business and Finance WordPress Theme. Documentation. Made by CommerceGurus

Broker. Business and Finance WordPress Theme. Documentation. Made by CommerceGurus Broker Business and Finance WordPress Theme Documentation Made by CommerceGurus www.commercegurus.com Video Tutorial Don t like reading documentation? Nah either do we :) Check out our install video https://youtu.be/9h6cneefuis

More information

A set-up guide and general information to help you get the most out of your new theme.

A set-up guide and general information to help you get the most out of your new theme. Hoarder. A set-up guide and general information to help you get the most out of your new theme. This document covers the installation, set up, and use of this theme and provides answers and solutions to

More information

Reviewer Plugin. Ultimate Reviews & User Ratings. Version Author: Michele Ivani Reviewer Plugin v. 3.6.

Reviewer Plugin. Ultimate Reviews & User Ratings. Version Author: Michele Ivani Reviewer Plugin v. 3.6. Reviewer Plugin Ultimate Reviews & User Ratings Version 3.6.0 Author: Michele Ivani Twitter: @Michele_Ivani Reviewer Plugin v. 3.6.0 1 di 15 Index # Getting started 3 Install the plugin 3 Installation

More information

E-Business Systems 1 INTE2047 Lab Exercises. Lab 5 Valid HTML, Home Page & Editor Tables

E-Business Systems 1 INTE2047 Lab Exercises. Lab 5 Valid HTML, Home Page & Editor Tables Lab 5 Valid HTML, Home Page & Editor Tables Navigation Topics Covered Server Side Includes (SSI) PHP Scripts menu.php.htaccess assessment.html labtasks.html Software Used: HTML Editor Background Reading:

More information

Kinetika. Help Guide

Kinetika. Help Guide Kinetika Help Guide 1 Hope you enjoy Kinetika theme! 3 Table of Contents Important Links 6 Theme Options - Setting Up Logo 26 Cover Photos 44 Applying Revolution Slider Slides 71 Important Notes 7 Logo

More information

Documentation. Visit the Documentation Online at:

Documentation. Visit the Documentation Online at: Documentation Install Plugin Overview Settings How to add and edit entries From Administration Panel Front-end Form How to display them Shortcodes & PHP Function Layout Generator Front-end Form Generator

More information

Installation and Activation of Foody pro theme

Installation and Activation of Foody pro theme Installation and Activation of Foody pro theme Installation 1. Install Word Press from http://codex.wordpress.org/installing_wordpress. 2. Upload via Word press Admin: - Go to your WordPress admin panel,

More information

VERSION JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY

VERSION JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY VERSION 2015.1 JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY TEST STUDIO QUICK-START GUIDE CONTENTS Create your First Test.2 Standalone Web

More information

Tabs within Divi Theme Options include: Table of Contents. Divi Theme Options... 1 General Tab... 2 Navigation Tab... 6

Tabs within Divi Theme Options include: Table of Contents. Divi Theme Options... 1 General Tab... 2 Navigation Tab... 6 Divi Theme Options To get to Divi Theme Options select Divi from the side bar navigation from within your WordPress dashboard. Tabs within Divi Theme Options include: General, Navigation, Layout, Ads,

More information

Using Lloyd s Direct Reporting. User Guide

Using Lloyd s Direct Reporting. User Guide Using Lloyd s Direct Reporting User Guide AUGUST 2013 2 Contents CONTENTS 2 LLOYD S DIRECT REPORTING 3 ABOUT THIS SERVICE 3 FURTHER HELP AND SUPPORT 3 USER GUIDE 4 ACCESSING LLOYD S DIRECT REPORTING 4

More information

SALIENT USER GUIDE. 1 Page 1

SALIENT USER GUIDE. 1 Page 1 SALIENT USER GUIDE This guide provides instructions for installation, help on getting started and extensive documentation of features. It is recommended you read it thoroughly to fully leverage the theme's

More information

The main differences with other open source reporting solutions such as JasperReports or mondrian are:

The main differences with other open source reporting solutions such as JasperReports or mondrian are: WYSIWYG Reporting Including Introduction: Content at a glance. Create A New Report: Steps to start the creation of a new report. Manage Data Blocks: Add, edit or remove data blocks in a report. General

More information

SQL Deluxe 2.0 User Guide

SQL Deluxe 2.0 User Guide Page 1 Introduction... 3 Installation... 3 Upgrading an existing installation... 3 Licensing... 3 Standard Edition... 3 Enterprise Edition... 3 Enterprise Edition w/ Source... 4 Module Settings... 4 Force

More information

UNIT 3 SECTION 1 Answer the following questions Q.1: What is an editor? editor editor Q.2: What do you understand by a web browser?

UNIT 3 SECTION 1 Answer the following questions Q.1: What is an editor? editor editor Q.2: What do you understand by a web browser? UNIT 3 SECTION 1 Answer the following questions Q.1: What is an editor? A 1: A text editor is a program that helps you write plain text (without any formatting) and save it to a file. A good example is

More information

Villagio WordPress Theme Documentation

Villagio WordPress Theme Documentation Villagio WordPress Theme Documentation Updated on April 11, 2018 Installation Import sample data Import sample data from xml file Import sample data from.sql file Set up the front page Edit front page

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

Xerte. Guide to making responsive webpages with Bootstrap

Xerte. Guide to making responsive webpages with Bootstrap Xerte Guide to making responsive webpages with Bootstrap Introduction The Xerte Bootstrap Template provides a quick way to create dynamic, responsive webpages that will work well on any device. Tip: Webpages

More information

Reviewer WordPress Plugin

Reviewer WordPress Plugin Reviewer WordPress Plugin Reviews and Comparison Tables for Your Posts Version: 2.3.0 - by Michele Ivani - evographics.net This is a how-to guide to install your plugin copy. If you have any questions

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

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide BindTuning Installations Instructions, Setup Guide Invent Setup Guide This documentation was developed by, and is property of Bind Lda, Portugal. As with any software product that constantly evolves, our

More information

PBWORKS - Student User Guide

PBWORKS - Student User Guide PBWORKS - Student User Guide Spring and Fall 2011 PBworks - Student Users Guide This guide provides the basic information you need to get started with PBworks. If you don t find the help you need in this

More information

USER GUIDE AND THEME SETUP

USER GUIDE AND THEME SETUP Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free ask any questions on the online Support Forum, located at: http://themewich.com/forum.

More information

Shankersinh Vaghela Bapu Institue of Technology

Shankersinh Vaghela Bapu Institue of Technology Branch: - 6th Sem IT Year/Sem : - 3rd /2014 Subject & Subject Code : Faculty Name : - Nitin Padariya Pre Upload Date: 31/12/2013 Submission Date: 9/1/2014 [1] Explain the need of web server and web browser

More information

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit:

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit: SHARPSCHOOL USER MANUAL CHAPTER 7 EXTERNAL LINK PAGE For more information, please visit: www.customernet.sharpschool.com www.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. INTRODUCTION... 1 KEY INFORMATION...

More information

Oceanica Theme Documentation

Oceanica Theme Documentation Oceanica Theme Documentation Updated on December 29, 2017 Installation Import sample data Import sample data from xml file. Import sample data from.sql file. Set up the front page Edit front page Site

More information

Iconasys Advanced 360 Product View Creator. User Guide (Mac OSX)

Iconasys Advanced 360 Product View Creator. User Guide (Mac OSX) Iconasys Advanced 360 Product View Creator User Guide (Mac OSX) Overview 360 Product View Creator UI 1. Upload Image Area 2. Image Viewing Gallery 3. Output Format and Button Create 4. 360 Preview Window

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

Product Sales Report Pro v2.1 User's Manual

Product Sales Report Pro v2.1 User's Manual Product Sales Report Pro v2.1 User's Manual Thank you for purchasing the Product Sales Report plugin. This manual will guide you through installing and using the plugin. Installation 1. Login to your WordPress

More information

OCR e-testing Overview

OCR e-testing Overview OCR e-testing Overview Instructions for Updating the Question Database for Principles of Business and Administration 2012/13 January 2013 series Instructions for Updating the Question Database for Principles

More information

1. Beginning (Important)

1. Beginning (Important) Appointway Wordpress" Documentation by InkThemes Get Your Site Ready in Just 1 Click Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, please feel

More information

Using the Search Feature in PeopleSoft Financials

Using the Search Feature in PeopleSoft Financials Using the Search Feature in PeopleSoft Financials PeopleSoft Financials introduced a new Oracle search feature in Release 5.30. This feature, called ElasticSearch, returns results faster than former search

More information

Advanced Portal Search Add-on (For WPL)

Advanced Portal Search Add-on (For WPL) 1 Advanced Portal Search Add-on (For WPL) Realtyna Inc. Contents of this Manual are applicable to the WPL Advanced Portal Search Add-On. Details of this Manual may be different based on the customizations

More information

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS Web logs (blogs blogs) You can create your own personal Web logs (blogs) using IBM Lotus Notes. Using the blog template (dominoblog.ntf), you create a blog application, such as myblog.nsf, which you can

More information

PHP & PHP++ Curriculum

PHP & PHP++ Curriculum PHP & PHP++ Curriculum CORE PHP How PHP Works The php.ini File Basic PHP Syntax PHP Tags PHP Statements and Whitespace Comments PHP Functions Variables Variable Types Variable Names (Identifiers) Type

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

Website Management and Editing

Website Management and Editing Website Management and Editing In fall 2015, UNC Finance and Administration began the large-scale project of migrating all websites within the Division to the UNC-supported WordPress content management

More information

Managing your Website s Content in WordPress

Managing your Website s Content in WordPress Managing your Website s Content in WordPress Prepared for Westmont Aged Care Services Ltd 1 December 2016 For further support please contact: Annie O Shea M: 0412 169 664 E: annie@webstrategies.net.au

More information

Running PeopleSoft Query Viewer and Running Query to Excel Basic Steps

Running PeopleSoft Query Viewer and Running Query to Excel Basic Steps Running PeopleSoft Query Viewer and Running Query to Excel Basic Steps Query Viewer enables you to: Search for a query using the basic or advanced search functions. Run a query (which displays results

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

Developing Ajax Web Apps with GWT. Session I

Developing Ajax Web Apps with GWT. Session I Developing Ajax Web Apps with GWT Session I Contents Introduction Traditional Web RIAs Emergence of Ajax Ajax ( GWT ) Google Web Toolkit Installing and Setting up GWT in Eclipse The Project Structure Running

More information

Simple sets of data can be expressed in a simple table, much like a

Simple sets of data can be expressed in a simple table, much like a Chapter 1: Building Master and Detail Pages In This Chapter Developing master and detail pages at the same time Building your master and detail pages separately Putting together master and detail pages

More information

How to Control and Override CSS by Including a CSS Link

How to Control and Override CSS by Including a CSS Link How to Control and Override CSS by Including a CSS Link Using CSS Includes User Documentation for OU By Lucero, 6-25-2014 CSS styles and definitions can be overwritten and subsequently controlled and defined

More information

Ace Corporate Documentation

Ace Corporate Documentation Ace Corporate Documentation Introduction Welcome To Ace Corporate! We would like to thank you for donwloading Ace Corporate, Business WordPress theme. It is the lite version of Ace Corporate Pro. Before

More information

No web design or programming expertise is needed to give your museum a world-class web presence.

No web design or programming expertise is needed to give your museum a world-class web presence. PASTPERFECT-ONLINE PastPerfect-Online is the fast, affordable and easy way to provide public access to your PastPerfect data via the World Wide Web. Built on proven MWeb technology, PastPerfect-Online

More information

EBSCOhost Web 6.0. User s Guide EBS 2065

EBSCOhost Web 6.0. User s Guide EBS 2065 EBSCOhost Web 6.0 User s Guide EBS 2065 6/26/2002 2 Table Of Contents Objectives:...4 What is EBSCOhost...5 System Requirements... 5 Choosing Databases to Search...5 Using the Toolbar...6 Using the Utility

More information

Startup Guide. Version 2.3.7

Startup Guide. Version 2.3.7 Startup Guide Version 2.3.7 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

Microsoft Word - Starting the Mail Merge Wizard

Microsoft Word - Starting the Mail Merge Wizard Microsoft Word - Starting the Mail Merge Wizard Starting the Mail Merge Wizard. 1. Select the Mailings tab. 2. Click the Start Mail Merge button 3. Select Step by step Mil Merge Wizard. 4. Select the type

More information

Telerik Corp. Test Studio Standalone & Visual Studio Plug-In Quick-Start Guide

Telerik Corp. Test Studio Standalone & Visual Studio Plug-In Quick-Start Guide Test Studio Standalone & Visual Studio Plug-In Quick-Start Guide Contents Create your First Test... 3 Standalone Web Test... 3 Standalone WPF Test... 6 Standalone Silverlight Test... 8 Visual Studio Plug-In

More information

User Guide Ahmad Bilal [Type the company name] 1/1/2009

User Guide Ahmad Bilal [Type the company name] 1/1/2009 User Guide Ahmad Bilal [Type the company name] 1/1/2009 Contents 1 LOGGING IN... 1 1.1 REMEMBER ME... 1 1.2 FORGOT PASSWORD... 2 2 HOME PAGE... 3 2.1 CABINETS... 4 2.2 SEARCH HISTORY... 5 2.2.1 Recent

More information

gaalliance.org and bap.gaalliance.org Users Guide

gaalliance.org and bap.gaalliance.org Users Guide IDENTITY PRINT PUBLISHING WEB Visible Logic, Inc. 142 High Street Suite 615 Portland, ME 04101 207.761.4230 visiblelogic.com gaalliance.org and bap.gaalliance.org Users Guide CONTENTS Introduction 2 Site

More information

TRAINING GUIDE. Web App End User Training

TRAINING GUIDE. Web App End User Training TRAINING GUIDE Web App End User Training Web Application End-User Training In this booklet, we will introduce you to the Lucity Web application. The Web system allows you to utilize customized views, forms,

More information

Documentation of Reward Points for Woocommerce. Installation of Reward Points for Woocommerce

Documentation of Reward Points for Woocommerce. Installation of Reward Points for Woocommerce Documentation of Reward Points for Woocommerce Installation of Reward Points for Woocommerce Installation Install Word Press from http://codex.wordpress.org/installing_wordpress. Upload via FTP : - Unzip

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

Editing your CASet WordPress Site:

Editing your CASet WordPress Site: Editing your CASet WordPress Site: This guide can be located at: http://rt.caset.buffalo.edu/documentation/index.php In your browser enter/bookmark either of the following: https://*department*.buffalo.edu/wp-admin/

More information

Website Administration Manual, Part One

Website Administration Manual, Part One Website Administration Manual, Part One A Guide to the CMS & Widgets Curry School of Education Website http://curry.virginia.edu The Curry Website Administrators Manual - Part One 2 The CMS The content

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

PASTPERFECT-ONLINE. No web design or programming expertise is needed to give your museum a worldclass web presence.

PASTPERFECT-ONLINE. No web design or programming expertise is needed to give your museum a worldclass web presence. PASTPERFECT-ONLINE PastPerfect-Online is the fast, affordable and easy way to provide public access to your PastPerfect data via the World Wide Web. Built on proven MWeb technology, PastPerfect-Online

More information

RenWeb Handout Manual

RenWeb Handout Manual RenWeb Handout Manual Tiffany Gurgel October 2013 RenWeb Handout Manual Table of Contents Pre-Training Handout: Creating a Document as a PDF 2 Handout 1A: Adding Homework & Web Document 4 Handout 2A: Creating

More information

Online Toolkit Institutional Guide

Online Toolkit Institutional Guide Online Toolkit Institutional Guide Introduction Purpose of this document This document is meant for institutions that want to adopt the Autism&Uni toolkit. It will provide instructions on how to install,

More information

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

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

More information

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 Page i Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031

More information

Identifying Updated Metadata and Images from a Content Provider

Identifying Updated Metadata and Images from a Content Provider University of Iowa Libraries Staff Publications 4-8-2010 Identifying Updated Metadata and Images from a Content Provider Wendy Robertson University of Iowa 2010 Wendy C Robertson Comments Includes presenter's

More information

PBWORKS - Student User Guide

PBWORKS - Student User Guide PBWORKS - Student User Guide Fall 2009 PBworks - Student Users Guide This guide provides the basic information you need to get started with PBworks. If you don t find the help you need in this guide, please

More information

Creating a Website in Schoolwires Technology Integration Center

Creating a Website in Schoolwires Technology Integration Center Creating a Website in Schoolwires Technology Integration Center Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Accessing Site Manager... 2 Section Workspace Overview...

More information

Blackboard QuickStart Guide for Students

Blackboard QuickStart Guide for Students Blackboard QuickStart Guide for Students This QuickStart guide will walk you through the process of logging in to Blackboard and submitting your work. If you do not know your login information for Blackboard,

More information

VEGA Version /27/2017

VEGA Version /27/2017 Version 2.2.1 01/27/2017 Vega Pro Check out the pro version at https://www.lyrathemes.com/vega-pro INSTALLING WORDPRESS INSTALLING THE THEME Using the Administration Panel Using cpanel Manually Using FTP

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.0

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 5 Plug-in

More information

Internet. Class-In charge: S.Sasirekha

Internet. Class-In charge: S.Sasirekha Internet Class-In charge: S.Sasirekha COMPUTER NETWORK A computer network is a collection of two or more computers, which are connected together to share information and resources. Network Operating Systems

More information

IBM Forms V8.0 Custom Themes IBM Corporation

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

More information

TRAINING GUIDE. Lucity Web End User Training

TRAINING GUIDE. Lucity Web End User Training TRAINING GUIDE Lucity Web End User Training Web Application End-User Training In this booklet, we will introduce you to the Lucity Web application. The Web system allows you to utilize customized views,

More information

Microsoft Office Illustrated Introductory, Building and Using Queries

Microsoft Office Illustrated Introductory, Building and Using Queries Microsoft Office 2007- Illustrated Introductory, Building and Using Queries Creating a Query A query allows you to ask for only the information you want vs. navigating through all the fields and records

More information

Inventory Attachment Wizard

Inventory Attachment Wizard Inventory Attachment Wizard Revision Date September 6, 2018 The revised Inventory Attachment Wizard was included in the Curator Tool used by the NPGS on December 1, 2017 (version 1.9.8.14). This document

More information

SuprCloakr v1.2s. Documentation. Author: tech_09

SuprCloakr v1.2s. Documentation. Author: tech_09 SuprCloakr v1.2s Documentation Author: tech_09 http://www.suprcloakr.com Contents Installation... 3 Global settings... 4 Creating a campaign... 5 Cloak what?... 5 Cloak who?... 6 Cloak How?... 7 Installation

More information

CMS 501: D2 Training for Contributors Updated: October 12, 2017

CMS 501: D2 Training for Contributors Updated: October 12, 2017 CMS501: D2 Training for Contributors Agenda What is Documentum D2? Roles/Groups: Support, Coordinator, Contributor, Consumer D2 Overview: Login/Logout Main Menu Workspaces Widgets User settings Spaces/Folders/

More information

VTU Question Bank. UNIT 1 Introduction to WWW, XHTML

VTU Question Bank. UNIT 1 Introduction to WWW, XHTML VTU Question Bank UNIT 1 Introduction to WWW, XHTML 1. Explain HTTP. (05 Marks) (Jan-2014, Dec-2012, Jun/July -2011, June-2012) 2. Explain Web servers operation and general server characteristics. (05

More information

DOCUMENTUM D2. User Guide

DOCUMENTUM D2. User Guide DOCUMENTUM D2 User Guide Contents 1. Groups... 6 2. Introduction to D2... 7 Access D2... 7 Recommended browsers... 7 Login... 7 First-time login... 7 Installing the Content Transfer Extension... 8 Logout...

More information

Business On Line File Gateway Guide

Business On Line File Gateway Guide Business On Line File Gateway Guide This document is published by Bank of Ireland, and both it, and its contents, are the property of Bank of Ireland. This document may not be reproduced or further distributed,

More information

How To Add/Modify Your Website Content

How To Add/Modify Your Website Content How To Add/Modify Your Website Content Table of Contents Log In to your Website & Admin Area... 1 WordPress Dashboard... 2 WordPress Posts & Pages... 3 Add a Post or Page... 4 Edit a Post or Page... 5

More information

Entrepreneur Theme Documentation

Entrepreneur Theme Documentation Entrepreneur Theme Documentation Installation Plugins Updates (optional) Front Page Setup Front Page Editing Front Page: Site Title, Tagline and Logo Front Page: Website Colors Front Page: Sections Section

More information

User Manual Al Manhal. All rights reserved v 3.0

User Manual Al Manhal. All rights reserved v 3.0 User Manual 1 2010-2016 Al Manhal. All rights reserved v 3.0 Table of Contents Conduct a Search... 3 1. USING SIMPLE SEARCH... 3 2. USING ADVANCED SEARCH... 4 Search Results List... 5 Browse... 7 1. BROWSE

More information

Web Engineering (CC 552)

Web Engineering (CC 552) Web Engineering (CC 552) Introduction Dr. Mohamed Magdy mohamedmagdy@gmail.com Room 405 (CCIT) Course Goals n A general understanding of the fundamentals of the Internet programming n Knowledge and experience

More information

YNicher User Guide. WPNotes: Google Hummingbird Inspired wordpress Plugin

YNicher User Guide. WPNotes: Google Hummingbird Inspired wordpress Plugin Important Links: Video Tutorials: www.ynicher.com/tutorials.html Support forum: www.autobacklinkbomb.com/forum Support email: support@ynicher.com WPNotes: Google Hummingbird Inspired wordpress Plugin www.wpnotes.net

More information

DB2 Web Query (REST based) Application Extension. Usage Instructions

DB2 Web Query (REST based) Application Extension. Usage Instructions DB2 Web Query (REST based) Application Extension Usage Instructions Updated March 29, 2016 Page 1 1 Overview... 4 2 Initial Setup... 5 3 Using the Extension... 6 3.1 Modes of use... 6 3.1.1 Browse Mode...

More information

Dropbox. Table of Contents

Dropbox. Table of Contents Table of Contents About the... 2 Setting Up the... 2 Creating a Category... 3 Creating a Folder... 5 Setting Restrictions on a Folder... 8 Editing a Folder or Category... 11 Re-ordering dropbox folders

More information

Amory WordPress Theme

Amory WordPress Theme This is a complete guide to help you manage the installation and setup of the Theme that you just bought. Thank you for purchasing our theme. We hope that you ll find it easy to use and customize. Please

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

RRJ.ca Uploading content and managing the site

RRJ.ca Uploading content and managing the site RRJ.ca Uploading content and managing the site Logging In: To log in, go to: http://rrj.ca/wp admin You will need to use your FCAD login credentials. The first time you log in a WordPress user account

More information

Page Gentics Software GmbH Enterprise Portals and Content Management Systems

Page Gentics Software GmbH Enterprise Portals and Content Management Systems 1. 2012 Gentics Software GmbH Page 2 Table of Contents 1. Table of Contents... 3 2. Foreword Infoportal and Support... 6 3. First steps... 6 3.1 Login and logout... 6 3.2 Password change... 7 3.3 User

More information

PHPBasket 4 Administrator Documentation

PHPBasket 4 Administrator Documentation PHPBasket 4 Please ensure you have the latest version of this document from http://www.phpbasket.com Contents CONTENTS 2 REQUIREMENTS 3 INSTALLATION 4 PREPARATION 4 UPLOAD 4 INSTALLATION 4 ADMINISTRATOR

More information

Advanced Web 2. Course Information. Instructor Information. Course Objectives

Advanced Web 2. Course Information. Instructor Information. Course Objectives Course Information Course Number: MMC 6278 Credits: 4 Term: Class Time: Tuesday and Thursday, 6:00pm 8:00pm EST Class URL: https://uflcoj.adobeconnect.com/mmc6278_spring15/ Instructor Information Richard

More information

Ampliación de Bases de Datos

Ampliación de Bases de Datos 1. Introduction to In this course, we are going to use: Apache web server PHP installed as a module for Apache Database management system MySQL and the web application PHPMyAdmin to administrate it. It

More information

This guide is designed to give new users a brief overview of Learn360. It will review how to Figure 1. Figure 9 Figure 8

This guide is designed to give new users a brief overview of Learn360. It will review how to Figure 1. Figure 9 Figure 8 Quick Start Guide This guide is designed to give new users a brief overview of Learn360. It will review how to begin using the many tools, features and functionality Learn360 has to offer. Login Figures

More information

NVU Web Authoring System

NVU Web Authoring System NVU Web Authoring System http://www.nvu.com/index.php Table of Contents Using Nvu as Your Web Page Authoring System: Getting Started Opening a page, saving, and previewing your work...3 Formatting the

More information

One Place Agent Websites User s Guide. Setting up your Real Estate One Family of Companies Personal Agent Website.

One Place Agent Websites User s Guide. Setting up your Real Estate One Family of Companies Personal Agent Website. One Place Agent Websites User s Guide Setting up your Real Estate One Family of Companies Personal Agent Website. Rev. 2016 Log in Go to http://www.ouroneplace.net (User name last six digits of your state

More information

Using AJAX to Easily Integrate Rich Media Elements

Using AJAX to Easily Integrate Rich Media Elements 505 Using AJAX to Easily Integrate Rich Media Elements James Monroe Course Developer, WWW.eLearningGuild.com The Problem: How to string together several rich media elements (images, Flash movies, video,

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information