Internet Publishing Luke E. Reese

Slides:



Advertisements
Similar presentations
Create a Web Site with Publisher 2000 for Marilyn Seguins Class.
Advertisements

DREAMWEAVER Welcome to our website!
Learning the Basics – Lesson 1
Web Site Development Test 2 Working in DreamWeaver.
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
Web Design Professor Pepper. Site vs. Page  Create a folder for your site  all pages and pictures  Default page will be index.html (some servers are.
Basic Web Publishing BA209 Arturo Perez-Reyes. Web is a communication protocol The Internet is A net of nets That use the TCP/IP protocol To publish on.
Explore the Dreamweaver Workspace View a Web page and use Help Plan and Define a Web site Add a Folder and Pages, and set the Home page Create and View.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
CIS101 Introduction to Computing
6/22/ Final review. 6/22/ Excel (questions similar to homework) –Spread sheet questions: Creating formulas.
Internet Publishing / Dreamweaver Luke E. Reese ANR Educ. and Communication Systems
Final Exam Our final will be held: –Monday, December 19 th –From 2:00 to 3:50 PM –In 809 Silver There will be no make up and the final is mandatory. It.
World Wide Web Documents (HTML). Fall 2002Computer Networks Applications Displaying Web documents The display hardware varies: Color and black and white.
HTML Introduction HTML
Internet Publishing / Dreamweaver Luke E. Reese CARRS
ETT 429 Spring 2007 Web Design I.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
1 Creating a Web Page An introduction to Hypertext Markup Language (HTML) ~~~~~ ~~~~ ~~~~~
Creating a Web Page HTML, FrontPage, Word, Composer.
Designing a Classroom Web Site Using NVU Beginning Level.
Introduction to Nvu Jing Fu. What is nVu? Free web design and development tool WYSIWYG (/wiziwig/) software Other similar tools: Dreamweaver, Googlepages.
HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
Web Design HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Web Technologies Website Development Trade & Industrial Education
Project 1: Creating a Dreamweaver Web Page and Local Site 1 Project Objectives Add a background image Open and close panels Display and describe the Property.
Using VNU. Getting Started Download and install KompoZer or NVU from the PortableApps web site onto your personal computer.PortableApps Versions for both.
Understanding HTML Code
WELCOME EF 105 Spring EF 105 Computer Methods in Engineering Problem Solving Week 2: FrontPage Introduction to Software Use to create Web Pages.
Web Design-Lecture2-QN-2003 Web Design Microsoft FrontPage®
Website Development with Dreamweaver
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Understanding a Web Web page is a single page containing text and graphics that has been labeled with the appropriate HTML coding for the.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
Macromedia Dreamweaver 8 Revealed DREAMWEAVER GETTING STARTED WITH.
Internet Publishing Luke E. Reese ANR Education and Communication Systems
Start Dreamweaver program From file menu click new Blank page appears.
11/8/ Word Processing Building a Website Using Microsoft Word Please visit and sign-up the free account using verified.
Macromedia Dreamweaver 8 Revealed WEB PAGE DEVELOPING A.
Double –Click on the Netscape Icon on your desktop The following are a series of steps to help you get started with Netscape Composer.
Landscaper 101. Time Code AMC AMCNET HELP!!! Where do you go for help? –Upper right corner has a ? for the online help –This presentation.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
Internet Publishing / Dreamweaver Luke E. Reese Biosystems & Ag. Engr. / CARRS
1 Start TextEdit. 2 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.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Sitecore Basic Training Drexel’s full-featured web content management system (CMS) Web Support Information Resources & Technology (IRT)
Sitecore Basic Training Drexel’s full-featured web content management system (CMS) Web Support Information Resources & Technology (IRT)
HTML Hyper Text Markup Language. What is HTML HTML stands for the Hyper Text Markup Language. HTML stands for the Hyper Text Markup Language. HTML is.
Luke E. Reese Biosystems & Ag. Engr
Introduction to HTML.
HTML Basics.
With Microsoft FrontPage 2000
Chapter A - Getting Started with Dreamweaver MX 2004
Learning the Basics – Lesson 1
Chapter A - Getting Started with Dreamweaver MX 2004
USING DREAMWEAVER Contents: Assigning a Root Folder
Creating a Web Site with Links
Cheat Sheet CSCI 100 JW Ryder
USING DREAMWEAVER MX 2004 Contents: Assigning a Root Folder
Cheat Sheet CSCI 100 JW Ryder
Dreamweaver Fireworks Flash
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Internet Publishing Luke E. Reese 2/16/2019 Internet Publishing Luke E. Reese ANR Education and Communication Systems reesel@msu.edu www.msu.edu/~reesel 517-355-6580 Reese -- www.msu.edu/~reesel

Outline Definitions Basic homepage HTML Editors Concepts Netscape Composer (single page) Macromedia Dreamweaver 4.0 (page or site) Concepts HyperLinks Images Tables Save As Publish

Definitions Web page versus Web site Homepage HTML Internet Publishing HTML and Home pages 09/26/96 2/16/2019 Definitions Web page versus Web site Homepage The base hypermedia document for an individual or organization (usually index.htm or index.html) HTML HyperText Markup Language Plain Text <Tags> Reese -- www.msu.edu/~reesel 6

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>

Browsers / Assumption Netscape Navigator Internet Explorer Version 4.x – 7.x Internet Explorer Version 4.x – 6.0.x Screen resolution 640 x 480, 800 x 600, 1024 x 768, 1280 x 1024 Printing Fonts Browser controlled

Formatting 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 work Graphics .jpg .gif

Html Editors

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>

Netscape Composer File - New Composer Menu Blank Page Page from template Page from wizard Composer Menu Netscape 4.x Netscape 6.x

Dreamweaver File New New from template Floating Palettes

Netscape Composer Editing Screen

Dreamweaver Editing Screen

Text toolbar Fonts Enhancement (avoid underline) Fixed Width Variable Width Size (relative) Color Enhancement (avoid underline) Bullet and numbered lists Indent Justification Dreamweaver 4.x Netscape 7.x Netscape 4.x

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 email mailto:emailaddress Netscape 4.x Netscape 7.x Dreamweaver 4.x

File Links .htm or .html .pdf .doc, .ppt, .xls .jpg, .gif, .png Automatic load .pdf Loads reader plugin if on computer .doc, .ppt, .xls IE – loads miniviewer Netscape – open or save .jpg, .gif, .png .exe or other Open or save or plugin

HyperLinks Two parts Source document text or image Link (location, file, target, mailto) Netscape 4.x Dreamweaver 4.x

Tables Insert Insert menu Table button (see below) Table Netscape 4.x Dreamweaver 4.x

Table Uses / Properties Spacing Alignment Borders (off or 0 for spacing/alignment) Embed Properties Table Row Cell

Tables Properties Dreamweaver 4.x Netscape 7.x

Images Insert Insert 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

Images Netscape 7.x

Images Dreamweaver 4.x

Image Controls Size (pixils) Placement and text wrap No editing Types Resize carefully Placement and text wrap Use table No editing Types .jpg / .jpeg photos .gif line art transparent color .png

Page Properties Page title Page background Color Image

Filenames CaSe SensitivE Short and as descriptive as possible Suggest all lower case Short and as descriptive as possible No spaces (earlier versions of Netscape will not load file)

Tips Netscape Browser File menu Right mouse button Spell Check Internet Publishing 2/16/2019 Tips Netscape Browser File menu Edit page Save As Right mouse button Images Spell Check Line Break <Shift> <Enter> = <br> single space Paragraph <Enter> = <p> double space Multiple object selection <Ctrl> or <Shift> with mouse click CAAS Computer Center Reese -- www.msu.edu/~reesel 9

Local versus Remote Server A:, C:, Zip, CD-ROM Available only to that computer Remote Server software Available 24/7 Available to all Internet users Tip Create file structure on local Replicate on remote Relative reference

Remote Server Space AFS space Hostname Campus labs 50 MB pilot.msu.edu Internet Publishing HTML and Home pages 09/26/96 2/16/2019 Remote Server Space AFS space 50 MB Hostname pilot.msu.edu Campus labs P: drive /web folder Reese -- www.msu.edu/~reesel 4

WS-FTP

Netscape 4. X Publish to AFS Space Internet Publishing 2/16/2019 Netscape 4. X Publish to AFS Space Publish button ftp://www.msu.edu/msu/user/X/Y/PILOTLOGIN/web/ Where: X = first letter of your Pilot login in lower case Y = second letter of your Pilot login in lower case PILOTLOGIN = your Pilot login in lower case User name: = your Pilot login in lower case Password: = your Pilot password Reese -- www.msu.edu/~reesel

Dreamweaver Site Management Similar to FTP Define local and remote sites Synchronize

Dreamweaver Site Management

Dreamweaver Site Management

Dreamweaver Site Management

Your URL www.msu.edu/user/yourpilotlogin/optionalfolder/filename or Internet Publishing 2/16/2019 Your URL www.msu.edu/user/yourpilotlogin/optionalfolder/filename or www.msu.edu/~yourpilotlogin/optionalfolder/filename Tip index.html or index.htm (default) Link to other files from index.htm URL using default filename index.htm www.msu.edu/~reesel Reese -- www.msu.edu/~reesel

Useful Software Paint Shop Pro WSFTP - Lite www.jasc.com/download_4.asp WSFTP - Lite ipswitch.com/cgi/download_eval.pl?product=WL-1000 www.ftpplanet.com/download.htm

PDF

CD-ROM Creation

Internet Publishing Questions? Internet Publishing 2/16/2019 Reese -- www.msu.edu/~reesel