Tagged Questions

0
votes
0answers
10 views

Sorting top votes in a timeframe using “Vote it up” and wordpress

I'm building a digg-like voting site for christmas greetings. I'm using wordpress and the "Vote it up" plugin. I am having alot of troubles being able to sort the vop votes within …
-1
votes
1answer
32 views

Free javascript star rating plugin

Could you suggest free javascript star rating plugin?
8
votes
9answers
530 views

Vote for the best protocol for the given scenario

Hello! I have a design decision to make. I need your advice. Requirements: A server and a client. client is typically a mobile phone. Connected through the Internet. Server and …
12
votes
0answers
1k views

Why do Stackers consistently vote down humorous responses? [closed]

I've noticed that humorous responses tend to get voted down quickly and regularly. Typically software developers have a keen sense of humor, and nurture it as a survival instinct. …
0
votes
1answer
61 views

Setting up a rails app using vote_fu

Hey Guys, I've recently installed http://github.com/peteonrails/vote%5Ffu/tree/master (vote_fu) on an app I've been working on. Essentially, I just want a list of items (lets sa …
1
vote
3answers
131 views

How can I use PHP and JavaScript to make an image clickable, and increment a counter stored as a flat file?

Im trying to find a php/js script that will let me take an image, and when clicked, increase the number in a flat file, and save that file. I know how to include the file to get t …
1
vote
4answers
119 views

Preventing multiple daily votes in a contest

Voting contests seem to gain a lot of attention from people who want to game a system for fun. I know I spend a good amount of time fooling around with their forms and URLs, deleti …
0
votes
7answers
341 views

What is the best tool for manipulating AFP print streams?

The IBM print file format is AFP. Advanced Function Presentation (AFP) is a presentation architecture and family of associated printer software and hardware that provides for d …
4
votes
3answers
253 views

Create unique Poll/vote/survey in php

The unique poll/vote/survey i mean here is, user can only vote once. How do i do that? Track their ip? Login? Beside login, what else? (login is my last option, thus beside login, …
-1
votes
10answers
352 views

SVN Hosting: Vote for the provider you use [closed]

There are several SVN hosting providers out there. I'm trying to decide which one to use. Please nominate a provider by creating an answer with just the name of the web site (IE …
0
votes
4answers
115 views

Storing “votes” in a database

I'm writing what will be an intranet application, and one of its features is roughly analogous to content voting - not unlike what SO, Amazon, and many other sites do. Assuming ea …
2
votes
3answers
266 views

Content Voting Database and Application Design

How would you design a content voting mechanism that could be applied polymorphically to multiple models / classes. (in a ruby on rails context preferably, but others are fine) Gi …