SlideShare a Scribd company logo
1 of 6
Download to read offline
Introduction to Dreamweaver MX Sarah Bombich
Arc: Library Technology Center
1/6
Introduction to Dreamweaver MX
Goals
 Familiar with Dreamweaver’s capabilities
 Knowledge of when it is (or is not) appropriate to recommend Dreamweaver as a
solution
 Understanding of learning curve
 Familiar with Dreamweaver’s workspace and basic tools
What is Dreamweaver?
 “…the professional choice for building web sites and applications. It provides a
powerful combination of visual layout tools, application development features, and
code editing support. With robust features for CSS-based design and integration,
Dreamweaver enables web designers and developers to easily create and manage any
website.” [macromedia.com]
 A WYSIWYG (What You See Is What You Get) web page editor
 A website development and management tool
What Can I Do With Dreamweaver?
 Create web pages graphically or with straight HTML
 Create web sites, including the use of templates if desired
 Maintain web sites
 Upload and synchronize local copy of web site with server
 View a site map
Prerequisite and Helpful Knowledge
 Familiarity with the World Wide Web (WWW) required
 Understanding of how the WWW works, including familiarity with web servers, web
browsers, and web standards, is strongly recommended
 Understanding of how a web site is structured, both the underlying files and the user-
experienced site structure, is strongly recommended
 Working knowledge of HTML is strongly recommended
Introduction to Dreamweaver MX Sarah Bombich
Arc: Library Technology Center
2/6
Introduction to the Workspace
 Document Window
o Code View vs. Design View
 Insert Panel
o Common, Layout, Text, Tables, Frames, Forms, Template, Characters, Media,
Head, Script, Application
 Properties Inspector
o Changes according to what you have selected
 Panel Groups
o Design: CSS Styles, HTML Styles, Behaviors
o Code: Tag Inspector, Snippets, Reference
o Files: Site, Assets (Can remove site files from panel)
o Answers
Introduction to Dreamweaver MX Sarah Bombich
Arc: Library Technology Center
3/6
Setting Up a Website
 Set up a local copy, with structure identical to the site that will be placed on a server.
Place all files in the same root folder, with an images folder within it. Macromedia
suggests the structure root folder > Assets > Images. All other CSS, scripts, etc. can
also be placed in the Assets folder.
Set up a local site using the Site Definition Dialog Box
 Site > New Site
Create a New Page
 Enter a descriptive title in the "Title:" textbox at the top of the document window. This is
the title that will appear in the title bar of the browser window when people view your
page; it is also the text that will be used when someone creates a bookmark to your
page.
 Save the document. Make sure the main page (in the root folder and any subfolders) is
named ‘index.htm’ or ‘index.html’
Page Properties
 To set properties that affect the entire page, choose Page Properties from the Modify
menu.
o Title: You set this when you created the new page.
o Background Image: You can specify a relative or absolute path to an image to
appear in the background of every page. You may also browse your hard drive for
Introduction to Dreamweaver MX Sarah Bombich
Arc: Library Technology Center
4/6
an image and the path will be automatically listed.
o Background: Choose from dropdown color palette; use the eyedropper to pick any
color on your computer screen (such as a color from the background image if you're
using one); or type in the hexadecimal code.
o Text, Links, Visited Links, Active Links: For each of these, you can choose from
dropdown color palette, use the eyedropper to pick any color on your computer
screen, or type in the hexadecimal code.
o Left Margin, Top Margin, Margin Width, Margin Height: Keeps your graphics and
images away from the edge of the page. Left Margin and Top Margin are supported
by Internet Explorer, not part of the official W3C html spec (4.0). Margin Width and
Height are part of the official spec and supported by all three browsers. Although
supported my most browsers, deprecated in favor of using CSS.
o Tracing Image and Image Transparency: The tracing image and its corresponding
transparency setting allow you to pick an image which will be displayed in the
background of the document design window while you work.
Text
 You can type text or cut and paste text from another source.
 Properties panel allows text formatting. Text options are also available from the Text
menu.
o Format: Choose Heading levels and other formatting styles from the dropdown
menu.
o Default Font: For each selection on the dropdown, there are several fonts listed, to
allow for differences among computer platforms (e.g., Windows, Macintosh, and
Unix).
o Size: When specifying a size, you can use font size (1, 2, 3, etc.) or + and - sizes
(+1, +2, +3, etc.). None = size 3.
o Color: Choose from the dropdown color palette, use the eyedropper to pick any
color on your computer screen, or type in the hexadecimal code
o Ordered and Unordered Lists: Use the buttons provided to create an ordered
(numbered) or unordered (bulleted) list. To customize the formatting of a list, click
the List Item button and make selections in the List Properties dialog box.
o Increade or Decrease Indent Buttons: Use these in the same way you would in a
word processing program.
 Inserting Special Characters. To insert special characters, such as the copyright
symbol © or the Spanish language character ñ, select Special Characters from the
Insert menu and make a choice from the cascading menu that appears. If you choose
"Other" a grid will be displayed from which you can make your choice.
Introduction to Dreamweaver MX Sarah Bombich
Arc: Library Technology Center
5/6
Links
 Absolute and Relative Links. Highlight the text or object that you want to make into a
link. Then use Properties panel to enter the appropriate link information.
o If you click the Browse for File icon (a folder) you can browse and select a file from
within your own site. Pay attention to whether your relative link is within your site
folder and whether you have saved your document.
 Internal Links (or "Jump Links"). To insert an internal link do the following:
o Click on the location you would like an anchor.
o Insert > Named Anchor. Name the anchor. An anchor icon will appear in the
document. It is not throwing off your formatting, even if it looks like it is.
o Select the link text. Type the name of the anchor in the Link: box of the formatting
palette.
 Email Links
o Insert > Email Link
Inserting Common Objects
 Image
o Insert > Image. Locate and select an image within your site (File name:) or type the
URL for a non local image (URL:).
o Be sure to use the Properties panel to add alternate text that describes the image
(Alt). You can also change image alignment (Align) in relation to the text or make the
image a Link. You can also vertical and horizontal space (V Space or H Space) or
add a border (Brdr) around the image.
 Current Date. Using Insert > Date you can insert the current date in a format you
specify by selecting options in the dialog box that appears. If you select "Update
Automatically on Save", the date will be updated every time you modify and re-save the
page.
Previewing a Page
 Although Dreamweaver is called a WISIWIG program, each web browser has its own
rendering engine, none of which are indentical to Dreamweaver’s. To avoid
embarrassingly poor page rendering, you should preview your pages in a Netscape-like
browser (Mozilla, Firefox), Internet Explorer, and Safari (Mac).
 Click the Preview/Debug in Browser button on the Document toolbar and select
Introduction to Dreamweaver MX Sarah Bombich
Arc: Library Technology Center
6/6
a browser. To add a browser to the list, you can use Edit Browser List option on the
dropdown menu. After adding browsers, you can use the specified Function keys to
quickly preview your work.
Uploading to a Web Server
 Synchronize local and remote site
o Site > Synchronize to transfer the latest versions of your files to and from your
remote site
 Upload specific files
o In the Site panel
 Click the Put button on the Site panel toolbar
 Choose Put from the context menu
o If the file is currently open in a Document window, you can instead choose Site
> Put from the Document window.
 Site Map
o Use the site map to lay out site structure and to share graphic images of your
site structure with others; it also helps you visually check your links within the
site
o You must define the home page for your site before you can display the site
map
o To view a site map select View > Site Map
 Select map only to view the site map without the local file structure or
site and map to view the site map with the local file structure
 Check Links Sitewide
o Search for broken links and unreferenced files in an open file or the entire local
site
o Dreamweaver only verifies links to documents within the site; Dreamweaver
compiles a list of external links that appear in the document(s), but does not
verify them
o When finished checking, results are listed in the Link Checker panel
o Site > Check Links Sitewide
 Clean Up HTML
o Commands > Cleanup HTML
o Will correct any poor or invalid HTML

More Related Content

What's hot

Adobe dreamweaver
Adobe dreamweaverAdobe dreamweaver
Adobe dreamweaver
alya123
 
Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notes
butest
 

What's hot (20)

Web Design Basics for Kids: HTML & CSS
Web Design Basics for Kids: HTML & CSSWeb Design Basics for Kids: HTML & CSS
Web Design Basics for Kids: HTML & CSS
 
How to build a website
How to build a websiteHow to build a website
How to build a website
 
Lecture 1 intro to web designing
Lecture 1  intro to web designingLecture 1  intro to web designing
Lecture 1 intro to web designing
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
Dream weaver ppt
Dream weaver pptDream weaver ppt
Dream weaver ppt
 
Html and css presentation
Html and css presentationHtml and css presentation
Html and css presentation
 
Bootstrap
BootstrapBootstrap
Bootstrap
 
Html, CSS & Web Designing
Html, CSS & Web DesigningHtml, CSS & Web Designing
Html, CSS & Web Designing
 
Web development tool
Web development toolWeb development tool
Web development tool
 
How to create basic webpage
How to create basic webpageHow to create basic webpage
How to create basic webpage
 
CSS
CSSCSS
CSS
 
Web Designing Presentation
Web Designing PresentationWeb Designing Presentation
Web Designing Presentation
 
Adobe dreamweaver
Adobe dreamweaverAdobe dreamweaver
Adobe dreamweaver
 
Javascript
JavascriptJavascript
Javascript
 
Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notes
 
HTML5: features with examples
HTML5: features with examplesHTML5: features with examples
HTML5: features with examples
 
WWW or World Wide Web
WWW or World Wide WebWWW or World Wide Web
WWW or World Wide Web
 
Html ppt
Html pptHtml ppt
Html ppt
 
Html basics
Html basicsHtml basics
Html basics
 

Viewers also liked

Introduction of The Dream Weavers
Introduction of The Dream WeaversIntroduction of The Dream Weavers
Introduction of The Dream Weavers
The Dream Weavers
 
Normalization
NormalizationNormalization
Normalization
JTHSICT
 
Web publishing and XHTML
Web publishing and XHTMLWeb publishing and XHTML
Web publishing and XHTML
bjornh
 
Web designp pt
Web designp ptWeb designp pt
Web designp pt
Bizzyb09
 
Web publishing
Web publishingWeb publishing
Web publishing
Kanav Sood
 

Viewers also liked (20)

Dreamweaver & Me PPT
Dreamweaver & Me PPTDreamweaver & Me PPT
Dreamweaver & Me PPT
 
Introduction To Web Design with Dreamweaver Basics
Introduction To Web Design with Dreamweaver BasicsIntroduction To Web Design with Dreamweaver Basics
Introduction To Web Design with Dreamweaver Basics
 
Normalization in DBMS
Normalization in DBMSNormalization in DBMS
Normalization in DBMS
 
Dreamweawer
DreamweawerDreamweawer
Dreamweawer
 
TinyMCE: WYSIWYG editor 2010-12-08
TinyMCE: WYSIWYG editor 2010-12-08TinyMCE: WYSIWYG editor 2010-12-08
TinyMCE: WYSIWYG editor 2010-12-08
 
Introduction of The Dream Weavers
Introduction of The Dream WeaversIntroduction of The Dream Weavers
Introduction of The Dream Weavers
 
171dreamweaver
171dreamweaver171dreamweaver
171dreamweaver
 
Normalization
NormalizationNormalization
Normalization
 
Web publishing and XHTML
Web publishing and XHTMLWeb publishing and XHTML
Web publishing and XHTML
 
Report Normalization documents
Report Normalization documentsReport Normalization documents
Report Normalization documents
 
WYSIWYG Is a Lie
WYSIWYG Is a LieWYSIWYG Is a Lie
WYSIWYG Is a Lie
 
Normalization
NormalizationNormalization
Normalization
 
Penerbitan video korporat
Penerbitan video korporatPenerbitan video korporat
Penerbitan video korporat
 
DHTML - Events & Buttons
DHTML - Events  & ButtonsDHTML - Events  & Buttons
DHTML - Events & Buttons
 
Dreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGHDreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGH
 
Dhtml sohaib ch
Dhtml sohaib chDhtml sohaib ch
Dhtml sohaib ch
 
Web designp pt
Web designp ptWeb designp pt
Web designp pt
 
Macromedia Dreamweaver 8
Macromedia Dreamweaver 8Macromedia Dreamweaver 8
Macromedia Dreamweaver 8
 
FUNCTION DEPENDENCY AND TYPES & EXAMPLE
FUNCTION DEPENDENCY  AND TYPES & EXAMPLEFUNCTION DEPENDENCY  AND TYPES & EXAMPLE
FUNCTION DEPENDENCY AND TYPES & EXAMPLE
 
Web publishing
Web publishingWeb publishing
Web publishing
 

Similar to Introduction to Dreamweaver

Learn CSS From Scratch
Learn CSS From ScratchLearn CSS From Scratch
Learn CSS From Scratch
ecobold
 
Nvu tutorial1 1
Nvu tutorial1 1Nvu tutorial1 1
Nvu tutorial1 1
RJOROZCO
 
Web design with dreamweaver charles nyangiti
Web design with dreamweaver charles nyangitiWeb design with dreamweaver charles nyangiti
Web design with dreamweaver charles nyangiti
Charles Nyangiti
 
Just Enough Web Design.doc.doc
Just Enough Web Design.doc.docJust Enough Web Design.doc.doc
Just Enough Web Design.doc.doc
butest
 
Macromedia Dreamweaver 8 2
Macromedia Dreamweaver 8 2Macromedia Dreamweaver 8 2
Macromedia Dreamweaver 8 2
Jeff Wood
 
Drupalcamp Atlanta 2010 Design-to-Theme
Drupalcamp Atlanta 2010 Design-to-ThemeDrupalcamp Atlanta 2010 Design-to-Theme
Drupalcamp Atlanta 2010 Design-to-Theme
Mediacurrent
 

Similar to Introduction to Dreamweaver (20)

Dw Lesson01
Dw Lesson01Dw Lesson01
Dw Lesson01
 
Ch 1 Dreamweaver
Ch 1 DreamweaverCh 1 Dreamweaver
Ch 1 Dreamweaver
 
171dreamweaver
171dreamweaver171dreamweaver
171dreamweaver
 
Dreamweaver
DreamweaverDreamweaver
Dreamweaver
 
Learn CSS From Scratch
Learn CSS From ScratchLearn CSS From Scratch
Learn CSS From Scratch
 
Fms Web Cms Training
Fms Web Cms TrainingFms Web Cms Training
Fms Web Cms Training
 
Dreamweaver
DreamweaverDreamweaver
Dreamweaver
 
Dreamweaver
DreamweaverDreamweaver
Dreamweaver
 
Dreamweaver cs4
Dreamweaver cs4Dreamweaver cs4
Dreamweaver cs4
 
Fms Web Cms Training
Fms Web Cms TrainingFms Web Cms Training
Fms Web Cms Training
 
Dw cs3-introduction
Dw cs3-introductionDw cs3-introduction
Dw cs3-introduction
 
Nvu tutorial1 1
Nvu tutorial1 1Nvu tutorial1 1
Nvu tutorial1 1
 
Web design with dreamweaver charles nyangiti
Web design with dreamweaver charles nyangitiWeb design with dreamweaver charles nyangiti
Web design with dreamweaver charles nyangiti
 
Walkthrough asp.net
Walkthrough asp.netWalkthrough asp.net
Walkthrough asp.net
 
Intermediate Dreamweaver
Intermediate DreamweaverIntermediate Dreamweaver
Intermediate Dreamweaver
 
Just Enough Web Design.doc.doc
Just Enough Web Design.doc.docJust Enough Web Design.doc.doc
Just Enough Web Design.doc.doc
 
Macromedia Dreamweaver 8 2
Macromedia Dreamweaver 8 2Macromedia Dreamweaver 8 2
Macromedia Dreamweaver 8 2
 
Web designing and publishing computer studies theory lesson
Web designing and publishing computer studies theory lessonWeb designing and publishing computer studies theory lesson
Web designing and publishing computer studies theory lesson
 
Drupalcamp Atlanta 2010 Design-to-Theme
Drupalcamp Atlanta 2010 Design-to-ThemeDrupalcamp Atlanta 2010 Design-to-Theme
Drupalcamp Atlanta 2010 Design-to-Theme
 
Oracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialOracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning Tutorial
 

More from Sarah Bombich

Hacking Your Information Workflow Handout
Hacking Your Information Workflow HandoutHacking Your Information Workflow Handout
Hacking Your Information Workflow Handout
Sarah Bombich
 
Hacking Your Information Workflow
Hacking Your Information WorkflowHacking Your Information Workflow
Hacking Your Information Workflow
Sarah Bombich
 
RefWorks 2.0, The Savvy Researcher
RefWorks 2.0, The Savvy ResearcherRefWorks 2.0, The Savvy Researcher
RefWorks 2.0, The Savvy Researcher
Sarah Bombich
 
Mobile Device Comparison
Mobile Device ComparisonMobile Device Comparison
Mobile Device Comparison
Sarah Bombich
 
Wireless Boot Camp 2010
Wireless Boot Camp 2010Wireless Boot Camp 2010
Wireless Boot Camp 2010
Sarah Bombich
 
Wireless Bootcamp 2010
Wireless Bootcamp 2010Wireless Bootcamp 2010
Wireless Bootcamp 2010
Sarah Bombich
 

More from Sarah Bombich (16)

Working With Images in Photoshop
Working With Images in PhotoshopWorking With Images in Photoshop
Working With Images in Photoshop
 
Photoshop: Tools and Tricks for Beginners
Photoshop: Tools and Tricks for BeginnersPhotoshop: Tools and Tricks for Beginners
Photoshop: Tools and Tricks for Beginners
 
Office 2007 Survival Guide
Office 2007 Survival GuideOffice 2007 Survival Guide
Office 2007 Survival Guide
 
Introduction to Flash
Introduction to FlashIntroduction to Flash
Introduction to Flash
 
Acrobat Digital Document Authoring
Acrobat Digital Document AuthoringAcrobat Digital Document Authoring
Acrobat Digital Document Authoring
 
Word 2007: Tips, Trick, and New Features
Word 2007: Tips, Trick, and New FeaturesWord 2007: Tips, Trick, and New Features
Word 2007: Tips, Trick, and New Features
 
Hacking Your Information Workflow Handout
Hacking Your Information Workflow HandoutHacking Your Information Workflow Handout
Hacking Your Information Workflow Handout
 
Hacking Your Information Workflow
Hacking Your Information WorkflowHacking Your Information Workflow
Hacking Your Information Workflow
 
Screenr
ScreenrScreenr
Screenr
 
RefWorks 2.0, The Savvy Researcher
RefWorks 2.0, The Savvy ResearcherRefWorks 2.0, The Savvy Researcher
RefWorks 2.0, The Savvy Researcher
 
Mobile Device Comparison
Mobile Device ComparisonMobile Device Comparison
Mobile Device Comparison
 
Twitter101 Handout
Twitter101 HandoutTwitter101 Handout
Twitter101 Handout
 
Why Tweet? Handout
Why Tweet? HandoutWhy Tweet? Handout
Why Tweet? Handout
 
Wireless Boot Camp 2010 Handout
Wireless Boot Camp 2010 HandoutWireless Boot Camp 2010 Handout
Wireless Boot Camp 2010 Handout
 
Wireless Boot Camp 2010
Wireless Boot Camp 2010Wireless Boot Camp 2010
Wireless Boot Camp 2010
 
Wireless Bootcamp 2010
Wireless Bootcamp 2010Wireless Bootcamp 2010
Wireless Bootcamp 2010
 

Recently uploaded

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 

Recently uploaded (20)

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 

Introduction to Dreamweaver

  • 1. Introduction to Dreamweaver MX Sarah Bombich Arc: Library Technology Center 1/6 Introduction to Dreamweaver MX Goals  Familiar with Dreamweaver’s capabilities  Knowledge of when it is (or is not) appropriate to recommend Dreamweaver as a solution  Understanding of learning curve  Familiar with Dreamweaver’s workspace and basic tools What is Dreamweaver?  “…the professional choice for building web sites and applications. It provides a powerful combination of visual layout tools, application development features, and code editing support. With robust features for CSS-based design and integration, Dreamweaver enables web designers and developers to easily create and manage any website.” [macromedia.com]  A WYSIWYG (What You See Is What You Get) web page editor  A website development and management tool What Can I Do With Dreamweaver?  Create web pages graphically or with straight HTML  Create web sites, including the use of templates if desired  Maintain web sites  Upload and synchronize local copy of web site with server  View a site map Prerequisite and Helpful Knowledge  Familiarity with the World Wide Web (WWW) required  Understanding of how the WWW works, including familiarity with web servers, web browsers, and web standards, is strongly recommended  Understanding of how a web site is structured, both the underlying files and the user- experienced site structure, is strongly recommended  Working knowledge of HTML is strongly recommended
  • 2. Introduction to Dreamweaver MX Sarah Bombich Arc: Library Technology Center 2/6 Introduction to the Workspace  Document Window o Code View vs. Design View  Insert Panel o Common, Layout, Text, Tables, Frames, Forms, Template, Characters, Media, Head, Script, Application  Properties Inspector o Changes according to what you have selected  Panel Groups o Design: CSS Styles, HTML Styles, Behaviors o Code: Tag Inspector, Snippets, Reference o Files: Site, Assets (Can remove site files from panel) o Answers
  • 3. Introduction to Dreamweaver MX Sarah Bombich Arc: Library Technology Center 3/6 Setting Up a Website  Set up a local copy, with structure identical to the site that will be placed on a server. Place all files in the same root folder, with an images folder within it. Macromedia suggests the structure root folder > Assets > Images. All other CSS, scripts, etc. can also be placed in the Assets folder. Set up a local site using the Site Definition Dialog Box  Site > New Site Create a New Page  Enter a descriptive title in the "Title:" textbox at the top of the document window. This is the title that will appear in the title bar of the browser window when people view your page; it is also the text that will be used when someone creates a bookmark to your page.  Save the document. Make sure the main page (in the root folder and any subfolders) is named ‘index.htm’ or ‘index.html’ Page Properties  To set properties that affect the entire page, choose Page Properties from the Modify menu. o Title: You set this when you created the new page. o Background Image: You can specify a relative or absolute path to an image to appear in the background of every page. You may also browse your hard drive for
  • 4. Introduction to Dreamweaver MX Sarah Bombich Arc: Library Technology Center 4/6 an image and the path will be automatically listed. o Background: Choose from dropdown color palette; use the eyedropper to pick any color on your computer screen (such as a color from the background image if you're using one); or type in the hexadecimal code. o Text, Links, Visited Links, Active Links: For each of these, you can choose from dropdown color palette, use the eyedropper to pick any color on your computer screen, or type in the hexadecimal code. o Left Margin, Top Margin, Margin Width, Margin Height: Keeps your graphics and images away from the edge of the page. Left Margin and Top Margin are supported by Internet Explorer, not part of the official W3C html spec (4.0). Margin Width and Height are part of the official spec and supported by all three browsers. Although supported my most browsers, deprecated in favor of using CSS. o Tracing Image and Image Transparency: The tracing image and its corresponding transparency setting allow you to pick an image which will be displayed in the background of the document design window while you work. Text  You can type text or cut and paste text from another source.  Properties panel allows text formatting. Text options are also available from the Text menu. o Format: Choose Heading levels and other formatting styles from the dropdown menu. o Default Font: For each selection on the dropdown, there are several fonts listed, to allow for differences among computer platforms (e.g., Windows, Macintosh, and Unix). o Size: When specifying a size, you can use font size (1, 2, 3, etc.) or + and - sizes (+1, +2, +3, etc.). None = size 3. o Color: Choose from the dropdown color palette, use the eyedropper to pick any color on your computer screen, or type in the hexadecimal code o Ordered and Unordered Lists: Use the buttons provided to create an ordered (numbered) or unordered (bulleted) list. To customize the formatting of a list, click the List Item button and make selections in the List Properties dialog box. o Increade or Decrease Indent Buttons: Use these in the same way you would in a word processing program.  Inserting Special Characters. To insert special characters, such as the copyright symbol © or the Spanish language character ñ, select Special Characters from the Insert menu and make a choice from the cascading menu that appears. If you choose "Other" a grid will be displayed from which you can make your choice.
  • 5. Introduction to Dreamweaver MX Sarah Bombich Arc: Library Technology Center 5/6 Links  Absolute and Relative Links. Highlight the text or object that you want to make into a link. Then use Properties panel to enter the appropriate link information. o If you click the Browse for File icon (a folder) you can browse and select a file from within your own site. Pay attention to whether your relative link is within your site folder and whether you have saved your document.  Internal Links (or "Jump Links"). To insert an internal link do the following: o Click on the location you would like an anchor. o Insert > Named Anchor. Name the anchor. An anchor icon will appear in the document. It is not throwing off your formatting, even if it looks like it is. o Select the link text. Type the name of the anchor in the Link: box of the formatting palette.  Email Links o Insert > Email Link Inserting Common Objects  Image o Insert > Image. Locate and select an image within your site (File name:) or type the URL for a non local image (URL:). o Be sure to use the Properties panel to add alternate text that describes the image (Alt). You can also change image alignment (Align) in relation to the text or make the image a Link. You can also vertical and horizontal space (V Space or H Space) or add a border (Brdr) around the image.  Current Date. Using Insert > Date you can insert the current date in a format you specify by selecting options in the dialog box that appears. If you select "Update Automatically on Save", the date will be updated every time you modify and re-save the page. Previewing a Page  Although Dreamweaver is called a WISIWIG program, each web browser has its own rendering engine, none of which are indentical to Dreamweaver’s. To avoid embarrassingly poor page rendering, you should preview your pages in a Netscape-like browser (Mozilla, Firefox), Internet Explorer, and Safari (Mac).  Click the Preview/Debug in Browser button on the Document toolbar and select
  • 6. Introduction to Dreamweaver MX Sarah Bombich Arc: Library Technology Center 6/6 a browser. To add a browser to the list, you can use Edit Browser List option on the dropdown menu. After adding browsers, you can use the specified Function keys to quickly preview your work. Uploading to a Web Server  Synchronize local and remote site o Site > Synchronize to transfer the latest versions of your files to and from your remote site  Upload specific files o In the Site panel  Click the Put button on the Site panel toolbar  Choose Put from the context menu o If the file is currently open in a Document window, you can instead choose Site > Put from the Document window.  Site Map o Use the site map to lay out site structure and to share graphic images of your site structure with others; it also helps you visually check your links within the site o You must define the home page for your site before you can display the site map o To view a site map select View > Site Map  Select map only to view the site map without the local file structure or site and map to view the site map with the local file structure  Check Links Sitewide o Search for broken links and unreferenced files in an open file or the entire local site o Dreamweaver only verifies links to documents within the site; Dreamweaver compiles a list of external links that appear in the document(s), but does not verify them o When finished checking, results are listed in the Link Checker panel o Site > Check Links Sitewide  Clean Up HTML o Commands > Cleanup HTML o Will correct any poor or invalid HTML