"This space intentionally left blank"

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Online

Post November 12th, 2009, 12:02 pm

For those of you who were following the side comments in the Sesame Street thread (general-discussion/happy-40th-birthday-sesame-street-t100868.html#p564836) I don't think you were imagining things.

It appears Google is playing with things again. At least on Internet Explorer 8. To view what I'm seeing, on these screen shots, you need to be using IE 8, with Google on Classic (not iGoogle), not logged in (I think) and not subscribed to any experiments.

Anyway when you open Google in an IE 8 window and DON'T move your mouse you get this
Attachments:
google_blank.png


If you move your mouse, the normal Google links and Button's fade into view.

If you don't move your mouse and just start typing (the cursor is automatically focused in the text box) you get the autocomplete (notice where the buttons are and notice that there are still no links where they would normally be - as long as you haven't touched your mouse).
Attachments:
google_auto.png


If you don't see it on IE8 like I've described and displayed, one thing I have on IE8 as an add-on is Google Toolbar, and the Google Toolbar thumbnail page that displays when you open a blank tab. I don't know if that makes a difference or not. If you haven't seen what I'm talking about it looks like this:
Attachments:
toolbar.png


I've checked. This does not work on Chrome, FF, Opera or Safari.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 12th, 2009, 12:02 pm

  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post November 12th, 2009, 12:08 pm

I love the thumbnail page! I type all my queries in the toolbar's field, so I never see the classic or iGoogle pages.

What's the point of all this?
- dM
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Online

Post November 12th, 2009, 12:13 pm

It appears this is the explanation
http://digitaldaily.allthingsd.com/20091030/goog-page/

Quote:
UPDATE: Here’s the official word from Google: “At Google, we run anywhere from 50 to 200 experiments at any given time on Google sites around the world. Today, we’re testing several homepage design changes. This is just a test, and a way for us to gauge whether our users will like an even simpler search interface.”


I also am enjoying the thumbnail page. I've gotten rather used to them now. This one comes up any time I open a new blank tab in IE8.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post November 12th, 2009, 12:27 pm

Does the same for at least one version of FF when not logged in.

Code: [ Select ]
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5


It looks like they're using their own animation library.

Code: [ Select ]
    var f = 0,
        g = [];
    google.fx = {};
    google.fx.linear = function (a) {
        return a
    };
    google.fx.easeOut = function (a) {
        return 1 - Math.pow(1 - a, 3)
    };
    google.fx.easeInAndOut = function easeInAndOut(a) {
        return (3 - 2 * a) * a * a
    };
    google.fx.animate = function (a, d, e) {
        for (var c = 0, b; b = d[c++];) {
            b[5] = b[5] == null ? "px" : b[5];
            b[4] = b[4] || google.fx.linear;
            h(b[0], b[1], b[2] + b[5])
        }
        g.push({
            b: a,
            a: e,
            d: google.time(),
            c: d
        });
        f = f || window.setInterval(i, 15)
    };
  1.     var f = 0,
  2.         g = [];
  3.     google.fx = {};
  4.     google.fx.linear = function (a) {
  5.         return a
  6.     };
  7.     google.fx.easeOut = function (a) {
  8.         return 1 - Math.pow(1 - a, 3)
  9.     };
  10.     google.fx.easeInAndOut = function easeInAndOut(a) {
  11.         return (3 - 2 * a) * a * a
  12.     };
  13.     google.fx.animate = function (a, d, e) {
  14.         for (var c = 0, b; b = d[c++];) {
  15.             b[5] = b[5] == null ? "px" : b[5];
  16.             b[4] = b[4] || google.fx.linear;
  17.             h(b[0], b[1], b[2] + b[5])
  18.         }
  19.         g.push({
  20.             b: a,
  21.             a: e,
  22.             d: google.time(),
  23.             c: d
  24.         });
  25.         f = f || window.setInterval(i, 15)
  26.     };


I was kinda hoping they were using the Google Code hosted version of jQuery since that would prime a lot of peoples browsers with the library, but looking for it now it appears jQuery has moved over to github for some reason. :scratchhead:
Strong with this one, the sudo is.
  • kc0tma
  • o|||||||o
  • Web Master
  • User avatar
  • Joined: Jul 20, 2007
  • Posts: 3318
  • Loc: Trout Creek, MT
  • Status: Offline

Post November 12th, 2009, 10:51 pm

Those thumbnails are schweeeet, I hope they take that operational. Wasn't ask.com or some other serach engine that when you moused over the search result it showed a preview of the page?
Like Mr Spork, I also write about my interest in alcoholic beverages.
  • George L.
  • Bronze Member
  • Bronze Member
  • No Avatar
  • Joined: Nov 05, 2007
  • Posts: 2206
  • Loc: Malaysia
  • Status: Offline

Post November 13th, 2009, 8:05 am

Cool discovery..
But I am used to mousing when I surf the net..
  • George L.
  • Bronze Member
  • Bronze Member
  • No Avatar
  • Joined: Nov 05, 2007
  • Posts: 2206
  • Loc: Malaysia
  • Status: Offline

Post November 13th, 2009, 8:15 am

It doesn't work for mine. I waited, buttons are still there..
  • righteous_trespasser
  • Scuffle
  • Genius
  • User avatar
  • Joined: Mar 12, 2007
  • Posts: 6228
  • Loc: South-Africa
  • Status: Offline

Post November 17th, 2009, 5:48 am

I have FF3.5, I am logged in, I see that aswell, I must admit that in the beginning it confused me quite a bit ...
Let's leave all our *plum* where it is and go live in the jungle ...
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post November 17th, 2009, 8:03 pm

Just noticed it working in Firefox when I'm logged in too.
Strong with this one, the sudo is.

Post Information

  • Total Posts in this topic: 9 posts
  • Users browsing this forum: No registered users and 145 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.