Project 1 - Individual Student Project

Slides:



Advertisements
Similar presentations
Chapter 4 - Control Statements
Advertisements

Samsung Smart TV is a web-based application running on an application engine installed on digital TVs connected to the Internet.
Tutorial 6 Creating a Web Form
Introduction to Flowcharting
Introduction to Flowcharting A Supplement to Starting Out with C++, 4th Edition by Tony Gaddis Published by Addison-Wesley.
(C)opyright 2003 Scott/Jones Publishers Introduction to Flowcharting A Supplement to Starting Out with C++, 4th Edition by Tony Gaddis Scott/Jones Publishers.
The web site for the free bar code generator is below
Intro to Excel - Session 7.11 Tutorial 7 - Session 7.1 Developing an Excel Application.
Week 4  Using PHP with HTML forms  Form Validation  Create your own Contact form Please Visit:
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
WEB FORM DESIGN. Creating forms for a web page For your web project you have to design a form for inclusion on your web site (the form information should.
Web Technologies Website Development Trade & Industrial Education
CSS 404 Internet Concepts. XP Objectives Developing a Web page and a Website Working with CSS (Cascading Style Sheets) Web Tables Web Forms Multimedia.
Website Development with Dreamweaver
Lab 3: Language Structures User Interface Lab: GUI Lab Sep. 9 th, 2014.
1 Introduction to Flowcharting. 2 Writing a program Defining the problem –Write down what the program will do Planning –Write down the steps, draw a flowchart.
Flowcharts! January 13, 2005 These are today’s notes! Do you think we will get more snow?
Where does PHP code get executed?. Where does JavaScript get executed?
11 Project 2 Temperature Conversion (Not graded).
(C)opyright 2000 Scott/Jones Publishers Introduction to Flowcharting.
WEB FORM DESIGN. Creating forms for a web page For your web project you have to design a form for inclusion on your web site (the form information should.
New and Improved Financial Aid Help Service System for Clark Atlanta University By Shannon Parker.
Document Object Model Nasrullah. DOM When a page is loaded,browser creates a Document Object Model of the Page.
11 Project 2 Temperature Conversion. 22 Project 2: Temperature Conversion Write an ASP.NET Web Forms app to convert temperatures from Fahrenheit to Celsius.
CSD 340 (Blum)1 Introducing Text Input elements and Ifs.
1 Project 5: Leap Years. 222 Leap Years Write a program that reads an integer value from the user representing a year and determines if the year is a.
Guide to Using MYIBS Online Course Repository System using Claroline For IBS Students Only.
Programming for the Web Assignment One Dónal Mulligan BSc MA
Potential NEALP candidates Where is the data input site?
1 Project 12: Cars from File. This is an extension of Project 11, Car Class You may use the posted solution for Project 11 as a starting point for this.
BIT116: Scripting Lecture 05
ePerformance Management System
New and upcoming features in Sitekit CMS
Journal of Mountain Science (JMS)
Form Data (part 2) MIS 3502, Fall 2015 Jeremy Shafer Department of MIS
ALGORITHMS AND FLOWCHARTS
Weebly Elements, Continued
Student SOLE Page – Living Page
Reviewing online claims for OCR Nationals
Web Development & Design Foundations with HTML5
Using the HTML and CSS Validation Services
USER MANUAL Distributor Portal.
ASP.NET Web Controls.
Learning Systems Design & Development (LSDD) Track
JavaScript Functions.
Form Validation and AJAX
Introduction to Flowcharting
Javascript Conditionals.
CHAPTER 4 CLIENT SIDE SCRIPTING PART 2 OF 3
Inviting Applicants to Interviews/EVENTs
How to obtain a license activation key for InraPorc?
WEB 240 knowledge is divine-- snaptutorial.com. WEB 240 Entire Course For more classes visit WEB 240 Week 1 Individual Website Brainstorm.
Unit 27 - Web Server Scripting
More Selections BIS1523 – Lecture 9.
Form Data (part 2) MIS 3501 Jeremy Shafer Department of MIS
eDIRECT: User Management
Management Information System - MIS
Parent Site Parents Click Here To Apply
How to Create and Start a Test Session
In Class Programming BIS1523 – Lecture 11.
Form Data (part 2) MIS 3501 Jeremy Shafer Department of MIS
To the ETS – PNG Continuation: Online Training Course
In Class Programming: Credit card payment
Programming in JavaScript
Web SA: File Upload Function
Programming in JavaScript
Two methods to observe tutorial
Introduction to Flowcharting
Your Name: Date of Submission:
Retrieving information from forms
Presentation transcript:

Project 1 - Individual Student Project 1 Diagram to show functionality (Session 3 and Chptr 7) 3 HTML5 Pages (minimum) – Your main page will be the User Entry Form 1 .CSS Page (minimum – to keep style organized) 1 .JS Page (to keep code organized) Use (all at least once): If If…else 1 Message Box HTML5 Slider HTML5 Validation on all form entries Counter Any math operation Posted to FTP site for *functional* demonstration Submit Diagram and Matrix (next slide) for documentation Function errors and lack of functionality will be costly to your grade!

Requirements Matrix to Complete You will need to complete the requirements matrix below for submission with your diagram. Required Element How Used in Project 3 HTML5 Pages Mail HTML/Romney/Mitt CSS Page 3 CSS pages for all 3 HTML pages JS Page 1 JS page for the if/else fxn. 3 IF Selecting candidates fxn uses (if) If…Else “ “ also used if..else Message Box Displays name of matching candidate HTML5 Slider Age slider HTML5 Validation on all entries 3 Errors, but all seems ok? Counter Countdown till election day Any Math Operation Greater then/less then

Sample Diagram MailHTML .html Obama.html Mitt.html Selects Elements Here is a general example of what you are try to accomplish. You are using a series of user inputs to determine an outcome…in this case who would the user’s candidate. Session 3 introduces the symbology shown here (diamond indicate a decision such as if, else if, etc…). MailHTML .html Selects Elements Changes Nothing Changes inputs where as they Pick issues relevant to the candidate Left Leaning selections Right leaning selections Obama.html Mitt.html