What is Toluu?
Toluu is a free service for sharing the feeds you read and discovering new ones.
Get Invite

Google Operating System

Unofficial news and tips about Google. A blog that watches Google's latest developments and the attempts to move your operating system online.


No More Annoying Frames in Google VideoYesterday
Google has finally made the right decision and it removed that were created when you clicked on a result from Google Video. Instead of directly linking to the original site, Google used frames to show both the external site and a list of related videos from Google Video. This duplicated the functionality from video sites like YouTube, while making it difficult to navigate and to share a URL.

Here's the first version of the frame, from June 2007:


... and a screenshot from April 2008, when Google Video has been redesigned:


Google Image Search uses a similar frame, but it's more useful as it provides information about search results. If you don't like the frame from Google Image Search, you can use Greasemonkey scripts like Google Image Relinker or







Embed a Part of a YouTube VideoOctober 10
If you want to embed a YouTube video that starts to become interesting somewhere in the middle, there's a simple way to skip the boring part. YouTube's embedded player has a parameter that lets you specify the number of seconds that should be skipped before starting to play the video. Here's how you should edit the code: append &start=[number of seconds from the start of the video] to both URLs.

<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/abcdefghijk&hl=en&fs=1&start=15"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/abcdefghijk&hl=en&fs=1&start=15" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>

For example, the video below includes some excerpts from Google Chrome's launch, but I skipped to the last part, when Sergey Brin answers some interesting questions.







Advanced IMAP Settings for GmailOctober 10
Gmail offers more options for IMAP through an experimental add-on from Gmail Labs: "Advanced IMAP Controls". After enabling the add-on, you'll find two categories of options:

* the Labels tab lets you control which labels show up in your email client, including built-in labels like Drafts, All Mail, Spam or Trash. If you have a lot of messages in your Gmail account, most email clients will perform poorly when processing the "[Gmail]/All Mail" folder, so you might hide it.


* the Forwarding and POP/IMAP tab lets you turn off auto-expunge. "The IMAP protocol allows messages to be marked for deletion, a sort of limbo state where a message is still present in the folder but slated to be deleted the next time the folder is expunged. In our standard IMAP implementation, when you mark a message as deleted, Gmail doesn't let it linger in that state -- it deletes (or auto-expunges) it from the folder right away. If you want the two-stage delete process, after you've enabled this Lab, just select 'Do not automatically expunge messages' under the 'Forwarding and POP/IMAP' tab in Settings," explains Gmail's blog.








Enhanced Snippets for Discussion BoardsOctober 9
Google has been experimenting with displaying additional information for discussion boards in the search results and now the experiments are live. Below the title, Google lists automatically generated data about forum threads: the number of posts, the number of authors and the date of the last post.

The additional information helps you decide if the search result is likely to be useful. If a thread has a single post or the last post is very old, you could ignore the result.


This new feature shows that Google is able to automatically classify web pages and to extract relevant information. Once Google starts to show data for other kinds of web pages, we can expect to see an option to restrict the search results to a certain category (forums, reviews, blogs, news articles).

Related:
Google detects the published date of a web page
Metadata for








YouTube Links to Online Music StoresOctober 8
YouTube started to add links to iTunes and Amazon MP3 for music videos from EMI Music and Universal Music. "Click-to-buy links are non-obtrusive retail links, placed on the watch page beneath the video with the other community features. Just as YouTube users can share, favorite, comment on, and respond to videos quickly and easily, now users can click-to-buy products -- like songs and video games -- related to the content they're watching on the site," announces Google Blog.

YouTube hopes to add this option for other types of videos and to offer an alternative way to monetize videos. "Our vision is to help partners across all industries -- from music, to film, to print, to TV -- offer useful and relevant products to a large, yet targeted audience, and generate additional revenue from their content on YouTube beyond the advertising we serve against their videos."

For now, the links are only available in the US, but they will be added internationally if this experiment turns out to be a success. YouTube shows ads only next to the videos uploaded or claimed by its partners, which account for 4% of the videos hosted by YouTube.