User Manual. KSU Student Portal. Version 1.0. Submitted in partial fulfillment of the requirements of the degree of MSE

Size: px
Start display at page:

Download "User Manual. KSU Student Portal. Version 1.0. Submitted in partial fulfillment of the requirements of the degree of MSE"

Transcription

1 User Manual KSU Student Portal Version 1.0 Submitted in partial fulfillment of the requirements of the degree of MSE Javier Ramos Rodríguez CIS 895 MSE Project Kansas State University

2 Table of Contents 1. Installation Overview Database Application 5 2. Operation Overview Index Page Registration Page Main Page Guess User Registered User Edit Profile Change Password Browse Items Add Item Edit Item Search Information 14 2

3 1. Installation 1.1. Overview This project consists in a Web application that was built to run on any Operation System or application server. It uses the JSF and EJB 3.0 standards. So, any Web/Application server that implements these specifications can be used to run this application. This application is also database independent. So, any DBMS can be used to run this application. Since there is no client for this project, this document will give a general guideline on how to install the application that can be useful independently on the tools used. Deploy a web application is not an easy task. Knowledge of the application server and database is required. There are many documents and manuals available for the application servers. The goal of this document is not to be a tutorial of these tools. Some of the applications servers that currently support the EJB 3.0 specification are: - Oracle OC4J. - JBoss 4.x - Sun Application Server. This project was tested using Oracle as DBMS and OC4J as application server. 3

4 1.2. Database The user needs to create the database schema using the DBMS. There is a script SQL file in the scripts folder with the SQL code necessary to create the tables in a relational database. The database must support sequences that will be used for automatic ID generation. The sequences are also included in the scripts folder: - schema.sql: Database Schema. - sequences.sql: Sequences. The user will execute the schema file first and then the sequences. The SQL code is written for Oracle databases, SQL is a standard but sometimes some DBMS differ from others, especially with the sequences. In this case, the user should take a look at the data model document and implement the schema in the corresponding database making the appropriate changes in the SQL code. 4

5 1.3. Application After creating the tables in the database we need to deploy the application is the application server. An application server includes: - A JSP container that implements the JSP/Servlet API - A EJB container that implements the EJB 3.0 Specification - A Web Server - JSF 1.2 API First of all, we need to establish the database connection. Usually the application servers have a data source configuration file that implements a connection pool. This file should be configured including the database username and password. Once the connection is configured, the application must be deployed inside the application server. Check the application server manual for more information. 5

6 2. Operation 2.1. Overview The system uses a Web browser to interact with the user. We assume that users know how to use the web browsers and how to navigate on the Internet (use menus, buttons, checkboxes ) The interface was built to make the iteration with the user very easy. The operation will be very straight forward even for amateur users. If some fields seem to be unclear there will be text that explains the user the goal of the particular field. This section will explain the basic usage of the interface focus on the parts that may be not so clear such as registration of the filter information. 6

7 2.2. Index Page The user can register in the application by entering the user name and password and clicking submit. At any time, he/she can change the language using the language menu selecting another language and clicking change. There are two links in the page, one to enter as guess to view only public information ( Guess ) and another link Register to sign in the application. 7

8 2.3. Registration Page In this page there are several fields that may be filled by the user. Only the ones that are in bold and marked with asterisk are mandatory. The user can select a state and a country using the menus or live it black by leaving the select tag. The user can select one or more languages and course. To use the multiple selection list the user must press control and select the courses that he/she is taking. The user can deselect the courses also pressing control. 8

9 2.4. Main Page Guess User The functionalities available for the guess user will be shown in the page using web links. The guess user can only see the public information Registered User The registered user will have more features than the guess user such as edit his/her profile, manage the blog and manage news, events or articles. He/she will have access to private information. 9

10 2.5. Edit Profile The edit profile page is just like the registration page but with the current information in the corresponding fields. The picture will be also shown. The user will make the appropriate changes and click submit. The user can select/deselect courses pressing control and the clicking on the menu. 10

11 2.6. Change Password The user must enter the current password and the new one. To confirm that the user enters the right password he/she has to rewrite it Browse Items When clicking on news/events or articles the system will gather the information and show it to the user in a table. In the case of a registered user the filter algorithm will be executed to get personalized information. The items created by the user will have two links to edit and remove the item. There will be a link to add the item. 11

12 2.8. Add Item In this page the item form is displayed. The user has to enter the title and choose the visibility. In the case of private items, the filter information may be introduced to choose which users should see that information. For example if a language is selected only users that have that language in their profile will see the item. If leaved blank all users will see the article independently of the language selected in the profile. The same method is used in the other fields. 12

13 2.9. Edit Item The form will be displayed with the fields properly filled with the current information. The user may change any fields and submit the information by clicking submit. 13

14 2.10. Search Information The user will enter the search string and the system will perform the search. The results will be displayed in a table. 14

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE Test Plan KSU Student Portal Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Javier Ramos Rodríguez CIS 895 MSE Project Kansas State University Table of Contents 1.

More information

Prototype 1.0 Specification

Prototype 1.0 Specification Prototype 1.0 Specification Javier Ramos Rodríguez Use Case View The prototype 1.0 will implement some basic functionality of the system to check if the technology used is the appropriate one to implement

More information

Data Model. KSU Students Portal. Version 1.0 Beta. Submitted in partial fulfillment of the requirements of the degree of MSE

Data Model. KSU Students Portal. Version 1.0 Beta. Submitted in partial fulfillment of the requirements of the degree of MSE Data Model KSU Students Portal Version.0 Beta Submitted in partial fulfillment of the requirements of the degree of MSE Javier Ramos Rodríguez CIS 895 MSE Project Kansas State University Table of Contents.

More information

KSU Student Portal. MSE Project Final Presentation. Javier Ramos Rodríguez

KSU Student Portal. MSE Project Final Presentation. Javier Ramos Rodríguez KSU Student Portal MSE Project Final Presentation Javier Ramos Rodríguez OUTLINE Introduction Implementation Phase Phase 2 Design Process Implementation Overview Phase 3 Implementation Design Issues Features

More information

IBM Supply Portal Registration

IBM Supply Portal Registration CSA Supplier Education IBM Supply Portal Registration IBM Supply Portal Registration course includes steps for the following processes First time CSA user registration CSA Guest Company Coordinator (GCC)

More information

Stonington Public Schools Parents Guide for InfoSnap Online Enrollment

Stonington Public Schools Parents Guide for InfoSnap Online Enrollment Stonington Public Schools Parents Guide for InfoSnap Online Enrollment for Returning Students September 27 Explains how to complete Returning Student Enrollment forms Online through the PowerSchool Parent

More information

CIS 764 Tutorial: Log-in Application

CIS 764 Tutorial: Log-in Application CIS 764 Tutorial: Log-in Application Javier Ramos Rodriguez Purpose This tutorial shows you how to create a small web application that checks the user name and password. Overview This tutorial will show

More information

Ambientia Image Bank TM 2.3

Ambientia Image Bank TM 2.3 Ambientia Image Bank TM 2.3 USER MANUAL Ambientia Oy asiakaspalvelu@ambientia.fi www.ambientia.net Ambientia Image Bank TM 2 (65) USER MANUAL, CONTENTS 1 OVERVIEW... 4 1.1 IMAGE BANK FRONT PAGE... 4 2

More information

Adding Items to the Course Menu

Adding Items to the Course Menu Adding Items to the Course Menu The course menu, located in the upper left of the screen, contains links to materials and tools within the course. To add more items to the menu, click the plus sign at

More information

Tutorial for 21Classes.com

Tutorial for 21Classes.com Tutorial for 21Classes.com This document includes the steps and suggestions for setting up a blogging site for the Intel Teach or your own personal classroom. These instructions apply to the 21Classes*

More information

IDM Internet User Manual

IDM Internet User Manual IDM Internet User Manual Version: V1.1 Page 1 of 24 Document Purpose The purpose of this document is to provide the public users an overview of the equalification Application Ministry. By going through

More information

Additionally, you may be able to change your password and enter challenge questions to be used if you forget your username or password.

Additionally, you may be able to change your password and enter challenge questions to be used if you forget your username or password. Page 1 of 6 My Account Use the My Account option to view your account data. Your account data includes your user name, address, email address, and the last date and time that you accessed Home Access Center.

More information

Secure Transfer Site (STS) User Manual

Secure Transfer Site (STS) User Manual Secure Transfer Site (STS) User Manual (Revised 3/1/12) Table of Contents Basic System Display Information... 3 Command Buttons with Text... 3 Data Entry Boxes Required / Enabled... 3 Connecting to the

More information

Ephorus Manual for Instructors

Ephorus Manual for Instructors Ephorus Manual for Instructors Introduction Dear instructor, Thank you for downloading this manual. It contains information about how to use Ephorus. Ephorus is being used to reveal and prevent possible

More information

Accessing the Jobs Fund Online Application Portal

Accessing the Jobs Fund Online Application Portal Accessing the Jobs Fund Online Application Portal Welcome to the Jobs Fund Online Application Portal. Please go through the instructions and screen shots, they will make the process of submitting your

More information

OMICS Publishing Group Online Submission System

OMICS Publishing Group Online Submission System OMICS Publishing Group Online Submission System Editorial Manager - Author Tutorial Editorial Manager is an online manuscript submission, review and tracking systems for quality and quick review processing.

More information

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel.

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel. Adobe Dreamweaver CS6 Project 3 guide How to create forms You can use forms to interact with or gather information from site visitors. With forms, visitors can provide feedback, sign a guest book, take

More information

Hello Paisa Online Remittance Portal (HPORP) Version 1.0 User Guide

Hello Paisa Online Remittance Portal (HPORP) Version 1.0 User Guide Hello Paisa Online Remittance Portal (HPORP) Version 1.0 User Guide A Table of Contents 1. Introduction 3 2. Login 3 3. Registration 4 3.1 Login Details 4 3.2 Personal Information 4 3.3 Contact Information

More information

Creating Your Parent Account

Creating Your Parent Account Parent Portal Guide for Parents 2016-2017 Creating Your Parent Account Before using the parent portal, you must pick up your access id and password from the school. This information must be picked up in

More information

Excel4apps Wands 5 Architecture Excel4apps Inc.

Excel4apps Wands 5 Architecture Excel4apps Inc. Excel4apps Wands 5 Architecture 2014 Excel4apps Inc. Table of Contents 1 Introduction... 3 2 Overview... 3 3 Client... 3 4 Server... 3 4.1 Java Servlet... 4 4.2 OAF Page... 4 4.3 Menu and Function... 4

More information

MySQL On Crux Part II The GUI Client

MySQL On Crux Part II The GUI Client DATABASE MANAGEMENT USING SQL (CIS 331) MYSL ON CRUX (Part 2) MySQL On Crux Part II The GUI Client MySQL is the Structured Query Language processor that we will be using for this class. MySQL has been

More information

Log File Management Tool Deployment and User's Guide. Initializing the DBMS

Log File Management Tool Deployment and User's Guide. Initializing the DBMS Log File Management Tool Deployment and User's Guide Initializing the DBMS 12/19/2017 Contents 1 Initializing the DBMS 1.1 On Linux 1.2 On Windows Log File Management Tool Deployment and User's Guide 2

More information

Vision Document. Online E-commerce Music CD Store Version 2.0

Vision Document. Online E-commerce Music CD Store Version 2.0 Vision Document Online E-commerce Music CD Store Version 2.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State

More information

CTM Online Course Registration User Guide

CTM Online Course Registration User Guide CTM Online Course Registration User Guide Table of Contents 1. Creating a CTM User Account and Logging into the System...2 1.1. Already Have a CTM User Account...2 1.2. Have a CTM User Account, but Forgot

More information

Amcor Supplier Portal. Supplier Manual

Amcor Supplier Portal. Supplier Manual Amcor Supplier Portal Supplier Manual Content This document describes the Supplier Portal and how to navigate. Content of this document Registration process Login Main page / Dashboard Modules Projects

More information

GUIDELINES TO FILL UP THE FOLIO FORM

GUIDELINES TO FILL UP THE FOLIO FORM GUIDELINES TO FILL UP THE FOLIO FORM An applicant requires the following information for online Folio Registration process: 1. An E-mail ID for registration and for receiving all future correspondence.

More information

Oracle Application Express Student Guide

Oracle Application Express Student Guide www.oracle.com/academy Oracle Application Express Student Guide Contents 1. Introduction... 2 2. Logging in to Oracle Application Express... 2 3. Oracle Application Express Components... 3 4. How to add

More information

Event Manager Instructor Start-Up Guide

Event Manager Instructor Start-Up Guide Event Manager Instructor Start-Up Guide Table of Contents Introduction... 3 What s Included in This Guide... 3 Learning Computer Terms... 3 What Is a Brower?... 3 What Is the Address Bar?... 4 What Is

More information

Tutorial. Project submission on unige-cofunds.ch

Tutorial. Project submission on unige-cofunds.ch Tutorial Project submission on unige-cofunds.ch To apply for funding on the unige-cofunds.ch platform, please follow the simple steps described below. Necessary steps: 1- Register on the platform 2- Connect

More information

A Step-By-Step Guide for Submitting and Accessing Manuscripts Via ejmanager

A Step-By-Step Guide for Submitting and Accessing Manuscripts Via ejmanager 1 A Step-By-Step Guide for Submitting and Accessing Manuscripts Via ejmanager 2 Contents of the Guide 1. Accessing the ejmanager... 3 2. Registering for a new account... 4 3. Submitting a manuscript to

More information

Contents Generate New Password for ICSI-SMASH Portal... 3 Process for Registration in Professional Programe... 6 Download ID Card/Registration Letter.

Contents Generate New Password for ICSI-SMASH Portal... 3 Process for Registration in Professional Programe... 6 Download ID Card/Registration Letter. ICSI - SMASH User Manual For Professional Registration for Students Page 1 Contents Generate New Password for ICSI-SMASH Portal... 3 Process for Registration in Professional Programe... 6 Download ID Card/Registration

More information

SharePoint Guidelines (Be sure you are using Internet Explorer (or Safari for Mac users) when accessing SharePoint.)

SharePoint Guidelines (Be sure you are using Internet Explorer (or Safari for Mac users) when accessing SharePoint.) SharePoint Guidelines (Be sure you are using Internet Explorer (or Safari for Mac users) when accessing SharePoint.) This guide includes: Application Folder an introduction to your customized folder in

More information

P3 USER GUIDE FOR MARKET ACTORS RESIDENTIAL & HARD TO REACH STANDARD OFFER PROGRAMS

P3 USER GUIDE FOR MARKET ACTORS RESIDENTIAL & HARD TO REACH STANDARD OFFER PROGRAMS P3 USER GUIDE FOR MARKET ACTORS RESIDENTIAL & HARD TO REACH STANDARD OFFER PROGRAMS Updated March 2016 Contents INTRODUCTION... 3 P3 REGISTRATION PROCESS... 4 P3 MARKET ACTOR PROFILE... 6 Create New Market

More information

Software needed in this course

Software needed in this course 1 Software needed in this course This module introduces you to Oracle s implementation of SQL. The Database Management Systems Software (DBMS) that you are going to use is Oracle 11g XE. You have to download

More information

Name of Document: ebaalnidan User Manual Version 1.1 Date of Last Change Classification General Audience All users of

Name of Document: ebaalnidan User Manual Version 1.1 Date of Last Change Classification General Audience All users of 4.0. Complainant: Any individual who wants to register a complaint with NCPCR will have to register with ebaalnidan portal. The complainant can be either an individual or an organisation. If the individual

More information

LEARN TO DEVELOP A LIVE PROJECT AS PER IT STANDARDS. Module 1: What we are going to Learn. Prerequisites

LEARN TO DEVELOP A LIVE PROJECT AS PER IT STANDARDS. Module 1: What we are going to Learn. Prerequisites LEARN TO DEVELOP A LIVE PROJECT AS PER IT STANDARDS Module 1: What we are going to Learn Here we will explain you everything you are going to learn in this course. This module contains an introduction

More information

INTRODUCTION AND PREPARATIONS BEFORE THE START: The Boundaries and the Size of each required paragraph in the Submission Form:

INTRODUCTION AND PREPARATIONS BEFORE THE START: The Boundaries and the Size of each required paragraph in the Submission Form: INTRODUCTION AND PREPARATIONS BEFORE THE START: The Submission Process in the award consist of six parts for category 1 to 4 and five parts for category 5, and must be completed in order to grant that

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher For technical support call 1-800-936-6899 GeographyPortal Quick Start for Pulsipher, World Regional

More information

USER GUIDE Deployment

USER GUIDE Deployment 2011 USER GUIDE Deployment This article will provide instructions on how to deploy your Code On Time application to a server. Our examples use the Northwind sample database and a Windows Virtual Private

More information

TUTORIAL FOR NOTETAKERS

TUTORIAL FOR NOTETAKERS TUTORIAL FOR NOTETAKERS Table of Contents Page About Notetaking Services... 2 Volunteer Notetaker Application... 2 Uploading Sample Notes... 6 Uploading Lecture Notes... 9 Withdrawing from Notetaking...

More information

Remember: Applicants may only use one of the following web browsers: Chrome / Firefox / or Safari. 3

Remember: Applicants may only use one of the following web browsers: Chrome / Firefox / or Safari. 3 1 Step 1. Please use one of the following web browsers: Chrome / Firefox / or Safari. Go to: http://communityed. dadeschools.net Step 2. Click Register and Pay Online for Community Education Classes only.

More information

Center for Science Outreach Public View

Center for Science Outreach Public View Vanderbilt University Center for Science Outreach Public View Destiny One Page 1 Contents Create a Student Profile/Account... 3 Browse for a Course... 5 Register for a Course and Checkout... 7 Page 2 Create

More information

GOQUO AGENT PORTAL USER GUIDE

GOQUO AGENT PORTAL USER GUIDE 1 GOQUO AGENT PORTAL USER GUIDE 2 1. General Overview This document is designed for the purpose of providing users (Agents as well as Admin user) with all main steps in the whole process, as well as detailed

More information

Healthcare Database Connector

Healthcare Database Connector Healthcare Database Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark

More information

Reading Wonders: Importing Students & Adding Students to your Class

Reading Wonders: Importing Students & Adding Students to your Class Reading Wonders: Importing Students & Adding Students to your Class If you have not registered for Reading Wonders, first follow the tutorial Teacher Registration for Reading Wonders KEY POINT: You must

More information

A*STAR SRDB User Guide

A*STAR SRDB User Guide A*STAR SRDB User Guide Document Version: 5.0 Revised Date: 23 rd March 2010 Document name: ASTAR_UserGuide_5.0.doc Page 1 of 43 Revision History Date Version Author Review By Summary of Changes 9 th July

More information

Oracle 10g: Build J2EE Applications

Oracle 10g: Build J2EE Applications Oracle University Contact Us: (09) 5494 1551 Oracle 10g: Build J2EE Applications Duration: 5 Days What you will learn Leading companies are tackling the complexity of their application and IT environments

More information

Joomla 2.5 Kunena Component Installation

Joomla 2.5 Kunena Component Installation Joomla 2.5 Kunena Component Installation For installing the Kunena component in Joomla 2.5, you have to first login through the administrative panel of joomla by simply entering the url_of_your_website/administrator

More information

Industry Access Portal MUNICIPALITY MODULE User Guide

Industry Access Portal MUNICIPALITY MODULE User Guide 2017 Industry Access Portal MUNICIPALITY MODULE User Guide LOUISIANA DEPARTMENT OF INSURANCE INDUSTRY ACCESS Contents Register for Industry Access... 2 Sign Up... 4 Log into Industry Access... 8 Access

More information

Faculty Portal. Logging In:

Faculty Portal. Logging In: Faculty Portal Logging In: Access the portal via the web address provided by your institution. If your institution is using Active Directory to authenticate, you may not be required to log in at this page.

More information

Admin Guide Hosted Applications

Admin Guide Hosted Applications Admin Guide Hosted Applications DOCUMENT REVISION DATE: December, 2010 Hosted Applications Admin Guide / Table of Contents Page 2 of 32 Table of Contents OVERVIEW... 3 1. ABOUT THE GUIDE... 3 1.1 AUDIENCE

More information

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

To start work, go to Settings to create folders, file archives, forum and web pages.

To start work, go to Settings to create folders, file archives, forum and web pages. How to use the TwinSpace Each project has automatically its TwinSpace which can only be accessed by the members of the partnership and the people you decide to invite. You will find all the TwinSpaces

More information

Getting started with the ISIS Community Portal-

Getting started with the ISIS Community Portal- Getting started with the ISIS Community Portal- Creating an ISIS account- 1. In your web browser navigate to the ISIS portal site- http://www.isis.org and click Register in the upper right corner. If you

More information

USER GUIDE. versie 1.1

USER GUIDE. versie 1.1 versie 1.1 INTRODUCTION Dear instructor, Thank you for downloading this Ephorus User Guide. If you have any questions, please contact the Ephorus key user within your educational institute. You can find

More information

Affinity Provider Portal Training Manual

Affinity Provider Portal Training Manual Training Manual Login This page enables a user to either login and/or register if he/she is not already a regstered user (ie. Providers and Staff users). The following are the functionalities which can

More information

Security Management System - Managing Infinova 307X NVR channels. Video display in Security Management System server software

Security Management System - Managing Infinova 307X NVR channels. Video display in Security Management System server software Security Management System - Managing Infinova 307X NVR channels This document describes steps to configure Infinova 307X NVR cameras in Security Management System software. Note Microsoft Visual C++ 2015

More information

Student Portal. A guide for students. Department of Education and Training, Western Australia,

Student Portal. A guide for students. Department of Education and Training, Western Australia, Student Portal A guide for students Department of Education and Training, Western Australia, 2009 1 Table of Contents What is the Portal?...3 What will I need to access the portal?...3 Safety and responsibility

More information

OMICS Publishing Group Online Submission System

OMICS Publishing Group Online Submission System OMICS Publishing Group Online Submission System Editorial Manager -Reviewer Tutorial Contents Reviewer Software Requirements Reviewer Login Overview Registering with EM Duplicate Registration check Possible

More information

Oracle Developer Day

Oracle Developer Day Oracle Developer Day Sponsored by: Session 3 Familiar Techniques: Modeling and Frameworks Speaker Speaker Title Page 1 1 Agenda Forms as a Framework Mapping Forms to Oracle ADF Familiar Concepts Phases

More information

P3 USER GUIDE FOR MARKET ACTORS COMMERCIAL STANDARD OFFER PROGRAM

P3 USER GUIDE FOR MARKET ACTORS COMMERCIAL STANDARD OFFER PROGRAM P3 USER GUIDE FOR MARKET ACTORS COMMERCIAL STANDARD OFFER PROGRAM Updated March 2016 TABLE OF CONTENTS P3 INTRODUCTION... 1 P3 REGISTRATION PROCESS... 2 P3 MARKET ACTOR PROFILE... 4 Create New Market Actor

More information

How to Attach the Syllabus and Course Schedule to a Content Item

How to Attach the Syllabus and Course Schedule to a Content Item How to Attach the Syllabus and Course Schedule to a Content Item Getting Started Part of preparing your course for delivery to students includes uploading your syllabus and course schedule to your online

More information

Using Your Secure Online Portal

Using Your Secure Online Portal Using Your Secure Online Portal Revised November 2012 Page 1 TABLE OF CONTENTS Overview... 3 1.0 Registering For Your Portal... 3 2.0 Accessing Your Secure Portal... 4 3.0 My Documents Tab... 5 4.0 Questions

More information

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

ADF Code Corner How-to bind custom declarative components to ADF. Abstract: twitter.com/adfcodecorner

ADF Code Corner How-to bind custom declarative components to ADF. Abstract: twitter.com/adfcodecorner ADF Code Corner 005. How-to bind custom declarative components to ADF Abstract: Declarative components are reusable UI components that are declarative composites of existing ADF Faces Rich Client components.

More information

Office 365. Quick Start User Guide

Office 365. Quick Start User Guide Office 365 Quick Start User Guide Contents What is Office 365?... 5 How to Sign In to Office 365... 5 To Sign Out when you are done... 5 Why Use Office 365?... 5 Office 365 Home Page... 6 Top right-hand

More information

JBoss SOAP Web Services User Guide. Version: M5

JBoss SOAP Web Services User Guide. Version: M5 JBoss SOAP Web Services User Guide Version: 3.3.0.M5 1. JBoss SOAP Web Services Runtime and Tools support Overview... 1 1.1. Key Features of JBossWS... 1 2. Creating a Simple Web Service... 3 2.1. Generation...

More information

Faculty Web Page Management System. Help Getting Started

Faculty Web Page Management System. Help Getting Started Faculty Web Page Management System Help Getting Started 2 Table of Contents Faculty Web Page Management System...1 Help Getting Started...1 Table of Contents...2 Manage My Personal Information...3 Creating

More information

Site Manager. To edit a page already in place, click on the name of the page.

Site Manager. To edit a page already in place, click on the name of the page. Web Page Editing Navigate to the SFHS website. The address is http://www.forsyth.k12.ga.us/sfhs/site/default.asp. (Use that link, or copy/paste it into a browser. You can also pull up Internet Explorer,

More information

School Referral User Guide

School Referral User Guide School Referral User Guide Introduction The Pupil Referral Portal is designed to facilitate the current physical referral processes in an online environment and will provide greater consistency, visibility

More information

PsychPortal Instructor Quick Start for Myers, Psychology 10e In Modules

PsychPortal Instructor Quick Start for Myers, Psychology 10e In Modules PsychPortal Instructor Quick Start for Myers, Psychology 10e In Modules For technical support call 1-800-936-6899 PsychPortal Quick Start for Myers Psychology 10e In Modules Table of Contents Overview...

More information

DIGIPASS Authentication for Cisco ASA 5500 Series

DIGIPASS Authentication for Cisco ASA 5500 Series DIGIPASS Authentication for Cisco ASA 5500 Series With Vasco VACMAN Middleware 3.0 2008 VASCO Data Security. All rights reserved. Page 1 of 35 Integration Guideline Disclaimer Disclaimer of Warranties

More information

Industry Access Portal User Manual

Industry Access Portal User Manual User Manual L o u i s i a n a D e p a r t m e n t o f I n s u r a n c e Table of Contents Industry Users... 4 Register for Industry Access... 4 Sign Up... 5 Search for an Industry Access Account Administrator...

More information

DIGIPASS Authentication for F5 BIG-IP

DIGIPASS Authentication for F5 BIG-IP DIGIPASS Authentication for F5 BIG-IP With VASCO VACMAN Middleware 3.0 2008 VASCO Data Security. All rights reserved. Page 1 of 37 Integration Guideline Disclaimer Disclaimer of Warranties and Limitations

More information

Get Qualified User Manual

Get Qualified User Manual MALTA ENTERPRISE Get Qualified User Manual Student Guide Contents 1. Logon... 3 2. Registration... 3 3. Profile... 3 Ongoing Applications... 3 Editing your profile... 4 Profile... 4 Account... 4 Password...

More information

Register to Autodesk Education Community on

Register to Autodesk Education Community on 1 Autodesk Education Community Students can download the latest Autodesk software for free from the Autodesk Education Community. Software is licenced for three years period. You can study software features

More information

EconPortal Instructor Quick Start for Krugman/Wells Macroeconomics, 3e

EconPortal Instructor Quick Start for Krugman/Wells Macroeconomics, 3e EconPortal Instructor Quick Start for Krugman/Wells Macroeconomics, 3e For technical support call 1-800-936-6899 EconPortal Quick Start for Krugman/Wells Macroeconomics, 3e Table of Contents Overview...

More information

e-services User Manual

e-services User Manual Chhattisgarh Commercial Tax Department e-services User Manual Return Processing System & Tax Assessment System And Dealer Information System Software Application For Online Services and Portal Table of

More information

EnviroPortal Instructor Quick Start for Friedland, Relyea, & Courard-Hauri Environmental Science: Foundations and Applications

EnviroPortal Instructor Quick Start for Friedland, Relyea, & Courard-Hauri Environmental Science: Foundations and Applications EnviroPortal Instructor Quick Start for Friedland, Relyea, & Courard-Hauri Environmental Science: Foundations and Applications For technical support call 1-800-936-6899 EnviroPortal Quick Start for Friedland,

More information

Joining Edmodo. Edmodo is a FREE and SAFE way for teachers and students to connect and collaborate.

Joining Edmodo. Edmodo is a FREE and SAFE way for teachers and students to connect and collaborate. Joining Edmodo Edmodo is a FREE and SAFE way for teachers and students to connect and collaborate. Once your teacher has given you a group code, creating your first Edmodo Student Account is simple! If

More information

Heart and Stroke Foundation CIRCUlink

Heart and Stroke Foundation CIRCUlink Heart and Stroke Foundation CIRCUlink APPLICANT USER GUIDE How to submit a Grant-in-Aid application online Page 1 Contents 1. Introduction... 3 2. Before you begin using CIRCUlink... 3 3. Accessing CIRCUlink...

More information

Author - Ashfaque Ahmed

Author - Ashfaque Ahmed Complimentary material for the book Software Engineering in the Agile World (ISBN: 978-1983801570) published by Create Space Independent Publishing Platform, USA Author - Ashfaque Ahmed Technical support

More information

bit Drive PORTAL GUIDE

bit Drive PORTAL GUIDE bit Drive PORTAL GUIDE rev.b www.audison.eu Audison bit Drive Portal Guide The Audison bit Drive Portal has been created to provide the Audison customers with a web-based utility to let them to fully enjoy

More information

Chapter 2 FEATURES AND FACILITIES. SYS-ED/ Computer Education Techniques, Inc.

Chapter 2 FEATURES AND FACILITIES. SYS-ED/ Computer Education Techniques, Inc. Chapter 2 FEATURES AND FACILITIES SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: JDeveloper features. Java in the database. Simplified database access. IDE: Integrated Development

More information

User Manual. Online E-commerce Music Store Version 1.0

User Manual. Online E-commerce Music Store Version 1.0 User Manual Online E-commerce Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State University

More information

VoiceThread Setup - Faculty Section 1

VoiceThread Setup - Faculty Section 1 READ ME FIRST!! Login to Blackboard Please follow these instructions every time you want to use Voicethread in a new course for the FIRST TIME. When you follow these instructions to set up a Course View

More information

This is a quick guide on how to register with the Interbull Bulletin and then submit your paper via the new Open Journal System.

This is a quick guide on how to register with the Interbull Bulletin and then submit your paper via the new Open Journal System. - This is a quick guide on how to register with the Interbull Bulletin and then submit your paper via the new Open Journal System. Please read through the Author Guidelines on the Bulletin website, this

More information

Orgnazition of This Part

Orgnazition of This Part Orgnazition of This Part Table of Contents Tutorial: Organization of This Part...1 Lesson 1: Starting JReport Enterprise Server and Viewing Reports...3 Introduction...3 Installing JReport Enterprise Server...3

More information

Oracle Application Express Users Guide

Oracle Application Express Users Guide www.oracle.com/academy Oracle Application Express Users Guide Contents Topic: 1. Introduction 2 2. Logging in to Oracle Application Express 2 3. Oracle Application Express Components 3 4. Using SQL Commands

More information

Smarter Balanced Assessment Consortium:

Smarter Balanced Assessment Consortium: Smarter Balanced Assessment Consortium: Permissions System User Guide 2014 2015 Published December 31, 2014 Smarter Balanced Assessment Consortium, 2014 Table of Contents INTRODUCTION TO THIS USER GUIDE

More information

Author Guidelines for Online Submission

Author Guidelines for Online Submission CSIR-NATIONAL INSTITUTE OF SCIENCE COMMUNICATION AND INFORMATION RESOURCES (CSIR-NISCAIR) Dr K S Krishnan Marg, New delhi-110012 14, Satsang Vihar Marg, New Delhi - 110067 Author Guidelines for Online

More information

Poet Image Description Tool: Step-by-step Guide

Poet Image Description Tool: Step-by-step Guide Poet Image Description Tool: Step-by-step Guide Introduction This guide is designed to help you use the Poet image description tool to add image descriptions to DAISY books. The tool assumes you have access

More information

My Account Login System Instructions

My Account Login System Instructions My Account Login System Instructions Introduction With ExcalTech s Client Login system, you will have access to your appointments, files, invoices, knowledge base, quotes, tasks, and tickets from wherever

More information

Helpful Tips for Global UGRAD Applicants

Helpful Tips for Global UGRAD Applicants Helpful Tips for Global UGRAD Applicants Thank you for your interest in the Global UGRAD Program. Below are some tips to help you complete your application. Read all instructions carefully Please follow

More information

PowerSchool Parent Portal User Guide. PowerSchool Student Information System

PowerSchool Parent Portal User Guide. PowerSchool Student Information System PowerSchool Student Information System Released October 3, 2007 Document Owner: Documentation Services This edition applies to Release 5.1.2 of the Premier software and to all subsequent releases and modifications

More information

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni Vision Document 2.0 Online Book Store Phase-II Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State

More information

Managing the Voucher Distribution Tool (VDT)

Managing the Voucher Distribution Tool (VDT) Managing the Voucher Distribution Tool (VDT) To Get Started Open a web browser window and type www.careersafeonline.com into your web address field and then press the ENTER key on your keyboard. The CareerSafe

More information

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012 Perceptive TransForm E-Forms Manager 8.x Installation and Configuration Guide March 1, 2012 Table of Contents 1 Introduction... 3 1.1 Intended Audience... 3 1.2 Related Resources and Documentation... 3

More information

Minimum requirements for Portal (on-premise version):

Minimum requirements for Portal (on-premise version): Minimum requirements for Portal (on-premise version): Windows Server 2012 R2 Windows 10 (licensed) with the latest updates (64 bit only). All Windows applications must be licensed and activated. SQL Server

More information