cis101 introduction to computing

33
CIS101 Introduction to Computing Week 06

Upload: nydia

Post on 11-Feb-2016

22 views

Category:

Documents


0 download

DESCRIPTION

CIS101 Introduction to Computing. Week 06. Agenda. Your questions Resume project HTML Project Two This week online Next class. HTML Software. WS-FTP, 1 st Page 2000 Software, download instructions can be found at: http://csis.pace.edu/cis101/. Discussion Board. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: CIS101 Introduction to Computing

CIS101Introduction to Computing

Week 06

Page 2: CIS101 Introduction to Computing

Agenda Your questions Resume project HTML Project Two This week online Next class

Page 3: CIS101 Introduction to Computing

HTML Software WS-FTP, 1st Page 2000 Software,

download instructions can be found at:http://csis.pace.edu/cis101/

Page 4: CIS101 Introduction to Computing

Discussion Board This week it’s Steve’s and Mike’s

turn Need at least three topics for

discussion

Page 5: CIS101 Introduction to Computing

The resume project Your first version of your online

resume should be posted to your Web space

Go to Course Material, click Student Web Space Addresses to view your classmates’ online resumes

Page 6: CIS101 Introduction to Computing

Download HTML Data Disk Create folder on desktop named

“Incoming” Go to Blackboard, Course Material,

HTML Student Downloads Link Right click HTML 2e data files.exe,

select Save Target As, and save to incoming folder

Page 7: CIS101 Introduction to Computing

Download Data Disk cont. Double click file 6543-9d.exe When winzip begins, select “Unzip” Files are now extracted to c:\

Course Technology\6543-9 Images needed for project two are

in this folder

Page 8: CIS101 Introduction to Computing

Project Two Add links to another Web page Create a home page Use images Use text formats (bold, italic) Insert a background image Add an e-mail link Add an image link

Page 9: CIS101 Introduction to Computing

Project Two cont. Create links within a Web page Set link targets Describe types of image files Control image sizing Locate images

Page 10: CIS101 Introduction to Computing

Introduction to Links Hyperlinks (or links) are used to connect

a Web page to another Web page Links can also be used to create an e-

mail link Either text or an image can be used as a

hotspot for a link The mouse pointer usually changes when

positioned over a hotspot URL appears on status bar when the mouse

pointer is over a hotspot

Page 11: CIS101 Introduction to Computing

Creating text links The most common form of link Words are the hotspot With text links, always use descriptive

text as the clickable word(s) Unless otherwise stated, the color of

text links is dependent upon browser-defined defaults (see table 2.1) Format to change link colors: <BODY LINK=“color” VLINK=“color”

ALINK=“color”>

Page 12: CIS101 Introduction to Computing

Linking Within a Web Page Allows visitors to move quickly

from one section of the Web page to another

Important for large Web pages (p. 2.08) Move to next section Table of contents

Page 13: CIS101 Introduction to Computing

Other common links Link to another page in the same

Web site (sometimes called internal links)

Link to a page in another location (external links)

Link to e-mail (opens up e-mail message addressed to e-mail location)

Page 14: CIS101 Introduction to Computing

Creating a Home Page A home page is the main page of a

Web site Visitors usually view the home page

first Identify the purpose of your Web site Links should be apparent Include an e-mail link

Page 15: CIS101 Introduction to Computing

Begin project two Start 1st page 2000 Begin entering HTML code on p.

2.13

Page 16: CIS101 Introduction to Computing

Web page images (p. 2.17) Classes of Images

Inline images – display on page directly External images – only display when visitor

clicks a link to display them Image types

JPEG GIF Interlaced GIF

Image attributes table 2-4

Page 17: CIS101 Introduction to Computing

Including Images in a Web page Images are physically in a separate file

in some image format (jpeg or gif) Your HTML code only has a reference to

the image (i.e. its file name) For this project to display properly, all

image files must physically reside in same folder as your HTML document

Page 18: CIS101 Introduction to Computing

To include images in project two Save your HTML code in a folder on the

desktop Find the directory for the HTML data

disk (c:\Course Technology\6543-9) Copy these files (using drag and drop)

into the same folder as your HTML file:greyback.jpgbluebar.jpgovallaeb.gifsample1.htm

Page 19: CIS101 Introduction to Computing

Adding a link to 2nd Web page The <A> and </A> tags are used to

create links Referred to as anchor tags Use the Hyperlink REFerence (HREF)

attribute to link to another Web page Two items required Text or image to act as hotspot Name of the file to which you want to link

Page 20: CIS101 Introduction to Computing

Add link Follow instructions on p. 2.23 You will add a link to HTML

document provided on data disk, sample1.htm

Save file, open browser and test your page and its links

Page 21: CIS101 Introduction to Computing

Editing the Second Web page Use 1st Page 2000 to open the

second Web page sample1.htm Follow instructions beginning p.

2.34

Page 22: CIS101 Introduction to Computing

Image borders A border on an image makes the

image display as if it has a frame around it

If the image is a link, the default (or selected) link color will be the color of the border (see p. 2.39)

Page 23: CIS101 Introduction to Computing

Image with wrapped text Add the following code (see p.

2.42)<IMG SRC=“ovallaeb.gif” BORDER=0 HEIGHT=119 WIDTH=182 ALIGN=RIGHT ALT=“[Purdue Fountain]”>

You can find ovallaeb.gif with HTML files

Page 24: CIS101 Introduction to Computing

Creating links within a page Useful to allow visitor navigation

up and down your page Use links and targets to do this Targets are spots in your page that

you can link to

Page 25: CIS101 Introduction to Computing

Creating targets Use <a> tag with name attribute to

create targets, i.e.

<a name=“education”></a> Link to that target looks like this:

<a href=“#education”>Education</a>

The # symbol means the link is on this page

Page 26: CIS101 Introduction to Computing

Final links Add link back to top Add link to first Web page

webreshome.htm

Page 27: CIS101 Introduction to Computing

Summary of Project Two Describe linking terms and definitions Add a link to another Web page Create a home page Enhance a Web page using images Add bold, italics, and color to text Change bullet type Insert a background image

Page 28: CIS101 Introduction to Computing

Summary cont. Insert a horizontal rule image Add an e-mail link View the HTML file and test the links Edit the second Web page Insert an image and wrap text

around an image Add a text link to another Web site

Page 29: CIS101 Introduction to Computing

Summary cont. Add an image link to another Web site Create links within a Web page Set link targets Add links to set targets Describe types of image files Control image sizing Locate images

Page 30: CIS101 Introduction to Computing

What you should know You should be able to perform

tasks described in table 2-7

Page 31: CIS101 Introduction to Computing

This week online Readings

Concepts chapter 2 HTML Project Two

This week’s Quiz Concepts chapter 2

Page 32: CIS101 Introduction to Computing

This week’s resume update Adding a background image Adding an image of Pace Other formatting changes See Course Docs, week 06 for

exact specifications Upload your updated file to Web

space by next class

Page 33: CIS101 Introduction to Computing

Next class meeting Bring your HTML book to class Upload your resume homework,

class will use your URLs to look at your work next week

Next week you will add your own picture to resume, so bring in picture to scan or use a digital camera to take your picture