I was of the opinion all was lost until
I got a letter from Mike Futrell.
(He's 14! See his WWWeb Site here)
He told me he had created a chat room for HTML Goodies. He also told me
he uses HTML Goodies a lot - (PLUG!) - but all that aside, I went and looked
and the room is there. And it worked! Stunned, I went to the source of
the room: SneakerChat.
I contacted Manu
Kumar, the person who runs SneakerChat and he gave me permission to
use and explain the beginnings of creating a SneakerChat Chat Room. He
would like you to come and read all the who's, what's, and why's before
you create your own room. I urge you to do so. And best of all - it's advertiser
supported. In plain English - that means IT'S FREE! WooHoo!
There are a couple of things you do need to change so the code below recognizes your page as a chat room. I have put them in bold in the code below. Here's what you need to do:
<CENTER>
<TABLE BORDER="0" WIDTH=90%>
</TD>
<TD WIDTH=90% VALIGN="top" >
</FONT>
</TD>
</TR>
</TABLE>
<HR NOSHADE WIDTH="90%">
<CENTER>
<TABLE BORDER=3 CELLSPACING=3 CELLPADDING=3 BGCOLOR="#000000" >
<TR ALIGN=CENTER VALIGN=CENTER>
<TD ALIGN=CENTER VALIGN=CENTER BGCOLOR="#000000">
<APPLET NAME="JavaTalkClient"
CODEBASE="http://www.sneakerchat.com/SneakerChat/classes"
ARCHIVE = "JavaTalkClient.zip"
CODE="JavaTalkClient.class"
WIDTH=550
HEIGHT=300
ALT="SneakerChat requires a Java-enabled browser! You do not have a
Java-enabled browser.">
<PARAM NAME="PORT" VALUE="8000">
<PARAM NAME="CABBASE" VALUE="JavaTalkClient.cab">
<PARAM NAME="ROOM" VALUE="Name The Room Here">
<PARAM NAME="ROOMLOGO" VALUE =
"Link to Room Logo Here (IMAGE URL)">
<PARAM NAME="ABOUTROOM" VALUE =
"Page People Log Into To Use Room (URL)">
<PARAM NAME="ROOMLINK" VALUE = "PAGE ROOM LINKED TO">
<PARAM NAME="BEEP"
VALUE="http://www.sneakerchat.com/SneakerChat/classes/sounds/ hi.au">
<PARAM NAME="FLOAT" VALUE="FALSE">
<PARAM NAME="PERSISTENT" VALUE="TRUE">
<PARAM NAME="ISOLATED" VALUE="FALSE">
<FONT COLOR="#A60000">
SneakerChat requires a Java enabled browser. <BR>
If you are seeing this message then you DO NOT have a Java-enabled
browser.<BR> It has been tested with<BR>
<A HREF="http://home.netscape.com/">Netscape Navigator</A><BR>
and <BR> <A HREF="http://www.microsoft.com/ie">Microsoft Internet
Explorer</A><BR>
Here is a <A HREF="http://www.sneakerchat.com/SneakerChat/SneakPeek.html">s
neak-peek</A> of what you are missing!<BR>
</FONT>
</APPLET>
</TD>
</TR>
</TABLE>
</CENTER>
<CENTER>
<P>
<FONT FACE="HELVETICA"><FONT SIZE=-2>
<A HREF="http://www.sneakerchat.com/SneakerChat/UsePolicy.html"
TARGET="SneakerChatTarget">Use Policy and Disclaimer</A>
<A HREF="http://www.sneakerchat.com/SneakerChat/ChatNews.html"
TARGET="SneakerChatTarget">News and Announcements</A>
<A HREF="http://www.sneakerchat.com/SneakerChat/FAQ.html"
TARGET="SneakerChatTarget">FAQ and Troubleshooting</A>
</FONT></FONT>
</P>
</CENTER>
Visitors to your chat page will be asked to first register by putting in their name, email address, a handle (nickname), a link to an image they want to represent them (keep it small), and their WWWeb URL. They then click on the "connect" button. If all goes well - they're connected. A list of everyone else who is connected pops up on the right.
Once connected, you type in what you want to post, click on a button and post it. The text you write comes up with a time stamp and your handle. It really is easy.