Tutorial: Create an Online Music Catalog

By following this tutorial you will learn how to use MX AJAX Toolbox to build a "dynamic" AJAX-based site (use a database). Most of the site pages content is retrieved from the database you connected to. In the Build a Company Presentation Website tutorial you created the site pages without using a database, but by entering the pages content manually.

In this tutorial you will build a catalog of favorite artists and albums. Similar applications can be built, such as: catalog of writers and books, company departments and employees, categories and products etc.

For building this web application you will:

 

The only Dreamweaver extension you need in order to follow this tutorial is:

 

Note: If you also install PHAkt (free product - Try), you will be able to use the PHP ADODB server model. The only difference between the instructions for PHP ADODB and PHP MySQL (these are the only two server models that MX AJAX Toolbox supports) stays in the definition of the database connection.

 

The estimated completion time for this tutorial is 45 minutes. It also depends on your authoring knowledge with Dreamweaver and MX AJAX Toolbox.

Contents

Plan the music catalog application

Build the "dynamic" AJAX site and its structure

Add artist names as items in the Menu panel

Create the artist detail page

Create the album detail page