Dreamweaver Edulaunch Project 1 EQ: What are the key concepts when building the first page of a web site?

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
DREAMWEAVER Welcome to our website!
Chapter 3 – Web Design Tables & Page Layout
1 Web Site Design Overview of the Internet Cookie Setton.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Macromedia Dreamweaver MX 2004 – Design Professional Dreamweaver GETTING STARTED WITH.
HTML & Dreamweaver. The World Wide Web can be defined as a: a.group of related documents that are managed by a business. b.collection of documents accessed.
© 2010 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
5/8/ Dreamweaver 8 Basics. 5/8/ What is Dreamweaver? Visually Design Web Pages Used by Professionals As well as Beginners HTML Editor.
. Website and file organization. How websites work.
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.
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.
Getting Started with Dreamweaver
Chapter 3. Table have many uses in a HTML design but are mostly used for the organization of your web site. Tables also give vertical and horizontal structure.
 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.
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.
Website Design CLA – Transportation. Defining a Site Select: Site – New - Site Click Next.
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
Half Moon Bay Townsite Website Page 1. Half Moon Bay Townsite Website Gathering site information If we did our own town as the subject for our website,
Web Technologies Website Development Trade & Industrial Education
Introducing Dreamweaver MX 2004
Tutorial 1 Getting Started with Adobe Dreamweaver CS3
Dreamweaver MX Unit A CIS 205—Web Site Design & Development.
Defining a Website. Review…. Page Title −The text that will be displayed in the title bar of the browser window on a web page File Name −What you “call”
HTML Overview Part 4 – Tables 1. HTML Tables  Tables are defined with the tag pair.  A table is divided into rows with tag pairs. o tr stands for "table.
Website Development with Dreamweaver
Designing Web Sites Using “tags” Tags are codes inserted among the text to tell the text how to behave Their format is very rigid; they always look like.
Importing/Exporting between Fireworks and Dreamweaver For Buttons, Navigation Bar and Animated Banners.
15.1 Fundamentals of HTML.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Macromedia Dreamweaver 8 Revealed DREAMWEAVER GETTING STARTED WITH.
Moodle with Style Integrating new technologies to empower learning and transform leadership.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
15.1 Fundamentals of HTML DeKalb County School System.
CS-3432 Electronic Commerce Lecture – 7 Sikandar Shujah Toor
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
Project 1 Dreamweaver Provides. Automatic Web Page Design Develop your own webpage without having to spend hours writing HTML code Web site management.
Adobe Dreamweaver CS3 Developing a Web Page. Planning the Page Layout Use White SpaceUse White Space Limit media objectsLimit media objects KISSKISS Use.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
1 After completing this lesson, you will be able to: Understand the basics of HTML coding. Use HTML tags. Plan an HTML site. Create a table with HTML.
The World Wide Web. What is the worldwide web? The content of the worldwide web is held on individual pages which are gathered together to form websites.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Creating and Editing a Web Page
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.
Web Site Development - Process of planning and creating a website.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
HTML Comprehensive Concepts and Techniques Second Edition Creating Frames on a Web Page.
XP Creating Web Pages with Microsoft Office
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
CIS101 Introduction to Computing Week 07 Spring 2004.
Getting Started with Dreamweaver
Chapter A - Getting Started with Dreamweaver MX 2004
بسم الله الرحمن الرحيم.
Getting Started with Dreamweaver
Page plans A01 Design.
Lesson Objectives Lesson Outcomes
Getting Started with Dreamweaver
Making a website.
Presentation transcript:

Dreamweaver Edulaunch Project 1 EQ: What are the key concepts when building the first page of a web site?

Local Root Folder Stores the files you’re working on. Dreamweaver refers to this folder as your “local site.” This folder is typically on your local computer. Eventually this folder would be uploaded to a remote web server for viewing on the Internet. EQ: What are the key concepts when building the first page of a web site?

File and Folder Names No spaces. This creates a file name with %20 for every space when people attempt to save it. Example: an image named Everglades National Park would actually say Everglades%20National%20Park if it were downloaded. Use dashes or underscores instead of spaces The first page (home page) in a website MUST be named index. – This allows search engines to find your web site and open the home page.

Structure Tags There are 4 basic structure tags that MUST be present in order for a web site to work correctly on the Internet. All structure tags are paired tabs, meaning they must have an opening and a closing tag.

Structure Tags (cont.) Opening tags are shown in red. They begin an action on a page. Closing tags are shown in blue. They have a slash. They stop an action on a page.

Title This is the name of a page that shows up on the Title Bar or a tab on a web browser. The title helps search engines find your page. The title of this page is Google. It is created using title tags. Google

Structure Tags (cont.) The order of the tags is as shown. Notice I placed Google where it would be on Google’s home page. Google

Check your work Look at your Mt. Rushmore project. Click the button to see the code. Does your site have all four structure tags?

Structure Tags (cont.) tells a computer that a web page is beginning. tells a computer that the web page ends. Any code places after this tag will not appear on a web page on the Internet.

Structure Tags (cont.) gives information about the document. ends the information section of a document. allows the title to show up on a browser tab, but also allows a search engine to find your page. ends this description

Structure Tags (cont.) contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc. ends the content area of the page.

Tables Used to divide a page into sections Creates an organized visual display – Banner – Sidebar – Navigation area – Footer with text links Cell padding – the amount of space between a cell edge and the content. Cell spacing – the amount of spacing between cells.

Try it! Change the Cellpadding to 50 on your Mt. Rushmore page. How does it change the way the image is displayed in the cell? Change the Cellspacing to 10. How does it change the way the table looks? Be sure to change things back to the way they were.

Pixels v. Inches Most measurements for the web are in pixels instead of inches. – Image dimensions – Table size – Cell size We use pixels because that’s what monitors use – pixels – to display visual content. For viewing on the web, 72 pixels = 1 inch. Check out this blog for more information /04/designing-for-web-%E2%80%93-print- vs-web-%E2%80%93-inches-pixels-dpi-oh-my /04/designing-for-web-%E2%80%93-print- vs-web-%E2%80%93-inches-pixels-dpi-oh-my