
The whole backbone of the application is the database, which maintains a set of links to images and the comments to the images. The database will have 4 fields: pic_id, thumbnail, pic_url, and comment. Each record will represent 1 picture that the database maintains. Each set of pictures has 2 physical files (thumbnail and the actual picture url).There are 2 asp pages to the whole application. One page, will be the index of the pictures and the second will display the actual picture. We use javascript to open the actual picture up from the index page, passing it the actual address of the picture.
|