Dreamweaver - 3 days
web development
Scheduled training
Private training
scheduled training.
3 day web building.
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
Price per person
£647 + 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 %>