Categories

Partners
  • Website Templates

  • Design Feeds

  • Adobe Photoshop Tutorials

  • Website Templates, WordPress Themes

  • Website Templates

  • Flash Web Sites

  • Photoshop Templates

  • Photo Contests

  • Photo Tips
  • Search


    Advanced Search


    Partner Links
  • Adobe Photoshop Tutorials

  • Free Stock Photos and Images



  • Website Templates

    Checking Browser Compatibility with Dreamweaver MX 2004 - Introduction
    Published  05/22/2006 | Macromedia Dreamweaver
       




    Trying to determine exactly which tags, attributes, and CSS properties work in every browser you need to support can be a time consuming and laborious task. However, thanks to the Dreamweaver MX 2004 Browser Target Check feature you can focus on building sites and let Dreamweaver worry about what will work in the browsers that you need to support.

    In this article, I demonstrate how you can use this powerful feature to check for browser compatibility in all major graphical browsers.

    Checking Browser Compatibility Versus Code Validation

    It’s important to understand that checking for browser compatibility is completely different from validating your code. In this article, I review browser compatibility, which is checking for tags, attributes, and CSS constructs that aren't supported in specific browsers and browser versions.

    This is different than the Dreamweaver validator, which checks the syntax of the markup language (HTML / XHTML) against a specific standard known as a Document Type Definition (DTD). You can learn more about code validation in Dreamweaver MX 2004 by reading my article on Validating Code in Dreamweaver MX 2004.

    Article Series
    This article is part 1 of a 6 part series. Other articles in this series are shown below:
    1. Checking Browser Compatibility with Dreamweaver MX 2004 - Introduction
    2. Checking Browser Compatibility with Dreamweaver MX 2004 - Selecting Which Browsers to Check Against
    3. Checking Browser Compatibility with Dreamweaver MX 2004 - Viewing the Results of an Automatic Target Browser Check
    4. Checking Browser Compatibility with Dreamweaver MX 2004 - Viewing the Browser Target Check Results for an Entire Document
    5. Checking Browser Compatibility with Dreamweaver MX 2004 - Marking Errors as Ignored
    6. Checking Browser Compatibility with Dreamweaver MX 2004 - Error Parsing Styles