ZACK FESTA, ADAM HOOD AND NATHAN DARLING Refrigerator Scanning System.

Slides:



Advertisements
Similar presentations
PHP SQL. Connection code:- mysql_connect("server", "username", "password"); Connect to the Database Server with the authorised user and password. Eg $connect.
Advertisements

Holistic Vehicle Tracking System Adam Elliott, Taylor Kinsella, Matthew Lillywhite, Christopher McNeil Future Transit Now.
© Anselm SpoerriInfo + Web Tech Course Information Technologies Info + Web Tech Course Anselm Spoerri PhD (MIT) Rutgers University
INTRODUCTION The Group WEB BROWSER FOR RELATION Goals.
Multiple Tiers in Action
Robofest 2001 Online Management System Jim Needham MCS 4833/01 Senior Project Dr. Chan-Jin Chung, Ph.D.
Introduction to Web Programming SCSC Mentoring Special Class Made Harta Dwijaksara –
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
Proposed Website By Raymond Chieng and Tim. This website design is based on a local Chinese restaurant which basically need to facilitate online ordering.
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
Intro to PHP Introduction to server-side scripts (It’s all good :D) © TAFE NSW
CGS3066: Web Programming and Design Summer 2014 Instructor Mir Anamul Hasan.
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
CSE3310: Web training A JumpStart for Project.
How to create a website with HTML and PHP The very basics By Alexander Niehoff.
Web Based Inventory Site Building Room Asset Number Category Type Description Serial Number Manufacturer Model Vendor Name Acquired Date P O Number Budget.
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.
INLS 623– I NVENTORY M ANAGEMENT A PPLICATION Instructor: Jason Carter.
Calendar System Dale Wassum August 4, 2004 CPSC 463 :: Summer II 2004 :: Dr. Pargas.
PHP and MySQL by Example COMP YL Professor Mattos.
Content Management Systems Week 14 LBSC 671 Creating Information Infrastructures.
HTML Hyper Text Markup Language A simple introduction.
Accessing MySQL with PHP IDIA 618 Fall 2014 Bridget M. Blodgett.
How the Web Works Digital Histories Workshop Adam Crymble.
AN INTERNET BANKING SYSTEM Term 4 Presentation Mohamed Hassan Ali Supervisor : Mr. Michael Norman.
12 Developing a Web Site Section 12.1 Discuss the functions of a Web site Compare and contrast style sheets Apply cascading style sheets (CSS) to a Web.
ASP.NET The Clock Project. The ASP.NET Clock Project The ASP.NET Clock Project is the topic of Chapter 23. By completing the clock project, you will learn.
Movies Music Outlet Jimmy Le, Ryan Quinagoran, Eric Mu JRE Media.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
By Bearzx Dive Into Web Introduction To WEB
1 CSC 301 Web Programming Charles Frank. PHP – Stands for:  Personal Home Page (originally),  PHP: Hypertext Preprocessor (now; follows GNU’s recursive.
Dr. Venton Kepuska Donald L. Troup. Dynamic Web Calendar
 Computer use language to communicate  A web browser will read these tags and translate it into what you actually see  Viewing Code of ESPN WebsiteESPN.
DataFlow Diagram – Level 0
SHAPE THE WORLD. WEB DEVELOPMENT.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
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
Overview Web Technologies Computing Science Thompson Rivers University.
Web Programming 3(3-0-6) Introduction to interactive, event-driven and dynamic web development; web programming with freeware and commercial tools;
CSE3310: Web training A JumpStart for Project. Outline Introduction to Website development Web Development Languages How to build simple Pages in PHP.
CODERS ADJUNCTION POINT Presented by, Rumana Ahmed Deeba Tazeen CSE final year.
The Brenkoweb provides the excellent online programming tutorial for the programmer in various languages like as PHP, SQL, HTML, ASP, Javascript,
Equipment and Help Call Management System (EHCMS) PresentedBy Kevin Hsu 3/13/2003.
PHP Assignment Help BookMyEssay. What is PHP PHP is a scripting language generally used on web servers. It is an open source language and embedded code.
Web Programming Language
Visual Classification of Football Teams
Group 18: Chris Hood Brett Poche
A PRESENTATION ON (IN PHP,CSS,HTML)
Web Technologies Computing Science Thompson Rivers University
Introduction to Dynamic Web Programming
SP-Portal2016 Developed by KRN-2016 Kevin Titong Ricardo Sandrea
Introduction to Advance Web Technologies
Using Access and the Web
Web Development Training
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
MAJOR PROJECT PPT ON B-TOGETHER A Social Networking Site.
Database Driven Websites
PHP + Oracle = Data-Driven Websites
Web Systems Development (CSC-215)
Automated Infrastructure as a Service
Tutorial 6 PHP & MySQL Li Xu
Introduction to World Wide Web
Web Technologies Computing Science Thompson Rivers University
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
Hypertext Preprocessor
Restaurant IT Solutions
Information Technologies Anselm Spoerri PhD (MIT)
Presentation transcript:

ZACK FESTA, ADAM HOOD AND NATHAN DARLING Refrigerator Scanning System

Agenda Introductions Project Background Accomplishments Challenges Budget Conclusion Acknowledgements Questions

Background There is no device that helps people remember what is in their fridge/expiry dates of their products. We wanted to create a device that allows people to insert a product and expiry date. The device then tracks the products and alerts the user when a product is about to expire.

Accomplishments We successfully created a web app for our project, with personalized login and home pages for each user. We were successful in updating a database via a barcode scanner. We successfully were able to sort items by expiry dates per user. We successfully created a secure hash for user passwords. We all learned how to take on the role of project manager and learned how to conduct meetings.

Challenges Adam: Trying to find a barcode scanner code for cheap Zack: Figuring out the login page, as well as troubleshooting the code. Nathan: Figuring out the countdown code, as well as troubleshooting the code.

Budget Hardware: Since most of the hardware was donated, our actual costs were a mere fraction from the anticipated costs Equipment and Facilities CostQTYCostActual Cost HP Proliant DL385 G7 Server1$ $0 Monitor 23”1$140$0 School Issued Laptops3$0 External Hard Drive1$150 Keyboard/Mouse1 each$50$0 Windows Server 2008 R2 – Standard1$882.00$0 Total $ $150

Budget (cont.) Operating costs ItemHours (projected)Hours (Actual)RateCost (Projected)Cost (Actual) Zack Festa10881$90$9720$7290 Adam Hood11274$90$10080$6660 Nathan Darling10556$90$9450$5040 Total325 hrs211 hrs $29250$18990

Conclusion Thanks to this project, there is now a framework for others to build upon. This idea should help people in remembering what is in their fridge and when the products expire.

Acknowledgements Jason Fisher – Assisting us when we needed supplies and answering our questions. Candace VanApeldoorn – Assisting us with web/database code. StackOverflow – website that helped us out wikiHow – website that helped us out W3schools – website that helped us out

References Wikipedia, “QR code” [Online]. Available: [Accessed 20 November 2014] Wikipedia, “Web Application” [Online]. Available: [Accessed 20 November 2014] Wikipedia, “XML” [Online]. Available: [Accessed 20 November 2014] Wikipedia, “Barcode reader” [Online]. Available: [Accessed 06 April 2015] Webopedia, “HTML HyperText Markup Language” [Online]. Available: [Accessed 06 April 2015] Webopedia, “SQL – Structured query language” [Online]. Available: [Accessed 06 April 2015] TechTarget, “PHP (Hypertext Preprocessor)” [Online]. Available: [Accessed 06 April 2015]

References TechTerms, “Javascript” [Online]. Available: [Accessed 06 April 2015] Wikipedia, “Cascading Style Sheets” [Online]. Available: [Accessed 06 April 2015] StackOverflow, “How can I lookup data about a book from its barcode number” [Online]. Available: from-its-barcode-number [Accessed 13 February 2015] from-its-barcode-number DreamInCode, “HTML/PHP/PHPMYADMIN Form Validation” [Online]. Available: [Accessed 20 March 2015] StackOverflow, “Form validation and mysql database connection” [Online]. Available: [Accessed 06 February 2015] wikiHow, “How to create a Secure Login Script in PHP and MySQL” [Online]. Available: [Accessed 02 February 2015]

Questions?