Analysis. Identification of the problem

Size: px
Start display at page:

Download "Analysis. Identification of the problem"

Transcription

1 Analysis Identification of the problem With the rise of the information age churches all over the world have begun to embrace multimedia as a way to communicate their beliefs in a way which appeals to the techno generation. A church has approached me and asked me to program a solution for them which will interact with a projector and project bible verses, song lyrics and Powerpoint presentations onto a screen, while maintaining a completely controllable environment for the projector operator. In the past this has been achieved by means of an OHP, then Microsoft Powerpoint, which did not provide all the facilities they needed, and then another piece of software which, while providing a little more functionality than Powerpoint, did not completely meet their needs. They have decided that the best way to go will be a custom built solution, specifically suited to their needs. Identification of the prospective users The multimedia co-ordinator has approached me and asked me to provide this solution. The solution would be used by the co-ordinator himself, he is competent with computers, and also by a number of other members of the church, some of whom are only familiar with using a computer for browsing the internet and other basic applications. He has expressed the desire that the software should be easy enough to use that, with the help of a help function, a new user, who has only a small amount of computer knowledge, should be able to use it. Identification of user needs and acceptable limitations In order to identify the needs of the user, I have observed the projector operators at work in Sunday services, and also have interviewed the multimedia co-ordinator. A full transcript of the interview is printed in Appendix A, but the conclusions drawn from the interview, along with the conclusions from observing and talking to the projector operators, are outlined below: Summary of feedback from projector operators: Worship leaders at the church are often spontaneous in worship. Song lyrics cannot be searched for on the current software, so when a leader spontaneously starts a song it often takes a while to find what song he is singing. At the moment it is imperative that the projector operator can identify a song title from the opening few words, we do not want this to be the case. A search function would improve this situation. The current software only allows for slides and lyrics. If we want to use a Bible verse we have to manually enter it as a slide. We would like the whole Bible available in order to put verses up on demand. At the moment we have to have Powerpoint and our other software open at the same time to use Powerpoint presentations. It would be nice if we could have software which integrated both of these functions. Also the way a Powerpoint presentation is controlled from within Powerpoint is flaky, we would prefer an interface in the software where advancing to a slide, or jumping to a certain slide, was a matter of clicking a button. The current software forces us to find a list of marked songs inside a list of all the songs we have on our software. So if, for example, we had 400 songs on our software, and the worship leader went into the next song, we would have to scroll through 400 songs to find the one marked for playing next. A software where songs for a service are in a separate list would be ideal. Page 1

2 The current software is fairly intuitive, in that the layout is pretty easily learned by a new user. It only took the projector operators I was with around an hour or so to figure it out to a competent level. Summary of feedback from multimedia co-ordinator: The current software runs as a multi-monitor system from one computer. Each monitor displays a different image. The people who have been using the current software are certainly not what would be described as computer experts. Finding songs is simply unfeasible if one doesn t know the title of the song. Also some songs are known by multiple names ie. Their first line, their chorus first line, their title. The current software doesn t allow for urgent alerts to be quickly and easily displayed on the screen. For example Could the owner of car with registration number Y58 YDA, please move their car before it gets towed The current software doesn t have any bible integration at all. It would be extremely useful to call up any bible verse on demand. The current software doesn t allow any video integration. It would be fairly useful, but not essential, for the solution to be able to integrate video from some source, either a file, video camera, or DVD, and display that, merged with text, on the screen. The current software doesn t allow us to save set lists of songs. The current software doesn t allow us to change songs while they are up on screen. This would be an extremely useful feature. The current software doesn t allow us to have transitions between slides. Although this is not required it is a very nice feature. From talking to the multimedia co-ordinator I got the feeling that he was fairly dissatisfied with the current software and was looking to me to get an extremely well working system up and running. Appraisal of the feasibility of potential solutions In solving this problem, there are three main paths which could be pursued. Firstly a manual system could be put in place, secondly an off-the-shelf package could be used, or finally bespoke software could be put in place. As outlined above, the first two methods have been tried by the church already. The first, feeding transparencies onto an overhead projector, was a good solution in that it was extremely easy to use. However searching for songs was an even more arduous process than the second solution. The second solution, using an off-the-shelf package, called Lyrics, worked successfully compared to the manual solution. However, the projector operators soon got fed up with the inability of the program to do what they saw as simple functions such as searching. Generally there is not a lot of off-the-shelf software for this kind of application. What there is costs a great deal more than the church can afford. The final solution, bespoke software, has never been considered at the church until now. The main advantages of employing this would be a complete system completely tailored to their needs. However, in the commissioning of bespoke systems there is often a hefty price tag. This will not be an issue in this case, as the time for programming the software is being donated to the church. Page 2

3 Justification of chosen solution The solution to be employed will be a piece of bespoke software. This seems to be the best in the case of the church as described above. The main reason to choose this solution is because at the moment there isn t a system which totally fits the system that the church requires. As this is the case, and the needs of the church are different to a standard system, bespoke software would be the best way to go. The only downside, as stated above, to bespoke software is the cost involved. However, as the time is being donated to the church this becomes not an issue. Data source(s) and destination(s) The main bulk of the data will be stored in a database of some kind. This will be accessed by a Delphi front end. The main outputs from the system will not be of a printed kind. The program will be able to print out service programs but these are not the main outputs. The main outputs from the system will appear on the projected image. The database will be the main source of information; it will contain the following relations: Authors (AuthorID, AuthorName, CopyrightLabel); Songs (SongID, SongTitle, Lyrics, AuthorID, AlternateTitle1, AlternateTitle2); BiblesInstalled (Translation); BibleBooks (BookID, BookName); BIbleVerses (BookID,Chapter,Verse,Translation,Text); Diagrams to express the system The following DFD expresses the basic objective of each system. They each need to produce output, decided by the projector operator, to the projector screen. Page 3

4 The hardware of each system works in the way illustrated by the following diagram. Page 4

5 The original system, however, did not have all of the features the church required. Its level 1 DFD is displayed below. Graphics Settings Graphics settings telling how to format Operator song to display Formatted song/slide Information for song/slide File Song/slide is stored Inputs song/slide info to add Add Info is passed to add song/slide song/slide to edit Edit Page 5

6 The new system will have a lot more features, according to the objectives, than the original system, as is illustrated below. Bible File Bible verses Process current display and notice together Powerpoint File Powerpoint info DVD/Video File/Capture Source Video frames Bible Verse List Pick verse To be ed Processed image Use OLE to run Powerpoint presentation Process Digital Video, either with or without text Request Bible module Send notice Processed video frames For screen Request Powerpoint Presentation Request DVD/Video Operator song to display To screen Formatted song/slide/verse or notice Information for song Song File Information for song Inputs song info to add Add Song Info is passed to add song song to edit Edit Song Page 6

7 The tables in the database will relate as follows: Songs Database Bible Database Authors PK AuthorID AuthorName CopyrightLabel Text PK Chapter PK Verse PK Text PK Book Songs PK SongID SongTitle Lyrics FK1 AuthorID Note: there can be many of both databases, although only multiple bible databases will be loaded simultaneously. Objectives of the project The solution s main objectives have now been decided and are underlined below: 1. The solution should run on an IBM compatible PC. 2. The solution should support multiple monitors. 3. The solution should be able to search through song lyrics, for a word or phrase, in a reasonable amount of time (<5s). 4. The solution should be able to display verses from the bible on demand. 5. The solution should be able to display video files and/or DVDs onto the screen and, if possible, merge these with custom text. 6. The solution should support all common Powerpoint functions without the user having to directly interact with Powerpoint. 7. The solution should allow notices to be displayed on the screen during a song. 8. The solution should group songs selected for a particular day separately to the complete set of songs. 9. The solution should allow set lists to be saved. 10. The solution should allow song words to be changed while they are displayed on screen and then updated. 11. If possible, the solution should allow for transitional effects between slides. Page 7

Design. Overall system design

Design. Overall system design Design Overall system design This system is going to be deployed on x86 hardware, for the Windows platform. This is most suitable as Windows is the platform of choice for almost all churches around the

More information

PowerPoint Lessons for Pastors By: Anthony D. Coppedge, CTS for Oxygen Ministries

PowerPoint Lessons for Pastors By: Anthony D. Coppedge, CTS for Oxygen Ministries PowerPoint Lessons for Pastors By: Anthony D. Coppedge, CTS for Oxygen Ministries According to the surveys I ve read and those that I have conducted myself, over 80% of churches use Microsoft s PowerPoint

More information

Getting Started with SundayWorship

Getting Started with SundayWorship Contents Contents... 1 1 Introduction... 3 2 Starting SundayWorship... 5 3 The Schedule Manager... 6 3.1 Saving a schedule... 6 3.2 Opening a saved schedule... 6 3.3 Creating a new schedule... 6 3.4 Managing

More information

Blackfin Online Learning & Development

Blackfin Online Learning & Development Presentation Title: Multimedia Starter Kit Presenter Name: George Stephan Chapter 1: Introduction Sub-chapter 1a: Overview Chapter 2: Blackfin Starter Kits Sub-chapter 2a: What is a Starter Kit? Sub-chapter

More information

Chapter 16: CCLI integration

Chapter 16: CCLI integration Chapter 16: CCLI integration Introduction Church music, unless it is more than 70 years old or so and is now in the public domain, is generally not free, and even songs older than that can still have copyright

More information

Creative Lifestyles 2805 Harmony Lane, Milford, MI

Creative Lifestyles 2805 Harmony Lane, Milford, MI www.creativelifestyles.com www.presentationmgr.com Creative Lifestyles 2805 Harmony Lane, Milford, MI 48380 support@creativelifestyles.com Installation 1. Insert the Presentation Manager Program Disc into

More information

Comprehensive Guide to Using Effectively JW Library

Comprehensive Guide to Using Effectively JW Library Comprehensive Guide to Using Effectively JW Library 1 This is a Multi-Page Document showing the many Features of the JW Library App for Windows 10. It also documents many of the settings and a How To for

More information

AUTORESPONDER CAMPAIGNS FOR FIRST-TIME GUESTS. By Chuck Scoggins

AUTORESPONDER CAMPAIGNS FOR FIRST-TIME GUESTS. By Chuck Scoggins AUTORESPONDER CAMPAIGNS FOR FIRST-TIME GUESTS By Chuck Scoggins autoresponder campaigns for first-time guests Those of us who work in churches have a responsibility to leverage the tools available to us

More information

CS Human 2.0 Studio Lo-fi Prototyping & Pilot Usability Test

CS Human 2.0 Studio Lo-fi Prototyping & Pilot Usability Test CS 147 - Human 2.0 Studio Lo-fi Prototyping & Pilot Usability Test Jack G., Amin O., Esteban R. Introduction: Value Proposition: seamless shopping recommendations. Mission Statement: We strive to make

More information

This presentation will show you how to create a page in a group eportfolio.

This presentation will show you how to create a page in a group eportfolio. This presentation will show you how to create a page in a group eportfolio. 1 If you are using your eportfolio for presenting group work, you will need to create a group eportfolio page, which all the

More information

Using PowerPoint - 1

Using PowerPoint - 1 Using PowerPoint - 1 Introduction to the course. Before we start, we need to know what power point is. I m sure most of you know about ppt, but for those of you who may be new to this: [1a-c] When you

More information

Chapter 13: Bible integration

Chapter 13: Bible integration Chapter 13: Bible integration CMO can store Bible references for songs and meetings, but there is a lot more to CMO abilities when it comes to Bible integration. In this chapter we've going to look at

More information

VIDEO 1: WHY IS THE USER EXPERIENCE CRITICAL TO CONTEXTUAL MARKETING?

VIDEO 1: WHY IS THE USER EXPERIENCE CRITICAL TO CONTEXTUAL MARKETING? VIDEO 1: WHY IS THE USER EXPERIENCE CRITICAL TO CONTEXTUAL MARKETING? Hello again! I m Angela with HubSpot Academy. In this class, you re going to learn about the user experience. Why is the user experience

More information

imac/propresenter Tech Instructions Display Settings Use as Separate Display Open Displays Preferences Online/projector view has half a screen each:

imac/propresenter Tech Instructions Display Settings Use as Separate Display Open Displays Preferences Online/projector view has half a screen each: imac/propresenter Tech Instructions Display Settings Display should be set to Use as Separate Display. If there is a problem with the resolution on or the projector. Go to Open Displays Preferences When

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Open Source Microstock Agency How Stock Photo Agency YayMicro.com was created using only open source technology

Open Source Microstock Agency How Stock Photo Agency YayMicro.com was created using only open source technology Open Source Microstock Agency How Stock Photo Agency YayMicro.com was created using only open source technology by Bjorn Sjogren, CTO at YayMicro. Oslo September 2010 BEGINNING Two years ago, three entrepreneurs

More information

Quick Reference Design Guide

Quick Reference Design Guide Presentation is everything. At one time or another, you have probably heard the phrase a book is judged by its cover. That s still true and probably even more so today because we live in a very distracted,

More information

Usability Test Report: Bento results interface 1

Usability Test Report: Bento results interface 1 Usability Test Report: Bento results interface 1 Summary Emily Daly and Ian Sloat conducted usability testing on the functionality of the Bento results interface. The test was conducted at the temporary

More information

This video is part of the Microsoft Virtual Academy.

This video is part of the Microsoft Virtual Academy. This video is part of the Microsoft Virtual Academy. 1 In this session we re going to talk about building for the private cloud using the Microsoft deployment toolkit 2012, my name s Mike Niehaus, I m

More information

5.5 Completing the Square for the Vertex

5.5 Completing the Square for the Vertex 5.5 Completing the Square for the Vertex Having the zeros is great, but the other key piece of a quadratic function is the vertex. We can find the vertex in a couple of ways, but one method we ll explore

More information

Enter the site Title: Student Name s eportfolio Choose your Website Domain: Use a Subdomain of Weebly.com

Enter the site Title: Student Name s eportfolio Choose your Website Domain: Use a Subdomain of Weebly.com Weebly Tutorial Tutorial #1: Signing Up: Welcome to this tutorial. I m going to show you how to sign up for an account with Weebly so you can start building your eportfolio. Go to www.weebly.com. You can

More information

Interactive PDFs Start

Interactive PDFs Start Interactive PDFs Introduction Generally, we use the term interactive PDF when we re talking about a PDF file that is meant to be viewed on screen. The interactive PDF features are the parts of a PDF that

More information

CIO 24/7 Podcast: Tapping into Accenture s rich content with a new search capability

CIO 24/7 Podcast: Tapping into Accenture s rich content with a new search capability CIO 24/7 Podcast: Tapping into Accenture s rich content with a new search capability CIO 24/7 Podcast: Tapping into Accenture s rich content with a new search capability Featuring Accenture managing directors

More information

Making a PowerPoint Accessible

Making a PowerPoint Accessible Making a PowerPoint Accessible Purpose The purpose of this document is to help you to create an accessible PowerPoint, or to take a nonaccessible PowerPoint and make it accessible. You are probably reading

More information

EASYWORSHIP MANUAL. Our Support Team wants to make sure you get the help you need! Online: EasyWorship.com/Support.

EASYWORSHIP MANUAL. Our Support Team wants to make sure you get the help you need! Online: EasyWorship.com/Support. EASYWORSHIP MANUAL Our Support Team wants to make sure you get the help you need! Online: EasyWorship.com/Support Email: support@easyworship.com - 1 - EasyWorship 6 Manual: Getting Familiar With The New

More information

CS Equalizing Society - Assignment 8. Interactive Hi-fi Prototype

CS Equalizing Society - Assignment 8. Interactive Hi-fi Prototype CS 147 - Equalizing Society - Assignment 8 Interactive Hi-fi Prototype Crystal Escolero - Design and Product Management Jessica Guo - Development and User Testing Trevor Rex - Development and User Testing

More information

Tutor Handbook for WebCT

Tutor Handbook for WebCT Tutor Handbook for WebCT Contents Introduction...4 Getting started...5 Getting a course set up...5 Logging onto WebCT...5 The Homepage...6 Formatting and designing the Homepage...8 Changing text on the

More information

Microsoft PowerPoint Presentations

Microsoft PowerPoint Presentations Microsoft PowerPoint Presentations In this exercise, you will create a presentation about yourself. You will show your presentation to the class. As you type your information, think about what you will

More information

PPT. 3. Advanced Presentation: Digital story telling

PPT. 3. Advanced Presentation: Digital story telling PPT 3. Advanced Presentation: Digital story telling Aim: In this lesson, you will learn: How to create a digital story using presentation application. Tejas and Jyoti are asked to make presentations on

More information

Monitoring Tool Made to Measure for SharePoint Admins. By Stacy Simpkins

Monitoring Tool Made to Measure for SharePoint Admins. By Stacy Simpkins Monitoring Tool Made to Measure for SharePoint Admins By Stacy Simpkins Contents About the Author... 3 Introduction... 4 Who s it for and what all can it do?... 4 SysKit Insights Features... 6 Drillable

More information

For Volunteers An Elvanto Guide

For Volunteers An Elvanto Guide For Volunteers An Elvanto Guide www.elvanto.com Volunteers are what keep churches running! This guide is for volunteers who use Elvanto. If you re in charge of volunteers, why not check out our Volunteer

More information

file://c:\documents and Settings\Mo\Local Settings\Temp\~hhCDC0.htm

file://c:\documents and Settings\Mo\Local Settings\Temp\~hhCDC0.htm Page 1 of 5 Additional Information 1. EasiSlides Windows Working Folder Setup 2. Move EasiSlides Working Folder 3. Manually Clear EasiSlides Registry Settings 4. Uninstalling EasiSlides Completely 5. Glossary

More information

Quick Start. Creating the FLV File

Quick Start. Creating the FLV File CHAPTER 1 Quick Start Certainly one of the most common tasks when publishing Flash video content is repurposing existing footage for online usage. While you can produce optimal quality by shooting exclusively

More information

The Pluralistic Usability Walk-Through Method S. Riihiaho Helsinki University of Technology P.O. Box 5400, FIN HUT

The Pluralistic Usability Walk-Through Method S. Riihiaho Helsinki University of Technology P.O. Box 5400, FIN HUT The Pluralistic Usability Walk-Through Method S. Riihiaho Helsinki University of Technology P.O. Box 5400, FIN-02015 HUT sirpa.riihiaho@hut.fi Abstract Pluralistic usability walkthrough is a usability

More information

Head-to-head: Which will win for your business?

Head-to-head: Which will win for your business? Head-to-head: Which will win For small, agile businesses that need to store and secure important data, the cloud is the ideal solution. It helps you keep everybody s documents in the same place, avoid

More information

Microsoft SharePoint 2010

Microsoft SharePoint 2010 BrainStorm Quick Start Card for Microsoft SharePoint 2010 Getting Started Microsoft SharePoint 2010 brings together your organization s people, documents, information, and ideas in a customizable space

More information

If Statements, For Loops, Functions

If Statements, For Loops, Functions Fundamentals of Programming If Statements, For Loops, Functions Table of Contents Hello World Types of Variables Integers and Floats String Boolean Relational Operators Lists Conditionals If and Else Statements

More information

Initial Thoughts III-2 III-2 III-2 III-2 III-2 III-2

Initial Thoughts III-2 III-2 III-2 III-2 III-2 III-2 RJ2EE.III-2 (215-230) 12/5/02 10:22 AM Page 215 III-2 III-2 III-2 III-2 III-2 III-2 Initial Thoughts Now that Bongo had the green light to continue work with the Joe-to-Go (JTG) project, there was an enormous

More information

Snowflake Numbers. A look at the Collatz Conjecture in a recreational manner. By Sir Charles W. Shults III

Snowflake Numbers. A look at the Collatz Conjecture in a recreational manner. By Sir Charles W. Shults III Snowflake Numbers A look at the Collatz Conjecture in a recreational manner By Sir Charles W. Shults III For many people, mathematics is something dry and of little interest. I ran across the mention of

More information

Magic Lens A visualization of

Magic Lens A visualization of Magic Lens A visualization of www.metadesign.com Jeffrey Nichols Graduate Design Studio Autumn 2001 Table of Contents Introduction The Web Site Linear Thoughts The Magic Lens The Lens Effect Not A Web

More information

Course website:

Course website: Course website: http://gvv.mpi-inf.mpg.de/teaching/uccv_course_2015/ 1 2 Storytelling is essential for communicating ideas. When they are well told, stories help us make sense of information, appreciate

More information

EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP

EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP! 1 of! 26 HOW TO GET STARTED WITH MAILCHIMP Want to play a fun game? Every time you hear the phrase email list take a drink. You ll be passed out in no time.

More information

Electronic Gateway Functional Team Website Usability Working Group Usability Test September 2005

Electronic Gateway Functional Team Website Usability Working Group Usability Test September 2005 Electronic Gateway Functional Team Website Usability Working Group Usability Test September 2005 Queen s University Library website http://library.queensu.ca/ SUMMARY There were 11 testers, drawn from

More information

Introduction. A Brief Description of Our Journey

Introduction. A Brief Description of Our Journey Introduction If you still write RPG code as you did 20 years ago, or if you have ILE RPG on your resume but don t actually use or understand it, this book is for you. It will help you transition from the

More information

Adobe Illustrator CS3 Classroom In A Book (Book & CD-ROM) Ebooks Free

Adobe Illustrator CS3 Classroom In A Book (Book & CD-ROM) Ebooks Free Adobe Illustrator CS3 Classroom In A Book (Book & CD-ROM) Ebooks Free This thorough guide to Adobe Illustrator CS3 is ideal for beginning users who want to master the key features of Adobe's powerful

More information

Custom Fields in QuickBooks

Custom Fields in QuickBooks Custom Fields in QuickBooks November 20, 2013 By Charlie Russell 41 Replies Every business has some sort of unique information that is important to its operation. While QuickBooks Desktop provides the

More information

Robert Ragan s TOP 3

Robert Ragan s TOP 3 Robert Ragan s TOP 3 Internet Genealogy Research POWER TECHNIQUES that Have Stunned Audiences POWER TECHNIQUES TWO: Robert s Unique "Gather, Store and Quick Find Method." You'll have to see it to believe

More information

Audio is in normal text below. Timestamps are in bold to assist in finding specific topics.

Audio is in normal text below. Timestamps are in bold to assist in finding specific topics. Transcript of: Overview of Data Entry Video production date: April 2, 2012 Video length: 16:05 REDCap version featured: 4.7.1 (standard branch) Author: Veida Elliott, Vanderbilt University Medical Center,

More information

RECORD. Published : License : None

RECORD. Published : License : None RECORD Published : 2011-03-12 License : None 1 Record Activity 1. Introduction 2. Starting Record 3. Somebody Should Set The Title For This Chapter! 4. Overview of Record 5. Audio 6. Taking Photos 7. Video

More information

Instructor Manual Contents

Instructor Manual Contents Instructor Manual Contents Welcome to egrade Plus...1 The Roles Within egrade Plus...1 Master Course Instructor...1 Class Section Instructor...2 Navigating egrade Plus...2 Using the Universal Navigation

More information

Exsys RuleBook Selector Tutorial. Copyright 2004 EXSYS Inc. All right reserved. Printed in the United States of America.

Exsys RuleBook Selector Tutorial. Copyright 2004 EXSYS Inc. All right reserved. Printed in the United States of America. Exsys RuleBook Selector Tutorial Copyright 2004 EXSYS Inc. All right reserved. Printed in the United States of America. This documentation, as well as the software described in it, is furnished under license

More information

Heuristic Evaluation of Mango

Heuristic Evaluation of Mango Heuristic Evaluation of Mango 1. Problem Mango is an application that makes it easier to plan group travel and collaborate on group itineraries by providing an interface to invite friends to a group trip,

More information

Usability test report: Digital Collections 1

Usability test report: Digital Collections 1 Usability test report: Digital Collections 1 Recommendations to consider 1. Put button to request item for on-site use in the Item Info section or the right sidebar. 2. Reword Start Over to clarify that

More information

Programming in C++ Prof. Partha Pratim Das Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

Programming in C++ Prof. Partha Pratim Das Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Programming in C++ Prof. Partha Pratim Das Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture - 43 Dynamic Binding (Polymorphism): Part III Welcome to Module

More information

Creating Specific Views and Match Lines

Creating Specific Views and Match Lines Creating Specific Views and Match Lines As you can see, the Autodesk Revit Architecture platform is all about the views. In fact, by using Revit, not only are you replacing the application you use for

More information

Using Lightroom. Lightroom is broken down into seven (7) modules: Library Develop Map Book Slideshow Print Web

Using Lightroom. Lightroom is broken down into seven (7) modules: Library Develop Map Book Slideshow Print Web I highly recommend buying Scott Kelby s book the Adobe Photoshop Lightroom CC book for digital photographers. It covers step by step procedures on how to use Lightroom CC. I also recommend Fast Stone Image

More information

ProPresenter #1: General Pro Setup Pt 1

ProPresenter #1: General Pro Setup Pt 1 ProPresenter #1: General Pro Setup Pt 1 As time goes on, the service plan may change on Planning Center as we fine tune how we do ministry. The purpose of this guide is to train you in the different aspects

More information

Selecting Your Wordpress Theme

Selecting Your Wordpress Theme Selecting Your Wordpress Theme Wordpress uses templates, otherwise known as Themes to define the look, feel, and functionality of a blog. The Theme you choose is not only the face you present to the world

More information

0417 INFORMATION AND COMMUNICATION TECHNOLOGY

0417 INFORMATION AND COMMUNICATION TECHNOLOGY UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education www.xtremepapers.com MARK SCHEME for the May/June 2012 question paper for the guidance of teachers

More information

Blackboard Basics. Please see handout for information on how to get to the CUNY Portal and log in to Blackboard.

Blackboard Basics. Please see handout for information on how to get to the CUNY Portal and log in to Blackboard. Blackboard is a course management platform that allows instructors to interact with students and put their classes on the Internet without having to be experts in HTML or web development. Using Blackboard

More information

South University Digital Bookshelf Tutorial

South University Digital Bookshelf Tutorial INTRODUCTION Given that we are in an age of digital information, it is imperative that students learn how to use technology and multimedia resources effectively. We have integrated digital assets as an

More information

Week - 01 Lecture - 04 Downloading and installing Python

Week - 01 Lecture - 04 Downloading and installing Python Programming, Data Structures and Algorithms in Python Prof. Madhavan Mukund Department of Computer Science and Engineering Indian Institute of Technology, Madras Week - 01 Lecture - 04 Downloading and

More information

Amyyon customers can t wait to get their hands on it s new application, developed in Uniface.

Amyyon customers can t wait to get their hands on it s new application, developed in Uniface. customers can t wait to get their hands on it s new application, developed in Uniface. 1 CUSTOMER SECTOR Information Technology COUNTRY Netherlands CHALLENGE Migrate the rich functionality of a client/server

More information

Introduction to Access 97/2000

Introduction to Access 97/2000 Introduction to Access 97/2000 PowerPoint Presentation Notes Slide 1 Introduction to Databases (Title Slide) Slide 2 Workshop Ground Rules Slide 3 Objectives Here are our objectives for the day. By the

More information

Hello, and welcome to another episode of. Getting the Most Out of IBM U2. This is Kenny Brunel, and

Hello, and welcome to another episode of. Getting the Most Out of IBM U2. This is Kenny Brunel, and Hello, and welcome to another episode of Getting the Most Out of IBM U2. This is Kenny Brunel, and I'm your host for today's episode which introduces wintegrate version 6.1. First of all, I've got a guest

More information

Google Analytics 101

Google Analytics 101 Copyright GetABusinessMobileApp.com All rights reserved worldwide. YOUR RIGHTS: This book is restricted to your personal use only. It does not come with any other rights. LEGAL DISCLAIMER: This book is

More information

Getting started with social media and comping

Getting started with social media and comping Getting started with social media and comping Promotors are taking a leap further into the digital age, and we are finding that more and more competitions are migrating to Facebook and Twitter. If you

More information

Dr. Jeff Ritchie Chair of Digital Communications Department at Lebanon Valley College 101 North College Ave. Annville, PA 17003

Dr. Jeff Ritchie Chair of Digital Communications Department at Lebanon Valley College 101 North College Ave. Annville, PA 17003 Van Vechten 1 Dr. Jeff Ritchie Chair of Digital Communications Department at Lebanon Valley College 101 North College Ave. Annville, PA 17003 Dear Dr. Ritchie In this proposal, I will be discussing I will

More information

INCOGNITO TOOLKIT: TOOLS, APPS, AND CREATIVE METHODS FOR REMAINING ANONYMOUS, PRIVATE, AND SECURE WHILE COMMUNICATING, PUBLISHING, BUYING,

INCOGNITO TOOLKIT: TOOLS, APPS, AND CREATIVE METHODS FOR REMAINING ANONYMOUS, PRIVATE, AND SECURE WHILE COMMUNICATING, PUBLISHING, BUYING, INCOGNITO TOOLKIT: TOOLS, APPS, AND CREATIVE METHODS FOR REMAINING ANONYMOUS, PRIVATE, AND SECURE WHILE COMMUNICATING, PUBLISHING, BUYING, DOWNLOAD EBOOK : INCOGNITO TOOLKIT: TOOLS, APPS, AND CREATIVE

More information

2016 All Rights Reserved

2016 All Rights Reserved 2016 All Rights Reserved Table of Contents Chapter 1: The Truth About Safelists What is a Safelist Safelist myths busted Chapter 2: Getting Started What to look for before you join a Safelist Best Safelists

More information

HOW TO DESIGN A SMALL SWITCHING LAYOUT BY LANCE MINDHEIM DOWNLOAD EBOOK : HOW TO DESIGN A SMALL SWITCHING LAYOUT BY LANCE MINDHEIM PDF

HOW TO DESIGN A SMALL SWITCHING LAYOUT BY LANCE MINDHEIM DOWNLOAD EBOOK : HOW TO DESIGN A SMALL SWITCHING LAYOUT BY LANCE MINDHEIM PDF Read Online and Download Ebook HOW TO DESIGN A SMALL SWITCHING LAYOUT BY LANCE MINDHEIM DOWNLOAD EBOOK : HOW TO DESIGN A SMALL SWITCHING LAYOUT BY Click link bellow and free register to download ebook:

More information

Final Project Report

Final Project Report Jun Mak Sean Lee Bikas Tomkoria Fahd Elbolichikhi Final Project Report Project Title: ETA Electronic Travel Assistance for Group 4. Online Doc.: http://inst.eecs.berkeley.edu/~swlee/assignment5.html 1.

More information

JUMP START BOOTSTRAP BY SYED FAZLE RAHMAN DOWNLOAD EBOOK : JUMP START BOOTSTRAP BY SYED FAZLE RAHMAN PDF

JUMP START BOOTSTRAP BY SYED FAZLE RAHMAN DOWNLOAD EBOOK : JUMP START BOOTSTRAP BY SYED FAZLE RAHMAN PDF Read Online and Download Ebook JUMP START BOOTSTRAP BY SYED FAZLE RAHMAN DOWNLOAD EBOOK : JUMP START BOOTSTRAP BY SYED FAZLE RAHMAN PDF Click link bellow and free register to download ebook: JUMP START

More information

Arena Lists (Pre-ISC Lecture)

Arena Lists (Pre-ISC Lecture) Arena Lists (Pre-ISC Lecture) (Course #A101) Presented by: William Ross Shelby Contract Trainer 2018 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective

More information

Participation Status Report STUDIO ELEMENTS I KATE SOHNG

Participation Status Report STUDIO ELEMENTS I KATE SOHNG 2015 Participation Status Report STUDIO ELEMENTS I KATE SOHNG Table of Contents I. Wataru... 1 A. JQuery discussion... 1 B. Other JavaScript libraries... 1 C. CakePHP framework... 2 D. Webpage feedback...

More information

Online Video Playbook. Written by: Johnny Beirne

Online Video Playbook. Written by: Johnny Beirne Online Video Playbook Written by: Johnny Beirne Table of Contents Introduction... 1 On-camera...... 2 Animation...... 3 Animated GIFs........ 4 Screen Capture Tutorials... 5 Smart Phone Videos...... 6

More information

Chat Reference Assignment

Chat Reference Assignment REFERENCE & INFORMATION RESOURCES & SERVICES ILS 504-70 Fall Dr. Clara Ogbaa Chat Reference Assignment Lucinda D. Mazza CHAT REFERENCE ASSIGNMENT 2 Chat Reference Assignment When first starting this assignment,

More information

Student 1 Printer Issues

Student 1 Printer Issues Student 1 Printer Issues A customer complains that his inkjet printer (attached to a computer with a USB cable) is printing funny characters instead of what it should print. He has been using the printer

More information

GOOGLE ANALYTICS 101 INCREASE TRAFFIC AND PROFITS WITH GOOGLE ANALYTICS

GOOGLE ANALYTICS 101 INCREASE TRAFFIC AND PROFITS WITH GOOGLE ANALYTICS GOOGLE ANALYTICS 101 INCREASE TRAFFIC AND PROFITS WITH GOOGLE ANALYTICS page 2 page 3 Copyright All rights reserved worldwide. YOUR RIGHTS: This book is restricted to your personal use only. It does not

More information

The Basics of PowerPoint

The Basics of PowerPoint MaryBeth Rajczewski The Basics of PowerPoint Microsoft PowerPoint is the premiere presentation software. It enables you to create professional presentations in a short amount of time. Presentations using

More information

UNIT 15 Polygons Lesson Plan 1 Angles

UNIT 15 Polygons Lesson Plan 1 Angles Y8 UNIT 15 Polygons Lesson Plan 1 Angles 1A 1B Revising angles T: You must know lots of facts about angles. Let's see how many you can remember. - How many degrees are there around a point? ( 360 ) - How

More information

Reservationless-Plus Web-enabled Conferencing Leader Guide

Reservationless-Plus Web-enabled Conferencing Leader Guide Reservationless-Plus Web-enabled Conferencing Leader Guide Web Moderator Leader Guide Access to your Reservationless-Plus Owner details, conference default options and online web tool is available by logging

More information

Disclosing digital archives on an ipod: pilot results from the Dutch Glass Museum

Disclosing digital archives on an ipod: pilot results from the Dutch Glass Museum Page 1 Disclosing digital archives on an ipod: pilot results from the Dutch Glass Museum Jenny de Boer TNO Information and Communication Technology P.O. Box 5050 2600 GB Delft, the Netherlands +31(0)50-5857730

More information

PowerPoint 2016 Part II

PowerPoint 2016 Part II PowerPoint 2016 Part II Animations In PowerPoint, any object, shape, image, etc. on a slide can be animated. Animations are a good way to add some attention grabbers to a presentation, but they can also

More information

10 Online Tools. To Streamline Your Personal Trainer Marketing

10 Online Tools. To Streamline Your Personal Trainer Marketing With the busy lives we lead, personal trainers often ask how to make their lives easier and how to automate and streamline their marketing. I ve found a suite of core services that tick all the doing more

More information

Comparative Analysis of OPACs. be of greater benefit and value given my current role as Reference and Adult Services Librarian

Comparative Analysis of OPACs. be of greater benefit and value given my current role as Reference and Adult Services Librarian Lucinda D. Mazza mazzal1@southernct.edu Information Analysis & Organization, ILS-506-S70 Professor Eino Sierpe November 23, 2009 Comparative Analysis of OPACs Upon reviewing the two assignment choices,

More information

POWERPOINT BASICS: MICROSOFT OFFICE 2010

POWERPOINT BASICS: MICROSOFT OFFICE 2010 POWERPOINT BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Microsoft PowerPoint Components SIMPLE TASKS IN MICROSOFT POWERPOINT

More information

Spam. Time: five years from now Place: England

Spam. Time: five years from now Place: England Spam Time: five years from now Place: England Oh no! said Joe Turner. When I go on the computer, all I get is spam email that nobody wants. It s all from people who are trying to sell you things. Email

More information

Launch Store. University

Launch Store. University Launch Store University Order Management In this lesson, you will learn how to: View your orders as they come in and adjust their order status Print Shipping labels using USPS by Endicia Find and print

More information

Unit 9 Tech savvy? Tech support. 1 I have no idea why... Lesson A. A Unscramble the questions. Do you know which battery I should buy?

Unit 9 Tech savvy? Tech support. 1 I have no idea why... Lesson A. A Unscramble the questions. Do you know which battery I should buy? Unit 9 Tech savvy? Lesson A Tech support 1 I have no idea why... A Unscramble the questions. 1. which battery / Do you know / should / buy / I? Do you know which battery I should buy? 2. they / where /

More information

Library Website Migration and Chat Functionality/Aesthetics Study February 2013

Library Website Migration and Chat Functionality/Aesthetics Study February 2013 Library Website Migration and Chat Functionality/Aesthetics Study February 2013 Summary of Study and Results Georgia State University is in the process of migrating its website from RedDot to WordPress

More information

Kuratowski Notes , Fall 2005, Prof. Peter Shor Revised Fall 2007

Kuratowski Notes , Fall 2005, Prof. Peter Shor Revised Fall 2007 Kuratowski Notes 8.30, Fall 005, Prof. Peter Shor Revised Fall 007 Unfortunately, the OCW notes on Kuratowski s theorem seem to have several things substantially wrong with the proof, and the notes from

More information

COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2. Lecturer: Dr. Meena Jha Tutor: Aries Tao

COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2. Lecturer: Dr. Meena Jha Tutor: Aries Tao COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2 Lecturer: Dr. Meena Jha Tutor: Aries Tao Prepared by: AXXXX XXXX: S0XXXXXX AXXXX MXXXXX: BisXXXXX BaXXXX: S0XXXXX S02XXXX SXXXXX

More information

Heuristic Evaluation of [ Quest ]

Heuristic Evaluation of [ Quest ] Heuristic Evaluation of [ Quest ] 1. Problem Quest is an app that allows you to stay involved in, participate in, and create local clubs and events happening in your community 2. Violations Found 1. [H10.

More information

PowerPoint Essentials 1

PowerPoint Essentials 1 PowerPoint Essentials 1 LESSON SKILL MATRIX Skill Exam Objective Objective Number Working with an Existing Presentation Change views of a presentation. Insert text on a slide. 1.5.2 2.1.1 SOFTWARE ORIENTATION

More information

Instructor: Craig Duckett. Lecture 04: Thursday, April 5, Relationships

Instructor: Craig Duckett. Lecture 04: Thursday, April 5, Relationships Instructor: Craig Duckett Lecture 04: Thursday, April 5, 2018 Relationships 1 Assignment 1 is due NEXT LECTURE 5, Tuesday, April 10 th in StudentTracker by MIDNIGHT MID-TERM EXAM is LECTURE 10, Tuesday,

More information

Printing Envelopes in Microsoft Word

Printing Envelopes in Microsoft Word Printing Envelopes in Microsoft Word P 730 / 1 Stop Addressing Envelopes by Hand Let Word Print Them for You! One of the most common uses of Microsoft Word is for writing letters. With very little effort

More information

Overview of CalMAN v3 Calibration Software

Overview of CalMAN v3 Calibration Software Overview of CalMAN v3 Calibration Software This is an overview of CalMAN V3 calibration software that has just come out of beta, now available for general release as V3 and a pro version still in development.

More information

Degree Works redesign Research Report

Degree Works redesign Research Report Degree Works redesign Research Report Lauren Wisnewski January 25th, 2018 Montclair State University User Interface Design INtroduction and summary Introduction Montclair State University students and

More information

TABLE OF CONTENTS CHANGES IN 2.0 FROM 1.O

TABLE OF CONTENTS CHANGES IN 2.0 FROM 1.O TABLE OF CONTENTS CHANGES IN 2.0 FROM 1.0 INTRODUCTION THE BOTTOM LINE ATTACHED FILES FONTS KEYBOARD WORD PROCESSING PROGRAMS INSTALLING FONTS INSTALLING KEYBOARDS MODIFYING KEYBOARDS TO YOUR LIKING OPEN

More information