Visual Classification of Football Teams

Slides:



Advertisements
Similar presentations
PHP and CSS to control web apps styles. CSS is used to style today’s web applications.
Advertisements

Project 1 Introduction to HTML.
Website Generator for SoftLab By Yohann SABBAH & Mikael V.H Cohen -Under the supervision of Viktor Kulikov- Final Presentation 7/20/2015.
1st Project Introduction to HTML.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
Chapter 14 Introduction to HTML
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
Web Design Basic Concepts.
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
Chapter 1 Introduction to HTML, XHTML, and CSS
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
INTRODUCTION TO DHTML. TOPICS TO BE DISCUSSED……….  Introduction Introduction  UsesUses  ComponentsComponents  Difference between HTML and DHTMLDifference.
Dreamweaver MX. 2 Creating External Style Sheets-1 (p. 400) n A style is a group of formatting attributes identified by a single name. n An ________ style.
Creating a Basic Web Page
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
How to create a website with HTML and PHP The very basics By Alexander Niehoff.
10 Adding Interactivity to a Web Site Section 10.1 Define scripting Summarize interactivity design guidelines Identify scripting languages Compare common.
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
HTML CSS JAVASCRIPT. HTML - Stands for Hyper Text Markup Language HTML is a ‘language’ that describes web pages. This language is a collection of codes.
WAD Web application for managing the indicators of the research activity in a university department.
How the Web Works Digital Histories Workshop Adam Crymble.
Dreamweaver 8 Introduction What you can do with Dreamweaver 8 What's new in Dreamweaver 8.
Introduction To HTML.  HTML stands for Hyper Text Markup Language.  HTML was developed by Tim Berners-Lee.  HTML is maintained by World Wide Web Consortium(W3C).
GOAL User Interactive Web Interface Update Pages by Club Officers Two Level of Authentication.
Louisa Lambregts, Louisa Lambregts
Dr. Venton Kepuska Donald L. Troup. Dynamic Web Calendar
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
1 Web-Dev- Program. SETEC Institute Management Information System Web-Development -by Lay Ratha ©-2011 Information.
Web Terminology Intro to Web. North Lake College 2 by Sean Griffin HTML vs. XHTML HTML: Hypertext Markup Language XHTML: eXtensible Hypertext Markup Language.
Jozef Goetz, STEM Summer Camp Dr. Jozef Goetz.
K1047BI - Digital Media Course Info Teppo Räisänen LIIKE/OAMK.
New and Improved Financial Aid Help Service System for Clark Atlanta University By Shannon Parker.
University of South Asia Course Name: Web Application Prepared By: Md Rezaul Huda Reza
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
1 ITEC 4830 Graphics Design Chapter 1 Dreamweaver MX 2004 Basics.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 13 A & B Programming Languages and the.
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.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
HTML Introduction HTML Editors HTML Basic HTML Elements HTML Attributes HTML Headings HTML Paragraphs HTML Formatting HTML Links HTML Head HTML CSS HTML.
Dreamweaver - Forms questionnaire, register, login, etc.
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative.
G046 – Lecture 2A Recognising Web-Technologies Mr C Johnston ICT Teacher
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
Equipment and Help Call Management System (EHCMS) PresentedBy Kevin Hsu 3/13/2003.
Alabama Educational Technology Conference
Web Basics: HTML/CSS/JavaScript What are they?
Project 1 Introduction to HTML.
Final Project Presentation
Chapter 1 Introduction to HTML.
Web Standards Web Design – Sec 2-3
Introduction to HTML.
Project 1 Introduction to HTML.
Web Standards Web Design – Sec 2-3
Using Access and the Web
Microsoft Office Illustrated
Introduction to web design discussing which languages is used for website designing
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi /42.
Prepared for Md. Zakir Hossain Lecturer, CSE, DUET Prepared by Miton Chandra Datta
Introduction to Internet Programming
Computer communications
Introduction to World Wide Web
CIS 133 mashup Javascript, jQuery and XML
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
Class 4: Building Interactive Web Pages
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

Visual Classification of Football Teams By: Logan McGuirk Instructor: Dr. Kepuska ECE 3553 Project Presentation

Purpose This project was created to allow people to quickly learn the conferences and divisions of professional football teams through a visual representation. This project also keeps track of users viewing the site, so a login was instituted with username, password, first and last name fields. People will be able to easily view the team logos, team name and access the team website through this project.

Technologies Used XHTML (Extensible HyperText Markup Language) CSS (Cascading Style Sheets) XML (Extensible Markup Language) PHP (PHP Hypertext Preprocessor) DOM (Document Object Modeling) AJAX and JavaScript MySQL Server

Project Parts Login Page Asks for username, password, first name and last name for new users, only username and password for returning users. Encrypts password with md5 hashing and sends entered information using PHP to a database in MySQL server. Uses PHP to tell user if their login was accepted or not and if it was, sends the user to a page where they can access the professional football team information.

Project Parts (continued) Football Team Logos and Information Uses nine XML files to organize the teams into their respective conferences and divisions. Uses AJAX JavaScript, and XML DOM to access the XML file’s tags, go through each one and place the team logos into a table. Also displays the team name when the mouse hovers over the logo and a link to the team’s website is on the logo itself.

Page Design CSS Background Used a Cascading Style Sheet document to give attributes to several tags. Also used inline styling to add to the styles defined in the CSS document. Background Used the CSS file to set a background image fixed in the center of each page. Also used a light background color so the text could be seen better.

Football Team Info Page Project Layout Login Page Access Granted? Yes No Logout Yes Football Team Info Page

Future Improvements Have more professional sport teams on different pages. Have a more professional page layout (I applied style to the project last and didn’t have enough time to get into detail). Allow users to upload their own sport images and store them on the MySQL server database so they can be sorted by their sport.

Conclusion Successfully implemented technologies learned in class with help from tutorial websites. Allowed for users to easily view the football teams and their respective conferences and divisions. Allowed room for expansion with more user interaction and more professional sport teams. Project URL: http://my.fit.edu/~mmcguirk/Multifarious_Project/Verification.html