pgp12/21/2015

Assignment Website Creation-Dreamweaver CC on Windows
(BUSA376 & MIS362 Mac)

Summary of steps
Common Problems
Sample HomePage
Troubleshooting

 

Before you begin:
For this project you must first have Dreamweaver CC installed on your computer.
*** From off-campus you must first establish a VPN connection to publish/upload your files to your website using Dreamweaver. ***

Note: Proficiency with Adobe Dreamweaver is a valuable skill. Feel free to make use of the Lynda.com tutorials or the W3Schools website to improve your web design skills.

Grading criteria:

This assignment is worth 100 points, and is graded based on the following criteria.
Grading is done only once, there is no awarding of points past the due date.
You are expected and required to have your website working correctly during the entire semester.

1. (20) Assignment website home page url submitted to database correctly using form in step 17.b.
2. (20) Website url of the correct format: <YearTerm+CourseIdentifier>/<UserName>
3. (5) Student's Name at top of Assignment template-per step 5
4. (15) Feedback email address url with correct format, such as: mailto:<UserName>@winona.edu?subject=MIS362AssignmentFeedback&cc=ppaulson@winona.edu per step 6
5. (10) Confirming email sent to the professor-per step 14.g.
6. (20) First assignment hyperlink correctly formed, with correct folder structure such as:
'http://classes.winona.edu/<YearTerm+CourseIdentifier>/<UserName>/Assignment01/Assignmentxx.htm' - per step 11
7. (10) Miscellaneous issues-which means not following items listed in these instructions, poor grammar or spelling.
Make sure to refer to the Sample Home Page in order to see what a completed website will look like when you finish this project.
8. You will continue to lose points from this and individual assignments if you do not link assignments correctly, or do other things that prevent me from being able to grade your assignment.
In effect, at the end of the semester you can end up with zero points for this assignment.

 


Figure 1 : You will create one website for each class you take with Professor Paulson.
Your website’s root folder is <Course> and contains your website home page, default.htm 
Each assignment will be a “subfolder” of this root folder. 
Graphics files and screen shots are saved in the "Assignmentxx_files" folder.
Your folder structure must look like this:

             File, folder structure

Preliminaries- To Customize These Instructions For Your Website Complete The Following Steps:

    1. Replace <SemesterYear> with current semester and year, e.g. Summer2016
    2. Replace <Course> with the course, e.g. MIS362
    3. Replace <Section> with the appropriate course section, e.g. 01
    4. Replace <YourName> with your name, e.g. Joanne Smith
    5. Replace <UserName> with your WSU network username, e.g.jrstudent13
    6. Replace <CourseIdentifier> with the six digit course ID, e.g. 000171
    7. Replace <YearTerm> with the current academic year identifier.  Academic year starts in summer (1) and includes fall (3) and spring (5).
      Current YearTerm is 20171  (Summer2016)
    8. Do not use spaces or non standard characters in your folder or file names!  Only use a-Z, 0-9 and ‘_’ (underscore) Why not?    Bookmark example!
    9. It is easier to work with files if you can see the file extensions.  In Windows Explorer select View>Details from the menu. Then choose Tools>Folder Options, select the Views tab, under ‘Advanced Settings:’ clear the box titled ‘Hide extensions for known file types’.  Click on the ‘Apply to All Folders’ button, then click OK.
    10. You must have a WSU username and password, be registered for the class and have an Internet connection to complete these steps.

  1. Creating Your Assignment Website – first you need to create your site

In Dreamweaver, a site consists of two parts: a collection of files and folders on a local computer (the local site),
and a remote web server where you upload the local files and folders to so that the professor can view them (the remote server).

    1. Open Dreamweaver.  You will see panels on the right and your main workspace on the left.
    2. From the menu choose Site>New Site...  A dialog box will open.
    3. In the left column click on 'Site'. 
    4. On the right side of screen - in Site Name type in <Course>.
    5. In Local Site Folder select Libraries\Documents\ ; create the folder "MyWebSites"
      Note that Libraries\Documents is the same as "C:\Users\<Username>\Documents". This is because of the way Microsoft Windows defines 'Libraries'
    6. Open the MyWebSites folder and create another folder "<Course>"
    7. Your Local Site Folder should be similar to the one shown below, but containing your username.





    8. On the left side of screen click on Servers, then click the + sign in the bottom center of the dialog box.



    9. In the Server Name field type in <Course>
    10. In the Connect using field choose Local/Network.
    11. Please read this entire item before proceeding. In the Server folder field you will enter:
      \\winona.edu\dfs\Students\ClassStorage\2016500xxxx\<username>
      where '20165' is the current year/term and '00xxxx' is the six digit course code.
      DO NOT USE THE T: DRIVE IN THE FOLDER PATH, THIS MAY NOT WORK FROM OFF CAMPUS.
      Locate your course in the table below, then copy the corrrect path from the right column.
      Then paste the path into the "Server Folder:" text box and append your userame.
      Course Days Time Path: \\winona.edu\dfs\Students\ClassStorage\Year/term + CourseID\ <username>
             
      Summer 2016
      MIS362-03
      M-F
      7:30am
      \\winona.edu\dfs\Students\ClassStorage\20171000171\<username>
      MIS482
      ARR
      \\winona.edu\dfs\Students\ClassStorage\20171000462\<username>

       



    12. Click on Save twice, and then click on DONE.
    13. You will see your site in the Files Panel folder on the right side of the screen.
    14. From the menu choose Edit>Preferences...
      Under the Category column on the left choose 'Site'
      Put a check mark in "Put options: Save files before putting"
    15. Click Apply, the click Close to close the dialog box.
    16. You have your website setup – now you will create the folders and pages that make the actual site.

  1. Create Folder Structure
    1. Right click root folder (<Course>), select New>Folder.
    2. Name the folder ‘Assignment01’.  Press Enter Key.   
    3. Repeat above step and add Assignment02, Assignment03….one for each assignment.
        i.      Assignment01, Assignment02, Assignment03… are referred to as sub folders.
    4. Minimize Dreamweaver.

  2. Download Home Page File
    1. Locate your course in the table below.
      Click the appropriate hyperlink in the 'Template' column.
      From the menu choose File>Save As...'
      Make sure the 'Save As Type' is set to 'Web page, complete (*.htm ; *.html)'
      Save the file as 'default.htm' in  Libraries\Documents\MyWebSites\<Course>\  
      If you are in more than one course, repeat these steps for each course.
    Semester Course Template
         
    Summer 2016 MIS362 MIS362Template.htm
    Summer 2016 MIS482 MIS482Template.htm
    1. Go back to Dreamweaver (click on icon in Taskbar).
    2. On the right you should see your default.htm under your course in the folder tree.

                                                               i.      Press F5 to REFRESH – default.htm should be there.

  1. Set up the Attendance Page (not required for Summer 2016)
    1. In your browser, from the menu click File>Save As... and save as 'Attendance.htm'
      Make sure the 'Save As Type' is set to 'Webpage, complete (*.htm ; *.html)'
      Semester Course Template
      Fall2016
      MIS202
      Fall 2016
      MIS362
      Fall2016
      MIS462
           
    2. Save in Libraries\Documents\MyWebSites\<Course> 
      If you are in more than one course with Professor Paulson, repeat these steps for each course.
    3. Go back to Dreamweaver (click on icon in Taskbar).  Double click on 'Attendance.htm' so that it opens.
    4. Select the 'First Name' TextField control, and in the properties dialog box on the bottom of the screen, enter your first name in the 'Value' field
    5. Repeat step 4.d. for your Last Name, Email Address, and SID.  Note- the SID for this class is a set of alphanumeric character you choose for your convenience in checking on your assignment, ICE and attendance submissions. Do not use anything important for your course SID, it is not securely stored.  It is suggested that you use the same SID for Attendance, assignments, ICE(if applicable) and submitting your url.  If you are in more than one course with Professor Paulson, you can use the same SID in all of them.  Using the same SID in all courses will make things easier for you.
    6. Select the 'Class' ListMenu control, and in the properties dialog box, select the appropriate class in the 'Initially selected' field.
    7. Repeat step 4.f. in order to select your section.   Save the attendance.htm file.
    8. Create a hyperlink to this file on your <Course> home page in the space provided for this purpose.  Do this by opening default.htm, select 'Attendance', in the 'Link' field of the properties panel browse or drag the cross hairs to the file attendance.htm     Make sure to save default.htm
    9. STOP! If your attendance page looks like the following, you will need to delete it and begin again, or seek assistance from the professor.
    10. Your attendance page should look something like this:


  1. Configure Your Homepage
    1. Open Default.htm. (Double-click on it in the FILES Local View Panel)
    2. On first line change “Your Name” to <YourName>.
    3. Either in the Title field under the menu, or right-click on screen and choose Page Properties and Title/Encoding.
    4. Change Title to “<YourFullName> <Course> Assignment Website” and click on OK.
    5. From the menu select File>Save and save the file.
    6. Be careful not to delete form field text boxes as described in steps 4.i. and 4.j.

  2. Create Assignment Feedback E-mail Hyperlink 
    1. At the top of the homepage select "YourFirstName" and change the text to <YourFirstName>.
      If your firstname is 'John' the text will appear as "Email to John"
    2. In the Properties panel 'Link' box replace 'username' with your WSU network/email username. 
    3. Make sure that the Link field email address has the following format. 

      mailto:UserName@winona.edu?subject=MISxxxAssignmentFeedback&cc=ppaulson@winona.edu

      NOTES: 
      'xxx' is the course number, such as'362'
      You must format the subject using the wording EXACTLY as shown above, no spaces are allowed
    4. Select File>Save and save your work.
  1. Save Assignments
    1. Open your browser.
    2. Browse to <Course> Syllabus, such as
        http://course1.winona.edu/ppaulson/<Course>/default.htm.
      IMPORTANT: DO NOT right click the hyperlink and choose Save Target As... because this will not save any graphic images on the page
    3. Click on the appropriate assignment so that the page displays in your browser.
    4. Choose File>Save as.
    5. Navigate to Libraries\Documents\MyWebSites\<Course>\Assignment01 or appropriate assignment folder.
    6. Save as File Name: Assignment01.htm (or appropriate Assignmentxx.htm)
    7. Make sure Save as type: is set to WebPage, complete (*.htm; *.html)  
      (IE7,8 warning-DO NOT save as Web Archive, single file (*.mht)-
      this file type cannot be edited in Dreamweaver.)
    8. Repeat these steps to save the remaining assignments.  Make sure to put Assignment02.htm into folder Libraries\Documents\MyWebSites\<Course>\Assignment02, and put Assignmentxx.htm into folder Libraries\Documents\MyWebSites\<Course>\Assignmentxx
    9. If you are in more than one course with Professor Paulson, you must do this for each assignment for each course.

  2. Finding Assignments
    1. Open Dreamweaver.
    2. Expand folder list under \Assignment01\
    3. Press F5 to refresh.
    4. Double click Assignment01.htm.
    5. The assignment to be completed will open.
    6. Other assignments that have been saved will be found under the appropriate folder, i.e. Assignment02.htm will be under the folder \Assignment02\

  3. Completing Assignments
    1. You will fill in your answer in the 'Value’ field located below in the Properties Panel (if Properties Panel on the bottom of screen does not show up press Ctrl+F3).  Click on white field beside  ‘First Name’.  ‘Name’ field will have ‘FirstName’ in it – Leave this alone.  Fill in ‘Value’ white field with your first name and press 'Enter'.
    2. ‘Last Name’ , ‘SID’, 'Email Address' and other TextField boxes (including questions in blue text) are filled out the same way.  Do not modify any TextField name, which is on the left end of the Properties Panel under the 'TextField' label.  Only place your text in the ‘Value’ field.
    3. Also select the 'Section' and 'Assignment' ListMenu controls and choose the correct value in the 'Initially selected' control.   If there is only one section the section number will not be editable.
    4. For questions with black text click on the answer block and type in the answer.  You will fill out the rest of your Assignment that contains questions with black text this way.
    5. For questions that require you to link a file within your assignment:
      1. First complete the assignment using Excel, Access, VB....
      2. Save the file with the required file name.
      3. Place a copy of this file in the folder for that assignment-see Figure 1 and note the location of the Assignment02.xls file in MIS312
      4. Working in Dreamweaver, within the assignment .htm file, select the text where you are instructed to place the hyperlink
      5. Select Insert>Hyperlink from the menu, browse to the folder containing the file from step 3.
      6. Click on this file, then click OK.
      7. Make sure the hyperlink (blue text) appears, if not, try again.
    6. Make sure to save your work frequently.
    7. When you are finished go to File>Save to save your work.

  4. Adding Screen Shots To Assignments
    For the easiest screen shots-use the Snipping Tool, click Start and type in "snip" to find it! Or do the following series of steps...
    If you are asked for a screen shot remember the following tips
    1. Pressing the ‘Fn+PrtScrn’(Mac may be different) button copies all contents of your screen/monitor to the clipboard.
    2. Pressing ‘Fn+Alt + PrtScrn’ (Mac may be different) copies only the contents of the active window to the clipboard.
    3. Place the cursor at the location in your assignment where you want to place the image, and press Ctrl+V or choose Edit>Paste and the screen shot will appear-or your 'Snip' will appear. (If the 'Image Optimization' dialog box appears click 'OK').
    4. Choose File / Save.  Choose the appropriate assignment folder to save to.  Choose an appropriate file name (example:  Assignment1Q1Graphic).  Choose .png or .jpg as file type.  Click Save.
  1. Updating Home Page Hyperlinks
    1. These steps need to be done each time an assignment is completed.
    2. Open Default.htm in Dreamweaver.
    3. Select “Assignment01’ in the “Assignments’ column. (Note: some assignments do not require hyperlinks, they will be so noted on the homepage.)
    4. Select Insert>Hyperlink.
    5. At the right of ‘Link:’ you will see a folder.  Click on the folder.
    6. ‘Look in’ box should now show “<Course>”
    7. Open the ‘Assignment01” folder by double-clicking it.
    8. Select ‘Assignment01.htm’ and click OK.
    9. Save your work.
    10. You will do the same procedure in order to link the text ‘Assignment02’ on your home page to the file Assignment02.htm and the text 'Assignmentxx' on your home page to the file Assignmentxx.htm … as needed.

  2. Local Website Check
    1. Open Windows Explorer.
    2. Navigate to Libraries\Documents\MyWebSites\<Course>\default.htm.
    3. Double-click on ‘Default.htm’ and your browser will open and display your ‘homepage’.
    4. Remember F5 to refresh.
    5. In the menu, make sure View>Status Bar is checked.
    6. On Default.htm, move cursor over the “Assignment01VBA” hyperlink.  The Status Bar will show the hyperlink as file:///C:Users/<UserName>/Documents/MyWebSites/<Course>/Assignment01/Assignment01.htm.
    7. Click the hyperlink to display the page.
    8. Your “Assignment01” page appears.

  3. Website Publishing
    1. Go back to Dreamweaver – make sure your website is displayed. 
    2. If you are opening Dreamweaver and your web is not open- you will find your web at Site>Manage Sites>.  Click on your site’s name and then click on Done.  Your files will appear on the right. 
    3. To publish, click on Site Name (on the left end at the top of the Files Panel) and then click on the Arrow pointing up (4th icon from left in menu above the file structure). 
    4.  “Are you sure you wish to put the entire site” – Click on OK.  (Your username and password have already been entered when you setup your remote info.)
    5. You will see a dialog box that lists the files being sent to the studentwebs server and then a confirmation message. 

  4. Internet Website Check
      1. In your browser navigate to:  http://classes.winona.edu/<YearTerm + CourseID>/<UserName>/
    1. Your ‘default.htm’ web page should display.
    2. Verify that each Assignment hyperlink works correctly, i.e. displays the proper page on your website.  If not, you must return to Dreamweaver and correct your hyperlinks.
    3. You must check your email hyperlink for proper operation by clicking on it while viewing it in your browser.
    4.  You are strongly advised to use Outlook for your email program. It will be autoconfigured when you start it up while you are logged onto the WSU network.
    5. If the email hyperlink does not work correctly, that is, does not open Outlook with an email addressed to your webmail account, with a carbon copy (cc:) to my email account, and the proper subject line-then go back to step 6 and review and fix any problems.
    6. When satisfied that your website is correct, and your email hyperlink is correctly formatted, click on the email hyperlink. Outlook should start up and create a new email that is addressed to you, with a cc: to me.
    7. In the body of the email type "I have finished my Project 1 website and everything appears to work OK."
    8. Press the send button.
    9. Verify that you have successfully received this email in your WSU email account.
    10. Do not worry if you send this email several times.
    11. Realize that the copy of this email is your proof of completing this assignment on time. If it does not work correctly, or a copy is not sent to me, you have not proven that your assignment is complete.
    12. Each time you do an assignment, make sure to check for proper operation of the hyperlinks on your website home page (default.htm), and that your assignment and all the screen shots are functioning properly. Remember that if you make any changes to a assignment or screen shot, you must republish those files. Then you must make sure to recheck the website, using your browser. Be aware that you may need to press the F5/Refresh button to view the latest file. Sometimes you may need to repeatedly press Ctrl+F5. Alternatively, you can set your browser to request a new web page each time you view a url. See the table below.
      Internet Explorer: Tools>Internet Options>Browsing History>Settings Firefox: Tools>Options>Privacy, choose "Never remember history"
      browser cache


  1. Submit Assignment Pages
    1. The submit button is on each assignment page. Your assignment is not considered done until you have completed the submission process and received confirmation of your submission.
    2. If not already at your homepage:

                              i.      Open your browser and navigate to: http://classes.winona.edu/<YearTerm + CourseID>/<UserName>/.

                             ii.      Your ‘default.htm’ webpage should display.

                            iii.      Navigate to your Assignmentxx page.

                            iv.      Make sure that your assignment is completed.  Check that screen shots display properly, all answers are completed, and your name and assignment information is filled in.  If not, go back to Dreamweaver and complete or correct any problems or errors.

                             v.      When you are satisfied with your assignment, click the Submit button to submit your assignment.

                             vi.      You will see a confirmation page telling you that your assignment was submitted.  There will be a lot of other info on there that you probably will not understand – just ignore.  It is a good idea to save this confirmation page.  Click File>Save As….  Choose an appropriate folder to store these pages.  A possibility is Libraries\Documents\<Course>\ConfirmationPages\

If instead of a confirmation page you see a warning or error message, then your assignment did not submit and you will not receive credit for it. Save a copy of the page containing the warning/error. If you cannot figure out what went wrong (such as not being connected to the Internet), then email this page to the instructor before the assignment is due. Make sure the email subject line contains at least the course, section and wording "Assignment Submission Problem".

                            vii.      Click on the Homepage hyperlink to go back to the professors's website… or click the Back icon in the menu to go back to yours.

  1. AssignmentInquiry – Review what assignment you have already submitted and when it was submitted.
    1. On http://course1.winona.edu/ppaulson/ click on Inquiry.
    2. You will need to enter your Last Name and your SID Number.
    3. Press the ‘List Submissions!’ button.
    4. You will see what you submitted and when.  This is handy if you cannot remember what you have done so far for the class or to make sure your assignment was turned in on time!
    5. Click on ‘Paulson’s Course1 Homepage’ to return to Prof. Paulson’s site.

  2. Submit your URL – You will use a FORM to do this.
    1. These steps need to be done only once at the start of the semester.  If for some reason you change the URL to your website (name change or submitting a new social security number will cause a username change) make sure to notify your professor.  See if they want you to repeat this step.
    2. Using your broswer, navigate to the form used to submit your URL to Professor Paulson- it is at http://course1.winona.edu/ppaulson/scripts/studentwebURL.htm
    3. The name of the form is Studentwebs Assignment Website URL Submission Form.
    4. Fill out form with the term, campus, class, your last name, your first name, your SID (also use the same SID for assignment and attendance) and your website address.  You will fill out this form the normal way by just clicking in the fields and entering your information.
    5. Press the SUBMIT button.
    6. Your will receive a confirmation page telling you that your website URL was submitted successfully.  It will also tell you the time and date you submitted it.
    7. Next make sure that the url that you submitted works by going to the form shown below, entering your  last name and SID, and then click on 'Check URL'.  Your assignment website home page should be displayed.  If not, I cannot see it either, and there is a problem with your website.  You must correct any problems!
      http://course1.winona.edu/ppaulson/scripts/URLInquiry.htm

  3. URLInquiry – Confirm that your website URL has been submitted correctly.
    1. On http://course1.winona.edu/ppaulson/ click on URLInquiry.
    2. You will need to enter your Last Name and your SID Number.
    3. Press ‘Get URL!’ button.
    4. You will see what you submitted and when.  Check to make sure information is correct.  If you are in multiple classes with Professor Paulson, information for all your websites will be listed.
    5. Click on Check URL in the Hyperlink column.  This should display your home directory for your website.  If you get a 'page not found' type of message there is something wrong with the URL that you submitted. Recheck your information and resubmit your url. Or stop by Somsen 207 and ask one of the STARs for assistance. Or see Professor Paulson.
  1. Summary-Completing Assignments- Completing an assignment consists of the following steps.
    1. Making sure you have downloaded the assignment to your website.  See Step 7.
    2. Complete the assignment.  See steps 9,10, 11 and 12.
    3.   Publish your assignment.  See step 13.
    4. Verifying your assignment.  See step 14.
    5. Submitting your assignment.  See step 15 and 16.
  1. Recomnended care and maintenance-
    1. Add links to your browser toolbar to access your studentwebs site quicker.
    2. Make periodic backups of your website to CD-R or CD-RW, DVD, or USB key or your personal network storage space.
    3. Create another website to experiment with and learn about the technology (such as 'studentwebs')

    ----- Common Assignment Website Problems ------

    1. Wrong class/section- The most common mistake is that students do not change from the default MIS999 class when submitting their url.  See 17.d.
    2. Incorrect email hyperlink- Another common mistake is that students do not create the correct email hyperlink on their assignment website home page. See step 6.
    3. Change to username- If you obtain a new WSU network username (<UserName>) during the semester, this can cause problems.  Reciving a new network username will occur if you submit a name change to WSU, or if you submit a social security number.  If you are going to do either, make sure to have a complete and accurate backup copy of your website.  There can be problems accessing your new network accounts and website. Having a backup copy of the website will allow you to get your assignment website installed at its new location very quickly and conveniently.  Please notify me of either of these events, because I will have to change your assignment website home page in my database.
    4. Exceed disk space- If you have had more than one class with me, or you publish a lot of materials to your studentwebs site, you may run out of web storage space. As a precaution only publish Assignment assignments to your website. Do not use it for general purpose storage, otherwise you will exceed your disk quota. When this happens, you will no longer be able to connect and/or publish Assignment to the server. The error message that you receive will in no way reflect this fact, it is very ambiguous!
    5. Hard drive re-imaged- If your hard drive is re-imaged you may lose your Dreamweaver website settings.You then must reconfigure your website by repeating step 1.
    6. Incorrect screen shot hyperlinks- If you see this image in either Dreamweaver, or while viewing your assignment page from the studentwebs server (NOT from your local machine), there is something wrong with the way you inserted the image into your page.  Review step 10.
      page does not exist at this location
      ftp password problems


    7. Password change - If you see this message:
      Login Failure
      It is most likely because you recently changed your network password or username.

      If you have changed your WSU network password you will not be able to publish any files to your studentwebs site until you update your password in Dreamweaver.  To do this from the menu choose Site>Manage Sites...  Select your website from the list and then click 'Edit'.  From the Advanced tab select 'Remote Info'.  You will see this dialog box:
      ftp access
      Type in your new password and/or login.
      MAKE SURE YOU PUT 'winona/' IN FRONT OF YOUR LOGIN:
      Press the 'Test' button and you will should see a message telling you that you have successfully connected to your website.

    8. Directory Listing Denied?-You hyperlinked to a folder and not to a file.
      Check out the status bar in your browser.
      If you hyperlinked to a folder, the file extension (.htm, .png) will not be displayed.
      If you hyperlink to a folder which does not contain a file named index.htm or default.htm (like your hompage), you will receive one of the following errors, depending on the browser you are using.

      access denied IE6

      access deniedIE 7

      Directory listing denied FireFox2


      Try it, Click Here!

      Solution: See step 11.i.
      Make sure you are linking to a file-usually it will have an extension of .htm; but some assignments require you to link to .exe; .xls or other files.
      Also note that you will not get this error if you link to a folder that contains a file named index.htm or default.htm
      Those files are automatically displayed instead.
      Here is an example. Default.htm

    9. Page Note Found- Most likely there is an error in your file or path name.
      page not foundIE8



    10. Assignment Submission Problem- if you press the submit button and receive this message, there are network or server problems beyond your or my control.
      Please send a copy of the message via email to alert me as soon as possible.
      SQL error


    11. JavaScript error:

      If you get a pop up dialog box with the following error message delete the appropriate .dat file as detailed below:

      While executing onLoad in_onOpen.htm, the following JavaScript error(s) occurred: In file "_onOpen": onOpen is not defined


      (Delete the WinFileCache-7A9586CB.dat, MacFileCache-BFE7CE2E.dat, or FileCache.dat file from the Dreamweaver user configuration folder. It is recommended to delete the FileCache.dat file if you are experiencing a JavaScript error related to "dwscripts" or if you are receiving a "translators were not loaded" error message. The string of characters after "FileCache-" may differ on your machine. The location of the FileCache.dat file depends your operating system and your version of Dreamweaver. Note that on Windows, the Application Data and AppData folders are hidden by default, so verify that your Windows Explorer folder options are set to View Hidden Folders. )

      Delete from Dreamweaver CS3 on Windows XP:  C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver 9\Configuration

    12. Disappearing answers/text:

      If you type an answer into a text box, but it does not show up-it is due to a bug in Dreamweaver. Somehow Dreamweaver is removing the double quotes (") in your html source code. In the screen shot below, you can see where is my text? on the left side, but it is not appearing the in the text box on the right side. Do not worry, you will not lose any points for this.
      missing text

    13. Cannot upload files to the network. There are several reasons why you may encounter the following error, most likely you are trying to upload/publish files from off campus and you did not first start up the VPN. Or your network access was revoked(unlikely), or there is something wrong with the WSU network (also unlikely). Possible solutions-start up VPN, click to map drives, try again, reboot, try again.

    --- Trouble Shooting Tips ---

  2. Chris Pederick's Web Developer toolbar is a valuable web page troubleshooting add-on for Firefox. It is a great way to quickly verify that your hyperlinks are correct. (Information> Display Link Details)