Designing Dynamic, Database-Driven Web Sites

Spend enough time designing for the Internet and you will quickly realize HTML's limitations. Websites produced with HTML are static. It requires a great deal of effort to expand and update a large site created with HTML. Dynamic, database-driven design gives you the ability to customize and modify content while generating thousands of pages on the fly. All this for little more effort than producing static websites.

4D focuses on methods for designing robust web sites that employ such tools as MySQL, PHP, XML, and ASP. The goal of this site is to provide users with an overview of the concepts and technologies associated with database design for the Web, as well as to give some basic instruction about developing database-driven sites. Areas covered include:

Technology Overviews and Product Reviews
What does it take to create a database driven website. These essays look at the various components and how they work together.

ASP:   Active Server Pages are a Microsoft technology for creating integrated web solutions. ASP produces web pages with server side scripting capabilities and database driven content. They have two main components, HTML code and Visual Basic scripting.

Read More


Tutorials
Now that you know a little more about dynamic design, you may be ready to do a little. of your own. Our tutorial section focuses on the PHP and MySQL technologies used in the 4D site.

An Introduction to MySQL:    MySQL is an open source relational database management system. Like many modern databases, it uses SQL, the industry standard language for creating, updating and querying relational databases. SQL consists of a relatively small vocabulary, and is often imbedded inside of other code, such as PHP. This tutorial is an introduction to using a telnet command line program to communicate with and update a database in MySQL.

Read More


Web Resources
What better place to learn about internet technologies than the internet itself. This central resource connects you with more information on the technologies and concepts introduced by 4D.

Here's a random link:  The Free On-line Dictionary of Computing


Glossary
Want to learn more about databases than you ever thought possible? The glossary offers easy-to-understand definitions of technical terms in the categories of data management, delivery, and presentation technology.

Data Manipulation Language:    A language for the manipulation of data in a database by applications and/or directly by end-users. SQL contains DML commands such as INSERT, UPDATE, and DELETE.

Read More


Design Documents
This section contains the various documents illustrating our design process. Users can download PDFs on site architecture, page diagrams, categorization schemes, and MySQL table designs.