|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Designing Dynamic, Database-Driven Web SitesSpend 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 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. Tutorials 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. Web Resources Here's a random link: The Free On-line Dictionary of Computing Glossary 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. Design Documents |
||||||||||