Showing posts with label User interface. Show all posts
Showing posts with label User interface. Show all posts

Monday, August 13, 2012

Google's New Favicon

Google has a new favicon that looks like the icon from Google's mobile search apps for Android and iOS. The same icon was also used for the Google Search app from the Chrome Web Store.

Most likely, Google wanted to use the same icon irrespective of the platform so that it becomes instantly recognizable.

Here's the new favicon:


... and the old favicon, which was launched back in 2009:




This screenshot shows the first three Google favicons. As you can see, the new favicon has a lot in common with the second favicon used by Google. "We felt the small 'g' had many of the characteristics that best represent our brand: it's simple, playful, and unique. We will be looking to improve and enhance this icon as we move forward," said Google back in 2008, when it changed the favicon for the first time.


If you don't see the new favicon when you visit google.com, try clearing your browser's cache.

{ Thanks, Arpit Kumar. }

Saturday, August 4, 2012

YouTube's Topic-Centric Homepage Experiment

YouTube continues to test new homepage interfaces focused on popular topics. YouTube's topic pages look like channels, but they're automatically generated by YouTube using videos that are related to a topic.

The homepage also shows videos from popular channels. All the links that start with "YouTube -" send you to topic pages for things like "Olympic weightlifting", "Gymnastics", "Driving under the influence", "James Bond Film Series" or "Chick-fil-A". Click "more" to see more videos from the channel or topic page.





The new UI experiment is very similar to the "carousel" interface I've mentioned last month. It only works when you're not logged in and YouTube redirects you to a new page: youtube.com/lohp.

Here's how you can try the latest YouTube experiment. If you use Chrome, Firefox, Opera, Safari or Internet Explorer 8+, open youtube.com in a new tab, sign out, then load:

* Chrome's JavaScript console (Ctrl+Shift+J for Windows/Linux/ChromeOS or Command-Option-J for Mac)
* Firefox's Web Console (Ctrl+Shift+K for Windows/Linux or Command-Option-K for Mac)
* Opera's Dragonfly (Ctrl+Shift+I for Windows/Linux or Command-Option-I for Mac)
* Safari's Web Inspector (how to do that?)
or
* Internet Explorer's Developer Tools (press F12 and select the "console" tab)

and paste the following code, which changes a YouTube cookie:

document.cookie="VISITOR_INFO1_LIVE=9UnXBzJIHDc; path=/; domain=.youtube.com";window.location.reload();

Then press Enter and close the console. Go to youtube.com/lohp to see the experimental interface.

Update: There's also an experiment that redirects users to the "videos" page, which shows popular videos from various categories.



{ via Techno-Net. }

Google's Sidebar-less Search Experiments

Many people noticed the Google search interface experiment I've mentioned back in June. Google tests multiple versions of the interface, but they have one thing in common: the left sidebar is replaced with a horizontal navigation bar.

The new horizontal bar includes Google's specialized search engines and a "search tools" link that displays the advanced search options. The bar is either aligned with the search box or it's aligned with the black bar, depending on the experiment.







It's obvious that Google wants to get rid of the sidebar and make search options more visible, but the new bar might confuse users and the left padding makes the page look unbalanced.

{ Thanks, Ruben, Param, Denis. }

Monday, July 30, 2012

Yet Another YouTube Homepage Experiment

Last month, I reported that YouTube tested a new interface for the homepage. Now YouTube experiments with a slightly different version of the UI. There are some useful new features, but also many poor choices.

The new experiment puts all the recommended videos in the activity stream and you can no longer restrict the stream to uploads. If you click the "my subscription" link from the sidebar, you can hide the recommendations. YouTube shows too many recommended videos and they're not always relevant.

The right sidebar only shows recommended channels and topics instead of the list of video recommendations. Another change is that you can mouse over an item from the activity stream, click the arrow icon and access options like: "hide this activity", "unsubscribe", "only show uploads from this channel". There are also some new filtering option for subscriptions: click the arrow next to the search box from the left sidebar and you can sort the channels by name, new activity or relevance (the default option).







To try the new experiment, check the updated guide from this post.

Thursday, July 26, 2012

YouTube's Carousel Experiment

YouTube tests yet another homepage interface. This time, the interface is called "carousel" and it doesn't show videos from your subscriptions. For some reason, YouTube redirects users to youtube.com/lohp when they try to load the homepage, but this page returns an error if you're not part of this experiment.

The experimental homepage has a simplified layout: it only shows a long list of popular videos from various channels and categories like "news" and "music".



Here's how you can try the latest YouTube experiment. If you use Chrome, Firefox, Opera, Safari or Internet Explorer 8+, open youtube.com in a new tab, load:

* Chrome's JavaScript console (Ctrl+Shift+J for Windows/Linux/ChromeOS or Command-Option-J for Mac)
* Firefox's Web Console (Ctrl+Shift+K for Windows/Linux or Command-Option-K for Mac)
* Opera's Dragonfly (Ctrl+Shift+I for Windows/Linux or Command-Option-I for Mac)
* Safari's Web Inspector (how to do that?)
or
* Internet Explorer's Developer Tools (press F12 and select the "console" tab)

and paste the following code, which changes a YouTube cookie:

document.cookie="VISITOR_INFO1_LIVE=eKxEWQ3xcc8; path=/; domain=.youtube.com";window.location.reload();

Then press Enter and close the console. Go to youtube.com/lohp to see the experimental interface.

Tuesday, July 24, 2012

Google Tests an Expanded Knowledge Graph Box

Google tests a new feature of the knowledge sidebar: a link that invites you to "explore more". The Knowledge Graph section doesn't allow Google to show more than 5 related people, books, albums, movies, so the experiment displays more of them below the search box.

For example, when you search for a movie and click "explore more", Google shows more cast members. You can use the arrow icons to switch to a different category.


{ Thanks, Maarten. }

Thursday, July 19, 2012

Google Tests a Share Link for Search Results

Google tests a new "share" link for search results pages. The link lets you share a search result on Google+ and it replaces the "+1" button, which only added a page to the "+1" section of your public profile.


The "share" link is only displayed when you mouse over the search result, just like the "+1" button. When you click the link, Google shows the standard Google+ dialog for sharing content. Unfortunately, you can't "+1" pages.


I think it's a bad idea to replace the "+1" button with the "share" link. The "+1" button works as a social bookmarking tool: you're not only bookmarking pages, but you also help other people find useful pages (and they help you). When you "+1" a page, your action is not automatically broadcast to everyone that follows you, so you're likely to use it more often. The "share" link creates a Google+ post, so you might only use it to share important things.

It's not clear why Google didn't enhance the "+1" button from search results pages by adding the sharing feature that's already available for the regular "+1" button used by so many sites. This way you could both "+1" a page and share it with other people.

Friday, June 22, 2012

YouTube Tests a New Interface for Video Pages

YouTube not only tests a new homepage interface, but also a new video page.

In addition to the lighter background color, the experimental "watch" pages move the video title and the channel information below the video, make buttons less obvious and show more information about the video by default.







Google's search engine has already indexed many YouTube pages that used this interface at that time.

Here's how you can try the new interface. If you use Chrome, Firefox, Opera, Safari or Internet Explorer 8+:

1. open youtube.com in a new tab

2. load your browser's developer console:

* Chrome - press Ctrl+Shift+J for Windows/Linux/ChromeOS or Command-Option-J for Mac

* Firefox - press Ctrl+Shift+K for Windows/Linux or Command-Option-K for Mac

* Opera - press Ctrl+Shift+I for Windows/Linux or Command-Option-I for Mac, then click "Console"

* Safari - check this article

* Internet Explorer - press F12 and select the "Console" tab.

3. paste the following code which changes a YouTube cookie:

document.cookie="VISITOR_INFO1_LIVE=CuSA6Z9VUog; path=/; domain=.youtube.com";window.location.reload();

4. press Enter and close the console.

To go back to the standard UI, follow the same steps, but use the following code:

document.cookie="VISITOR_INFO1_LIVE=; path=/; domain=.youtube.com";window.location.reload();

{ Thanks, Nedas. }

Wednesday, June 20, 2012

A New Experimental Interface for Google Search

Google tests a new search interface that replaces the left sidebar with a horizontal menu. Search tools are hidden by default, just like in the existing interface. It's interesting to notice that the experimental UI is inspired by the tablet UI.

The list of specialized search engines is placed below the search box, so it's likely that more people will notice it.


{ via Techno-Net }

Thursday, June 14, 2012

YouTube Tests a New Homepage Interface

YouTube experiments with a new design of the homepage. The left sidebar now lists all your subscriptions and you can see the number of recent videos from each subscription. There's also a search box that lets you find a subscription. The sidebar no longer includes popular YouTube categories and the suggested channels are displayed below your subscriptions in the scrolling list.

Another change is that the videos from your feed take up a lot more space because the thumbnails are bigger. The new interface lets you hide videos from the feed, a feature that used to be available in the previous YouTube UIs. YouTube also shows a small "watched" label over the thumbnail after playing a video.

Here's the experimental UI:





... and the existing homepage:



Here's how you can try the latest Google experiment. If you use Chrome, Firefox, Opera, Safari or Internet Explorer 8+, open youtube.com in a new tab, load:

* Chrome's JavaScript console (Ctrl+Shift+J for Windows/Linux/ChromeOS or Command-Option-J for Mac)
* Firefox's Web Console (Ctrl+Shift+K for Windows/Linux or Command-Option-K for Mac)
* Opera's Dragonfly (Ctrl+Shift+I for Windows/Linux or Command-Option-I for Mac)
* Safari's Web Inspector (how to do that?)
or
* Internet Explorer's Developer Tools (press F12 and select the "console" tab)

and paste the following code which changes a YouTube cookie:

document.cookie="VISITOR_INFO1_LIVE=pfnTZqEKHEE; path=/; domain=.youtube.com";window.location.reload();

Then press Enter and close the console. To go back to the standard UI, follow the same steps, but use the following code:

document.cookie="VISITOR_INFO1_LIVE=; path=/; domain=.youtube.com";window.location.reload();

There are many improvements in Google's experiment, but the information density is pretty low and you have to keep scrolling down to see more videos.

{ via TechnoNet. }

Wednesday, June 13, 2012

Ode to ICS

Apple showed that a great interface can change the way you use a mobile phone, but Android's team didn't take this seriously until ICS. Android has never been about multitouch interfaces, intuitive apps, polished and refined user experience. Google spent a lot of time adding new features, powerful APIs, improving Android's performance, but the interface wasn't a priority. OEMs created their own interfaces, but something was missing.

Ice Cream Sandwich changed everything because it finally added the "soul" to the machine. The interface is consistent, there's a coherent design language that connects so many disjointed pieces and makes using an Android phone a pleasant experience. ICS is great because it removed Android's rough edges, it brought hardware acceleration, fluid and responsive interfaces that make you use the device more often.

Matias Duarte and his team certainly deserve the Gold prize for best system experience received at the 2012 User Experience Awards. ICS is not just "a major user experience step in Android's evolution", it's actually Android redefined.

Tuesday, May 15, 2012

New Interface for the Google Q&A OneBox

Google's OneBox for instant answers has a new interface that emphasizes the results. Google now displays the answer on the first line and the font size is bigger.



The Q&A OneBox now shows multiple answers for questions like [What is the cast of The Help?] or queries like [the dictator actors].




Until now, Google used the following template: "Best guess for ... is ...".


Just because Google no longer mentions that the answer is a "guess" doesn't mean that it's always accurate.


Monday, May 14, 2012

Google Tests a New Interface for Info Panes

Last year, Google started to test a new sidebar that offers useful information about your query. As the Wall Street Journal mentioned in a recent article, Google will soon "present more facts and direct answers to queries at the top of the search-results page". There's a large database of entities and each one has a list of relevant attributes.

For example, you could search for [California] and Google displays the capital of the US state, a list of important cities, attractions, the Secretary of State, a map and a snippet from Wikipedia. Google continues to test the info panes, but the interface has been updated, the main thumbnail is smaller and there's more information that's displayed. For singers, Google displays a long list of songs and some important albums.





Google's experimental sidebar is similar to Wikipedia's infobox, "a fixed-format table designed to be added to the top right-hand corner of articles to consistently present a summary of some unifying aspect that the articles share and sometimes to improve navigation to other interrelated articles". It includes structured information about your query, related queries and links to all the topics that are mentioned. Google will look more like an encyclopedia.

{ Thanks, Anirban. }

Tuesday, March 27, 2012

Google Experiments With a Collapsible Search Sidebar

Google tests a new search interface that hides the options from the sidebar by default. You need to click a small arrow icon to see the list of specialized search engines and some advanced search options that let you filter results.

Essentially, this experiment hides the sidebar's content, but the sidebar still takes up space. Back in 2009, the sidebar was hidden by default and Google made it more visible one year later.

Now that the navigation bar no longer includes many specialized search engines, it doesn't make sense to hide the sidebar. Another issue is that the sidebar highlights advanced options that are relevant to your query, but few people will find them if the sidebar is collapsed by default.


{ via Websonic. Thanks, Akos. }

Tuesday, March 20, 2012

Customize Gmail's Buttons: Replace Icons With Text

If you don't like that the new Gmail interface replaced most text labels from buttons with icons, there's an option that lets you disable this tweak. Just go to Gmail's settings page, select "text" in the "button labels" section and click "save changes".

Before:


After:


"Icons brought consistency across languages and solved problems with functions that had long names. Some people loved the new icons. Others, especially low vision users, found words easier to distinguish," says Google.

My main issue is that some of the Gmail icons aren't very helpful. For example, it's not obvious that the exclamation mark is an icon for reporting messages as spam. The icons are also small and monochromatic.

{ Thanks, Sterling. }

Wednesday, March 7, 2012

New Google +1 Buttons

The ubiquitous +1 buttons will soon have a new look. The updated version is available when you subscribe to the Google+ Platform Preview, at least for now.

"Following in the footsteps of our new red and white Google+ icon, the +1 button is sporting a fresh coat of paint," informs Google.


While the new buttons are more consistent and include the Google+ branding, the old buttons are more colorful and more descriptive. "+1" is bigger and more obvious in the old buttons and that made them more clickable.

Here's the tiny +1 button from Google+:


... and here's the +1 button from Google Groups:



The small +1 buttons are not legible and it's not obvious that you're supposed to click them. As Fernando Fonseca says, "I understand the need to have a button that looks like the new logo but the problem is that a white background with a thin red line is hardly eye catching and hardly says 'Click me'."

You can compare the different versions of the +1 (v1) and +1 (v2) using the corresponding sprites. I'd choose the old buttons.

Update: There's still time to improve the buttons. Share your feedback here and here.

{ Thanks, Yu-Hsuan Lin. }

Gmail's New Loading Screen

Sometimes little things can make a difference. Gmail's updated loading screen makes Google's mail service look more like a native app and the transition to the actual interface is much smoother. The progress bar and the "loading" message are now centered and no longer look like an afterthought.


In the new Gmail interface you'll also see the loading page when you pick a different theme and that's annoying.

If you have a slow internet connection, you can enable the "inbox preview" lab feature to see a preview of the inbox while you wait for Gmail to load.

{ Thanks, Herin, James, John and Jonah. }

Friday, February 24, 2012

A Strange Google Mobile Experiment

Sometimes it's difficult to understand Google. A few weeks after dropping the non-obvious navigation menu from the desktop UI, Google tests a new mobile interface that uses the same menu.




Cascading menus on a mobile device? They're too large and many Google services are missing (Reader, Blog Search, iGoogle, Product Search, Google Finance, Picasa Web, Google Talk, Google Tasks), not to mention that there's no room for displaying Google+ notifications.

Sunday, February 12, 2012

Back to the Black Bar

Google admitted that the navigation UI launched last year wasn't good enough and brought back the black bar (the color is actually dark gray). Some of the features from the old interface are still available: the list of services, the notification and sharing boxes, the settings menu.

"The new design retains many of the feature changes we made in November that proved popular, including a unified search box and Google+ sharing and notifications across Google. The biggest change is that we’ve replaced the drop-down Google menu with a consistent and expanded set of links running across the top of the page," explains Google.


The black bar doesn't look that great in Google's redesigned interfaces, but it's more functional than the "invisible" menu hidden behind the Google logo. It's always a bad idea to hide important navigational features, even if they clutter the interface. When you have to explain basic features because they're not obvious, you've already failed:


{ Thanks, Cougar and Matan. }

Saturday, February 4, 2012

Google Tests a New Version of the Black Bar

While Google hasn't abandoned the navigation bar launched last year, both the old and the new interface are used today. If you load google.com in Chrome's incognito mode, the old interface shows up more often than the new UI. The simplified interface made navigation more complicated, even if it looks better than the black bar.

Google even tests a slightly updated version of the old bar that uses the services from the new UI, more spacing and a different color scheme.



Here's how you can try the latest Google experiment. If you use Chrome, Firefox, Safari or Internet Explorer 8+, open google.com in a new tab, load:

* Chrome's JavaScript console (Ctrl+Shift+J)
* Firefox's Web Console (Ctrl+Shift+K)
* Safari's Web Inspector (how to do that?)
or
* IE's Developer Tools (press F12 and select the "console" tab)

and paste the following code:

document.cookie="PREF=ID=381502750b6e9119:U=aaee74aefea7315a:FF=0:LD=en:CR=2:TM=1328391998:LM=1328392000:S=yPtlCgLbEnezu5b4; path=/; domain=.google.com";window.location.reload();

Then press Enter and close the console. If you're not in the US and you're using a different Google domain, replace ".google.com" with your domain in the code (for example: ".google.co.uk" in the UK).

If you'd like to go back to the old interface and reset the Google PREF cookie, repeat the same steps, but use the following code:

document.cookie="PREF=; path=/; domain=.google.com";window.location.reload();