IQWST1 IQWST Everest Wu Juancarlos Aponte Chris Rogers Ashwin Vaidyanathan.

Slides:



Advertisements
Similar presentations
Alexander Carrington and Liam Martell. Introduction Client: Tom Goldsworthy – G-Group Security Project: Electronic Incident Reporting System Online access.
Advertisements

PHP SQL. Connection code:- mysql_connect("server", "username", "password"); Connect to the Database Server with the authorised user and password. Eg $connect.
Web Site Integration using WordPress MySql A presentation (that should have been made) to WordPress Meetup By Peter Mantos; Mantos I.T.Consulting, Inc.
A database is a collection of data that is stored in a computer system. Databases allow their users to enter, access, and analyze their data quickly and.
Murach's PHP and MySQL, C4© 2010, Mike Murach & Associates, Inc.Slide 1.
WEXTOOL User Guide v1.0 E.P. PLANETE B.B.R.. Plan Introduction & Architecture of Wextool Installation Scenario description Experimentation phase Saving/Synchronizing.
Montana DEQ Water Quality Planning Bureau William Puknat May 14, 2013.
Install WordPress with Xampp. By With Thanks to: Rupesh Kumar.
TYPO3 Content Management System College of Natural & Social Sciences Webpage TYPO3 Content Management System College of Natural & Social Sciences Webpage.
A complete web app using flex. You can use the flex builder to generate the php (server side) code for a flex-php application. As before, Php connects.
Automated Inventory Management Chao Li CS 491A Winter 06.
Computer Science (CS) Department Website Revision Final Report Alfredo Tigolo III.
Robofest 2001 Online Management System Jim Needham MCS 4833/01 Senior Project Dr. Chan-Jin Chung, Ph.D.
Securing Enterprise Applications Rich Cole. Agenda Sample Enterprise Architecture Sample Enterprise Architecture Example of how University Apps uses Defense.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
©2012 Microsoft Corporation. All rights reserved..
BY ALEXANDER STEPHENS RYAN PIERCY EmCare Mobile Scheduling Application.
MySQL + PHP.  Introduction Before you actually start building your database scripts, you must have a database to place information into and read it from.
Test Information Distribution Engine (TIDE). Understand the role and purpose of TIDE in supporting student success and achievement. Objectives TIDE.
DSCIntProc with LabVIEW 8.2 Motivation "Shared Variables" Difference to LabVIEW 7.1 New Configuration Tools.
Student registers to the website Student login Student views current courses Register for available courses View the first course item. with order number.
MySQL. MySQL is a Relational Database Management System (RDBMS) that runs as a server providing multiuser access to a number of databases. A third party.
Capstone – Team C Project: Sisters Of The Road
© 2014 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Senior Design III – Spring 2009 David Dawod Brandon Clark.
PHP and MySQL CS How Web Site Architectures Work  User’s browser sends HTTP request.  The request may be a form where the action is to call PHP.
Team Contractors Project: The creation of an Effective Contract Management System (ECMS) Client: Ashgreen Business Services Ltd Team: Nicholas Kelly, Colin.
Implementing LDAP Client/Server System for Directory Service By Maochun Sun Project Advisor: Dr. Chung-E Wang Department of Computer Science California.
Final Demo MedConnection Giant Squid Michael Cohen Robert Esho Chris Hogan Kate Kuleva Nisha Makwana Alex Rodrigues Rafal Urbanczyk.
Plant Accession Application Maintenance Manual. Accession Application Website Environment Overview WinHost.com ASP Pages VBScript Procs Constants Style.
By: Jayson X. Soto, Luis Ortiz and Javan Cooper This application allows users to search for the best place to hang out according to their budget. Locals.
Group 12 E-marketing. Safer and easier place for sellers to sell their products Transparency of deals (by keeping all the records about the purchases)
Login to a Database (from a Webpage), Inserting data into a database from a form, getting data from database and display on Webpage Done by: Mashail Alsolamy.
Ashley Montebello – CprE Katie Githens – SE Wayne Rowcliffe – SE Advisor/Client: Akhilesh Tyagi.
DataFlow Diagram – Level 0
MySQL Importing and creating a database. CSV (Comma Separated Values) file CSV = Comma Separated Values – they are simple text files containing data which.
PHP, Databases, and Cookies Dave Pease IDS496 12/2/2003
An Investigation into using a Document Management System Presented by: Bijal RanaSupervisor: John Ebden.
Codewriters – Data Management Overview of Codewriters NAIFA association and data management services Included with Codewriters Web Services Program. Including,
Self-Paced Learning Data Coaching Services: Course DCS-001.
The Juggernaut Team Tyler Douthitt  Project Manager  Lead Website Developer Mike Harman  Lead Programmer Eric Rakers  Lead Documenter  Lead Analyst.
Server-Side Solutions Steve Perry
MySQL MySQL and PHP – interacting with a database.
 To start using PHP, you can:  Find a web host with PHP and MySQL support  Install a web server on your own PC, and then install PHP and MySQL.
Open Source Web Development Brad Shields CEN/CET.
Resource Directory Superior Court of California County of Kern Attachment D.
Module 1: Introduction to Microsoft SQL Server Reporting Services
PMT/HPD Database University of Iowa. Current Database State 2 Database Locations  MySQL omega.physics.uiowa.edu Used by web interface on Iowa‘s HEP website.
Collecting and Processing Information Foundations of Technology Collecting and Processing Information © 2013 International Technology and Engineering Educators.
Test Information Distribution Engine (TIDE). Understand the role and purpose of TIDE in supporting student success and achievement. Objectives TIDE.
Interaction classes Record context Custom lookups.
Pennsylvania Information Management System (PIMS) PIMS Cognos Reporting Instructions December 2007.
How To Start a SQL server Connecting to SQL Server.
sTGC production database design
Web Application for Home Energy Assistance Program
Duval County Public Schools Education Information Network Project
Introduction to Web programming
PHP Overview PHP: Hypertext Preprocessor Server-Side Scripting
VUSE EECS LAB ASSESSMENT SYSTEM
Easy Way to Reset WordPress Admin Password on Localhost? Guided By: WPGLOBALSUPPORTWPGLOBALSUPPORT.
Web Systems Development (CSC-215)
Israa Al-Qarout & Zainab Qurie
Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Wednesday, 21 November 2018.
Individual Web Site Part I – Flowchart
PHP and MySQL.
TJHSST Website Redesign
Accessing Your MySQL Database from the Web with PHP (Ch 11)
TJHSST Website Redesign
Student Organizations
A Social Calendar for Local Events
Presentation transcript:

IQWST1 IQWST Everest Wu Juancarlos Aponte Chris Rogers Ashwin Vaidyanathan

IQWST2 Motivation Horizon Research, Inc. (or HRI)‏ –Research in math/science education –Standardized testing

IQWST3 Description –“Investigating and Questioning of World through Science and Technology” –Follows students through middle school –Analyzes progress in science classes –Experimental curriculum FOR MORE INFO...

IQWST4 Goals System for assisting test distribution –Web frontend –Database backend Manages scheduling, mailing, and contact info Doesn’t record actual test data

IQWST5 Why? Current system uses Microsoft Access –Access is clunky and obsolete –Database in need of redesign –Web access more efficient

IQWST6 Use Cases Users –HRI employees –2 levels of access Normal user: views/edits authorized projects Administrator: views/edits all projects, manages users

IQWST7 Technology PHP 5 MySQL 5 with phpMyAdmin Microsoft Excel Editors –WordPad, TextPad, NotePad, phpDesigner

IQWST8 Schedule Design Frontend Backend Deployment Jan FebMarApr Design Frontend Backend Deployment

IQWST9 Design DB Frontend Printing Database Website

Database IQWST

11 Database ~15 tables, largest about 1400 rows Data mass import –phpMyAdmin imports CSV directly into database

IQWST12 Current Status Website and database hosted on CS servers Next step: Finish backend and connect to frontend

IQWST13 Website Secure login Create projects Schedule test administrations View/edit info for: –Districts –Schools –Teachers –Classes

IQWST14 Demonstration Current website s08/IQWST/project/login_page.php