Omgili - forum search, search forums  
  

Discussions about ajax for voting

Displaying 1 - 10 out of 1,294 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I am using this JQuery Ajax Voting system guide as a rough reference but I am a little troubled at the security of this. Right now this guide basically stores the ID of something and the vote statistics for it. I'd like to go off a similar idea but I ...
Started by on , 3 posts by 3 people.  
Measure you could encrpyt the UserId on the page with the voting before the AJAX call and decryptThe server will have access to the session data through the AJAX call as long as you do session the same Session variable from the handler....
Hi everyone, I'm trying to make post voting something similar to stack overflow vote up and vote down, now I made it work with (but-it-works approach) and yet something doesn't feel right, hopefully someone will suggest some useful tweaks. Here is my ...
Started by on , 4 posts by 4 people.  
Normally it would be the primary key, but since adding LIMIT 1 changed anything this likely is not the case? What does your database look like? Make sure that $what_id field is properly indexed... .
Your database table $table should have an index on $what_id .
What's the best approach to achieve this? With cookies or with IP control?
Started by on , 5 posts by 5 people.  
It's no different to a ....
In fact you could still vote multiple times with registration - just enter a new e-mail.
The solution you voting.
Anonymous voting will not be allowed though.
Will have one vote per email address.
Ask your Facebook Friends
Title says it all, but I have a server with .Net 2.0 sp1 installed and have no ability to install the AJAX extensions on the server. Is there anyway I could work around this to incorporate ASP.NET AJAX functionality?
Started by on , 6 posts by 6 people.  
Read up on XMLHttpRequest and you'll/programming/xmlhttprequest....
It's absolutely possible, since AJAX Extensions just wrap the meat of AJAX.
If you can't install AJAX extensions, you will have to manage the AJAX calls yourself.
Hi, any one knows any good article or method to secure AJAX interface that accepts GET requests.
Started by on , 4 posts by 4 people.  
It's up to you to secure-way-to-secure-an-ajax....
AJAX is just a way of doing an HTTP request.
Stackoverflow.com/questions/1960483/how-to-secure-ajax-interface-accepting-get-requests Voting to closeAJAX doesn't accept anything.
In my Rails app, I have a model called "Photo" and a PhotosController. As would be expected, I've RESTfully routed the URLs so that the URL "/photos" returns an HTML-rendered list of all photos (as thumbnails), and "/photos/foo" returns an HTML-rendered...
Started by on , 3 posts by 3 people.  
Make the AJAX call to "/photos/:id/thumbnail" when I wanted to add the thumbnail.
A full view).
What is a good way to block until a previous ajax event is completed? I followed http://stackoverflow.com/questions/719194/how-can-you-make-a-vote-up-down-button-like-in-stackoverflow but if I click the button fast enough, it'll send multiple (and maybe...
Started by on , 4 posts by 4 people.  
Use the begin and end AJAX events to set a global var stating busy until the request is complete to help if it suits your app: http://docs.jquery.com/Ajax Well since I wrote that I guess I might in that question, you would edit it as follows....
I'm implementing a voting system like the one used by stackoverflow. It's working with ajax sending POST request to an url. I'd like a way to fail gracefully when javascript/ajax isn't supported or enabled, a GET like /voteup/id isn't even considered ...
Started by on , 4 posts by 4 people.  
<form method=post action="hit-url"> <input type=hidden name=vote value="1" /> <input type=submit value="Vote Up" onSubmit....
Make the basic voting actions mini-forms, then use javascript to disable their posting action.
We have website with articles users can vote for. What is the recommended method of limiting votes? There are so many sites that have voting implemented that I know some possible solutions but I guess that is some basic bulletproof recommended method ...
Started by on , 7 posts by 7 people.  
This may help for your bulletprof recommendation request : Content Voting DatabaseSimilar question here: http://stackoverflow.com/questions/572723/stopping-users-voting-multiple-times-on-a-website The best way....
Not vote anymore.
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 on , 5 posts by 5 people.  
The Ajax code....
You can't exactly "do it in PHP", though PHP can be used as part of the process .
Essentially, you'd be using Javascript to handleThe basic technique is called Ajax .
Read up on Ajax.
Like voting functionality.
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost