Note: All instructions on this page are provided on an as-is basis. Author assumes no liability for the consequences of use or misuse of these instructions. Use at your own risk
Did you ever wonder how to do something using a computer? I have. There are a lot of different sites out there that have bits and pieces of the huge puzzle that is computers. I've decided to create an all-inclusive reference for doing just about anything. I am only one person and I am starting today, 3/11/05. As I solve the mysteries of software, I shall document them in a direct and simple manner.
Find out more about me and why I would do something this crazy. You can take a peek at my website and learn all my tricks by clicking on View->View Source. Click here to go to my website. As I learn how to do things, I will document them here.
There are only 3 things you need to do webpages, and you already have 2 of them.
You will need to work with your ISP to get a spot on their webserver dedicated to you. Most ISP's provide this, but with some very low cost ISP's it is extra. For $20 a month, you should be able to get dial-up, 2 emails and 10mb of webspace. If not, look for a different provider
Your ISP should have given you a sheet of paper with a bunch of userids and passwords. You will have a network access id/password and an e-mail password. If you are going to do webpages, you will also have an FTP userid and pass, which will be the same as your network access password.
type in:
<h1>My Website</h1>
and you will get
Save the file to the c:\www directory as "index.html"
Now we can transfer this file to your web server
Go to the FTP software of your choice, and click on the file you just created. There should be some arrows pointing back and forth. Generally your computer is on the left and the web server is on the right. Now click on the right-pointing arrow. You should see some stuff happen and after a bit, the file should be on both sides of the screen. Congratulations, your page is now on the web.
Open your web browser. In the address box, enter the address of your web site. Generally, it will consist of 3 parts all jammed together:
Other servers may create the address differently, depending upon the server software they are using and how they have it set up. Check with your ISP, they usually have a support page. Another method is:
Type this all in with no spaces, then tap the enter key. You should see your web page appear saying "My Website" in big letters. Congratulations, now you are able to test what you have entered.
The next step is to start adding content. The most basic type of content is text.
<p>body text</p>
<ul>
<li>list item</li>
<li>list item</li>
<li>list item</li>
<li>list item</li>
</ul>
Which is the best operating system?
What kind of computer should I buy?
How do I protect my computer from a Virus or Spambot Attack?
Why are the links on my website greyed out?
There are 2 possibilities:
How do I find out if a domain name is available and if not, who is squatting on it?
Please send me a comment via email. I'd love to hear from you
This page was created using software I wrote myself using Borland C++ Builder 5.0.
©2005 Charles C. Bader