vote-up-buttons

How extensible is Google Moderator?

I am trying to integrate vote-up-buttons similar as in Reddit to Google Moderator. However, Google Moderator does not give me Shell access. This suggests me that the only way is to use Vote-up-buttons from an external server set by iframes. I would like to know How can you can assign Iframe_A to a question in Google Moderator? How c...

Can I get a little help on this php/javascript voting code?

Hi folks, This is a continuation of this question: http://stackoverflow.com/questions/1987811/move-div-based-on-user-voting I first posted the question as an unregistered user, and then later registered, so I couldn't edit or add to my original question... Justin Johnson really helped me out with the code, but I'm still having a proble...

How can I implement a voting system (UP/DOWN) or (THUMP UP/DOWN) like StackOverFlow in .NET ?

How can I implement a voting system (UP/DOWN) or (THUMP UP/DOWN) like StackOverFlow in .NET ? I found PHP codes but I want something that works in .NET environment. I don't care about security issues like multi votes and such restrictions at this stage. ...