Creating Data Driven Websites with Dreamweaver MX 2004: Using ColdFusion MX, ASP 3.0 or ASP.NET

Similar documents
Creating Data Driven Websites with Dreamweaver CS4: Using ColdFusion, PHP or ASP

Introduction to Dreamweaver CS4:

Planning and Designing Your Site p. 109 Design Concepts p. 116 Summary p. 118 Defining Your Site p. 119 The Files Panel p. 119 Accessing Your Remote

Migrating to MIL-Comply SQL Server Edition

Part 3: Dynamic Data: Querying the Database

Dreamweaver MX The Basics

You can use Dreamweaver to build master and detail Web pages, which

Locate your Advanced Tools and Applications

FRAMEWORK VERSION 3.0 NETWORK INSTALLATION INSTALLING MICROSOFT STEP BY STEP INTERACTIVE TRAINING SOFTWARE

Book IX. Developing Applications Rapidly

Overview of Professional Quest Technologies

Importing to WIRED Contact From a Database File. Reference Guide

Simple sets of data can be expressed in a simple table, much like a

YOU CANNOT 'UPGRADE' INSTALLATIONS FROM PREVIOUS VERSIONS 'IN PLACE'.

Perceptive TransForm E-Forms Manager Data Source

IN THIS CHAPTER,YOU LEARN THE BASICS of databases, including how they

MX Looper Suite User Manual. version 1.2.0

Important Information!

Front Desk 2018 Practice Management System

Creating and Managing Snippets

Web Portfolio Design and Applications

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies

Defining an ODBC data source

AppWizard Installation/Upgrade Guide (v.4.00)

PDshop Installation Guide (For ASP.NET Editions)

SelectSurveyASP Advanced User Manual

Design and Implementation of File Sharing Server

Installation Guide. For use with all.net versions of PDshop Revised: 12/29/17. PDshop.com / Copyright All Rights Reserved.

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2

Account & Resource Management in the Enterprise - Needs and Solutions.

Important Information!

DAVID M. KROENKE and DAVID J. AUER. DATABASE CONCEPTS, 7 th Edition. Chapter Seven. Database Processing Applications. Chapter Objectives

SYNTHESYS.NET INTERACTION STUDIO Database Output Actions

DataAssist Help Documentation

Adobe ColdFusion level 1 course content (3-day)

Partner Integration Portal (PIP) Installation Guide

E2-E3: CIVIL CHAPTER-16 LOADING OF NIT ON WEBSITE

Installing Dynamicweb Wrap Community Edition

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4

SQL Azure. Abhay Parekh Microsoft Corporation

Setting Up Essentials

Lotus Notes Domino 6/ 6.5 Developing Web Applications.

Inserting an irite text editor to your to your DataAssist insert and update pages

The SOAPbox User s Guide

BPA Platform. White Paper. PDF Tools. Version 1.0

1 Login AppServ Hosting Control System

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni

Perceptive Data Transfer

Log Server Configuration Utility

TopView SQL Configuration

EPHP a tool for learning the basics of PHP development. Nick Whitelegg School of Media Arts and Technology Southampton Solent University

The Dreamweaver Interface

COPYRIGHTED MATERIAL. Contents. Chapter 1: Introducing Microsoft Expression Web 1. Chapter 2: Building a Web Page 21. Acknowledgments Introduction

ACA Dreamweaver Exam Notes

Table of contents. Pure ASP Upload 3 Manual DMXzone

WebsitePanel User Guide

The figure below shows the Dreamweaver Interface.

Oracle Database Express Edition

EasyLobby Database Setup EasyLobby Family of Products Version 10.0

About the Tutorial. Dreamweaver MX overview

SECTION 19 THE esars WEB INTERFACE

FairCom White Paper c-treeace Connection Strings

Publish Joomla! Article

Publish Joomla! Article

ROCK-POND REPORTING 2.1

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 )

REQUIREMENT SPECIFICATION

Table of contents. DMXzone Ajax Form Manual DMXzone

DataLogger Server Plug-in Help Kepware Technologies

Using Stata at WRDS. This document demonstrates how to connect Stata on a Windows PC with WRDS data.

: : FULL-FEATURE LISTING

SAS Enterprise Case Management 2.2. Administrator s Guide

Installing and Configuring Worldox/Web Mobile

Table of contents. HTML5 Image Enhancer Manual DMXzone.com

Contents. Acknowledgments

Contents 1. Table of Contents. Report Server (Home Page) Installation. Manage Reports DevExpress Inc.

Page 1 of 13. E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad Phone:

How to Install CFAR CFAR is an ad-hoc report writer that allows you to report on data that resides in your LabTech and Connectwise databases.

Important Information

Certified ASP.NET Programmer VS-1025

Embedded101 Blog User Guide

Data Privilege Adding or Removing Members

Website Pros Database Component. v

Single Domain Name Business-Class Hosting with

PHP & PHP++ Curriculum

Tyler Identity User Account Management New World ERP Foundation

Getting Started with EPiServer 4

Step-by-Step Guide to Ansur Executive 3.0 Installation With or without Electronic Signatures

IN THIS CHAPTER Setting Up a Web Site in Dreamweaver MX 2004

Full version is >>> HERE <<<

WF-distiller Installation Guide

ER/Studio Enterprise Portal User Guide

AVS Portal Security User Guide

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey:

Chapter 2: Getting Started

Administrator Training. IDC TMWeb System. Control Room Technologies. IDC Corporation and. Presented for GM. April 2003 IDC Corporation

Server Manager User and Permissions Setup

Installing Blank SiriusSQL Database 4.0

HTML5 Responsive Notify 2 DMXzone

ODBC Client Driver PTC Inc. All Rights Reserved.

Transcription:

Creating Data Driven Websites with Dreamweaver MX 2004: Using ColdFusion MX, ASP 3.0 or ASP.NET Published by Scott Antall Consulting and Internet Training http://www.scottantall.com/ 2.0.0 Copyright 2004 Scott Antall Consulting and Internet Training All Rights Reserved No portion of this training manual may be duplicated or otherwise disseminated without writen permission

Table of Contents Table of Contents... i Introduction... 1 Introduction to Dreamweaver MX...1 Static pages vs. Dynamic pages...3 Choosing a Server-side language...4 Server-side Languages covered in this course...4 Introduction to ColdFusion...5 Introduction to Active Server Pages...6 Introduction to ASP.NET...7 Introduction to PHP...7 Goals of this course / who this course is for...7 Course Project...8 Confronting Differences in Technologies...9 Create a Dreamweaver Site... 11 Create a New Site Manage Sites...11 Site Creation Basic...11 Site Creation - Advanced...16 Exercise 1: Create a Dreamweaver Site...17 Database Basics... 21 Database Alphabet Soup: ODBC, JDBC, OleDB, DSNs and SQL...23 Introduction to SQL...24 Select Statement...24 Update Statement...24 Insert Statement...25 Delete Statement...25 Course Project Database...26 Create a Database Connection... 29 Application Panel Group...29 ASP.NET: Create a Database Connection...31 ASP: Create a Database Connection...33 ColdFusion: Create a Database Connection with a DSN...34 Server Behaviors... 37 Simple Recordset/DataSet...37 Exercise 2: Build Simple Recordset/DataSet...41 Display Query Results... 43 Repeat Region...44 ASP.NET: Deploy Supporting Files...44 Creating Data-driven Websites with Dreamweaver MX 2004 Page i

ASP.NET: Create an Application in IIS...45 Exercise 3: Display Query Results...47 Paging through Records... 49 Record Paging...49 Exercise 4: Paging through Records...53 Show Region if... 55 Exercise 5: Show Region if...57 Display Recordcount... 59 Exercise 6: Display Recordcount...61 Go to Detail Page... 63 Bind data to an HTML attribute...64 ASP: Go to Detail page Server Behavior...66 ASP.NET, PHP and ColdFusion: External Extensions available...66 ColdFusion: Add code from scratch...67 ASP.NET: Add code from scratch...67 Exercise 7: Go to Detail Page...69 Filtering a Recordset to Create a Detail Page... 71 Method 1 - Simple Recordset with Filter...71 Method 2 - Advanced Recordset...72 Exercise 8: Create a Detail Page...75 Advanced Recordsets and Multi-table Queries... 77 Exercise 9: Advanced Recordset and Multi-Table Query...81 Review and Cumulative Exercise... 83 Exercise 10: Cumulative Exercise Create Actors page in style of allmovies and moviedetails...83 Create an Admin Section... 87 Create Admin Page...87 Dynamically Created Form Elements... 89 Using Dreamweaver to create forms...89 ASP, ColdFusion, PHP: Create dynamic select list of movie titles...90 ASP.NET: Create dynamic select lists...93 ASP:DropDownList...93 ASP:ListBox...94 Advanced SQL Technique: Create an Alias...95 Exercise 11: Dynamically Create Select Lists...97 Insert New Record... 99 Insert New Actor using Insert Record Behavior...99 Client-side Form Validation...101 Exercise 12: Insert New Actor...103 Exercise 13: Insert New Movie (optional)...105 Page ii Creating Data-driven Websites with Dreamweaver MX 2004

Edit (Update) Record...109 Adding the Update Record Behavior...111 Exercise 14: Edit Record...113 Delete Record...115 Delete Record Behavior...116 Delete a Record from the database...117 Delete Record by changing status to inactive...117 Exercise 15: Delete Movie...119 Password Protect Pages (User Authentication)...123 Getting Ready...124 Password Protect the admin section...124 Users Table...125 Restrict Access to Page Behavior...125 Complete the login page...126 Create Logout page...126 Check New Username...127 ColdFusion: Potential Error...127 Exercise 16: Password Protect a Page...129 Site Management Tools...131 Find and Replace...131 Built in FTP client...131 File check-in/check-out...131 Design Notes...132 Link Checker...132 Reports...133 Target Browser Check...134 (Optional) Exercise 17: Site Reporting...135 (Optional) Exercise 18: Project...135 Appendix A: Extending Dreamweaver...137 Check the rating...137 Installing Extensions with Macromedia Extension Manager...138 Go to Detail Page Extension...139 Appendix B: Stored Procedures...141 Dreamweaver and MS Access Queries...142 ColdFusion Users: Access a Stored Procedure...142 Appendix C: Resources...145 Creating Data-driven Websites with Dreamweaver MX 2004 Page iii