Posted on January 9th, 2010 | 1 Comment »
As promised, Firefox 3.6 RC1 was released yesterday. Despite my warnings against downloading the candidate of the release candidate earlier this week, it doesn’t look like there was ever more than one candidate, so if you jumped the gun and downloaded that candidate, you’ve likely got the same build anyway.
Despite the fact that Firefox 3.6 RC1 was released on schedule yesterday, it has received very little attention from the usual official outlets, as far as I can tell. For example, there is no mention of the new release candidate on the main Firefox page, and there has been no mention of the release via Firefox’s Twitter account.
Nevertheless, the RC1 build looks official, and the following are some of its key features and changes:
If you decide to give Firefox 3.6 RC1 a spin, feel free to share your thoughts on the new release here in comments.
Update: I should clarify that the RC1 build is at least mentioned on the beta releases page.
Tags:
Crashes,
CSS,
DOM,
Firefox,
Firefox 3.6,
HTML5,
JavaScript,
Performance,
Release Candidates,
Releases,
Stability
Posted on January 1st, 2010 | 2 Comments »
I’ve been doing my best to keep my finger on the pulse of the browsersphere over on Twitter, but you know you’re not getting the real deal until we go “around the browsersphere.”
General
Chrome
Firefox
Internet Explorer
Opera
- In its coverage of Opera’s added support for CSS3 Transitions and 2D Transforms in the pre-alpha build of Opera 10.5, CSS3 . Info mentions that “Opera is the first browser to offer support for Backgrounds and Borders without the need for a vendor prefix, with Firefox and Safari still requiring ‘-moz’ and ‘-webkit’ [respectively].”
- With the pre-alpha release of Opera 10.5, Anne van Kesteren says “we are getting a little better at this iteration stuff.”
- A couple of articles (via Slashdot), Opera 10.50 Unveiled: Opera Is Once Again the Fastest Browser on Earth and Opera 10.5’s new Carakan Javascript engine is fast – Google Chrome fast, go into detail about the impressive performance of Opera’s new Carakan JavaScript engine (which I’ve mentioned here a few times in the past).
- True to form, Opera Watch has a solid rundown on Opera 10.5 pre-alpha as well.
- In reporting on Opera’s State of the Mobile Web report from November, TechCrunch relays that Russia is the top country for Opera Mini usage, but that usage is really growing in Asia and Africa.
- Even though I think it’s a cool feature (which admittedly takes some getting used to), FavBrowser.com lends a hand to those who want to turn off Opera 10.5’s tab thumbnails in Windows 7 (I’m sure this approach works for Safari as well).
- The Opera Core Concerns blog provides some details on Opera’s native support for JSON, including performance comparisons against the other main browsers.
- In Carakan Revisited, improvements made to the Carakan JavaScript engine over the previous Furthark engine are discussed, mainly focusing on garbage collection and caching. The post also touches on some of the plans for future improvements.
- A New Year’s Eve post unveils a newer pre-alpha build of Opera 10.5 and discusses Opera’s new support for HTML5’s <video> tag.
- Introduce yourself to mouse gestures in Opera.
- If you’re excited about the pre-alpha builds of Opera 10.5, you can show it off with some wallpaper.
Minor Players
There’s a lot more to cover, but that should hold you over until 2010.
Happy New Year, everyone.
Tags:
2D Transforms,
Add-on-Con,
Add-ons,
Africa,
Alternatives,
Anne van Kesteren,
Asia,
Avant,
Avencius,
Carakan,
Chrome,
Comparisons,
CSS,
CSS3,
CSS3 Transitions,
Daniel Glazman,
Delays,
Development,
Digg,
Fennec,
Firefox,
Firefox 4,
Furthark,
Google,
Google Chrome,
HTML5,
IE Tweaker,
IE9,
Internet Explorer,
John Montgomery,
JSON,
Localization,
Macworld,
Maxthon,
Microsoft,
Mouse Gestures,
Mozilla,
Multi-process,
Netscape,
Notifications,
Opera 10.5,
Opera Mini,
Performance,
Reviews,
Russia,
Safari,
SeaMonkey,
Shanku Niyogi,
Slashdot,
State of the Mobile Web,
Steve Lucco,
TechCrunch,
Twitter,
Vendor Prefixes,
Videos,
Wallpapers,
WebKit,
Windows 7,
YouTube
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
- Avant Browser 11.7 Build 42 was released on Friday.
- AOL Explorer, Maxthon, K-Meleon, Flock, Avant, Sleipnir, and Slim Browser are among the IE alternatives listed in Browsing the browsers: Internet Explorer’s rivals (most likely based on this news).
- TheWorld Browser features a “multi-threaded frame” and “web page mute,” which allows you to disable all sound on a web page via one button.
- Someone made a Korean “translation” for Maxthon.
- This thread clears up why you might see multiple processes running when you use Maxthon (though you can probably guess).
- A YouTube video brought my attention to CometBird, which appears to be a close cousin of Firefox that not many people know about.
- Sunrise, a “web browser for web developers,” has reached version 2.0.2.
- A browser named Vinageer is claimed to be the “third most used web browser in Australia,” and yet the only articles I can find on it appear to be written in French.
- As one might expect, the Flock folks are excited to be included in Microsoft’s coming “browser ballot.”
- Maxthon reached the 300 million download milestone on November 28th.
- Skyfire Mobile Browser 1.5 was released last week with improvements made to their video support. You can see a short video explaining the new improvements on Vimeo.
Tags:
Add-ons,
AOL Explorer,
Avant,
Bing,
Christmas,
Chrome,
Codenames,
CometBird,
Crashes,
Extensions,
Features,
Firefox,
Firefox Mobile,
Flock,
HTML5,
IE,
IE8,
Jon von Tetzchner,
K-Meleon,
Korean,
Localization,
Market Share,
Maxthon,
Microsoft,
Multi-process,
Opera,
Opera Mini,
Performance,
Red Panda,
Releases,
Retirement,
Skyfire,
Sleipnir,
Slim Browser,
Sunrise,
TheWorld Browser,
Thunderbird,
Users,
Vinageer
Posted on January 26th, 2009 | 2 Comments »
Because HTML is to web browsers what mountains are to mountain bikes (i.e. the former gives purpose to the latter), and being a web designer and developer myself, I like to track what’s going on in the world of HTML almost as much as I like tracking web browsers. Therefore, I’ve been keeping tabs on the goings-on over at The WHATWG Blog, in an attempt to follow the latest developments with the next major version of HTML, HTML 5. In doing so, I stumbled upon an interesting bit of information on how web browsers handle the src attribute of an img tag in a recent post:
The problem stems from the following (arguably pointless) markup: <img src=""> A fair number of web pages actually try to declare an image with an empty src attribute. According to the HTTP and URL specifications, this markup means that there is an image at the same address as the HTML document — a theoretically possible but highly unlikely scenario. Internet Explorer apparently catches this mistake and just silently drops the image. Other browsers do not; they will actually try to fetch the image, which results in a “duplicate” request for the page (once to successfully retrieve the page, and again to unsuccessfully retrieve the image).
Apparently some additional language has been added to the HTML 5 specification to make it clear to the developers of user agents (i.e. web browsers) that “ignored self-references” can be safely ignored, therefore making Internet Explorer’s behavior the right behavior according to the spec.
If you’re interested in these bleeding edge changes to the HTML 5 specification and the impact they have on web browsers of the future, I highly recommend following The WHATWG Blog. I’m also interested in knowing if the audience here (if there still is one
) is interested in reading about these types of things here at Browsersphere.
Tags:
HTML,
HTML5,
Internet Explorer,
Specifications,
WHATWG