Firefox 2.0 To Debut Tuesday
An anonymous reader writes "Firefox 2.0 for Tuesday, says the Seattle PI. They give a quick recap of some of the new features, and discuss the ongoing IE vs. Fox debate." From the article: "Version 2.0 also improves on the tabbed-windows interface that Mozilla innovated and that Microsoft introduced for the first time last week with IE7, its biggest upgrade since 2001. Analysts said IE7 is a significant improvement over its predecessor, but the big question is whether it will stem Firefox's growth at Microsoft's expense. Firefox's share of the browser market has grown to 9.8 percent of the U.S. market this month, from 2.9 percent in October 2004."
geez, "tabbed-windows interface that Mozilla innovated" that is beginning to sound like microsoft innovation. Long before firefox existed, I was using tabbed windows in opera. Give credit where it is due.
The war with islam is a war on the beast
The war on terror is a war for peace
Not that it matters who came first, but Mozilla did actually have tabs earlier than Opera. What you were using in Opera back then was actually MDI, not tabs.
But of course other browsers had tabs far earlier than any of these two.
You know, Microsoft's street address also says a lot about their mentality.
Yes there is. You can remove the close buttons from the tabs (make it look like it was in 1.5) and also tell the min width for the tabs:n sh
http://kb.mozillazine.org/Browser.tabs.closeButto
http://kb.mozillazine.org/Browser.tabs.tabMinWidt
The changes are nicely summarized in this page.
I find "Client-side session and persistent storage" to be quite interesting, and wonder if any major web apps will make use of it in the near future. There are also JavaScript 1.7 which makes JavaScript more Pythonic, SVG support, and several other features.
python>>> q="'";s='q="%c";s=%c%s%c;print s%%(q,q,s,q)';print s%(q,q,s,q)
Reducing memory usage in Firefox:_ Firefox
http://kb.mozillazine.org/Reducing_memory_usage_-
Good news... There are several reports that Firefox 2 uses less memory than IE 7. Only a small percentage of users ever had problems with memory usage to begin with.
What a fool believes, he sees, no wise man has the power to reason away.
Yes. Stop spreading the myth.
http://en.wikipedia.org/wiki/Tabbed_browsing
The 1.x branch of Firefox used Gecko 1.7
Fx 1.5 uses Gecko 1.8
Fx 2 uses Gecko 1.8.1, so a much smaller change (as in no new feature in HTML/CSS, just bug fixes I think). The new features are in SVG (textPath support), JavaScript (1.7) and Client-side session and persistent storage
Fx 3 will be the next big jump to Gecko 1.9, with the reflow that will fix Acid 2 and incremental layout bugs, plus more CSS 2.1 and CSS 3 support.
Is this a non-standard attribute?
We wanted web pages to control the spellchecking defaults to some degree. For example, webmail applications will want to automatically turn it on for subject lines, even though it is normally off for <input> elements.
We discussed with the WHATWG web standards group to come up with the attribute. I'm not sure about the status of this in any of their specs, as I'm not sure there was any strong consensus. That's one of the problems coming out with a new feature not currently supported in any other browser or mentioned in any standards.
- Brett (Firefox spellcheck contributor)