Click here to Skip to main content
15,886,110 members
Home / Discussions / Web Development
   

Web Development

 
QuestionTime Dependent Events in Browser Games Pin
il_manti13-Jan-09 0:26
il_manti13-Jan-09 0:26 
AnswerRe: Time Dependent Events in Browser Games Pin
Paddy Boyd14-Jan-09 3:00
Paddy Boyd14-Jan-09 3:00 
GeneralRe: Time Dependent Events in Browser Games Pin
il_manti14-Jan-09 3:30
il_manti14-Jan-09 3:30 
Question"Top Rated Video" Sorting algorithm Pin
Siddarth Gaonkar12-Jan-09 11:51
Siddarth Gaonkar12-Jan-09 11:51 
AnswerRe: "Top Rated Video" Sorting algorithm Pin
Henry Minute12-Jan-09 13:06
Henry Minute12-Jan-09 13:06 
GeneralRe: "Top Rated Video" Sorting algorithm Pin
Siddarth Gaonkar13-Jan-09 9:31
Siddarth Gaonkar13-Jan-09 9:31 
GeneralRe: "Top Rated Video" Sorting algorithm Pin
Henry Minute13-Jan-09 9:43
Henry Minute13-Jan-09 9:43 
AnswerRe: "Top Rated Video" Sorting algorithm Pin
Member 450194013-Jan-09 11:09
Member 450194013-Jan-09 11:09 
To be honest, you have to lie!

You could assume that every video has the same number of votes. The votes that are not 'real' would be neutral or average. If your scale is 1-5 and every video has the same number of votes then the video with the one vote at 5 also has 199 at 2.5.

((199*2.5)+(1*5))/200
video 2 needs 176 votes at 5 to equal video 2's rating

better still assume all videos have 1000 votes (or whatever) - still works out the same

video 1 with 200 votes at 4.7
(200*4.7+800*2.5)/1000=2.94

video 2 with 1 vote at 5
(1*5+999*2.5)/1000=2.503

video 2 with 176 votes at 5
(176*5+(1000-176)*2.5)/1000=2.94
QuestionMultiple webpages Pin
dsaroop12-Jan-09 10:01
dsaroop12-Jan-09 10:01 
QuestionDownload and Install Pin
Armandt__12-Jan-09 2:58
Armandt__12-Jan-09 2:58 
AnswerRe: Download and Install Pin
Not Active12-Jan-09 4:48
mentorNot Active12-Jan-09 4:48 
GeneralRe: Download and Install Pin
Anshumas14-Jan-09 21:50
Anshumas14-Jan-09 21:50 
GeneralRe: Download and Install Pin
Not Active15-Jan-09 1:57
mentorNot Active15-Jan-09 1:57 
GeneralRe: Download and Install Pin
Vasudevan Deepak Kumar15-Jan-09 3:52
Vasudevan Deepak Kumar15-Jan-09 3:52 
AnswerRe: Download and Install Pin
Paddy Boyd12-Jan-09 5:28
Paddy Boyd12-Jan-09 5:28 
AnswerRe: Download and Install Pin
Armandt__12-Jan-09 18:50
Armandt__12-Jan-09 18:50 
GeneralRe: Download and Install Pin
Armandt__13-Jan-09 0:16
Armandt__13-Jan-09 0:16 
AnswerRe: Download and Install Pin
Anshumas14-Jan-09 21:38
Anshumas14-Jan-09 21:38 
GeneralRe: Download and Install Pin
Armandt__15-Jan-09 1:51
Armandt__15-Jan-09 1:51 
AnswerRe: Download and Install Pin
Vasudevan Deepak Kumar15-Jan-09 3:53
Vasudevan Deepak Kumar15-Jan-09 3:53 
Questionmultiple hide show content in i-frame . Pin
sam_psycho12-Jan-09 2:30
sam_psycho12-Jan-09 2:30 
AnswerRe: multiple hide show content in i-frame . Pin
Jon Rista12-Jan-09 6:55
Jon Rista12-Jan-09 6:55 
Questionjavascript to reset html-page does not work after postback Pin
livez12-Jan-09 2:08
livez12-Jan-09 2:08 
AnswerRe: javascript to reset html-page does not work after postback Pin
Rajasekharan Vengalil12-Jan-09 9:36
Rajasekharan Vengalil12-Jan-09 9:36 
GeneralRe: javascript to reset html-page does not work after postback Pin
livez13-Jan-09 1:07
livez13-Jan-09 1:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.