c251info.htm

NOTE: All hyperlinks are by permission of authors. Notes are not copied to this webpage.



  • Placeout Exam - Ready! Click here

    COOL Tools


    Lecture Week 13: Frames

    1. Web page projects are due the last day of class
    2. Work on completing Web page design projects

    Objectives

    1. Finish web page projects

    HOMEWORK

    1. Email your webpage changes for review to the TA & Instructor

    Lecture Week 12: Frames

    1. Review tags and webspage design of class
    2. Web page design projects

    Objectives

    1. Finish web page projects

    HOMEWORK

    1. Email your webpage changes for review to the TA & Instructor

    Lecture Week 11: Frames

    1. Frames: An introduction
    2. Frame Note example
    3. Basic Frame Syntax
    4. Sample files
    5. Sample Code output

    Objectives

    1. Creating frames

    HOMEWORK

    1. Send the URL of useful websites to be added to the "COOL TOOLS" section.
    2. Add the learned html tags to your webpage
    3. Email your webpage changes for review to the TA & Instructor

    Lecture Week 10: Create Image Maps

    An imagemap is a special kind of hyperimage, divided into sections by coordinates. Each section of the imagemap activates a different hyperlink. Instead of a list of hyperlinks, we can use an image that is interactive and interesting.

    1. Creating the Image
      • By scanning an image of a map , chart, or picture
      • Create a collage of scattered images
      • Scan a photo of an object
      • By downloading images from various sites on the internet to use as imagemaps
    2. Create the map
      • Define the hotspot in the image selected
      • Define the borders between the hotspots of an image map.
      • assign a target URL for each hotspot
      • define a default point for clicking outside a hotspot
      • MAP FILE - the file that contains region information.
      • Example 1: IHIP - ImageMap Help Page
      • Example 2: Mapedit
    3. Write the HTML Code
      • Display the image map with the (IMG) tag
      • Add the ISMAP attribute
      • Example: Given: The image is called RACWRLD.GIF and the map file is RACWRLD.MAP
      • Code : (a HREF="http://www.intrex.net/costello/racworld.map") (IMG SRC="racwrld.gif" ISMAP)(/A)
    4. Set up the Server
      • CGI Script - Common Gateway Interface script is supported by the server.

    Imagemap Information Links

    1. Mapedit
    2. NCSA Imagemap Tutorial
    3. IHIP - ImageMap Help Page

    Objectives

    1. Creating Image maps

    HOMEWORK

    1. Add the learned html tags to your webpage
    2. Email your webpage changes for review to the TA & Instructor

    Lecture Week 9: Review the Student Webpages

    1. Each student is to give a short (3 minute) presentation of their web page.
    2. Fellow students will provide suggestions and feedback

    Objectives

    1. Check student progress

    HOMEWORK

    1. Add the learned html tags to your webpage
    2. Email your webpage changes for review to the TA & Instructor

    Lecture Week 8: Create Images on Web pages

    1. Adding images to web pages
    2. Color schemes

    Adding images to web pages

    Color schemes - used with BODY tag

    Objectives

    1. Adding images to web pages
    2. Color schemes

    HOMEWORK

    1. Add the learned html tags to your webpage
    2. Email your webpage changes for review to the TA & Instructor

    Lecture Week 7: Advanced HTML Features

    1. Creating Tables

    Creating Tables

    Adding images to web pages

    Color schemes

    Objectives

    1. Creating Tables
    2. Adding images to web pages
    3. Color schemes

    HOMEWORK

    1. Add the learned html tags to your webpage
    2. Email your webpage changes for review to the TA & Instructor

    Lecture Week 6: Creating HTML LINKS

    1. Relative pathnames - used locally on current website
    2. Absolute pathnames - used to link to another website
    3. Port numbers
      • 21 - FTP
      • 25 - TELNET
      • 80 - http
    4. Generral syntax for writing hypertext link: (A HREF="protocol://host.domain:prt/path/filename")TEXT / graphic(/A)
      • Protocol types: http, file, gopher, telnet, ftp, wais, mailto, news.
      • Host.domain : Iht internet address of the server
      • Port : 21,25, 80
      • Pathe/filename
      • Text to hightlight
    5. Same Document link - Lecture Week 4
    6. Different document link
    7. Telnet to another Computer Telnet to the Duke Library catalog
    8. Link to a mail program Email Richie!
    9. Link to a newsgroup Brazillian Culture Newsgroup

    Objectives

    1. create HTML links between HTML docs in a website
    2. cretae external links
    3. TELNET to another computer
    4. Link to a mail program

    HOMEWORK

    1. Add the learned html tags to your webpage
    2. Begin your concept of your web page
    3. Next lecture - _____________________

    Lecture Week 5: HTML LINKS

    1. Placeout Exam - Ready!
    2. Hypertext link is called an anchor.
    3. Anchor tags (A) and (/A)
    4. HREF Attribute - specifies a target
    5. Format is (A HREF = "URL address">Text or graphic to highlight in document (/A)
    6. clicking on the text or grahic will activate the link
    7. You can create HTML links to connect to:
      • Another document
      • Another section of the same document
      • another computer - TELNET
      • a downloadable file
      • a mail program
      • a newsgroup

    Objectives

    1. create HTML links between HTML docs in a website
    2. cretae external links
    3. TELNET to another computer
    4. Link to a mail program

    HOMEWORK

    1. Add the learned html tags to your webpage
    2. Begin your concept of your web page
    3. Next lecture - _____________________

    Lecture Week 4: Organizing Web Documents