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 | Intermediate

  Los Angeles Adobe Dreamweaver CS4 Training  

Dreamweaver CS4 Training | Intermediate
This course continues from the Dreamweaver Beginner training class and focuses on intermediate topics with the objective of enabling students to take full advantage of the power and flexibility of the application. In this course, you will be introduced to advanced features for designing sophisticated and interactive web pages that employ CSS, forms, and JavaScript.

 

Adobe Dreamweaver CS4 Training San Francisco

Two 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 | Advanced
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: Intermediate is for students who have some fundamental experience with Dreamweaver or equivalent experience, and a basic knowledge of HTML

 Adobe Dreamweaver CS4 Training Outline

Dreamweaver Intermediate Class

Using Dreamweaver's Layout Tools

The creators of Dreamweaver recognize that web designers and developers have a cornucopia of different users - with different browsers and settings. Accordingly, Dreamweaver allows designers to choose several different ways to layout a page and includes tools for each technique. We show you the differences between table and css layouts and how to align different parts of your page relative to each other. After completing this section, you should be able to:

  • Set a tracing image of your page design
  • Use layers to design a page
  • Use DIV tags and CSS to lay out a page
  • Draw tables in layout view

Templates and Library Items

Larger sites often involve both content entry and web design: webmasters produce a template of a page, and then other members of the organization populate instances of that page with data. This entails the risk that the content/data entry staff will accidentally change the layout of the page. To guard against this, Dreamweaver offers a tool called "templates", web pages where only certain designated portions are allowed to be edited. Even on small websites, it is often necessary to include identical snippets of code in several web pages. For example, all the pages in a site might contain the same main navigation code. Without resorting to templates, Dreamweaver allows the web author to create "libraries" of code snippets and to include them into one or more pages. When the code changes, Dreamweaver will replicate the changes to all the individual pages. This makes it extremely easy to manage and add headers, footers and navigation bars. After completing this section, you should be able to:

  • Create a site template and use it for creating pages
  • Modify the template and update pages
  • Add a repeating region to a template
  • Define an optional region in a template
  • Modify the properties of the template
  • Understand the difference between templates and library items
  • Create a new library item and add it to a page
  • Modify a library item

Adding Forms with Dreamweaver

Forms and the various elements within a form allow users to enter information into a web page. The information may be employed only within the web browser to perform some calculation for the visitor (such as a calculator) or may be submitted back to the server for greater interaction with the user such as product orders, user registration and web site searching. Although a scripting language is necessary to process the data, the actual form elements themselves are HTML and are easily added with Dreamweaver. After completing this section, you should be able to:

  • Understand the use of forms on the web
  • Create a basic form with text fields
  • Add check boxes and radio buttons to a form
  • Include a dropdown menu
  • Provide buttons for submission and reset

Rollover Images in Dreamweaver

Designers have a variety of tools at their disposal for drawing a user's attention to something. One of the most common and reliable techniques for navigation and for linking is to employ images that somehow react when a user "rolls over" the image with their mouse. Rollover images are an easy way to spice up a site and make it more interactive. After completing this section, you should be able to:

  • Create a simple rollover with 2 images
  • Use a mouseover one image to change a different image
  • Set up a navigation bar with different rollover states
  • Make a Flash button

Adding Behaviors in Dreamweaver

"Behaviors" is Adobe's term for JavaScript functions associated with elements of a web page. For example, the following link has a behavior associated with it : when the user clicks on it, a pop-up box is launched. We will discuss the types of events that can trigger behaviors to take effect - for example, when the mouse moves over an item, when a link is clicked, or when a page is loaded. You will learn how to associate Dreamweaver's pre-written JavaScript functions with these events to accomplish advanced image rollovers and writing to text layers. In this part of the course you will learn how to:

  • Launch a new browser window of a designated size
  • Alert the user with a pop-up message
  • Validate a form's data before it is submitted

Multimedia & Specical Effects in Dreamweaver

Web pages have evolved to become "richer", full of flash animations, audio, video, interactive forms and popular Ajax effects. We show you how to add the following effects to your pages:

  • Flash animations
  • Audio and Video
  • Timelines for HTML/JavaScript animation

Using XML in your Web Pages

XML is a data format slightly different from the HTML you're already using to design your web pages. Using XML, you can separate the content (e.g., prices, product descriptions, and contact info) from the styling (e.g., prices in italics, product descriptions in blue, and contact info on the right). We show you how to use Dreamweaver to:

  • specify the location of your XML content
  • format the XML content in your web page
  • rearrange the XML content using XSLT

File Management within Dreamweaver

Managing the files that compose your web site is an important task for any web developer. If a team is working on a web site, they can make use of Dreamweaver's version control system. For each page, you can use Dreamweaver to error-check its syntactic validity, whether any of its links are broken, and more. We show you:

  • how to use check-in/check-out version control features
  • how to find broken links sitewide
  • how to measure a page's accessibility to different audiences

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