Tagged 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.

learn more… | top users | synonyms

6
votes
2answers
505 views

Sorting A List Of Songs By Popularity

For student council this year, I'm on the "songs" committee, we pick the songs. Unfortunately, the kids at the dances always end up hating some of the stupid song choices. I thought I could make it ...
5
votes
7answers
443 views

Player rating for game with random teams

I am working on an algorithm to score individual players in a team-based game. The problem is that no fixed teams exist - every time 10 players want to play, they are divided into two (somewhat) even ...
4
votes
2answers
407 views

How should I design my rating system?

I'm building a website where users may register and create shopping guides. I want to award them points for creating shopping guides, adding stores and adding brands. It will also be possible for ...
3
votes
1answer
125 views

Converting data to images using JQuery/CSS or possibly PHP/CSS. (Rating System)

-- link removed -- How can I convert the numbers in the above website into stars using Jquery with a for loop to add however many stars, and a round up, round down function. I prefer to round using ...
3
votes
4answers
5k views

Rating and reviews from within an IOS app [closed]

Possible Duplicate: Direct “rate in iTunes” link in my app? It's possible to let the user rate or write a review from within my app ?, or my only option is to prompt a message ...
3
votes
2answers
341 views

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. The list changes every day but some of the objects can appear again. The ...
3
votes
1answer
766 views

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 library when end-user view detail of book and rating for this book. Can anyone give hints or ...
3
votes
4answers
323 views

Standard ratings for code smells?

It occurs to me (as I'm reviewing some old code) that there may be a standard way of rating code smells and I'm just not familiar with it. To be clear: I'm familiar with a few taxonomies of code ...
2
votes
1answer
40 views

Rating System Won't Average Correctly

I have a rating system that uses the following equation to generate the rating average: ((Old Rating*Old Times Amount)+New Rating)/New Rating amount However, if the current rating is 3, and it's ...
2
votes
4answers
81 views

Best MySQL database setup for star ratings

I have two tables. Table A: Contains a list of songs, song artwork, mp3 link, tags etc. Table B: Contains registered user info, user id, username etc. I am about to add a star rating system to the ...
2
votes
1answer
156 views

Adding an extra factor (number of clicks) to a Bayesian ranking system

I run a music website for amateur musicians where we have a rating system based on a score out of 10, which is then calculated into an overall score out of 100. We have a "credibility" points system ...
2
votes
1answer
965 views

PHP Facemash ELO Rating Class/Function

I got the following ELO class from PHPClasses website. <?php class elo_calculator { public function rating($S1, $S2, $R1, $R2) { if(empty($S1) or empty($S2) or empty($R1) or ...
2
votes
2answers
472 views

How to handle product ratings in a database

I would like to know what is the best approach to storing product ratings in a database. I have in mind the following two (simplified, and assuming a MySQL db) scenarios: Scenario 1: Create two ...
2
votes
6answers
2k views

How to build a basic and simple 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. We are working on a food review site. As of now, I'm not quite sure how to implement a simple ...
2
votes
3answers
136 views

Allowing redundant data in the DB for the sake of performance

Let's say you're designing the DB schema for the next stack overflow and more specifically the part of the schema that handles question ratings. I assume you'd use a table like: ratings(question_id, ...
1
vote
1answer
41 views

Django - Rating System View & Template

I have a content that I'd like to rate on multiple criteria. Imagine this kind of model: class Content(models.Model): name = models.CharField(max_length=50) class Criterion(models.Model): name = ...
1
vote
2answers
73 views

Model “Behaviors” in Django

I'm new to Django, moved from PHP with Propel ORM engine. So here is what I am currently doing in Django. My website has several models like Book, Publisher, Comment, Article and so on (it's not the ...
1
vote
2answers
159 views

Comment and Rating system for Django

I am new to Django, I don't know a lot of them. I am trying to build a comment and rating system for a blog in Django. There are some apps that I can use to achieve this(Comment and Rating)? Please ...
1
vote
2answers
94 views

Order by dig-like rating in django

I've got two models: class Post(models.Model): #some fields pass class Vote(models.Model): post = mdoels.ForeignKey(Post) value = models.IntegerField() Votes' value can be either 1 ...
1
vote
3answers
218 views

Can someone recommend a php mysql rating system that I can add to my site

I'm looking for a php/mysql-based rating and comment system that has a one time license fee per site. Can someone recommend something? I could build my own -- I already started but then I was ...
1
vote
4answers
306 views

mysql update if some values exists otherwise create a new entry

I have a table rating with these fields rate_id, game_id, rating, ip. Let suppose that these fields has the following values 1,130,5,155.77.66.55 When a user try to vote for a game, I want with ...
1
vote
2answers
638 views

Django star rating system and AJAX

I am trying to implement a star rating system on a Django site. Storing the ratings in my models is sorted, as is displaying the score on the page. But I want the user's to be able to rate a page ...
1
vote
3answers
536 views

GD Star Rating - Thumbs Up/Down Size - HELP!

Thanks for clicking! Using GD Star Rating Wordpress Plugin. I'm having an extremely tough time trying to figure out how to do something as simple as resizing the rating button. I have an image ...
1
vote
3answers
301 views

Returning average rating from a database (SQL)

I'm trying to create a rating system, where the user can rate pictures/videos/audio etc. I have two tables at the moment Table: products Cols: product_id[PK] | name | category | type | link This ...
1
vote
1answer
331 views

Bayesian rating system with multiple categories for each rating

I'm implementing a rating system to be used on my website, and I think the Bayesian average is the best way to go about it. Every item will be rated in six different categories by the users. I don't ...
1
vote
2answers
134 views

Determining the popularity of a video with ratings and views

I am about to embark on a new project - a video website. Users will be able to register, and vote on videos by clicking "like" or "dislike", or something to that effect. In any event, it will be a ...
1
vote
1answer
1k views

How to pass hidden parameters in “link_to”

Is there a way to pass parameters with a link_to call without it showing up on the URL? I'm making a simple star-rating system, and I'm basically making each star an image link that passes its value ...
1
vote
2answers
579 views

Thumbs system on Urban Dictionary

I was thinking of implementing a thumbs system, but mine would require a registration thus ruling out the possibility of people voting more than once unless they create a new account to do so. So I ...
1
vote
3answers
1k views

Database design for a rating system

The application handles users and objects, users rate objects with 3 features (one rate per feature). EDIT: the last sentence is unclear : by features I mean criterias shared by all the objects How ...
0
votes
0answers
3 views

ajax toolkit - rating control - want to display current rating & allow people to pick that value

I'm trying to use the rating control in the ajax toolkit. I'm currently setting the currentrating to whatever the average rating is for that item. However, that means no one can pick that value. For ...
0
votes
1answer
36 views

How to transform with php likes and dislikes in a 5star rating system?

Let's say i have a database entry like this: video_id | likes | dislikes 654 5 12 What i want to do is to transform the number of likes and dislikes into a 5 stars rating for ...
0
votes
1answer
62 views

An algorithm for picking choices from a collection based on their rating?

Let's say I have a collection of objects. I have another collection of likes, each one by a specific user and toward a specific object. Thus, over time through user ratings, each object has a variable ...
0
votes
0answers
79 views

What Wordpress “Thumbs Up” plugin is this?

I am wondering what plugin is used on this site at the bottom? http://www.seomoz.org/blog/a-new-way-at-looking-at-ranking-factors The plugin I am referring to is the Do you like this post?. The ...
0
votes
0answers
177 views

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 system. On the page they have this code: <ul class="rating"> ...
0
votes
1answer
83 views

How to implement Netflix like rating using jQuery

There are quit a few jQuery plugins for star rating, but I have not found one that allows me to implement a Netflix like star rating widget. Specifically, I would like to have following features: if ...
0
votes
0answers
58 views

rating formula between two items

What will be the best rating formula to decide about the winner where the voting is done in terms of "5 star" rating? For e.g. there is a video site in which users can give between 1 to 5 star rating ...
0
votes
2answers
108 views

Calculate new average afterSave (or something better?) in CakePHP

I'm building a rating system where a user can rate something from 1-5 stars. I was wondering if there's a way to automatically calculate all of a specific item's ratings (from the ratings table where ...
0
votes
2answers
41 views

What will be the logic to show top rated item?

I want to show items in my website sorted by its rating. I don't want to show highest rated items by the average of rating. Could anyone suggest some formula to define highest rated item.
0
votes
1answer
101 views

Flooding Bayesian rating creates values out of range

I'm trying to apply the Bayesian rating formula, but if I rate 1 out of 5 thousand of hundreds, the final rating is greater than 5. For example, a given item has no votes and after voting 170,000 ...
0
votes
0answers
61 views

Need advice on implementing a rating system versus an upvote downvote system

Hi guys I'm a bit confused here regarding implementation of aratings system as well as an upvote down vote system. I'm building an application that allows users to write reviews on companies. It ...
0
votes
0answers
80 views

Database architecture for personell with rating system

I'm putting togther a database for my company with a rating system for the employees. To speed up the current process of employee-selection. The idea is as follows: In the database all employees are ...
0
votes
0answers
37 views

Integrating Group Awareness (rating based system) via JS in multiple discussion boards

I'm about to develop a group awareness tool for discussion boards. I did some research on the distribution of current software. But I thought about developing a tool on a global basis, not just only a ...
0
votes
0answers
69 views

Choosing technology stack for social rating system

I'm developing games for social networks. Many games has some kind of rating system, usually it shows player rating among his friends and his overall perfomance. The requirments are pretty ...
0
votes
0answers
260 views

Thumbs Up Percentage?

Thanks for Reading! I use Thumbs Up & Down with the Ratings Percentage option in Template. By default, it displays percentage as: 50.00% Is there anyway of just completely removing the ...
0
votes
2answers
52 views

Converting preferences to ratings

Suppose I have a list of (e.g.) restaurants. A lot of users get a list of pairs of restaurants, and select the one of the two they prefer (a la hotornot). I would like to convert these results into ...
0
votes
1answer
119 views

How Can I Display The Current Rating? [closed]

I was wondering if someone could post for me the changes I need to make to this code to get the current rating values to display on the page before the form is submitted as well as after, as it is ...
0
votes
2answers
135 views

How would rating system be done for users in a web application?

I am implementing a web application that has many users and I would give the users rating based on their activities and based on other users liking their activities. How would I implement such an ...
0
votes
1answer
318 views

Rating System Database Structure

I have two entity groups. Restaurants and Users. Restaurants can be rated (1-5) by users. And rating fromeach user should be retrievable. Resturant(id, name, ..... , total_number_of_votes, ...
0
votes
1answer
436 views

Rating the Application in iphone

i am trying to build a ratings alert inside my iPhone application which I want to make it look similar to the alert view, when the application is going to be delete.But i would like to make the rating ...
0
votes
2answers
90 views

PHP is not returning me a number type

i tryed to follow that great tutorial (STAR rating with css : http://stackoverflow.com/questions/1987524/turn-a-number-into-star-rating-display-using-jquery-and-css) but i've just a big problem : ...

1 2