Metamorphosis IT Document

Size: px
Start display at page:

Download "Metamorphosis IT Document"

Transcription

1 Metamorphosis IT Document Metamorphosis IT Document... 1 Introduction... 2 Application specifics... 2 Minimum System requirements Authoring system... 3 Output options... 4 Database files... 5 Media files... 5 System requirements Runtime courseware... 5 Lesson file sizes... 6 Server specification... 6 Database Overview... 7 Database design (tables) MS Access... 7 Database design (tables) PHP... 8

2 Introduction Metamorphosis is a Windows-based application designed to automatically generate e- learning courseware ready for playback via modern web browsers. Application specifics Metamorphosis has been developed as a Visual C++ (MFC) application. When first installing Metamorphosis, the system launches a web page required to gain an activation code from the Apixel server. The activation code is recorded to the PC s registry and therefore administrator level access is required for initial installation. This activation code is based on the unique number from the user s PC and will only function on that PC. Subsequent launches of the software do not require administrator level access. Metamorphosis can be used to import Microsoft Word documents and convert their content into discrete screens. When Metamorphosis is working in Import mode, it launches Microsoft Word and systematically copies and pastes content from the document to individual screens within the Metamorphosis editing environment. The diagram below illustrates the importation process: START NO DETERMINE SCREEN TEMPLATE POPULATE TEXT AREAS YES FIG. 1 USER PREFERENCES ARE SET 34 USER NOMINATES DOCUMENT(S) TO BE CONVERTED 36 SYSTEM BEGINS PROCESSING 38 IS LESSON YES MENU SCREEN CREATED 'MENU BASED'? NO SOURCE DOCUMENT PARSED 44 IS THIS A QUESTION SCREEN? SYSTEM GENERATES QUESTION SCREEN 48 AUTOMATICALLY GENERATE SCREEN IMAGES? YES 54 NO UPDATE THUMBNAILS AND ICONS 58 YES MORE SOURCE DOCUMENT TEXT? 60 NO DISPLAY EDITING ENVIRONMENT USER SELECTS PUBLISH COMMAND END CROSS REFERENCES SCREEN TEXT WITH IMAGE METADATA CONVERT SCREENS TO INDUSTRY STANDARD FORMAT

3 Once importation is complete the resulting lesson can be saved in Metamorphosis proprietary format (as an.mph project file and associated project folder). At this stage, the project actually consists of the project file together with a collection of data files (rtf files for text, jpg and png files for images). When the user has completed editing their project, they are ready to publish the lesson in its final format for the end user. This format is HTML with: JavaScript controlling interactivity; Cascading Style Sheets (CSS) controlling presentation; and, any media (graphics and/or video) the user may have also imported. Four output options are outlined in a separate section below. Metamorphosis lessons allow course administrators to track student performance and progress. This can be achieved in a number of different ways: 1. By ing results directly to the course administrator (this basic approach launches the default application on the PC and encrypts the performance and progress data for later decryption by the course administrator a decryption tool is installed on the Authoring PC during installation and being an HTML file can be independently copied to wherever it is required). Note that most administrators do not use the option and instead favour the database or LMS methods of tracking data. 2. By recording results directly to a database residing on the LAN or web server (in the case of the latter, communication is facilitated via either ASP or PHP). 3. By communicating results to a SCORM compliant Learning Management System (LMS). Both SCORM versions 1.2 and 2004 are supported. Minimum System requirements Authoring system 600MHz Intel Pentium II processor (Pentium IV or greater recommended) 256MB (1GB preferred) Microsoft Windows x 768, 16-bit display (32-bit recommended) 150MB hard disc space (700MB is required if the graphics library is also installed) Microsoft Word 2000 or higher (only if taking advantage of automation features)

4 Output options Metamorphosis allows designers to generate or publish their completed course for four different platforms as described in the table below: Platform Description Output files Standalone Courseware published as standalone may be run across the internet, a LAN, or on a local computer. It does not allow for any data capturing. An Index.HTA file is provided for users who are running Microsoft Windows XP Service Pack 2 or higher and who intend to run the course locally (as their security may prevent active content, and hence Metamorphosis courseware, running on the local computer.) Typically users would run the Index.HTM file to launch the course. HTML files image files (jpg and png) Media files (refer below) JavaScript files HTA launch file LAN-based Database Web-based Database Learning Management This format allows tracking of data to a database over a LAN where there is no web server. The database link is first established using the Data Sources (ODBC) control panel on each delivery machine. It is appropriate only when users are running Microsoft Windows. This option allows the courseware to communicate trainee results and progress over the internet or an intranet where the course and database reside on a web server. Metamorphosis supports both ASP and PHP server technologies for database communication. This option publishes the course in a format which can be incorporated within a SCORM compliant LMS (either SCORM 1.2 or 2004 HTML files Image files (jpg and png) Media files (refer below) JavaScript files Database file (MS Access or other, see below) HTML files Image files (jpg and png) Media files (refer below) JavaScript files Database file (MS Access or other, see below) ASP or PHP files HTML files Image files (jpg and png)

5 System as required) Media files (refer below) JavaScript files SCORM manifest and other support files. All published output (except for a JavaScript file that is used for communication with a LANbased database) is open and unencrypted. All output conforms, as much as possible, to all relevant W3C standards. Database files When designers publish to either the LAN-Based Database or Web-based Database option, Metamorphosis generates a Microsoft Access (2000) compatible database file which may be used to record end user progress and results. This file can be substituted by a large number of other database formats including ADO, DB2, Firebird, FrontBase, Microsoft SQL Server, Microsoft Visual FoxPro, Informix, Interbase, MySQL, Oracle, PostgreSQL and Sybase. Media files Metamorphosis allows users to import a wide variety of media objects into their lessons. Audio file types include AIF, AU, MID, MP3, RM, WAV and WMA. Video file types include AVI, MOV, MPG and WMV. Flash-based SWF files are also supported. When deploying courseware for the Internet it is recommended that web safe media formats such as MP3, WMV and SWF are used. System requirements Runtime courseware Any PC or Mac with a modern web browser such as Internet Explorer 5.5+ or Firefox Additionally the browser must have JavaScript and CSS enabled. A minimum display resolution of 1024 x 768 at 16-bit colour depth. A sound card and speakers (if the courseware includes audio).

6 Drivers, software and/or plug-ins appropriate for any specific non-standard media format. For example, Apple s QuickTime for the playback of MOV files. Metamorphosis does not attempt to load any missing software. Lesson file sizes Lesson file sizes will vary according to the number of screens and number of graphics and other media incorporated. The initial download would be approximately 275KB. This includes the JavaScript files, the Cascading Style Sheets (CSS), and the graphical elements of the interface. After this initial download, which would be cached by the browser, a typical courseware s screen would be around 15KB each, based on an expectation of 1.5 medium sized images per screen. Obviously a screens weight could increase dramatically if media such as audio and video are included. Server specification If deploying the ASP version of a Metamorphosis course then a server that supports ASP 3.0 (classic ASP) is required. If deploying the PHP version of a Metamorphosis course then a server that supports PHP 5.0 is required. The server requirement is dependent on the expected number of unique visitors per day. Typically for 5,000 unique visitors per day a 1GHZ machine with at least 1GB RAM should be appropriate.

7 Database Overview When storing records, or when courseware requires a user to log in, a database must be used to store various records. Database design (tables) MS Access The following MS Access tables are used to store information required to run the courseware (when published for LAN or ASP Web-based database). 1. Table: Table1 (default table name) Field name KeyNum Name ID UserPwd CourseCode CoureName Progress Score CourseDay CourseMonth CourseYear CourseLimit CourseNotes Data type AutoNumber Number Number Number Number Number Comments: To sign in a course requires at least one of Name, ID or UserPwd (as defined by the course s author). CourseCode is an optional code that a course author may give their course. CourseName is the name that a course author may give their course.

8 Progress is a list of one or more numbers that indicate progress through a topic(s). A 0 would mean that the topic has not been started. A 1 would mean that the topic has been started. A 2 would mean that the topic has been completed. For example, 1,0,2 means that topic 1 has been started, topic 2 has not been started, and topic 3 has been completed. CourseNotes is a small repository for course specific runtime information. 2. Table: Table2 Field name KeyNum Name ID UserPwd CourseCode CoureName Responses Data type AutoNumber Memo Comments: Responses is a record of the user responses to short answer type questions. 3. Macro: Create one DATE column This macro combines the three date-related fields (day, month, and year) into one field of data type DateTime. This macro is meant as an example to authors to show one way how the date-related fields can be manipulated. Database design (tables) PHP The following PHP tables are used to store information required to run the courseware (when published for PHP Web-based database).

9 1. Table: Table1 Field name Name ID UserPwd CourseCode CoureName Progress Score CourseDay CourseMonth CourseYear CourseLimit CourseNotes Data type varchar(255) int(3) int(2) int(2) int(4) int(3) varchar(255) Comments: To sign in a course requires at least one of Name, ID or UserPwd (as defined by the course s author). CourseCode is an optional code that a course author may give their course. CourseName is the name that a course author may give their course. Progress is a list of one or more numbers that indicate progress through a topic(s). A 0 would mean that the topic has not been started. A 1 would mean that the topic has been started. A 2 would mean that the topic has been completed. For example, 1,0,2 means that topic 1 has been started, topic 2 has not been started, and topic 3 has been completed. CourseNotes is a small repository for course specific runtime information.

10 2. Table: Table2 Field name Name ID UserPwd CourseCode CoureName Responses Data type mediumtext Comments: Responses is a record of the user responses to short answer type questions. For any further queries please feel free to call us on Australia: +61 (0) New Zealand: UK: + 44 (0) USA: Or write to us info@easyauthoring.com.au Web:

Content 8.3 to 8.4.x. User Guide Fifth edition, February 22, by Desire2Learn Incorporated. All rights reserved

Content 8.3 to 8.4.x. User Guide Fifth edition, February 22, by Desire2Learn Incorporated. All rights reserved Content 8.3 to 8.4.x User Guide Fifth edition, February 22, 2010 2009 by Desire2Learn Incorporated. All rights reserved 2009 by Desire2Learn Incorporated. All rights reserved. 305 King Street West, Suite

More information

ORACLE USER PRODUCTIVITY KIT V3.1.7 (REVISION 1) FREQUENTLY ASKED QUESTIONS

ORACLE USER PRODUCTIVITY KIT V3.1.7 (REVISION 1) FREQUENTLY ASKED QUESTIONS ORACLE USER PRODUCTIVITY KIT V3.1.7 (REVISION 1) FREQUENTLY ASKED QUESTIONS Documentation... 2 UPK Player Published Output... 3 Learning Management Systems... 7 UPK Developer... 8 Languages... 11 Usage

More information

UPK Professional Technical Specifications. Version

UPK Professional Technical Specifications. Version UPK Professional Technical Specifications Version 11.1.0.1 Table of Contents Introduction... 3 Multi-user Install... 3 Server Requirements for a Multi-user Install... 3... 3... 3 Database... 3 Client Requirements

More information

1.1 Technical Evaluation Guidelines and Checklist:

1.1 Technical Evaluation Guidelines and Checklist: 1.1 Technical Guidelines and Checklist: This checklist is derived from the LRMDS Technical Specification. Refer to Section 10.2. Instructions: 1. Digital resources may be: a) digital and accessible online

More information

New Features. Importing Resources

New Features. Importing Resources CyberLink StreamAuthor 4 is a powerful tool for creating compelling media-rich presentations using video, audio, PowerPoint slides, and other supplementary documents. It allows users to capture live videos

More information

FrontPage 2000: Advanced

FrontPage 2000: Advanced FrontPage 2000: Advanced Course specifications Course number: 074951 Software version number: 2000 Course length: 1 day Hardware/software required to run this course A PC with a 75 MHz Pentium or higher

More information

Princess Nourah bint Abdulrahman University. Computer Sciences Department

Princess Nourah bint Abdulrahman University. Computer Sciences Department Princess Nourah bint Abdulrahman University Computer Sciences Department 1 And use http://www.w3schools.com/ PHP Part 1 Objectives Introduction to PHP Computer Sciences Department 4 Introduction HTML CSS

More information

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE COURSE TITLE WEB SITE DESIGN COURSE DURATION 19 Hours of Interactive Training COURSE OVERVIEW In this 7 session course Debbie will take you through the

More information

Easy School Net Evolution Specifications

Easy School Net Evolution Specifications Easy School Net Evolution Specifications Version 14 (FEB-2012) INDEX 1. System Connection Diagram 2. Easy School Net Evolution Management Console 3. Easy School Net Evolution Digital Video Recorder (Option)

More information

PLATO Learning Environment (v2.0) System and Configuration Requirements

PLATO Learning Environment (v2.0) System and Configuration Requirements PLATO Learning Environment (v2.0) System and Configuration Requirements For Workstations July 30, 2010 Windows XP Home and Professional (SP3) Windows Vista Home/Premium/Business/Ultimate Windows 7 Home/Premium/Business/Ultimate

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Lesson 5 Objectives Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

UPK and UPK Professional Technical Specifications

UPK and UPK Professional Technical Specifications UPK and UPK Professional Technical Specifications Version 12.1.0.3 August 2016 Table of Contents Introduction... 3 Multi-user Developer Install... 3 Server Requirements for a Multi-user Developer Install...

More information

The Learning Toolkit Plus (LTK+) Sub-administrator Guide Version 4.6

The Learning Toolkit Plus (LTK+) Sub-administrator Guide Version 4.6 The Learning Toolkit Plus (LTK+) Sub-administrator Guide Version 4.6 LTK+ v4.6 Dated: December 14 2018 The Centre for the Study of Learning and Performance All the LTK+ Guides and the most recent version

More information

FREQUENTLY ASKED QUESTIONS FOR VERSION 4.0

FREQUENTLY ASKED QUESTIONS FOR VERSION 4.0 FREQUENTLY ASKED QUESTIONS FOR VERSION 4.0 SETUP What are the system requirements for Microsoft Interactive Training Version 4.0? Server Pentium II 400 processor 256 megs of RAM 4 Gigabyte Hard Drive (Mirrored)

More information

Home Installation Instructions

Home Installation Instructions Home Installation Instructions February 2013 System Requirements Troy School District is pleased to offer its students home access to Type to Learn 4. Type to Learn 4 is a powerful web based keyboarding

More information

Uploading a File in the Desire2Learn Content Area

Uploading a File in the Desire2Learn Content Area Uploading a File in the Desire2Learn Content Area Login to D2L and open one of your courses. Click the Content button in the course toolbar to access the Content area. Locate the Table of Contents on the

More information

Camtasia Studio 5.0 PART I. The Basics

Camtasia Studio 5.0 PART I. The Basics Camtasia Studio 5.0 Techsmith s Camtasia Studio software is a video screenshot creation utility that makes it easy to create video tutorials of an on screen action. This handout is designed to get you

More information

Developer Marketing: Build a Web Server Using Microsoft IIS 4.0 CBT Skill Builder Courseware

Developer Marketing: Build a Web Server Using Microsoft IIS 4.0 CBT Skill Builder Courseware Software Announcement April 10, 2001 Developer Marketing: Build a Web Server Using Microsoft IIS 4.0 CBT Skill Builder Courseware Overview Build your skills for Microsoft Certified Systems Engineer (MCSE)

More information

Supported File Types

Supported File Types Supported File Types This document will give the user an overview of the types of files supported by the most current version of LEP. It will cover what files LEP can support, as well as files types converted

More information

250 MB free disk space. Additional disk space required for application logs and content created.

250 MB free disk space. Additional disk space required for application logs and content created. HP Adoption Readiness Tool (ART) Technical Specifications 5.1 This document includes HP ART 5.1 information and specifications on the following topics: Languages Supported Author/Administrator Workstation

More information

The SAP Knowledge Acceleration, website package, can be deployed to any web server, file server, CD-ROM, or a user workstation.

The SAP Knowledge Acceleration, website package, can be deployed to any web server, file server, CD-ROM, or a user workstation. SAP KNOWLEDGE ACCELERATION TECHNICAL SPECIFICATIONS In this guide, you will learn about hardware and software requirements for SAP Knowledge Acceleration (KA). SAP Knowledge Acceleration (KA) is a web-based

More information

TrainingCentre Getting Started with the Universal

TrainingCentre Getting Started with the Universal TrainingCentre Getting Started with the Universal Communications Format Toolkit InterCall, a subsidiary of West Corporation, in partnership with WebEx Communications, Inc provides TrainingCentre web conferencing

More information

Accordent PresenterPRO v. 6.1 User s Manual

Accordent PresenterPRO v. 6.1 User s Manual Accordent PresenterPRO v. 6.1 User s Manual Important Notice This User s Manual is delivered subject to the following conditions and restrictions: This documentation contains proprietary information belonging

More information

ORACLE USER PRODUCTIVITY KIT V3.6.1 FREQUENTLY ASKED QUESTIONS

ORACLE USER PRODUCTIVITY KIT V3.6.1 FREQUENTLY ASKED QUESTIONS ORACLE USER PRODUCTIVITY KIT V3.6.1 FREQUENTLY ASKED QUESTIONS Documentation... 2 UPK Player Published Output... 3 Learning Management Systems... 8 UPK Developer... 9 Languages... 12 Usage Tracking...

More information

PLATO Learning Environment System and Configuration Requirements

PLATO Learning Environment System and Configuration Requirements PLATO Learning Environment System and Configuration Requirements For Workstations December 13, 2010 1 Content About This Document... 3 Document Change Log... 4 System & Configuration Requirements... 5

More information

Technical product documentation

Technical product documentation Technical product documentation www.corporater.com Technical product documentation - Corporater Enterprise Management Suite 3.0 1 Table of contents Technical Product Documentation, Corporater Enterprise

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: May 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

Phire 12.2 Hardware and Software Requirements

Phire 12.2 Hardware and Software Requirements Phire 12.2 Hardware and Software Requirements Copyright 2017, Phire. All rights reserved. The Programs (which include both the software and documentation) contain proprietary information; they are provided

More information

Content Management and Delivery System OPSIGATE system Applications. Preliminary

Content Management and Delivery System OPSIGATE system Applications. Preliminary Content Management and Delivery System OPSIGATE system Applications Preliminary Thanks to the wide spread use and technological advancement of the Internet, the use of webcasting as a means of business

More information

HP Adoption Readiness Tool (ART)

HP Adoption Readiness Tool (ART) HP Adoption Readiness Tool (ART) Technical Specifications 4.40 Languages Supported The HP Adoption Readiness Tool interface supports the following languages: Bulgarian, Catalan, Chinese (PRC), Chinese

More information

System Requirements. SuccessMaker 7

System Requirements. SuccessMaker 7 System Requirements SuccessMaker 7 Copyright 2015 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks, in

More information

Characterisation. Digital Preservation Planning: Principles, Examples and the Future with Planets. July 29 th, 2008

Characterisation. Digital Preservation Planning: Principles, Examples and the Future with Planets. July 29 th, 2008 Characterisation Digital Preservation Planning: Principles, Examples and the Future with Planets. July 29 th, 2008 Manfred Thaller Universität zu * Köln manfred.thaller@uni-koeln.de * University at, NOT

More information

Installation Instructions

Installation Instructions Installation Instructions Network Version An Access File is required to use this program. To request an Access File, register the CDROM at www.longman.com/ae/multimedia. Click on the Register tab at the

More information

Introduction to ReadyGo Web Course Builder. Version 7.0

Introduction to ReadyGo Web Course Builder. Version 7.0 Introduction to ReadyGo Web Course Builder Version 7.0 Important Notice Copyright 2000-2008 ReadyGo Incorporated. All rights reserved. ReadyGo Web Course Builder is a trademark of ReadyGo, Inc. Netscape

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Version: 6.2.x Written by: Product Documentation, R&D Date: January 2013 2013 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact, and WebNow

More information

Standard File Formats

Standard File Formats Standard File Formats Introduction:... 2 Text: TXT and RTF... 4 Grapics: BMP, GIF, JPG and PNG... 5 Audio: WAV and MP3... 8 Video: AVI and MPG... 11 Page 1 Introduction You can store many different types

More information

Comparison of TLF and VET E-standards

Comparison of TLF and VET E-standards Comparison of TLF and VET E-standards The Learning Federation and the Framework s E-standards for Training Final Version 1.0 September 2008 flexiblelearning.net.au thelearningfederation.edu.au Disclaimer

More information

Database Visual ARCHITECT 6.3

Database Visual ARCHITECT 6.3 Visual ARCHITECT 6.3 Access with Object-Oriented Technology Release Date: September 19, 2011 Design, generate and maintain database, application persistent layer with innovative technologies Last Update:

More information

Perceptive Nolij Web. Technical Specifications. Version: 6.8.x

Perceptive Nolij Web. Technical Specifications. Version: 6.8.x Perceptive Nolij Web Technical Specifications Version: 6.8.x Written by: Product Knowledge, R&D Date: October 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates. Table of Contents Introduction...

More information

Perceptive Enterprise Search

Perceptive Enterprise Search Perceptive Enterprise Search Technical Specifications Version: 10.4 Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a

More information

HooToo iplugmate USB Drive ONLINE GUIDE. Model NO.: HT-IM003

HooToo iplugmate USB Drive ONLINE GUIDE. Model NO.: HT-IM003 HooToo iplugmate USB Drive ONLINE GUIDE Model NO.: HT-IM003 1 Thank you for choosing the HooToo iplugmate USB Drive. Please follow this guide to get started. 2 Scan the QR code to view the Online User

More information

Introduction to Content

Introduction to Content Content Introduction to Content... 2 Understanding the Organization of Content... 3 Course Overview... 3 Bookmarks... 3 Upcoming Events... 3 Table of Contents... 3 Create a New Module... 4 New Module...

More information

RAVPower iplugmate USB Drive ONLINE GUIDE. Model: RP-IM004

RAVPower iplugmate USB Drive ONLINE GUIDE. Model: RP-IM004 RAVPower iplugmate USB Drive ONLINE GUIDE Model: RP-IM004 1 Thank you for choosing the RAVPower iplugmate USB Drive. Please follow this guide to get started. 2 Features 1. Apple MFi certified, 100% compatible

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Learning Targets I can: Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

Professional Powerpoint Presentation II

Professional Powerpoint Presentation II Professional Powerpoint Presentation II Facilitator: Patrick Ng Fall 2012 Practical concerns in delivering presentation Creative Visual Possibility & Optimization for Presentation PPTII & IV: Quick Style,

More information

Creating Content in a Course Area

Creating Content in a Course Area Creating Content in a Course Area After creating a course area, such as a Content Area, Learning Module, Lesson Plan, or folder, you create content in it by pointing to its Action Bar to reveal menus for

More information

What s New in Studio 6?

What s New in Studio 6? What s New in Studio 6? mimio Toll Free Support: 877.846.3721 email: techsupport@mimio.com New Zoom Icon Right click on the Zoom Icon to choose from Zoom In, Zoom Out, and Zoom Full Import File Icon Insert

More information

UPK and UPK Professional Technical Specifications

UPK and UPK Professional Technical Specifications UPK and UPK Professional Technical Specifications Version 12.1.0.4 December 2017 Table of Contents Introduction... 3 Multi-user Developer Install... 3 Server Requirements for a Multi-user Developer Install...

More information

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies Database Systems: Design, Implementation, and Management Tenth Edition Chapter 14 Database Connectivity and Web Technologies Database Connectivity Mechanisms by which application programs connect and communicate

More information

User Productivity Kit FAQ v2.5.3

User Productivity Kit FAQ v2.5.3 DOCUMENTATION User Productivity Kit FAQ Q: What documentation is provided and how is it used? A: The UPK Developer comes with a variety of documentation to help support your organization in the development

More information

Database Visual ARCHITECT 5.2

Database Visual ARCHITECT 5.2 Visual ARCHITECT 5.2 Access with Object-Oriented Technology Design, generate and maintain database, application persistent layer with innovative technologies What DB-VA Provides? Design Design database

More information

Emergent Learning Technologies

Emergent Learning Technologies Emergent Learning Technologies Encouraging Client Self-Sufficiency How to Create An E-learning ADL Perspective with Easy Maintenance in Mind 8 June 2011 Tom Archibald Director of Operations, ADL CoLab

More information

Moodle Student Introduction

Moodle Student Introduction Moodle Student Introduction City College Plymouth has chosen Moodle 1 as its Managed Learning Environment (MLE) to help support your learning, whatever course you are studying. Moodle courses are created

More information

Introduction to Web Concepts & Technologies

Introduction to Web Concepts & Technologies Introduction to Web Concepts & Technologies What to Expect This is an introduction to a very broad topic This should give you a sense of what you will learn in this course Try to figure out what you want

More information

Perceptive Nolij Web. Technical Specifications. Version:

Perceptive Nolij Web. Technical Specifications. Version: Perceptive Nolij Web Technical Specifications Version: 6.8.24 Written by: Product Knowledge Date: October 2017 2014-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

Concepts and basics Of Websites

Concepts and basics Of Websites Unit One Ministry Of Education Concepts and basics Of Websites Computer and Information Technology 6 Ministry of Education Objective General Objective To identify the content of website Specific Objectives

More information

i-vu Pro v6.0 client, server, operating system, and database requirements

i-vu Pro v6.0 client, server, operating system, and database requirements i-vu Pro v6.0 CARRIER CORPORATION 2015 A member of the United Technologies Corporation family Stock symbol UTX Catalog No. 11-808-418-01 7/29/2015 Verify that you have the most current version of this

More information

Different File Types and their Use

Different File Types and their Use Different File Types and their Use.DOC (Microsoft Word Document) Text Files A DOC file is a Word processing document created by Microsoft Word, a word processor included with all versions of Microsoft

More information

RAVPower iplugmate USB Drive ONLINE GUIDE. Model NO.: RP-IM005

RAVPower iplugmate USB Drive ONLINE GUIDE. Model NO.: RP-IM005 RAVPower iplugmate USB Drive ONLINE GUIDE Model NO.: RP-IM005 1 Thank you for choosing the RAVPower iplugmate USB Drive. Please follow this guide to get started. 2 Features 1. Apple MFi certified, 100%

More information

AudioGate version Release Information (Windows)

AudioGate version Release Information (Windows) AudioGate version 1.5.0 Release Information (Windows) Release Notes Changes and revisions in v1.5.0 from v1.0.1 - Added support for MR project files. AudioGate can now read MR project files directly by

More information

Xyleme Studio Data Sheet

Xyleme Studio Data Sheet XYLEME STUDIO DATA SHEET Xyleme Studio Data Sheet Rapid Single-Source Content Development Xyleme allows you to streamline and scale your content strategy while dramatically reducing the time to market

More information

INFORMZ USER GUIDE: The Asset Manager

INFORMZ USER GUIDE: The Asset Manager INFORMZ USER GUIDE: The Asset Manager Version 1.0 January 29, 2014 ABOUT THIS GUIDE This guide provides an overview of the Asset Manager used by Informz. This guide covers the Asset Manager s basic functionality

More information

Streaming Media System Requirements and Troubleshooting Assistance

Streaming Media System Requirements and Troubleshooting Assistance Test Your System Streaming Media System Requirements and Troubleshooting Assistance Test your system to determine if you can receive streaming media. This may help identify why you are having problems,

More information

NAS 256 DataSync for Microsoft OneDrive. Backup data from Microsoft OneDrive to your NAS

NAS 256 DataSync for Microsoft OneDrive. Backup data from Microsoft OneDrive to your NAS NAS 256 DataSync for Microsoft OneDrive Backup data from Microsoft OneDrive to your NAS A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Backup data

More information

System Requirements. SuccessMaker 8

System Requirements. SuccessMaker 8 System Requirements SuccessMaker 8 Copyright 2015 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks, in

More information

RAD Studio XE Datasheet

RAD Studio XE Datasheet RAD Studio XE Datasheet DATASHEET Embarcadero RAD Studio XE Complete solution for Windows,.NET, PHP and Web application development Embarcadero RAD Studio XE is a comprehensive rapid application development

More information

Qvidian Proposal Automation System Requirements

Qvidian Proposal Automation System Requirements Qvidian Proposal Automation System Requirements Version 11.0.6-10/13/2017 Copyright Copyright 2017 Qvidian. All rights reserved. Information in this document is subject to change without notice. The software

More information

American University of Madaba Information Technology Center Digital Signage General Information

American University of Madaba Information Technology Center Digital Signage General Information General Information Objective Of This Rfp: This RFP (Request for Proposal) is issued as a request for the supply and installation of campus digital information display system for the American University

More information

Syllabus INFO-GB Design and Development of Web and Mobile Applications (Especially for Start Ups)

Syllabus INFO-GB Design and Development of Web and Mobile Applications (Especially for Start Ups) Syllabus INFO-GB-3322 Design and Development of Web and Mobile Applications (Especially for Start Ups) Fall 2015 Stern School of Business Norman White, KMEC 8-88 Email: nwhite@stern.nyu.edu Phone: 212-998

More information

Timber Toolbox Technical guide. Forest and Forest Products Industry Training Package FPI05 Series 12 Flexible Learning Toolbox

Timber Toolbox Technical guide. Forest and Forest Products Industry Training Package FPI05 Series 12 Flexible Learning Toolbox Technical guide Forest and Forest Products Industry Training Package FPI05 Series 12 Flexible Learning Toolbox Timber Toolbox Supporting resources for Certificate III qualifications in the FPI05 Australian

More information

School Installation Guide ELLIS Academic 5.2.6

School Installation Guide ELLIS Academic 5.2.6 ELLIS Academic 5.2.6 This document was last updated on 2/16/11. or one or more of its direct or indirect affiliates. All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries,

More information

SuccessMaker Learning Management System System Requirements v1.0

SuccessMaker Learning Management System System Requirements v1.0 SuccessMaker Learning Management System System Requirements v1.0 Released July 2008 Copyright @ 2008 Pearson Education, Inc. or its affiliates. All rights reserved. SuccessMaker is a registered trademark,

More information

SpeechPlanner. Systems Support. Other Software or Hardware Needs. Speakers or headphones are required for audio and video playback. v1.

SpeechPlanner. Systems Support. Other Software or Hardware Needs. Speakers or headphones are required for audio and video playback. v1. SpeechPlanner Systems Support Yes No Operating Systems Windows Mac Operating System: Windows 98, 2000, ME, XP, Vista: 7, 8; Mac OS x v.1 O.1.x, 10.2.x, 10.3.x, or 10A.x, 10.5.x CPU: Windows-Intel Pentium

More information

PhotoFast MemoriesCable U2. Market leading design and technology

PhotoFast MemoriesCable U2. Market leading design and technology MemoriesCable U2 Introducing 2 PhotoFast MemoriesCable U2 Market leading design and technology 3 How PhotoFast MemoriesCable U2 is different? It s the smallest and most powerful ever ipod touch 4th ipod

More information

Unit 6: Working with Multimedia

Unit 6: Working with Multimedia Unit 6: Working with Multimedia Unit Objectives After completing this unit, you should be able to: Add images to your web pages. Touchup images using Contribute Add interactive Flash.SWF files to your

More information

Delphi XE. Delphi XE Datasheet

Delphi XE. Delphi XE Datasheet Delphi XE Datasheet DATASHEET Delphi XE Embarcadero Delphi XE is the fastest way to deliver ultrarich, ultra-fast Windows applications. Used by millions of developers, Delphi combines a leading-edge object-oriented

More information

i-vu Pro v6.5 client, server, operating system, and database requirements

i-vu Pro v6.5 client, server, operating system, and database requirements i-vu Pro v6.5 CARRIER CORPORATION 2016 A member of the United Technologies Corporation family Stock symbol UTX Catalog No. 11-808-549-01 8/15/2016 Verify that you have the most current version of this

More information

Languages in WEB. E-Business Technologies. Summer Semester Submitted to. Prof. Dr. Eduard Heindl. Prepared by

Languages in WEB. E-Business Technologies. Summer Semester Submitted to. Prof. Dr. Eduard Heindl. Prepared by Languages in WEB E-Business Technologies Summer Semester 2009 Submitted to Prof. Dr. Eduard Heindl Prepared by Jenisha Kshatriya (Mat no. 232521) Fakultät Wirtschaftsinformatik Hochshule Furtwangen University

More information

Appeon Installation Guide for WebLogic

Appeon Installation Guide for WebLogic Appeon Installation Guide for WebLogic Appeon 6.2 for PowerBuilder WINDOWS DOCUMENT ID: DC00807-01-0620-02 LAST REVISED: July 2009 Copyright 2009 by Appeon Corporation. All rights reserved. This publication

More information

International Price List - 1st June 2008 Full products 4D Suggested retail prices in Euros

International Price List - 1st June 2008 Full products 4D Suggested retail prices in Euros Full products 4D 2004 - Suggested retail prices Single User Development Tools 4DSE80C00ESN001 4D Standard Edition 2004 299.00 4DAK80W00ESN001 4DAK80M00ESN001 4D Standard to 4D Developer Edition 2004 599.00

More information

Overview Guide. The Photographer's Workflow Solution. Capture One + Expression Media

Overview Guide. The Photographer's Workflow Solution. Capture One + Expression Media M Better Together Overview Guide Capture One + Expression Media The Photographer's Wkflow Solution Express your unique, creative style with your photographs. The power of Capture One makes your style shine

More information

Instruction Manual. idiskk USB Flash Drive 32GB/64GB/128GB

Instruction Manual. idiskk USB Flash Drive 32GB/64GB/128GB Instruction Manual idiskk USB Flash Drive 32GB/64GB/128GB Introduction Thank you for choosing idiskk Flash Drive. Please read this instruction carefully as it contains some important information. If you

More information

Perceptive Process Mining

Perceptive Process Mining Perceptive Process Mining Technical s Version: 2.13.x Written by: Product Knowledge, R&D Date: March 2018 2015-2018 Hyland Software, Inc. and its affiliates. Table of Contents About the technical specifications...

More information

Copyright 2009 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0090 (PDF)

Copyright 2009 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0090 (PDF) Enterprise Edition Version 1.9 System Requirements and Technology Overview The Scholastic Achievement Manager (SAM) is the learning management system and technology platform for all Scholastic Enterprise

More information

Atari Games - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Atari Games - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Property Value FTP Server ftp.infogrames.net Description Atari Games Country United States Scan Date 02/Apr/2015 Total Dirs 488 Total Files 1,547 Total Data 26.66 GB Top 20 Directories Sorted by Disk Space

More information

Version 2.8 Minimum System Requirements

Version 2.8 Minimum System Requirements Version 2.8 Minimum System Requirements Copyright 2010 Pearson, Inc. or its affiliate(s). All rights reserved. ELLIS is a trademark, in the U.S. and/or other countries, of Pearson Education, Inc. No part

More information

Cisco WebEx. What s New in Release ?

Cisco WebEx. What s New in Release ? Cisco WebEx What s New in Release 27.32.18? Enhanced video sharing, support for HD video, keyboard accessibility improvements, Mac multi-language support, and more. This document covers all updates and

More information

Human Resources Diploma Toolbox. BSB50801 Diploma of Business (Human Resources)

Human Resources Diploma Toolbox. BSB50801 Diploma of Business (Human Resources) Technical manual Human Resources Diploma Toolbox BSB50801 Diploma of Business (Human Resources) Technical manual... 1 Client technical requirements... 2 Accessibility... 3 File structure... 5 Software

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

Ekran System System Requirements and Performance Numbers

Ekran System System Requirements and Performance Numbers Ekran System System Requirements and Performance Numbers Table of Contents System Requirements... 3 Performance Numbers... 6 Database Statistics... 8 2 System Requirements Ekran System claims different

More information

Necto Platform Requirements

Necto Platform Requirements December 10 th, 2017 Necto Platform Requirements The following is a list of supported platforms to be used with Necto 16.3. Important note this document is separated into five parts: 1. Necto Client Environments

More information

Best Practice: Attaching Files

Best Practice: Attaching Files Blackboard Help Best Practice: Attaching Files File Attachments Sharing and Exchanging Files in Courses Create Course Areas for Content Create Content in a Course Area Create Assessments in a Course Area

More information

Quick start guide to Blackboard at Keele

Quick start guide to Blackboard at Keele Quick start guide to Blackboard at Keele Table of Contents What is the KLE and why do we use it?... 3 Sign-in to the KLE... 3 Tabs and Sub-Tabs... 3 Panels and Customising the Home Tab... 3 Tools in the

More information

Minimum System Requirements

Minimum System Requirements Minimum System Requirements Copyright 2007 Pearson Education, Inc. or its affiliate(s). All rights reserved. ELLIS is a trademark, in the U.S. and/or other countries, of Pearson Education, Inc. No part

More information

HTML5 and CSS3 for Web Designers & Developers

HTML5 and CSS3 for Web Designers & Developers HTML5 and CSS3 for Web Designers & Developers Course ISI-1372B - Five Days - Instructor-led - Hands on Introduction This 5 day instructor-led course is a full web development course that integrates HTML5

More information

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites A. Pre-Production of Webpage 1. Determine the specific software needed WYSIWYG- design software that manipulates components of the web page without the user writing or editing code Uses graphical layout

More information

Getting Started with Helix Media Library

Getting Started with Helix Media Library Getting Started with Helix Media Library The college now has its own Helix Media Library. This is a repository where you can store any videos or audio files you have produced as part of learning and teaching

More information

System Requirements. SuccessMaker 3

System Requirements. SuccessMaker 3 System Requirements SuccessMaker 3 System requirements are subject to change. For the latest information on system requirements, go to http://support.pearsonschool.com. For more information about Digital

More information

ONLINE SPECS. Connecting You with Key Christian Audiences

ONLINE SPECS. Connecting You with Key Christian Audiences ONLINE SPECS Connecting You with Key Christian Audiences Online Banner Ads 728 x 90 970x250 600 x 150 x Mobile Interstitial 320 x 50 300 250 300 x x250 ChristianityTodayAds.com 2 BANNER AD SPECIFICATIONS

More information

Multimedia. File formats. Image file formats. CSE 190 M (Web Programming) Spring 2008 University of Washington

Multimedia. File formats. Image file formats. CSE 190 M (Web Programming) Spring 2008 University of Washington Multimedia CSE 190 M (Web Programming) Spring 2008 University of Washington Except where otherwise noted, the contents of this presentation are Copyright 2008 Marty Stepp and Jessica Miller and are licensed

More information