Dreamweaver CS3 – Website Development

Request info

Course duration: 3 Days

Cost: £875 + Vat

Introducing the Course

· Understanding the course Format
· Reviewing the course objectives and prerequisites
· Reviewing the course format
· Outlining the course content
· Understanding static page architecture

Getting Started

· Introducing Dreamweaver 8
· Learning the Interface
· Defining a local site
· Creating a website

Adding Content to a Site

· Adding content
· Controlling document structure
· Making lists
· Horizontal Rules
· Adding special characters

Formatting with Cascading Style Sheets

· Formatting text
· Introducing cascading style sheets
· Creating styles
· Exporting CSS rule definitions
· Creating class styles
· Creating advanced styles
· Creating a new external style sheet
· Displaying styles
· Understanding Cascading order and inheritance of styles
· Creating internal styles with the Property inspector

Working with Graphics

· Graphics on web pages
· Placing graphics on the page
· Modifying image properties
· Editing images
· Roundtrip editing with Fireworks
· 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
· Inserting a jump menu

Defining 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

Using Libraries and Templates

· Using site library items
· Creating site templates
· Defining editable regions
· Using templates
· Applying templates to an existing page
· Modifying templates

Creating Forms

· Understanding forms
· Processing forms
· Setting focus in a form
· Validating a form

Testing, Maintaining and Uploading

· Testing your site
· Maintaining your files and folders
· Connecting to a remote site
· Synchronizing files

SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2025-01-13' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (168) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC