Rating Demystified: Ajax Way, Amazon Way*
| Author |
|
| Company |
C Sharp Tricks |
| Source Code Available |
Yes |
| License Type |
Free |
| Submitted On |
May 28, 2006 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
Description
This ASP.NET web module along with some chunks of Javascripts and ...Ajax creates a Voting System.
This can be added /customized for any table to add a rating/score module. It has the capability of rating multiple items in the same page without refreshing
The target is to create a cross browser rating/score system like amazon or better:
- Rating: User should be able to Rate a record (1-5)
- Accuracy: Number of votes and total score should be accurate and saved and should not be lost in calculations
- Real time: Rate/score should be displayed after rating instantly
- Reusable: It should be easily plugged into any table for reusability
- Security: Basic mechanism to avoid multiple ratings by the same user
- Best approach: Compare the pros and cons for both Amazon and Ajax approach
* By Amazon Way i meant it can simulate the rating system like the amazon website, it does not claims that this is the way amazon is doing there rating.
Screenshots
Reviews
Submit a review