Basic Webpage Design Building website Using Dreamweaver And Importing API’s.

Slides:



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

DREAMWEAVER Welcome to our website!
1 Web Site Design Overview of the Internet Cookie Setton.
Macromedia Dreamweaver MX 2004 – Design Professional Dreamweaver GETTING STARTED WITH.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2013 UMSL Introduction to Web Page Design.
WeB application development
© 2010 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Introducing Cascading Style Sheets  Cascading Style Sheet Basics  Creating Styles  Using Styles  Manipulating Styles  Text Formatting with CSS.
COS 125 Day 25. Agenda  Assignment #7 Due  Final capstone progress report due next class  Assignment #8 Posted Due April 25 One more to go  Exam #5.
XP 1 Designing a Web Site with Frames Using Frames to Display Multiple Web Pages Tutorial 5.
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.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 9: HTML Frames.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Creating a Web Page HTML, FrontPage, Word, Composer.
Getting Started with Dreamweaver
Creating a Simple Page: HTML Overview
Dreamweaver CS6 Jumpstart CCSA 115 Web tools Lesson 1.
Adobe Dreamweaver CS3 Revealed CHAPTER ONE: GETTING STARTED WITH DREAMWEAVER.
What is Web Authoring? Web Authoring Tools Use Text Editors HTML Editors Web-based Authoring Tools Integrated Web Authoring Tools 8Basic Understanding.
CIT 256 Organizing Large Websites: Divs, DW Templates Dr. Beryl Hoffman.
@Ms. Masihi.  Adobe Creative Suite is comprised of several separate applications – Bridge, Version Cue, Photoshop, Fireworks, Flash, InDesign, Illustrator,
Getting Started with Expression Web 3
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
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.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
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.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Website Development with Dreamweaver
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
CIS 205—Web Design & Development Dreamweaver Chapter 1.
JAOIT 8.  Dreamweaver is a program for creating web pages and managing websites without having to type HTML code.  WYSIWYG – What you see is what you.
Session 1 SESSION 1 Working with Dreamweaver 8.0.
Web Site Design Marion Setton
Web Design (2) Brackets - introduction. Brackets Brackets is a web design code editor It is an open-source project initiated by Adobe (creator of Dreamweaver)
Domain 3 Understanding the Adobe Dreamweaver CS5 Interface.
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?
Presented by Graduate Design Group 2 Meredith, Jennifer, Cammay and Diane.
Adobe Dreamweaver CS3 Revealed CHAPTER THREE: WORKING WITH TEXT AND IMAGES.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Chapter 1 Creating a Dreamweaver Web Page and Local Site
Week 11 Creating Framed Layouts Objectives Understand the benefits and drawbacks of frames Understand and use frame syntax Customize frame characteristics.
Tutorial 8 Designing a Web Site with Frames. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore the uses of frames.
Introducing Cascading Style Sheets. Cascading Style Sheet Basics  Cascading Style Sheet Basics  Creating Styles  Using Styles  Manipulating Styles.
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Adobe Dreamweaver CS3 Developing a Web Page. Planning the Page Layout Use White SpaceUse White Space Limit media objectsLimit media objects KISSKISS Use.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
Creating and Editing a Web 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”
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
Building a Website: Layout Fall Overall Structure: Home Page Title Section Title Frame Picture UNCP Math Menu Content Footer Contact Information.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
COMP 143 Web Development with Adobe Dreamweaver CC.
Finally getting to html and CSS… Tim Berners-Lee, the writer of the software program that makes him the inventor of the WWW, defines the Internet as a.
Getting Started with Dreamweaver
Dreamweaver – Setting up a Site and Page Layouts
Chapter A - Getting Started with Dreamweaver MX 2004
Getting Started with Dreamweaver
Cheat Sheet CSCI 100 JW Ryder
Cheat Sheet CSCI 100 JW Ryder
Getting Started with Dreamweaver
5.00 Apply procedures to organize content by using Dreamweaver. (22%)
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Basic Webpage Design Building website Using Dreamweaver And Importing API’s.

Objectives After completing this lesson, you should be able to do the following: –Building your website using Dreamweaver –Familiarize with the dreamweaver environment. –Identify the advantages of using dreamweaver over notepad and other tools. –Deploy your website using FTP embbeded in dreamweaver –Import API’s available like google map

Many Different Types of Websites And their Resources HTML Markup provides a map to various site resources, including images, videos, audios, flash, java, CSS, and other files. The Resource Directory is generally holds media files, while HTML files remain in the root folder. Prelimenaries of Dreamweaver

File Names: HTM vs HTML.HTM and.HTML are equivalent, but if two files have the same name and are in the same directory, your web server will choose which to use based on its settings. Both call MIME type of text/html on server HTM is older, back on Windows 3.x extensions could only have 3 characters The normal default is HTML, but check with your provider. Best practices

File Names: Best practices Though many modern servers will allow any file name to be used, it is best to convert your files into the older format that will function with all servers. All lower case letters (file names are CAPs sensitive) i.e. Index.html is a different file than index.html No Spaces, instead use hyphens (-) or underscores (_)i.e. spaces will be converted to “%20”, resulting in confusing file names Use Keywords in file names Keep file names Short Best practices

File Names: Best practices Though many modern servers will allow any file name to be used, it is best to convert your files into the older format that will function with all servers. All lower case letters (file names are CAPs sensitive) i.e. Index.html is a different file than index.html No Spaces, instead use hyphens (-) or underscores (_)i.e. spaces will be converted to “%20”, resulting in confusing file names Do not use Special Characters, such as # " & %, etc. Use Keywords in file names Keep file names Short Best practices

File Names: Best practices Also… The file name should be no more than 32 characters, including the ".html" or ".htm" file suffix. There should only be one “.”, placed before the extension All files should start with a letter Ensure the proper suffix for the file type (i.e..html,.jpg,.gif,.css, ect.) Best practices

File Names: Best practices These are valid file names: These are invalid file names: james-smith.html John-and- Marys_Wedding.JPG rWalker.html harrisfiles.html james smith.html John&Mary's.htm 4myWedding.JPG R. Walker.html harris.html_files.html Best practices

File Names: SEO and Naming The first word has the most “weight” in how search engines find your page in File Names AND Page Titles. Always use your Keyword first, not a pronoun or introductory word. The words “A” and “The” are exceptions, as they are generally ignored. A Smith Family will be indexed under "Smith". The Smith Family will be indexed under "Smith". Smith Family will be indexed under "Smith". My Smith Family will be indexed under "My" Best practices

WebSite Mapping: Organizing and Planning your Website When designing a website, organizing the site content BEFORE you start building can save time and resources. A good way to do this is by building a flow-chart called a Site Map: Best practices

Example of sitemap

Adobe Dreamweaver is a Graphical User Interface (GUI) for web design. Adobe offers a package for Web Developers called the Adobe Web Design Premium Package, containing all the software that you need. (Academic Price ~$449, Normal Price ~$1799) Best practices

Dreamweaver Environment

Web Templates A Breeze in Dreamweaver Templates are “Stock” websites that can be purchased or downloaded. You then change the default information to your own information. We will talk more about templates in a later lecture. For now, let’s take a quick look at one. Example Template

Web Templates Tables as a layout element! Note: Images are used in irregular tables to create the “look” Even though buttons look “slanted” all images are actually straight on the page (only rectangles, no “tilt”) Images can become links The text is housed in empty table cells Example Template

Web Templates Dreamweaver Templates Note that Dreamweaver comes with many built-in simple templates for you to use. Example Template

For now, let’s just start with a blank document (no template) Example Template Web Templates Dreamweaver Blank Document

Dreamweaver Basics 1.Save as first-dreamweaver-page.html 2.Change the Title (let’s build a New Page for Your Site) Change title Or Change title here Navigating Dreamweaver

Dreamweaver Basics Page Properties Let’s format the page properties Navigating Dreamweaver

Dreamweaver Basics Page Properties (choose HTML) Navigating Dreamweaver

Dreamweaver Basics Page Properties Notice what happened in the HTML when you used this tool: Navigating Dreamweaver

Attributes of the Body tag control the master Page Properties background="url"Background Image bgcolor="#??????"Background Color text="#??????"Document Text Color link="#??????"Link Color vlink="#??????"Visited Link Color alink="#??????"Active Link Color bgproperties="fixed" Background Properties - "Fixed" = non- scrolling watermark leftmargin="?" Side Margin Size in Pixels (Internet Explorer) topmargin="?" Top Margin Size in Pixels (Internet Explorer) Navigating Dreamweaver

HTML Frames With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the others. **This is the “Old way” of designing. The disadvantages of using frames are: Frames are not expected to be supported in future versions of HTML Frames are difficult to use. (Printing the entire page is difficult) The web developer must keep track of more HTML documents Navigating Dreamweaver

So if HTML Frames are Outdates, why learn them? Many modern 3 rd party sites provide frames you can insert on your own webpage, since not all frames have to be from the same site! Examples include: Facebook, Weatherbug, Google maps Some are now offered in XHTML or Javscript format, but many are still coded using “insertable frames”, or “iframe” tags. Navigating Dreamweaver

The Google Map Code View Larger Map Navigating Dreamweaver

Some iFrame Widget Examples Google Map Widget FaceBook “Like” Widget Weatherbug Live Weather Update Widget Navigating Dreamweaver

Creating Frames in Dreamweaver CS5 Navigating Dreamweaver

Dreamweaver Basics Let’s Explore HTML Frames HTML Frames Split frame up Click on bottom frame, Split frame right This should give the three frame layout Change the src to your files Change the attributes using the GUI panel (below) or HTML Set the NoFrame Data (what shows up if the browser doesn’t support frames) Modify each page as necessary Save ALL files (the frameset.html and pages.html) Navigating Dreamweaver

Setup FTP In Dreamweaver CS5 Navigating Dreamweaver

Setup FTP In Dreamweaver CS5 DO NOT CLICK SAVE YET Navigating Dreamweaver

Setup FTP In Dreamweaver CS5 Click Servers Click the “+” icon Navigating Dreamweaver

Setup FTP In Dreamweaver CS5 1. Check this box 2. Fill Out and Click “Test” 3. Save Navigating Dreamweaver

Setup FTP In Dreamweaver CS5 Navigating Dreamweaver

Summary