0
votes
5answers
48 views
Assign places in the rating (MySQL, PHP)
Hi guys!
I have a MySQL database with the following columns:
id company rating_score rating_place
I have companies and rating scores for each company. So, my db lo …
0
votes
1answer
15 views
show rating average from database with jquery rating plugin
So I was able to make it work, nothing difficult however I have a small problem. if the tutorial/article has a rating of 5 then 5 stars will be yellow, same if it is a rating of 4 …
0
votes
1answer
24 views
Free javascript star rating plugin
Could you suggest free javascript star rating plugin?
0
votes
2answers
69 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" …
0
votes
1answer
57 views
MySQL Rating/Voting system (accurratly ordering by best rated taking into account number of votes)
Let's say I have a MySQL table that is something like this:
software table:
id int
name text
votes int
rating int
Where votes would be the number of times someone has voted for …
0
votes
2answers
98 views
Tag, comment, rating etc. database design
Hi i want to implement modules such as comment, rating, tag etc to my entities. What i thought was:
comments_table -> comment_id, comment_text
entity1 -> entitity1_id, entity1_te …
0
votes
1answer
132 views
Star Rating widget for jQuery UI
I was introduced to the Star Rating widget for jQuery UI: http://orkans-tmp.22web.net/star_rating/
I was originally using this one: http://www.fyneworks.com/jquery/star-rating/
Is …
1
vote
1answer
165 views
jquery star rating plugin and jquery click function
I'm using the jquery star rating plugin: http://www.fyneworks.com/jquery/star-rating/
I might get some html code like this:
<form name="api-disable">
<input type="radi …
0
votes
2answers
48 views
Favorites star switching in Javascript
A good example is the SO star on the left hand side of this post.
You can click on it to add this message in your favorite and click again to remove this flag.
I already create a …
1
vote
1answer
164 views
N2 CMS rating user control
Hi all,
I'm currently putting together a site in the N2 CMS framework. One of things I'd wanted to do was to be able to have users rate various elements of the site using a fairly …
1
vote
3answers
153 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 d …
12
votes
8answers
277 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 s …
0
votes
1answer
144 views
jQuery star rating in a table
Hi,
I have an MVC application generating a series of radio buttons based on a dynamic set of questions. The questions are generated, and the star rating works perfectly, but for …
0
votes
3answers
151 views
calculating a top 5 in php and mysql
Hey I've made a rating system in php and mysql and now I want to select a top 5,
I've made something but if a user adds a rating (with the max) it's nr 1 ranking.
How do you guys …
1
vote
1answer
41 views
Framework or library for creating user based rating systems such as in Digg, Reddit etc?
Looking for a good client side library using which I can create a reddit vote up / down, commenting, etc system?
The more mature the framework the better as this will go on a pro …
