ProductReview Example: Difference between revisions

m
Line 67: Line 67:
== [[How to develop ASP pages|Web markup]] ==
== [[How to develop ASP pages|Web markup]] ==
The web markup should be designed around forms, that evolve around the web objects.
The web markup should be designed around forms, that evolve around the web objects.
Version 1.1 of the AJAX Library has wizards to create most of this functionality.
Version 1.1 of the AJAX Library has wizards to create most of this functionality.
*login.asp: a page showing a login box
*frontpage.asp:  display a greeting after a successfull login
*Rating.asp: a list of items with detailed ratings. show details about related users and items.
*Rating.asp: a list of items with detailed ratings. show details about related users and items.
**Should use a [[AJAX Lookup list]] to choose the item to supply a rating for
**Should use a [[AJAX Lookup list]] to choose the item to supply a rating for
**Should use a [[AJAX Form]] to supply details about the rating
**Should use a [[AJAX Form]] to supply details about the rating
*RateItem.asp: a form to supply rating information about a particular item ( [[AJAX Form]] )
*RateItem.asp: a form to supply rating information about a particular item ( [[AJAX Form]] )
*Item.asp: Information about an item
*Place.asp: information about a place where items can be bought ( [[AJAX Form]] )
*Place.asp: information about a place where items can be bought ( [[AJAX Form]] )
*Purchases.asp: information about what items users has bought at what place ( [[AJAX Form]] )
*EditItem.asp: edit info about an item
*EditPlace.asp: edit info about a place
*EditUser.asp: edit info about a user


=== UI specifics ===  
=== UI specifics ===  
*"Administrators" have a different ui than "ordinary" users.
*"Administrators" have a different ui than "ordinary" users.




[[Category: Web Programming]]
[[Category: Web Programming]]
1,134

edits