Create HTML Files: Dreamweaver versus Word
Copy Files between My Computer and the Vista Server
Create a Vista Course Folder on Your Local Machine
Get Your WebDAV Folder Information in Vista
Set Up the WebDAV Connection in Dreamweaver
Create Your HTML Course Content Pages On Your Local Machine
Creating a Hyperlink in a Basic HTML Page
To Link to a File Using the Point-To-File Method
To Link to an Outside Internet Site Using the Property Inspector
Inserting a Table into Your HTML Document
Inserting an Image into Your HTML Document
Copy or synchronize the files so a duplicate copy exists in both locations.
Word |
Dreamweaver |
Compose, revise, and spell check. Prepare content in Word until almost ready to put online. |
Can compose in but spell checker is a bit clunky. Good for slight revisions and semester updates. |
Add and resize images with basic accessibility, pasting into Dreamweaver will export and make web ready. |
Add images that are already sized for web use with more advanced accessibility options. Use Word to resize images. |
Define basic formatting like H1-H3, lists, block quotes- colors will not transfer. |
In addition to basic formatting, define colors or apply external CSS styles. |
Create links to external website, email, and places inside same document. |
Also allows creation of links to other pages in the site. |
Don't save as HTML when working in word- paste into Dreamweaver. |
Paste from Word into Dreamweaver to create HTML |
Does not include file management and transfer. |
Keeps track of files and makes WebDAV connection to Vista easy. |
Cannot build accessible table. |
Helps create accessible tables |
*Note: When using either of these tools to create your HTML pages, you want to
avoid using the HTML editor in Vista as it will often mess up the code to the
point where it can no longer be edited in Dreamweaver.
In order to copy files between your computer and the Vista server you need to set up a WebDAV connection. A WebDAV connection (similar to File Transfer Protocol or FTP) links a folder on your machine with your course folder on the Vista server. WebDAV allows you to create, change and move documents between a remote server and your local machine. Consequently, you need to do the following four things to copy your files between your computer and the Vista Server.
1. Create a Vista course folder on your local machine.
2. Find out the path to your course folder on Vista.
3. Set up the WebDAV connection in Dreamweaver.
4. Create your HTML course content pages on your local machine.
5. Copy or synchronize the files so a duplicate copy exists in both locations.
A local folder is your working directory on your personal computer where you will store a copy of your course files. HTML Editors often refer to this folder as your local website. The local folder is usually a folder on your hard disk.
To create a new folder on your hard disk:
1. Click Start > My Documents (You can also select another location on your hard drive where you would like to store your course files).
2. Select File > New > Folder
3. Change the folder name from New Folder to something that makes sense to you (i.e., EDL 599_Vista).
3.1. Using your mouse, right-click on the Folder name and select Rename.
3.2. Type in the new name.
3.3. Press Enter to accept the name change.
4. You can also create a new folder by right-clicking a blank area in a folder window or on the desktop, pointing to New, and then clicking folder.
Note: only Dreamweaver 8 will work for transferring files via Vista's secure connection.
In Dreamweaver, any site outside of Dreamweaver is referred to as a remote folder. In this case, the remote folder is your Vista File Manager.



In the Local Info Category
In the Remote Info Category

At this point, you can select Test to connect to Vista.
o A File Activity dialog box will appear stating Connecting to Your Course.
o A popup message will state Macromedia connected to your Web server successfully.
Note: If you get an error message on the test, recheck your password entry. If you change your jan password, you will have reenter the new password.
1. File > New > Basic page > HTML

2. Type in a title that makes sense to you and a student.
![]()
3. Type your content as you would in Microsoft (MS) Word or copy your content from an open MS Word document.
4. The format or properties panel is located at the bottom of the page unlike MS Word where it is located at the top of the page. Consequently, you can format your document the same way you would in MS Word using Headings, Bold, Italic, Font, ordered lists, and unordered lists.

5. To view
your document in a browser, save the file and then click on the globe
icon.
6. If you want to see the HTML code, you can toggle between the Code, Split, and Design tabs located at the top of the open file.
![]()
You can link to a particular section of a document, to a file in your local directory, or to an outside internet site.
You can create links to a set location in a document such as a heading or subheading. A named anchor is the place you want the link to go. For example, you may decide to have an internal navigation at the top of your syllabus pointing to named anchors such as Introduction, Course Objectives, Calendar, etc. You can then create links to these named anchors, which quickly take your visitor to the specified position. Creating a link to a named anchor is a two-step process. First, you create a named anchor, and then you create a link to the named anchor.
1. In the Document window's Design view, place the insertion point where you want the named anchor.
2. Do one of the following:
o Select Insert > Named Anchor
The Named Anchor dialog box appears.
![]()

2. In the Anchor Name text box, type a name for the anchor, and click OK.
The anchor marker appears at the insertion point.
1. Select the text or an image where you want to create a link from.
2. In the Link text box of the Property inspector, type a number sign (#) and the name of the anchor.
For example:
![]()
o To link to an anchor named "top" in the current document, type #top.
o To link to an anchor named "top" in a different document in the same folder, type filename.html#top.
1. Select text or an image you want to link from.
2. Click the Point-to-File icon to the right of the Link text box in the Property inspector and drag it to the file you want to link to.

You can use the Property inspector's folder icon or Link text box to create links from an image, an object, or text to another document or file.
1. Select text or an image in the Document window's Design view.
2. Type in the URL address into the Link textbox.
*Note: Be sure to select _blank in the Target pop-up menu. This option will open the web page in a new browser window. Students will not leave your course pages and have an easier time printing anything in the new window.
Use the Insert bar or the Insert menu to create a new table. Then, add text and images to table cells the same way that you add text and images outside of a table
1. Place the insertion point where you want the table to appear.
*Note: If your document is blank, then the only place you can place the insertion point is at the beginning of the document.
2. Select Insert > Table.
In the Common category of the Insert bar, click the Table button.
3. The Insert Table dialog box appears.
![]()

The Insert Table dialog box allows you to specify the attributes of a table before inserting it.
4. Click OK to create the table.
1. Select where you want to insert the image.
2. Select Insert > Image
3. In the Select Image Source dialog box, navigate to the image file and click OK.
4. Be sure to add an alternative text tag for students who will use a screen reader to read your web pages.
*Note: You can always add an alternative text later by selecting the image and entering the description in the properties dialog box.


(Optional) Select specific files or folders. If you want to synchronize the entire site, skip this step.
· The Synchronize Files dialog box appears.
· To get newer files from the vista server, select the following in the Synchronize Files dialog box.
· To copy newer files from local machine to the vista server, select the following in the Synchronize Files dialog box.
