Posted on March 24 2001

Checked:
May 9 2001
 
 

BACK

CONTACT

LESSONS

LESSON ONE
LESSON TWO
LESSON THREE
LESSON FOUR

HTML TOOL BOX

COLOR CODES
TABLES & CELLS



SETTING UP SHOP

         To set up shop you need to have the shop building. Apply to your ISP (Internet Service Provider) for the address to your shop lot in their computer (known as the Server). My ISP is Singnet so I will use Singnet for my illustration. The basics can be applied to other ISP but like all IT matters (it is not identical).You may encounter problems and you will have to use your imagination to solve them. If you are using a paid ISP you can contact their website manager for assistance. If you are using a "free" ISP you can share with me your problem. I will try to help you to figure it out. But I will strongly encourage you to sign up with Singnet. I find their services reasonable and for the normal monthly Internet charge you will be provided 2MB of cyberspace. That is sufficient for what I am doing so far.

TO SIGN UP FOR A WEB PAGE WITH SINGNET

         Assuming that you have a Singnet Internet Account, then when you logged into the Internet you will see the SingNet home page. At the top there will be: PRODUCTS, CUSTOMER SERVICES, SIGN UP, HELP
  • Click CUSTOMER SERVICES

    For Home Users
    Just enter your UserId and you will be able to access to the utilities below:-
    The facilities supported only IE4 / Netscape 4 & above.


    UserID
  • Type in your user ID, ENTER
    Click here if you are a SingNet 56K Dial-up User
    Click here if you are a SingNet Broadband User
  • Click 56K Dial-up User

    SingNet Dial-up & Others:

    Internet Email Alert
    Personal Pages
    • Create your personal pages account
    • Personal pages index page
    • Change your web password
    • Check your disk usage
    • Change your counter value
    • Reset your web password
    • Remove your web account
  • Click Create your personal pages account

    SingNet Personal Pages

    When you create a Personal Page account on the web server, you will enjoy:
    1. 2 MB Disk Storage
      [Note : Please dial in to SingNet when uploading your web files as ONLY SingNet ip addresses will be allowed to connect to the web server via FTP
    2. One Counter
    3. Personal Pages Index Page
    Here are the facilities available (for Mbox2 and above users)
    1. Personal Pages Index Page
    2. Create your Web account
    3. Remove Your Web Account
    4. Change your Web Password
    5. Reset your Web Password
    6. Check your Disk Usage
    7. Change your Counter Value
  • Click Create your Web account

    Create Your Web Account Here!

    User ID :
    Dial-in Password :
    Please choose a suitable "real name" for your account.
    This name will appear in the personal pages index if its
    UNIQUE and begins with an alphabet.

    Finger Name :

    Email :

    Please enter a VALID singnet email address so that your login information can be sent to you.

    Note: Finger Name: Only name that does not coincide with another user will be displayed in the Personal Pages Index Page. You will not be able to change this name after creation of your web account (So try not to give a silly name which your will regret later).

  • Enter your singnet email address.
  • If you keyed in your data wrongly, click Reset and try again. No problem.
  • Submit

             You will then wait (the longest will be a day) and for a reply in your email.

    My reply

    Hi drscng, Your Personal Pages account has been activated. Please login with

  • Userid: (This is your Internet user ID. Nothing new)
  • Password: (This is your home page password. You need this to transfer (upload) your home page in the ISP server. It is different from your Internet password).

  • This will be followed by instructions on how to upload your pages. They are not written for IT illiterate like me, and I found it a great problem to obtain assistance to do so. Finally I did it and I will share the knowledge with you in the next section.

  • Your url is http://web.singnet.com.sg/~drscng/

    This will be your shop address. Any Internet user, from any part of the world can come and visit your shop by clicking onto this address in their web browser. There is no difference between http://web.singnet.com.sg/~drscng/ and http://www.singnet.com.sg/~drscng/

    A Counter has been automatically created for your use. To use your counter, simply include the line in your html page < img src="/cgi-bin/Count.cgi?df=drscng.dat" > To use it as a time clock... < img src="/cgi-bin/Count.cgi?display=clock" > And finally, to use it as a date clock < img src="/cgi-bin/Count.cgi?display=date" >

  • INSTALLING THE WS_FTP

             FTP is the acronym for File Transfer Protocol. It is the software that transfers the files from your PC to the ISP server. You can find it in the CD provided to you when you sign up an Internet Account with Singnet. You will most likely have it in your computer already when you install your Internet. It should be in the Program Folder.

             If you have not install the entire program from the CD then you will have to re-install it. The installation is very friendly and you should have no problem with this. (If you are lost here contact me). For other ISP users you can download this soft-ware free from www.ftpplanet.com. Of course you will have to pay for the Pro version. In our case the LE version will do fine.

    UPLOADING

             This is to load all the files you have prepared into the server. Once in the server everyone in the whole world can see your work when they enter your address into the Internet.

             Try to be organised before uploading your files. Use your own system. Only two terms you need to worry about. Files and folders. A file is a file. If it is a written text it will be .htm, then there is the graphic files. A folder is where you place your files. So far we have kept all our files in the floppy disc using drive A, and all our graphics in a folder in the same floppy disc. Let us assume that we have two text files, index.htm and L1.htm, and one image file (named web.jpg); and you have kept the image file in the images folder you have created in the floppy disc. If you consider your floppy disc as a directory, then the images folder is a subdirectory.

             In Singnet (my ISP) the directory assigned to the user has a similar structure. There is an images subdirectory folder present. For other ISP you may have to create your own subdirectory, which is a very simple procedure. The instruction should be provided.

             Whatever it is you must decide on the structure before you load, since the links written must be able to locate the needed connection.

             I will now organised my server directory according to what we have in our floppy disc. All the text files will be in the main directory and the graphics in the images folder. Then to link the image (web.jpg) to the file just use the tag

    < img src="images/web.jpg" >
    To link one text file (L1.html) to the other (index.htm) just use the tag
    < a href="L1.html" >     (marker)     < /a >
    Note that I have used html instead of htm. This is because Singnet can only read html and cannot comprehend htm. Now you are finally ready to upload.

             Open up the starting screen of your PC, the Window. Click on the Start button at the bottom of the left hand corner.

  • Program
  • WS_FTP
  • WS_FTP95LE
  • You will then have to fill up the following
  • Profile Name: (choose web page)
  • Host Name / Address:(type in web.singnet.com.sg, or according to the account given to you)
  • Host Type: (choose automatic detect)
  • User ID: (Your Internet ID)
  • Password: (This is the web site password given to you)
  • Execute
  • You will now enter the WS_FTP screen

    WS_FTP

    You will see two windows.
  • The left window is labeled Local System. The first item under the blank space is a bend green arrow pointing upwards.
  • There is a center pillar with two arrow buttons
  • The right window is labeled Remote System. Under the blank space you will see the following items
    • _private
    • images
    • public_html
    • index.html
  • Click public_html so that it appears in the blank window above.
  • Go over to the left window and click on the bend arrow. The contents under it will change. Actually it is displaying the directory of the folders in your PC. You will have to find your drive A by using the click and row down the screen functions.
  • When you see folder A in the window, click on it and you should see the images folder and the index.htm and L1.htm files listed.
  • The first step is to change the htm into html. Highlight index.htm, go to the center pillar and click Rename and change index.htm to index.html. (Your index file should now read index.html). Do the same for all your htm files.
  • Highlight index.html, click the arrow button pointing to the right, in the center pillar.
  • At the bottom left hand corner you will see some activity telling you that the file is being transfered to the ISP server. Wait until it says listing is complete. This will take less than a second. You have uploading your index.html file onto the server. Do the same for all your text files in your main directory.
  • Now let us move on to the images. Highlight images folder on the left column (that is the images folder in your computer) and again click the arrow button pointing to the right. Wait until listing is complete. This will take a little longer. But still less than a second.
  • Close the screen, go back to your Singnet Window and log in your address.
  • You should see your Home Page.
  • Click on all the links to see that they were linked correctly.

             If you encountered any problem try to figure out what is wrong. Give it a good try. You will learn more about how the technology work in the process. Of course you can contact me as the last resort. I will try to share with you whatever I know.


    IF ONLY I HAVE A SHOP, I CAN DO MY OWN BUSINESS                                                    YOU CAN SET UP YOUR SHOP NOW !!