The Client:

Our client was a webdesigner in the North of England who was had developed a statis site for a Photographer. 

The Requirement:

The client wanted to make the site more dynamic in that maintenance of the content and images could be handed over to their client, rather than doing it themselves.

The Solution:

We wrote a backend application in Macromedia Dreamweaver using ASP that stores all of the information presented on the site in a database. We installed a file upload routine so that the photos could be loaded, and a series of online forms that enables them to be assigned to various categories.

In the frontend we rewrote the javascript that ran the picture display so that it was written from the database, meaning that clientside javascript was being generated server side. 

 

Back