- Creating Forms for the Web
- Dreamweaver Secure Site Configuration Setup
- Fetch SFTP: Install and Configure
- Guidelines and Tips for Developing a Student Organization Web Site
- iCMS Webguide
- Web: Creating Interactive Navigation
- Web Directory Setup
- Web Image Capture Copyright and Citation Considerations
- Web Page Basics
- WinSCP SFTP: Install and Configure
Links for resources and services:
Includes Information & Library Services related links
A. Create the images:
- Using Photoshop or any other graphic editor
- Create 3 versions of each button
-
all images must be exactly the same size
- up state (normal button)
- over state (highlight when cursor moves over)
- down state (depressed or activated button)
-
Save all buttons in a folder called images or buttons
- place this folder in a folder for local web work
buttonU.jpg or button1.jpg (up version)
buttonO.jpg or button2.jpg (over version)
buttonD.jpg or button3.jpg (down version)
obviously the word button should be a more descriptive name when you do it!
B. Set up Dreamweaver's Local Root Folder:- Open Dreamweaver
-
Site menu: New site: Local Info Category
- Site name: something you recognize
-
Local Root Folder: browse to your local web work folder
- this should be the folder containing your button images
- Click Choose (MAC) or click Open and then Select (WIN)
- Click OK
-
File menu: Save
- name the first file in any directory index.html
- be sure it saves the file in your Local Root Folder
Dreamweaver can help you manage your files and the links between them if you first define a site, telling it where the local folder is, and where it should upload the files on the web server once you publish them.
C. Create a Navigation Bar:- Insert menu: Navigation Bar
- Element Name: name the button
-
Up Image: browse to the button images folder
- double-click the up version of your button
-
Over Image: browse to the button images folder
- double-click the over version of your button
-
Down Image: browse to the button images folder
- double-click the down version of your button
-
When Clicked go to URL:
- type in the URL for your button, or browse to a local file
-
Options: (checked)
- Preload Images
- Show "Down Image" Initially
only one button on each page should have this selected
-
Insert: (choose an orientation)
- Horizontally or Vertically
-
Click the + button to add an element
- repeat the process from the Element Name step until all of your buttons have been added
-
To change the order of your buttons
- click on the element name at the top press the up or down arrows to shift the order
- Click OK
An asterisk next to the name of an element indicates it will initially load in the "Down" image version. For each page you create with your navigation bar, be sure the appropriate button is "pressed" so that your viewer will know where they are in relation to the navigation bar.
Preloading the images helps prevent the buttons from appearing to be broken when a user rolls over them before they have finished loading.
D. To modify a Navigation Bar:- Click once on the Navigation Bar to select it
- Modify menu: Navigation Bar
- Make changes as specified in the last step
- Click OK
E. Preview your work:
- Press the F12 key or
-
File menu: Preview in Browser
- select a browser from the list
F. Set up Dreamweaver to publish:
-
Site menu: Define sites:
- double-click the site name
-
Under Category, click Remote Info
- Server Access : FTP
- FTP Host: abacus.bates.edu
- Host Directory: public_html
- Login: abacus username
- Be sure to choose SFTP for connection
- DO NOT ENTER YOUR PASSWORD YET!
- Ignore the rest of the dialog box
- Click OK
This step assumes you will be publishing to your personal space on abacus, and that you've already set up your public_html directory.
G. Publish your web pages:
-
Site menu: Put:
- enter your abacus password
-
This will upload the file you are working on
- you will be prompted to save it if necessary
- For additional files:
- Window menu: Site Files:
-
Click on the filename on the right side of the window
- click the Put button at the top of the window
-
OR click and drag the file on the right to a folder on the left
- right side is local files, left side is remote (web server)
-
Site menu: Disconnect:
- when you are finished uploading files
- disconnect is automatic after 30 minutes of inactivity
After you've uploaded your webpages, your URL will be: www.bates.edu/~username for example www.bates.edu/~hpotter
For good web development, be sure to check your live pages on both platforms and in both Firefox and Internet Explorer.
