Dreamweaver MX lets you browse and choose web services available on the Internet, generate a .NET web service proxy, and drag and drop methods and data types into a page's code view.
Using custom tags for ASP.NET Adobe Dreamweaver / 3rd Party
This article describes the custom tags used by Macromedia Dreamweaver MX to support its ASP.NET server behaviors. You can use these custom tags in your own code to more rapidly build dynamic pages.
Using Links in templates Adobe Dreamweaver / Templates
Templates are a useful tool for designers when developing a Web site consisting of a series of Web pages. You can set up a template with areas that won't change from page to page, like a menu or an image, and define editable areas that will be different on every page. Then, you create the Web pages in your site from this template so you don't need to add that menu or image into every single page.
Using Templates Adobe Dreamweaver / Templates
This tutorial demonstrates how to make templates using Dreamweaver 4. You can use templates to create web pages that have a common structure and appearance. Templates are useful when you want to make sure that all of the pages in a site share certain characteristics.
Customizing templates Adobe Dreamweaver / Templates
The templates provide the page layout and design structure you need to create your own customized Web site. By adding your own content, such as text, images, or other objects, to the sample pages you can quickly create unique pages based on a uniform page design.
Using layers to design a web page in Dreamweaver 4 Adobe Dreamweaver / Layers
Using layers to design web pages in Macromedia Dreamweaver gives you flexibility and control over the placement of objects on a page. Any object that can be added to a web page (text, graphic, table, and so on) can be added directly to a layer. You can then drag the layer and its content to position it in the desired location.
Planning your Web site design Adobe Dreamweaver / Site Management
When you begin thinking about creating a Web site, you should follow a series of planning steps to make sure your site is successful. Even if you are just creating a personal home page that only friends and family will see, it can still be to your advantage to plan the site carefully in order to make sure everyone will be able to use it easily.
Understanding basic HTML Adobe Dreamweaver / Code Editing
Although Macromedia Dreamweaver allows you to create and edit Web pages visually without worrying about the HTML source code, there can be times when it can be useful to understand basic HTML. Understanding basic HTML tags and how they are used will provide you with more control to modify and troubleshoot your Web page.
Creating master/detail pages (ColdFusion) Adobe Dreamweaver / Linking and Navigation
You can use Macromedia Dreamweaver MX to create master/detail ColdFusion pages. A master page is a page that lists database records and corresponding links for each record. When the user clicks a link, a detail page opens displaying more information about the record.
Building PHP pages that let users delete records Adobe Dreamweaver / Database Integration
You can use Macromedia Dreamweaver MX to build a set of PHP pages capable of deleting a record in a database table. To rapidly add this functionality to your web application, you can use the Delete Record server behavior. When the user clicks a link or a form button on the page, the Delete Record server behavior takes care of the details of deleting the record from the database.