vote Questions
4
Solved
I'm creating a web application where users will vote for some candidates by clicking thumbs up or thumbs down, and these users won't have any account on the site.
What is the best technique to use...
Clutch asked 22/1, 2012 at 16:23
1
I wish to submit couple of images to Facebook using my app and invite my friends to vote on it for a specific time interval. My question is -
Does graphAPI support this.
Can I integrate this with...
Xavierxaviera asked 12/2, 2016 at 7:58
5
Solved
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 each votable piece ...
3
I'm working on a voting site and I'm wondering how I should handle votes.
For example on SO when you vote for a question (or answer) your vote is stored, and each time I go back on the page I can ...
Marilynnmarimba asked 13/8, 2011 at 14:16
2
Solved
I am developing a star rating system with 1-5 stars.
In my database I am saving them like this:
$stars_1 = 1;
$stars_2 = 6;
$stars_3 = 3;
$stars_4 = 11;
$stars_5 = 22;
$total_votes = 43
When a ...
4
Solved
Hay i need to hand implemeneting a voting system into a model.
I've had a huge helping hand from Mike DeSimone making this work in the first place, but i need to expand upon his work.
Here is my ...
9
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 client want to talk to e...
Hartfield asked 25/9, 2009 at 15:18
1
© 2022 - 2024 — McMap. All rights reserved.