Extensions and Bookmark Sync Enabled in Stable Google Chrome Build

Posted on January 25th, 2010 | No Comments »

Google has unleashed extensions and their bookmark sync feature on stable builds of Google Chrome today.  If you’ll remember, the bookmark sync feature was enabled in Windows beta builds back in November, and support for extensions was announced for both Windows and Linux beta builds last month.  It looks like users of stable Chrome builds on Linux and Mac may need to wait a bit, still, however:

To those using Google Chrome on Linux, extensions are enabled on the beta channel. And for those using Google Chrome for Mac, hang tight — we’re working on bringing extensions, bookmark sync and more to the beta soon.

If you’re on Windows, you can either wait to be updated to the new build automatically over the course of the next week, or you can manually upgrade if you want to get your hands on the new features right away.

Once you’ve got the new build, you can head over to Google Chrome Extensions to start extending your browser.  Or you can head on over to the Google Chrome Blog to find out more about what’s included in the new build.

Tags: , , , , , , , , ,

Around the Browsersphere #13

Posted on December 17th, 2009 | 1 Comment »

I debated whether or not I should skip ahead to #14, but I’m not really that superstitious.

General

Chrome

Firefox

Internet Explorer

Opera

The Minor Players

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Opera 10 Beta Released

Posted on June 3rd, 2009 | 1 Comment »

Opera 10 beta, codenamed “Peregrine,” was released today.  The high-level features touted on the Opera 10 website are:

  • “Opera Turbo for fast browsing on slow connections” – this is essentially the same technology used by Opera Mini to compress content, saving bandwidth and time.
  • “New visual tabs and sleek design” – the new design was previously covered here.
  • “Speed Dial your way” – users now have the option of customizing the number of websites displayed or the background.
  • “Web integration” – tell Opera to use your web-based email client or feed reader as the default for email and feeds, respectively, and it will.
  • “Resizable search field”
  • “40% faster engine and cutting-edge Web standards support”

While the bulk of those features are notable, it’s pretty obvious that the new visual changes will get the most immediate attention, followed by reviews of the underlying rendering engine, Presto 2.2, once people get some subjective and objective experience with it (does anyone still use a slow connection on their desktop anymore?).

For more on the web standards support added to Presto 2.2, check out Standards support in Opera Presto 2.2 and Opera 10 beta, which among other things, confirms that Opera 10 beta passes the Acid3 test.

To kick the tires on this latest release from Opera, download Opera 10 beta today.

Tags: , , , , , , , , , , , ,

Namoroka

Posted on May 8th, 2009 | 1 Comment »

Small Firefox LogoDid you know that Namoroka is the name of a national park in Madagascar?  Furthermore, and more appropriate to readers of Browsersphere, it has also been chosen as the codename for the next version of Firefox after Firefox 3.5.  While the initial version number is planned to be 3.6, that will most likely change depending on the scope of the changes slated for that particular version.  Based on the fact that the version, also being referred to as “Firefox.next,” is scheduled to be released in “early-to-mid 2010,” my best guess would be that Namoroka will eventually turn into Firefox 4.

The following notes on Namoroka stood out to me upon reading the release’s wiki page:

  • Improving performance is one of the key goals (though, I’m pretty sure this is always the case).
  • Personalization will be a focus:  “Act in the user’s interests, leveraging existing knowledge about their identity and browsing habits.”
  • Certain aspects of the browsing experience may be baked into the browser itself instead of requiring interaction with the associated web page:  “Provide support for executing common web-based tasks, mash-up style, without having to visit a website.”
  • There will be a focus on providing a shell for desktop-like web apps, likely similar to the Site Specific Browsers (SSBs) feature that Fluid enables:  “Act as the intermediary between web applications and the user’s OS desktop.”
  • The release will be based on Gecko 1.9.2, a later version of the branch that was originally released with the first Firefox 3 alpha (Gran Paradiso) back in December of 2006.

Obviously, the version of Firefox in the limelight right now is version 3.5, but it is still interesting to look ahead every now and then and see what type of road is being paved for our collective web browsing future.  And yes, I know this post is very Firefox-centric, but I’ll certainly post with similar “glances ahead” for other browsers if I can just get my hands on the material.

Tags: , , , , , , , , , ,

The Current State of CSS Gradients Support

Posted on May 8th, 2009 | No Comments »

CSS GradientsWhile doing some web design brainstorming earlier today, I wondered if any progress had been made on adding support for CSS Gradients beyond WebKit, for which support was first introduced a little over a year ago.  Via MozillaZine, I realized I’m not the only one wondering this, and ended up stumbling upon the Bugzilla bug tracking the progress of CSS Gradients support in Firefox.  Reading through some of the commentary there, it gave me a newfound appreciation for just how fluid the implementation of these kinds of features really is.  For example, it’s somewhat obvious that the original support as announced at Surfin’ Safari was based on some of the canvas documentation related to HTML 5.

Paraphrasing the HTML5 spec and adjusting the language slightly to not be canvas-specific:

“The color of the gradient at each stop is the color specified for that stop. Between each such stop, the colors and the alpha component must be linearly interpolated over the RGBA space without premultiplying the alpha value to find the color to use at that offset. Before the first stop, the color must be the color of the first stop. After the last stop, the color must be the color of the last stop. When there are no stops, the gradient is transparent black…”

Furthermore, it’s obvious that not everyone completely agreed with the initial implementation, and it’s clear that Firefox developers collaborated with WebKit developers to hone in on a more logical implementation.

All of that being said, the reality is that CSS Gradients are not supported widely enough at the moment to be considered tools in the common web developer’s tool belt.  As aforementioned, Firefox support is still in progress (as of yesterday, in fact) and support in Internet Explorer 8 and Opera 10 appears to be non-existent, based on visits to this demo in those browsers.  The demo only seems to work as expected in Safari and Chrome (the latest “Dev” version, at least), which makes sense, since those are the major players that sport WebKit under the hood.

We’ll be keeping an eye on the progress of CSS Gradients support and several other, similar implementations over the coming year.

Tags: , , , , , , , , , , , , , , , , , , ,

Geolocation API Support Coming to Safari

Posted on April 8th, 2009 | 13 Comments »

A couple weeks back, Opera made headlines when it released a browser build supporting the Geolocation API as specified by the W3C.  That prompted Ars Technica to write an article summarizing current Geolocation API support, which mentioned that both Opera and Mozilla (more on the Firefox implementation can be found at Mozilla Links) have released browsers supporting the API.

Now it appears that Safari will soon be supporting the Geolocation API as well.  In documentation that appears to have gone out to iPhone developers regarding new features in iPhone OS 3.0, the following appears:

Safari…supports the Geolocation JavaScript classes, which work with the onboard location services to retrieve the current location of the device.

A Google search for “safari geolocation” doesn’t really turn up much useful information, but it’s obvious from existing WebKit bugs that the feature has been getting some attention as of late.

It’s going to be interesting to see how prevalent the use of this API by web developers becomes as more of the major web browsers add support for its functions.

Tags: , , , , , , , , , , ,

Around the Browsersphere #12

Posted on March 7th, 2009 | No Comments »

Whoa.  Has it really been like eight months since the last time we went around the browsersphere?  Not good.  I guess we should do something about it…

General

Avant Browser

Camino

Chrome

Firefox

Flock

Internet Explorer

Maxthon

Opera

Opera Mini

  • Armenia, a country with around three million people, saw its Opera Mini usage grow by 2800% last year.  See this and other interesting statistics in the State of the Mobile Web report (via Choose Opera).
  • “Yahoo! is expected to begin distributing Opera Mini via Yahoo! Mobile and also as a standalone download from Yahoo!’s mobile Web sites in the near future.”

Orca Browser

Safari

SeaMonkey

Skyfire

There was a lot to cover this time around, and there’s much more I haven’t yet covered.  Hopefully that means we’ll see the 13th installment of “Around the Browsersphere” sooner than November. ;)

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Opera 9.64 Released

Posted on March 3rd, 2009 | No Comments »

As announced via Twitter about ten hours ago, Opera 9.64 has been released.  The following features are listed as new to version 9.64:

  • Feed Preview: Preview a Feed by clicking on the feed icon, and you will see it in clean and efficient multiple-column layout.
  • Opera Link: Opera Link lets you synchronize data of your choice online, or among different computers and devices.
  • Quick Find: When using Opera, the browser remembers not only the titles and addresses, but also the actual content of the Web pages you visit.
  • Opera Mail: Opera browser offers an e-mail client designed to optimize your daily e-mail-handling requirements.
  • New browser engine: Opera is quicker to start, faster at loading Web pages and better at running your favorite Web applications.
  • Quick and customizable Web search: Get quick access to Google, eBay, Amazon and more with the search field in the upper right corner.

If I’m reading Wikipedia correctly, this release uses “Core 2″ of the Presto rendering engine and the “Futhark” JavaScript engine (as opposed to the new and improved Carakan engine).

If you’re already an Opera user and feel like upgrading (assuming you’re not already on Opera 10), or if you’re new to Opera and want to kick the tires, download Opera 9.64 today.

Tags: , , , , , , , , , ,

MaxthonGuy Yells ‘First!’

Posted on February 10th, 2009 | 7 Comments »

I always get a kick out of reading the Maxthon Blog because some of the claims made about either Maxthon or its competitor web browsers are so outlandish.  This time around, a press release was posted claiming the following:

Maxthon’s engineers redesigned the browser’s framework so that each tab associated with a Web site works independent of each other. With that new architecture, if a tab becomes unresponsive for any reason, the other tabs and the browser are unaffected. The computer user can continue to browse normally and can refresh, reopen, or close the tab that is creating problems.

“Basically, our technology separates the tab and the browser,” said Jeff Chen, CEO of Maxthon. “That [sic] why the tab’s problem will not affect the browser’s performance, and so the browser can be a better environment to run Web application in tabs.

“As far as I know, no other major browser has such a feature,” Chen said.

I can understand making a claim like that last one in a press release, since you’re trying to set yourself apart from the competition.  Plus, Jeff Chen said “as far as I know,” which at least keeps the claim from being matter-of-fact.  However, I think it’s pretty inexcusable to make such matter-of-fact claims directly on your product’s blog when common knowledge suggests the opposite.

Before posting the aforelinked press release, the following was posted to the Maxthon Blog:

“…other browsers without [Maxthon's new feature] The Isolator – which would be, let’s see…. All of them. – can’t protect their tabs the way Max does.”

When an astute (or at least, non-delusional) commenter mentioned Google Chrome as a browser already supporting this feature, MaxthonGuy, the persona behind the madness that is Maxthon Blog, had this to say:

“Chrome does have a feature, Crash Control, that has a purpose similar to that of The Isolator. But the two technologies work differently, and Crash Control can’t save you from the Flash-inspired crashes that The Isolator blocks.”

So I guess if a feature has been implemented differently, then it doesn’t actually exist in any other browser.  Using that logic, I suppose Internet Explorer was the first web browser to support tabbed browsing.  But don’t worry, Firefox and Safari fans, your browsers were, too – despite what Opera or NetCaptor might have to say about it!

I just had to get this absurdity out of the way before I post a more in-depth look at multi-process architectures in web browsers.

Tags: , , , , , , , , , , ,

Digg Watch #5

Posted on December 31st, 2008 | No Comments »

Let’s take a look at what web browser news has surfaced over at Digg over the past month:

And now for some bonus coverage from Slashdot:

Happy New Year, everybody.

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,