Tagged Questions

0
votes
3answers
51 views

Voting Functionality Ruby on Rails - Easy Question

I want to add a "like" functionality to a blog I am creating in Ruby on Rails to let people "thumbs up" a post. Then I would like to be able to display the most liked posts in the …
2
votes
1answer
28 views

Programmatically using Outlook “voting” functionality

Is there a way to programmatically access the "voting" feature of Outlook email? I'd like to be able to send emails with voting enabled, and also get the replies (preferably withou …
14
votes
12answers
828 views

Why aren’t voting machines open source?

Sooo...it's only sort of programming related, but I figure it's election day, right? Is there a single good reason why they aren't, not necessarily open source in that anyone can c …
1
vote
1answer
63 views

Help with jQuery voting system. Trouble updating html vote count.

Hi all, I'm trying to create a Stackoverflow like voting system, and I've run into a slight problem. I have the following HTML that has jQuery onClick events wired to it: <d …
3
votes
4answers
178 views

Django Vote Up/Down method

I am making a small app that lets users vote items either up or down. I'm using Django (and new to it!). I am just wondering, what is the best way to present the upvote link to th …
0
votes
1answer
85 views

Best way to implement voting in a Rails application?

What's the best plugin these days for implementing voting on a Rails site? Two I'm aware of are: vote_fu acts_as_voteable
14
votes
0answers
395 views

When voting an answer down, is it polite to add a comment giving a reason? [closed]

When you vote down an answer to a question do you leave a comment to explain why? Personally I think this is very useful, since if someone has written something that is wrong they …
13
votes
0answers
674 views

How does comment voting work? [closed]

Since the release of comment upvotes and flagging. Just wondering if you get rep for upvoted comments? Also wondering if upvoted comments have any effect on the comment sorting? A …
12
votes
0answers
437 views

Criteria for up-voting [closed]

In what seems to be a blatant violation of Sturgeon's Law, most of the answers on StackOverflow are clear, thoughtful, polite and accurate. This may be largely due to the self-co …
4
votes
4answers
412 views

Is there a free web service for up/down voting ideas?

I'm interested in starting an open-source project based on an idea from another thread, and I think that it would be valuable to have a system in place to allow ideas for the new p …
0
votes
3answers
93 views

Products Ranking

I need to sort some products base on user ratings. Suppose we have 3 products {a,b,c} and we have user's feed backs about this products. It's not important which user give us feed …
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 …
1
vote
3answers
251 views

A Ranking algorithm

I need to sort some products base on user ratings. Suppose we have 3 products {a,b,c} and we have user's feed backs about this products. It's not important which user give us fee …
21
votes
8answers
737 views

Practical applications of homomorphic encryption algorithms?

It appears there there were interesting things going on in cryptography: the first homomorphic encryption scheme appeared recently (explanation, HT). Roughly speaking, it is a way …
0
votes
4answers
113 views

Secure voting

I'am writting voting web aplication and I'm not sure how to implement it. One user can vote for many pictures but he can't vote for one many times. What should I save in database o …

1 2 next
15 30 50 per page