|
|
MS Front Page Tutorial 5 Key Terms
FrontPage ComponentsThe hover button is the second FrontPage component the
student has inserted into the Web site. The
first was the marquee. Remind
students that not all browsers can display all the FrontPage components.
If the developer is concerned about visitors to the Web site being able
to see everything that has been entered into the site, it should be tested with
a variety of browsers. While students have the component drop-down window open,
have them look at the list of components available. Explain that they will be using most of these components in
later chapters (if they go on to the comprehensive version of this text).
They could also read about each of these components by pressing help and
then typing the name of the component in the index box. Explain that the FrontPage components are actually Java
Applets (short programs) that provide a particular functionality to the Web
page. When a Web page is loaded
that has a Java applet, the program is read and interpreted by the browser that,
in turn, executes the Java code. As the students change the properties of the hover button
encourage them to try other colors and other effects just to see how they work. Dynamic HTML (DHTML) DHTML is an extension of HTML providing additional features
that can be added to a Web site to increase its functionality.
Once again, the browser being used must be able to support the DHTML
commands that are added to the page. In
the text, students will create page transitions and animations but there are
many other things they could do with DHTML. The following is a direct quote from the help system on
DHTML. Consider reading this to
students or have them go to the help and read the information on DHTML “Dynamic HTML (DHTML) is a Microsoft enhancement
to HTML version 4.0 that lets you create special effects such as text that flies
off the page one word at a time, or rotating billboard-style transition effects
between pages. However, some Web browsers don't support DHTML, so pages
containing DHTML might not be displayed properly or might contain errors when
viewed by some site visitors.” Page Transitions Your students likely have had some experience with
PowerPoint. If this is the case,
explain that the transitions they are creating here are very much like creating
transitions in PowerPoint, which control the way the slides appear on the
screen. Viewing the DHTML code Explain that the code they are looking at is a Java Applet
and could be added to another page to create the same hover button or animation.
Often programmers will use an HTML editor like FrontPage to create an
initial effect then copy the code to another page or site and edit as desired. Creating the Navigation Structure Students should understand that they would be unable to
create a FrontPage navigation bar unless they have first created the structure.
The navigation bar will be built around the structure that is created.
It is important to have the appropriate hierarchy of the pages in the
navigation structure for the navigation bar to work properly.
The navigation structure tells front page how the various Web pages are
related to one another. Shared Borders Using shared borders is a simple way to provide the same “look” to all the Web pages in the site. Any changes that are made to a shared border in any page, which uses the shared borders, will be reflected in all other pages that use them. |