Professor Tom DeDonno

DW Quick Reference

PC | Mac
Saddleback | Blackboard link | Login Help | subglobal1 link | subglobal1 link | subglobal1 link | subglobal1 link
CIM Home Pages | Web Applications | J2EE Ap Server | SQL Database | subglobal2 link | subglobal2 link | subglobal2 link | subglobal2 link
CIM Home Pages | Web Applications | J2EE Ap Server | SQL Database | subglobal3 link | subglobal3 link | subglobal3 link
subglobal4 link | subglobal4 link | subglobal4 link | subglobal4 link | subglobal4 link | subglobal4 link | subglobal4 link
DW 278B | CSS 272A | PHP 225 | SQL 205A | Flash 264A | Flash 264B | AS2/Flash 264C | Flash Hacks | Portfolio 298 | JavaScript | C++ CS1B | Java CS4A
subglobal6 link | subglobal6 link | subglobal6 link | subglobal6 link | subglobal6 link | subglobal6 link | subglobal6 link
subglobal7 link | subglobal7 link | subglobal7 link | subglobal7 link | subglobal7 link | subglobal7 link | subglobal7 link
subglobal8 link | subglobal8 link | subglobal8 link | subglobal8 link | subglobal8 link | subglobal8 link | subglobal8 link

CIM278B Dreamweaver Advance Assignments

small logo

Assignments: Introduction & Christmas &
Chapter 5 & 6 & 7 & 8 & 9 &10 & 11.

You will post all assignments on your account on cim.saddleback.edu/ ~username, make sure you create or use an existing index page, so I can get to all your assignments. If you want instant feedback, send me an e-mail with your home page link, and in the subject header include cim278B and the assignment. At the end of the semester I do grade assignments, on your home page.

Blackboard has videos on creating and setting up your home page on CIM

Assignment # Description Tentative Due Dates
H0 Complete getting Started Video, Quiz 0 and Questionnaire -Nota Bene, if you sign up for cim278b same time as cim278a, then you have already completed the questionnaire. If you have recently signed up for cim278b then you need to resubmit the questionnaire in order to set your cim278b lab hours . Getting started video available on blackboard and at master index help tab. Week 0
H1

If you didn't take CIM278A, you need to watch the videos 1..6 on interfacing Dreamweaver to CIM. You will be required to create: home page, hello.html and xmas.php in the videos. Note video 6 (xmas.php) was optional in CIM278A but is required in CIM278B. Blackboard has a zip file with updated (right click link to save page), but you may want to create you own index page at this time.

Week 1
H2

Chapter 6 CSS

  • Chapter 6 CS5 Blooms 6-42..6-43 and tripsmart 6-44..6-45
  • Chapter 7 CS3/CS4 Version of Book blooms 7-32..7-33 and tripsmart 7-34

Author is giving you a new up to date blooms site, this site completes all CIM278A homework assignments. For tripsmart the author's new site, doesn't have a navBar and is missing the lions image on the destinations page. If you want to use the updated tripsmart, you need to implement your navBar and also add the lion image to the destinations page.

Note Blackboard video is a modification of the books stripped umbrella; , Author

week 2
H3

Chapter 7 CS5 Manager and Web Server and Files

Chapter 7 CS5 Blooms( 7-42..7-43) and Tripsmart (7-44..7-45)
Chapter 6 CS4 (6-38..6-39) and Tripsmart (6-40..6-41)

Remember you have one site definition with three sub-folders.

You also need to complete the assignment addendum....

  1. Use Fire fox Add-on Link Checker Make Sure you Home Page Has no Broken External Links
  2. Use the Dreamweaver Site Reports to Verify Your Site Passes XHTML Validation
  3. Evaluate copyright/IP, term of service and privacy policy at a few sites on the Web.
  4. CIM also has a site Policy - extracted from UCSD.
  5. In CIM278A we added a general footer to the bottom of the page, add a terms of site policy to your cim home page.. The link you should say something like you must do your own work in CIM classes. Theses pages are arable for viewing only the original author may use these pages to complete CIM assignments.

View graphs illustrated testLinks.html

Week 3
H4

Chapter 8 Advance CSS

Chapter 8 CS5 Blooms Blooms (8-26..8-27) and Tripsmart (8-28)
Chapter 9 CS4 Blooms (9-22..9-23) and Tripsmart (9-24) (AP Positioning)
Chapter 9CS3 Blooms (9-36-9-37) and Tripsmart (9-38)

On Step 7 of Tripsmart you need to float the image left, do this by selecting the image, make sure you are in expanded mode in the Property inspection and select the align left, from the align drop down list box.

week 5
H5

Modified Forms Chapter 9

Point to Specific Action File and also Added Spry Form Validation Framework.

Note this Assignment you will be sending pages back to the CIM server for processing, you will need to watch the blackboard videos on this chapter and complete modified assignments, the modified assignments are...

Chapter 9 CS5 9.34..9.35 Blooms Modified

CS3/CS4 Chapter 8

Blooms Modification

Page 8.34 Modified Form Tag & New Hidden Element

  1. On Your Form Tag Set action="http://cim.saddleback.edu/~jstudent0/formTable.php"
    Nota Bene, you can write form data to an php auto e-mail script, current server has disabled e-mail.
  2. Add a hidden Field name=recipient value=YourEmailAddress. Answer these question to your self do your see the hidden field in formTable.php? How does formTable.php differ from formData.php? Does the hidden field exist in view source?
  3. set method="post"

Page 8-35 Test and Process The Form You Created Above....

  1. Test the Form by Filling in all Fields
  2. You must test your form on cim, verify that the jstudent php files display the correct form data.
  3. Close Your Browser

    CS5 Tripsmart 9-36..9-37

    CS3/CS4 Tripsmart 8-36-8-37

(Add PHP Program to Print out Submitted Form Data)

4A. To Your form tag add the following action: action="http://cim.saddleback.edu/~jstudent0/formData.php"
17. Test submitting your page with the form method set to both get and post. Don't include in assignment t, but discuss the differences between the two methods.

Thefiles formTable.php and formData.php are discussed in CIM225. For a Web page to automatically email you information, you need to configure a PHP mail script function and also be on a Server that supports out-going mail. CIM doesn't support out-going mail, however auto emailers are also discussed in CIM225.

Spry Form Validation Framework

  • Review view graphs on Spry Validation Framework. Last part of chapter 8. Spry Frameworks are not in Text book.
  • Add Spry Validation to both Blooms and Tripsmart, make sure you set required fields, and e-mail pattern type.
  • For Blooms only e-mail is required, make sure other fields are not set to required.
  • On Tripsmart we have the types e-mail, address,, zip code and phone number, however make sure the prompts on invalid data tell the user how to enter data. For example, In Dreamweaver click the zip code text box, go into code view and look for the span tag with default element contents "Invalid Format", change this to read enter a "5 digit US zip code". For additional help on Spry formats consult Adobe Online Help. E.G., format for phone numbers are (000) 456-5555. Note you have a space between (000) and 4

CIm Does have a Tomcat JSP/Apache Server But it is not Always active - Jstudent JSP Version of FormData.jsp (May or May not be Active). If it is active, you can send your form to the file FormData.jsp. You know it is active but just clicking any of the previous two links.

CS4 Check box Gotchas

  • Do not put labels with check boxes, two check boxes inside one label cause indeterminate outcomes
week 6
H6

Chapter 10 Positioning Objects with AP Divs

CS5 Blooms (10-26..10-27) and Tripsmart (10-28..10-29)
see assignment H5, AP Div Blocks were Chapter 9 in CS4 Version of book

7
H7

Complete Chapter 11 Image/Media

CS5 Blooms (11-22..11-23) and Tripsmart 11.24
CS4 Blooms (10-22..10-23) and Tripsmart 10-24
CS3 blooms (10-24-10-25) and tripsmart 10-26

Blooms Errata, Add Rollover images, Step3. insert garden_tips.jpg as original image and garden_tips2.jpg as the rollover image.

week8
 

H7 is last assignment

(note if you are using CS3 or CS4 version of book H7 and H5 are the same assignment

CIM272 is the follow-on to cim278b, it is offered in the first 8 weeks in both Fall and Spring
Don't forgot to consider completing the Web Design Certificate.

CIM298 Capstone, offered every Spring last 8 weeks covers chapters 12 Templates.

 
 

For Studio 8 Version of the book complete tripsmart and book bag assignments for chapter 5, 12, 6, 7, 8 and 9. Studio 8 Book has a different order to the chapters. In addition book bag assignment was dropped in CS3 version of the book. For Chapter 6 Forms Use this modified assignment for Studio 8 Book..

For Chapter 6 Forms, make sure you add formsData.php and mailto.php actions as specified above. Also make sure you add the Spry Validation.

 

 

 

Site Map | About Me | E-mail Instructor | ©2003 T. DeDonno