scheduled training.
5 day web masterclass.
Adobe Dreamweaver
Getting Started
- HTML Basics
- Learning the interface
- Defining a site
- Creating a simple website
Working with Graphics
- Using graphics on web pages
- Placing graphics on the page
- Modifying image properties
- Editing images
- Roundtrip editing with Fireworks/Photoshop
- Customizing the Insert bar
- Adding Flash content
- Adding Flash Video
Navigating Your Site
- Understanding site navigation
- Linking to files in your site
- Linking to sites
- Linking to named anchors
- Adding e-mail links
- Linking from images
- Creating a jump menu
Using Libraries and Templates
- Using site library items
- Creating site templates
- Defining editable regions
- Using templates
- Applying a template to an existing page
- Modifying templates
Formatting with Cascading Style Sheets
- Formatting text
- Introducing cascading style sheets
- Creating styles
- Exporting CSS rule definitions
- Creating class styles
- Attaching external style sheets
- Creating advanced styles
- Creating a new external style sheet
- Displaying styles
- Cascading order and inheritance of styles
Designing Page Layouts with CSS
- Understanding page layout
- Using layers for layout
- Adding CSS to layers
- Using absolute and relative positioning
- Designing with DIVs
- Designing navigation links with CSS
- Importing tabular data
- Using table layout view
Creating Forms
- Understanding forms
- A look at processing a form
- Using Spry validation with a form
Testing, Maintenance, and Uploading
- Testing your site
- Maintaining your files and folders
- Connecting to a remote site
- Synchronizing files
- Dreamweaver CS4 New Features
- CSS Layouts
- CSS Management
- CSS Advisor
- Browser Compatability
- Photoshop CS4 Integration
- InContext Editing
- Adobe Bridge CS4
Adobe Flash
Introducing the Course
- Understanding the course format
- Reviewing the course objectives and prerequisites
- Looking at the course outline
Adobe Flash CS3 New Features
- New user interface
- Adobe Photoshop and Illustrator integration
- New drawing tools
- Actionscript 3.0
- Actionscript 3.0 Animation
- Actionscript 3.0 Debugger
- Flash Video Technology
- UI componenets
- Adobe Device Central CS3
Creating and Importing Graphic Assets
- Working with different graphic formats
- Importing bitmap graphics
- Importing vector graphics
- Working with layers and layer folders
- Using the drawing tools
- Using object and merge drawing
- Working with the Color panels
- Creating and using Graphic symbols
- Using the Library panel
Using Text Effectively
- Using the Text tool
- Adding and formatting static text
- Changing font rendering methods
- Adding input text fields
- Embedding fonts in input text fields
- Using font best practices
Creating Animations
- Working with the Timeline
- Using keyframes, blank keyframes, and frames
- Creating motion tweens
- Creating shape tweens
- Creating transition effects
- Using animation best practices
Adding ActionScript with Script Assist and Behaviors
- Using Script Assist
- Adding actions to a frame
- Creating and using Button symbols
- Adding behaviors to a button
- Loading external SWFs
Using Moving Clips
- Creating and using Movie Clip symbols
- Organizing a Movie Clip Timeline
- Using actions to control a Timeline
- Using frame labels
- Responding to user interactions
Adding Sound and Video
- Importing sound
- Changing sound properties
- Adding sound to a Timeline
- Embedding video in a Timeline
- Using the FLVPlayback component
Publishing Flash Documents
- Using different publishing formats
- Using publishing profiles
- Adding Flash Player detection
- Publishing for deployment
Price per person
£977 + VAT

e-mail to a friend

Special Deals
Buy any 3 days training or more and receive free courses with FlexiDeal
<% if not num_centres.eof then %>
<%=(Dates_title)%> dates <%=(num_centres.Fields.Item("Start_year").Value)%>
<% if num_centres.Fields.Item("End_year").Value <> num_centres.Fields.Item("Start_year").Value then %>
<%=" – " & (num_centres.Fields.Item("End_year").Value)%>
<% end if %>
<%
Dim centre_count, per_col
centre_count = 0
per_col = cint(cint(num_centres.Fields.Item("Num_centres").Value)/2)
while not centres.eof
centre_count = centre_count + 1
dates_cmd.Parameters("param2").value = (centres.Fields.Item("Centre_ID").Value)
Set dates = dates_cmd.Execute
%>
<%=(Dates_title)%> "><%=ucase(centres.Fields.Item("Centre_name").Value)%>
<% if len(centres.Fields.Item("Centre_comments").Value) > 0 then %>
<%=(centres.Fields.Item("Centre_comments").Value)%>
<% end if %>
<% while not dates.eof %>
<%=formatDate("%j%O %F %Y",dates.Fields.Item("Course_Date").Value)%>
<% dates.movenext()
wend %>
<% if centre_count = per_col then
per_col = 0 %>
<% end if %>
<% centres.movenext()
wend %>
<% end if %>