Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 510
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/logging.php on line 54
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/logging.php on line 60
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/init.php on line 481
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 74
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 76
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 85
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 93
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/func/func.core.php on line 1836
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/cron.php on line 105
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 49
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 79
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/get_language.php on line 165
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/product.php on line 82
INVALID SQL: 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_BIG_SELECTS=1' at line 1
SQL QUERY FAILURE:SET OPTION SQL_BIG_SELECTS=1
INVALID SQL: 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_BIG_SELECTS=1' at line 1
SQL QUERY FAILURE:SET OPTION SQL_BIG_SELECTS=1
eClasses.org�::�Course Catalog�::�Building Data-Driven Websites with Adobe Dreamweaver
eClasses.org :: Course Catalog :: Building Data-Driven Websites with Adobe Dreamweaver

Building Data-Driven Websites with Adobe Dreamweaver (A133)

eClasses.org is currently looking for an instructor to teach this class. If you, or someone you know, is interested in teaching with eClasses.org please visit http://www.eclasses.org/instructors/ for more information.

Dreamweaver has the ability to add PHP or ASP code to your pages that lets them communicate with a database. Dreamweaver code can display dynamic data from the database on a Web page. It can also use forms to add data to the database or to update the data that is already there. Dreamweaver can also create login pages that restrict access to administrative pages. A Web designer can use Dreamweaver to create dynamic pages by completing simple dialog boxes. It's not necessary to know how to write the code.

Knowing how to use the dynamic functions of Dreamweaver opens up an whole new realm of possibilities in Web design. You can display a product catalog with list and display pages, and provide a backend for the site owners to update the product information themselves. Using data driven Web pages can save a countless hours in the creation and maintenance of a Web site. For instance, you could have a site on golf courses in Southern California. If you were building a static site, the site would would have hundreds of pages. If there were 400 courses, you would need a information page for each one, and also several list pages that listed courses in different areas. However, if you build this site with a database, you would have a home page, where the visitor could select the area he wanted to know about. A list page that listed golf courses in the chosen area, and page that listed the details about the particular course the visitor chose on the list page. That's 3 pages, instead of over 400.

You can do other things with databases, as well. You can create forms for Web visitors to fill out. They can RSVP to event invitations and choose their meal preference or T-Shirt size. They can add items to their wish lists or vote on an important issue. The possibilities are endless. Once you see how easy this is to do, you'll be finding ways to use it in almost every site you build.

Objectives
  • Configuring Dreamweaver to work with databases
  • Establishing a database connection from a Web page
  • Displaying content from databases on Web pages
  • Creating Web-based forms that add, modify and delete records in a database
  • Protecting access to Web pages using usernames and passwords

Applicable Job Roles: Web designers who don't know how to hand code server side languages that communicate with databases will be able to add to their Web design skills.

Outline
Week 1
  • How Dynamic Sites Work
  • Choosing a Server Model and Host
  • Setting Up the Site in Dreamweaver
  • Forms Review
Week 2
  • Passing Data from Page to Page
  • Intro to Database Basics
  • Preparing the Database
Week 3
  • Connecting to the Database
  • Retrieving Information from the Database
  • Displaying Data on the Page
  • Master-Detail Pages
  • Recordset Navigation
Week 4
  • Forms that Add Data to a Database
Week 5
  • Forms that Update Data Already in the Database
  • Dynamic Form Fields
  • Deleting Data from the Database
Week 6
  • Password Protecting Web Pages
  • Login Pages
  • Logout Function
Prerequisites
Introduction to Dreamweaver course or equivalent knowledge/experience. Advanced Dreamweaver is also helpful.
Requirements
  • Software: Dreamweaver CS5, CS5.5, CS6 or CC (Creative Cloud) running on either a Windows or Macintosh computer.
  • Website: Students will need to have a Website that supports either PHP with MySQL or ASP with Access. More will be explained about this during the first week of class.

Books:
Required Book: Dreamweaver CS5: The Missing Manual

Additional information:

Your place in the course is confirmed by your payment. Introductory courses are intended for students with no experience in the subject matter and are seeking beginner level training.

Refund Policy: Please read our Terms and Refund Policy before registering for this course.

Additional Cost: Book and software might be required for the course. Read the Requirements and Book section for more information. Course fee does not include the book and software cost .

How eClasses Work:Instructors post lectures (text-based, no video or audio), reading selections, and hands-on assignments once a week in the online classroom. Students can discuss the assignments with the instructor and amongst themselves in the classroom area. This format has no set meeting time, which allows students to attend class at a time most convenient to them, yet still provides logically organized communication between class participants. Students can apply for the completion certificate after finishing the class.

Building Data-Driven Websites with Adobe Dreamweaver
Price: $200.00
Item No.: A133
Instructor: Instructor Needed
Open Courses: No other sessions are scheduled for this course. You can add to your wish list and you will be notified when other sessions are scheduled.

Instructor's ProfileInstructor
We are looking for an instructor to teach this class. Please visit http://www.eclasses.org/instructors/ for more information.
Before you register for this class, please read the Outline, Prerequisites, Requirements, Books, and Refund Policy sections carefully.
Students who bought this also bought
  • Introduction to Dreamweaver (A131) - Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/templater/plugins/shared.make_timestamp.php on line 55
    Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/lib/smarty/plugins/modifier.date_format.php on line 53
    Apr 25, 2024
 

Testimonials

Rating
No testimonial available!