Adobe Dreamweaver CC: Learn by Video

Video description

This critically acclaimed training program from Adobe Press offers high-definition video to teach the fundamentals of Dreamweaver CC. Experienced instructor David Powers presents a comprehensive introduction to Dreamweaver, including best practices as well as fundamental web design concepts. Covered topics include Dreamweaver's HTML5 and CSS3 improvements, multimedia, interactivity, and how to work within the Creative Cloud. Crucial to the training are optimized teaching methods, practical tips, and the focus on learning by doing with project files.

Table of contents

  1. In this chapter you'll get a brief introduction to Dreamweaver CC – what it is, and how it works. You'll also get an overview of what's covered in this course.
    1. Welcome 00:02:14
    2. What Is Dreamweaver? 00:07:20
    3. About This Course and the Project Files 00:03:34
    4. Displaying Filename Extensions on Windows 00:01:42
  2. This chapter looks at some fundamentals of planning and building web pages, as well as key concepts like basic CSS selectors, naming conventions, copyright, and accessibility.
    1. Planning Your Website 00:03:48
    2. How Web Pages Are Built 00:05:30
    3. Basic CSS Selectors 00:03:20
    4. Understanding Pixels and Other Units of Measurement 00:03:23
    5. Setting Colors and Alpha Transparency 00:04:53
    6. Naming Conventions 00:03:25
    7. Understanding Copyright 00:03:38
    8. Making Web Pages Accessible 00:03:56
  3. In this chapter you'll be introduced to the Dreamweaver interface, including the Welcome screen, the Document window, and panels. You'll also learn how to define a site in Dreamweaver, organize your workspace, and set up your preferences.
    1. The Welcome Screen 00:04:46
    2. Defining a Site in Dreamweaver 00:04:31
    3. Exploring the Document Window 00:05:52
    4. Using the Property Inspector 00:03:13
    5. Disabling the Code Navigator Indicator 00:01:43
    6. Introducing the CSS Designer 00:06:21
    7. Organizing Your Workspace 00:05:48
    8. Changing Dreamweaver Preferences 00:06:11
    9. Using the New Document Dialog Box 00:05:28
    10. Inspecting the Basic Page Structure 00:04:15
    11. Creating the Web Page Title 00:03:42
    12. What's Different on a Mac? 00:04:52
  4. In this chapter you'll learn how to insert and format text directly in the Document window, as well as preserving formatting when copying and pasting from external documents. You'll also learn how to avoid problems when copying and pasting inside Dreamweaver.
    1. Formatting Headings, Paragraphs, and New Lines 00:07:24
    2. Creating Bulleted and Numbered Lists 00:06:50
    3. Inserting Special Characters 00:04:50
    4. Using Blockquote Correctly 00:03:28
    5. Importing from Word and Paste Special 00:05:07
    6. Copying and Pasting Inside Dreamweaver 00:02:52
  5. This chapter explains how to make text in your web pages look more distinctive by styling it with CSS and using web fonts.
    1. Attaching an External Style Sheet 00:05:14
    2. Setting the Font, Size, and Color of Text 00:06:32
    3. Using Adobe Edge Web Fonts 00:07:06
    4. Installing Web Fonts Locally 00:05:55
    5. Building a Custom Font Stack 00:04:14
  6. This chapter takes you step by step through the process of building a web page, starting from a blank page, adding the HTML structure and text content, and creating a two-column layout for the case study that runs through subsequent chapters.
    1. Using a Predefined Layout 00:05:08
    2. Introducing the Case Study 00:02:58
    3. Inserting HTML Structural Elements 00:08:10
    4. Adding Content and Basic Styles 00:08:45
    5. Understanding the CSS Box Model 00:10:34
    6. Adjusting Width, Padding, and Margins 00:06:18
    7. Floating Elements 00:06:00
    8. Setting Background Colors 00:05:23
  7. This chapter explores techniques for working with images. You'll learn about file formats, alternate text, scaling, captions, and more.
    1. Preparing Images for the Web 00:08:05
    2. Inserting Images and Alternate Text 00:05:22
    3. Adding a Caption to an Image 00:05:40
    4. Resetting Figure Margins 00:05:33
    5. Using an Image as Background 00:05:23
    6. Modifying Images 00:06:12
  8. This chapter explores the various types of links you can add to your site and how to style them.
    1. Internal and External Links 00:05:24
    2. Linking to a Specific Point in a Page 00:04:29
    3. Using Images as Links 00:03:59
    4. Creating an Image Map 00:06:29
    5. Creating an Email Link 00:02:36
    6. Opening Files in a New Window 00:06:28
    7. Using Pseudo-Classes to Style Links 00:07:46
    8. Converting a List into a Navigation Bar 00:05:36
  9. This chapter explores some more advanced techniques for working with CSS. You'll see how to use Inspect Mode and the Code Navigator, and how to apply rounded corners, drop shadows, and CSS gradients.
    1. Useful CSS Selectors 00:05:28
    2. Resolving Conflicting Styles 00:03:30
    3. Using Inspect Mode 00:05:50
    4. Using the Code Navigator 00:04:17
    5. Setting Border Colors and Styles 00:05:21
    6. Adding Rounded Corners 00:04:31
    7. Creating Drop Shadows 00:06:28
    8. Using a CSS Gradient 00:06:15
    9. Creating Styles for Print 00:09:20
  10. In this chapter you'll get tips for managing the assets on your site. We'll look at renaming and moving files, working with library items, creating templates, and more.
    1. Creating and Modifying a Library Item 00:07:08
    2. Creating a Template from an Existing Page 00:04:59
    3. Creating Child Pages from a Template 00:06:21
    4. Templates Assessed 00:02:59
  11. CSS positioning lets you fix the position of an element with pinpoint accuracy, but it can be difficult to understand. This chapter explains the subtleties of fixed, relative, and absolute positioning.
    1. How CSS Positioning Works 00:04:20
    2. Fixing an Element within the Browser Viewport 00:06:43
    3. Shifting an Element's Relative Position 00:03:09
    4. Keeping Absolutely Positioned Elements in Sync 00:05:32
    5. Stacking Elements with z-index 00:05:06
  12. This chapter explains how you can introduce greater variety to your layouts using CSS transforms to rotate and scale elements. You'll also learn how to use Dreamweaver's CSS Transitions panel to create smooth transitions from one state to another when hovering over an element.
    1. Rotating Elements 00:05:28
    2. Introduction to CSS Transitions 00:03:38
    3. Using the CSS Transitions Panel 00:07:25
    4. Setting the Transform Origin 00:05:32
  13. In this chapter, you'll see how to add interactivity to web pages using jQuery UI widgets and effects, which are based on jQuery, the most popular JavaScript framework.
    1. Inserting an Accordion 00:08:15
    2. Creating Tabbed Panels 00:07:50
    3. Styling jQuery UI Widgets 00:08:03
    4. Using jQuery Effects to Reveal and Hide Elements 00:07:15
  14. HTML tables should not be used for page layout because they cause accessibility problems. However, they're ideal for presenting structured data, as this chapter demonstrates.
    1. Inserting a Table 00:06:37
    2. Modifying a Table 00:06:07
    3. Importing Tabular Data 00:04:44
    4. Styling a Table with CSS 00:07:49
  15. In this chapter we'll look at online forms. You'll learn about the different types of input elements and how to style a form.
    1. Introduction to Forms 00:07:46
    2. Inputting Single- and Multiple-Line Text 00:07:56
    3. Specialized Text Input Fields 00:07:01
    4. Checkboxes and Radio Buttons 00:07:45
    5. Select Menus and Lists 00:05:20
    6. Using a Datalist 00:04:17
    7. Styling Form Elements 00:07:33
  16. This chapter shows how to adapt the Pacific Highway case study as a responsive web design using Dreamweaver's Fluid Grid Layout tools. A Fluid Grid Layout uses CSS media queries to deliver different styles to mobile phones, tablets, and desktop computers depending on the width of the browser viewport.
    1. Introducing Fluid Grid Layouts 00:06:42
    2. What Are Media Queries? 00:04:19
    3. Defining the Grid 00:05:58
    4. Inserting Fluid Elements 00:08:04
    5. Adapting the Structure 00:04:57
    6. Adding the Content 00:02:46
    7. Adjusting the Layout for Different Resolutions 00:08:17
    8. Styling a Fluid Grid Layout 00:08:22
  17. These days it's easier than ever to add multimedia like video and audio to web pages. You'll also learn how to import an animation from Adobe Edge Animate.
    1. Inserting an Edge Animate Composition 00:06:27
    2. Creating a Flash Video Player for Older Browsers 00:06:30
    3. Inserting HTML5 Video 00:05:54
    4. Inserting HTML5 Audio 00:06:21
    5. Troubleshooting HTML5 Video and Audio 00:03:11
  18. In this chapter you'll learn about tools and utilities that can make your work in Dreamweaver CC easier, including the powerful Find and Replace dialog box.
    1. Using Find and Replace 00:05:40
    2. Using a Saved Query 00:03:47
    3. Running Site Reports 00:04:42
  19. The moment of truth comes when you publish your site and share it with the world. In this chapter you'll learn how to prepare for publishing by running site reports and validating and testing your code, then actually deploy your website to a server.
    1. Adding a Description to a Page 00:03:18
    2. Validating Your HTML 00:03:33
    3. Setting Up Your Server Login Details 00:06:55
    4. Uploading and Downloading Files 00:06:38

Product information

  • Title: Adobe Dreamweaver CC: Learn by Video
  • Author(s):
  • Release date: March 2015
  • Publisher(s): Pearson
  • ISBN: 013346203X