
The Class Page is up. It's at:
I didn't know this:
http://216.71.27.184/vu/
and:
http://members.xoom.com/silverlf/
Subject: HTML-Haven Discussion Group
Author: Roz Fruchtman
Posted: 05 DEC 1998, 20:49 EST
Recently I opened up a new HTML Dicussion Group on OneList.com called HTML-Haven Discussion Group.
If anyone is interested please visit the group homepage at:
http://members.xoom.com/web_lady/html/html-haven.html
and get a better description of what we are all about.
If you have any questions you would like to ask me directly please feel free to
send an email to:
Roz Fruchtman at:
rfruchtman@earthlink.net
BTW, the group covers anything that is related to web design, including
graphics, browsers, scanners, midi files, email, email clients, ftp, webpage
promotion, search engines, etc.
Subject: Re: how to get the lessons on your desk
Posted: 16 NOV 1998
To get back into a classroom after the term has ended, students need simply contact Registrar@VU.org and the class will be put back on their desk.
Anne
Be sure to keep checking the BB at Your Desk for the latest classroom news. And Eagel's Fall Nest for overall class info.
IMPORTANT:I have just been told that the ICQ99a version some are receiving for download is pirated and not from ICQ. I will not d/l anything about ICQ except from their Mirabilis home site.
http://www.mirabilis.com
All kind of freeware and shareware for MACs By our own Inge
Christopher Flores WebTV help at http://members.tripod.com/~foodrelief/webtv-3.htm
From Blossom^: "Found this URL last night while discussing
design issues for Web-TV"
http://developer.webtv.net/Default.htm
This site will show you how your web pages look using various HTML
standards, including how it looks on Web TV
http://www.delorie.com/web/purify.html
Saving course Info.
If you use Netscape Communicator you can go to the communicator- page composer hit open page, put in the url you are wanting to save and then hit save as. (this saves all pictures also)
You can also try file, save page as, (but the pictures don't save with this one)
As for IE. I am not sure but it probably is close to the same, go to file and save as or save page as.
Granny-Wicked
Subject: Another good HTML tutorial resource
Author: Anne
Posted: 17 NOV 1998
http://www.pageresource.com/html/index.html
HTML PitStop has a lot of step by step tutorials for a lot topics related to making a web page.
The HTML tutorial by Stevie listed in the lesson one resources has disappeared and the author
has not written back to say if it will be available at a different location.
Anne
**********************
SCANNERS
Here is advice from another Internet friend Bec about buying scanners.
Anne
We did not look for a web page, probably should have.....my advice is
that you should buy a scanner that is "just" enough for the job. If for
web pages, the less resolution is cheaper and is all you need. If
photos for cards or desk-top publishing, then get the scanner that is
capable of the same resolution as the printer that is used. If saving
photos for the future, get a scanner with as high as resolution as
possible. When it comes to brands, there are many out there.....you
cannot go wrong with the name brands (Hewlet-Packard, MicroTek, Canon,
etc), but you will pay more. One should also pay attention to what
software is included (the better the software included, the higher the
cost), whether or not you need the transparency adaptor (usually an
"extra", more money) for slides, and the size. Some do just photo size,
some just 8x11, some legal and some even larger. I know that all the
computer mags have had articles rating scanners at one time or another,
so that may be helpful to check out. The biggest thing to pay attention
to: THE PRICE! Prices are dropping VERY rapidly on scanners! Ignore
suggested retail prices in magazine articles....they are usually several
months older than the magazine itself. Summed up: Resolution and name
brand increases the price. Either buy for the job (to keep price down)
or the future (to save photos at high resolution).
I hope that helps.....
Bec
**********************************************
Anne
If you are taking about indenting just the first word of a paragraph you need to use the special character code which is to make hard spaces. To indent the word 5 spaces you would use about five of them or however many you want in a row and then start your text
HREF="http://members.xoom.com/voicesmemory/tabledemo.html">Side By Side Table Demo
Author: Ghatten
http://members.xoom.com/voicesmemory/tabledemo.html
Here are the side by side tables inside another table.
This particular one was a challenge because the contents/side of the two tables were large.
Which in some cases will prevent this or make the table(s) scroll off horizontally!! (to be avoided!!)
Ghatten
############
Ghatten Replys:
Subject: Re: Promised Side By Side Table Demo
Author: Ghatten
Apparently, at least one Netscape 3 version imperfectly interprets adding the ALIGN attribute to tables.
Someone mentioned this was a problem in another class with a table that was part of a lesson---and AnneH had problems viewing some of the contents of the table with the
ALIGN="RIGHT" attribute set!!!
This problem was solved that by redoing the table, taking out the offending "ALIGN" attribute(s) and dividing the "exterior" table into two cells side by side with one of the smaller tables in each of the cells.
Tables are just one of those things that needs lots of "tweaking" and fiddling with!!
Have fun, even if it is a TABLE!!!
Jean/Ghatten
I like and use tables a lot.-eagel- Not frames though!
***************************************
Subject: Re: Vertical Rules for TABLES
Author: Otter
There are two easy ways to create a vertical line in a TABLE without enclosing the whole thing in a border.
One is to make a vertical .gif and place it in a separate cell between the two side-by-side paragraphs on your page.
The other, is to just add another cell between the two side-by-side paragraphs, give it a background color, use ROWSPAN if necessary for the length and insert either one letter of text in the same color as the background or   or
-- it would look like this:
You can see an example of this used between two images at --
http://www.geocities.com/CollegePark/Campus/4642/anikitty.html
Hope this helps -- Otter
***************************************
***********************************************************
I have a separate disk for every page(well almost)I have. It includes the html, sounds, gifs and anything else that appear on that page. Had a major crash and learned the hard way to back up a lot and in a variety of ways.
I bookmark my own pages in a folder on my personal toolbar. Once they are bookmarked I edit the bookmarks and go to bookmark properties and add the site where the page is uploaded. Got tired of uploading to the wrong site and wondering why the uploads hadn't taken when I refreshed.
***********************************************
Subject: html editor
Author: eagel
This is what I do to get to my html file to edit it offline.
1.Open my notepad. (start/programs/accessories/notepad)
2.Click on file
3. Click on open
4. I then go to Files of type:
and drop down the menu and click on 'All Files(*.*)
5. Then I go to the top 'Look in: box and drop down that menu.
6. Click on where the html file is located. Mine is on my c: drive.
7. then I double click on the html folder I want and that opens it up.
8. double click on the html file you want. If you only have .txt files of your html go ahead and pull one of them up.
9. AND if that is the case- that you only have .txt files do this:
Open that .txt file and immediately save as an .html file and place it in your HTML folder.Now always be sure that when you save this file after working on it that you also drop down the "Files of type: it all files so you can save it as an .html
***********************************************
From Otter:
As you start working on your new web pages, you will be making changes in
notepad
and then going to your browser window to see how they look.
Two important things to keep in mind --
1. After you make the changes in notepad, be sure to 'save' as your .html file
again
2. When you look for the changes on your browser -- you will probably have to
hit the 'Reload' button before they will appear on the screen
Often students think the edited changes aren't taking place because they don't
show up on the browser
your browser will read the last version that was
saved to it (whatever is in the cache) unless you tell it differently!!
***************************************
Free Web Space at http://home.fiberia.com/ 11 Mb
of space, cgi and SSL
********************************************
Most can easily see the whole page if you set the width for 600 when on a
system that displays at 640x 480 and those who have it set it at 800 will also not
have to scroll. You can then center the whole table with all of your tags so that it
will look better to those in higher resolution monitors.
Once again the tags don't show- guess I better find that tag soon or nothing will show up.
Anne
*********************************
Zonie
Posted: 06 NOV 1998, 18:15 EST
http://junior.apk.net/~jbarta/tutor/makapage/index.html
has the best tables tutorial I found for beginners, give it a shot : )
**********************************
Author: Avidcamper
Posted: 09 NOV 1998, 15:26 EST
Hello, this is a general question but related to perl, i am looking for web space
to put up pages where they allow you to run personal scripts (written in perl)
anyone who knows of a place or who can send me in the right direction it would
be greatly appreciated, thanks
Author: Zonie Replied
http://members.xoom.com/flfry/TQFK/
look under Web Supplys / Virtual University Web Supplys
near the bottom of the page are links to hundreds of places with free web
space, so allow cgi.
****************************
Subject: Class Page Is Up ! Please submit URL's
Author: Beverly
Posted: 10 NOV 1998
The Class Page is up. It's at:
http://216.71.27.184/vu/
and:
http://members.xoom.com/silverlf/
You can use either url.
Please send me your URL, name, and site description to me. If you don't see your page listed please send it to me, even if you have already posted it here. Thanks!
14 November21 November Last Chat!
Here are some basic instructions for getting set up.
I would suggest registering your nickname also at this point.
Irc Sounds TutorQuick and to the point.
1. After downloading and installing, the first screen you will see is one with the author's picture on it. Simply click on that screen and the program will load and start itself.
2. Click on the first icon in the toolbar that looks like piece of chain. This will disconnect you from the server and the icon will now look like a lightening bolt.
JUST a note here: You can drag around and resize the mIRC screens just as you do your Browser screens.
3. Go FILE/SETUP or click on the second icon - SET UP INFO
4. Go to the IRC Servers tab.
Click ADD
Under description put VU.
Under IRC Server put irc.greennet.net
Port #6667
Hit ADD.
(REPEAT this step with each of these servers: webmaster.webchat.org, irc.wiregrass.com, irc.vrml.com)giving them different descriptions. I don't put a description, I put the server name in both boxes.
4.VU or the last server you added ,should now appear in the window on the previous screen.
5.Under Full Name you can either enter your real name or anything you want.
E-Mail- enter your email addy
NICKname: Pick a name that you would like to be called during these chats. Not many of us use our real names. Also enter an Alternative name.
6.Click Invisible Mode
7.Click OK
Always hit OK after making any changes in mIRC.
Now Click on the lightening bolt and you will be connected and a status screen will popup.
Go to any room and
In the typing bar at the bottom of the status screen type this and substitute your secret password that you chose and your email addy.
/msg NickServ REGISTER your password e-mail address
For example: /msg nickserv register secretword ItsMe@hotmail.com
If the nickname you have chosen is already registered you will be told to pick a different name. Also I recommend writing down your password. You can register as many names as you wish. I would also suggest using the same password for them all. This will make things easier for you later.
8. Once you are registered and want to join the class chat type /join #chatcafe
9. You can type /join #irc-nest and come see if I am in my channel and I can help get you set up further.
Edited Logs from LadyBlacks Sound tutor class.

Eagle's Home Nest
Eagel's Fall Nest

Thanksgiving Party at http://www.geocities.com/TimesSquare/Portal/4230/holiday.html