TJHSST Website Redesign

Slides:



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

User Authentication with DB Cs346 Fall Requirements Web site is for registered users only – Username and password – Password is encripted.
Prime’ Senior Project. Presentation Outline What is Our Project? Problem Definition What does our system do? How does the system work? Implementation.
Introduction to Backend James Kahng. Install Node.js.
What is it? –Large Web sites that support commercial use cannot be written by hand What you’re going to learn –How a Web server and a database can be used.
IQWST1 IQWST Everest Wu Juancarlos Aponte Chris Rogers Ashwin Vaidyanathan.
Design Aspects. User Type the URL address on the cell phone or web browser Not required to login.
Multiple Tiers in Action
Complaint Desk Team 8. Introduction A web based system that records grievances. A web based system that records grievances. Users can report their grievances.
Website Generator for SoftLab By Yohann SABBAH & Mikael V.H Cohen -Under the supervision of Viktor Kulikov- Final Presentation 7/20/2015.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
Team 8 Capstone Project: Online Musical Instrument Store Andrew Szewczyk Gabriel Chaney.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
Developing an Undergraduate Distributed Development Course Gregory Conti John M. D. Hill Curtis A. Carver, Jr. United States Military Academy Department.
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
Grade Management System -Leo Barnabas Mariadoss Anthoniraj.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
Class 5 PHP MySQL Robert Mudge Reference:
Seraphim.  Our Clients: ◦ Ms. J’aimé Pfeiffer ◦ Ms. Jen Cannell  Guests ◦ Dr. Meg Fryling ◦ Dr. Darren Lim.
By Mircea Jivoin. Objectives Achieving the warehouse management over the internet using the SOAP Web Services Achieving the warehouse management over.
Student registers to the website Student login Student views current courses Register for available courses View the first course item. with order number.
JavaScript – Quiz #9 Lecture Code:
Feedback #2 (under assignments) Lecture Code:
Online Book store Course Name: Web Security Project 1 Presented by Amruta Raichurkar Videhi Patel.
Project Dragon Small Business Website Content Management System.
Final Demo MedConnection Giant Squid Michael Cohen Robert Esho Chris Hogan Kate Kuleva Nisha Makwana Alex Rodrigues Rafal Urbanczyk.
Fundamentals of Software Engineering Group 4 – OLBD Solutions Aakant Taurani, Jean Yoo Phil Breczinski, Steven Pingel.
LABORATORY DATA MANAGEMENT SYSTEM HARSHIT MAHESHWARI (10290) N V SUBBA RAO (10466) GUIDED BY PROF. T.V. PRABHAKAR.
SENIOR DESIGN TEAM 11 SPRING Title & Goal Title: Social network website for behavior change Goal: Design a social network that supports/monitors.
GOAL User Interactive Web Interface Update Pages by Club Officers Two Level of Authentication.
Web Design: Basic to Advanced Techniques Fall 2010 Mondays 7-9pm 200 Sutardja-Dai Hall Introduction to PHP.
CS779 Term Project Steve Shoyer Section 5 December 9, 2006 Week 6.
NovaBACKUP xSP Technical Training By: Nathan Fouarge
Project Weekly Update Shards Hunter Ridho Laksono / Saroeun Raum.
The basics of knowing the difference CLIENT VS. SERVER.
Client Side Requirement Unity3d game engine web plug-in Browser, Firefox, safari, IE, opera.
How Web Database Architectures Work CPS181s April 8, 2003.
Chapter 9 Using PHP with MySQL Part 2. view_users.php Script 9.4 on page 283 iew_users.php
Display Page (HTML/CSS)
Configuring Drupal Information Systems 337 Prof. Harry Plantinga.
1/7/2016www.infocampus.co.in1. 1/7/2016www.infocampus.co.in2 Web Development training gives you and all-round training in both the design and the development.
INFM 700 Project 3 (Aqua) - Akashdeep Ray - Arnaud Lawson - Neha AR - Vidisha Vedvyas.
EduGeek Logon Tracker Next generation user tracking.
OIS Progress on Drupal pilot service ENTICE meeting, 30 th September 2010 Jarosław (Jarek) Polok IT-OIS Operating systems and Internet services.
Dive into web development
Web Programming Language
Introduction to Information Security
A PRESENTATION ON (IN PHP,CSS,HTML)
Web Technologies Computing Science Thompson Rivers University
Final Project Presentation
Remember that our latest topics involve a more advanced look at how webpages work
B2C Online Store. B2C Online Store Group Members Introduction Name: Muhammad Gulfam VU ID: MC Program: MCS Supervisor: Muhammad Qamar Usman.
WordPress “WordPress is a free and open source blog publishing application.” Christina Vasileiou Database management system.
Providing Network Services
Forms Processing and Server-Side Scripts
Website SSL certificate. At the point when a site has a SSL authentication appropriately introduced on the server, a little green lock symbol will be.
MAJOR PROJECT PPT ON B-TOGETHER A Social Networking Site.
Web Systems & Technologies
PHP + Oracle = Data-Driven Websites
Login & administration page
Web Systems Development (CSC-215)
Web Systems Development (CSC-215)
Senior Project Spring 2018 Virtual Roll Call 4.0 Problem Solution
TJHSST Website Redesign
Using PHP with MySQL Part 2
DR. JOHN ABRAHAM PROFESSOR UTPA
Web Technologies Computing Science Thompson Rivers University
Client-Server Model: Requesting a Web Page
Web Servers (IIS and Apache)
Presentation transcript:

TJHSST Website Redesign By Martin Elthon Period 3

Reasoning Current website in a state of disrepair (Total Chaos)‏ Administration has to manually edit the news Poor site layout and backend

Progress -- Beginning Started with Rails – Switched to PHP Rails much more organized Supposed future of web design Too much “Black Magic” in Rails Current status PHP site Focusing on the Backend (management)‏ Login, adding and removing users, true authentication on the way Running on http, not securely on https

Progress -- Current Applications Client side Other LigHTTPD -- web server MySQL 5 -- database server PHP -- scripting engine Client side HTTPS -- Now secure (encrypted)‏ Auth. -- Working and secure XHTML & CSS Other PHPDoc -- Javadoc like documentation system

Progress -- Current Backend is done Frontend is started Web documentation is started

Progress -- Current

Structure -- Macro Macro-level Diagram of the Web Site Internet Internet Server Server LigHTTPD LigHTTPD MySQL MySQL MySQL MySQL PHP PHP XHTML + CSS XHTML + CSS

Structure -- Micro