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.
Server Side Includes (SSI) Adobe Dreamweaver / Code Editing
Server Side Includes are files that have some commonly used code that can be reused by many pages in your site. When you use a SSI file the server takes the entire content of the file and inserts it into the page, replacing the include code.
Working when you don't have access to your database Adobe Dreamweaver / Database Integration
If you use a large, server-based database like Microsoft SQL Server or Oracle 9i, you can still work on your dynamic pages in Macromedia Dreamweaver MX even if you don't have access to the database (for example, at home, on the train to work, or on a business trip). Macintosh users, who must often work with databases deployed on networked servers, can also benefit from this ability. This tutorial describes how to build dynamic pages in Dreamweaver MX when you don't have access to your database server.
Building ColdFusion pages that let users delete records Adobe Dreamweaver / Database Integration
You can use Macromedia Dreamweaver MX to build a set of ColdFusion 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.
PHP - A Beginners Guide Adobe Dreamweaver / Database Integration
This is an 11 part video tutorial series. It includes installation of all the components needed for creating data driven websites with Dreamwweaver, PHP, Apache, WAMP5, EMS MySQL Lite. It also explains the basics of connection to to the DB, inserting, updating and deleting data in the Database.
AJAX Dynamic Dropdowns Adobe Dreamweaver / JavaScript
This is a very informative introduction to AJAX. Using this technique enables you to get data fro the server without having to load a new page. In this tutorial we will be building a series of Select boxes on the fly.
Connecting an HTML Form with a CGI Script Adobe Dreamweaver / Forms
One of the most confusing aspects of working with HTML forms is that they don't do much until you've connected them to a script on your server. The HTML side of a form is relatively easy to create, and only a little more challenging if you want it to look good.
Publishing your Site and Making it Live! Adobe Dreamweaver / Site Management
Learn how to upload your files to a remote server and make your site live.The main step is to Define your site in Dreamweaver. Follow the steps given below and you should be able to upload and publish pages easily and fast. Soon you'll see your site live on the Internet!
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.