Do you want to create a Web site?
Confused by what you've heard and read? Here is my attempt at a simple
explanation of how to get a simple Web site going.
In this introduction, I assume the following:
The big picture:
Getting started:
You will need to download some free software. This is all safe, small software that won't screw up your computer. (I make no guarantees, but it's behaved for me for years.)
Install these programs.
Create a local directory (on your hard drive) where you will create and edit your site. Call this "public_html". Then in public_html make a subdirectory for pictures called "images" where you can put puctures used on your site. Remember that the names of all files in a Web site should have no spaces, and I recommend using no capital letters because capitalization matters when typing a Web address.
Creating a page: Open AOLPress. Create a new page and save it in the directory you created. Save the file as index.html, since this is usually the name you have to call your home page (the first page most people will see.) Type anything you like on the page -- this is just a test page. You can easily change it later. Save your changes.
Move the file you your Web server: Get online, if necessary. Open LeechFTP. Click on the lightning on the toolbar. Type in the name of the FTP server provided by AOL, MSN, or whoever is hosting your Web page. It might look like ftp.earthlink.net or something like that. Enter your username and password. Click OK. Then after a few seconds, the right pane will show your Web server directory. If you see a folder called public_html, you want you open that and put your files there. Click on the middle pane and browse to the directory on your PC showing your new WEb page (index.html). Drag the file to the right pane to upload it.
View the file on the Web: Open Internet Explorer. Type the address provided by AOL or whoever. You should see your page, if everything worked.
References: I recommend you save a few of these references for your, well, reference.
Questions? If the above references don't answer your questions, I probably won't know, either. Ask someone you know. However, after getting this far, you have a good start. Good luck!