Top Banner
Dreamweaver A Quick Tour
19
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Dreamweaver

DreamweaverA Quick Tour

Page 2: Dreamweaver

about Dreamweaver…• Owned by Adobe

• Current version is Dreamweaver CS6

• HTML editor

•WYSIWYG editor "what you see is what you get"

•Content during editing appears very similar to the final product (wikipedia definition)

04/12/2023 ITWP1000 Basic Web Programming 2

Page 3: Dreamweaver

Dreamweaver…the launch•When you first launch Dreamweaver you

see a menu with a lot of choices:•Create new documents•Choose from basic HTML, PHP, ASP,

JavaScript, CSS, etc.•Top Features (videos)•Open Recent documents

04/12/2023 ITWP1000 Basic Web Programming 3

Page 4: Dreamweaver

in the beginning…

04/12/2023 ITWP1000 Basic Web Programming 4

Page 5: Dreamweaver

the basic layout• Standard menu bar

• Insert bar contains objects that help you create a web page visually• Common menu is default

• Browse through different menus with items by clicking on the tab

• From the menu & tool bars you can add images, anchors, different scripts, comments, etc. instantly

04/12/2023 ITWP1000 Basic Web Programming 5

Page 6: Dreamweaver

04/12/2023 ITWP1000 Basic Web Programming 6

• In CS5.5 the menu is located along the right side of the application in panels

• All elements can also be inserted from the top menu bar

the basic layout

Page 7: Dreamweaver

• Document tool bar contains options that let you view the source code, easily enter a page title and preview the current web page

04/12/2023 ITWP1000 Basic Web Programming 7

the basic layout

View the source code or layout

Title your Page

View in a web

browser

Page 8: Dreamweaver

• Dreamweaver offers you three ways to view your web document:

•Code

•Split

•Design

• You can move back and forth between different views by clicking on the icons

04/12/2023 ITWP1000 Basic Web Programming 8

the basic layout

Page 9: Dreamweaver

• Code view displays only the source code of the document• Code is color coded

• Shows Line numbers

04/12/2023 ITWP1000 Basic Web Programming 9

the basic layout

Page 10: Dreamweaver

• Split view displays a split screen with code and design views

04/12/2023 ITWP1000 Basic Web Programming 10

the basic layout

Page 11: Dreamweaver

• Design view does not display any source code only the document window

04/12/2023 ITWP1000 Basic Web Programming 11

the basic layout

Page 12: Dreamweaver

• You can add/view properties in your web document through the use of the properties inspector at the bottom of each page

04/12/2023 ITWP1000 Basic Web Programming 12

the basic layout

Page 13: Dreamweaver

• Panel groups

• Located on the right side contain related panels docked together

• Can hide panels(through menu bar by checkingor un-checking)

04/12/2023 ITWP1000 Basic Web Programming 13

the basic layout

Page 14: Dreamweaver

previewing a web page• Dreamweaver makes it easy to preview your Web

page in a browser• Click the Preview/Debug in

browser icon • Select the browser you want

to use to preview your Web page• Can add multiple browsers to the list•Choose Edit Browser List from the submenu• Browser must be installed on the computer

•Web page opens up in a browser window

04/12/2023 ITWP1000 Basic Web Programming 14

Page 15: Dreamweaver

Dreamweaver and FTP• Dreamweaver has FTP capabilities

• Can set up different sites by using the Site Manager located in the top menu bar• Site > Manage Sites…

04/12/2023 ITWP1000 Basic Web Programming 15

Page 16: Dreamweaver

Dreamweaver CS6 Features

04/12/2023 ITWP1000 Basic Web Programming 16

http://www.adobe.com/products/dreamweaver/features.html

Page 17: Dreamweaver

04/12/2023 ITWP1000 Basic Web Programming 17

http://www.adobe.com/products/dreamweaver/features.html

Dreamweaver CS6 Features

Page 18: Dreamweaver

Dreamweaver help• Dreamweaver Development Center

http://www.adobe.com/devnet/dreamweaver.html

04/12/2023 ITWP1000 Basic Web Programming 18

Page 19: Dreamweaver

04/12/2023 ITWP1000 Basic Web Programming 19

Visit Dreamweaver online…