0845 686 0266  Please click here to chat with a certified trainer
Dreamweaver Training logo - UKDreamweaver CS4 Training Course



We offer a 3-day introductory and a 3-day advanced training course in Dreamweaver.

Dreamweaver CS4 - Website Development Course outline

Dreamweaver CS4 - Developing ASP Applications Course Outline

Dreamweaver CS4 - Developing ColdFusion Applications Course Outline

We currently offer public Dreamweaver training courses in many cities around the country. Please click on the schedule link to your right to see a complete list of our Dreamweaver course offerings.

You can book for these courses by clicking on the booking link at the top of this page or by clicking on the book link next to the scheduled dates on the right

We also offer bespoke Dreamweaver training courses and consulting which can be tailored and targeted specifically to you and your staff. These courses can be held at many training centres or on-site at your location anywhere in the United Kingdom. We also provide Dreamweaver live online training courses in a virtual classroom. Our Dreamweaver training and support team are all Adobe Certified.
Please contact training@multimediacentre.co.uk if you would like more information on our Dreamweaver bespoke training courses.




COURSE OUTLINES
Dreamweaver: Intro to Website Course
Next scheduled courses begin on
02/08/2010 London SE1 £675 book
02/08/2010 Manchester M1 £675 book
09/08/2010 Cardiff £675 book
16/08/2010 Birmingham £675 book
01/09/2010 London SE1 £675 book
13/09/2010 Cardiff £675 book
13/09/2010 Manchester M1 £675 book
27/09/2010 Glasgow £675 book

Courses are run over 3 consecutive days

Dreamweaver Level 1 Complete Schedule

Adobe Certified Training Logo - London, UK

Dreamweaver - Website Development - top

Description

Adobe Dreamweaver is the worldwide tool of choice for those who need to design, build and manage professional websites. This course has been specifically designed to enable you to master the essentials of Dreamweaver quickly and easily. You will cover creating, editing, publishing and updating a website as well as adding elements to existing sites and important site management issues.

This three day course includes understanding the development process, adding content to an existing site, understanding the power of style sheets (CSS), working with buttons and rollovers, creating jump menus and publishing, testing and maintaining your site. This course will provide you with the expertise to produce and maintain innovative, professional websites using Dreamweaver.

Adobe Dreamweaver Website Development Course Outline

Introducing Dreamweaver
• Course objectives
• Static page architecture

Getting started
• Introduction to Dreamweaver
• Dreamweaver interface basics
• Creating a local site
• Creating a new HTML page
• Using development views
• Previewing pages
• Setting document properties

Adding content to a site
• Adding content
• Importing text files
• Importing Word and Excel content
• Controlling document structure
• Creating lists
• Horizontal rules
• Adding special characters

Formatting text with CSS
• Formatting text
• Cascading Style Sheets
• Creating styles
• Exporting CSS rule definitions
• Creating class styles
• Creating advanced styles

External styles
• Attaching external style sheets
• Creating new external style sheets
• Displaying styles
• Cascading order and inheritance of styles
• Creating internal styles

Working with graphics
• Seamless integration with Photoshop and Fireworks
• Placing graphics on the page
• Accessibility settings
• Importing layered images
• Optimising an image
• Adding Flash content

Navigating your site
• Linking files to your site
• Adding anchors
• Adding email links
• Linking from images
• Linking from an image map
• Creating a navigation bar
• Inserting a jump menu

Using libraries and templates
• Creating library items
• Placing and editing library items
• Detaching library items
• Creating templates
• Applying a template to an existing image
• Defining editable regions
• Modifying templates

Designing pages with CSS
• Dreamweaver CSS templates
• Inserting DIV tags
• Using the rulers and guides
• Drawing layers to design your pages
• Adding CSS to a layer
• Using visual aids for DIV tags
• Attaching external style sheets
• Adding tables
• The Spry Framework for Ajax - an overview
• Importing tabular data
• The Adobe CSS Advisor website

Creating forms
• Creating a form
• Form processing
• Setting focus on a form
• Adding JavaScript
• Form validation in Dreamweaver

Testing, maintenance and uploading
• Checking accessibility, links and browser compatibility
• Using the integrated File Browser
• Connecting to a remote site
• Cloaking folders and files
• Uploading files
• Synchronising files
• Using browser compatibility check

Questions and answers


Audience

This extremely popular course is the Adobe authorised introductory course for new users of Dreamweaver who wish to build professional websites.

Course Summary

This three day course includes understanding the development process, adding content to an existing site, understanding the power of style sheets (CSS), working with buttons and rollovers, creating jump menus and publishing, testing and maintaining your site. This course will provide you with the expertise to produce and maintain innovative, professional websites using Dreamweaver.

Pre-Requisites

You should have the following experience prior to taking this course:

  • Have experience with Windows or Macintosh operating systems.
  • Use and have knowledge of the web environment and web browsers.
  • Have a basic understanding of document formatting programs, such as Microsoft Word.
On Completion

Upon successful completion of this course, students will be able to:

  • Define a web site
  • Build pages from scratch.
  • Design a template and use libraries.
  • Format and layout a page using tables and CSS.
  • Incorporate text, graphics and flash.
  • Build a form.
  • Create navigation between pages and websites.
  • Manage and maintain their website.
  • Upload/Download web pages and content.
  • Incorporate tags, image maps and use the asset panel.

Dreamweaver - Developing ASP Applications - top

Description

Adobe Dreamweaver CS4: Developing ASP Applications is a three day course for those who already have the Dreamweaver skills required to build static web content and who want to combine Dreamweaver and ASP to create dynamic, data-driven websites.

This popular course is designed to develop the real world practical Dreamweaver and ASP skills required to build professional, dynamic sites (if you are working with PHP - please call for a separate course outline).

The course covers setting up a site and building a simple, dynamic application. You will cover how to configure your system to pass data between pages, send and receive email, communicate with databases, collect, process, filter and display dynamic data, authenticate specific users, work with dynamic forms and build update pages. If you wish to work on your own website or project as part of the training - this course can be taken as individual tuition or as a private company course.

Adobe Dreamweaver Level 2 Course Outline

Getting started
• Defining a static site
• Creating the contact page
• Creating a new page based on an existing page
• Working in design view, code view and split view
• Inserting and formatting text
• Inserting images from the insert bar
• Creating tables
• The Property Inspector and the Properties Panel

Dynamic web sites
• Dynamic web site basics
• Choosing a server model
• Redefining the site for dynamic development
• Developing with a local server
• Developing with a remote server
• Building a simple, dynamic application

Passing data between pages
• Understanding the HTTP protocol
• Retrieving data
• Setting and retrieving cookies

Sending email from a web form
• Introducing SMTP email service
• Writing code to send emails
• Introducing objects, methods, functions and properties
• Creating the web form
• Emailing dynamic form values
• Client-side form validation

Databases on the web
• A crash course on databases
• Connecting the site to a database
• Creating recordsets and displaying database information

Practical example: building a Tour Price calculator
• Creating the pages
• Building the form
• Collecting, processing and displaying the data
• Adding server-side form validation
• Creating the conditional region
• Creating and applying a custom CSS class
• Dynamically populated drop-down menus
• Creating filtered recordsets
• Revising the calculation script with live data
• Documenting your code with comments

Filtering and displaying data
• Preparing the input page
• Generating URLs dynamically
• Preparing the output page
• Populating page layouts dynamically
• Adding dynamic images

Building the tour descriptions
• Creating recordsets with joins
• Building the descriptions
• Inserting images and alt attributes
• Implementing recordset paging
• Passing data to other applications

Managing content with forms
• Creating the admin section
• Creating the form interface

Building search interfaces
• Creating the Search All link
• Searching by region and country
• Switching SQL statements
• Testing and debugging

Authenticating users
• Building the registration pages
• Building a log-in page
• Restricting access to pages

Building update pages
• Planning master-detail pages
• Making the detail page updateable


Questions and answers


Dreamweaver - Developing ColdFusion Applications - top

Introducing the Course

  • Understanding the course format
  • Reviewing the course objectives and prerequisites
  • Looking at the course outline

Getting Started

  • Understanding static vs. dynamic pages
  • Introducing Adobe ColdFusion
  • Working with sites in Adobe Dreamweaver
  • Learning Adobe Dreamweaver interface basics
  • Developing dynamic pages
  • Including common code

Using the Database Panel

  • Using databases on the web
  • Creating a database connection
  • Using the Database panel
  • Using the Bindings panel to create a simple recordset
  • Creating an advanced recordset using joins

Binding Data to a Page

  • Binding data to a page
  • Using Live Data View
  • Formatting data using the Bindings panel
  • Inserting a dynamic image

Customizing Recordset Display

  • Introducing Server Behaviors
  • Displaying all rows in a recordset using Repeat Region
  • Introducing Application Objects
  • Using the Recordset Navigation Bar to page through recordsets
  • Displaying Recordset Navigation Status
  • Using the Server Debug View

Creating Drill-down Interfaces

  • Creating a drill-down interface
  • Generating dynamic links
  • Using dynamic filters in SQL
  • Using the Dynamic Table Application Object
  • Creating a master-detail page set

Creating a Search Interface

  • Reviewing HTML Forms
  • Creating dynamically populated drop-down menus
  • Creating filtered recordsets

Inserting Rows into a Table

  • Creating a form and using the Insert Record Server Behavior
  • Validating form data using Behaviors
  • Creating dynamic form elements
  • Using the Recordset Insertion Form Application Object

Updating Rows

  • Creating an interface for updating data
  • Displaying results in a table using the Dynamic Table Application Object
  • Creating a pre-filled form for the row to update
  • Using URL parameters
  • Using the Record Update Form Application Object
  • Manually creating a form and applying an Update Record Server Behavior

Deleting Rows

  • Understanding the delete process
  • Creating a delete confirmation page
  • Passing hidden data in a form
  • Using a SQL Delete statement
  • Using the Delete Row Application Object

Authenticating Users

  • Setting and retrieving cookies
  • Authenticating users with a web application
  • Building the registration pages
  • Building the log-in page
  • Creating a Adobe ColdFusion Application.cfm
  • Restricting access to pages

-top

Audience

This popular course is designed to develop the real world practical Dreamweaver and ASP skills required to build professional, dynamic websites (if you are working with PHP - please call for a separate course outline).

Course Summary

The course covers setting up a site and building a simple, dynamic application. You will cover how to configure your system to pass data between pages, send and receive email, communicate with databases, collect, process, filter and display dynamic data, authenticate specific users, work with dynamic forms and build update pages. If you wish to work on your own website or project as part of the training - this course can be taken as individual tuition or as a private company course.

Pre-Requisites

You should have the following experience prior to taking this course:

  • Attended the Dreamweaver Website development course or have equivalent knowledge and experience
On Completion
Delegates will have the knowledge and understanding of:
  • Basics of Dynamic App Dev
  • Building 2 tier searches
  • Basics of Drill-Down Interface
  • Building Recordsets and Binding Data to a Page
  • Server Debug Options
  • SQL - INSERT, UPDATE, SELECT, and DELETE
  • Security and Login Authentication
  • Creating a Dynamic Search Interface
  • Database Panel and Application Wizards

Dreamweaver training courses offered in the UK

We can offer you customised on-site training courses in Dreamweaver wherever you are in the UK:

Avon, Bedfordshire, Berkshire, Buckinghamshire, Cambridgeshire, Cheshire, Cornwall, Cumberland, Derbyshire, Devon, Dorset, Durham, Essex, Gloucestershire, Hampshire, Herefordshire, Hertfordshire, Huntingdonshire, Kent, Lancashire, Lincolnshire, Leicestershire, Middlesex, Norfolk, Northamptonshire, Nottinghamshire, Oxfordshire, Rutland, Shropshire, Somerset, Staffordshire, Suffolk, Surrey, Sussex, Warwickshire, Westmorland, Wiltshire, Worcestershire, Yorkshire, Midlands and Greater London

We also provide Dreamweaver training courses in the following cities:

Dreamweaver training courses in London
Dreamweaver training courses in Birmingham
Dreamweaver training courses in Bristol
Dreamweaver training courses in Manchester
Dreamweaver training courses in Edinburgh
Dreamweaver training courses in Glasgow
Dreamweaver training courses in Liverpool
Dreamweaver training courses in Cardiff
Dreamweaver training courses in Newcastle
Dreamweaver training courses in Nottingham
Dreamweaver training courses in Leeds
Dreamweaver training courses in Milton Keynes
Dreamweaver training courses in Brighton
Dreamweaver training courses in Bournemouth
Dreamweaver training courses in Exeter
Dreamweaver training courses in Plymouth
Dreamweaver training courses in Southampton


©Copyright 2009 Multimedia Centre Limited