Top "Rating-system" questions

A system commonly seen on websites that allows users to express their appreciation (or lack there of) of content or what the content is about.

How can I decrease the size of Ratingbar?

In my activity I have some Rating bars. But the size of this bar is so big! How can I …

android rating-system
Integrating CSS star rating into an HTML form

I've seen a tutorial online - http://www.htmldrive.net/items/show/402/CSS-Star-Rating-System - for making a CSS star rating …

html css forms rating-system
How to build simple reviewing and 5-star rating system?

I'm very new to web technologies and this is basically for a term project that my team is working on. …

php mysql rating-system
algorithm used to calculate 5 star ratings

I need to calculate 5-star ratings like the one on Amazon website. I have done enough search to find what …

algorithm weighted-average rating-system
Rating and reviews from within an IOS app

Possible Duplicate: Direct “rate in iTunes” link in my app? It's possible to let the user rate or write a …

iphone ipad ios ios4 rating-system
Creating 5 Star Rating System With PHP , MySQL ,Jquery And Ajax

I've downloaded this tutorial http://megarush.net/5-star-rating-system-with-php-mysql-jquery-and-ajax/ but I'm getting these errors: Notice: Undefined variable: rat in C:\xampp\…

php jquery mysql ajax rating-system
Converting numbers to visual rating (stars)?

in my database ı have numbers 1, 2, 2.5, 3, 3.5, 4, 4.5 and 5 I want to convert these numbers to stars. I have a full star and …

php rating-system
How do I model product ratings in the database?

What is the best approach to storing product ratings in a database? I have in mind the following two (simplified, …

mysql database-design rating-system
How to create rating system in JSP?

I'm doing one litle project with JSP for topic Library. I want to create a rating system for books in …

java html jsp rating-system
How to best add a comment/rating system to an android app

I already published an android app where you can see a list of specific objects and detailed informations about them. …

android comments rating rating-system