Luke E. Reese Biosystems & Ag. Engr. 517-353-3258.

Slides:



Advertisements
Similar presentations
© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Advertisements

Learning the Basics – Lesson 1
Dreamweaver Cheat Sheet CSCI 100 – JW Ryder. CSCI 1002JW Ryder - Dreamweaver Notes Initial Site Set Up Goto W:\ drive – This is your web root directory.
Web Site Development Test 2 Working in DreamWeaver.
© 2010 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
Macromedia Dreamweaver 4 Foundation Level Course.
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.
Internet Publishing / Dreamweaver Luke E. Reese ANR Educ. and Communication Systems
Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
HTML Introduction HTML
Internet Publishing / Dreamweaver Luke E. Reese CARRS
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Tutorial 3: Adding and Formatting Text. 2 Objectives Session 3.1 Type text into a page Copy text from a document and paste it into a page Check for spelling.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
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.
Getting Started with Dreamweaver
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Adobe Dreamweaver CS3 Revealed CHAPTER ONE: GETTING STARTED WITH DREAMWEAVER.
Chapter 4 Dreamweaver: Part II The Web Warrior Guide to Web Design Technologies.
Web Design HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
@Ms. Masihi.  Adobe Creative Suite is comprised of several separate applications – Bridge, Version Cue, Photoshop, Fireworks, Flash, InDesign, Illustrator,
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
Chapter 3 Dreamweaver: Part I The Web Warrior Guide to Web Design Technologies.
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
Tutorial 1 Getting Started with Adobe Dreamweaver CS3
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Using VNU. Getting Started Download and install KompoZer or NVU from the PortableApps web site onto your personal computer.PortableApps Versions for both.
CIT 256 Dreamweaver Intro. Dr. Beryl Hoffman. Start Dreamweaver Start from Start Menu/Adobe Master Collection CS6/ Adobe Dreamweaver CS6 Choose Create.
Website Development with Dreamweaver
XP Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
CIS 205—Web Design & Development Dreamweaver Chapter 1.
Domain 3 Understanding the Adobe Dreamweaver CS5 Interface.
Macromedia Dreamweaver 8 Revealed DREAMWEAVER GETTING STARTED WITH.
Internet Publishing Luke E. Reese ANR Education and Communication Systems
11/8/ Word Processing Building a Website Using Microsoft Word Please visit and sign-up the free account using verified.
Tutorial 3 Adding and Formatting Text with CSS Styles.
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
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
Building a Website: Layout Fall Overall Structure: Home Page Title Section Title Frame Picture UNCP Math Menu Content Footer Contact Information.
Creating Web Pages with Links, Images, and Embedded Style Sheets
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Getting Started with Dreamweaver
Introduction to HTML.
4.01 How Web Pages Work.
Objective % Select and utilize tools to design and develop websites.
Chapter 1 Introduction to HTML.
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
Objective % Select and utilize tools to design and develop websites.
Getting Started with Dreamweaver
Adobe Dreamweaver CS4 OPEN YOUR NOTEBOOK FILES
Tutorial 6 Creating Dynamic Pages
USING DREAMWEAVER MX 2004 Contents: Assigning a Root Folder
Getting Started with Dreamweaver
Internet Publishing Luke E. Reese
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Luke E. Reese Biosystems & Ag. Engr

Definitions Web page versus Web site Homepage  The base hypermedia document for an individual or organization (usually index.htm or index.html) HTML ()  Plain Text  .html,.htm extensions XHTML (eXtensible HyperText Markup Language)  Different supported  Backwards compatibility CSS

Server / Browser / HTML files Server  Serves HTML  Host name (domain)  Unique filename(s) Browser  Requests HTML  Displays HTML HTML Editor (Dreamweaver)  Creates and edits HTML

Browser Assumptions Mozilla Firefox x Internet Explorer 4.x – 8.x Chrome 0.x Safari 4.x Designed for screen not printing Screen resolution  640 x 480, 800 x 600, 1024 x 768, 1280 x 1024 Fonts  Computer / browser controlled

Files / Filenames Recommended file naming syntax  No spaces  No capitalization if possible  No special characters (i.e., #)  Short but descriptive Organize all files in a folder  May use subdirectories (folders) under root index.html or index.htm  Default (can replicate in each directory)  Table of contents  Html is default if you have both

Your URL  /web is not included in your URL  /directory is only there if you have a sub folder  Filename must be exact match including the file extension  Everything to the right of the domain is case sensitive P:\web\... is NOT your URL! Default filename index.html  Link to other files from index.html

Dreamweaver

Formatting Assumptions Formatted for screen (resolution) No page breaks (use pdf) No tabs or indentions (use tables) No columns (use pdf or tables) Fonts computer specific (use pdf for fixed format) Copy and Paste will not always work Graphics are linked files Graphic file formats .jpg .gif .png

Basic Homepage Text and Tags The title for my simple homepage that appears on the top browser status bar. My homepage This is my homepage where you can learn about my selected AEE 401 client.

Dreamweaver CS3 - Labs Start All Programs Development Apps Dreamweaver CS3 Adobe Dreamweaver CS3

Dreamweaver CS3

Tools and Panels (Dock or Floating) Window Menu (on/off)  Insert  Properties  Files

Insert Bar / Property Inspector

View Menu Code Design Code and Design (Refresh)

View Menu (Rulers and Grid) Rulers (Pixils) Grid (*Snap To)

Resolution (Design) Edit window must be minimized

Text Properties P Fonts  Fixed Width  Variable Width  Family  Size (relative)  Color (web safe) Enhancement (avoid underline) Bullet and numbered lists Indent / Outdent Justification Link

HyperLinks Two parts 1.Source document text or image 2.Link (location, file, target, mailto)

Hyperlink Types  Internal file or location on same server (relative reference)  filename  External file or location (absolute reference)   Target/Anchor (internal to the file)  #name of defined target  Self addressed stamped  mailto: address

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

Preview

Images Insert  Insert menu  Image  Image button  Image must exist and reside locally (relative reference) or may be linked (absolute reference) Cannot copy and paste an image from another application

Image Properties Palette Size (pixils)  Resize carefully and maintain aspect ratio Placement and text wrap  Use table Limited editing CS3 Alt tag Types .jpg .gif .png

Image Properties Palette

Tables Insert  Insert menu  Table  Table button

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

Table Properties Palette

Row Properties Palette

Cell Properties Palette

Insert Rows/Merge Cells Inside a row Right mouse click Select Table

Horizontal Rule Insert -> HTML -> Horizontal Rule

Tag Selection

Page Properties Page title Page background  Color  Image

Tips Browser File menu  Save As or Save Page As Right mouse button  Images  Save As Text menu – Check Spelling Line Break

Check Spelling Text menu Check Spelling (Shift + F7)

Cascading Style Sheet Inline or External File Separates formatting from content External file can be applies to multiple files (e.g., entire site) Tag, Class or Advanced

Text Link Type Text Use Link field on Properties Palette

Flash Text Insert Menu –> Media –> Flash Text

Flash Button Insert Menu –> Media –> Flash Button

Rollover Image Insert menu -> Image Object -> Rollover Image

Mapped Image

Spry Menu Insert menu -> Spry -> Spry Menu Bar Horizontal or Vertical

Spry Menu Hierarchy CSS Style Sheet

Local versus Server Review Local  A:, C:, Zip, Jump Drive, CD-ROM  Available only to that computer Remote  Server software  Available 24/7  Available to all Internet users Tip  Create file structure on local in one root folder (relative reference)  Replicate on remote

Filenaming Review CaSe SensitivE  Suggest all lower case Short and as descriptive as possible No spaces (earlier versions of Netscape may not load file

Define Site Set up and define folder on local system Set up server location Set up transfer protocol (ftp)

Manage Site

Define Local ** Put ALL web site files in this folder or subfolders

Define Remote (FTP access)

AFS space access Access - FTP FTP Host – afs.msu.edu Host Directory – web/portfolio Login – NetId Password – NetId password

Define Remote ** Substitute your directory name if used (e.g., web/portfolio) ** Login: NETid Password: ******

Sitemap Layout ** Home Page: index.html or index.htm

Connecting to Site 1. Choose site 2. Choose connect 3. Enter password 1 2 3

Show Local and Remote

Transfer files ** Get ** Put

Synchronize   

Site Definition Advantages Moving & renaming files  All links are updated Dependent files are transferred Synchronization

AFS Server Space Hostname  afs.msu.edu Space  1 GB  \web folder public Web address 