الكلمات الدليلية 'Rating'

How to create a basic rating system

Posted by admin on ديسمبر 11 2009 Add Comments

Creating a basic rating system
In this tutorial I will show you how to create a basic and simple to use rating system. To make the script more simple and database independent we will use simple files to store rating information.
The basics
We divide the task into the following steps:

Display a HTML form where a visitor [...]

AJAX Star Rating

Posted by admin on ديسمبر 11 2009 Add Comments

AJAX Star Rating

By: Sudhir Chauhan
It displays the current content rating level by the number of starts from 1 to 5.
An user can submit his own rating by clicking on the respective star.
When a new rating is submitted, an AJAX request is triggered to send the user rating.
The AJAX request response is used to display the [...]

AJAX Rating Counter

Posted by admin on ديسمبر 11 2009 Add Comments

AJAX Rating Counter
By: Er. Rochak Chauhan
This package can be used to implement a star rating system that uses AJAX to update the average rate without reloading the rate page after a user has voted.
It can display the current average rating between 1 to 10 using star icon images.
A new rating submitted by an user is [...]

Star rating

Posted by admin on ديسمبر 10 2009 Add Comments

Star rating
Author : Sudhir Chauhan
This class can be used to update user votes and display rated content with star images.
It can store in a MySQL database the ratings given by each user that votes on content keeping track of the IP addresses of the computers from which each user votes.
The class shows a row of [...]

AJAX Star Rating

Posted by admin on ديسمبر 10 2009 Add Comments

By: Sudhir Chauhan
It displays the current content rating level by the number of starts from 1 to 5.
An user can submit his own rating by clicking on the respective star.
When a new rating is submitted, an AJAX request is triggered to send the user rating.
The AJAX request response is used to display the updated star [...]