Questions tagged [google-doodle]

20 questions
47
votes
3 answers

How does today's (Jules Verne) Google's Doodle work?

I am sure many of you have already checked on today's (2011-02-08) Google's doodle (link to article on CNN if doodle changes). It was awesome and I tried figuring out about its implementation in Firebug, some things I found out was that it has about…
Shekhar_Pro
  • 18,056
  • 9
  • 55
  • 79
20
votes
6 answers

How to simulate magnifying glass on Web-page image (Javascript)?

Google has the coolest effects - once it was a Pac-man game, today is apparently the 160th anniversary of the first World Fair, and Google's logo has an image of it. They also turn the mouse into a magnifying glass that can sweep over the picture…
John C
  • 6,285
  • 12
  • 45
  • 69
18
votes
1 answer

Is the Gideon Sundback zipper doodle[Google,24th April] completely javascript?

Is the Gideon Sundback google doodle implemented in javascript ? I tried to trace through firebug, but could not really "get" its implementation details ? Any thoughts on how it might be implemented ?
Vinoth Kumar C M
  • 10,378
  • 28
  • 89
  • 130
10
votes
2 answers

How is Google's buckyball doodle implemented?

I've had a look at the markup it creates, namely a bunch of images for the atoms, and a big background image, which is used rather strangely to create the bonds. There are some things that I can't work out: Where the javascript is What makes the…
Eric
  • 95,302
  • 53
  • 242
  • 374
9
votes
2 answers

Is readable source code available for google's bouncy ball doodle?

If you haven't seen the current google doodle, you should check it out. Basically, it's a bunch of balls that fly from the mouse. (source: dailymail.co.uk) Its coded differently in IE to other browsers. In IE, it's done with . characters, whereas…
Eric
  • 95,302
  • 53
  • 242
  • 374
8
votes
1 answer

How to make HTML5 games like Google Doodle's Doctor Who?

I searched over the codes on the front page of Google Doodle which plays Doctor Who HTML5 game. I wonder what game engine (if necessary) does Google team use?
6
votes
2 answers

Google Interactive Doodle

Does anybody know how the Google Interactive Doodles for Olympics work. http://www.google.com/doodles/soccer-2012 I find that the Div is hplogo and the style is right above it, like: #hplogo{background:url(/logos/2012/soccer12-hp.png).... I…
Mahyar Ebadi
  • 143
  • 1
  • 6
5
votes
2 answers

How is the new google logo (moving balls) implemented?

I got the code for the new google.com's doodle: http://gist.github.com/567948 The problem is, all the values in the
zengr
  • 38,346
  • 37
  • 130
  • 192
5
votes
3 answers

Today's Google Doodle of Moog Synthesizer

I was inspecting today's Google Doodle of Moog Synth, dedicated to Robert Moog, when I came across the following piece of html code: (You can view the source & do a Ctrl+F…
gopi1410
  • 6,567
  • 9
  • 41
  • 75
3
votes
3 answers

how todays google doogle World's Fair is implemented?

I wanna know is it using the power of HTML5 and jquery any sample example can i get for this ?
Vishwanath Dalvi
  • 35,388
  • 41
  • 123
  • 155
3
votes
2 answers

How are the Google Olympic doodles games made?

I just want to know how Google has made them. Are they images or Flash? If images, what makes them playable games? ie, these examples: Hurdles 2012 Basketball 2012
2
votes
1 answer

what does "window.functionname&&functionname()" do?

The markup of the current Google Doodle looks like this: 84. Geburtstag von Shakuntala Devi
Constantin Groß
  • 10,719
  • 4
  • 24
  • 50
0
votes
0 answers

Doodle - one vote per participant

I am a little frustrated with the new version of Doodle. I want to limit the votes of participants (each participant should be able to select only one time) In the settings, there is no option about this. Also, I want each participant to be able to…
0
votes
1 answer

Hide Google Doogle from Chrome "New Tab"?

this might question might not belong here, but idk where a better place would be. Is there a way to remove the Google Doodle from the "New Tab" page in Chrome? It's often "Corona, stay safe" lately, and I spend a lot of time on the web, and find it…
Antonio Noack
  • 309
  • 3
  • 11
0
votes
1 answer

How is Google doodle Guitar implemented

Possible Duplicate: What technology is used at the Google homepage (guitarstrings) Today is Les Paul's birthday. Google has this cool doodle to play the guitar. I am wondering how it is implemented. Does it use Javascript? Does it use any HTML…
1
2