interactive design 2 - med m/522 - spring 2004
Philip van Allen -
v a n a l l e n @ a r t c e n t e r . e d u
room 227, mon 2:00pm-6:00pm
all materials on this web site © copyright 2004, Philip van Allen
 
week 06a - assignment/overview, mySQL, dreamweaver/PHP

assignment : 


Make a web page dynamic - due week 08

Modify the page you've designed to make it dynamic, where the content of the page comes from the database. This involves:

  • designing and building the database tables and fields within those tables - To do this, we'll use phpMyAdmin
  • setting up a database site in Dreamweaver - This means setting up a Dreamweaver Site definition that works with PHP and mySQL
  • creating a record set in Dreamweaver - This involves setting up a specific database login and query
  • replacing fixed content with dynamic code that displays content from the database - Using the features of Dreamweaver to insert PHP code that accesses the database
  • uploading the page and the associated support files - Moving the page and extra PHP files to your account on the MPDX server
  • designing and making the backend pages that update the content - Using a similar process to the above to create pages that are used to administrate the content in the database

Requirements:

  • the page must have at least 4 areas of dynamic content
  • one of the areas must incorporate repeating content (e.g. list of links, names, events, etc.)
  • the content areas can be slices or layers
  • insert "placeholder" content into the page where the dynamic content will go
  • consider how you will handle content that changes in number of repetitions, length, or size
  • content can be text, links, or URLs for images



links & books : 

Related links and books for dynamic web sites

php

mySQL

Dreamweaver

 

all materials on this web site © copyright 2004, Philip van Allen

top