Tuesday, December 06, 2005 

Uphook update #4

void main()
{

Today I will be implementing the module to verify user input, strip it of all tags (except 'img' tags) and append it to a dynamically named webpage. This will be the method used when a user decides to list their information on Uphook. I decided this was as good a starting point as any. There really is no identifiable "first step" when it comes to coding the design in this case. All the requirements and specifications have been recorded. This module is simply one of many that will come together to create the system.

It is, in essence, the framework of the project-- a collection of functions, processes, modules, and structures that provide the functionality for creating Uphook.

More to come...

}