Software API guide (EN) Manuale dei componenti software API (EN) Pag. 1 di 11

Size: px
Start display at page:

Download "Software API guide (EN) Manuale dei componenti software API (EN) Pag. 1 di 11"

Transcription

1 Sftware API guide (EN) Manuale dei cmpnenti sftware API (EN) Dipartiment Ecnmia e Prmzine della Città - Settre Agenda digitale e tecnlgie infrmatiche piazza Liber Paradisus, Blgna pendata@cmune.blgna.it Pag. 1 di 11

2 Gecding API fr icity - MAN Mdel MT207 Ediz. 0 Rev. 00 Index 1. Intrductin Sftware package JavaScript and CSS Sftware API Search JavaScript parameters Map Javascript parameters Example Dipartiment Ecnmia e Prmzine della Città - Settre Agenda digitale e tecnlgie infrmatiche piazza Liber Paradisus, Blgna pendata@cmune.blgna.it Pag. 2 di 11

3 Gecding API fr icity - MAN Mdel MT207 Ediz. 0 Rev Intrductin This dcument describes sftware cmpnents (APIs) t insert a search address functinality and an interactive map, inside an HTML page. These cmpnents are: 1. Search, address search. 2. Map, display a map with the address. All cmpnents are develped with HTML and JavaScript technlgy. HTML page cntaier Search Map Dipartiment Ecnmia e Prmzine della Città - Settre Agenda digitale e tecnlgie infrmatiche piazza Liber Paradisus, Blgna pendata@cmune.blgna.it Pag. 3 di 11

4 Gecding API fr icity - MAN Mdel MT207 Ediz. 0 Rev Sftware package The sftware package cnsists f the fllwing files and flders. index.html, html page cntainer css ui-lightness flders cntains CSS fr jquery style.css is the CSS fr map and address search images clear.png pin.png search.png search_ver.png js address_search.js, JavaScript library fr address search jquery mi.js, jquery library jquery-ui.js, jquery UI library map.js, JavaScript library fr map cmpnent service_cnfig.js, web services and map services URL Urbex_5.7.js, Oblique library Dipartiment Ecnmia e Prmzine della Città - Settre Agenda digitale e tecnlgie infrmatiche piazza Liber Paradisus, Blgna pendata@cmune.blgna.it Pag. 4 di 11

5 Gecding API fr icity - MAN Mdel MT207 Ediz. 0 Rev JavaScript and CSS The HTML page cntainer must cntain the fllwing JavaScript libraries and CSS. <!-- ArcGIS JavaScript API --> <script src=" <!-- jquery API --> <script type="text/javascript" src="js/jquery min.js"></script> <script type="text/javascript" src="js/jquery-ui.js"></script> <!-- Oblique API --> <script type="text/javascript" src="js/urbex_5.7.js"></script> <!-- Applicatin --> <script type="text/javascript" src="js/service_cnfig.js"></script> <script type="text/javascript" src="js/map.js"></script> <script type="text/javascript" src="js/address_search.js"></script> <!-- ArcGIS CSS --> <link rel="stylesheet" type="text/css" href=" /> <link rel="stylesheet" type="text/css" href=" /> <!-- jquery CSS --> <link rel="stylesheet" type="text/css" href="css/ui-lightness/jquery-ui.css" /> <!-- Oblique CSS --> <link rel="stylesheet" type="text/css" href=" /> <!-- Applicatin CSS --> <link rel="stylesheet" type="text/css" href="css/style.css" /> Dipartiment Ecnmia e Prmzine della Città - Settre Agenda digitale e tecnlgie infrmatiche piazza Liber Paradisus, Blgna pendata@cmune.blgna.it Pag. 5 di 11

6 Gecding API fr icity - MAN Mdel MT207 Ediz. 0 Rev Sftware API 3.1. Search The address search cmpnent uses the gcding web service in rder t search fr addresses JavaScript parameters Parameter shwsearch pinwidth Value true / false. true shws the address search cmpnent. Width (pixel) f the pin icn n the map (images\pin.png). Default: 31 pinheight Height (pixel) f the pin icn n the map (images\pin.png). Default: 35 addresses List f addresses t display n the map. { } "address" : "<indirizz>", "lcatin": { "x" : <crdinata_x >, "y" : <crdinata_y> } shwaddress true / false. true shws the label with the address n the map. In rder t add the search cmpnent in an HTML page cntainer, yu have t insert the fllwing cde inside the page. Dipartiment Ecnmia e Prmzine della Città - Settre Agenda digitale e tecnlgie infrmatiche piazza Liber Paradisus, Blgna pendata@cmune.blgna.it Pag. 6 di 11

7 Gecding API fr icity - MAN Mdel MT207 Ediz. 0 Rev. 00 <!-- Applicatin parameters --> <script type="text/javascript"> // shw search address var shwsearch = true; // width f the pin icn (pixel) var pinwidth = 31; // height f the pin icn (pixel) var pinheight = 35; // display address n map var shwaddress = false; // selected addresses var addresses = eval([{"address":"piazza MAGGIORE, 6","lcatin":{"x": ,"y": }}]); </script>... <div id="searchapp"> <div> <label fr="search_address_text">cerca indirizz</label> <div> <input type="text" id="search_address_text" nfcus="addresssearch.setmessage(null,false)"/> <input type="image" id="search_address_btn" src="images/search.png" nmusever="this.src='images/search_ver.png'" nmuseut="this.src='images/search.png'" alt="psizinati" title="psizinati"> <input type="image" id="clear_btn" src="images/clear.png" alt="cancella" title="cancella indirizz"> Dipartiment Ecnmia e Prmzine della Città - Settre Agenda digitale e tecnlgie infrmatiche piazza Liber Paradisus, Blgna pendata@cmune.blgna.it Pag. 7 di 11

8 Gecding API fr icity - MAN Mdel MT207 Ediz. 0 Rev Map The map cmpnent displays the map with the address (r addresses) and has built-in capabilities like zm, pan and map switch Javascript parameters Parameter shwmap shwaerial shwoblique startmap Value true / false. true displays the "Map" buttn t shw the street map. true / false. true displays the "Aerial" buttn t shw the aerial map. true / false. true displays the "Oblique" buttn t shw the blique map. Initial base map. Allwed values: MAP AERIAL mapwidth mapheight OBLIQUE Width f the map (pixel) Height f the map (pixel) In rder t add the map cmpnent in an HTML page cntainer, yu have t insert the fllwing cde inside the page. Dipartiment Ecnmia e Prmzine della Città - Settre Agenda digitale e tecnlgie infrmatiche piazza Liber Paradisus, Blgna pendata@cmune.blgna.it Pag. 8 di 11

9 Gecding API fr icity - MAN Mdel MT207 Ediz. 0 Rev. 00 <!-- Applicatin parameters --> <script type="text/javascript"> // shw basemap var shwmap = true; // shw aerial map var shwaerial = true; // shw blique var shwoblique = true; // initial visible map (pssible values: MAP, AERIAL, OBLIQUE) var startmap = "AERIAL"; // map width var mapwidth = "px"; // map height var mapheight = "px"; </script>... <div id="divmap" style="width:0px; height:0px;"> <div id="divoblique" style="width:0px; height:0px;display:nne"> <div id="tgglediv" style="display:nne"> <div><buttn id="btnmap" class="btn">mappa</buttn> <div><buttn id="btnaerial" class="btn" >Ft aeree</buttn> <div><buttn id="btnoblique" class="btn">ft blique</buttn> Dipartiment Ecnmia e Prmzine della Città - Settre Agenda digitale e tecnlgie infrmatiche piazza Liber Paradisus, Blgna pendata@cmune.blgna.it Pag. 9 di 11

10 Gecding API fr icity - MAN Mdel MT207 Ediz. 0 Rev Example <html> <head> <!-- Applicatin parameters --> <script type="text/javascript"> // shw basemap var shwmap = true; // shw aerial map var shwaerial = true; // shw blique var shwoblique = true; // initial visible map (pssible values: MAP, AERIAL, OBLIQUE) var startmap = "AERIAL"; // map width var mapwidth = "px"; // map height var mapheight = "px"; // shw search address var shwsearch = true; // width f the pin icn (pixel) var pinwidth = 31; // height f the pin icn (pixel) var pinheight = 35; // display address n map var shwaddress = false; // selected addresses var addresses = eval([{"address":"piazza MAGGIORE, 6","lcatin":{"x": ,"y": }}]); </script> <!-- ArcGIS CSS --> <link rel="stylesheet" type="text/css" href=" /> <link rel="stylesheet" type="text/css" href=" /> <!-- jquery CSS --> <link rel="stylesheet" type="text/css" href="css/ui-lightness/jquery-ui.css" /> <!-- Oblique CSS --> <link rel="stylesheet" type="text/css" href=" /> <!-- Applicatin CSS --> <link rel="stylesheet" type="text/css" href="css/style.css" /> <!-- ArcGIS API --> <script src=" <!-- jquery --> <script type="text/javascript" src="js/jquery min.js"></script> <script type="text/javascript" src="js/jquery-ui.js"></script> <!-- Oblique API --> <script type="text/javascript" src="js/urbex_5.7.js"></script> <!-- Applicatin --> <script type="text/javascript" src="js/service_cnfig.js"></script> Dipartiment Ecnmia e Prmzine della Città - Settre Agenda digitale e tecnlgie infrmatiche piazza Liber Paradisus, Blgna pendata@cmune.blgna.it Pag. 10 di 11

11 Gecding API fr icity - MAN Mdel MT207 Ediz. 0 Rev. 00 <script type="text/javascript" src="js/map.js"></script> <script type="text/javascript" src="js/address_search.js"></script> </head> <bdy nlad="init()"> <div id="searchapp"> <div> <div> <label fr="search_address_text">cerca indirizz</label> <input type="text" id="search_address_text" nfcus="addresssearch.setmessage(null,false)"/> <input type="image" id="search_address_btn" src="images/search.png" nmusever="this.src='images/search_ver.png'" nmuseut="this.src='images/search.png'" alt="psizinati" title="psizinati"> <input type="image" id="clear_btn" src="images/clear.png" alt="cancella" title="cancella indirizz"> <div id="divmap" style="width:0px; height:0px;"> <div id="divoblique" style="width:0px; height:0px;display:nne"> <div id="tgglediv" style="display:nne"> <div><buttn id="btnmap" class="btn">mappa</buttn> <div><buttn id="btnaerial" class="btn" >Ft aeree</buttn> <div><buttn id="btnoblique" class="btn">ft blique</buttn> </bdy> </html> Dipartiment Ecnmia e Prmzine della Città - Settre Agenda digitale e tecnlgie infrmatiche piazza Liber Paradisus, Blgna pendata@cmune.blgna.it Pag. 11 di 11

Ads SPA with AngularJS Lab

Ads SPA with AngularJS Lab Ads SPA with AngularJS Lab Yu are assigned t design and implement a web site fr Online Ads Publishing as single page applicatin (SPA) using HTML5 and AngularJS. The app manages users and their ads rganized

More information

Picture Menu Web Part. AMREIN ENGINEERING AG Version 1.0

Picture Menu Web Part. AMREIN ENGINEERING AG Version 1.0 Picture Menu Web Part AMREIN ENGINEERING AG Versin 1.0 March 2012 Descriptin The Picture Menu Web Part displays the List items cntained in the specified Sharepint List.r Picture Library as a vertical r

More information

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and ii Cpyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.cm/ We have attempted t make these dcuments cmplete, accurate, and useful, but we cannt guarantee them t be perfect. When we

More information

Dreamweaver MX 2004. Templates

Dreamweaver MX 2004. Templates Dreamweaver MX 2004 Templates Table f Cntents Dreamweaver Templates... 3 Creating a Dreamweaver template... 3 Types f template regins... 4 Inserting an editable regin... 4 Selecting editable regins...

More information

Valley Transcription Service I-Phone/I-Pod App User s Guide

Valley Transcription Service I-Phone/I-Pod App User s Guide 541-926-4194 Valley Transcriptin Service I-Phne/I-Pd App User s Guide (Fr use with iphne/ipad/i-pd Tuch) Page 0 Table f Cntents Table f Cntents... i Intrductin... 1 Requirements... 1 1. 2. 3. Installing

More information

Responsive Design Fundamentals Chapter 1: Chapter 2: name content

Responsive Design Fundamentals Chapter 1: Chapter 2: name content Lynda.cm Respnsive Design Fundamentals Chapter 1: Intrducing Respnsive Design Respnsive design is a design strategy that is centered n designing yur cntent s that it respnds t the envirnment its encuntered

More information

Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication

Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication Using JQuery to Make a Photo Slideshow This exercise was modified from the slideshow

More information

Create interactive web graphics out of your SAS or R datasets

Create interactive web graphics out of your SAS or R datasets Paper CS07 Create interactive web graphics out of your SAS or R datasets Patrick René Warnat, HMS Analytical Software GmbH, Heidelberg, Germany ABSTRACT Several commercial software products allow the creation

More information

ISAM TO SQL MIGRATION IN SYSPRO

ISAM TO SQL MIGRATION IN SYSPRO 118 ISAM TO SQL MIGRATION IN SYSPRO This dcument is aimed at assisting yu in the migratin frm an ISAM data structure t an SQL database. This is nt a detailed technical dcument and assumes the reader has

More information

OPENTABLE GROUP SEARCH MODULE GETTING STARTED ADD RESERVATIONS TO YOUR WEBSITE

OPENTABLE GROUP SEARCH MODULE GETTING STARTED ADD RESERVATIONS TO YOUR WEBSITE ADD RESERVATIONS TO YOUR WEBSITE OPENTABLE GROUP SEARCH MODULE The group search module allows users to select a specific restaurant location from a list and search tables at that location. The code below

More information

ios App Development Using Cordova

ios App Development Using Cordova ios App Development Using Cordova Created by Todd Treece Last updated on 2015-06-29 08:20:06 AM EDT Guide Contents Guide Contents Overview Installing Dependencies Creating a New App index.html index.css

More information

Developer Tutorial Version 1. 0 February 2015

Developer Tutorial Version 1. 0 February 2015 Developer Tutorial Version 1. 0 Contents Introduction... 3 What is the Mapzania SDK?... 3 Features of Mapzania SDK... 4 Mapzania Applications... 5 Architecture... 6 Front-end application components...

More information

Mobile Web Applications using HTML5. L. Cotfas 14 Dec. 2011

Mobile Web Applications using HTML5. L. Cotfas 14 Dec. 2011 Mobile Web Applications using HTML5 L. Cotfas 14 Dec. 2011 Reasons for mobile web development Many different platforms: Android, IPhone, Symbian, Windows Phone/ Mobile, MeeGo (only a few of them) Reasons

More information

TaskCentre v4.5 File Transfer (FTP) Tool White Paper

TaskCentre v4.5 File Transfer (FTP) Tool White Paper TaskCentre v4.5 File Transfer (FTP) Tl White Paper Dcument Number: PD500-03-22-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

Arjun V. Bala Page 25

Arjun V. Bala Page 25 15) Explain JSP unified Expressin Language (EL). (May-13, Jun-12) EL is a language that allws JSP prgrammers t fetch applicatin data stred in JavaBeans cmpnent. The fllwing methds are used t call the java

More information

Subject Tool Remarks What is JQuery. Slide Javascript Library

Subject Tool Remarks What is JQuery. Slide Javascript Library Subject Tool Remarks What is JQuery Slide Javascript Library Picture John Resig Tool for Searching the DOM (Document Object Model) Created by John Resig Superstar Very Small (12k) Browser Independent Not

More information

jquery Sliding Image Gallery

jquery Sliding Image Gallery jquery Sliding Image Gallery Copyright 2011 FlashBlue Website : http://www.flashdo.com Email: flashblue80@hotmail.com Twitter: http://twitter.com/flashblue80 Directories source - Original source files

More information

<Insert Picture Here>

<Insert Picture Here> Oracle Application Express: Mobile User Interfaces Marc Sewtz Senior Software Development Manager Oracle Application Express Oracle USA Inc. 520 Madison Avenue,

More information

DTU Data Transfer Utilities Software User manual

DTU Data Transfer Utilities Software User manual DTU Data Transfer Utilities Sftware User manual Ft. Atkinsn, Wiscnsin USA Panningen, Nederland www.digi-star.cm D3912-GB Rev A Sept 11 Table f cntents TABLE OF CONTENTS DTU Sftware general... 1 Minimum

More information

Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 FETAC. Computer Applications 4N1112

Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 FETAC. Computer Applications 4N1112 Crk Educatin and Training Bard Crk Educatin and Training Bard Prgramme Mdule fr Using Cmmn Cmputer Applicatins leading t Level 4 FETAC Cmputer Applicatins 4N1112 Cmputer Applicatins 4N1112 May 2012/June

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

What is New in LepideAuditor Suite 15.2? This document explains what is new in LepideAuditor Suite 15.2.

What is New in LepideAuditor Suite 15.2? This document explains what is new in LepideAuditor Suite 15.2. LEPIDE SOFTWARE What is New in LepideAuditr Suite 15.2? This dcument explains what is new in LepideAuditr Suite 15.2. LepideAuditr Suite Table f Cntents Intrductin... 3 1. New Additins... 4 1.1 Radar Tab...

More information

(http://jqueryui.com) François Agneray. Octobre 2012

(http://jqueryui.com) François Agneray. Octobre 2012 (http://jqueryui.com) François Agneray Octobre 2012 plan jquery UI est une surcouche de jquery qui propose des outils pour créer des interfaces graphiques interactives. Ses fonctionnalités se divisent

More information

Your Outlook Mailbox can be accessed from any PC that is connected to the Internet.

Your Outlook Mailbox can be accessed from any PC that is connected to the Internet. Outlk Web Access Faculty and Staff Millsaps Cllege Infrmatin Technlgy Services Yur Outlk Mailbx can be accessed frm any PC that is cnnected t the Internet. Open the Web brwser. Type in this URL: https://mail.millsaps.edu

More information

Citrix StoreFront. Customizing the Receiver for Web User Interface. 2012 Citrix. All rights reserved.

Citrix StoreFront. Customizing the Receiver for Web User Interface. 2012 Citrix. All rights reserved. Citrix StoreFront Customizing the Receiver for Web User Interface 2012 Citrix. All rights reserved. Customizing the Receiver for Web User Interface Introduction Receiver for Web provides a simple mechanism

More information

TaskCentre v4.5 Send Message (SMTP) Tool White Paper

TaskCentre v4.5 Send Message (SMTP) Tool White Paper TaskCentre v4.5 Send Message (SMTP) Tl White Paper Dcument Number: PD500-03-17-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

Click Studios. Passwordstate. SafeNet Two-Factor Configuration

Click Studios. Passwordstate. SafeNet Two-Factor Configuration Passwrdstate SafeNet Tw-Factr Cnfiguratin This dcument and the infrmatin cntrlled therein is the prperty f Click Studis. It must nt be reprduced in whle/part, r therwise disclsed, withut prir cnsent in

More information

Business Digital Voice Site Services - Phone & User Assignments

Business Digital Voice Site Services - Phone & User Assignments Feature Overview The Phnes and Users must be assigned befre setting up ther cmpnents f Business Digital Vice. The system is designed t allw custmers t quickly setup and mdify phne assignments in real time

More information

SBClient and Microsoft Windows Terminal Server (Including Citrix Server)

SBClient and Microsoft Windows Terminal Server (Including Citrix Server) SBClient and Micrsft Windws Terminal Server (Including Citrix Server) Cntents 1. Intrductin 2. SBClient Cmpatibility Infrmatin 3. SBClient Terminal Server Installatin Instructins 4. Reslving Perfrmance

More information

Creating automated reports using VBS AN 44

Creating automated reports using VBS AN 44 Creating autmated reprts using VBS AN 44 Applicatin Nte t the KLIPPEL R&D and QC SYSTEM Publishing measured results is imprtant t custmers and clients. While the KLIPPEL database cntains all infrmatin

More information

METU. Computer Engineering

METU. Computer Engineering METU Cmputer Engineering CENG 491 Cmputer Engineering Design I AKAMAI SYSTEMS Members f the Team: Ahmet Emin Tsun e141801@metu.edu.tr Uğur Can Tekin e134800@metu.edu.tr Hasan İşler e134758@metu.edu.tr

More information

TaskCentre v4.5 SMTP Tool White Paper

TaskCentre v4.5 SMTP Tool White Paper TaskCentre v4.5 SMTP Tl White Paper Dcument Number: PD500-03-04-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features... 2 GLOBAL CONFIGURATION...

More information

Information Systems Overview & Epic Medical Staff Training

Information Systems Overview & Epic Medical Staff Training Infrmatin Systems Overview & Epic Medical Staff Training Welcme & Overview... 2 Welcme... 2 Overview & Checklist... 2 User ID & Registratin... 3 Request Fr Access Frm... 3 Cntacting Epic Training... 3

More information

Deprecation Plan for ArcGIS 10.0 and ArcGIS 10.1... 1. ArcGIS Desktop 10.0... 2. ArcInfo Workstation 10.0... 2. ArcIMS 10.0... 2

Deprecation Plan for ArcGIS 10.0 and ArcGIS 10.1... 1. ArcGIS Desktop 10.0... 2. ArcInfo Workstation 10.0... 2. ArcIMS 10.0... 2 DEPRECATION PLAN FOR ARCGIS 10.0 AND ARCGIS 10.1 We assess the required platfrms and functinality f the ArcGIS platfrm at each release t accunt fr changes in technlgies and markets. As a result, we add

More information

Instructor-Led Training(P2P)

Instructor-Led Training(P2P) Instructr-Led Training(P2P) VisinStream ffers instructr led training fr hundreds f learning tpics. Our training prvides students with hands-n experience with latest technlgies t match jb rle requirements.

More information

UComment. UComment is a comment component for Umbraco, it makes it very easy to add comment functionality to any Umbraco content document you wish.

UComment. UComment is a comment component for Umbraco, it makes it very easy to add comment functionality to any Umbraco content document you wish. UComment UComment is a comment component for Umbraco, it makes it very easy to add comment functionality to any Umbraco content document you wish. Contents Installation... 3 Setup... 4 Prerequisites...

More information

Adding Slideshare Presentations

Adding Slideshare Presentations Blackbard 9.1 Quick Start Guide Adding Slideshare Presentatins Slideshare presentatins can be added t curse cntent frm tw different lcatins: the Build Cntent area in Cntent mdules and mst text areas thrughut

More information

Training Script: Documenting Provider

Training Script: Documenting Provider Training Script: Dcumenting Prvider Training Script: Dcumenting Prvider Agenda Item Intrductin Lg int Cmputer EMR Mdule Desktp Mdule Review Desktp and EMR in Meditech Test CPOE Sessin 1 Discussin Intrduce

More information

Sage 100 What s New in 2013. Tracey Brinkman Senior Consultant BKD Technologies tbrinkman@bkd.com

Sage 100 What s New in 2013. Tracey Brinkman Senior Consultant BKD Technologies tbrinkman@bkd.com Sage 100 What s New in 2013 Tracey Brinkman Senir Cnsultant BKD Technlgies tbrinkman@bkd.cm Presenter Tracey Brinkman Senir Cnsultant BKD Technlgies 2013 Overview Glbal Enhancements Accunts Payable Enhancements

More information

WebCenter User experience. John Sim @JRSim_UIX

WebCenter User experience. John Sim @JRSim_UIX WebCenter User experience ipads - Xbox John Sim @JRSim_UIX About Fishbowl Solutions Specializing on portals & content management for 13 years Customers throughout North America & EMEA Enterprise-wide consulting

More information

Using jquery and CSS to Gain Easy Wins in CiviCRM

Using jquery and CSS to Gain Easy Wins in CiviCRM Using jquery and CSS to Gain Easy Wins in CiviCRM The CMS agnostic, cross browser way to get (mostly) what you want By Stuart from Korlon LLC (find me as "Stoob") Why is this method OK to use? CiviCRM

More information

SortSite Technical Overview White Paper

SortSite Technical Overview White Paper SrtSite Technical Overview White Paper SrtSite saves weeks f manual testing by scanning web sites fr quality issues. Backgrund Finding quality issues n web sites is difficult and time-cnsuming. Mst sites

More information

Outlook Plug-In. Send Conference Invites from Outlook. Downloading Outlook Plug-In CONFERENCING & COLLABORATION RESERVATIONLESS-PLUS

Outlook Plug-In. Send Conference Invites from Outlook. Downloading Outlook Plug-In CONFERENCING & COLLABORATION RESERVATIONLESS-PLUS USER GUIDE Outlk Plug-In Send Cnference Invites frm Outlk Scheduling cnference calls and always typing in the same dial-in number and cnference cde can be a bit tedius, especially when yu re in a hurry.

More information

Meet Moodle Students introduction to Moodle and Email

Meet Moodle Students introduction to Moodle and Email Meet Mdle Students intrductin t Mdle and Email 1. What is Mdle? Mdle is the sftware used fr the Student Intranet and nline curses als knwn as a Virtual Learning Envirnment r VLE fr shrt. It is a web based

More information

MiaRec. Performance Monitoring. Revision 1.1 (2014-09-18)

MiaRec. Performance Monitoring. Revision 1.1 (2014-09-18) Revisin 1.1 (2014-09-18) Table f Cntents 1 Purpse... 3 2 Hw it wrks... 3 3 A list f MiaRec perfrmance cunters... 4 3.1 Grup MiaRec Statistics... 4 3.2 Grup MiaRec Call Statistics Per-State... 5 3.3 Grup

More information

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper TaskCentre v4.5 MS SQL Server Trigger Tl White Paper Dcument Number: PD500-03-02-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features...

More information

Dashboard Skin Tutorial. For ETS2 HTML5 Mobile Dashboard v3.0.2

Dashboard Skin Tutorial. For ETS2 HTML5 Mobile Dashboard v3.0.2 Dashboard Skin Tutorial For ETS2 HTML5 Mobile Dashboard v3.0.2 Dashboard engine overview Dashboard menu Skin file structure config.json Available telemetry properties dashboard.html dashboard.css Telemetry

More information

Introduction to web development and JavaScript

Introduction to web development and JavaScript Objectives Chapter 1 Introduction to web development and JavaScript Applied Load a web page from the Internet or an intranet into a web browser. View the source code for a web page in a web browser. Knowledge

More information

Sizmek Formats. IAB Mobile Pull. Build Guide

Sizmek Formats. IAB Mobile Pull. Build Guide Sizmek Formats IAB Mobile Pull Build Guide Table of Contents Overview...3 Supported Platforms... 6 Demos/Downloads... 6 Known Issues... 6 Implementing a IAB Mobile Pull Format...6 Included Template Files...

More information

Remote Setup and Configuration of the Outlook Email Program Information Technology Group

Remote Setup and Configuration of the Outlook Email Program Information Technology Group Remte Setup and Cnfiguratin f the Outlk Email Prgram Infrmatin Technlgy Grup The fllwing instructins will help guide yu in the prper set up f yur Outlk Email Accunt. Please nte that these instructins are

More information

Modern Web Development:

Modern Web Development: : HTML5, JavaScript, LESS and jquery Shawn Wildermuth One of the Minds, Wilder Minds LLC Microsoft MVP @shawnwildermuth http://wilderminds.com What it was like

More information

User s Guide. Moduc Elements MagiCAD plugin

User s Guide. Moduc Elements MagiCAD plugin User s Guide Mduc Elements MagiCAD plugin Cntents Chapter 1. General 1 Abut this dcument... 1 Installing the sftware... 1 Required third-party sftware... 1 Installatin... 1 Starting the prgram... 2 Chapter

More information

Tutorial: Building a Dojo Application using IBM Rational Application Developer Loan Payment Calculator

Tutorial: Building a Dojo Application using IBM Rational Application Developer Loan Payment Calculator Tutorial: Building a Dojo Application using IBM Rational Application Developer Loan Payment Calculator Written by: Chris Jaun (cmjaun@us.ibm.com) Sudha Piddaparti (sudhap@us.ibm.com) Objective In this

More information

Click here to open the library

Click here to open the library Dcument Management What is a Dcument Library? Use a dcument library t stre, rganize, sync, and share dcuments with peple. Yu can use cauthring, versining, and check ut t wrk n dcuments tgether. With yur

More information

Chiron Taking Open Source Business Intelligence from Myth to Reality

Chiron Taking Open Source Business Intelligence from Myth to Reality Chirn Taking Open Surce Business Intelligence frm Myth t Reality by Gaurav Jauhri IMIT 2007-2008 Batch Scula Superire Sant'Anna University Pisa, Italy Tutrs: Stefan Scamuzz and Andrea Giia www.eng.it http://www.w2.rg/

More information

Co. Cavan VEC. Programme Module for. Web Design. leading to. Level 4 FETAC. Web Design 4N1122

Co. Cavan VEC. Programme Module for. Web Design. leading to. Level 4 FETAC. Web Design 4N1122 C. Cavan VEC C. Cavan VEC Prgramme Mdule fr Web Design leading t Level 4 FETAC Web Design 4N1122 Web Design 4N1122 AMENDED APRIL 2013 1 C. Cavan VEC Intrductin This prgramme mdule may be delivered as a

More information

IT Quick Reference Guides Using Outlook 2011 for Mac for Faculty and Staff

IT Quick Reference Guides Using Outlook 2011 for Mac for Faculty and Staff IT Quick Reference Guides Using Outlk 2011 fr Mac fr Faculty and Staff Outlk Guides This guide cvers using Outlk 2011 fr Mac fr SU faculty and staff n campus cmputers. This des nt cver using Outlk 2011

More information

Integrated Data & Reporting

Integrated Data & Reporting Integrated Data & Reprting Integrated Data & Reprting Team idr@ithelp.uregn.edu idr.uregn.edu Table f Cntents Reprt Standards Checklist... 4 Terms t knw... 4 Unlcking a Reprt... 4 Page Header... 4 Header

More information

BackupAssist SQL Add-on

BackupAssist SQL Add-on WHITEPAPER BackupAssist Versin 6 www.backupassist.cm 2 Cntents 1. Requirements... 3 1.1 Remte SQL backup requirements:... 3 2. Intrductin... 4 3. SQL backups within BackupAssist... 5 3.1 Backing up system

More information

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors Using Sentry-g Enterprise/ASPX fr Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, February, 2014 http://www.sentry-g.cm Be Practive, Nt Reactive! Intrductin Sentry-g Enterprise Reprting is a self-cntained

More information

WHITEPAPER Reference Architectures for Portal-based Rich Internet Applications

WHITEPAPER Reference Architectures for Portal-based Rich Internet Applications Authr: Sven Rieger Created n: 2015-04-10 Versin: 1.0 Rich Internet (RIAs) are HTML5-based applicatins with a desktp-like lk&feel which run inside a web brwser. The Micrsft Office applicatins Wrd, Excel,

More information

Macintosh Operating System Online Proctoring Guide

Macintosh Operating System Online Proctoring Guide Macintsh Operating System Online Prctring Guide ONLINE PROCTORING GUIDE 0 Macintsh Operating System Online Prctring Guide Cntents CONTENTS... 1 ABOUT ONLINE PROCTORING... 2 PREPARING FOR YOUR ONLINE PROCTORED

More information

CSS Vocabulary and Grammar Basics

CSS Vocabulary and Grammar Basics CSS Vcabulary and Grammar Basics CSS Stands fr Cascading Style Sheet CSS is a language system that allws yu t define the presentatin f elements in HTML The Presentatin f HTML elements has tw aspects t

More information

ATL: Atlas Transformation Language. ATL Installation Guide

ATL: Atlas Transformation Language. ATL Installation Guide ATL: Atlas Transfrmatin Language ATL Installatin Guide - versin 0.1 - Nvember 2005 by ATLAS grup LINA & INRIA Nantes Cntent 1 Intrductin... 3 2 Installing ADT frm binaries... 3 2.1 Installing Eclipse and

More information

Cecilia Morton. Prometheus Overview

Cecilia Morton. Prometheus Overview Cecilia Mrtn Prmetheus Overview Abut us Funded in 1998 We specialise in prviding cmplete, easy-t-use sftware packages that cvers SAP gaps and imprves the verall usability f SAP Plant Maintenance. All ur

More information

WatchDox Outlook Plug-In: Quick Start Guide

WatchDox Outlook Plug-In: Quick Start Guide WatchDx Outlk Plug-In: Quick Start Guide 1 QUICK SENDING FROM OUTLOOK WatchDx Outlk integratin allws yu t send emails and attachments securely, with a single click. Click Send Prtected in yur mail editr

More information

Understand Business Continuity

Understand Business Continuity Understand Business Cntinuity Lessn Overview In this lessn, yu will learn abut: Business cntinuity Data redundancy Data availability Disaster recvery Anticipatry Set What methds can be emplyed by a system

More information

1.0 Special Education and Conversion in MyEducation BC

1.0 Special Education and Conversion in MyEducation BC 1.0 Special Educatin and Cnversin in MyEducatin BC Special Educatin student eligibilities have been cnverted int MyEducatin BC frm BCeSIS. In rder t d s, special educatin wrkflw shells cntaining the designatin

More information

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later.

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later. Certified Payrll XML Exprt As f June 4 th, 2015, The Califrnia Department f Industrial Relatins (DIR) is requiring that all certified payrll reprts be submitted nline using the ecpr system. The ecpr System

More information

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel An HP PrCurve Netwrking Applicatin Nte Traffic mnitring n PrCurve switches with sflw and InMn Traffic Sentinel Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk diagram... 3 4. sflw cnfiguratin

More information

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8 McAfee Enterprise Security Manager Data Surce Cnfiguratin Guide Data Surce: Infblx NIOS September 2, 2014 Infblx NIOS Page 1 f 8 Imprtant Nte: The infrmatin cntained in this dcument is cnfidential and

More information

Web2CRM Honeypot Captcha Manual

Web2CRM Honeypot Captcha Manual Web2CRM Honeypot Captcha Manual V 1.0 How to keep those pesky robots from submitting forms into your system CRM Innovation LLC 8527 Bluejacket Street Lenexa, KS 66214 crminnovation.com Contents Overview...

More information

What's New. Sitecore CMS 6.6 & DMS 6.6. A quick guide to the new features in Sitecore 6.6. Sitecore CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22

What's New. Sitecore CMS 6.6 & DMS 6.6. A quick guide to the new features in Sitecore 6.6. Sitecore CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22 Sitecre CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22 Sitecre CMS 6.6 & DMS 6.6 What's New A quick guide t the new features in Sitecre 6.6 Sitecre is a registered trademark. All ther brand and prduct names

More information

SITE APPLICATIONS USER GUIDE:

SITE APPLICATIONS USER GUIDE: SITE APPLICATIONS USER GUIDE: CPCONTROLLER, CCENGINE, SYNC, TPORT, CCTERMINAL Cpyright 2013 Triple E Technlgies. All rights reserved. Site Applicatins User Guide INTRODUCTION The applicatins described

More information

Tips & Tricks. Table of Contents. Browser Update - WebEx Plugin. Updated Global Access Numbers

Tips & Tricks. Table of Contents. Browser Update - WebEx Plugin. Updated Global Access Numbers Tips & Tricks Table f Cntents Brwser Update - WebEx Plugin... 1 Updated Glbal Access Numbers... 1 WebEx Prfile Settings (Time zne, Email )... 2 Hsting a successful WebEx call with Vide... 2 Using the WebEx

More information

Differences between HTML and HTML 5

Differences between HTML and HTML 5 Differences between HTML and HTML 5 1 T.N.Sharma, 2 Priyanka Bhardwaj, 3 Manish Bhardwaj Abstract: Web technology is a standard that allow developing web applications with the help of predefined sets of

More information

Ten Steps for an Easy Install of the eg Enterprise Suite

Ten Steps for an Easy Install of the eg Enterprise Suite Ten Steps fr an Easy Install f the eg Enterprise Suite (Acquire, Evaluate, and be mre Efficient!) Step 1: Dwnlad the eg Sftware; verify hardware and perating system pre-requisites Step 2: Obtain a valid

More information

SOFTWARE DEVELOPER POSITION BY RIOMED LTD. SAFE. EFFICIENT. QUALITY WORLD CLASS HEALTHCARE SOLUTION

SOFTWARE DEVELOPER POSITION BY RIOMED LTD. SAFE. EFFICIENT. QUALITY WORLD CLASS HEALTHCARE SOLUTION SOFTWARE DEVELOPER POSITION BY RIOMED LTD. SAFE. EFFICIENT. QUALITY WORLD CLASS HEALTHCARE SOLUTION JOB DESCRIPTION POSITION: EXPERIENCED SOFTWARE DEVELOPER LOCATION: INDIA REPORTING TO: COMPANY DIRECTOR

More information

GETTING STARTED With the Control Panel Table of Contents

GETTING STARTED With the Control Panel Table of Contents With the Cntrl Panel Table f Cntents Cntrl Panel Desktp... 2 Left Menu... 3 Infrmatin... 3 Plan Change... 3 Dmains... 3 Statistics... 4 Ttal Traffic... 4 Disk Quta... 4 Quick Access Desktp... 4 MAIN...

More information

FAQ Frequently Asked Questions & Answers for using the online assessment platform of ΜanpowerGroup

FAQ Frequently Asked Questions & Answers for using the online assessment platform of ΜanpowerGroup FAQ Frequently Asked Questins & Answers fr using the nline assessment platfrm f ΜanpwerGrup Versin 1.0 Athens, July 2014 1 Frequently Asked Questins & Answers regarding the use f the nline assessment platfrm

More information

Product Documentation. New Features Guide. Version 9.7.5/XE6

Product Documentation. New Features Guide. Version 9.7.5/XE6 Prduct Dcumentatin New Features Guide Versin 9.7.5/XE6 2015 Embarcader Technlgies, Inc. Embarcader, the Embarcader Technlgies lgs, and all ther Embarcader Technlgies prduct r service names are trademarks

More information

Diagnosis and Troubleshooting

Diagnosis and Troubleshooting Diagnsis and Trubleshting DataDirect Cnnect Series ODBC Drivers Intrductin This paper discusses the diagnstic tls that are available t cnfigure and trublesht yur ODBC envirnment and prvides a trubleshting

More information

Information paper Reference Data Management Service

Information paper Reference Data Management Service This infrmatin paper describes the EU Reference Data Management Service. This Service prvides a central database, web service web applicatin fr maintaining RIS reference data, which is used by varius RIS-systems

More information

Mobile Web Developer- Advanced

Mobile Web Developer- Advanced Mbile Web Develper- Advanced Based n Aitrich Training Methdlgy HTML5 is the future. Knw the future and create great apps, sites, games and many mre innvative and clrful masterpieces with Aitrich Aitrich

More information

User Guide. Sysgem SysMan Remote Control. By Sysgem AG

User Guide. Sysgem SysMan Remote Control. By Sysgem AG Sysgem SysMan Remte Cntrl User Guide By Sysgem AG Sysgem is a registered trademark f Sysgem AG. Other brands and prducts are registered trademarks f their respective hlders. 2012 Sysgem AG, Lavaterstrasse

More information

Spatial data visualization by usage of chosen free of charge tools for creation of composite web map applications

Spatial data visualization by usage of chosen free of charge tools for creation of composite web map applications Spatial data visualizatin by usage f chsen free f charge tls fr creatin f cmpsite web map applicatins Jiří Ardielli 1, Tmáš Minarčík 2, Brnislava Hrákvá 3 1 Institut geinfrmatiky, Hrnick-gelgická fakulta,

More information

TechAge Labs Pvt. Ltd. Address : C-46, GF, Sector 2, Noida Phone 1 : 0120-4540894 Phone 2 : 0120-6495333. MagentoTraining

TechAge Labs Pvt. Ltd. Address : C-46, GF, Sector 2, Noida Phone 1 : 0120-4540894 Phone 2 : 0120-6495333. MagentoTraining Magent Training TechAge Labs Pvt. Ltd. Address : C-46, GF, Sectr 2, Nida Phne 1 : 0120-4540894 Phne 2 : 0120-6495333 TechAge Labs 2014 versin 1.0 MagentTraining Magent Training Curse Chapter 1 Cre Develpment

More information

FieldManager Read-Only User Guide (for Contractors) - NDOT Supplemental

FieldManager Read-Only User Guide (for Contractors) - NDOT Supplemental FieldManager Read-Only User Guide (fr Cntractrs) - NDOT Supplemental 1.0 NDOT FieldManager Read-Only Backgrund 1.1 FieldManager Read-Only at NDOT The NDOT Cnstructin Divisin has implemented a new sftware

More information

Wireless Light-Level Monitoring

Wireless Light-Level Monitoring Wireless Light-Level Mnitring ILT1000 ILT1000 Applicatin Nte Wireless Light-Level Mnitring 1 Wireless Light-Level Mnitring ILT1000 The affrdability, accessibility, and ease f use f wireless technlgy cmbined

More information

An introduction to Rapid Prototyping and Additive Manufacturing

An introduction to Rapid Prototyping and Additive Manufacturing Unit Title: OCR unit number 9 Level: 2 Credit value: 5 Guided learning hurs: 40 Unit reference number K/503/5862 An intrductin t Rapid Manufacturing Unit purpse and aim This unit will intrduce learners

More information

AP Capstone Digital Portfolio - Teacher User Guide

AP Capstone Digital Portfolio - Teacher User Guide AP Capstne Digital Prtfli - Teacher User Guide Digital Prtfli Access and Classrm Setup... 2 Initial Lgin New AP Capstne Teachers...2 Initial Lgin Prir Year AP Capstne Teachers...2 Set up Yur AP Capstne

More information

WEB DESIGNING COURSE SYLLABUS

WEB DESIGNING COURSE SYLLABUS WEB DESIGNING COURSE SYLLABUS Web Trainings Academy ffer Prfessinal Web Designing Curse with latest technlgies HTML5, CSS3, Btstrap, Respnsive Web Designing. Read the entire web designing curse syllabus.

More information

Links Getting Started with Widgets, Gadgets and Mobile Apps

Links Getting Started with Widgets, Gadgets and Mobile Apps Widgets, Gadgets, and Mobile Apps for Libraries: Tips, Code Samples, Explanations, and Downloads Michael Sauers Technology Innovation Librarian Nebraska Library Commission msauers@nlc.state.ne.us Jason

More information

Website Login Integration

Website Login Integration SSO Widget Website Login Integration October 2015 Table of Contents Introduction... 3 Getting Started... 5 Creating your Login Form... 5 Full code for the example (including CSS and JavaScript):... 7 2

More information

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet Custm Prtlets an unbiased review f the greatest Practice CS feature ever Andrew V. Gamet Descriptin In Practice CS, the firm can use any f the fur dashbards t quickly display relative infrmatin. The Firm,

More information

Mobile Device Manager Admin Guide. Reports and Alerts

Mobile Device Manager Admin Guide. Reports and Alerts Mbile Device Manager Admin Guide Reprts and Alerts September, 2013 MDM Admin Guide Reprts and Alerts i Cntents Reprts and Alerts... 1 Reprts... 1 Alerts... 3 Viewing Alerts... 5 Keep in Mind...... 5 Overview

More information

1 GETTING STARTED. 5/7/2008 Chapter 1

1 GETTING STARTED. 5/7/2008 Chapter 1 5/7/2008 Chapter 1 1 GETTING STARTED This chapter intrduces yu t the web-based UIR menu system. Infrmatin is prvided abut the set up necessary t assign users permissin t enter and transmit data. This first

More information

TaskCentre v4.5 Send Fax (Tobit) Tool White Paper

TaskCentre v4.5 Send Fax (Tobit) Tool White Paper TaskCentre v4.5 Send Fax (Tbit) Tl White Paper Dcument Number: PD500-03-19-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information