Design a page like that seen on the left. The images and descriptions are provided in the zipped file.

Slides:



Advertisements
Similar presentations
How to use action buttons For interactive PowerPoint shows.
Advertisements

Citavi – Attaching Ebook Chapters from EBSCOhost to Reference Records.
News Headlines Activity 16.
Mail Events Summary Select your course Announcements Calendar Student Zone Chat For Students.
Symbaloo Save, access, and share all of your online resources in one central location!
Microsoft FrontPage Monday January 28, The Basic FrontPage Setup.
Mail Events Summary Select your course Announcements Calendar Instructor Zone Chat For Instructors.
Presentation Title Subtitle or Date. Formatting Issues Addressed Bullets ●All bulleted slides (single, double, combo text/image, etc…) have been corrected.
Events Part III The event object. Learning Objectives By the end of this lecture, you should be able to: – Learn to use the hover() function – Work with.
FrontPage Express By John G. Summerville Ph.D.©, RN.
The Tab Button Tab Button Ruler TAB Left Tab Text aligns to the left from this tab.
ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417 Microsoft Expression and More about working with web sites.
Graphing Linear Equations From the beginning. All the slides in this presentation are timed. You do not need to click the mouse or press any keys on the.
If a user is unable to save a query when choosing the Excel with Headers file type (e.g., FMIS times out and exits while waiting for the query to save),
CPSC 203 Introduction to Computers T43, T46 & T68 TA: Jie (Jeff) Gao.
05/09/ Introducing Visual Basic Sequence Programming.
How to Download and Install a Sharp Print Driver on a Mac.
Jquery IS JQuery Jquery Example of mouseover event that shows a submenu when menu selected: $(‘#menu’).mouseover(function() { $(‘#submenu’).show();
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
KJOlinski.com - RapidHMI INTRODUCING RapidHMI AND PLCExplorer.
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
Should have seen something like this last week What does do? stands for table row and starts a new row in the table.
Web Technologies Website Development Trade & Industrial Education
Introduction to Graphical User Interfaces. Objectives * Students should understand what a procedural program is. * Students should understand what an.
Using Netscape to Design Basic, Yet Beautiful Web Pages! With Designs by Dan EIL 301, spring 2000.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 6 Dynamic Documents With JavaScript.
JavaScript Part 1.
Jump to first page 10/2/2015 Learning PowerPoint A Tutorial Start.
G053 Lecture 14 Adding Graphical Rollovers Manually Mr C Johnston ICT Teacher
1 Committed to Shaping the Next Generation of IT Experts. 02: Enhancing the Web Page HTML.
Columns run horizontally in tables and rows run from left to right.
Language Club KompoZer Design View. Files you will need  Images  pages  Templates  Text.
Action button “search” will query the jobs table once clicked.
PHP Form Introduction Getting User Information Text Input.
Using an HTML image (img) element’s onclick event to change the source (src) of an iframe to an embedded youtube video.
Internet & World Wide Web How to Program, 5/e. © by Pearson Education, Inc. All Rights Reserved.
QuickPlace Web Site A QuickHowTo Chris Edmondson.
Click to edit Master title style Events Homework 1 Answer Keys are available (‘Homework’ link). More practice questions will be posted tonight (‘Homework’
Agenda Lists Purpose Types of Lists: Unordered Ordered Definition.
Lesson: 2 Common Features and Commands After completing this lesson, you will be able to: Identify the main components of the user interface. Identify.
WDMD 170 – UW Stevens Point 1 WDMD 170 Internet Languages eLesson: Variables, Functions and Events (NON-Audio version) © Dr. David C. Gibbs WDMD.
Accessible Web Publishing Wizard For Microsoft® Office E-Series Webcasts Best Practices for Microsoft® PowerPoint.
Links in HTML What you need to know….. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another.
Schoolwires Calendar App. Calendar Overview Calendar app uses the same color scheme and fonts as the rest of the IRHS site.
Maths Worksheets 100 Question Times Tables Test
Creating Tables in a Web Site HTML 4 Created by S. Cox.
Dr. Ahmet Cengizhan Dirican BIL 374 Internet Technologies 6. Dynamic Documents With JavaScript.
Identifying Icons. Look at the following icons that are found on the desktop. What do they open?
Internet & World Wide Web How to Program, 5/e.  JavaScript events  allow scripts to respond to user interactions and modify the page accordingly  Events.
Microsoft Word Tutorial Albert Kalim. Topics You Should Know About Start MS Word Start MS Word Open a document Open a document Enter text Enter text Change.
THE MOUSE Left Click THE MOUSE Right Click.
Applying CSS to Tables Stylish Tables.
Downloading and Preparing a StudentVoice File for SPSS
Beginner Publisher.
Making Templates Accessible
Student Worksheet Timeline Project Directions
New PowerPoint Template
Image Analyzer John Ponte SAS Abstract References
New PowerPoint Template
Tonya Easterwood HRMS Trainer
Making Templates Accessible
How to Submit Google Docs to the Homework Drop Box
You will need to click the login button here
The Smooth Motion: Case Study in Algorithmic Solving
Tips on good web site Design
Microsoft PowerPoint 2010 Lesson 2.
Events Part III The event object.
Headlines here in upper and lower case
Headlines here in upper and lower case
Headlines here in upper and lower case
Presentation transcript:

Design a page like that seen on the left. The images and descriptions are provided in the zipped file.

mouseover event Have it that when the user places the mouse over the table cell with a name, the color of the cell changes to a lighter color, the portrait of that person appears on the upper right, and the text about that portrait appears in the lower right. Try to design the page so that the page does not “jump” around too much (or preferably at all) when the image changes.

mouseout event When the mouse is moved out of the cell (and presumably NOT into one of the other cells), the image should return to the default image. Since you will need to remember the default image and text, you will need a variable for this purpose. The color of the cell should return to normal.

click event If the user clicks in a cell, then change your variable(s) for the default information to that corresponding to the cell clicked on. (Notice that there is no light color associated with the mouseover event, yet Henry VIII is the showing rather than Prince Edward. That’s because the user had clicked on Henry VIII making him the new default.