Google's X Files Vanish
An anonymous reader writes "News.com reports that Google's latest technology experiment paid tribute to Apple Computer, but the Mac OS X-themed version of the search king's Web site was taken down a day after its debut. Though that particular page was taken down, there is a screenshot here displaying how the icons were magnified as the mouse hovered over them."
The article mentions that Apple has sought patent on the genie effect... I thought the genie effect was an animation Apple used when minimizing/maximizing windows, not the dock magnification effect.
--
WHO ATE MY BREAKFAST PANTS?
Before there were mirrors I created my own version of Google X using a script I found. It works more like an actual OSX dock because the images gradually get bigger as you move through them all.
http://shiwej.com/googlex/
JasonBlogs
MSH
I attended a lecture by Peter Norvig, old-school AI researcher and now director of Google's search quality. He mentioned that occasionally they will try some new feature out by randomly showing it to 1% of their visitors, or showing it for a couple minutes, and seeing whether they get any positive or negative feedback. It seems like a pretty good idea. Between that and the nofollow attribute, they have a lot of very good out-of-left-field solutions to what could otherwise be viewed as *huge* CS/HI/business problems.
I used to read Caltizzle. I was a lot cooler than you.
So, using CSS, someone could probably do it with a series of overlapping images, right, and just pop z-orders for the images as the mouse pointer approaches the "icon"? Or maybe use a clever image-scaling JavaScript function, possibly invoked by code that ensures only the icons adjacent to the pointer are being actively scaled (and let the browser move the pieces around), and not evaluating the entire strip of icons?
Sorry I don't have my references at hand, but in Australia there was a famous law suit against a software product and it was decided that you cannot patent or copywrite the 'look and feel' of software.. only the code underneath. Someone correct me if I'm wrong.