rating

customizable rating plugin

i have a wordpress site ,in this i want a rating plugin for the posts,such that i should be able to customize where the rating stars should appear on the page ...

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 script I can use for this? ...

Repeating RatingBar wonkiness in a ListView using RelativeLayout

Here is some xml for a row in a ListView: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="6dip"> <ImageView android:id="@+id/cover" android:layout_width="64dip" android:layout_height="64dip" android:layout_alignParentT...

WordPress Rating System

I am new to wordpress, and this is the first time i have built my own custom theme, and website using it. I need a plugin that would allow my customers to rate our services, input there names, and email address' and from there show the administration and possibly the customers as well what they think of us. It isn't so much of a polling...

Translating Ruby code to Java

Hi all, I have never used ruby but need to translate this code to java. Can anyone help me. This is the code in Ruby. DEFAULT_PRIOR = [2, 2, 2, 2, 2] ## input is a five-element array of integers ## output is a score between 1.0 and 5.0 def score votes, prior=DEFAULT_PRIOR posterior = votes.zip(prior).map { |a, b| a + b } sum = posteri...

Free Comment and Rating control for web page ?

Hi, Is there a free web control out there which can do following. Post new Comment Rate any posted comment Rating should not be duplicated. User can only rate any comment only once If there is nothing out there then I may just write one and publish it to the public. Thanks ...