|
Similar to the one here on StackOverFlow, I would be needing to implement a way for people to vote up and vote down comments in a forum like site.
However instead of having a generic overall score, we will display the total amount of "thumbs up" and "...
Started by TimLeung on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You're ....
Why the duplication? Speed.
Well you'll need to store ratings (Comment ID, UserID, Vote-Value) so you can calculate and stop duplicate voting but I would strongly suggest you also add a VotesUp and VotesDown fields on your main comment entity .
|
|
Thumbs up to KNS Autosport, thumbs down to McGard I guess I'll start with the thumbs down so my experience is easy to understand. I bought a set of aftermarket wheels recently which came with a set of McGard lug bolts and locks. Not knowing anything about...
Started by REDLINE_76 on
, 11 posts
by 10 people.
Answer Snippets (Read the full thread at montrealracing):
They were really tight and I was changing....
Did you buy the lock kit new?
1995 Chevy Caprice
Twin 60mm turbo and a couple other minor mods damn sucks to hear, I was thinking about buying a set I have broken the socket key for Mcguard lock nuts before too .
|
|
I don't even know what questions I should ask. Well, I want to create a thumbs up for my comments, but not sure how or what's the best way. Do I just create a new field for thumbs up?
Started by Doug on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Date : When the vote was cast.
Storing the total number of thumbs up / down for the comment?
Just storing an int for the number +1 or -1 if you only have a trivial thumbs up/down system).
|
Ask your Facebook Friends
|
Red thumbs , blue thumbs , yellow thumbs , green thumbs , I keep seeing these thumbs pop up in messages is there a code to what means what ?
Started by Tassiedevel on
, 24 posts
by 10 people.
Answer Snippets (Read the full thread at seabreeze):
Red thumbs , blue thumbs , yellow thumbs , green thumbs , I keep seeing these thumbs pop up in messages is there a code to what means what ? Horrible things , avoid them like shancres Tassiedevel ....
Tassiedevel said...
|
|
Why can't you thumbs up/thumbs down questions on y!a mobile? Not cool.
Started by Silly Rabbit_<3's Life on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at yahoo):
Unfortunately, then you have to zoom in :-/ I agree, they need to make it easier on the mobile. .
You can if you go the very bottom of your screen and hit desktop .
|
|
I'm want to implement thumbs up and down rating system in my web app using jquery. Please tell me some plug-in or code how to implement the thumbs up and down rating system in my website, please share links or resources.
Thanks
Started by Prashant on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Link to code (You.
Here is a style with thumbs up and down using JQuery with a Backend in PHP/MySQL.
|
|
How do i correct giving a thumbs down when i mean't to give a thumbs up? i feel awful that i hit the wrong button and i tried to correct it somehow.
Started by spirit on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at yahoo):
No, and no, you can't change or correct the thumbs after you thumbed one..
Brain.
|
|
Real simple, you just say "Thumbs up if " and people thumb it up if they've done or agree with whatever you posted
Thumbs up if you think this is a good idea.
Started by mutiny4lifeunna on
, 20 posts
by 1 people.
Answer Snippets (Read the full thread at bmx-forum):
Thumbs up for free rep that's what i was getting at, but then i realized that the thumbs....
thumbs up if your straight ;) Thumbs up if you think a lot of people will do this.
|
|
I’m currently working on a prototype of a medium size web application, and I thought that it would be good to also experiment with Entity Framework. The problem is that the major part of the application is not the data layer and logic, and so that I don...
Started by Jan Zich on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I have to admit to have had problems enforcing relationships and making compromises on efficiency just to expedite my... .
I also try and formalise to the lambda-form, as opposed to the extended SQL-style syntax .
I use LINQ-to-Entities as much as possible.
|
|
I am going to use a HSlider to set a range of values. I would like the left thumb to look like ( and the right thumb to lok like ) so they appear to encompass the range like (range) instead of |range| . I only know how to set the skin for SliderThumb ...
Started by John Isaacks on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
....
If you look it up, you'll see that when a thumb is created, its skins are assigned to it based on whatever is set for thumbUpSkin , etc.
In Slider.as there is a method called createThumbs.
To apply skins to each thumb individually.
|