Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home for chromium.org
« Groups Home
Are the Google Dots HTML5?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mike  
View profile  
 More options Sep 7 2010, 4:05 pm
From: Mike <mike.d...@gmail.com>
Date: Tue, 7 Sep 2010 13:05:48 -0700 (PDT)
Local: Tues, Sep 7 2010 4:05 pm
Subject: Are the Google Dots HTML5?
I keep reading people saying that today's Google doodle of the
interactive dots is html5.  I don't know html5, but expect I will
learn it some day.  I have read some general overviews of what it is
supposed to do, but I suspect I am under-informed.

Can someone tell me if they know for sure that the Google Dots are
done with html5?  If you know this to be true, can you please tell me
what is being done that could not be done before html5, and what new
html5 css3 elements are being used to do it.

My limited knowledge of html/javascript tells me that, contrary to all
the hype, there is nothing special going on on Google today, just some
divs being moved around with javascript.  I know this has been done a
million times over in every variation with flash.  But, hasn't this
been possible with html/javascript for years, and just not done
because it is annoying + processor intensive (the same problem people
have flash).

-Please inform me! :)
-Mike


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Irish  
View profile  
 More options Sep 7 2010, 6:03 pm
From: Paul Irish <paulir...@google.com>
Date: Tue, 7 Sep 2010 15:03:58 -0700 (PDT)
Local: Tues, Sep 7 2010 6:03 pm
Subject: Re: Are the Google Dots HTML5?
The animation is being done with divs and javascript animation, yup.
Not really anything new to HTML5.

As reported here: http://techcrunch.com/2010/09/07/google-logo/  ..
+ If you move the browser window around, the balls also move. These
movements are based on the direction you move the window.
+ If you have a custom background installed on your Google homepage,
you’ll see a blue-red-yellow-green grid of dots next to the Google
logo, clicking on this will take you to the regular white Google
homepage where you’ll see the dots in action.
+ When you click back to the Google.com after being away, the dots
recognize that.

However some developers have created html5-y versions:
canvas: http://rawkes.com/experiments/google-bouncing-balls-canvas/
svg: http://berjon.com/blog/2010/09/bouncy.xhtml

Both are super cool. I'm not sure but I imagine the div + js-based
animation approach was taken in order to get IE compatibility, which
won't support canvas or SVG until IE9.

The reason its so good looking is because browsers are much faster
than they used to be. This exact animation is totally possible in IE6,
it just wont be very smooth and lively.

On Sep 7, 1:05 pm, Mike <mike.d...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rick Waldron  
View profile  
 More options Sep 7 2010, 4:46 pm
From: Rick Waldron <waldron.r...@gmail.com>
Date: Tue, 7 Sep 2010 16:46:07 -0400
Local: Tues, Sep 7 2010 4:46 pm
Subject: Re: [chromium-html5] Are the Google Dots HTML5?

Nope, not at all - It's just div's being moved around with javascript. If
you open google.com, then open the javascript console to the "elements" tab
(if using Firefox with Firebug, open the HTML tab) and traverse down to:

html > body > span#main > center > span-#body > center > div#lga >
div#hplogo > *

You'll see a whole mess of divs with class="particle circle"... browsing the
minified javascript comes up with several refs to "particle" and "circle"
http://gist.github.com/569063

Still really neat.
<http://gist.github.com/569063>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mohamed Mansour  
View profile  
 More options Sep 7 2010, 4:12 pm
From: Mohamed Mansour <m0.interact...@gmail.com>
Date: Tue, 7 Sep 2010 16:12:16 -0400
Local: Tues, Sep 7 2010 4:12 pm
Subject: Re: [chromium-html5] Are the Google Dots HTML5?

I have checked the source code, and they are using a bunch of <divs> that
move. That doodle works in IE8 too.  I assume they are not using any HTML5
features, just normal JavaScript DOM manipulation.

There is a high probability I might be wrong :)

-
Mohamed Mansour


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Shannon  
View profile  
 More options Sep 7 2010, 5:02 pm
From: Adam Shannon <a...@ashannon.us>
Date: Tue, 7 Sep 2010 16:02:34 -0500
Local: Tues, Sep 7 2010 5:02 pm
Subject: Re: [chromium-html5] Are the Google Dots HTML5?
I haven't looked at the code, but from what I've read it's actually a
lot of div elements that are flying across the screen.

--
Adam Shannon
 Web Developer
 http://ashannon.us

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Irish  
View profile  
 More options Sep 9 2010, 11:50 am
From: Paul Irish <paulir...@google.com>
Date: Thu, 9 Sep 2010 08:50:19 -0700 (PDT)
Local: Thurs, Sep 9 2010 11:50 am
Subject: Re: Are the Google Dots HTML5?
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mohamed Mansour  
View profile  
 More options Sep 9 2010, 11:52 am
From: Mohamed Mansour <m...@chromium.org>
Date: Thu, 9 Sep 2010 11:52:30 -0400
Local: Thurs, Sep 9 2010 11:52 am
Subject: Re: [chromium-html5] Re: Are the Google Dots HTML5?

lol, nice find Paul :)

-
Mohamed Mansour
m...@chromium.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
iandevlin  
View profile  
 More options Sep 9 2010, 5:21 pm
From: iandevlin <ian.dev...@gmail.com>
Date: Thu, 9 Sep 2010 14:21:49 -0700 (PDT)
Local: Thurs, Sep 9 2010 5:21 pm
Subject: Re: Are the Google Dots HTML5?
Glad you liked it :-)

On Sep 9, 4:50 pm, Paul Irish <paulir...@google.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »