8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004.

Slides:



Advertisements
Similar presentations
ASIAES Project Overview Satellite Image Network for Natural Hazard Management in ASEAN+3 region Pakorn Apaphant Geo-Informatics and Space Technology Development.
Advertisements

PHP and MySQL Database. Connecting to MySQL Note: you need to make sure that you have MySQL software properly installed on your computer before you attempt.
Web Site Manual. The LDYSL Web Site Overview The LDYSL will rely extensively on their web site to operate We need all teams to play their part in keeping.
DePaul Bears Try Your Luck!. What is “ Try your Luck? ” Retrieval System that allows the user to view the winning Illinois lottery numbers from a cell.
Basic concept Technologies we have used The Design Problems, challenges & solutions Educational Gain.
The Jukebox Orian Paz & Yair Cleper Instructor: Viktor Kulikov Semester: Spring 2009 Final Presentation.
Multiple Tiers in Action
SQL Forms Engine Koifman Eran Egri Ozi Supervisor: Ilana David.
Point of Sale System With Remote Capabilities by Justin Dansby CPSC 463 SPRING 2004 Dr. Pargas.
+ Connecting to the Web Week 7, Lecture A. + Midterm Basics Thursday February 28 during Class The lab Tuesday, February 26 is optional review Class on.
INFM 603: Information Technology and Organizational Context Jimmy Lin The iSchool University of Maryland Wednesday, March 26, 2014 Session 8: Ajax and.
O-Mopsi Project Presentation Zhentian Wan,Vladimir Tikhomirov, Surendra Maharjan, Olawumi Olayemi,
Crystal Hoyer Program Manager IIS Team Preview of features that will be announced at MIX09 Please do not blog, take pictures or video of session.
GPS Tracking An overview of the i730 GPS tracking application and web service Eamon Moore CPSC 463 8/4/2004.
Drunk Dial Final Presentation Steven Hollar Brent Foster Chris Wagner James Pendleton Anish Verma.
Confidential - © 2012 StreamWIDE © StreamWIDE
Calendar System Dale Wassum August 4, 2004 CPSC 463 :: Summer II 2004 :: Dr. Pargas.
Tour Guide Customizable map guide and path finder. By Saurabh Zadgaonkar Cpsc 663.
Flex Data Communications Nick Kwiatkowski, Michigan State University.
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.
Putting it all together Dynamic Data Base Access Norman White Stern School of Business.
Problem Statement: Users can get too busy at work or at home to check the current weather condition for sever weather. Many of the free weather software.
ASP.NET 2.0 Caching Techniques + Ajax Overview Rahul Deshmukh CIS 764 – Database Design.
Financial Information Management Changing data in a DB Stefano Grazioli.
Traffic Update Rob Whitten CpSc 463 Clemson University 8/4/04.
Dynamic Programming with PHP (mktime), Cookies, SQL, Authentication.
Mobile Traffic Information System An Interactive Mobile Gateway Application.
DataFlow Diagram – Level 0
 Architectural overview  Main APIs. getGames.php getGroupsLocations.php getGroupsScores.php getMessage.php getStreet.php getTime.php login.php sendMessage.php.
Implementation of a Relational Database as an Aid to Automatic Target Recognition Christopher C. Frost Computer Science Mentor: Steven Vanstone.
WINDOWS AZURE MOBILE SERVICES AN INTRODUCTION Bret Stateham Technical Evangelist
CU Student Organizer Trey McAlhany CPSC 482 Mobile Software Development Clemson University April 30, 2015.
MySQL. Is a SQL (Structured Query Language) database server. Can be accessed using PHP with embedded SQL Queries Supports Large DB’s, 60,000 tables with.
Project Created by: Aakriti Nakarmi Anthony Aguilar Jennifer Wilson Laurence Wilson Suraj Tamrakar Under the Supervision of Professor.
ADO.NET FUNDAMENTALS BEGINNING ASP.NET 3.5 IN C#.
Welcome to Azure App Services! Amie Seisay
EMPLOYEE MANAGEMENT SCHEDULING SYSTEM Rockstar Solutions.
How Web Database Architectures Work CPS181s April 8, 2003.
A Mobile Library Management System Advisor: Dr. Shen Student: Ananta Gampaa November 8 th,2005.
+ Back to html / php / sql. + HTML Hello World Page Title Hello World!!
MUSIC GENRE JUKEBOX. CLIENT SPECIFICATIONS Audio Player Create, delete, and modify play lists Play, pause, stop, skip, fast forward, and rewind Send Streaming.
Financial Information Management FIM: Databases Stefano Grazioli.
Financial Information Management Business Intelligence Putting VBA & SQL To Work.
CSE 403 LCO Presentation Chris Scoville. Operational Concepts Create a built in 411-type system in a cell phone Allows the user to find a person’s phone.
Financial Information Management Modifying data in a DB Stefano Grazioli.
© Stefano Grazioli - Ask for permission for using/quoting: Stefano Grazioli.
/16 Final Project Report By Facializer Team Final Project Report Eagle, Leo, Bessie, Five, Evan Dan, Kyle, Ben, Caleb.
Mobile SMIL Jason Daniels Ben Bedinghaus Ryan Ware.
Wireless Excursion of Clemson University over Pocket-PC (WECUP) A project under the guidance of Dr. Pargas for CPSC 663 A Project on By Sameer Potdar for.
LABMATE A PROJECT MANAGEMENT MOBILE APPLICATION Presented By: Tempestt Neal CPSCX81: Mobile Device Programming Using Android Spring 2014 Dr. Roy Pargas,
Databases Stefano Grazioli.
PHP (Session 2) INFO 257 Supplement.
SharePoint Broken Link Manager
With Remote Capabilities by Justin Dansby
WML & Web Service Adam Drewes
Submitting your Web-based Systems Final Project Guidelines
ICT Database Lesson 1 What is a Database?.
What is Database? A database is a collection of data with defined structure and purpose. Data can easily be accessed, managed, and updated. Data can be.
Zicheng Wan and Yuan Gao CPSC 6820, Clemson University
EPICS IOCs – Relational DB
Accessing Your MySQL Database from the Web with PHP (Ch 11)
SharePoint Broken Link Manager
Mobile Access to MessageGrid
Network Controllable MP3 Player
Online Multilevel Media Sharing
Updating Databases With Open SQL
Power BI/Excel Dashboards for Managerial Analysis and decision making
Updating Databases With Open SQL
Presentation transcript:

8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

8/4/2004 Overview Features Project Design Database Tables Technology Used Demo Conclusions Future Works Acknowledgements Q&A

8/4/2004 Features From a cell phone: Fans can view players’ profiles See what their favorite players look like Manually and automatically retrieve current weather conditions before, during, and after the game

8/4/2004 Mobile phones connect to the Clemson Web Server DCIT Web Server contains WML & PHP files that can be accessed externally PHP files sends and receives data to and from Hogwarts Hogwarts ASP.Net (C# files) MFootballWeb.aspx Register.aspx ViewImage1.aspx MessageSender.cs MS SQL Weather Web Service t/websvcs/v1.0/weather. asmx DB queries, inserts, updates, take place Weather web service is consumed by the.Net files Project Design

8/4/2004 Database Tables Fans Cell_Phone Context Provider Fname Lname City State Zip Send Interval _Zipcode Players: ID Position Number Fname Lname Height Weight Classification Images Img_id Img_path Player_id Player_num

8/4/2004 Technology Used.Net Architecture MS SQL C# PHP WML

8/4/2004 Project Demo Searching for player’s information Viewing player images Retrieving current weather conditions Setting up automatic weather updates

8/4/2004 Conclusions PHP was an easy alternative to using SOAP and it works well with WML Do not put images in the database. Use the path to the image Carefully think about your database design and project so you don’t have to keep changing your database to incorporate your project ideas

8/4/2004 Future Works Expand the database to include more player and coach information View scores from around NCAA ( updated scoreboards ) Automatically sent to phone or manually retrieved Include Audio of players and coaches interviews, talks, etc. Video clips of plays Player Comparison from other teams

8/4/2004 Acknowledgements He Zheng Rashmy Appaneravanda All my other 463/663 classmates Amanda Mikell Dr. Pargas

8/4/2004 Q&A