Internet Publishing

39
Internet Publishing Luke E. Reese ANR Education and Communication Systems [email protected] www.msu.edu/~reesel 517-355-6580

description

Internet Publishing. Luke E. Reese ANR Education and Communication Systems [email protected] www.msu.edu/~reesel 517-355-6580. Outline. Definitions Basic homepage HTML Editors Netscape Composer (single page) Macromedia Dreamweaver 4.0 (page or site) Concepts HyperLinks Images Tables - PowerPoint PPT Presentation

Transcript of Internet Publishing

Page 1: Internet Publishing

Internet PublishingLuke E. Reese

ANR Education and Communication Systems

[email protected]

www.msu.edu/~reesel

517-355-6580

Page 2: Internet Publishing

OutlineDefinitionsBasic homepageHTML Editors

Netscape Composer (single page)Macromedia Dreamweaver 4.0 (page or site)

ConceptsHyperLinksImagesTablesSave AsPublish

Page 3: Internet Publishing

Definitions

Web page versus Web siteHomepage

The base hypermedia document for an individual or organization (usually index.htm or index.html)

HTML HyperText Markup Language

Plain Text<Tags>

Page 4: Internet Publishing

Basic Homepage Text and Tags

<HTML><HEAD><TITLE> The title for my simple homepage that appears on the top browser status bar.</TITLE></HEAD><BODY><H1> My homepage</H1><P> This is my homepage where you can learn about my selected AEE 401 client.</P></BODY></HTML>

Page 5: Internet Publishing

Browsers / AssumptionBrowsers / Assumption

Netscape NavigatorVersion 4.x – 7.x

Internet ExplorerVersion 4.x – 6.0.x

Screen resolution640 x 480, 800 x 600, 1024 x 768, 1280 x 1024

PrintingFonts

Browser controlled

Page 6: Internet Publishing

Formatting AssumptionsFormatting Assumptions

No page breaks (use pdf)No tabs or indentions (use tables)No columns (use tables)Fonts computer specific (use pdf or graphic)Copy and Paste will not always workGraphics

.jpg.gif

Page 7: Internet Publishing

Html Editors

Page 8: Internet Publishing

Basic Homepage Text and Tags

<HTML><HEAD><TITLE> The title for my simple homepage that appears on the top browser status bar.</TITLE></HEAD><BODY><H1> My homepage</H1><P> This is my homepage where you can learn about my selected AEE 401 client.</P></BODY></HTML>

Page 9: Internet Publishing

Netscape Composer

File - NewBlank PagePage from templatePage from wizard

Composer MenuNetscape 4.x

Netscape 6.x

Page 10: Internet Publishing

Dreamweaver

FileNewNew from template

Floating Palettes

Page 11: Internet Publishing

Netscape Composer Editing Screen

Netscape Composer Editing Screen

Page 12: Internet Publishing

Dreamweaver Editing Screen

Dreamweaver Editing Screen

Page 13: Internet Publishing

Text toolbarFonts

Fixed Width Variable Width Size (relative) Color

Enhancement (avoid underline)Bullet and numbered listsIndentJustification

Netscape 4.x

Netscape 7.x

Dreamweaver 4.x

Page 14: Internet Publishing

Links

Target/Anchor (internal to the file)#name of defined target

Specific file or location (absolute reference)http://

File or location on same server (relative reference)filename

Self addressed stamped emailmailto:emailaddress

Netscape 4.x Netscape 7.x Dreamweaver 4.x

Page 15: Internet Publishing

File LinksFile Links

.htm or .htmlAutomatic load

.pdfLoads reader plugin if on computer

.doc, .ppt, .xls IE – loads miniviewerNetscape – open or save

.jpg, .gif, .pngAutomatic load

.exe or otherOpen or save or plugin

Page 16: Internet Publishing

HyperLinks

Two partsSource document text or image Link (location, file, target, mailto)

Netscape 4.x Dreamweaver 4.x

Page 17: Internet Publishing

Tables

InsertInsert menu

TableTable button (see below)

Netscape 4.x Netscape 7.x Dreamweaver 4.x

Page 18: Internet Publishing

Table Uses / Properties

UsesSpacingAlignment

Borders (off or 0 for spacing/alignment)EmbedProperties

TableRowCell

Page 19: Internet Publishing

Tables Properties

Netscape 7.x

Dreamweaver 4.x

Page 20: Internet Publishing

ImagesImages

InsertInsert menu

Image

Image button (see below)

Image must exist and reside locally or may be linked (absolute reference)

Netscape 4.x Netscape 7.x Dreamweaver 4.x

Page 21: Internet Publishing

Images

Netscape 7.x

Page 22: Internet Publishing

Images

Dreamweaver 4.x

Page 23: Internet Publishing

Image Controls

Size (pixils)Resize carefully

Placement and text wrapUse table

No editingTypes

.jpg / .jpegphotos

.gif line art transparent color

.png

Page 24: Internet Publishing

Page PropertiesPage Properties

Page titlePage background

ColorImage

Page 25: Internet Publishing

FilenamesFilenames

CaSe SensitivESuggest all lower case

Short and as descriptive as possibleNo spaces (earlier versions of Netscape will

not load file)

Page 26: Internet Publishing

Tips

Netscape Browser File menuEdit pageSave As

Right mouse buttonImagesSave As

Spell CheckLine Break <Shift> <Enter> = <br> single spaceParagraph <Enter> = <p> double spaceMultiple object selection <Ctrl> or <Shift> with mouse

click

Page 27: Internet Publishing

Local versus Remote Server

Local versus Remote Server

LocalA:, C:, Zip, CD-ROMAvailable only to that computer

RemoteServer softwareAvailable 24/7Available to all Internet users

TipCreate file structure on localReplicate on remoteRelative reference

Page 28: Internet Publishing

Remote Server Space

AFS space 50 MB

Hostnamepilot.msu.edu

Campus labsP: drive/web folder

Page 29: Internet Publishing

WS-FTPWS-FTP

Page 30: Internet Publishing

Where:X = first letter of your Pilot login in lower caseY = second letter of your Pilot login in lower casePILOTLOGIN = your Pilot login in lower caseUser name: = your Pilot login in lower casePassword: = your Pilot password

Netscape 4. X Publish to AFS Space

Publish buttonftp://www.msu.edu/msu/user/X/Y/PILOTLOGIN/web/

Page 31: Internet Publishing

Dreamweaver Site Management

Dreamweaver Site Management

Similar to FTPDefine local and remote sitesSynchronize

Page 32: Internet Publishing

Dreamweaver Site Management

Dreamweaver Site Management

Page 33: Internet Publishing

Dreamweaver Site Management

Dreamweaver Site Management

Page 34: Internet Publishing

Dreamweaver Site Management

Dreamweaver Site Management

Page 35: Internet Publishing

Your URL

www.msu.edu/user/yourpilotlogin/optionalfolder/filename

or www.msu.edu/~yourpilotlogin/optionalfolder/filenameTip

index.html or index.htm (default)Link to other files from index.htm

URL using default filename index.htmwww.msu.edu/~reesel

Page 36: Internet Publishing

Useful SoftwareUseful Software

Paint Shop Prowww.jasc.com/download_4.asp

WSFTP - Lite ipswitch.com/cgi/download_eval.pl?product=WL-1000 www.ftpplanet.com/download.htm

Page 37: Internet Publishing

PDFPDF

Page 38: Internet Publishing

CD-ROM CreationCD-ROM Creation

Page 39: Internet Publishing

Internet Publishing