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

Web development using html 5
Web development using html 5Web development using html 5
Web development using html 5Anjan Mahanta
 
Static and Dynamic webpage
Static and Dynamic webpageStatic and Dynamic webpage
Static and Dynamic webpageAishwarya Pallai
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5Gil Fink
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentRandy Connolly
 
Session 2.2 photoshop interface
Session 2.2   photoshop interfaceSession 2.2   photoshop interface
Session 2.2 photoshop interfaceJohn Josef Jimenez
 
LESSON 2 - Flash Animation
LESSON 2 - Flash AnimationLESSON 2 - Flash Animation
LESSON 2 - Flash AnimationMarvin Bronoso
 
About Best friends - HTML, CSS and JS
About Best friends - HTML, CSS and JSAbout Best friends - HTML, CSS and JS
About Best friends - HTML, CSS and JSNaga Harish M
 
Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Chris Poteet
 
Images and Lists in HTML
Images and Lists in HTMLImages and Lists in HTML
Images and Lists in HTMLMarlon Jamera
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSSMario Hernandez
 
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basicsEliran Eliassy
 
Introduction To Flash
Introduction To FlashIntroduction To Flash
Introduction To FlashNisarg Raval
 
How to build a website
How to build a websiteHow to build a website
How to build a websiteBloxup
 

What's hot (20)

Web development using html 5
Web development using html 5Web development using html 5
Web development using html 5
 
Static and Dynamic webpage
Static and Dynamic webpageStatic and Dynamic webpage
Static and Dynamic webpage
 
Dreamweaver cs4
Dreamweaver cs4Dreamweaver cs4
Dreamweaver cs4
 
Adobe Photoshop
Adobe PhotoshopAdobe Photoshop
Adobe Photoshop
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web Development
 
Session 2.2 photoshop interface
Session 2.2   photoshop interfaceSession 2.2   photoshop interface
Session 2.2 photoshop interface
 
LESSON 2 - Flash Animation
LESSON 2 - Flash AnimationLESSON 2 - Flash Animation
LESSON 2 - Flash Animation
 
Photoshop
PhotoshopPhotoshop
Photoshop
 
Css
CssCss
Css
 
About Best friends - HTML, CSS and JS
About Best friends - HTML, CSS and JSAbout Best friends - HTML, CSS and JS
About Best friends - HTML, CSS and JS
 
LINKING IN HTML
LINKING IN HTMLLINKING IN HTML
LINKING IN HTML
 
Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)
 
Images and Lists in HTML
Images and Lists in HTMLImages and Lists in HTML
Images and Lists in HTML
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
 
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
 
html-css
html-csshtml-css
html-css
 
Introduction To Flash
Introduction To FlashIntroduction To Flash
Introduction To Flash
 
Html & CSS
Html & CSSHtml & CSS
Html & CSS
 
How to build a website
How to build a websiteHow to build a website
How to build a website
 

Viewers also liked

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 BasicsErmilo John Gialogo
 
TinyMCE: WYSIWYG editor 2010-12-08
TinyMCE: WYSIWYG editor 2010-12-08TinyMCE: WYSIWYG editor 2010-12-08
TinyMCE: WYSIWYG editor 2010-12-08Andy Gelme
 
Introduction of The Dream Weavers
Introduction of The Dream WeaversIntroduction of The Dream Weavers
Introduction of The Dream WeaversThe Dream Weavers
 
Normalization
NormalizationNormalization
NormalizationJTHSICT
 
Web publishing and XHTML
Web publishing and XHTMLWeb publishing and XHTML
Web publishing and XHTMLbjornh
 
Report Normalization documents
Report Normalization documentsReport Normalization documents
Report Normalization documentsWakil Kumar
 
Penerbitan video korporat
Penerbitan video korporatPenerbitan video korporat
Penerbitan video korporatHazrul Halim
 
DHTML - Events & Buttons
DHTML - Events  & ButtonsDHTML - Events  & Buttons
DHTML - Events & ButtonsDeep Patel
 
Dreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGHDreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGHSahil Bansal
 
Web designp pt
Web designp ptWeb designp pt
Web designp ptBizzyb09
 
Macromedia Dreamweaver 8
Macromedia Dreamweaver 8Macromedia Dreamweaver 8
Macromedia Dreamweaver 8Jeff Wood
 
FUNCTION DEPENDENCY AND TYPES & EXAMPLE
FUNCTION DEPENDENCY  AND TYPES & EXAMPLEFUNCTION DEPENDENCY  AND TYPES & EXAMPLE
FUNCTION DEPENDENCY AND TYPES & EXAMPLEVraj Patel
 
Web publishing
Web publishingWeb publishing
Web publishingKanav 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 Scratchecobold
 
Nvu tutorial1 1
Nvu tutorial1 1Nvu tutorial1 1
Nvu tutorial1 1RJOROZCO
 
Web design with dreamweaver charles nyangiti
Web design with dreamweaver charles nyangitiWeb design with dreamweaver charles nyangiti
Web design with dreamweaver charles nyangitiCharles Nyangiti
 
Intermediate Dreamweaver
Intermediate DreamweaverIntermediate Dreamweaver
Intermediate DreamweaverSarah Bombich
 
Just Enough Web Design.doc.doc
Just Enough Web Design.doc.docJust Enough Web Design.doc.doc
Just Enough Web Design.doc.docbutest
 
Macromedia Dreamweaver 8 2
Macromedia Dreamweaver 8 2Macromedia Dreamweaver 8 2
Macromedia Dreamweaver 8 2Jeff Wood
 
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 lessonMukalele Rogers
 
Drupalcamp Atlanta 2010 Design-to-Theme
Drupalcamp Atlanta 2010 Design-to-ThemeDrupalcamp Atlanta 2010 Design-to-Theme
Drupalcamp Atlanta 2010 Design-to-ThemeMediacurrent
 
Oracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialOracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialRakesh Gujjarlapudi
 

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
 
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
 
Lotus Domino
Lotus DominoLotus Domino
Lotus Domino
 

More from Sarah Bombich

Working With Images in Photoshop
Working With Images in PhotoshopWorking With Images in Photoshop
Working With Images in PhotoshopSarah Bombich
 
Photoshop: Tools and Tricks for Beginners
Photoshop: Tools and Tricks for BeginnersPhotoshop: Tools and Tricks for Beginners
Photoshop: Tools and Tricks for BeginnersSarah Bombich
 
Office 2007 Survival Guide
Office 2007 Survival GuideOffice 2007 Survival Guide
Office 2007 Survival GuideSarah Bombich
 
Introduction to Flash
Introduction to FlashIntroduction to Flash
Introduction to FlashSarah Bombich
 
Acrobat Digital Document Authoring
Acrobat Digital Document AuthoringAcrobat Digital Document Authoring
Acrobat Digital Document AuthoringSarah Bombich
 
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 FeaturesSarah Bombich
 
Hacking Your Information Workflow Handout
Hacking Your Information Workflow HandoutHacking Your Information Workflow Handout
Hacking Your Information Workflow HandoutSarah Bombich
 
Hacking Your Information Workflow
Hacking Your Information WorkflowHacking Your Information Workflow
Hacking Your Information WorkflowSarah Bombich
 
RefWorks 2.0, The Savvy Researcher
RefWorks 2.0, The Savvy ResearcherRefWorks 2.0, The Savvy Researcher
RefWorks 2.0, The Savvy ResearcherSarah Bombich
 
Mobile Device Comparison
Mobile Device ComparisonMobile Device Comparison
Mobile Device ComparisonSarah Bombich
 
Wireless Boot Camp 2010 Handout
Wireless Boot Camp 2010 HandoutWireless Boot Camp 2010 Handout
Wireless Boot Camp 2010 HandoutSarah Bombich
 
Wireless Boot Camp 2010
Wireless Boot Camp 2010Wireless Boot Camp 2010
Wireless Boot Camp 2010Sarah Bombich
 
Wireless Bootcamp 2010
Wireless Bootcamp 2010Wireless Bootcamp 2010
Wireless Bootcamp 2010Sarah 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

Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 

Recently uploaded (20)

Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 

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