Dreamweaver MX - The Application Panel

This article explains the Application Panel in Dreamweaver MX.

It is part from the book Dynamic Dreamweaver MX written by many famous people including our own Omar Elbaga from the UDzone team!

Databases

The Databases tab on the Application panel shows all the database connections you have created for a particular site. You can easily view the names of your database tables and columns too, as we can see here:

In order to create a database-driven web site we first need a database. Feel free to review Chapter 6 if you need to before proceeding. We will be using a sample database for our examples called webprodmx_data.mdb, which can be found in the code download for this book on http://www.glasshaus.com. This database has three tables, which are as follows:

Table 1: categories

category_id

Autonumber (primary key)

category

Text


Table 2: books

book_id

Autonumber (primary key)

book_title

Text

book_author_fname

Text

book_author_lname

Text

book_price

Currency

book_isbn

Text

page_count

Number

book_image_path

Text

category_id

Number (foreign key)

The book_image_path column will contain the path to the book image. To save time for the moment, we will use a default image for each record. Let's put this image in the directory images/book_images/book_image.gif - create this path in the root of your site now.

You may create your own image, save it as book_image.gif and put it in the book_images folder, or download the book image provided in the code download for this book, on glasshaus.com.

Table 3: users

user_id

Autonumber (primary key)

username

Text

user_pwd

Text

first_name

Text

last_name

Text

email

Text

access_group

Text

dtstamp

Date/Time

George Petrov

George PetrovGeorge Petrov is a renowned software writer and developer whose extensive skills brought numerous extensions, articles and knowledge to the DMXzone- the online community for professional Adobe Dreamweaver users. The most popular for its over high-quality Dreamweaver extensions and templates.

George is also the founder of Wappler.io - the most Advanced Web & App Builder

See All Postings From George Petrov >>

Comments

Hello to everybody

April 28, 2004 by privat privat
Hi to all and thank you for creating such a usfule website about Dreamweaver Mx , i am a new user and i am trying to start to learn how to be aible to creat my own website and also to use a Dreamweaver so i would like one of your people from the fabules site to help me and to get me starting but in a very easy step because i never ever use those tools , so what u saying about it from a scrach i want to start to learn Dreamweaver , but i don't have a ide how to start and wich is the best first program to start and to learn to designe if you can show me the way i will be very happy , because so many time i try to find a site like this who can help you with the steps and follow the dream i was thinking of my e-mail is xhatiik@hotmail.com and also i have registert my other e-mail in this site DJFones@hotmail.com so please help me i will be very happy to start with Dreamweaver MX Thank You agine.

textsing

October 17, 2006 by Umesh Gamit

RE: Hello to everybody

December 19, 2006 by jerome esperanza
sure no problem... email me: jerome_107@yahoo.com

You must me logged in to write a comment.