Classes

 

 

 

 

 

 

Web Server -
Home Page - index.htm/default.htm/index.asp/default.asp
When editing a page an * appears with the name of the page when it has been edited but not saved.

Form - object
check box - radio/option button-text box -text area - group box -dropdown box-push button- picture- label Submit button, Reset button - search button -
Form properties vs object properties. Validation

Browsers - all do not support parts of FrontPage.
 

Bulleted List <ul> - numbered list <ol> - list item <li>

Data files - comma delimited - one row (record) for each form submitted
Access Data Base, - CSV -

Tables - border, width, cell padding, spacing, color background,cell aligment, draw table, eraser, draw line, table title,  nested table
<table>
<tr>
    <td> </td>
    <td></td>
</tr>
<tr>
    <td></td>
    <td></td>
</tr>
</table>

 

Formatting
    <h1>....
    <h6>
    Style
    Font
    Font Size
    Options for pasted text- Keep Source Formatting - Keep Text Only - Use Designation Styles
  Page properties <body background="oceans.jpg" textcolor="FF6f12"> 
  Shared borders -
Hotspots
    Circles, rectangles, polygons
    can be place on graphic

Hyperlink:
    <a href="http://www.earlwylie.com">Earl's Home Page</a>
    <a href="mailto:earl.wylie.solano.edu">Earl's e-mail</a>
    <a href="word.doc">Case History</a> to word document
    <a href="#bottom">Bottom</a>
    <a name="bottom">Bottom</a> - this is the target of the internal hyperlink.
    <img src="images/banner.jpg>
    graphic can be hyperlink - pixels

Pictures - jpg gif-can be transparent tiff  bmp pnp thumbnail
Alternate text - how do we get to it and why.?
disk based web (a:\), server based web(http:)
Text Wrapping, Cropping, Wash, selection handles
Frames - when to use
No body except Your browser does not support frames.
content frame, banner frame, main frame
<frameset cols="191,*">
  <frameset rows="*,29%">
  <frame name="contents" target="main" src="Contents.htm" scrolling="auto">    <frame name="Contact" src="Contact.htm" scrolling="auto" target="_self"> 
 <frame name="main" src="Appetizers.htm" scrolling="auto" target="_self">
</frameset>
  <noframes>

 

Web Components
    Dynamic Effects  
        Marquee
        Hover Button - java applet animation effects
        Banner Add Manager
    Hit Counter
    Web  Search
    Photo Gallery
    Link Bars
    MSN Component


   

Find and Replace

Tasks
Navigation click on page icon to display filename is status bar.
Folders
Page
Reports

Copyright © by Earl T. Wylie 2001, 2002,2003,2004,2005,2006,2007