|  Writing Program  |  Business & Technical Writing  |  English Department 
|  English Tech
  |  ESL  |  Writing Program  |  All Sites... 


» Home
» Answers
» Activities


You are in Tutorials:
:: word processing ::
» Word 2003: Introduction
» Word 2003: Templates
» Word 2003: Tables
» Word 2003: Collaboration
» WordPerfect 9

:: the web ::
» Dreamweaver MX 2004
» Adobe GoLive 6
» HTML
» public_html
» Internet Explorer 6.0
» Netscape Navigator 4.7
» Netscape Navigator 7.0
» A web glossary

:: general skills ::
» Mac to PC
» Keyboard shortcuts
» Advanced Mousing
» Printer troubleshooting
» Screen resolution
» Viruses
» Freezes and Crashes
» Controlling Spam

:: lab software ::
» SSH File Transfer
» The forums
» The classpage system
» NetOp School

:: other software ::
» Photoshop 7
» Photoshop 7 - banner
» PowerPoint 2003
» Excel 2003
» Outlook Express
» RCI WebMail
» PDF reader
» PDF creation
» FlashPaper 2
» WinZip
» WinRAR

Search the GetIT website...


dreamweaver mx

Intro & Account Setup | Getting Started With Dreamweaver MX | Program Layout | Making a Page | Page Properties
Text and Text Properties | Cascading Style Sheets | Tables | Images | Links
Publishing | Templates | Collaborating | Outside Resources

Introduction
In your work as a student, you may want at some point to publish your own web page or site, either for a class or personal use. One of the most widely-used and versatile programs for creating web pages today is Macromedia's Dreamweaver MX. This is a WYSIWYG (What You See Is What You Get) program, so you don't need any previous knowledge of HTML hand-coding for creating a web page. Dreamweaver MX allows you to create and edit web pages and sites in a graphical user interface, so you are able to see changes to your work as you make them. This tutorial will walk you through many aspects of Dreamweaver MX, from creating a new document, to publishing it on your RCI space.

Setting Up Your RCI Account
If you have not yet established an account on an ICI (Instructional Computing Initiative) server at Rutgers University in New Brunswick, called "RCI", you will need to do so ASAP. All Rutgers employees are eligible for an account.

Just visit the URL below, read the "Acceptable Use Policy" guidelines, then go to the bottom and click on the "Accept" button. A form will appear on your screen. Fill in the form, press "Create Account," and in 15 minutes you will have a new "RCI" account.

Start here to establish your RCI account:
https://www.rci.rutgers.edu/rats/rats.cgi

Setting Up Your public_html Folder
Once you have an RCI account, you will need to establish a folder (or "directory") to which you can publish your web pages. This is called a "public_html" directory. You also need to change the settings (or "mode") of that directory to make it available to the public (so that anyone can read but not write to what you post there). There are several ways you can create your “public_html” folder. This guide will discuss how to create one using Internet Explorer, SSH, and the program WS_FTP. Please feel free to use another method for creating this folder, if you already know how to do so.

Internet Explorer
Open up Internet Explorer (this can be done by clicking the blue lowercase "e" near the "Start" menu, or by selecting "Internet Explorer" from the "Start" >> "Programs" menu). In the address bar, type:

ftp://ftp.rci.rutgers.edu

... and hit "enter." A dialogue box will appear asking for your RCI login and password. Enter these in the appropriate boxes and hit "OK." Your RCI storage space will appear in the Internet Explorer page, and should look similar to Windows Explorer / My Computer browsing on your own hard drive.

You may already see some files and folders created; do not alter any of these. They are set up for your mail and other RCI-related services.

To create a new folder, click the "File" menu and select "New" from the drop-down list (you can also right-click and select "New"). You should see "Folder" as a choice. Click this, and a new folder will appear below with the other files. From here, simply name this folder "public_html" (note the underscore between the two words; the underscore can be attained by holding "shift" and pressing the dash or minus button directly to the right of the number zero).

The properties of this folder will default to the appropriate ones. You, the owner, are able to read, write, and execute from this folder (this includes renaming and deleting it entirely). Anonymous visitors (for example, anyone you simply give your URL to) may only read and execute data from this folder; they may not make any changes or alterations to it. To check these properties, simply right-click the folder and select "Properties."

You are now free to use "public_html" directory as your main folder within your RCI storage space. Any files within "public_html" can be access at the following URL, where "username" is your RCI login:

http://www.rci.rutgers.edu/~username

SSH
RUCS will soon be abandoning Telnet in favor of the more secure SSH (Secure Shell). More information about this transition, and programs in which to use SSH, can be found at the following URL:

http://www.nbcs.rutgers.edu/ssh/

This explanation will be based off the PuTTY program for the Windows operating system.

With PuTTY downloaded, run the program. You will be automatically opened to the main window. From here (which should be within in the main "Session" tab), enter in:

rci.rutgers.edu

... into the "Host Name" box in the upper-right, and hit "Open." You will be asked to enter in your RCI name and password (hit "enter" after each).

To create your "public_html" directory, enter in the following exactly as it is written (you will get no confirmation that anything has happened after entering these; that is normal):

mkdir public_html
chmod a+rx public_html

What you will now have done is first created your "public_html" directory, and then have set the permissions on it. You, the owner, are able to read, write, and execute from this folder (this includes renaming and deleting it entirely). Anonymous visitors (for example, anyone you simply give your URL to) may only read and execute data from this folder; they may not make any changes or alterations to it.

You can check the properties of your folder within PuTTY by entering in the following exactly as written:

ls -ld public_html

It should return to you that the permissions are set to:

drwxr-xr-x

If it does not, re-enter the command: chmod a+rx public_html

You are now free to use "public_html" directory as your main folder within your RCI storage space. Any files within "public_html" can be access at the following URL, where "username" is your RCI login:
http://www.rci.rutgers.edu/~username

WS_FTP
Open WS_FTP through the “Start” menu by finding the “WS_FTP” folder and opening the main program. WS_FTP will open to the “Session Properties” window, which is where you’ll start from. Click “New” to begin working with your own site.

You can give any name you wish to the “Profile Name.” Give your site a name (such as your RCI user name, which is how your site is identified with a URL), and pick a local folder on your hard drive to associate with your server space (a brand new, empty folder is best).

Under “Host Name/Address,” enter:

ftp.rci.rutgers.edu

“Host Type” is fine as “Automatic Detect.” Enter in your RCI login for “User ID,” and your RCI password for “Password.” Click “OK” and you will be connected to your RCI space.

Once you are connected, the remote files will be listed on the right, while your local files will be on the left. To create your “public_html” file, click over into the remote (right) side, and click the “MkDir” (“Make Directory”) button. A window will appear asking you for the name of your new directory. Name this folder "public_html" (note the underscore between the two words; the underscore can be attained by holding "shift" and pressing the dash or minus button directly to the right of the number zero).

You are now free to use "public_html" directory as your main folder within your RCI storage space. Any files within "public_html" can be access at the following URL, where "username" is your RCI login:

http://www.rci.rutgers.edu/~username

>> next

 


Copyright © 2002
Rutgers University Writing Program
All Rights Reserved
Site Feedback & Questions?