Flash  |  Dreamweaver   |  Photoshop  |  Illustrator  |  InDesign  |  Acrobat  |  After Effects  |  Premiere  |  Captivate  |  Contribute

Flash Training, Dreamweaver Training, Photoshop Training in Los Angeles, Newport, Sacramento, San Francisco, Austin, Houston, New York
Flash CS4 | Dreamweaver CS4 | Photoshop CS4 | Illustrator CS4 | InDesign CS4 | AfterEffects CS4 | Premiere CS4 | Captivate | Contribute CS4 : headTrix Training | Adobe Certified Training
Flash Training Los Angeles | 310.450.0122
Adobe Training Classes in Los Angeles
Adobe Certified Flash Training | Adobe Certified Dreamweaver Training | Adobe Certified Photoshop Training | Adobe Certified InDesign Training | Adobe Certified Illustrator Training | Adobe Certified After Effects Training | Adobe Premiere Classes | Los Angeles
Adobe CS4 Training | Los Angeles | Newport Beach | San Francisco | Sacramento | Austin | Houston | Boston
Follow headTrix on FaceBook! Follow us on Twitter!
Home
After Effects Training Los Angeles & Premiere Training Los Angeles & Flash Actionscript Training Los Angeles
Adobe Premiere Training in Los Angeles
Consulting
Dreamweaver and Flash Training in Los Angeles
Contact
Adobe Authorized Training in Los Angeles
Register for Flash Training, Photoshop Classes, Dreamweaver Instruction, by Adobe Certified Instructors in Los Angeles, Newport, San Francisco, Phoenix, New York, Chicago, Boston, Austin, Sacramento, Atlanta
ADOBE TRAINING
Adobe Acrobat Training
Adobe After Effects Training
Adobe Captivate Training
Adobe Contribute Training
Adobe Dreamweaver CS4 Training
Adobe Fireworks Training
Adobe Flash CS4 Training
Adobe FrameMaker Training
Adobe Illustrator Training
Adobe InDesign Training
Adobe LiveCycle Training
Adobe Photoshop Training
Adobe Premiere CS4 Training
* If you do not see the class you are looking for please contact us: info@headTrixTraining.com


Client Locations

Phoenix, AZ
Bakersfield, CA
Long Beach, CA
Los Angeles, CA
Newport, CA
Sacramento, CA
San Diego, CA
San Fernando, CA
San Francisco, CA
Santa Monica, CA
Valencia, CA
Denver, CO
Washington, DC
Atlanta, GA
Chicago, IL
Indianapolis, IN
Boston, MA
Lincoln, NE
Charlotte, NC
New York City, NY
Syracuse, NY
Cleveland, OH
Mechanicsburg, PA
Philadelphia, PA
Pittsburgh, PA
Austin, TX
Dallas, TX
Houston, TX
Arlington, VA
Seattle, WA
Toronto, Canada
Manila, Philippines

Testimonials

"Mark, I think I can say that on behalf of everyone in the class, thank you,
and that this was a wonderful class, thank you for coming here to Houston,
it was a pleasure to get to know you and learn so much this week...I am just glad that I could keep up...
I hope that you had a good trip back and made your plane ontime."

-Duane Dixon
Teacher, High School for the Performing and Visual Arts (HSVPA), TX

more testimonials



Testimonials

"Mark, Thanks again for a great class. Learned a lot. Glad you did the code (although I wasn't sure at first)."

-Thomas Neenan.,
Professor, Cal State University

more testimonials

 

Valid HTML 4.01 Transitional



 Adobe Dreamweaver CS4 Certified Training Classes

 Adobe Dreamweaver CS4 Training | Advanced

  Los Angeles Adobe Dreamweaver CS4 Training  

Dreamweaver CS4 Training | Advanced- San Francisco

This Dreamweaver course focuses on advanced topics in Dreamweaver.
Dreamweaver
 offers several features to create dynamic and database-driven web sites. In addition to developing standard client-side languages like HTML, CSS and Javascript, Dreamweaver can create server side code like ASP, PHP, JSP and ColdFusion.

Adobe Dreamweaver CS4 Training San Francisco

Three Day Dreamweaver CS4 Training Course
9am - 4:00pm
(see SCHEDULE for pricing)


Register Now

Related Classes:
Adobe Dreamweaver Training Classes in San Francisco Dreamweaver | Beginner
Adobe Dreamweaver Training Classes in San Francisco Dreamweaver | Intermediate
Adobe Photoshop Training Photoshop | Level 1
Adobe Flash Training Flash | Level 1
     
We offer Dreamweaver Training in Los Angeles, Newport Beach, Orange County, San Francisco, Sacramento, Phoenix, Boston, Chicago, Austin, Dallas, Houston, New York, and many other cities throughout the country via our partner network. We also offer one-on-one, onsite and LIVE online Virtual Trainining for Dreamweaver CS4 training nationwide.
   

 Audience

Dreamweaver CS4: Advanced is for students who have taken Dreamweaver Beginner and Intermediate Classes are have the hands-on experience to delve into the next level of Dreamweaver Training.

 Adobe Dreamweaver CS4 Training Outline

Dreamweaver Advanced Class

Passing Simple Variables with the URL and Dreamweaver Bindings

Dreamweaver makes most tasks easy to perform regardless of the server technology you employ by isolating the common feature sets and writing the appropriate code for you. For instance, we will share information from one file to another file using the URL string to pass information from one page through a link to the next page. We will experiment with the ColdFusion version and compare how one would do the same thing with Dreamweaver/ASP and Dreamweaver/PHP.

Sharing Form Data across Pages with Form Variable Bindings

When a user types information into a form and then submits that form, the information is passed to the server and may be retrieved and used by subsequent pages. We will establish a new binding in Dreamweaver so that we may greet a visitor by name after they've filled out a registration form.

Dreamweaver: Forms and Validation

Web forms consist of a number of input devices used to collect information from the visitor. In the Advanced Dreamweaver class, we will discuss the various input fields and learn how to perform basic client-side validation. If the visitor fails to supply information for a given text field or if the visitor provides faulty information, we can alert the user of his or her mistake before the information is sent to the server-side processor.

Sending an Email with a Contact Form

ColdFusion is a server technology language developed by Macromedia (now part of Adobe) and often provides simplified solutions to common problems. To send an email when a user submits a form can requires some programming with PHP or ASP, but ColdFusion makes this a simple task that we can implement in the Dreamweaver Advanced class. You will :

  • Examine the code for retrieving form information (previous exercise).
  • Use the CFMail dialogue box to insert the basic code.
  • Substitute the appropriate fields to get the visitor's name and email.

Server Behaviors: Adding Dynamic Text and Images from a Database

Information stored in a database can be retrieved upon the request of a web page to dynamically add new information to a website. In class you will:

  • Specify the data source (the database) to be used.
  • Examine the tables/fields.
  • Query the database for a set of results (dataset).
  • Use a field in the dataset to add dynamic text to the page.
  • Use a field in the datase to specify the source file of a dynamic image on the page.

Application Objects: Creating Master Page and Detail Pages for Databases

Retrieving dynamic information from a database can be easy when its a simple field with one result. It can be more difficult to set up a list of many records from the database and individual pages with details for each item in that list. Dreamweaver provides a tool to dynamically create the Master and Detail pages. It will let you specify the number of records to show per screen, and it will generate forward and backward links as appropriate. We will create a query and then use Dreamweaver to dynamically generate our content.

Server Behavior : Inserting Rows into a Database Table

Gathering information from a webpage to be inserted into a database is an extremely easy feature to implement using Dreamweaver. If you've established the form and the form fields, it is simply a matter of adding a server behavior to Insert Record. Once you've selected the behavior, you specify which form fields map to the fields in the database table. In class we will create two different forms that insert records into an existing database.

Updating Records in a Database

When you retrieve dynamic content from a database, the data can appear as plain text (content) or it can be used to pre-fill form fields. For instance, we will create a webpage that retrieves information from a database and uses that to pre-fill text fields. We will then allow the user to update certain fields and then submit the new information into the database.

User Authentication: Login Pages and Restricted Access

Among the server behaviors and application objects that Dreamweaver provides, User Authentication allows a developer to require a visitor to login before accessing certain information. Dreamweaver crafts the session variables necessary to restrict access of certain pages to visitors who have logged in. In this exercise you will:

  • Create a login page.
  • Add a server behavior to login the user, specifying the username & password information from the database
  • Establish a login failed page.
  • Restrict access of certain "sensitive" pages to logged in users only
  • Redirect users who are not logged in to the log in page

We offer Dreamweaver CS4 Training classes in Los Angeles, Long Beach, San Diego, San Francisco, Sacramento, Austin, Houston, Dallas, Phoenix, Boston, Pennsylvania, Chicago, and many other cities throughout the country via our partner network. We also offer one-on-one, Onsite Corporate Training and LIVE online Virtual Training for Dreamweaver training nationwide.

_______________________________________________________________________________________________ Top^

 Adobe CS4 Training: We offer classes in all Adobe CS4 Applications:

If you do not see a class you are looking for, please contact us at info@headTrixTraining.com or 310.450.0122

 

 
An Adobe Certified Training Provider
Home | About | Classes | Schedule | Consulting | Contact | Sitemap
© 2000-2010 headTrix, Inc., All Rights Reserved.
Terms & Conditions
310.450.0122  info@headTrixTraining.com