ProductReview Example: Difference between revisions

m
Line 87: Line 87:
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.


*login.asp: a page showing a login box
*login.asp: a page showing a login box
*frontpage.asp:  display a greeting after a successfull login
*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 Form]] to supply details about the rating
*RateItem.asp: a form to supply rating information about a particular item ( [[AJAX Form]] )
*Item.asp: Information about an item
*Item.asp: Information about an item
*Place.asp: information about a place where items can be bought ( [[AJAX Form]] )
*Shop.asp: information about a place where items can be bought ( [[AJAX Form]] )
*EditItem.asp: edit info about an item
*User.asp: Informaation about usres
*EditPlace.asp: edit info about a place
*EditUser.asp: edit info about a user
 
=== UI specifics ===
*"Administrators" have a different ui than "ordinary" users.




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

edits