Software Requirements Specification Version 1.0 Team 3 Creation Station

Size: px
Start display at page:

Download "Software Requirements Specification Version 1.0 Team 3 Creation Station"

Transcription

1 Software Requirements Specification Version 1.0 Team 3 Creation Station Introduction 1.1 Purpose of the Document The purpose of this document is to define generally and specifically the requirements of the software being created for One Great Family. One Great Family is a company providing software services for family history seekers. One Great Family provides users with the unique feature of building their family trees for them. One Great Family has specified two areas where we could be of assistance. First, they asked us to build a graphical representation of the relationship between two people. Their system can find some relationship between almost any two people, but usually it is quite obscure (i.e. 5 th cousins, twice removed). The task is to design and implement a good way to visually represent these relationships. 1.2 Scope of the Development Project One Great Family said they expect that completing this first task will be plenty of work for the scope of this project, and have offered a second task in the even that they overestimated the amount of time it will take to complete it. Currently users are presented with their family trees in a way that is not as appealing as One Great Family thinks it could be. The second task is to find a good way to represent a family tree to the user. 1.3 Definitions, Acronyms and Abbreviations AJAX Asynchronous Javascript and XML CSS Cascading Style Sheets OGF One Great Family, used when referring to the company name OGFN One Great Family Number, a unique identify for each family member ZID The old term used as a unique identifier. This term is deprecated, but will still come up in older code. Now use OGFN

2 1.4 References None available at this time. 1.5 Overview of Document The rest of this document will more specifically describe the software to be created, giving clear examples that illustrate the problem to be solved. Specific requirements will also be laid out. 2. General Description 2.1 User Personas and Characteristics Persona 1. Name: James Halls Age: 40 Occupation: Sales Hobbies: Geneaology, buying collectables on Ebay Persona 2. James uses the software for fun. He is interested in geneology and has been tracking his own family history through physical records. However, since he became interested in computers several years ago, he has realized that there is a much easier way to do his investigation. James is somewhat sophisticated end-user. He is interested in collecting vintage goods on Ebay, so he is able to upload pictures, fill out registration forms, move files around his hard drive, etc. James has tried several online geneology applications, but each has failed him in some way. Either they are too time-cosuming to use, or their information is not accurate enough. Name: Jewel Burges Age: 57 Occupation: Elementary school teacher Hobbies: Arts and Crafts, genelogly

3 Jewel became interested in geneology about a year ago when she needed to teach a segment on it for her 7 th grade class. In her research, she found that she needed to use a computer. She was new to computers, although her kids had gotten her one a couple of years ago. She really never had a use for it, and therefore never used it. However, now her renewed interest has been sparked by her interest in geneology. Her skills are weak, and often relies on her children or grandchildren to install software, or maintain her affairs on the machine. 2.2 Product Perspective This product is intended to be used alongside One Great Family s (OGF) main desktop application. Since this application is web-based, users may start it alone, but when they need more information on a particular person, they have the option of launching the desktop application from the web-app. 2.3 Overview of Functional Requirements The functions of the Relationship Calculator may be divided into two sections. In the first, users can put the names of two individuals into two form fields, and what is returned to them is a Generation View. This gives the user and easy-to-understand structure that explains how one user may be related to another, for example, 3 rd cousin twice removed. The second section is another view, known as the Begat View. This is the more traditional pedigree style view, running from left to right, in the form of a tree. Users may input an amount of time they wish to wait, as well as how many generations they wish to see. When this view arrives, users will be able to zoom in and out. At higher views, the individuals are marked as colored boxes. The colors represent relationships. As the view gets closer, more information is displayed from each box. This information includes the individuals full name, birth date, and birth place. When a user does a mouse-over on one of the boxes, additional information appears. This information may include a picture, death date, death place, and

4 OFGN (a unique id for users in the One Great Family system. If users click on the box, the desktop application will launch. Besides, zooming, users will be able grab the chart with their mouse, and move it in any direction to see parts that are outside the view of the browser window. 2.4 Overview of Data Requirements Data is a simple affair for the user. They only need fill in two text-boxes, into which the names of the persons to be calculated are placed. All other data is stored on OGF servers and delivered to the browser as needed. 2.5 General Constraints, Assumptions, Dependencies, Guidelines The Relationship calculator must be web-based. Moreover, it must be able to run in popular web browsers such as Internet Explorer, Mozilla, Netscape, and Safari. Care must be taken to ensure that the chart is no bigger than 100k at any point in time. 2.5 User View of Product Use If the persona James is using the application, he may have multiple other applications running at the same time. His web browser may be re-sized to sit in one corner of his monitor so that he can see these other applications. However, when focuses his attention on the application in question, he has the ability to resize his windows and browser size so that the application has maximum screen space. He is able to use key commands if available, and may have multiple instances of the application open at one time. If the user Jewel is using the application, the web browser will be displayed at whatever resolution is was last set. Advanced features may be overlooked, and for her to see the main features, they need to be clearly labeled. In addition, if she needs help for any item, it must be readily available to her.

5 When she is shown how to use the software one time, there is a good chance that is the only way she will use the software, unwilling or unable to explore other options. 3. Specific Requirements 3.1 External Interface Requirements OGF s Relationship Calculator needs a web page to be able to display anscestor relationships in a graphical manner using some type of chart. The chart should show the person the relationship is calculated from, along with the person the relationship is calculated to and all the ancestors in between. 3.2 Template for describing functional requirements Requirement: A description of the functional requirement. Input: web page user input. Processing: web page processing. Output: new page display. Input: Processing: Output: Etc Requirement: Ancestor list web page. Input: Starting and ending ancestors. Generation limiter control to allow the user to choose how many generations to display at a time. Processing: The starting and ending ancestor info will be sent to the OGF API and the required data to display the charts will be returned. We will need to dynamically create the web page from the returned data. Output: Chart display of list of ancestors in between the starting and ending ancestor. If the relationship cannot be calculated within the specified number of generations then do something appropriate. (to be determined).

6 Requirement: The chart in item should contain a box for each person in the relationship. Each box should contain the ancestor s full name, birth date and birth place. There should be lines connecting the ancestor boxes showing the route of the relationship. Input: User can mouse over the ancestor list boxes to get additional information. Processing: A new box will be created on mouse over that shows the full name, birth date and birth place of the ancestor along with his/her picture, death date, death place and One Great Family Number (OGFN). Output: Overlay the new box over the existing web page. Input: User clicks on the ancestor box. Processing: Redirect to the Once Great Family browser web page with the selected ancestor in view. Output: See processing. Requirement: The user should be able to zoom in and zoom out on the chart in item Input: There should be controls on the page that show how far the user is zoomed in and give the user options to zoom in, zoom out, or reset to default view. Processing: Create the chart at the next or previous level of detail. Note that it is unclear at this point whether we should do this at zoom time or if we need to pre-build all the charts in advance at each level. Output: The chart should zoom in or zoom out to the appropriate level of data detail and display a new chart. Requirement: The user should be able to move around(browse) the chart in item Input: The user should be able to move around the chart vertically, horizontally and diagonally. Additionally, the user should be able to move the chart by clicking on it and dragging. There should be a mechanism to reset the view to the default. Processing: Create the new window view of the chart. Note that it is unclear at this point if this should be done at browse time or if the entire chart should be created in advance. Output: The chart should smoothly scroll to the new window view of the chart.

7 3.2 Performance Requirements Charts should be no larger than 100k in size at any given time. If this is not possible, then some type of loading indicator should be present on the screen. All web pages should be viewable within 770 x 400 pixels. Any images used in the charts should be in a compressed graphic format. 3.3 Quality Attributes It should be easy to change the color scheme of the chart boxes whether they are images or in a CSS file. If CSS is used in the charts it should be broken out into logical classes representing the different objects on the page. In-Line(within page) style should be used rarely, if at all, to make the page easily updatable, CCS should be used in most cases where style is required. All code should be well documented with comments describing each method s parameters, functionality and return results. Code should be broken up into logical blocks, with each block having a comment as to what task it is currently performing. Naming abbreviations should be used rarely. All variable, classes and methods should be given full names that easily represent the functions they perform. Any methods that accept more than six parameters should use an object as a parameter rather than a list of parameters. 3.4 Other Requirements None at this time.

We aren t getting enough orders on our Web site, storms the CEO.

We aren t getting enough orders on our Web site, storms the CEO. In This Chapter Introducing how Ajax works Chapter 1 Ajax 101 Seeing Ajax at work in live searches, chat, shopping carts, and more We aren t getting enough orders on our Web site, storms the CEO. People

More information

Section 1. System Technologies and Implications. Modules

Section 1. System Technologies and Implications. Modules System Technologies and Implications Modules 1.1 Introduction to computers 1.2 Software 1.3 Hardware 1.4 File management 1.5 ICTs in perspective 1.6 Extended software concepts 1.7 Extended hardware concepts

More information

This is being done to address the issues of privacy, security and convenience as it relates to your University of Alberta account.

This is being done to address the issues of privacy, security and convenience as it relates to your University of Alberta account. EDIT202 Web 2.0 Lab Assignment Guidelines Creating a Blog 1. Before you can start creating your blog you will need to create a new Google account which you will be used to register for the resources used

More information

Seminar 1, HTML and CSS

Seminar 1, HTML and CSS Internet Applications, ID1354 1 Goal Learn HTML and CSS. Learn basic heuristics for user interface design. Learn responsive web design. Learn techniques for web accessibility. 2 Grading The grading is

More information

205CDE: Developing the Modern Web. Assignment 1: Designing a Website. Scenario: D Bookshop

205CDE: Developing the Modern Web. Assignment 1: Designing a Website. Scenario: D Bookshop 205CDE: Developing the Modern Web Assignment 1: Designing a Website Scenario: D Bookshop Introduction I decided to make a second hand bookshop website. There are some reasons why I made this choice. Mainly

More information

Hypertext Markup Language, or HTML, is a markup

Hypertext Markup Language, or HTML, is a markup Introduction to HTML Hypertext Markup Language, or HTML, is a markup language that enables you to structure and display content such as text, images, and links in Web pages. HTML is a very fast and efficient

More information

E-BOOK // MICROSOFT PUBLISHER SERVICE MANUAL ARCHIVE

E-BOOK // MICROSOFT PUBLISHER SERVICE MANUAL ARCHIVE 13 February, 2018 E-BOOK // MICROSOFT PUBLISHER SERVICE MANUAL ARCHIVE Document Filetype: PDF 293.51 KB 0 E-BOOK // MICROSOFT PUBLISHER SERVICE MANUAL ARCHIVE Since it comes with Office, Microsoft Publisher

More information

EASYDNNROTATOR 7.X [USER S GUIDE]

EASYDNNROTATOR 7.X [USER S GUIDE] EASYDNNROTATOR 7.X EasyDNNrotator is a DNN module that rotates content such as images, video and HTML. Besides easy content management and attractive themes, it provides great options to customize your

More information

A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE

A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE AN AID TO ENABLE STUDENTS TO UNDERSTAND THE FUNDAMENTELS OF WEBSITE DESIGN WITHIN THE FRAMEWORK OF A WEBSITE PROJECT USING WEB DESIGN TOOLS YANNIS STEPHANOU

More information

Table of Contents. 1. Introduction 1. 1 Overview Business Context Glossary...3

Table of Contents. 1. Introduction 1. 1 Overview Business Context Glossary...3 Table of Contents 1. Introduction 1. 1 Overview......2 1. 2 Business Context.. 2 1. 3 Glossary...3 2. General Description 2. 1 Product/System Functions..4 2. 2 User Characteristics and Objectives 4 2.

More information

PowerPoint Tips and Tricks

PowerPoint Tips and Tricks PowerPoint Tips and Tricks Viewing Your Presentation PowerPoint provides multiple ways to view your slide show presentation. You can access these options either through a toolbar on your screen or by pulling

More information

ORB Education Quality Teaching Resources

ORB Education Quality Teaching Resources These basic resources aim to keep things simple and avoid HTML and CSS completely, whilst helping familiarise students with what can be a daunting interface. The final websites will not demonstrate best

More information

DRX Your School Lunch Payment Program

DRX Your School Lunch Payment Program DRX Your School Lunch Payment Program DRX is the online software that Guess Who's Coming to Dinner Caterers uses as our lunch payment program. DRX creates accounts for students and allows parents to add

More information

Introduction to Powerpoint. Create it. Opening a presentation

Introduction to Powerpoint. Create it. Opening a presentation Introduction to Powerpoint Create it You will make a short presentation to your class to let them know what to expect in your class this year. Adding some overheads to your presentation will keep their

More information

Getting Started with FamilySearch Family Tree

Getting Started with FamilySearch Family Tree Getting Started with FamilySearch Family Tree Welcome to the pilot launch of the FamilySearch Family Tree. As the eventual replacement of new.familysearch.org, Family Tree provides several significant

More information

Spotfire and Tableau Positioning. Summary

Spotfire and Tableau Positioning. Summary Licensed for distribution Summary So how do the products compare? In a nutshell Spotfire is the more sophisticated and better performing visual analytics platform, and this would be true of comparisons

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 Using Dreamweaver CS6 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer Learning Targets: Students will be introduced to industry recognized game development software Students will learn how to navigate within the software Students will learn the basics on how to use Construct

More information

Using AJAX to Easily Integrate Rich Media Elements

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

More information

ONLINE REGISTRATION: A STEP-BY-STEP GUIDE

ONLINE REGISTRATION: A STEP-BY-STEP GUIDE ONLINE REGISTRATION: A STEP-BY-STEP GUIDE We encourage all of our Walkers to register online at diabetes.org/stepout. It s quick. It s easy. And, you ll have the opportunity to take advantage of our online

More information

MyMedicalLocker Patient User Guide. Contents

MyMedicalLocker Patient User Guide. Contents MyMedicalLocker Patient User Guide MyMedicalLocker Patient User Guide will explain the steps necessary to connect to your practice through the Internet. This technology provides increased patient access

More information

File-Mate FormMagic.com File-Mate 1500 User Guide. User Guide

File-Mate FormMagic.com File-Mate 1500 User Guide. User Guide User Guide File-Mate 1500 FormMagic.com File-Mate 1500 User Guide User Guide User Guide - Version 7.5 Chapters Application Overview 1500 Form Printing Import and Export Install and Update Registration

More information

Embracing HTML5 CSS </> JS javascript AJAX. A Piece of the Document Viewing Puzzle

Embracing HTML5 CSS </> JS javascript AJAX. A Piece of the Document Viewing Puzzle Embracing HTML5 AJAX CSS JS javascript A Piece of the Document Viewing Puzzle Embracing HTML5: A Piece of the Document Viewing Puzzle For businesses and organizations across the globe, being able to

More information

Application of Skills: Microsoft PowerPoint 2013 Tutorial

Application of Skills: Microsoft PowerPoint 2013 Tutorial Application of Skills: Microsoft PowerPoint 2013 Tutorial Throughout this tutorial, you will progress through a series of steps to create a presentation about yourself. You will continue to add to this

More information

Google Docs Tipsheet. ABEL Summer Institute 2009

Google Docs Tipsheet. ABEL Summer Institute 2009 Google Docs Tipsheet ABEL Summer Institute 2009 Contents Logging in to Google Apps for CollaborativeSchools.net for the First Time... 2 Text Documents Creating a New Text Document in Google Docs... 5 Uploading

More information

Ecommerce UX Nielsen Norman Group. Lecture notes

Ecommerce UX Nielsen Norman Group. Lecture notes Ecommerce UX Nielsen Norman Group Lecture notes Table of Content 5 types of EC shoppers 3 Design Trends to Follow and 3 to Avoid http://www.nngroup.com/ 5 types of EC shoppers Product focused Browsers

More information

MEMOR.IO ONSCREEN SHORT MOVIE BY VADIM GORDT

MEMOR.IO ONSCREEN SHORT MOVIE BY VADIM GORDT MEMOR.IO ONSCREEN SHORT MOVIE BY VADIM GORDT Synopsis A girl is waiting for a skype call from her father at her 14 th birthday. When she was 10 he left home for a military operation and since that she

More information

Electronic Portfolios in the Classroom

Electronic Portfolios in the Classroom Electronic Portfolios in the Classroom What are portfolios? Electronic Portfolios are a creative means of organizing, summarizing, and sharing artifacts, information, and ideas about teaching and/or learning,

More information

VISION BASICS. Introduction (note materials updated for Vision 6.8.0)

VISION BASICS. Introduction (note materials updated for Vision 6.8.0) SAYRE AREA SCHOOL DISTRICT TECHNOLOGY TIPS VISION BASICS Introduction (note materials updated for Vision 6.8.0) Vision is a new software program for monitoring and controlling students computers in a lab

More information

ONLINE CLASSROOM

ONLINE CLASSROOM ONLINE CLASSROOM - 76 - The Online Classroom is available to all staff members. Online Classroom At anytime you can save your information and at the top right of your OLC page you will see Once a teacher

More information

Anatomy of a Window (Windows 7, Office 2010)

Anatomy of a Window (Windows 7, Office 2010) Anatomy of a Window (Windows 7, Office 2010) Each window is made up of bars, ribbons, and buttons. They can be confusing because many of them are not marked clearly and rely only on a small symbol to indicate

More information

Adding Pictures to Your Teacher Web Page

Adding Pictures to Your Teacher Web Page Your web page is divided into 3 columns. Originally, all teachers started with the same 2 Window areas and 4 basic components. Navigation buttons (Touts) are specific to different sections of the website.

More information

APPENDIX. Using Google Sites. After you read this appendix, you will be able to:

APPENDIX. Using Google Sites. After you read this appendix, you will be able to: APPENDIX B Using Google Sites Objectives After you read this appendix, you will be able to: 1. Create a New Site 2. Manage Your Sites 3. Collaborate on a Shared Site The following Hands-On Exercises will

More information

Le nouveau Morfik est arrivé (The new Morfik has arrived)

Le nouveau Morfik est arrivé (The new Morfik has arrived) Le nouveau Morfik est arrivé (The new Morfik has arrived) Michaël Van Canneyt April 7, 2008 Abstract Soon, it will be 2 years ago since the first review of Morfik in this magazine. When the current issue

More information

GedView User Guide. David A Knight. Website: [

GedView User Guide. David A Knight.  Website:  [ GedView 4.0.2 User Guide David A Knight Support:support@gedview.org [mailto:support@gedview.org] Website:www.gedview.org [http://www.gedview.org/] GedView 4.0.2: User Guide David A Knight Copyright 2017

More information

DIRECTV Message Board

DIRECTV Message Board DIRECTV Message Board DIRECTV Message Board is an exciting new product for commercial customers. It is being shown at DIRECTV Revolution 2012 for the first time, but the Solid Signal team were lucky enough

More information

Website Management with the CMS

Website Management with the CMS Website Management with the CMS In Class Step-by-Step Guidebook Updated 12/22/2010 Quick Reference Links CMS Login http://staging.montgomerycollege.edu/cmslogin.aspx Sample Department Site URLs (staging

More information

Section 1. System Technologies and Implications. Modules. Introduction to computers. File management. ICT in perspective. Extended software concepts

Section 1. System Technologies and Implications. Modules. Introduction to computers. File management. ICT in perspective. Extended software concepts Section 1 System Technologies and Implications Modules 1.1 Introduction to computers 1.2 Software 1.3 Hardware 1.4 File management 1.5 ICT in perspective 1.6 Extended software concepts 1.7 Extended hardware

More information

CSCI 3300 Assignment 3

CSCI 3300 Assignment 3 Austin Peay State University, Tennessee Spring 2014 CSCI 3300: Introduction to Web Development Dr. Leong Lee CSCI 3300 Assignment 3 When you see Richard Ricardo in the example screen captures, change it

More information

Creating Classroom Websites Using Contribute By Macromedia

Creating Classroom Websites Using Contribute By Macromedia Creating Classroom Websites Using Contribute By Macromedia Revised: 10/7/05 Creating Classroom Websites Page 1 of 22 Table of Contents Getting Started Creating a Connection to your Server Space.. Page

More information

BasicMouse BasicBoard & BasicBrowser Help

BasicMouse BasicBoard & BasicBrowser Help BasicMouse BasicBoard & BasicBrowser Help 1 General Run in background mode: when selected BasicMouse doesn t show the main screen but directly runs in stealth mode (in the systray) with the chosen configuration.

More information

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

Senior Project: Calendar

Senior Project: Calendar Senior Project: Calendar By Jason Chin June 2, 2017 Contents 1 Introduction 1 2 Vision and Scope 2 2.1 Business Requirements...................... 2 2.1.1 Background........................ 2 2.1.2 Business

More information

IN THE PORTAL GET ACCESS TO THE FOLLOWING

IN THE PORTAL GET ACCESS TO THE FOLLOWING IN THE PORTAL GET ACCESS TO THE FOLLOWING Class Schedule Attendance Class Assignments w/ Grades Report Card Email Teacher Table of Contents Page New User Registration for the Student or Parent Portal 2

More information

Everyone agrees that the World Wide Web is taking

Everyone agrees that the World Wide Web is taking Get into Ajax Everyone agrees that the World Wide Web is taking off. Everywhere you look, the talk is all about going online. Even cell phones are online these days. The online revolution is here, and

More information

User's Guide for Teachers

User's Guide for Teachers User's Guide for Teachers Release 1.2.2 Revision A 26.11.2004 StarOffice 4 Kids Release 1.2.2 User's Guide Table of Content 1 Introduction......5 2 StarOffice 4 Kids as a software learning environment......6

More information

Now that you have your phone, computer or tablet, and your and code.you re ready to get started!

Now that you have your phone, computer or tablet, and your  and code.you re ready to get started! RDS Parent Access How to Manual It s easy to track you child s progress in school. All you need is a smart phone or computer, and your child s grades, attendance and test scores are all at your fingertips.

More information

3d: Usability Testing Review

3d: Usability Testing Review Balance Ryan Parsons, Chad Price, Jia Reese, Alex Vassallo 3d: Usability Testing Review Usability Test #1 Our first usability testing participant, Mary, was an undergraduate student in Computer Science

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links Using Dreamweaver CC 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information

Prezi: Moving beyond Slides

Prezi: Moving beyond Slides [ Prezi: Moving beyond Slides ] by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore Table of Contents About the Workshop... i Workshop Objectives... i Session

More information

Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions

Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions Your Thesis Drive (T:\) Each student is allocated space on the Thesis drive. Any files on this drive are accessible from

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6 SCHULICH MEDICINE & DENTISTRY Website Updates August 30, 2012 Administrative Web Editor Guide v6 Table of Contents Chapter 1 Web Anatomy... 1 1.1 What You Need To Know First... 1 1.2 Anatomy of a Home

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Contents Getting Started 3 Backup & Sync 7 Using NeatCloud on the Web 9 Using NeatMobile 9 Using NeatVerify 10 Adding files to my NeatCloud 10 Searching my NeatCloud files and

More information

Defrosters: Cyndi Ai, Esther Chen, Ben Schiffler, Sean Yang Assignment 3d: Usability Testing Review May 17, Overview

Defrosters: Cyndi Ai, Esther Chen, Ben Schiffler, Sean Yang Assignment 3d: Usability Testing Review May 17, Overview Defrosters: Cyndi Ai, Esther Chen, Ben Schiffler, Sean Yang Assignment 3d: Usability Testing Review May 17, 2016 Overview Usability Test #1: Our first test participant was Andy, who is also taking this

More information

Client Side Scripting. The Bookshop

Client Side Scripting. The Bookshop Client Side Scripting The Bookshop Introduction This assignment is a part of three assignments related to the bookshop website. Currently design part (using HTML and CSS) and server side script (using

More information

Scoreboards. The two types of scoreboards are: There are two options associated with scoreboards:

Scoreboards. The two types of scoreboards are: There are two options associated with scoreboards: Scoreboards Using Match and Team Scoreboards with the STRONGVON Administration Software 1 Overview The full version of the STRONGVON Administration Software (TSW) provides you with different scoreboards

More information

Parent Portal User Guide

Parent Portal User Guide Parent Portal User Guide Table of Contents LOGIN TO THE PARENT PORTAL... 2 RETRIEVE LOST LOGIN DETAILS... 3 CHANGE YOUR PASSWORD... 5 CHANGE OR CONFIRM YOUR DETAILS & MEDICAL INFORMATION... 6 NAVIGATING

More information

Yearbook Edition Software

Yearbook Edition Software Yearbook Edition Software End User Guide Pixami, Inc. www.pixami.com Table of Contents 1 Introduction... 4 1.1 Configuration and Preparation... 4 1.2 Software System Requirements... 4 1.3 The Basic Steps...

More information

Ryan Parsons Chad Price Jia Reese Alex Vassallo

Ryan Parsons Chad Price Jia Reese Alex Vassallo Ryan Parsons - Paper Prototype, Writing Chad Price - Paper Prototype, Digital Mockup Jia Reese - Paper Prototype, Usability Testing Alex Vassallo - Usability Testing, Writing All we have to decide is what

More information

1 Introduction. 2 Web Architecture

1 Introduction. 2 Web Architecture 1 Introduction This document serves two purposes. The first section provides a high level overview of how the different pieces of technology in web applications relate to each other, and how they relate

More information

Technovation 2018 Hack Day

Technovation 2018 Hack Day Technovation 2018 Hack Day Hack Day Trainer: Ahmed Career pathway through Engineering B. Eng. in Software Engineering Lakehead University Project Management Office IBM (Automation, Legal Deliverables )

More information

Requirements Specification

Requirements Specification Requirements Specification Smart Scheduling Requested by: Dr. Robert Yoder Associate Professor of Computer Science Computer Science Department Head Siena College Tom Mottola Jason Czajkowski Brian Maxwell

More information

Family Map Server Specification

Family Map Server Specification Family Map Server Specification Acknowledgements The Family Map project was created by Jordan Wild. Thanks to Jordan for this significant contribution. Family Map Introduction Family Map is an application

More information

Product Manager Visualization Final Report

Product Manager Visualization Final Report Project Title: The Product Manager Dashboard Product Manager Visualization Final Report Students: Becca Stanger and Project Goals: To offer agile development Product Managers visualizations tools to monitor

More information

The Photo Gallery. Adding a Photo Gallery Page. Adding a Photo Gallery App

The Photo Gallery. Adding a Photo Gallery Page. Adding a Photo Gallery App Adding a Photo Gallery Page The Photo Gallery Above the Summary tab, in the list of Current Pages, click on the New Page button. Choose Photo Gallery from the Available Page Types. Give the page a name.

More information

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips Getting Started With Heritage Makers A Guide to the Heritage Studio 3.0 Drag and Drop Publishing System presented by Heritage Makers A new clients guide to: Activating a new Studio 3.0 Account Creating

More information

Maplewood ConnectEd Teacher s Manual For Secondary School

Maplewood ConnectEd Teacher s Manual For Secondary School Maplewood ConnectEd Teacher s Manual For Secondary School TABLE OF CONTENTS LOGGING IN 1 MAIN MENU 3 STUDENT RECORDS 4 ATTENDANCE AND SEATING PLAN 5 ENTERING ACHIEVEMENT (MARKS) 7 CLASS ACHIEVEMENT 8 INDIVIDUAL

More information

TxEIS System Requirements

TxEIS System Requirements The System Requirements document includes settings that are recommended in order to utilize the TxEIS system at its fullest potential on any personal computer, including screen resolution and Internet

More information

CPS Volume Purchase Program Signup

CPS Volume Purchase Program Signup CPS Volume Purchase Program Signup Margaret Murphy and Kathie Iorizzo This document is a walk through on how to setup the Volume Purchase Program for your school. mmmurphy1@cps.k12.il.us;; kmiorizzo@cps.k12.il.us

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

Getting Help...71 Getting help with ScreenSteps...72

Getting Help...71 Getting help with ScreenSteps...72 GETTING STARTED Table of Contents Onboarding Guides... 3 Evaluating ScreenSteps--Welcome... 4 Evaluating ScreenSteps--Part 1: Create 3 Manuals... 6 Evaluating ScreenSteps--Part 2: Customize Your Knowledge

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Perfecto Coffee Xpress Consistent Perfection Team 5 Chloe Good Yekaterina Glazko Edwards Hays Yucheng Hsieh Atreya Lahiri Jaimin Patel Yun Shen Andrew

More information

Adobe Spark. Schools and Educators. A Guide for. spark.adobe.com

Adobe Spark. Schools and Educators. A Guide for. spark.adobe.com Adobe Spark A Guide for Schools and Educators spark.adobe.com CONTENTS 1: What Is Adobe Spark?... 3 2: How Much Does Adobe Spark Cost?... 4 3: Is Adobe Spark A Web Application Or An App?... 4 4: Three

More information

Joomla! Advanced Content Editing January 11, 2018

Joomla! Advanced Content Editing January 11, 2018 Joomla! Advanced Content Editing January 11, 2018 Instructor for this Workshop Web Development School of Arts and Sciences TABLE OF CONTENTS Welcome... 3 What is Joomla?... 3 Joomla Administrator Overview

More information

Planning and designing a web presence (Part 1) MGMT 230 Week 3

Planning and designing a web presence (Part 1) MGMT 230 Week 3 Planning and designing a web presence (Part 1) MGMT 230 Week 3 After today s class you will understand.. The main steps in the website planning and development process How to identify goals for a particular

More information

Log In or Create an Account

Log In or Create an Account Welcome to AFC Events Registration! Before beginning the registration process for an AFC Event, you should log in or create an account at store.afc.org. Log In or Create an Account When looking at the

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2013 END USER

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2013 END USER SHAREPOINT 2013 END USER SharePoint 2013 End User (SHP2013.1 version 1.2.1) Copyright Information Copyright 2014 Webucator. All rights reserved. The Authors Bruce Gordon Bruce Gordon has been a Microsoft

More information

Practical Introduction to SharePoint 2007

Practical Introduction to SharePoint 2007 Page 1 of 6 Practical Introduction to SharePoint 2007 (By Sven Homan, Dinamika Services Inc., June 15, 2008) WHAT ON EARTH IS THAT SHAREPOINT? SharePoint coins its name from words share and point, which

More information

Dreamweaver Tutorial #2

Dreamweaver Tutorial #2 Dreamweaver Tutorial #2 My web page II In this tutorial you will learn: how to use more advanced features for your web pages in Dreamweaver what Cascading Style Sheets (CSS) are and how to use these in

More information

Contact: Systems Alliance, Inc. Executive Plaza III McCormick Road, Suite 1203 Hunt Valley, Maryland Phone: / 877.

Contact: Systems Alliance, Inc. Executive Plaza III McCormick Road, Suite 1203 Hunt Valley, Maryland Phone: / 877. Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031 Phone: 410.584.0595 / 877.SYSALLI Fax: 410.584.0594 http://www.systemsalliance.com http://www.siteexecutive.com

More information

LESSON PLAN FOR INFORMATION & COMMUNICATION TECHNOLOGY (ICT) PRATOMSUKSA 2

LESSON PLAN FOR INFORMATION & COMMUNICATION TECHNOLOGY (ICT) PRATOMSUKSA 2 LESSON PLAN FOR INFORMATION & COMMUNICATION TECHNOLOGY (ICT) PRATOMSUKSA 2 CHAPTER SUBCHAPTER WEEK LEARNING OBJECTIVES POSSIBLE TEACHING ACTIVITIES POSSIBLE LEARNER ACTIVITIES LEARNING OUTCOMES KEY VOCABULARY

More information

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Overview

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Overview Overview The Spry Menu Bar allows you to add very user-friendly dynamic menus that allow for great organization to your website navigation. It builds a hierarchy of links to the inner pages of your site.

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

ClientTouch User Guide (Abridged)

ClientTouch User Guide (Abridged) ClientTouch User Guide (Abridged) For ClientTouch Version 3.2 This abridged edition of the ClientTouch User Guide contains all of the instruction steps of the full User Guide. It does not contain the tutorial

More information

C++: C++ And Hacking For Dummies. A Smart Way To Learn C Plus Plus And Beginners Guide To Computer Hacking (C Programming, HTML, Javascript,

C++: C++ And Hacking For Dummies. A Smart Way To Learn C Plus Plus And Beginners Guide To Computer Hacking (C Programming, HTML, Javascript, C++: C++ And Hacking For Dummies. A Smart Way To Learn C Plus Plus And Beginners Guide To Computer Hacking (C Programming, HTML, Javascript, Programming, Coding, CSS, Java, PHP) (Volume 10) Epub Gratuit

More information

Text Only Version of Lessons

Text Only Version of Lessons Text Only Version of Lessons Introduction to Lessons Did you realize that creating web page is not much harder than creating word documents? Contrary to what you may believe, you do not need to know HTML,

More information

Exhibit Builder Instructions

Exhibit Builder Instructions Exhibit Builder Instructions 1. Introduction A. A Note about Pre-planning Your Exhibits B. User Accounts 2. Creating a New Exhibit Page A. Edit Mode B. Avoiding the Back Button C. Offline Student Exhibit

More information

With Dreamweaver CS4, Adobe has radically

With Dreamweaver CS4, Adobe has radically Introduction to the Dreamweaver Interface With Dreamweaver CS4, Adobe has radically reengineered the Dreamweaver interface to provide a more unified experience across all of the Creative Suite applications.

More information

The New York Society Library Presents:

The New York Society Library Presents: The New York Society Library Presents: Introduction to Computers Ingrid Richter, Head of Systems systems@nysoclib.org Index HARDWARE: DESKTOP vs. LAPTOP.. Page 03 MAC vs. PC Page 03 HARDWARE Page 04 KEYBOARD

More information

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool.

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool. THE BROWSE TOOL Us it to go through the stack and click on buttons THE BUTTON TOOL Use this tool to select buttons to edit.. RECTANGLE TOOL This tool lets you capture a rectangular area to copy, cut, move,

More information

Virtual Platform Checklist for WebEx Training Center

Virtual Platform Checklist for WebEx Training Center Virtual Platform Checklist for WebEx Training Center WebEx Training Center is a powerful online meeting tool used to create engaging virtual training. To create an effective learning experience, become

More information

Student Success Guide

Student Success Guide Student Success Guide Contents Like a web page, links in this document can be clicked and they will take you to where you want to go. Using a Mouse 6 The Left Button 6 The Right Button 7 The Scroll Wheel

More information

ONLINE FUND RAISING: A STEP-BY-STEP GUIDE

ONLINE FUND RAISING: A STEP-BY-STEP GUIDE ONLINE FUND RAISING: A STEP-BY-STEP GUIDE All registered riders are encouraged to take advantage of Tour s user-friendly online tools to help meet their fundraising goals. You don t need to be a computer

More information

addition + =5+C2 adds 5 to the value in cell C2 multiplication * =F6*0.12 multiplies the value in cell F6 by 0.12

addition + =5+C2 adds 5 to the value in cell C2 multiplication * =F6*0.12 multiplies the value in cell F6 by 0.12 BIOL 001 Excel Quick Reference Guide (Office 2010) For your lab report and some of your assignments, you will need to use Excel to analyze your data and/or generate graphs. This guide highlights specific

More information

Web Architecture Review Sheet

Web Architecture Review Sheet Erik Wilde (School of Information, UC Berkeley) INFO 190-02 (CCN 42509) Spring 2009 May 11, 2009 Available at http://dret.net/lectures/web-spring09/ Contents 1 Introduction 2 1.1 Setup.................................................

More information

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 De La Salle University Information Technology Center Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 WEB DESIGNER / ADMINISTRATOR User s Guide 2 Table Of Contents I. What is Microsoft

More information

Final Project Report. Sharon O Boyle. George Mason University. ENGH 375, Section 001. May 12, 2014

Final Project Report. Sharon O Boyle. George Mason University. ENGH 375, Section 001. May 12, 2014 Final Project Report Sharon O Boyle George Mason University ENGH 375, Section 001 May 12, 2014 ENGH 375, Web Authoring, is a course that teaches the fundamentals of good website design. The class textbooks,

More information