ICT1512 Introduction to Interactive Programming. Assignment 7 Discussion

Size: px
Start display at page:

Download "ICT1512 Introduction to Interactive Programming. Assignment 7 Discussion"

Transcription

1 Join Meeting Ensure you have latest version of Adobe Flash installed Click headset icon in upper left corner to join audio Do NOT activate webcam! Do NOT change audio icon next to your name! Introduce yourself in chat space to the left of the screen

2 ICT1512 Introduction to Interactive Programming Assignment 7 Discussion

3 Assignment 7 Details available in IMPORTANT INFORMATION learning unit on myunisa

4 Assignment 7 90 marks 50% of Year Mark Unique number Due date 2018/04/20

5 Assignment Requirements You are required to design a simple website for the company where you work which will allow employees to capture birthdays and to sign up for birthday celebrations. If you are unemployed you need to contact a business in your area and obtain permission from them to design the site based on their business information. The site must consist of a MAXIMUM of THREE pages and ONE output page. For THIS assignment you only need to include JavaScript coding to make the site interactive. Do NOT include HTML/CSS code when submitting the assignment!

6 Assignment Requirements Page 1 = Home Page 1. The name and logo or brand of the business must be displayed on the home page. 2. A short description of what the business does must be provided. 3. A short description of YOUR role in the business must be provided. If you are unemployed you should write what you would like your role to be in the business you are developing the site for. 4. The home page must show a calendar where birthdays scheduled by the users are displayed as links on the day the birthday is going to take place (chapter 3 and chapter 7). 5. Users must be able to click on the link in the calendar to sign up for a specific birthday celebration. 6. The home page should also contain a minimum of 5 images related to the business. 7. The images must runs as a photo gallery at the top of the page (chapter 5). 8. The user must be able to zoom in on the images.

7 Example Page 1

8 Assignment Requirements Page 2 Create Function The form which the user can complete to create a birthday must validate all fields entered by the user to ensure the correct information is being entered The form must also make use of cookies to remember specific user information (chapter 8 and 9). The form should allow for capturing of: the name of the person who s birthday it is a short birthday message time and date of the birthday celebration duration of the celebration venue of the celebration allow the user options to select whether refreshments will be served: such as tea and biscuits if it s a short celebration finger lunch if its more than 2 hours sit down lunch if its more than 4 hours the name and contact details (phone number, office number and address) of the person scheduling the celebration

9 Example Page 2

10 Assignment Requirements Page 3 Sign-up for Meeting The form where a user can sign up for a celebration must validate all fields entered by the user to ensure the correct information is being entered The form must also make use of cookies to remember specific user information (chapter 8 and 9). The form should allow for capturing of: name and contact details (phone number, office number and address) of the person attending the celebration list of celebrations should be shown in a select list using radio buttons the user should indicate if they will partake in the refreshments or not if the user selects to partake in the refreshments the program must calculate the TOTAL amount for refreshments for a specific celebration

11 Example Page 3

12 Assignment Requirements Page 4 - Output Page The Create Celebration page (Page 2) should contain a button which allows the user who created the celebration to view a screen of the information of everyone who signed up for the celebration as well as the total cost of the refreshments for the celebration.

13 Example Page 4

14 Specific Requirements Use the headings tool in Microsoft Word to provide headings for each section mention in your Assignment 7 document. Use the page numbering tool in Microsoft Word to add page numbers to the bottom right corner of the pages. Use the Table of Contents tool in Microsoft Word to create your table of contents. Cover Page Assignment number Unique number Student number Student name Module code

15 Specific Requirements Logic Design In your Microsoft Word Assignment 7 document design the logic for each of the functions you will be adding to your JavaScript file using Pseudo code use the information you studied in ICT1511 from chapter 1 11 to accomplish this task. Here is the link to a Youtube video that you can watch that explains it well, with examples: function to place daysofweek values in header row cells function to place day of month value in first p element within each table data cell that has an id function to place activity values in second p element within each table data cell that has an id function to populate calendar function to updateattendees function to populate images functions to switch images to left or right function to automatically switch images function to zoom images function to add eventlisteners functions to validate input fields in order form and contact us page functions to submit meeting schedule and meeting sign up pages functions to accept cookies information function to calculate refreshment costs

16 Example Logic Design RewardingMinutes validpages = True display Enter the number of pages read: enter pages if pages is numeric then select case pages case 0 to 20 minutes = 0 case 21 to 50 minutes = 10 case 51 to 100 minutes = 40 case 101 to 400 minutes = 75 case else display The pages must be > 0 and not more than 400. validpages = False endselect else validpages = False display The number of pages must be numeric endif if validpages = True then if minutes = 0 then display You must read more than 20 pages to watch TV. Better luck next time. else display Good girl! You may watch TV for, minutes, minutes. endif endif end

17 Specific Requirements JavaScript File Use your text editor to write the code, Notepad, Notepad++, Notepad 2, once your JavaScript code is complete, copy the code and paste it into the Microsoft Word Assignment 7 document Do NOT include ANY HTML code Do NOT include ANY CSS code

18 Specific Requirements Output Use a screen capture tool to capture the images and paste it in your Microsoft Word Assignment 7 document. MINIMUM of 8 images. Render your HTML pages in your preferred browser and make screen captures of each page Add the screen capture for the home page, zooming of images, entering information for meetings, entering information for attending meetings, the pages indication some of the errors when user enters incorrect information and the submitted pages, these must be clear images so we can determine if the JavaScript functions are implemented.

19 Example of Images

20 Specific Requirements Markup Validation Use a screen capture tool to capture the image and paste it in your Microsoft Word Assignment 7 document Use the markup validation tool described in chapter 1 to check the home page, gallery page, extra mural activity page and application page. Add the screen capture for the 3 pages to the document, these must be clear images so we can determine if the pages validated correctly. Mark will be detected for errors on the markup validation, but not for warnings.

21 Example Markup Validation

22 Specific Requirements Questions and Answers Rewrite one of the functions in your code. Answer the following 3 questions related to the function you are using. [10] Question 1 Identify the element, a local variable, a DOM object and parameters used in the function. [7] Question 2 Explain why these particular parameters were used. [4] Question 3 Explain what the purpose of this function is. [4]

23 Specific Requirements Other documents Permission Letter The permission letter the business has to sign can be downloaded from Additional Resources to the left of this screen. Declaration Form The declaration form can be downloaded from the Additional Resources; it must be completed and included in the assignment. This is a legally binding document and should it be found that you have copied this assignment or paid someone else to complete it for you, you WILL be expelled from the university. Rubric Download the Rubric from Additional Resources on myunisa and include it at the BOTTOM of your assignment. If you do not include the Rubric in the assignment we cannot mark it and you WILL be penalized for this, we WILL deduct 20% from your assignment mark.

24 Submission What? Logic Design (Algorithms/Pseudocode) JavaScript Code ONLY! Screen shots of Output Screen shots of Markup Validation Permission Letter Declaration Form Rubric

25 Assignment Format The assignment must be completed in a word processing program such as Microsoft Word and saved as a.pdf file for submission. The assignment must have a cover page with the assignment number, unique number, student number, student name and module code. There must be a table of content with page numbers where different sections of the assignment can be located. The font used must be Arial, size 12, single line spacing, A4 page size in portrait. Student number must be in the header of each page. Page number must be in the footer right corner of each page. Each section of the assignment must have a clear heading, which correlates to the table of content. Download the Assignment7.docx template from Additional Resources to the left of this screen if you are unsure how to accomplish the formatting. The Assignmen7Rubric (also available for download under the Additional Resources) MUST be included in your assignment if you are not using the provided template. YOU must award yourself marks on the rubric according to the work you have completed. Marks WILL be deducted if you do not include the rubric and do not give yourself APPROPRIATE marks in the rubric

26 Additional Resources

27 How to submit assignment 7 Do the assignment in a Word document (Use the template available in the Additional Resources if you are unsure). Give each of your assignment sections heading and subheadings, number the pages and create a Table of Content. Save your assignment, once it has been saved click on the Save As option in your word processing program, change the save as file type to.pdf and save your document again. Do NOTE use a PDF converter program, it corrupts the file making it un-markable! The assignment MUST be submitted via the myunisa website, it may not be posted, faxed or ed to the lecturer. If you are unsure of how the assignment should be submitted using myunisa refer to the help file on myunisa. To submit the assignment, click on Assessment Info to the left of the screen. Locate ICT1512, Assignment 7 and click on the submit link. Follow the onscreen instructions to submit the assignment. If you submit the assignment in any other format than a normal PDF submitted via myunisa it can NOT be marked! We make use of Adobe Acrobat Professional to mark the assignments onscreen thus zipped documents, word processing documents, protected PDF documents and any other document except a normal PDF document cannot be opened by the program and can thus not be marked.

28 Where to submit

29 Calculating Year Mark [Assignment 1 * 0.08] + [Assignment 2 * 0.08] + [Assignment 3 * 0.08] + [Assignment 4 * 0.08] + [Assignment 5 * 0.09] + [Assignment 6 * 0.09] + [Assignment 7 * 0.5] = Year mark

30 Calculating Final Mark [Yearmark x 49%] + [Exam mark x 51%] = Final mark

31

32 Please do not merely close the window Logout using icon in upper right corner Recording of the session will be available in Meetings in about minutes

Creating dependent menus with Moodle Database activity. William Lu

Creating dependent menus with Moodle Database activity. William Lu Creating dependent menus with Moodle Database activity William Lu Hello, everyone My name is William. In this session, I will show you how to create a dependent menu with Moodle Database activity. 2 Sometimes,

More information

Web Site Overview: Log In - select to log into your Halawai "My Meetings" space. This area will list your scheduled meetings.

Web Site Overview: Log In - select to log into your Halawai My Meetings space. This area will list your scheduled meetings. Working with Halawai (Adobe Acrobat Connect) What is Halawai? H l wai (Hawaiian for meeting), also known as Adobe Acrobat Connect is a web conferencing tool licensed by ITS (Information Technology Services)

More information

About Dropbox. Managing the Dropbox

About Dropbox. Managing the Dropbox 1 Learning Technology Center Dropbox September 10, 2014 About Dropbox The Dropbox tool enables users to submit assignments through the Learning Environment, eliminating the need to mail, fax, or email

More information

What s New in Blackboard Faculty Tutorial

What s New in Blackboard Faculty Tutorial What s New in Blackboard Faculty Tutorial Global Navigation menu: The new Notification area combines notices, alerts, messages, and other items from all of your courses in one place. Now you can find alerts

More information

Assignment 2: Website Development

Assignment 2: Website Development Assignment 2: Website Development Overview In this second assignment, you are required to develop your personal website from scratch, based on the design document that you created in Assignment 1. You

More information

Module 4: Communication

Module 4: Communication Module : Communication Calendar: Adding An Event I Calendar: Adding An Event II Calendar: Editing An Event Host a Real-Time Conference I Host a Real-Time Conference II Host a Real-Time Conference III Make

More information

Creating Effective School and PTA Websites. Sam Farnsworth Utah PTA Technology Specialist

Creating Effective School and PTA Websites. Sam Farnsworth Utah PTA Technology Specialist Creating Effective School and PTA Websites Sam Farnsworth Utah PTA Technology Specialist sam@utahpta.org Creating Effective School and PTA Websites Prerequisites: (as listed in class description) HTML

More information

Best practice tips before we begin

Best practice tips before we begin Zoom Host Training Best practice tips before we begin We recommend: A hard-wired connection Because: Poor Wi-Fi causes: choppy audio disconnection A modern web browser Out of date browsers may cause performance

More information

This quickstart will help you get started with Turnitin. To begin, you need to register with Turnitin and create a user profile.

This quickstart will help you get started with Turnitin. To begin, you need to register with Turnitin and create a user profile. Introduction This quickstart will help you get started with Turnitin. To begin, you need to register with Turnitin and create a user profile.! If you have received an e-mail from Turnitin with a temporary

More information

Using Adobe Acrobat College. How to Host a Meeting - User s Guide

Using Adobe Acrobat College. How to Host a Meeting - User s Guide Note: For the purpose of consistency between the Hunter College written and web documentation and the Adobe Connect pro Software terminology, we will use meeting to represent a virtual class session, host

More information

How to Host WebEx Meetings

How to Host WebEx Meetings How to Host WebEx Meetings Instructions for ConnSCU Faculty and Staff using ConnSCU WebEx Table of Contents How Can Faculty and Staff Use WebEx?... 3 Inviting Meeting Participants... 3 Tips before Starting

More information

What Every Student Should Know About D2L

What Every Student Should Know About D2L How do I log in to D2L? What Every Student Should Know About D2L -There are two ways. For each, your login is your S# and password. Option 1 of 2: Log in Via Dashboard 1. Click on the My Schedule Dashboard

More information

Adobe Connect - Quick Reference Guide

Adobe Connect - Quick Reference Guide 1. Accessing Adobe Connect Events: URL (provided by host): http://events.wiley.com/roomname Host and Wiley Colleagues will Enter via SSO. Non-Wiley Participants: type their Name, City and State at center

More information

CONTENTS... 1 OVERVIEW OF SIMNET...

CONTENTS... 1 OVERVIEW OF SIMNET... CONTENTS CONTENTS... 1 OVERVIEW OF SIMNET... 3 COMPUTER REQUIREMENTS... 3 OPTIMIZING YOUR COMPUTER TO RUN SIMNET ONLINE... 3 Changing Pop-Up Blocker Setting... 3 Changing Screen Resolution Settings...

More information

Welcome to The Wise Woman University

Welcome to The Wise Woman University Welcome to The Wise Woman University Starting a Course The Wise Woman University consists of two websites: www.wisewomanuniversity.org and www.wisewomanuniversity.ning.com. These two websites serve different

More information

Introduction. The topics included in this guide are:

Introduction. The topics included in this guide are: Introduction Caorda Content is a powerful content management tool that allows you to update your web site through a standard Internet web browser. The purpose of this guide is to introduce you to Caorda

More information

Viewing Grades and Feedback in Blackboard

Viewing Grades and Feedback in Blackboard Viewing Grades and Feedback in Blackboard Blackboard Learn Throughout the semester, instructors may provide grade feedback to students through a course s My Grades tool. This tool is located in your course

More information

When attending an adobe room, you will view the room utilizing your computer and use a phone for the audio.

When attending an adobe room, you will view the room utilizing your computer and use a phone for the audio. Adobe Connect Rooms Best Practices: All times given for meetings are in EST. Call early (5-10 minutes prior to the start of the session). Use a phone headset (not computer). Do not use a speaker phone.

More information

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

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

More information

Meritain Connect User Manual. for Employees. 1 Meritain Connect User Guide for Employees

Meritain Connect User Manual. for Employees. 1 Meritain Connect User Guide for Employees Meritain Connect User Manual for Employees 1 Meritain Connect User Guide for Employees Contents Introduction... 4 Accessing Meritain Connect... 5 Logging In... 5 Forgot Password... 6 Registration Process...

More information

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes Course Title Course Code WEB DESIGNING TECHNOLOGIES DCE311 Lecture : 3 Course Credit Practical : Tutorial : 0 Total : 5 Course Learning Outcomes At end of the course, students will be able to: Understand

More information

Yes No Comments. SHQ Form Compliance Checklist. Sponsor Name: Anticipated Launch Date: Url (s) used for site audit: Audit performed by: Audit Date:

Yes No Comments. SHQ Form Compliance Checklist. Sponsor Name: Anticipated Launch Date: Url (s) used for site audit: Audit performed by: Audit Date: SHQ Form Compliance Checklist Sponsor Name: Anticipated Launch Date: Url (s) used for site audit: Audit performed by: Audit Date: Documentation Received: Design/Functional Specification Yes No Comments

More information

Remote Proctor Now User Quick Guide

Remote Proctor Now User Quick Guide Remote Proctor Now User Quick Guide Contents Step 1: System Check... 2 Step 2: Access the Online Software... 5 Step 3: Select your Exam... 7 Step 4: Verify Identity... 7 Common errors:... 14 Page 1 of

More information

SECONDARY SCHOOL ANNUAL EXAMINATIONS 2008 DIRECTORATE FOR QUALITY AND STANDARDS IN EDUCATION Educational Assessment Unit

SECONDARY SCHOOL ANNUAL EXAMINATIONS 2008 DIRECTORATE FOR QUALITY AND STANDARDS IN EDUCATION Educational Assessment Unit SECONDARY SCHOOL ANNUAL EXAMINATIONS 008 DIRECTORATE FOR QUALITY AND STANDARDS IN EDUCATION Educational Assessment Unit FORM 3 INFORMATION AND COMMUNICATION TECHNOLOGY TIME: h 30 min Name: Class: Answer

More information

Professional Course in Web Designing & Development 5-6 Months

Professional Course in Web Designing & Development 5-6 Months Professional Course in Web Designing & Development 5-6 Months BASIC HTML Basic HTML Tags Hyperlink Images Form Table CSS 2 Basic use of css Formatting the page with CSS Understanding DIV Make a simple

More information

Study before beginning these instructions.

Study   before beginning these instructions. NOTE: You will be switching back and forth between two sites. 1. Education.Weebly.com where you edit and create 2. Your site which is what the public will see (i.e., eesl521.weebly.com) Study http://eesl521.weebly.com

More information

ReggieNet: Content Organization Workshop. Facilitators: Mayuko Nakamura (mnakamu), Charles Bristow (cebrist) & Linda Summers (lsummer)

ReggieNet: Content Organization Workshop. Facilitators: Mayuko Nakamura (mnakamu), Charles Bristow (cebrist) & Linda Summers (lsummer) ReggieNet: Content Organization Workshop Facilitators: Mayuko Nakamura (mnakamu), Charles Bristow (cebrist) & Linda Summers (lsummer) Content Organization Overview There are many ways to organize content

More information

Moodle 2.2 Student User Guide Accessing & Saving Files

Moodle 2.2 Student User Guide Accessing & Saving Files Moodle 2.2 Student User Guide Accessing & Saving Files Using the Course Outline The Course Outline can be in Topic format or in Week format, depending on how your instructor sets up their course. These

More information

QuickStart Guide for External Assessors

QuickStart Guide for External Assessors Students may be required to submit their work to external assessors who do not have Chalk & Wire accounts. Additionally, administrators may send assessments directly to external assessors, which do not

More information

Navigating Your Profile

Navigating Your Profile Part 1: Profile Login Navigating Your Profile 1. Start at the Greater Kansas City Community Foundation s home page, www.growyourgiving.org. Select Nonprofit Search. 2. This is the Nonprofit Search home

More information

POFT 2301 INTERMEDIATE KEYBOARDING LECTURE NOTES

POFT 2301 INTERMEDIATE KEYBOARDING LECTURE NOTES INTERMEDIATE KEYBOARDING LECTURE NOTES Be sure that you are reading the textbook information and the notes on the screen as you complete each part of the lessons in this Gregg Keyboarding Program (GDP).

More information

Canvas Student Guide. The Office of Online Learning Massasoit Community College

Canvas Student Guide. The Office of Online Learning Massasoit Community College Canvas Student Guide The Office of Online Learning Massasoit Community College www.massasoit.edu TABLE OF CONTENTS What is Canvas?... 1 Computer and Browser Requirements... 1 Mobile Support... 1 Accessing

More information

Manju Muralidharan Priya. CS4PM Web Aesthetics and Development WEEK 12

Manju Muralidharan Priya. CS4PM Web Aesthetics and Development WEEK 12 CS4PM Web Aesthetics and Development WEEK 12 Objective: 1. Understand the basic operations in JavaScript 2. Understand and Prepare a 3 page Website (Homework for Week 15) 3. Finish Quiz 2 Outline: a. Basics

More information

Examplify: Downloading and Taking an Exam (Computer)

Examplify: Downloading and Taking an Exam (Computer) Examplify: Downloading and Taking an Exam (Computer) Once successfully logged into Examplify, there may or may not be exam(s) ready for download. If you do not see an exam you are scheduled to take, click

More information

VoiceThread Training

VoiceThread Training VoiceThread Training Contents Introduction... 2 Objectives... 2 Connecting to VoiceThread Initially... 2 Creating a VoiceThread Presentation... 4 Accessing Existing VoiceThread Presentations... 5 Sharing

More information

A guide to Sussex Direct Convening pages

A guide to Sussex Direct Convening pages A guide to Sussex Direct Convening pages 1 The Convening Page 2 The Convenor Assessment page: assessment rows getting them usable 3 DELEGATING assessments 4 5 ENTERING MARKS for non-delegated assessments

More information

Wimba Classroom Version 6.1 Room Administrator Guide

Wimba Classroom Version 6.1 Room Administrator Guide Wimba Classroom Version 6.1 Room Administrator Guide Wimba Classroom 6.1 Room Administrator Guide 1 Administration Tools 2 Room Management 3 Creating a New Room (RoomCreators Only) 3 Setting up a Room

More information

Vendor Registration and Training

Vendor Registration and Training Vendor Registration and Training Bid Express Registration Guide Bid Express Vendor Guide February 2015 Prepared By Address: 5700 SW 34th Street, Suite 1235, Gainesville, Florida 32608-5371 Web: www.infotechfl.com

More information

ADOBE CONNECT TECHNICAL CHECK

ADOBE CONNECT TECHNICAL CHECK AUDIO DIAL OUT For Adobe Connect meetings using teleconference audio, you will be automatically prompted to provide a call-back number for the system to call you into the teleconference after joining the

More information

Introduction to the SAM Student Guide 4. How to Use SAM 5. Logging in the First Time as a Pre-registered Student 5 Profile Information 7

Introduction to the SAM Student Guide 4. How to Use SAM 5. Logging in the First Time as a Pre-registered Student 5 Profile Information 7 Contents Introduction to the SAM Student Guide 4 How to Use SAM 5 Logging in the First Time as a Pre-registered Student 5 Profile Information 7 Logging into SAM as a New User 9 Forgot Password 14 Grace

More information

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements Introduction Paradigm Publishing Paradigm understands the needs of today s educators and exceeds the demand by offering the latest technological advancements for coursework settings. With the success of

More information

Instructor Feedback Location and Printing. Locating Instructor Feedback When Available within Canvas

Instructor Feedback Location and Printing. Locating Instructor Feedback When Available within Canvas Instructor Feedback Location and Printing This document will identify the locations in Canvas where students may find instructor comments, feedback, inline editing, and rubric scores and comments. Also

More information

Xerte. Guide to making responsive webpages with Bootstrap

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

More information

STI InformationNOW Reporting Portal

STI InformationNOW Reporting Portal Fall 2006 STI InformationNOW Reporting Portal User Manual Information in this document is subject to change without notice. Student and school data used herein are fictitious unless otherwise noted. The

More information

Wimba Classroom. Version 5.2. Room Administrator Guide

Wimba Classroom. Version 5.2. Room Administrator Guide Wimba Classroom Version 5.2 Room Administrator Guide Wimba Classroom 5.2 Room Administrator Guide 1 Administration Tools 2 Room Management 3 Creating a New Room (RoomCreators Only) 3 Setting up a Room

More information

PowerTeacher Portal User Guide. PowerSchool 7.x Student Information System

PowerTeacher Portal User Guide. PowerSchool 7.x Student Information System PowerSchool 7.x Student Information System Released March 2013 Document Owner: Documentation Services This edition applies to Release 7.7 of the PowerSchool software and to all subsequent releases and

More information

Adobe Business Catalyst

Adobe Business Catalyst Adobe Business Catalyst Adobe Business Catalyst is similar to the Content Management Systems we have been using, but is a paid solution (rather than open source and free like Joomla, WordPress, and Drupal

More information

Blackboard 5. Instructor Manual Level One Release 5.5

Blackboard 5. Instructor Manual Level One Release 5.5 Bringing Education Online Blackboard 5 Instructor Manual Level One Release 5.5 Copyright 2001 by Blackboard Inc. All rights reserved. No part of the contents of this manual may be reproduced or transmitted

More information

why DiggSpace? Easy to Setup & Manage Attractive and inviting for all employees Office 365 Integration Drive the adoption of Office 365

why DiggSpace? Easy to Setup & Manage Attractive and inviting for all employees Office 365 Integration Drive the adoption of Office 365 why DiggSpace? Engage with all Employees Support Change Management thru effective corporate information sharing increasing employee engagement and performance Easy to Setup & Manage Attractive and inviting

More information

2013 EDITION. V-Camp Student. Guide. INTERACTIVE GUIDE Use the buttons shown below to navigate throughout this interactive PDF BACK

2013 EDITION. V-Camp Student. Guide. INTERACTIVE GUIDE Use the buttons shown below to navigate throughout this interactive PDF BACK V-Camp Student Guide INTERACTIVE GUIDE Use the buttons shown below to navigate throughout this interactive PDF BACK 03 EDITION V-Camp Student Guide Table of Contents Unit : Table of Contents...iii How

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

PowerSchool Student and Parent Portal User Guide. https://powerschool.gpcsd.ca/public

PowerSchool Student and Parent Portal User Guide. https://powerschool.gpcsd.ca/public PowerSchool Student and Parent Portal User Guide https://powerschool.gpcsd.ca/public Released June 2017 Document Owner: Documentation Services This edition applies to Release 11.x of the PowerSchool software

More information

PowerLink CRM User Guide

PowerLink CRM User Guide PowerLink CRM User Guide Last Updated: February 2009 Version: 2.06000 Contents Contents... 2 Introduction... 4 Quick Start... 5 Using CRM... 6 Searching for Customers... 6 Maintaining Customer Records...

More information

ivisions Employee Guide Portal Employee User Guide Town of Needham Terry Wolfson Created: 1/27/2014 Updated: 10/5/2016

ivisions Employee Guide Portal Employee User Guide Town of Needham Terry Wolfson Created: 1/27/2014 Updated: 10/5/2016 ivisions Employee Guide Portal Employee User Guide Town of Needham Terry Wolfson Created: 1/27/2014 Updated: 10/5/2016 Contents What is ivisions?... 2 Registering to ivisions Portal... 3 Logging into the

More information

Getting Started with Blackboard

Getting Started with Blackboard @ Getting Started with Blackboard Information Technology Services The College of Saint Rose Table of Contents What is Blackboard?... 2 Why do professors want to use Blackboard?... 2 Web browsers and hardware

More information

Connecture Platform Manager

Connecture Platform Manager Connecture Platform Manager 1 P a g e Table of Contents Connecture Platform Manager... 1 Introduction to the Connecture Platform Manager... 3 Getting Started... 3 Login... 3 Dashboard... 3 Connecture Application

More information

MONETARY AND POTENTIAL CHARGES E-RESPONSE WEB SITE

MONETARY AND POTENTIAL CHARGES E-RESPONSE WEB SITE MONETARY AND POTENTIAL CHARGES E-RESPONSE WEB SITE USER GUIDE Version: 1.4 Date: March 2017 Copyright 2017, National Association of State Workforce Agencies. All Rights Reserved. 1 Introduction... 1 2

More information

GRD 220 Web Graphics INSTRUCTOR COURSE DESCRIPTION GOALS OBJECTIVES

GRD 220 Web Graphics INSTRUCTOR COURSE DESCRIPTION GOALS OBJECTIVES GRD 220 Web Graphics Instructor Course Description Goals Objectives Course Expectations Required Textbook Attendance Classroom Behavior Cooperative Learning Cell Phones Communication Desire2Learn Course

More information

Websites. Version 1.7

Websites. Version 1.7 Websites Version 1.7 Last edited 15 Contents MyNetball Information...3 Websites...4 Web packages...4 Setting up the layout...5 Uploading files and images...6 Using Dropbox to Increase your Website Data...7

More information

Voluntary Product Accessibility Template (VPAT) Examplify for ipad

Voluntary Product Accessibility Template (VPAT) Examplify for ipad Voluntary Product Accessibility Template (VPAT) Examplify for ipad ExamSoft strives to provide our assessment services equally to all students. We have been working closely with clients to develop a system

More information

Employee Expense Submission Guide

Employee Expense Submission Guide Employee Expense Submission Guide Expense Submission 2.4 Published October 2018 v2.4 Table of Contents First-Time Registration... 3 Submitting Expenses... 4 Employee Expenses... 6 Entering Your Expense

More information

New. MediaShare Instructor Interactive Training Guide. Page 1

New. MediaShare Instructor Interactive Training Guide. Page 1 New MediaShare Instructor Interactive Training Guide Page 1 1/16/2014 New MediaShare Instructor Interactive Training Guide...1 System Requirements... 3 Operating Systems and Browsers... 3 Additional Software...

More information

San Diego Unified School District AT0001-Good Attendance Means Everything

San Diego Unified School District AT0001-Good Attendance Means Everything HOW TO LOGIN TO COGNOS Open Internet Explorer. Type https://cognos.sandi.net as the location. Press the enter key. Type your employee id into the text box next to the words Employee ID. Press the tab key.

More information

Adobe Connect Online Class Student Guide

Adobe Connect Online Class Student Guide Adobe Connect Online Class Student Guide What is an Online Class? Adobe Connect is a web conferencing software for conducting real time classes online. Depending on the purpose of your Online Class and

More information

ExamSoft: Examplify Guide - Detailed

ExamSoft: Examplify Guide - Detailed ExamSoft: Examplify Guide - Detailed Examsoft has recently released an update to their testing application. It is now known as Examplify and replaces SofTest. Examplify is now installed locally to each

More information

How to add content to your course

How to add content to your course How to add content to your course To start adding content to your course, you need to turn the editing on the editable page of your course will display. and You can now choose between 2 ways of uploading

More information

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World Introduction Paradigm Publishing Paradigm understands the needs of today s educators and exceeds the demand by offering the latest technological advancements for coursework settings. With the success of

More information

Web development using PHP & MySQL with HTML5, CSS, JavaScript

Web development using PHP & MySQL with HTML5, CSS, JavaScript Web development using PHP & MySQL with HTML5, CSS, JavaScript Static Webpage Development Introduction to web Browser Website Webpage Content of webpage Static vs dynamic webpage Technologies to create

More information

08/10/2018. Istanbul Now Platform User Interface

08/10/2018. Istanbul Now Platform User Interface 08/10/2018 Contents Contents...5 UI16... 9 Comparison of UI16 and UI15 styles... 11 Activate UI16... 15 Switch between UI16 and UI15...15 UI16 application navigator... 16 System settings for the user

More information

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V10

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V10 ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V10 Contents Marketing Dashboard... 2 Marketing Dashboard Badges... 2 Marketing Dashboard Panels... 3 Campaign Record... 3 Field Descriptions... 4 Opportunities

More information

GRADING ASSIGNMENTS. You can access assignments that have been submitted by students and need grading from the:

GRADING ASSIGNMENTS. You can access assignments that have been submitted by students and need grading from the: GRADING ASSIGNMENTS When you create an assignment, a column is added automatically to the Grade Center. An assignment that has been submitted, but not graded, is indicated with an exclamation mark ( )

More information

Contact at Once Widget..5. Contact Us Widget...5 Contact Info Widget. 6 Dealership Contacts Widget. 6

Contact at Once Widget..5. Contact Us Widget...5 Contact Info Widget. 6 Dealership Contacts Widget. 6 Table of Contents Flexible Design Overview. 3 Selecting the Flex Design. 3 Widget Overview. 4 Configuring Widgets..5 Contact at Once Widget..5 Contact Us Widget...5 Contact Info Widget. 6 Dealership Contacts

More information

Unified Classroom: Class Pages

Unified Classroom: Class Pages Unified Classroom: Class Pages Unified Classroom April 2018 Release Unified Classroom: Class Pages Basics Contents Unified Classroom: Class Pages Basics... 3 Building Class Pages... 3 Access Class Pages...

More information

Tip: If you need to rest all web logos, instead click on the button to "Reset All to Default."

Tip: If you need to rest all web logos, instead click on the button to Reset All to Default. Self-service information is based on general system setup, employee information, and employee-specific payroll information. Settings are available to update site configuration options, public site content,

More information

PowerSchool Parent Portal User Guide. PowerSchool 7.x Student Information System

PowerSchool Parent Portal User Guide. PowerSchool 7.x Student Information System PowerSchool 7.x Student Information System Released December 2012 Document Owner: Documentation Services This edition applies to Release 7.6 of the PowerSchool software and to all subsequent releases and

More information

Palisades School District PowerSchool Parent Portal Guide

Palisades School District PowerSchool Parent Portal Guide Palisades School District PowerSchool Parent Portal Guide Get Started To get started, you must create a parent account in the PowerSchool Parent Portal. Create a Parent Account Use this procedure to create

More information

This quickstart will help you get started with Turnitin. To begin, you need to register with Turnitin and create a user profile.

This quickstart will help you get started with Turnitin. To begin, you need to register with Turnitin and create a user profile. Introduction This quickstart will help you get started with Turnitin. To begin, you need to register with Turnitin and create a user profile.! If you have received an e-mail from Turnitin with a temporary

More information

WEBUS Web Updating System Client User s Guide

WEBUS Web Updating System Client User s Guide WEBUS Web Updating System Version 2.3 TelVue Virtual Television Networks 16000 Horizon Way, Suite 500 Mt. Laurel, NJ 08054 Phone (800) 885-8886 (TVTN) Fax (856) 886-7411 www.tvtn.tv Table of Contents WEBUS...

More information

Social Networking Applied

Social Networking Applied Social Networking Applied 1 I. Facebook Social Networking Applied Uses: An address book: Facebook users can share their current city, e-mail address, phone number, screen name, street address, and birthday

More information

Illinois Notification of Conference (Invitation Letter) Form Instructions / User Guide

Illinois Notification of Conference (Invitation Letter) Form Instructions / User Guide Illinois Notification of Conference (Invitation Form Instructions / User Guide 1990-2016 SunGard K-12. All rights reserved. No part of this publication may be reproduced without the prior written permission

More information

Blackboard 5 Level One Student Manual

Blackboard 5 Level One Student Manual Blackboard 5 Level One Student Manual Blackboard, Inc. 1899 L Street NW 5 th Floor Washington DC 20036 Copyright 2000 by Blackboard Inc. All rights reserved. No part of the contents of this manual may

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

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding the availability

More information

2016 Jones & Bartlett Learning, LLC, An Ascend Learning Company

2016 Jones & Bartlett Learning, LLC, An Ascend Learning Company & 2016 Jones & Bartlett Learning, LLC, An Ascend Learning Company Contents _Toc499561954 What are the browser and system requirements for running Navigate 2?... 1 Why does Navigate 2 run a System Check?...

More information

Portfolios - Student. Accessing Portfolios in Blackboard. Creating a Portfolio. Editing a Portfolio

Portfolios - Student. Accessing Portfolios in Blackboard. Creating a Portfolio. Editing a Portfolio Blackboard Portfolios Blackboard's Portfolio tool is designed to help you to maintain documentation of your education, samples of your work, and evidence of your skills, to tell a carefully crafted story

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

Make Conversations With Customers More Profitable.

Make Conversations With Customers More Profitable. Easy Contact Version 1.65 and up Make Conversations With Customers More Profitable. Overview Easy Contact gives your customers a fast and easy way to ask a question or send you feedback and information.

More information

SRJC DRUPAL SITES Siteimprove Reports & Administration

SRJC DRUPAL SITES Siteimprove Reports & Administration SRJC DRUPAL SITES Siteimprove Reports & Administration Siteimprove Class Schedule Introductions Quality Assurance & Accessibility Zero Defects Initiative Logging into Siteimprove to find and fix errors

More information

Special Consideration Online application

Special Consideration Online application Special Consideration Online application Student User Guide Copyright Deakin University All rights reserved. No part of this work covered by Deakin University's copyright may be reproduced or copied in

More information

Canvas Conferencing Tool

Canvas Conferencing Tool Canvas Conferencing Tool Contents Web Conferencing in Canvas... 2 Invite Course Members... 4 Select Individual Members... 4 Starting a Conference... 5 Conference Layout... 5 View Conference Tools... 6

More information

Hosting a WebEx Meeting

Hosting a WebEx Meeting Hosting a WebEx Meeting This tutorial will go into detail on the best practices for hosting a WebEx Meeting after it has been scheduled. If you need to learn how to schedule a meeting, please see our tutorial.

More information

Connecting nonprofits with volunteers is what we ve done for more than 55 years.

Connecting nonprofits with volunteers is what we ve done for more than 55 years. Connecting nonprofits with volunteers is what we ve done for more than 55 years. We connect young and old, diverse cultures and religions, and people of all economic levels to build a stronger, more vibrant

More information

Aeries.net Teacher Portal User Documentation September 30, Access Teacher Portal. 2. Utilizing the Navigation Tree

Aeries.net Teacher Portal User Documentation September 30, Access Teacher Portal. 2. Utilizing the Navigation Tree Aeries.net Teacher Portal User Documentation September 30, 2013 1. Access Teacher Portal 2. Utilizing the Navigation Tree 3. Attendance Attendance by Photo Elementary School Lunch Count 4. Gradebook 5.

More information

Guidelines on Dormant Accounts Web Reporting System

Guidelines on Dormant Accounts Web Reporting System The Central Bank of The Bahamas Guidelines on Dormant Accounts Web Reporting System January, 2009 Page 1 Introduction The Central Bank of The Bahamas Dormant Accounts Reporting System (CBOB DARS) is a

More information

PowerSchool Student and Parent Portal User Guide. PowerSchool Student Information System

PowerSchool Student and Parent Portal User Guide. PowerSchool Student Information System PowerSchool Student and Parent Portal User Guide PowerSchool Student Information System Released December 2016 Document Owner: Documentation Services This edition applies to Release 10.1 of the PowerSchool

More information

IPER Training Webinars. ilinc Quick Reference for IPER Instructors (Reference 04)

IPER Training Webinars. ilinc Quick Reference for IPER Instructors (Reference 04) IPER Training Webinars () Instructor Guide Final, July 2010 FirstResponderTraining.gov IPER Training Webinars Table of Contents Setting Up a Course Offering... 1 Uploading Your Instructor Photo... 1 Launching

More information

AGENDA. :: Add Meta Tag for Viewport (inside of head element): :: Add Script that renders HTML5 elements for older versions of Internet Explorer

AGENDA. :: Add Meta Tag for Viewport (inside of head element): :: Add Script that renders HTML5 elements for older versions of Internet Explorer CLASS :: 14 12.10 2018 3 Hours AGENDA LECTURE :: Responsive Web Design [RWD] DOWNLOAD ASSETS [ CSS ] :: Media Query [rwd.css] ADD HTML META TAG & IE SCRIPT [ HTML ] :: Add Meta Tag for Viewport (inside

More information

Nexsure Training Manual - CRM. Chapter 8. HOW to Add a Binder When Placing a Marketing Submission In Force

Nexsure Training Manual - CRM. Chapter 8. HOW to Add a Binder When Placing a Marketing Submission In Force Nexsure Training Manual - CRM Binders In This Chapter Adding a Binder Completing and Populating the Binder Delivering the Binder Tracking the Binder Extending the Binder Closing the Binder Adding a Binder

More information

Static Webpage Development

Static Webpage Development Dear Student, Based upon your enquiry we are pleased to send you the course curriculum for PHP Given below is the brief description for the course you are looking for: - Static Webpage Development Introduction

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions WHAT IS PD IN FOCUS? PD In Focus is an award-winning online platform that features hundreds of hours of videos showing research-based teaching practices in action. Designed as

More information