Do: Home Page Form-1 Form-2 Form-3 as described in following slides. Document in Word as usual. Three-tier Architecture Assignments This is a possible.

Slides:



Advertisements
Similar presentations
DATA WAREHOUSE QueryLink TUTORIAL QueryLink is used to retrieve Campus data for Departmental use. This tutorial presents an overview of the point and click.
Advertisements

Jeopardy Objects Navigation Buttons True/False Parts of a Report Vocabulary Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final.
Tutorial 1: Developing a Basic Web site
The Online Activity Module A brief description of the Activity Reports.
 novel gmbh 2001 April 2001novel projects 9.3 novel projects novel gmbh Ismaninger Straße Munich Germany
1 Introduction to OBIEE: Learning to Access, Navigate, and Find Data in the SWIFT Data Warehouse Lesson 6: Navigation in OBIEE – Completing the Tour of.
Use of this software acknowledges the acceptance of the Terms of Service licensed to Ma Foi Consulting Solutions Ltd. All rights reserved.Terms of Service.
Links and Comments.
Automating Tasks With Macros
CIS101 Introduction to Computing HTML Project Two.
Adding a Syllabus Link. Let’s add the syllabus to the homepage. Return to the homepage Click “Add File” To get to the homepage, click the Course Content.
The Online Activities Module OAM Describing the F-7 & F-7A.
Each coach or manager has to perform the following tasks before the season starts Activate their My Team account Enter their player roster Enter their.
Using the File Manager WebCT 6. Understanding File Manager The File Manager is the area where all course files are stored. Whenever you link a file in.
Creating FrontPage Tasks The task view allows you to add information about what you want to accomplish when creating your Web site.
Using Frames in a Web Site
Exporting Gradebook Detail to PASS Step 1: Call Peggy and let her know that you wish to have your Gradebook detail displayed in PASS. She will create the.
Prepared by Jennifer Kreie, New Mexico State UniversityHosted by the University of Arkansas Microsoft Enterprise Consortium SQL Fundamentals Using two.
PLP Guide1 Training Guide for Inzalo PLP Management.
Access Lesson 2 Creating a Database
 First time student activates their google account, they need to go to an internet browser and go to  drive.google.com/a/students.macon.k12.nc.usdrive.google.com/a/students.macon.k12.nc.us.
2015 Webmaster Training. 1.Site Navigation RWD Structure Sharing content areas 2.Dynamic Content Updates News/Blog Containers Calendars – Priority, Standard.
Server-side Scripting Powering the webs favourite services.
DocuShare Training Welcome to DocuShare Training.
HTML, XHTML, and CSS Chapter 8 Adding Multimedia Content to Web Pages.
1.  Use the anchor element to link from page to page  Configure absolute, relative, and hyperlinks  Configure relative hyperlinks to web pages.
COYBL Spring 2013 Coaches’ Meeting How to Use the COYBL Website.
Go to your school’s web locker site school name.schoolweblockers.com) Your user name is the first letter of your first name, the first 4.
Prepared by Jennifer Kreie, New Mexico State UniversityHosted by the University of Arkansas Microsoft Enterprise Consortium SQL Fundamentals SELECT … FROM.
Tutorial 5 Windows and Frames Section B - Working with Frames and Other Objects Go to Other Objects.
JSP program that interacts with HTML form & Access Data Base.
New Perspectives on XML, 2nd Edition Tutorial 9B1 USING XML AS A DATA SOURCE TUTORIAL 9B.
June 23, 2001Database Creation Review and Exercises1 Database Creation Review 10: :30 Team Building Exercise ……………………….. John 10: :30 Database.
Microsoft Access 2000 Presentation 1 The Basics of Access.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create and Open a Database Create and Open a Database.
TFACTS Scanning/Saving Procedures for Saving RHET Packets and Other Documents into TFACTS.
26 Mar 04 1 Application Software Practical 5/6 MS Access.
Microsoft FrontPage 2003 Illustrated Complete Creating a Form.
For internal use only / © Siemens Industry Inc. 2010For internal use only / © Siemens Industry Inc Siemens Industry, Inc. Industry Mall Available.
Any Sports League A Sample Presentation Depicting the Requirements of Your Group Project.
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
Using Frames in a Web Site Project 6. Project Objectives Project 6: Using Frames in a Web Site 2 Define terms related to frames Describe the steps used.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
© Copyright 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. HP Restricted Module 8.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring Forms, HTML5 layout.
Adding & Subtracting Polynomials. What is a Polynomial? View this Cool Math lesson introducing Polynomials.Cool Math lesson There is only the 1 page of.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring Forms, HTML5 layout.
Table of Contents I: Create an automatic TOC Get started on a table of contents A TOC may be a simple list of chapter titles, or it can include several.
PEMBINA TRAILS Portal System User Guide Prepared by: Jo-Anne Gibson Acadia Junior High Teacher-Librarian.
Literature searches are a good option for beginning your Gramene search. This tutorial will describe how to search for citations on rice, as well as other.
Log into Log into the SPORT NGIN site or create an account if this is your first time in.
Delta Gamma Website Training. Chapter Websites 3 Custom Designs Delta Gamma Branding P.A.R Let’s take a look…
1 Blue Whales During its summer feeding season, a blue whale eats about 4 tons of food every day. To find about how many tons of food a blue whale eats.
UNCLASSIFIED 1 UNITED IN SERVICE TO OUR NATION Manage Enclosure Documents for Requirements Package.
HTML Tables Tables are defined with the tag. A table is divided into rows (with the tag), and each row is divided into data cells (with the tag). td stands.
Participating in NCTN Studies NCI codes, Rosters, and Roles
Delta Gamma Alumnae Website Training
Database application MySQL Database and PhpMyAdmin
Sigma Kappa Website Training
PeopleLink Development 1 Page Guide
Basic HTML and Embed Codes
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Website Walkthrough March 21, 2018
1. What Google app created this assessment?
Make sure you are logged into the site
Grocery Store Outline csc242 – web programming.
1.1 Expressions and Variables
EMAP Read Only User Training
Texts.
Community-Engaged Partnership Database: VCU’s Commitment to Community Engagement
Presentation transcript:

Do: Home Page Form-1 Form-2 Form-3 as described in following slides. Document in Word as usual. Three-tier Architecture Assignments This is a possible project you can do. It would be even better and more interesting to you if you created an application of your own that used similar capabilities.

League [ teamName, teamID ] Managers [ managerName, teamID ] Players [ playerName, playerPosition, teamID ] Project Tables teamId is a shared attribute.

Home-Page link-to-form-1 link-to-form-2 link-to-form-3 The home page links to the forms. Each form in turn links back to the home page.

Form 1 team ID Roster of Players Player-namePlayer-position Similar to Lab2exp03.jsp Browser home-page-link List teamMembers

Form 2 Player added 1. Add or Delete player in DB depending on radio-button choice selected. Louie Player-name pitcher Player-position 007 Player-teamID Name Position teamID Louie pitcher 007 Select option add-player del-player 2. Displays table shown [ for add ] else indicates Player [ for delete ] Else: deletion message – if deleted Lets you add or delete a player.

Form 3 Manager Name managerPlayers Team-Name: ___________ Player-namePlayer-position This is trickier because: managerName is 1 st used to retrieve teamID teamID is then used to retrieve teamName teamID is also used to retrieve players etc home-page-link This uses sequentially dependent queries. Finds a manager’s players.