Open-Source Daycare Management System Project Proposal

Size: px
Start display at page:

Download "Open-Source Daycare Management System Project Proposal"

Transcription

1 Open-Source Daycare Management System Project Proposal Jason Butz University of Evansville December 3, 2009

2 Contents 1 Introduction 2 2 Technical Approach Background Client Requirements Proposed Solution High Level Design Statement of Work Task Definition Schedule Capabilities Program Experience Facilities Personnel Costs 4 Appendices 5 Appendix A

3 1 Introduction Many churches run a daycare service either during the week or when they hold services for their members. Software can be used to help ensure proper records are kept on the children. Proprietary software exists for this purpose however it can be expensive with the needed licensing fees and special hardware. I plan to write a cross-platform, open-source, application to assist in the maintaining of a daycare. This application will help by managing the information on the children such as where the children are located, any special needs, as well as who is permitted to get the child. It will use a database and webserver backend and will present an easy to use interface for children to be checked in and their information to be managed. 2 Technical Approach 2.1 Background There is a known program called Parent Pager that assists in the managing of a daycare. The licensing fees for Parent Pager is around $3000 a year. It is also not possible to customize Parent Pager with special features that may be needed in a certain environment. As such a free, open-source application could assist day-cares in lowering costs while not sacrificing the aid provided by computers. The Parent Pager program allows children to be placed into the system and then checked in and out while maintaining information about them such as their name and contact information. It also has the ability to contain other vital information such as allergies or dietary needs. Parent Pager also keeps records of attendance and who is able to check-out the child for security reasons Client Requirements Check children in and out of the system Maintain records on all children Basic identification information such as name, address birthday, and parents name Medical information such as allergies, medical conditions, and diet restrictions Security information such as who may pickup the child Allow for generation reports of attendance Be cross-platform 2.2 Proposed Solution I plan to create a PHP application which will run on a web server using a database back-end. This system will allow clients to navigate to a URL and run the application through a web browser. This will achieve the cross-platform aspect of the requirement since there are web browsers that will run on every environment. PHP is a good choice for the programming language since there are many web servers that can run it and it is able to run on many platforms. Using PHP, HTML, and CSS I plan to create a user-friendly interface to this system that will allow daycare staff to log-in and check children in and out of the system as well as update some information when it is deemed to be appropriate. The World Wide Web Consortium has standards for HTML and CSS and these standards are designed to encourage websites to work in all web-browsers and so it would be wise to make use of these standards to assist in interoperability. Using PHP and a database the application will be able to maintain a large number of records efficiently thus being able to have access to all of the information easily. The front-end that uses HTML and CSS will allow children to be checked in and out of the system easily with little to no computer knowledge required. The use of PHP will also allow for the generation of reports using entry from the user. In order to test the application I plan to setup the system on a small network and enter in a number of children and then bring in people and ask them to check in children when given a name and see if they are able to effectively navigate the interface with little to no prior exposure. I will then have multiple people come in and then have them all begin checking in students to ensure that no errors occur with multiple users. 2

4 2.2.1 High Level Design Database Tables to store information: Child Records Attendance Classes Staff / Workers Records of check-ins and check-outs PHP Back-end Allow for access to the database through a front-end Be constructed using object-oriented programming to allow for easy expansion in the future Provide an administrator section for managing of children, staff, records, and the design of the application HTML Front-end Pages to allow users to easily navigate the application and enter in information with ease 3 Statement of Work 3.1 Task Definition I will begin by designing the database portion on the program. The PHP code depends upon the database, and the front-end will use PHP. This means that the database must be the first part to be designed. I will begin with the child records since that is the most important area then proceed through the rest of the tables. Next the Front-End will need to be designed in order to allow for the back-end to meet its needs when trying to display content. After this the PHP classes will need to be designed. The settings and functions classes will be made first so that the other classes can effectively make use of them. The Report Generator will have a longer amount of time allocated to its design since it is reasonably complex and will allow for semi-custom reports to be generated. After this the test cases which will be used later shall be designed since we will know the types of data we will need. Next a time for rest will be allowed to prevent burn-out on the project. After that the implementation in PHP begins. This will be done in the same order as that of the design of the PHP program. Next the HTML and CSS will be created for the front-end of the entire program. Then the testing will begin, including testing the security to help prevent and major security holes such as SQL injection and PHP session hijacking since these can both cause wide-spread damage when taken advantage of. After that help files will be created in an on-line format, probably in a wiki format for upload to Google Code later on. After that everything will be uploaded to Google Code so that others can work on it in addition to myself. A Gantt Chart has been provided in Appendix A detailing the breakdown of tasks as well as a general overview of the schedule. 3.2 Schedule I am planning for the design of the database to be completed by October 6th. In this stage the SQL queries for the database will also be created. Next I begin the design of the Front-end. I have allowed 8 days for its completion, which means I should be finished on October 14th. Next comes the design of the PHP classes. This will take the longest amount of time. I have placed this completion date at December 3rd. After the time allocated for rest the implementation of the PHP program will begin. I have that set to begin on December 30th. I have it set to end on February 17th. Next is the actual creation of the HTML code for the front-end. That should be completed on February 22nd. Next comes testing, which is set to be completed on March 1st. After that help files will be created which should be done March 7th. Seven make-up days have 3

5 be allowed for tasks being delayed by sickness or technical malfunctions. Seven more days have be allowed for uploading and setting up of a Google Code project, which puts the final completion date at no later than March 21st. 4 Capabilities 4.1 Program Experience I have had more than 5 years of experience with PHP and MySQL. My first large project was a custom-made content management system. It used templates and loaded each page from a flat file and placed it into the page. A Daycare Management System in many ways is similar to the content management system. The pages must load dynamically with information from a database. I have also examined the code of several Web Bulletin Board Systems while writing modifications. These load all information from a database. The combination of these two systems results in something very similar to that of the daycare management system that I am proposing. I am also taking a course in Databases. The course covers the theory and design of databases. It should therefor prove a useful aid. 4.2 Facilities At the University of Evansville I have access to the Computer Science server, which runs an Debian-based Linux distribution. It has the Apache web-server and MySQL database servers installed on it. At the University of Evansville I also have access to several computer labs that could be used to simulate client machines. I also have access to another Linux-based server that runs at my home which has very few resources available upon it. It would therefor be good for testing on low-end hardware. I also have access to a web-hosting account that runs an unknown Linux distribution and has Apache and MySQL installed. All of these in combination with my own computer which has both Windows and Linux installed upon it should provide plenty of places to test and developthe application. 4.3 Personnel The only full-time personnel that will be working on this project will be myself, Jason Butz. I am a Computer Science major at the University of Evansville, and am in my senior year. Dr. Deborah Hwang has agreed to be the project adviser. I also have access to other professors and students all who have varying experiences. 5 Costs This project will have minimal costs since the main requirement is a computer to program and test on, and many are already available. The only possible cost could be that of any special devices that the client wants the application to be able to work with, such as a label printer for the children s names. 4

6 Appendix A 5

Installation Guide. C o p y r i g h t 2 0 0 8, S e e F i l e S o f t w a r e L L C

Installation Guide. C o p y r i g h t 2 0 0 8, S e e F i l e S o f t w a r e L L C Installation Guide SeeFile Software LLC 36 the Fenway, Boston MA 02215 all rights reserved. tel. +1-617-262-2464 fax +1-617-536-0657 email tech@seefile.com url www.seefile.com C o p y r i g h t 2 0 0 8,

More information

Day-Care Environment Communication and Database

Day-Care Environment Communication and Database Day-Care Environment Communication and Database Michael Christenson, Nicole Cullen, Zach Lensing, Eric Lund Problem Statement Create an information tracking app to be used by a day care Keep track of Daily

More information

Online Enrollment and Administration System

Online Enrollment and Administration System FYP Proposal Report Real World Database Development by Kong Koon Kit Chan Yin Mo Leung Shiu Hong Advised by Prof. Frederick H. Lochovsky Submitted in partial fulfillment of the requirements for COMP 4981

More information

Digital Downloads Pro

Digital Downloads Pro Digital Downloads Pro [Install Manual] Start Requirements Install What s New About Created: 24/09/2014 By: wojoscripts.com http://wojoscripts.com/ddp/ Thank you for your purchase! If you have any questions

More information

Shop by Manufacturer Custom Module for Magento

Shop by Manufacturer Custom Module for Magento Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible

More information

Open Source Content Management System for content development: a comparative study

Open Source Content Management System for content development: a comparative study Open Source Content Management System for content development: a comparative study D. P. Tripathi Assistant Librarian Biju Patnaik Central Library NIT Rourkela dptnitrkl@gmail.com Designing dynamic and

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version Site Store Pro INSTALLATION GUIDE WPCartPro Wordpress Plugin Version WPCARTPRO INTRODUCTION 2 SYSTEM REQUIREMENTS 4 DOWNLOAD YOUR WPCARTPRO VERSION 5 EXTRACT THE FOLDERS FROM THE ZIP FILE TO A DIRECTORY

More information

ABTO Software PHP Web Development Overview

ABTO Software PHP Web Development Overview ABTO Software PHP Web Development Overview ABTO Software is a Custom PHP Web Development Company One of ABTO Software s specializations as a top Ukrainian outsourcing software development company is PHP

More information

Installation, Configuration and Administration Guide

Installation, Configuration and Administration Guide Installation, Configuration and Administration Guide ehd10.0.1 everything HelpDesk Installation, Configuration and Administration Guide GroupLink Corporation 2013 GroupLink Corporation. All rights reserved

More information

1. Introduction. 1.1 Purpose of this Document

1. Introduction. 1.1 Purpose of this Document 1. Introduction 1.1 Purpose of this Document The of the Software Requirements Specification is to outline the requirements for The American Academy's Education With an Elastic Workforce (EW2) product.

More information

ISI ACADEMY Web applications Programming Diploma using PHP& MySQL

ISI ACADEMY Web applications Programming Diploma using PHP& MySQL ISI ACADEMY for PHP& MySQL web applications Programming ISI ACADEMY Web applications Programming Diploma using PHP& MySQL HTML - CSS - JavaScript PHP - MYSQL What You'll Learn Be able to write, deploy,

More information

Mercury Users Guide Version 1.3 February 14, 2006

Mercury Users Guide Version 1.3 February 14, 2006 Mercury Users Guide Version 1.3 February 14, 2006 1 Introduction Introducing Mercury Your corporate shipping has just become easier! The satisfaction of your customers depends on the accuracy of your shipments,

More information

Project Proposal. By David Byrne

Project Proposal. By David Byrne Project Proposal By David Byrne Online Music Store A CMS Driven Online Music Store with a Pay What You Want Scheme David Byrne B00017553 16/10/2013 Page 2 Contents Abstract... 4 Background... 4 Main Research

More information

Version 2.17 Update Installation Guide

Version 2.17 Update Installation Guide Page 1 of 11 Version 2.17 Update Installation Guide Page 2 of 11 END-USER LICENSE AGREEMENT ( EULA ) FOR CPV LAB This End-User License Agreement ("EULA") pertains to the CPV Lab product (called Software"

More information

Virtual Machine daloradius Administrator Guide Version 0.9-9

Virtual Machine daloradius Administrator Guide Version 0.9-9 Virtual Machine daloradius Administrator Guide Version 0.9-9 May 2011 Liran Tal of Enginx Contact Email: daloradius Website: Enginx website: liran@enginx.com http://www.daloradius.com http://www.enginx.com

More information

E-Commerce: Designing And Creating An Online Store

E-Commerce: Designing And Creating An Online Store E-Commerce: Designing And Creating An Online Store Introduction About Steve Green Ministries Solo Performance Artist for 19 Years. Released over 26 Records, Several Kids Movies, and Books. My History With

More information

High Level Design Distributed Network Traffic Controller

High Level Design Distributed Network Traffic Controller High Level Design Distributed Network Traffic Controller Revision Number: 1.0 Last date of revision: 2/2/05 22c:198 Johnson, Chadwick Hugh Change Record Revision Date Author Changes 1 Contents 1. Introduction

More information

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved Mobile Application for News and Interactive Services L. Ashwin Kumar Department of Information Technology, JNTU, Hyderabad, India loka.ashwin@gmail.com ABSTRACT In this paper, we describe the design and

More information

Case Study. Insurance Plan Management System with Mobility. www.brainvire.com 2016 Brainvire Infotech Pvt. Ltd Page 1 of 1

Case Study. Insurance Plan Management System with Mobility. www.brainvire.com 2016 Brainvire Infotech Pvt. Ltd Page 1 of 1 Case Study Insurance Plan Management System with Mobility www.brainvire.com 2016 Brainvire Infotech Pvt. Ltd Page 1 of 1 Client Requirement The client is an insurance plan provider offering warranty protection

More information

Analysis of Online Shopping Cart Solutions for Small Retail Businesses

Analysis of Online Shopping Cart Solutions for Small Retail Businesses UNIVERSITY OF WATERLOO Software Engineering Analysis of Online Shopping Cart Solutions for Small Retail Businesses Pressure Equipment Limited London, Ontario prepared by Yuguang Zhang Student ID: 20311196

More information

IT Support Tracking with Request Tracker (RT)

IT Support Tracking with Request Tracker (RT) IT Support Tracking with Request Tracker (RT) Archibald Steiner AfNOG 2013 LUSAKA Overview What is RT? A bit of terminology Demonstration of the RT web interface Behind the scenes configuration options

More information

Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA

Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA Page name: Home Keywords: Web, design, development, logo, freelance, graphic design, Seattle WA, WordPress, responsive, mobile-friendly, communication, friendly, professional, frontend, back-end, PHP,

More information

DIPLOMA IN WEBDEVELOPMENT

DIPLOMA IN WEBDEVELOPMENT DIPLOMA IN WEBDEVELOPMENT Prerequisite skills Basic programming knowledge on C Language or Core Java is must. # Module 1 Basics and introduction to HTML Basic HTML training. Different HTML elements, tags

More information

Web Hosting Wordpress, Joomla, Drupal Integration

Web Hosting Wordpress, Joomla, Drupal Integration Web Hosting Wordpress, Joomla, Drupal Integration Created By Manjesh V 2 Contents: Software Requirements.. 3 For Testing Wordpress Integration Offline(Without internet in Local System) o Installing WAMP

More information

SQL Injection. Blossom Hands-on exercises for computer forensics and security

SQL Injection. Blossom Hands-on exercises for computer forensics and security Copyright: The development of this document is funded by Higher Education of Academy. Permission is granted to copy, distribute and /or modify this document under a license compliant with the Creative

More information

TABLE OF CONTENTS. I. Executive Summary... 1. II. Preliminary Requirement Analysis... 1. i. Part 1 Application Overview... 1

TABLE OF CONTENTS. I. Executive Summary... 1. II. Preliminary Requirement Analysis... 1. i. Part 1 Application Overview... 1 TABLE OF CONTENTS I. Executive Summary... 1 II. Preliminary Requirement Analysis... 1 i. Part 1 Application Overview... 1 ii. Part 2 Functional Requirements... 2 III. Process to be Followed... 4 i. 1 st

More information

T14 RUMatricula Phase II. Section 1 Metaphor and requirements

T14 RUMatricula Phase II. Section 1 Metaphor and requirements Section 1 Metaphor and requirements RUMatricula is a system that aims at replacing current UPRM terminal-based course selection software with a web-based and mobile-friendly alternative that is simple

More information

RedTigerSoftware. WEB DEVELOPERS Introduction & Portfolio

RedTigerSoftware. WEB DEVELOPERS Introduction & Portfolio RedTigerSoftware WEB DEVELOPERS Introduction & Portfolio MEET THE TEAM Meet the Team Our Team David has a Master on Computer Engineering by IST (of the Technical University of Lisbon), with 17 out of 20.

More information

Web design and hosting services

Web design and hosting services Web design and hosting services Starting a new company? Need all your design requirements - from logo design, to website design, hosting, domain registration and business cards? Then this is the package

More information

Text-based conferencing: features vs. functionality REPORT # : R51/0510 AUTHOR(S) : Lynn Anderson and Kathy McCarthy DATE : October 2005

Text-based conferencing: features vs. functionality REPORT # : R51/0510 AUTHOR(S) : Lynn Anderson and Kathy McCarthy DATE : October 2005 Athabasca University CENTRE FOR DISTANCE EDUCATION Online Software Evaluation Report TITLE : Text-based conferencing: features vs. functionality REPORT # : R51/0510 AUTHOR(S) : Lynn Anderson and Kathy

More information

Peter Furesz, Tampa, Florida Mobile (USA) 1(914)228-3308 fureszpeter@gmail.com

Peter Furesz, Tampa, Florida Mobile (USA) 1(914)228-3308 fureszpeter@gmail.com Name / Addr. Peter Furesz, Tampa, Florida Main skills: Senior PHP Developer (10+ years experiences) Codeigniter FrameWork (MVC) ebay SOAP ecommerce PayPal API, BrainTree API ecommerce MySQL Maintainer

More information

Welcome to Collage (Draft v0.1)

Welcome to Collage (Draft v0.1) Welcome to Collage (Draft v0.1) Table of Contents Welcome to Collage (Draft v0.1)... 1 Table of Contents... 1 Overview... 2 What is Collage?... 3 Getting started... 4 Searching for Images in Collage...

More information

An Interactive Online Education System for the Supplemental Nutrition Program

An Interactive Online Education System for the Supplemental Nutrition Program An Interactive Online Education System for the Supplemental Nutrition Program Chia-Chi TENG, Rickelle RICHARDS, Ryan AMY, Thomas COPLEN, Corey NIEPRASCHK, Alma OHENE-OPARE, Matthew SMITH School of Technology,

More information

ClickCartPro Software Installation README

ClickCartPro Software Installation README ClickCartPro Software Installation README This document outlines installation instructions for ClickCartPro Software. SOFTWARE REQUIREMENTS The following requirements must be met by the webserver on which

More information

Lesson 7 - Website Administration

Lesson 7 - Website Administration Lesson 7 - Website Administration If you are hired as a web designer, your client will most likely expect you do more than just create their website. They will expect you to also know how to get their

More information

Linux VPS with cpanel. Getting Started Guide

Linux VPS with cpanel. Getting Started Guide Linux VPS with cpanel Getting Started Guide First Edition October 2010 Table of Contents Introduction...1 cpanel Documentation...1 Accessing your Server...2 cpanel Users...2 WHM Interface...3 cpanel Interface...3

More information

Arts Image Database - Specifications

Arts Image Database - Specifications Arts Image Database - Specifications Sean Dooley June 6, 2007 Contents Introduction 4 2 Project Outline 5 3 User Requirements 6 3. User Types...................................... 6 4 Functional Requirements

More information

Bijlage1. Software Requirements Specification CIS. For. Version 1.0 final. Prepared by Saidou Diallo. HvA/Inaxion. November 2009

Bijlage1. Software Requirements Specification CIS. For. Version 1.0 final. Prepared by Saidou Diallo. HvA/Inaxion. November 2009 Bijlage1 Software Requirements Specification For CIS Version 1.0 final Prepared by Saidou Diallo HvA/Inaxion November 2009 Copyright 2009/2010 Inaxion BV. Table of Contents 1. Introduction...3 1.1 Purpose...

More information

GARDEN STATE APARTMENTS LLC. CUSTOMER RELATIONSHIP MANAGEMENT SYSTEM (FINAL MILESTONE)

GARDEN STATE APARTMENTS LLC. CUSTOMER RELATIONSHIP MANAGEMENT SYSTEM (FINAL MILESTONE) GARDEN STATE APARTMENTS LLC. CUSTOMER RELATIONSHIP MANAGEMENT SYSTEM (FINAL MILESTONE) GROUP #7: James Edward Bell Mark Dudek Michael DiCroce Curtis Hammell December 13, 2013 1 Table of Contents SECTION

More information

Web 2.0 Technology Overview. Lecture 8 GSL Peru 2014

Web 2.0 Technology Overview. Lecture 8 GSL Peru 2014 Web 2.0 Technology Overview Lecture 8 GSL Peru 2014 Overview What is Web 2.0? Sites use technologies beyond static pages of earlier websites. Users interact and collaborate with one another Rich user experience

More information

Implementation Overview. Digital Rights Management (DRM) Solution

Implementation Overview. Digital Rights Management (DRM) Solution Implementation Overview Digital Rights Management (DRM) Solution DRM Introduction E-Book Sytems Digital Rights Management solution allows for a secure distribution of FlipBooks to their readers. DRM can

More information

ProjectPier v0.8.8. Getting Started Guide

ProjectPier v0.8.8. Getting Started Guide ProjectPier v0.8.8 Getting Started Guide Updated October 2014 Contents Contents... 2 Overview... 4 License... 4 Installation... 4 Who should perform the installation?... 4 Requirements... 5 Enabling InnoDB

More information

Software Requirement Specification For Flea Market System

Software Requirement Specification For Flea Market System Software Requirement Specification For Flea Market System By Ilya Verlinsky, Alexander Sarkisyan, Ambartsum Keshishyan, Igor Gleyser, Andrey Ishuninov 1 INTRODUCTION 1.1 Purpose 1.1.1 Purpose of SRS document

More information

CMS Query Suite. CS4440 Project Proposal. Chris Baker Michael Cook Soumo Gorai

CMS Query Suite. CS4440 Project Proposal. Chris Baker Michael Cook Soumo Gorai CMS Query Suite CS4440 Project Proposal Chris Baker Michael Cook Soumo Gorai I) Motivation Relational databases are great places to efficiently store large amounts of information. However, information

More information

Transformation of honeypot raw data into structured data

Transformation of honeypot raw data into structured data Transformation of honeypot raw data into structured data 1 Majed SANAN, Mahmoud RAMMAL 2,Wassim RAMMAL 3 1 Lebanese University, Faculty of Sciences. 2 Lebanese University, Director of center of Research

More information

equate Installation QUICK START GUIDE

equate Installation QUICK START GUIDE equate Installation QUICK START GUIDE CONTENTS 1 Before You Begin 2 Server Installation 3 Server Configuration 3a Connecting to VirtueMart / Prestashop 4 Client Installation (Windows) 5 Client Installation

More information

An Interactive Online Education System for the Supplemental Nutrition Program

An Interactive Online Education System for the Supplemental Nutrition Program An Interactive Online Education System for the Supplemental Nutrition Program Chia-Chi TENG, Rickelle RICHARDS, Ryan AMY, Thomas COPLEN, Corey NIEPRASCHK, Alma OHENE-OPARE, Matthew SMITH School of Technology,

More information

Oracle Application Express MS Access on Steroids

Oracle Application Express MS Access on Steroids Oracle Application Express MS Access on Steroids Jules Lane Principal Consultant Tactical Database Development options Spreadsheets Encourage data duplication and inconsistency, clog

More information

Installation Manual for Grid Monitoring Tool

Installation Manual for Grid Monitoring Tool Installation Manual for Grid Monitoring Tool Project No: CDAC/B/SSDG/GMT/2004/025 Document No: SSDG/GMT/2004/025/INST-MAN/2.1 Control Status: Controlled (Internal Circulation Only) Author : Karuna Distribution

More information

Very Large Enterprise Network, Deployment, 25000+ Users

Very Large Enterprise Network, Deployment, 25000+ Users Very Large Enterprise Network, Deployment, 25000+ Users Websense software can be deployed in different configurations, depending on the size and characteristics of the network, and the organization s filtering

More information

MAGENTO Migration Tools

MAGENTO Migration Tools MAGENTO Migration Tools User Guide Copyright 2014 LitExtension.com. All Rights Reserved. Magento Migration Tools: User Guide Page 1 Content 1. Preparation... 3 2. Setup... 5 3. Plugins Setup... 7 4. Migration

More information

Equipment Room Database and Web-Based Inventory Management

Equipment Room Database and Web-Based Inventory Management Equipment Room Database and Web-Based Inventory Management Project Proposal Sean M. DonCarlos Ryan Learned Advisors: Dr. James H. Irwin Dr. Aleksander Malinowski December 12, 2002 TABLE OF CONTENTS Project

More information

Mobile Maker. Software Requirements Specification

Mobile Maker. Software Requirements Specification Mobile Maker Software Requirements Specification Version: 1.1 Prepared by: Daniel Retta David Carlson Marco Sedano Nicholas Marks

More information

WordNet Website Development And Deployment Using Content Management Approach

WordNet Website Development And Deployment Using Content Management Approach WordNet Website Development And Deployment Using Content Management Approach N eha R P rabhugaonkar 1 Apur va S N ag venkar 1 Venkatesh P P rabhu 2 Ramdas N Karmali 1 (1) GOA UNIVERSITY, Taleigao - Goa

More information

Website Redesign Final Addendum January 12, 2015

Website Redesign Final Addendum January 12, 2015 Website Redesign Final Addendum January 12, 2015 1) Page 6/15 mentions: Secure Access for Online ordering of services (i.e. AV, Electrical, Internet, etc ). Does this refer to payment processing as a part

More information

PHP+MYSQL, EASYPHP INSTALLATION GUIDE

PHP+MYSQL, EASYPHP INSTALLATION GUIDE PHP+MYSQL, EASYPHP INSTALLATION GUIDE EasyPhp is a tool to install and configure an Apache server along with a database manager, MySQL. Download the latest version from http://www.easyphp.org/ as seen

More information

Python Checker. Computer Science Department

Python Checker. Computer Science Department Python Checker University of Mary Washington Computer Science Department PROJECT PLAN Prepared by Chris Zimmerman, Eric Phung, Shehan Rajapakse University of Mary Washington February 23, 2015 ii Table

More information

Software Requirements Specification For Real Estate Web Site

Software Requirements Specification For Real Estate Web Site Software Requirements Specification For Real Estate Web Site Brent Cross 7 February 2011 Page 1 Table of Contents 1. Introduction...3 1.1. Purpose...3 1.2. Scope...3 1.3. Definitions, Acronyms, and Abbreviations...3

More information

Content Management Systems: Drupal Vs Jahia

Content Management Systems: Drupal Vs Jahia Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. mrudula@ksu.edu Abstract Content Management Systems

More information

QUICK START GUIDE RESOURCE MANAGERS. Last Updated: 04/27/2012

QUICK START GUIDE RESOURCE MANAGERS. Last Updated: 04/27/2012 QUICK START GUIDE RESOURCE MANAGERS Last Updated: 04/27/2012 Table of Contents Introduction... 3 Getting started... 4 Logging into Eclipse... 4 Setting your user preferences... 5 Online help and the Eclipse

More information

QUESTIONS AND ANSWERS

QUESTIONS AND ANSWERS TECHNOLOGY CONSULTANCY Innovative. Reliable. Efficient. QUESTIONS AND ANSWERS WEB HOSTING SERVICES What you need to know about Web Hosting Q&A - WEBHOSTING 1. What is web hosting? Web Hosting is a service

More information

Open Source Content Management Software : A Comparative Analysis

Open Source Content Management Software : A Comparative Analysis 7 th International CALIBER 2009 Open Source Content Management Software... Open Source Content Management Software : A Comparative Analysis Kaushal K Giri Kirti R Nirgude Abstract There are many web-authoring

More information

CULTUR EXchange Platform Non-Functional Requirements for Open-Source CMS Report

CULTUR EXchange Platform Non-Functional Requirements for Open-Source CMS Report CULTUR EXchange Platform Non-Functional Requirements for Open-Source CMS Report Content: 1 Project overview/objective 1.1 Purpose of the document 2 Open source requirements 2.1 Web server software requirements

More information

Creating a Modern Electronic Medical Records (EMR) System TJHSST Senior Research Project Quarter 2 Computer Systems Lab 2009-2010

Creating a Modern Electronic Medical Records (EMR) System TJHSST Senior Research Project Quarter 2 Computer Systems Lab 2009-2010 Creating a Modern Electronic Medical Records (EMR) System TJHSST Senior Research Project Quarter 2 Computer Systems Lab 2009-2010 Jeremy Chaikind January 21, 2010 Abstract This project will attempt to

More information

OxyClassifieds Installation Handbook

OxyClassifieds Installation Handbook OxyClassifieds Installation Handbook OxyClassifieds Team Email: office@oxyclassifieds.com Web: http://www.oxyclassifieds.com OxyClassifieds Installation Handbook by OxyClassifieds Team Copyright 2006-2011

More information

Erik J. Loebl 2711 Shadowdale Drive (713) 409-7041 C

Erik J. Loebl 2711 Shadowdale Drive (713) 409-7041 C Name Erik J. Loebl 2711 Shadowdale Drive (713) 409-7041 C Houston TX, 77043-1714 e [at] loebl [dot] com Objective My objective is to work as a contractor for 40 hours per week with a company that can benefit

More information

eattendance System for Academic Institutions

eattendance System for Academic Institutions , March 18-20, 2015, Hong Kong eattendance System for Academic Institutions Gaurav Madan, Yashasvi Vedula, Anubha Varshney, Ranoo Sharma, B Vijayakumar Abstract This paper summarizes the work towards building

More information

Installing buzztouch Self Hosted

Installing buzztouch Self Hosted Installing buzztouch Self Hosted This step-by-step document assumes you have downloaded the buzztouch self hosted software and operate your own website powered by Linux, Apache, MySQL and PHP (LAMP Stack).

More information

Manage a Firewall Using your Plesk Control Panel Contents

Manage a Firewall Using your Plesk Control Panel Contents Manage a Firewall Using your Plesk Control Panel Contents Goals... 2 Linux Based Plesk Firewall... 2 Allow or Restrict Access to a Service... 3 Manage System Policies... 3 Adding Custom Rules... 4 Windows-based

More information

Enterprise Network Deployment, 10,000 25,000 Users

Enterprise Network Deployment, 10,000 25,000 Users Enterprise Network Deployment, 10,000 25,000 Users Websense software can be deployed in different configurations, depending on the size and characteristics of the network, and the organization s filtering

More information

MAGENTO HOSTING Progressive Server Performance Improvements

MAGENTO HOSTING Progressive Server Performance Improvements MAGENTO HOSTING Progressive Server Performance Improvements Simple Helix, LLC 4092 Memorial Parkway Ste 202 Huntsville, AL 35802 sales@simplehelix.com 1.866.963.0424 www.simplehelix.com 2 Table of Contents

More information

OrangeHRM Web Installation Guide for Windows

OrangeHRM Web Installation Guide for Windows OrangeHRM Web Installation Guide for Windows All rights reserved. Published in the United States of America. This publication is protected by copyright, and permission must be obtained from the publisher

More information

DocDokuPLM Innovative PLM solution

DocDokuPLM Innovative PLM solution PLM DocDokuPLM Innovative PLM solution DocDokuPLM: a business solution Manage the entire lifecycle of your products from ideas to market and setup your information backbone. DocDokuPLM highlights Anywhere

More information

Case Study. [Solaire System]

Case Study. [Solaire System] Case Study [Solaire System] INDEX Project Description... 2 Objective... 4 Challenges... 4 Solution... 4 Client Testimony... 5 Project Description One of our Canada based client wants us to develop Soalire

More information

Unit 21 Web design and prototyping

Unit 21 Web design and prototyping 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 21 Web design and prototyping A/507/5024 Guided learning hours: 60 Version 1 September 2015 ocr.org.uk/it LEVEL 3 UNIT 21: Web design and prototyping A/507/5024

More information

Magento User Guide. The Magento User Guide is here to help you through the process of setting up your store. The User Guide begins with an

Magento User Guide. The Magento User Guide is here to help you through the process of setting up your store. The User Guide begins with an Magento User Guide The Magento User Guide is here to help you through the process of setting up your store. The User Guide begins with an introduction to installing and configuring the basic settings for

More information

UTILIZING INTELLIGENT RESOURCE MANAGEMENT SYSTEM (IRMS) DASHBOARD TO AUTOMATE BUSINESS REPORTING TASK

UTILIZING INTELLIGENT RESOURCE MANAGEMENT SYSTEM (IRMS) DASHBOARD TO AUTOMATE BUSINESS REPORTING TASK UTILIZING INTELLIGENT RESOURCE MANAGEMENT SYSTEM (IRMS) DASHBOARD TO AUTOMATE BUSINESS REPORTING TASK Noorhasmaniza Ahmad 1 1 Mimos Berhad, Malaysia, hasmaniza.ahmad@mimos.my INTRODUCTION ABSTRACT. Managing

More information

Introduction to PhPCollab

Introduction to PhPCollab Introduction to PhPCollab PhPCollab is an open-source internet-enabled collaboration workspace for project teams. Modeled on Macromedia Sitespring, PhPCollab's architecture allows for the consulting team

More information

Web Vulnerability Scanner by Using HTTP Method

Web Vulnerability Scanner by Using HTTP Method Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 9, September 2015,

More information

Write a Web Application for Free Edition 2

Write a Web Application for Free Edition 2 Write a Web Application for Free Edition 2 Thomas Davenport This book is for sale at http://leanpub.com/writeawebapplication4free This version was published on 2016-01-27 This is a Leanpub book. Leanpub

More information

Since it is open-source, Magento s code is available free for download. Just go to www.magentocommerce.com/download to download your copy today.

Since it is open-source, Magento s code is available free for download. Just go to www.magentocommerce.com/download to download your copy today. Welcome to the Magento User's Guide CHAPTER 1 What is Magento Magento is a new professional open-source ecommerce solution offering unprecedented flexibility and control. With Magento, never feel trapped

More information

CheckItOut Developer Manual

CheckItOut Developer Manual CheckItOut Developer Manual version 1.0.0 CheckItOut Developer Manual Page 1/13 Table Of Contents Minimal System Requirements...3 Installation...4 Magento Connect Package...4 Zip Archive...7 Overview...9

More information

ECOMMERCE SITE LIKE- GRAINGER.COM

ECOMMERCE SITE LIKE- GRAINGER.COM 12/19/2012 ITFLEXSOLUTIONS ECOMMERCE SITE LIKE- GRAINGER.COM Developed by : IT Flex Solutions www.itflexsolutions.com *Please note that this is not a final proposal only an estimate of the time and type

More information

Executive Summary On IronWASP

Executive Summary On IronWASP Executive Summary On IronWASP CYBER SECURITY & PRIVACY FOUNDATION 1 Software Product: IronWASP Description of the Product: IronWASP (Iron Web application Advanced Security testing Platform) is an open

More information

JOBS PORTAL v1.1. What is Jobs Portal? How does it work? SUMMARY:

JOBS PORTAL v1.1. What is Jobs Portal? How does it work? SUMMARY: JOBS PORTAL v1.1 SUMMARY: 1. What is Jobs Portal? (p. 1) 2. How does it work? (p. 1) 3. Jobs Portal interface and Features (p. 3) 5. What packages are available for Job Portal and how could I order the

More information

Computer Information Systems Programs. Applied Computer Information Systems Associate in Science Degree and Certificate of Achievement

Computer Information Systems Programs. Applied Computer Information Systems Associate in Science Degree and Certificate of Achievement Computer Information Systems Programs The Computer Information Systems programs provide courses to improve students computer and software knowledge and skills. The CIS Associate in Science degrees enables

More information

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo. Create e-commerce website Opencart Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.com Create e-commerce website Opencart What is opencart? Opencart

More information

SANS Dshield Webhoneypot Project. OWASP November 13th, 2009. The OWASP Foundation http://www.owasp.org. Jason Lam

SANS Dshield Webhoneypot Project. OWASP November 13th, 2009. The OWASP Foundation http://www.owasp.org. Jason Lam SANS Dshield Webhoneypot Project Jason Lam November 13th, 2009 SANS Internet Storm Center jason@networksec.org The Foundation http://www.owasp.org Introduction Who is Jason Lam Agenda Intro to honeypot

More information

Backup and Restore MySQL Databases

Backup and Restore MySQL Databases Backup and Restore MySQL Databases As you use XAMPP, you might find that you need to backup or restore a MySQL database. There are two easy ways to do this with XAMPP: using the browser-based phpmyadmin

More information

Virtual Server Installation Manual April 8, 2014 Version 1.8

Virtual Server Installation Manual April 8, 2014 Version 1.8 Virtual Server Installation Manual April 8, 2014 Version 1.8 Department of Health and Human Services Administration for Children and Families Office of Child Support Enforcement REVISION HISTORY Version

More information

An Electronic Journal Management System

An Electronic Journal Management System An Electronic Journal Management System Hrvoje Bogunović, Edgar Pek, Sven Lončarić and Vedran Mornar Faculty of Electrical Engineering and Computing, University of Zagreb Unska 3, 0000 Zagreb, Croatia

More information

ZKTime 8.0 User Manual

ZKTime 8.0 User Manual ZKTime 8.0 User Manual Version: 1.2 Software Version: ZKTime 8.0.5 Date: Jan. 2011 About This Manual This document introduces the main function, the user interface and operations of the system. For installation,

More information

Software Requirements Specification

Software Requirements Specification CSL740 Software Engineering Course, IIT Delhi Software Requirements Specification Submitted By Abhishek Srivastava (2011EEY7511) Anil Kumar (2009CS10180) Jagjeet Singh Dhaliwal (2008CS50212) Ierum Shanaya

More information

LAMP [Linux. Apache. MySQL. PHP] Industrial Implementations Module Description

LAMP [Linux. Apache. MySQL. PHP] Industrial Implementations Module Description LAMP [Linux. Apache. MySQL. PHP] Industrial Implementations Module Description Mastering LINUX Vikas Debnath Linux Administrator, Red Hat Professional Instructor : Vikas Debnath Contact

More information

Installation Instructions

Installation Instructions Installation Instructions 25 February 2014 SIAM AST Installation Instructions 2 Table of Contents Server Software Requirements... 3 Summary of the Installation Steps... 3 Application Access Levels... 3

More information

PROJECT MANAGEMENT SYSTEM

PROJECT MANAGEMENT SYSTEM Requirement Analysis Document v.2 14.12.2009 CENG-401 SOFTWARE ENGINEER PROJECT MANAGEMENT SYSTEM (Project Manager) Ahmet Edip SEÇKİN 07010555 (Developer) Erhan ŞEN 07010507 (Developer) Semih Serdar CENGİZOĞLU

More information

Website release (including dissemination website)

Website release (including dissemination website) TyGRe High added value materials from waste tyre gasification residues FP7 Call for Proposals: FP7-ENV-2008-1 Grant Agreement No. 226549 D 0-B & D 9-A Website release (including dissemination website)

More information

Very Large Enterprise Network Deployment, 25,000+ Users

Very Large Enterprise Network Deployment, 25,000+ Users Very Large Enterprise Network Deployment, 25,000+ Users Websense software can be deployed in different configurations, depending on the size and characteristics of the network, and the organization s filtering

More information