Dreamweaver CS6 – Advanced

Request info

Course duration: 1 Day

Cost: £395 + VAT

Course Information

This one-day interactive training course provides web designers with knowledge in advanced web technologies. The course focuses on advanced CSS and JavaScript techniques using the Spry framework as well as showing how to utilise forms to submit and receive data.

Prerequisites

Before taking this Dreamweaver training course, students should have experience in the use of Adobe Dreamweaver and web technology or have attended the Adobe Dreamweaver – Essentials course.

Adobe Dreamweaver – Advanced

Introduction

■Using and Implementing Advanced Web Technologies

Website Validation and Testing

■Testing Websites
■Using Adobe BrowserLab
■Adobe Device Central
■Validating your website
■Common Browser Issues

Advanced CSS Techniques

■Creating Style Sheets for different Media Types
■Using Advanced Selectors
■CSS Effects
■Using Snippets
■CSS Browser Compatibility

Working with Forms

■Learning about Forms
■Adding a Form to a Page
■Inserting text Form Elements
■Inserting Checkboxes
■Creating Radio Buttons
■Working with Lists
■Adding a Submit Button
■Specifying a Form Action
■Emailing Form Data
■Styling Forms with CSS

Advanced Interactivity Techniques

■Learning about Dreamweaver Behaviors
■Working with Spry XML Data Widgets
■Working with Spry Validation Objects
■Using JavaScript Frameworks
■Using Server-Side Includes

Advanced Image Techniques

■Optimising Images with the Property Inspector
■Working with Adobe Photoshop Smart Objects
■Working with Images in Fireworks

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-23' ) ) 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 (1372) 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