Web Resources - a listing of quality resources useful to any web author... graphics, javascripts, cgi, etc.
GateKeeper - cool password protection with javascript.
Magic Buttons - learn to make javascript mouseovers.
Joke Break - a joke a day helps keep high blood pressure away.
Works pretty good, doesn't it! Now just for giggles, let's add a link from your home page to me at pagetutor.com. Open up home.html and plug it in. Make sure you add the proper TARGET because although I really like you, I don't want to show up in your window.
<HTML>
<HEAD>
<TITLE>A Practice Page- Home</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1 ALIGN=center>You are home.</H1>
Welcome to my homepage! This page should be attractive and
easy to navigate because my teacher Joe, besides being VERY
handsome, has taught me the right way to build Frames!
<P><CENTER>Enjoy your stay!</CENTER>
<P>Visit Joe at <A HREF="http://www.pagetutor.com/"
TARGET="_top">pagetutor.com</A>.
</BODY>
</HTML>
Since first writing Frames Tutor, I have gotten many letters from people asking how to load two (or more) frames with one mouse click. This is reasonably easy to do. Since it's a "special occasion" kind of thing, and not normally used to develop framed pages, I'm keeping it kinda sorta separate. Unless you are specifically looking to add this feature to your pages, feel free to skip it.