Omgili - forum search, search forums  
  

Discussions about ajax for voting

Displaying 1 - 10 out of 1,430 discussions.  
RSS Feed Options
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.
Hey Guys, here is my first public plugin. You know the karma feature which allows it to vote karma up and down for items? Its a built-in feature of nucleus. This plugin makes it "AJAX". After installation, no more page-reload is done after voting. It ...
Started by on , 10 posts  
) Should warn people the demo link is to a porn... .
(or don't know how...
Can't extract the files on a windows machine...
I see you've posted a link to a demo site on the wiki if anyone wants to see it in action .
Always appreciate new plugins.
Cool, thanks.
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.
So I have a simple voting feature on my asp.net mvc page. My index page is loaded with all the posts in the database. A user can vote yes or no as to whether they liked the post or not via links within each post. So in my database I have a table called...
Started by on , 4 posts by 4 people.  
Also with firebug you can see what ....
I guess you will see the problem then.
Then have a look at data.vote_yes in the watch window .
Use Firbug and set a Breakpoint at currLink.html() In the watch window enter currLink.html('test') and see what happens .
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Nucleus Support :: Plugin Announce
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost