|
Here are the entires for the "Christmas " compeition!
Please vote for one of the pictures below.
D4LFR
Damo
mark25 - WINNER
geneticmaterial
smudge
Delyth
Voting will last 5 days.
No voting for you own picture
Good luck!
Started by antinkariba on
, 14 posts
by 8 people.
Answer Snippets (Read the full thread at com):
Piped at the post Some great photos this time (but you all knew I'd vote for the cat photos! Which is why there was such ....
Great photo this month!
Let me know the next topic! At least i got 1 vote Well done Mark25! All good pics.
Mark25.
|
|
VOTING VOTING! Help us Decide!!
The logo for our polos at MACNA! click at the top which you like or make a recommendation on what to change!
1. Blue Reef
2. Blue LED
www.ReefLEDLights.com
Come Join our Facebook Page!
Start Off your LED Design here!
Started by ReefLEDLights on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at reefsanctuary):
Re: VOTING VOTING! Help us Decide!! I am going to vote for the second one, its just awesome VOTING! Help us Decide!! "Blue LED" gets my vote!! Steve
Current Tank Stats
Steve's 250 Gallon
250Re: VOTING VOTING....
|
|
A White person voting labour is more ridiculous than a Black person voting BNP
The Labour party is more racist than the BNP, to such an extent that it is more strange that a white person would vote for the labour party, than for a black person to vote...
Started by Thatcuber on
, 20 posts
by 16 people.
Answer Snippets (Read the full thread at thestudentroom):
Re: A White person voting labour is more ridiculous thanRe: A White person voting labour is more ridiculous than a Black person voting BNP
Politicians are all the same with a different....
Idiot.
People, I'd better vote BNP then.
|
Ask your Facebook Friends
|
A White person voting labour is more ridiculous than a Black person voting BNP
The Labour party is more racist than the BNP, to such an extent that it is more strange that a white person would vote for the labour party, than for a black person to vote...
Started by Thatcuber on
, 20 posts
by 13 people.
Answer Snippets (Read the full thread at thestudentroom):
|
|
Yep, it’s that time again -- official voting for the GAF Games of the Year 2011 starts now!
Last year went really well as a collaboration between me and Cheesemeister, so we’re continuing that again this year. If you want to get to voting, the rules are...
Started by timetokill on
, 50 posts
by 39 people.
Answer Snippets (Read the full thread at neogaf):
Time flies! I plan....
Loved this thread for GOTY 2010.
You can vote after this post! Cool.
Post #3 reserved (just in case).
101-in-1 Sports Party Megamix
Ace Combat at 05:09 PM.
The above criteria, vote for it! It will be added to this list.
|
|
I'm planning to build a community-driven website with voting functionality similar to StackOverflow (or Digg etc..). I really like SO's voting system where your points are deducted for voting down someone and so on.
Anyway, is there any open-source module...
Started by Nimbuz on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Have a look at Pligg
Pligg started as a simple CMS to let users submit and vote on news articles, and that's still what....
This open source system is on the lines of Stackoverflow and digg .
And moderated by the community by a voting system.
|
|
Possible Duplicate:
Stack Overflow / reddit voting system in php
How do voting systems, like the one here at SO, work? I would like to implement a voting system on my web page (coded in php), but dont want to have to force the user to post a form to vote...
Started by Petey B on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Check this tutorial: Reddit-style Voting With PHP, MySQL And jQuery.
Essentially, you'd be using Javascript to handle on that.
Read up on Ajax.
Like voting functionality.
|
|
Tags : None
Live life like there is no ads!
Remove this ad Here are tags for those that voted,,and ty everyone
Hello friends!
Started by misslinda531 on
, 12 posts
by 11 people.
Answer Snippets (Read the full thread at yuku):
Sandy Live life like there is no ads!
Remove this ad
Thank you so much for this tag, I really is saved now
Hugs
Tootsie xx I have my Vote tag saved & a big "Thank You", I luv it! huggs, razen Thank u Miss Linda, i have my adorable....
voting tag.
|
|
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:
<div id="c_<%=Html.Encode(Model.C.cID) %>" class="votes"> <img src...
Started by Jeremy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
$.post("/Vote/CUp", { id: id[1] }, function(data) { $("#vc_"+data.id).html(data.voteCount); }, "json" ); } else { //R Vote $.post....
= $(this).parent().attr("id").split("_"); if (id[0] == "c") { //C Vote //id[1] contains the id number.
|
|
I am trying to build a site with news links that can be voted, I have the following code:
case 'vote': require_once('auth/auth.php'); if(Auth::isUserLoggedIn()) { require_once('data/article.php'); require_once('includes/helpers.php'); $id = isset($_GET...
Started by Slzr on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Then you can just do a check in your $article->vote(); method to make sure don't always have to use a join to get vote....
Have a table that keeps track of a user's vote for an article (something like UserID,ArticleID,VoteTimeStamp).
|