Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
9answers
2k views

What is a better way to sort by a 5 star rating?

I'm trying to sort a bunch of products by customer ratings using a 5 star system. The site I'm setting this up for does not have a lot of ratings and continue to add new products so it will usually ...
12
votes
2answers
4k views

Turn a number into star rating display using jQuery and CSS

I have been looking at jquery plugin and was wondering how to adapt that plugin to turn a number (like 4.8618164) into a 4.8618164 stars filled out of 5. Basically interpreting a number <5 into ...
11
votes
24answers
2k views

How can you measure your skills as a programmer? [closed]

At a previous interview I have been asked the question: 'From 0 to 10, how do you rate yourself as a programmer?' I found it a very hard question to answer as I am not aware of a metric to measure ...
9
votes
2answers
2k views

Direct “rate in iTunes” link in my app?

I've seen posts here on Stackoverflow that describe how to allow users to be directed to apps on the app store. Is there a way to link directly to the rating and comments form in the App Store?
9
votes
4answers
6k views

Android RatingBar change star colors

How can i change the star colors and how can i change the size of the stars ?
8
votes
9answers
345 views

Automatic music rating based on listening habits

I've created a Winamp-like music player in Delphi. Not so complex, of course. Just a simple one. But now I would like to add a more complex feature: Songs in the library should be automatically rated ...
7
votes
3answers
286 views

Algorithm for Rating Objects Based on Amount of Votes and 5 Star Rating

I'm creating a site whereby people can rate an object of their choice by allotting a star rating (say 5 star rating). Objects are arranged in a series of tags and categories eg. electronics>graphics ...
6
votes
2answers
1k views

Android — How to post app rating/comments to Market from within app?

This is a simple question. Is there a way to allow users to enter in a comment and or rating for my app from directly within my app and have that data posted back to the Android Market? If so, what ...
5
votes
1answer
116 views

Display an article rating in Google search results

Im writing a review site where the community rates posts. I have noticed that Google can pick up on this ratings and display them in its search results. Does anyone know how this is achieved? An ...
5
votes
2answers
340 views

Android: vertical RatingBar?

How can I rotate the RatingBar? Is there an example for a vertical custom RatingBar?
5
votes
2answers
6k views

Star rating in AJAX with Ruby On Rails [closed]

I think that acts_as_rateable seems to be quite obsolete and doesn't support AJAX. I'm looking for a simple "5 star" rating system: is there any plugin or tutorial that can help?
5
votes
2answers
529 views

Retrieve Windows Experience Rating

I'm looking to retrieve a machine's windows experience rating in C#. If possible I would also like to retrieve the numbers for each component (Graphics, RAM etc.) Is this possible?
4
votes
1answer
378 views

Swing star rating

Is there any Swing Star rating widget.. am thinking of implementing my own .. but finding one will save me so much time Thank you
4
votes
4answers
5k views

How to make a smaller RatingBar?

I've added a RatingBar in a layout : <RatingBar android:id="@+id/ratingbar" android:layout_width="wrap_content" android:layout_height="wrap_content" ...
4
votes
2answers
770 views

Django Comments and Rating Systems

I am looking for a blogging and comments system that can smoothly integrate with my Django sites. I've found there is a lot on the Net and got lost a bit, and I don't have much experience on this. ...
4
votes
6answers
3k views

Elo rating system: start value

I've implemented an Elo rating system in a game. There is no limit for the number players. Players can join the game constantly so the number of players probably rises gradually. How the Elo values ...
3
votes
2answers
74 views

Find who has give 5 star rating to our iPhone app programmatically

I see many app saying that "if you give 5 star rating to our app you will receive 1000 coins " , the user can use these coins in the downloaded app. I want to implement the same feature. How can we ...
3
votes
3answers
131 views

How to determine best combinations from 2 lists

I'm looking for a way to make the best possible combination of people in groups. Let me sketch the situation. Say we have persons A, B, C and D. Furthermore we have groups 1, 2, 3, 4 and 5. Both are ...
3
votes
1answer
442 views

android, 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 make it smaller? Thanks I did it with the following style: <RatingBar style = ...
3
votes
2answers
339 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
176 views

Looking for super simple but effective BUG/Feature list that users can vote

I am looking for some javascript or php code where it allows anyone to enter something in a list, and allows people to vote (1 vote per IP or cookie) or rate (not important, OK, important). There ...
3
votes
1answer
159 views

Rating/Voting and Tag APIs, do they exist?

Everyone loves to display Digg/Tweet/Like badges on their websites, and the Disqus Comment System is starting to take over. The benefits of those systems from a developers perspective ...
3
votes
3answers
140 views

What is the best way to prevent customers from rating a product more than once?

How do I prevent a customer from rating a product more than once? Is it best to use cookies that store the IP address or is it best to store user ratings in the database? I am using MySQL and ...
3
votes
1answer
265 views

Drupal: how to rate node filefields? [closed]

I have a node type called 'movie' which may contain several subtitle files using the CCK FileField module. Now I'm dealing with FiveStars module, I need to rate each subtitle separately! so the user ...
3
votes
3answers
1k views

PHP/MySQL - algorithm for “Top Rated”

So I just built a star-rating system and and trying to come up with an algorithm to list the "Top Rated" items. For simplicity, here are the columns: item_name average_rating (a decimal from 1 to 5) ...
2
votes
1answer
39 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
2answers
50 views

Integrating a weight into 5 star voting system?

I already have a 5 star rating system in place (user votes 1-5...and average score is displayed - i have a page where they vote and it inserts into the DB there username and vote), however I now want ...
2
votes
1answer
370 views

Android RatingBar on AlertDialog

I hit the following error when i run the code segment below which is showing a RatingBar on an AlertDialog. The error is java.lang.IllegalStateException: Could not execute method of the activity ...
2
votes
1answer
54 views

What is the expected iTunes App Store rating for using a user's own music?

So in my new music app game I'm creating, I'm allowing the user to pick a song from his own music, then play it in response to a prompt. Assuming the prompts are all 4+ rating, what would the ...
2
votes
1answer
506 views

Problem in reducing size of Rating Bar.

I want to reduce the size of the Rating bar, I got some style properties that do it, but they are out of the reach of user interaction they are just Indicator. So, please let me know how to reduce the ...
2
votes
2answers
136 views

Need help to use Rating bar

I want to use rating bar in my android application. My game has 10 levels I want to show the stars according to the score/time user scored per level. A screen will have 10 images for each level and ...
2
votes
1answer
238 views

How can I add a rating (like/dislike) to a youtube video via javascript?

I'm looking for the API mechanism to add a rating (like/dislike or 5-star) to an youtube video using javascript. I looked at the general API ...
2
votes
1answer
960 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
90 views

How to get photo of the day?

I have two tables in MySQL database: photos: PID - PhotoID [PK], DateOf - DateTime of uploading, UID -UserID (owner of the photo) ratings: WhoUID - UserID who rated, DateOf - DateTime of rate, ...
2
votes
2answers
889 views

How to get user rating programatically in Sharepoint 2010?

So I have enabled Ratings in Sharepoint 2010 for a Document Library following this guide: http://weblogs.asp.net/bsimser/archive/2009/10/19/sharepoint-2010-what-s-new-ratings-spc09.aspx Now I need a ...
2
votes
2answers
203 views

Is there a way to check if a user has rated your app on the app store?

I currently have a method that prompts the user to rate my app on the store after the first 20 times they load the app, then the next 30 loads, then the next 40 loads, and so on. The user has 2 ...
2
votes
3answers
107 views

PHP voting intensity/force?

Well I'm thinking of adding a rating feature to my application where members can vote between 1-5 (this is the $rating) , and I display the average score like $score = $number_of_voters / $rating. ...
2
votes
3answers
165 views

emoticon rating system

Not sure where I saw it but am looking for a rating system that shows a range of sad through to happy faces to indicate the rating. Can anyone suggest one?
2
votes
3answers
807 views

Up/down voting script

I'm trying to develop a voting system in PHP for my posts where visitors can vote them up or down and then I should be able to sort posts by highest/lowest rated. Can anyone please recommend a good ...
2
votes
2answers
4k views

Decrease the size of Rating Bar in Android 2.1

I am currently working on a Mobile App project for Ford company, and I am a newbie in Java Android. I am just wondering, is there any way to decrease the size of rating bar in Android 2.1? I want to ...
2
votes
3answers
251 views

Public Rating script, allowing 1 submission per visitor

I've written a .NET/jQuery rating script that allows users to rate a particular product. Everyone that visits the website can rate, but I'd like to only allow 1 rating per visitor. So far I've ...
2
votes
2answers
69 views

Rating place

I'm trying to generate rating place table using following receipt http://stackoverflow.com/questions/1776821/assign-places-in-the-rating-mysql-php but my database is high loaded. I tried not to ...
2
votes
4answers
744 views

ajax rating script - avoid voting again

What's the best approach to achieve this? With cookies or with IP control?
2
votes
1answer
619 views

Trouble with converting 5 star rating script to work with jQuery v1.3.2

I'm having trouble converting this 5 star rating script that works perfect with jquery revision put out on Date: 2006-09-07 10:12:12 +0200 (Do, 07 Sep 2006) $* $Rev: 276 $ It's the addclass, ...
2
votes
2answers
357 views

Prevent users from voting multiple times in Rails

I've a simple rating system setup in a blog model. I use a custom method to increase rating, which is integer in blog db. def increase @post = Post.find(params[:id]).increment!(:rating) if ...
2
votes
3answers
216 views

Help: Adding rating to existing posts model in Rails

I've a simple posts model with title:string and rating:integer and I want to add the ability to rate the posts. So far I have #Post controller def increase @post = Post.find(params[:id]) ...
2
votes
4answers
1k views

Jquery star rating plugin and cancel rating button

Using this plugin: http://www.fyneworks.com/jquery/star-rating/#tab-Testing I have a simple callback function that picks up the id from the radio buttons: <input type="radio" ...
2
votes
1answer
212 views

Are there open-source “rate my X” website tools?

Not as in "hot or not" type sites, but consumer/community sites like "rate my college professor" or "rate my plumber" etc., sites where people can comment and rank things. I was just wondering if ...
1
vote
1answer
37 views

When do the stars appear in the AppStore lists?

I got four ratings now for my app in Germany which are visible on iTunes Connect and the AppStore. The ratings are shown when I navigate to my app in the AppStore and click on "No ratings". Then, they ...
1
vote
2answers
79 views

Rating bar showing only half stars instead of full stars

I'm working on an app that needs to create a non editable small style rating bar with 4 stars dynamically. When I call setRating(4) it shows 4 stars without any problem. But when I call setRating(3) ...

1 2 3 4 5