Index | Setup | Starter's Guide | Templates | Tips & Tricks
This is a guide to help people set up Dreamweaver MX 2004 for connecting to the University of Rochester webserver.
Note that this guide is meant to assist both Macintosh users and Windows users, and there are differences in the layout of the two versions.
If you have previously used Netscape Compose, Adobe GoLive, or one of the other webpage editors and FTP programs like Fetch or WS-FTP to update webpages, you will be pleased to know that Dreamweaver MX 2004 will enable you to use one program where you used to need two. In other words, now the Dreamweaver MX 2004 can put the files online for you more easily! Dreamweaver MX 2004 includes Secure FTP (SFTP) capabilities, supporting the OpenSSH 3.5p1 protocol. It has been tested with the following Secure FTP servers:
When Dreamweaver MX 2004 is properly set up, it can automatically update links and put things in the right place. If you are using the University templates (more information available at http://www.rochester.edu/Manual/), then Dreamweaver MX 2004 will automatically understand those and not remove them from the code like Netscape would at times.
The enhanced integrated FTP is surprisingly strong and could even be compared with some of the FTP programs around. An improvement in MX 2004 is that non HTML files can be opened in the design view (like .tpl files) thing which was impossible to do in the previous versions.
The important thing to remember when you set Dreamweaver MX 2004 up is that you will make a mirror of the online web site. This means that the files are stored on your computer the exact same way as they are online.
The first thing to do when you open up Dreamweaver MX 2004 is to set it up to use your website. New in MX 2004 is a Start screen, which appears when no document is open, gives you quick access to recently used files, and help and tutorial resources. For example if you want to create a new HTML page, click HTML and a new page is opened up for you.
Go to the Site menu and choose Manage Sites. A window will pop up, and in that window click on New and then Site.
Now we have to fill that window with all of the correct information. Click on the advanced tab and enter an informative name like "Department Webpage" in the Site Name box. For the box that says Local Root Folder, enter the folder on your computer that will hold your work. You can click on the folder icon to browse to it, and click choose when you are in the folder you want to use (on a PC) or when you have the folder you want to use highlighted (on a Mac). For HTTP Address, enter the address of your website. If your homepage is http://www.econ.rochester.edu, you would fill the box with http://www.econ.rochester.edu. Or, if your homepage is at http://www.rochester.edu/ats/Documentation/Dreamweaver, you would put that address in the window. Do not type a file name after the address, such as http://www.rochester.edu/index.html.
Now you will have to tell Dreamweaver where the FTP server is. This is the server you connect to to put your files online. Click on the Category named Remote Info. Change the drop-down menu that says Access: to FTP. For FTP Host, type in www-ftp.rochester.edu. Leave the Host Directory box blank, we will fill that in later. Fill the Login box with your login name, and leave the Password box blank. Saving your password on your machine is a dangerous idea, and can allow other people to use your accounts.

Host directory is the location on the development server where your web pages are uploaded to. This is slightly different than the HTTP address. The host directory will always start with /usr/cwis/data/. Next, if your HTTP address starts with www.rochester.edu, type www-data/, otherwise, type the name of your department's data directory. Last, type the names of the directories leading to the directory that you want to edit. For this web page, I would add its/web/WebHelp/Dreamweaver/. If you have used a Secure FTP client, you may already know where your host directory is. While selecting your host directory make sure that you are the owner (or group owner) of the host directory. This means that you should have permissions to create and delete a folder in your host directory. If you do not have the appropriate permissions then Dreamweaver throws the following error Dreamweaver cannot determine the remote server time. The Select Newer and Syncronize commands will not be available. As a result the files on your local machine and on the server will not be syncronized and hence you might end up working on an old copy of the file.
Check the Use Secure FTP (SFTP) check box.
Now, click on the Ok button to save and close your settings. Click Done then click on the Connect button under the Files section. Give your password when prompted, and all of the online pages should appear. If they don't, check your settings and try again.
You should now be ready to update the web pages on your website.
Adding files and folders to your site
Make sure the Files window is open and Local view is selected. If you can’t see the files window, go to the Window menu and select Files.
Right-click the green Site folder and select New File. Name the untitled.htm file "index.htm". It is important to have an index file in each folder.
Next, add a new folder: Right-click on the green Site folder and select New Folder. Give the untitled folder a name.
Make sure the new folder is selected. Right-click the new folder and select New File. Rename the untitled file "index.htm". Additional pages in the same folder should be given different file names that are related to the topic or contents.