Jump to content

Bing vs. Google vs. Yahoo

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
15 replies to this topic

#1
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Check it out, a unique way to compare and vote on which search engine results are the best:

Blind Search

This is blind test where you type a search query. You receive 3 rows of results and get to vote on which one provided the best results. The kicker is all of the labeling has been removed so you don't know which search engine you are voting for.

#2
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
It does not show results? Only the result you picked.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
When I select one I see the position of all three search engines.

#4
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
It reveals the logos and highlights the one I selected as far as I can tell. No charts or numbers...

#5
Guest_Jordan_*

Guest_Jordan_*
  • Guests
They did, not now though:

Quote

UPDATE: Some douche is gaming the system, I've removed the ability to see the results until I sort this out. Meanwhile you can still have fun playing with blind search. Feel free to blame the douche for ruining it for everybody. Meanwhile, I wouldn’t take this a scientific whats-e-ma-jing, it's just a bit of observational fun.


#6
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
Who was winning last time you checked? Obviously inaccurate tho lol.

Some guy made a bot? haha thats awesome. - probably just got the url of like a ton of keywords - and did the click for the scripts lmao

#7
Guest_Jordan_*

Guest_Jordan_*
  • Guests
It was already disabled by the time I checked. I was confused by your first question though. I have no idea what the results are now. :)

#8
Guest_Jaan_*

Guest_Jaan_*
  • Guests
Hmm.. That microsoft's seach is nice.. and google is better than yahoo

#9
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Yahoo is built using PHP.

#10
MathX

MathX

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,001 posts
I made a blind vote. And guess which one I chose. lol, that is simple: GOOGLE!

Interested in participating in community events?
Want to harness your programming skill and turn it into absolute prowess?
Come join our programming events!


#11
PGP_Protector

PGP_Protector

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 253 posts
The system can still be "Gamed"
Just used tabbed browsing,
1 Tab for the comparison search.
3 Tabs for the search engines to compare the results with.

#12
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I didn't load each search engine in another tab, I only loaded Google. Most of the time the other two search engines do not produce the same first result that Google does.

EDIT: You can also view the source and determine which container is which search engine by the hidden DIV image. Here are the three DIVs with image tags:

Yahoo
<div id="col2" class="search_result"> 
			
			<div class="search_result_header"><img id="enginechosenImg" alt="" src="img/engines/YHO.png"/></div>

Google
<div id="col1" class="search_result"> 
			<div class="search_result_header"><img id="enginechosenImg" alt="" src="img/engines/GOO.png"/></div> 

Bing
<div id="col0" class="search_result"> 
			<div class="search_result_header"><img id="enginechosenImg" alt="" src="img/engines/MSF.png"/></div>