CMPS 002 - Computer Literacy

Prof. Paulo Franca

CyberSlug Rules!

Classes

Class Syllabus

Grading Policy

Labs

Interact

Login

  • enter system
  • get attendance
  • submit work
  • take lab quiz
  • check scores

Help

Help me!

Links

Staff only

 

 

 

Datacare   Ahshay

 

Web Pages and Web Sites

To Create Web Pages

  • Try to plan what you want to do

  • Purpose of main pages, how to link them

  • Make sure to deliver your message

  • Pleasant to the user

  • Contains: text, images, links, multimedia files

Tools to create pages

  • HTML  - what is it?

  • Web authoring software

    • Netscape

    • Mozilla

    • Claris

    • MS Front Page (also extensions)

      • if the web server has Front Page extensions you may update the pages directly in the server

Testing your pages in your own machine

  • Just use your browser

Uploading to a web server

  • Your own server?  

  • install: Apache,MS Personal Web Server, others

    • accessible by IP unless you register a domain and point to your machine
    • dynamic IP's may not always be accessible
  • Commercial server?

  • Cats server - free for you

    • Create a folder "public_html" in your home directory
    • Move your pages to this directory
    • Home page should be named "index.html" or "index.htm"
    • You must give permissions for public access to this directory
  • To upload:

    • Fetch or FTP

    • MS Front Page

Making your pages visible

  • Unix server may demand that you change permissions.