Meh, been given a really easy ASP assignment in which I have to do the following;
1. Create an Admin area for a site that allows for the Adding, Removing, and Modifications of records in a product database.
2. Create User Log-ins with different levels of permissions, only the manager for example can remove records, sales can add records, etc, etc.
3. Validate all data entered, ensuring proper formatting is used for things like product Names, email addresses etc.
As you can see its all pretty simple, I'm just trying to concoct some crazily groovy ASP ideas to implement in this assignment to liven it up.
So far I'm thinking;
1. Spell Checker, particularly handy for updating item descriptions in the database.
2. CSS manipulation tools, allowing users to change the external css file to change the appearance of the site quickly and simply.
3. Traffic monitoring for the main site.
I cant really think of anything else to-do, ideas have to be strictly limited to whats achievable in ASP in order to conform with the brief. What do you reckon?
1. Create an Admin area for a site that allows for the Adding, Removing, and Modifications of records in a product database.
2. Create User Log-ins with different levels of permissions, only the manager for example can remove records, sales can add records, etc, etc.
3. Validate all data entered, ensuring proper formatting is used for things like product Names, email addresses etc.
As you can see its all pretty simple, I'm just trying to concoct some crazily groovy ASP ideas to implement in this assignment to liven it up.
So far I'm thinking;
1. Spell Checker, particularly handy for updating item descriptions in the database.
2. CSS manipulation tools, allowing users to change the external css file to change the appearance of the site quickly and simply.
3. Traffic monitoring for the main site.
I cant really think of anything else to-do, ideas have to be strictly limited to whats achievable in ASP in order to conform with the brief. What do you reckon?