Dreamweaver.

Slides:



Advertisements
Similar presentations
DREAMWEAVER Welcome to our website!
Advertisements

© 2010 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS.
. Website and file organization. How websites work.
HTML & Dreamweaver 101 Aman Yadav. Definitions HTTP – The Web uses a protocol called HTTP (Hyper Text Transport Protocol) to communicate between the Web.
13 February Building a Web Page. Links Links: One always links to an anchor point Every page has an implicit anchor point at the start In addition, can.
Introduction to: Web Site Development. Terminology HTML Hypertext Markup Language HTML File A web page built from HTML Index File The home or main page.
Introduction to Web Lingo
Introduction to Web Creation iMet Tool Training. Basic Principles Have a plan Focus on the content and communication Make navigation logical and consistent.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
Adobe Dreamweaver CS3 Revealed CHAPTER ONE: GETTING STARTED WITH DREAMWEAVER.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
Planning a Web Site Unit Two Planning Steps 1. Determine the audience & objectives. 2. Sketch a storyboard or flowchart of the pages. 3. Create a folder.
15 Maintaining a Web Site Section 15.1 Identify Webmastering tasks Identify Web server maintenance techniques Describe the importance of backups Section.
Tutorial #2 Creating Links. Tutorial #1 Review Basic Page (DOCTYPE, HTML, Head, Title, Body) Tags Structure( ),,,,,, Nested Tags content Tag Attributes.
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
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 Html Basics, Text and Links. Objectives  Develop a web page using HTML codes according to specifications and verify that it works prior to submitting.
CIT 256 Dreamweaver Sites and Image Maps Dr. Beryl Hoffman.
Adobe Certified Associate Objectives 6 Evaluating and Maintaining a site.
Macromedia Dreamweaver 8 Revealed DREAMWEAVER GETTING STARTED WITH.
Dreamweaver Edulaunch Project 1 EQ: What are the key concepts when building the first page of a web site?
Today’s Agenda Course Facilitator Introduction Announcements Quiz Servers and Clients URLs Dreamweaver Setup HTML Introduction – Part 2.
How to upload files to Altervista Overview:
Adobe Dreamweaver CS3 Revealed CHAPTER SIX: MANAGING A WEB SERVER AND FILES.
Dreamweaver: Introduction and Basics. Introduction 4 Dreamweaver is a WYSIWYG HTML editor 4 WYSIWYG = What You See Is What You Get. 4 BUT..
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Content Management System/ Web Quality Initiative.
Determining the URL for a Web Document. Components The URL of a web document consists of 1.The server address 2.The folder structure 3.The file name.
Hit125 application concepts Types of links File paths & directory structures.
1 More About HTML Images and Links. 22 Objectives You will be able to Include images in your HTML page. Create links to other pages on your HTML page.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
COMP 143 Web Development with Adobe Dreamweaver CC.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Basic Web Design UVICELL Week 4 Templates and site management Week 4 Templates and site management.
4.01 How Web Pages Work.
HTML Links CS 1150 Spring 2017.
Getting Started with Dreamweaver
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Dreamweaver – Setting up a Site and Page Layouts
Objective % Select and utilize tools to design and develop websites.
Chapter A - Getting Started with Dreamweaver MX 2004
Learning the Basics – Lesson 1
XHTML Basics.
Web Development & Design Foundations with HTML5 8th Edition
بسم الله الرحمن الرحيم.
Objective % Select and utilize tools to design and develop websites.
CoreFTP.
XHTML Basics.
XHTML Basics.
How files are organized
Lesson Objectives Lesson Outcomes
CoreFTP.
Part 2 Setting up a web server the easy way
Getting Started with Dreamweaver
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Web Design 1 Website Construction.
XHTML Basics.
Website Testing Checklist
Document Structure & HTML
Basic HTML Workshop.
Multimedia Web Site Design
XHTML Basics.
Intro Project Introduction to HTML.
4.01 How Web Pages Work.
XHTML Validation.
HTML Links CS 1150 Fall 2016.
Website File Management
Presentation transcript:

Dreamweaver

Web Pages are simply files Stored (saved) on a “web server” Written in a special “code” or language With a unique “web address”

Why Dreamweaver? Works (and looks) like Word Processing Translates file into “code” for you

Basic Concepts Sites Move files between Remote and Local LOCAL where you Create and Save your pages REMOTE on the web server where you Save and Publish your pages Move files between Remote and Local PUT: Local to Remote GET: Remote to Local

Mirror images Local Folder Remote folder When you change a file here Upload (PUT) it here

Site Structure Everything in Root folder “Top” page Automatically displayed Default Filename: index.html Image folder Subfolders for most sites

Planning a website Define Plan Who will maintain it? purpose audience content Plan How many pages? General design Color scheme Who will maintain it? Where will it be “hosted”?

Good Sites Consistent navigation Consistent “look” and “feel” Focus on audience’s needs Accurate information Updated as needed All Pages Contact information Date of last update

Web Standards Document Type: Transitional XHTML located in HEAD section <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1- transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> Accessibility

Test a Site for Accessibility Cynthia: http://www.contentquality.com/ http://www.section508.info/ Color blindness http://www.etre.com/tools/colourblindsimulator/

Standard Maintenance Updating existing pages Creating New pages Deleting out-of-date pages Moving old pages to archive folder Updating links Test site

Define and NEW Site

Site Summary

Testing links Select Site, Check links sitewide

CREATE NEW HTML FILE

2) Save as index.html 3) Click upload 1) Type in something

TEST IT OUT Access http://www.lishkspace.net/student/XXX where XXX is your username See if you have successfully uploaded your html file to Internet

Link Summary WWW External (not to files in ROOT folder) Use complete URL Example: http://www.rice.edu WWW

Internal (to files in ROOT folder) Filename and path (if needed) Examples: lovett.jpg, image/acco.jpg