Slashdot Mirror


Firefox 3 Beta 3 Officially Released

firefoxy writes "Mozilla has officially released Firefox 3 beta 3. This release includes new features, user interface enhancements, and theme improvements. Ars Technica has a review with screenshots. 'Firefox 3 is rapidly approaching completion and much of the work that remains to be done is primarily in the category of fit and finish. There will likely only be one more beta release after this one before Mozilla begins issuing final release candidates.'"

337 comments

  1. So... by Anonymous Coward · · Score: 1, Interesting

    How about that memory leak?

    1. Re:So... by Anonymous Coward · · Score: 0

      Fixed.

    2. Re:So... by The+MAZZTer · · Score: 5, Informative
      http://www.squarefree.com/burningedge/releases/trunk-for-firefox-3.html
    3. Re:So... by Anonymous Coward · · Score: 3, Insightful

      That's nice, they've moved on from pretending it doesn't exist, blaming the user, blaming extensions, blaming plugins, blaming the memory monitor: blaming everything except the code.

      However, as someone who routinely sees Firefox use 300MB (up to 100MB already!), I have to ask:

      Did they actually fix it?

      So they're addressing it. Does what they've done actually solve the problem? Or will I still watch Firefox use up to 500MB during a normal browsing session?

    4. Re:So... by Cassius+Corodes · · Score: 5, Informative

      High memory usage is different from memory leaks - every time you open a new tab it stores in ram some of the previous and next pages in ram. So if you do a lot of surfing on different tabs it very quickly goes up to 100MB in ram. You can disable that from the settings but you lose the ultra-quick back and forward capability.

      --
      Control is an illusion, order our comforting lie. From chaos, through chaos, into chaos we fly
    5. Re:So... by Enlightenment · · Score: 1

      I'm running Beta 2 right now, and... yes, I think they fixed it.

    6. Re:So... by Zantetsuken · · Score: 1, Insightful

      Everybody always says they get these insane memory leaks? Personally I've never had these problems - I've got to wonder, just what the damned hell is everybody doing that causes this? Typically I only have 5 tabs open per window multiplied by 3 instances at the most. I close tabs I'm not using, and if I'm done with the browser for more than 5 or 10 minutes. I have about 8 extensions right now - and I typically only see about 60 or 70 megabytes of RAM usage (still not ideal, but not what some people say). I think the most I've ever seen Firefox 2.0.x consume is about 150MiB of memory. This is on my home desktop running WinXP Pro SP2, with an AMD Athlon 4200x2 and 2 GiB of RAM...

      Like I said, just what the damned hell are people doing that their Firefox sessions consume 300+ MiB of RAM? For god's sake people, close tabs you haven't used in an hour, if you're leaving the house for 3 hours, close Firefox entirely (unless you're using it to download something)...

    7. Re:So... by kripkenstein · · Score: 4, Interesting

      High memory usage is different from memory leaks - every time you open a new tab it stores in ram some of the previous and next pages in ram. So if you do a lot of surfing on different tabs it very quickly goes up to 100MB in ram. You can disable that from the settings but you lose the ultra-quick back and forward capability. Yes, that's true, but it isn't the entire issue.

      I'm running Firefox 3 (the previous beta, not the latest), and I set max_total_viewers to 1, which should in theory do what you said. Yet I routinely see ~200MB used by Firefox, and on my 512MB machine I need to restart Firefox once a day or so, since a web browser taking up half of my RAM doesn't make for good responsiveness of everything else.

      One issue might be memory fragmentation in Firefox, or so I've been told. Perhaps someone who understands this stuff can clarify.
    8. Re:So... by Anonymous Coward · · Score: 2, Informative

      Same browser session open for weeks, dozens of tabs opened while browsing aggregator sites, then dropped back down to half a dozen or so standbys once everything's been read. Firefox 3b3 seems to be an improvement so far, but I've only had it installed for a few hours, we'll see how things look in another week or two.

    9. Re:So... by cheater512 · · Score: 2, Interesting

      seamonkey (bigger than Firefox) with 5 tabs is only eating 50mb of ram.

      If your only doing mild browsing then it shouldnt eat too much.
      But if your heavily browsing then of course its going to chew ram.
      I've seen Seamonkey hit over 300mb of ram when I'm on a streak.

      It really doesnt bother me.
      Its not a memory leak and I can keep using the same Seamonkey session for several weeks straight.
      Looking at a big number in the task manager doesnt mean anything at all.

    10. Re:So... by daniel23 · · Score: 1


      ff2 was almost unusable for me with my browsing habbit of 3 to 10 windows with some 15 tabs each. After some hours fireFox2 would eat up all cycles of one of the dual cores and take ages to redraw a window etc. Thus, when I read the first reports about ff3 having done a lot of work fixing memory leaks I switched to ff3-b. The difference is very notably and on the whole I have only one issue to complain and that is the missing availability of most of the add-ons. Dominspector and Adblock Plus work with ff3, Adblock Filterset updater, Add Bookmark here, DownThemAll, Fasterfox, FireBug, Mouse Gestures and TabMixPlus still don't.

      --
      605413? Yes, it's a prime.
    11. Re:So... by Matthieu+Araman · · Score: 1

      TabMixPlus dev version works with Firefox 3beta.
      it's not available yet from the addon mozilla site.
      you have to get it from the official site (see http://tmp.garyr.net/forum/viewforum.php?f=3&sid=622b8acc530f7edda1559748ec4b464c)

    12. Re:So... by erikdalen · · Score: 1

      In Firefox 2 a lot of it is actually because of fragmentation in memory, not just memory leaks.

      --
      Erik Dalén
    13. Re:So... by PinkyDead · · Score: 1

      I've been trying this thing out for about an hour now and it does appear to be much lighter on the old memory usage.

      However, the problem with memory usage has always been with plugins for the most part. Firefox support always used that as an excuse, which was totally unjustified as they are the providing a plugin platform and that platform should ensure that its guests are well behaved.

      The thing is that most (if not all) of the plugins that I use are not supported by this new version (they are quite common plugins, e.g. Foxmarks, Faviconize, Flashblock). I'm sure they will be soon, but until then a statement that the memory leaks have been fixed, while justifiable and welcome, is unverifiable.

      --
      Genesis 1:32 And God typed :wq!
    14. Re:So... by irtza · · Score: 2, Informative

      from what I have heard, it has to do with reclaiming used memory. if you have a a bunch of small allocations between larger page allocations, what will happen is that when memory is freed (to prevent a leak), you end up with small wholes in the memory that are not large enough for another page allocation or to return the block of memory back to the system as unused - ie only 1k of a 4k block is being used. This leads to large amounts of RAM usage. I have heard that opening a new window (not a tab) and closing old windows will occasionally alleviate part of the problem

      --
      When all else fails, try.
    15. Re:So... by Meph0 · · Score: 1

      Mouse Gestures compatible with FX3b3 (even though it doesn't say so): http://www.mousegestures.org/nightly.html

    16. Re:So... by ibbie · · Score: 1

      While there are extensions out there that need work to be brought up to speed to work with Firefox 3, a lot of them simply need to have their maxversion updated in the XPI file's install manifest - install.rdf. Obviously, it'd be better for the original developer to do this, but if you don't feel like waiting and aren't afraid of editing a configuration file, you can always do it yourself.

      More information can be found here.

      --
      The wise follow a damned path, for to know is to be forsaken.
    17. Re:So... by mike_sucks · · Score: 1
      Ditto. Include the fact that the unused memory gets paged to disk anyway (hello? we have had virtual memory since, I don't know, the 70's) so it doesn't really affect the performance of your system anyway and I really don't know what the problem is.

      I think it's mostly trolls, people with some sort of system-performance-tools related OCD, (tinfoil hat on) Microsoft employees and those two other people that complain. Probably best to just ignore them.

      /mike

      --
      -- "So, what's the deal with Auntie Gerschwitz et all?"
    18. Re:So... by Guinness2702 · · Score: 3, Insightful

      "from what I have heard, it has to do with reclaiming used memory....[snip]"

      Or, as the parent called it "memory fragmentation"

      --
      This space is intentionally left blank
    19. Re:So... by vidarh · · Score: 1
      I have to restart Firefox at least once a day or my system grinds to a halt. Paging out to disk works fine when the app you're using doesn't keep touching the pages, but in the case of Firefox that's clearly not the case, as the resident working set of Firefox grows for me until the system starts thrashing. Firefox is the ONLY app I use that misbehaves so badly, and it typically grows to 1-2GB before I give in and restart it ("give in" because I typically have a lot of tabs open and it's a pain to restart, even with the session restore feature). That's despite turning off all the annoying "features" related to caching etc. that eats memory. Even if I close down all but one tab none of this memory gets released.

      For me, FF3 beta 2 was even worse than FF2 - I had to go back. I'll give the new beta another try, but I'm slowly getting used to using Opera and Safari instead, and Safari in particular is so much faster than Firefox that I might just manage to learn to tolerate it's user interface and drop Firefox entirely (and before you ask, while Safari eats quite a bit of memory too, it actually does release it again when I close tabs and doesn't keep growing and the same goes for Opera)

    20. Re:So... by God'sDuck · · Score: 1

      "I switched to ff3-b. The difference is very notable...missing...most of the add-ons."

      FF2 might not be the memory problem...

    21. Re:So... by naasking · · Score: 1

      Why did they invent some ad-hoc cycle collection technique, when David Bacon designed a great one way back in 2001? Bacon's technique is even mentioned on the wikipedia page for reference counting!

    22. Re:So... by edmicman · · Score: 2, Insightful

      Who the f- leaves their browser open and running for weeks?!?

    23. Re:So... by daniel23 · · Score: 1

      may be. Or myabe not. I thought of this before and while I believe my list of add-ons is rather short I still decided to list them with my statement, just in case someone in the know recognizes one add-on as known-to-be-not-so-good.
      If you have some details WRT this it would be very much appreciated if you post them.

      --
      605413? Yes, it's a prime.
    24. Re:So... by gnulxusr · · Score: 2, Insightful

      ...people who also have their X sessions running for weeks? That does include me and most of my friends and family. I do try to keep my tab count low but it's a losing battle... most people I know have already given up and let their FF sessions grow beyond 2-digit tabs. You can't have too much of a good thing, right?

    25. Re:So... by TFGeditor · · Score: 1

      There should be a "TinFoilHat" mod for posts like the parent.

      The reason people complain about Firefox memory leaks/hogging is because it is real. I hate Firefox because I love it--an otherwise near-perfect browser blemished by this memory scourge. I really, really hope they fix it, because even with this nose-sized wart, it is still the best browser available on the Windows platform.

      --
      Ignorance is curable, stupid is forever.
    26. Re:So... by jvkjvk · · Score: 2, Insightful

      Why shouldn't you be able to?!?

    27. Re:So... by God'sDuck · · Score: 1

      Well...I know Firebug is incredibly resource hungry. I disable it when I don't absolutely need it, and the difference is stark. Web Developer Toolbar is much leaner as a go-to tool for everyday dev work.

      For the rest.....I don't personally know of any leaks, but some of them aren't the lightest of plugins. And I'm not saying that's bad -- I have 11 enabled plugins, starting with a very similar list. I'm just saying that your case looks suspiciously like fresh-install-few-plugins effect.

    28. Re:So... by alan_dershowitz · · Score: 1

      You don't necessarily have to do anything wrong at all. I wouldn't have believed it without seeing it myself. I have NEVER had problems with Firefox and memory/CPU usage. But a friend of mine demonstrated to me, on a fresh Windows install on his laptop, installing Firefox 2 and having it drag ass and eat CPU cycles like cookies. For some reason, Firefox 2 goes apeshit on some machines. He runs Opera right now to get around that problem, but I'm going to have him try out the FF3 beta. Not that there's anything particularly wrong with Opera, but there are some nice Firefox extensions that make it worth it to keep both around.

    29. Re:So... by jorgevillalobos · · Score: 1

      Laptop users don't power off their computers all that often, specially if they're not running an OS that requires constant restarts, *ahem*. That's my case, and Firefox is always open, so yes, it can run for weeks. But I haven't experienced important performance problems. Beta 3 feels faster, though.

    30. Re:So... by Maxwell · · Score: 1

      Everyone? Shut down firefox if I am not going to use it for 5 minutes? Why not power off your PC if you aren't going to use it in the 30 minutes too?

      My Media PC is on 24/7 and I often have firefox open on it. For days, weeks. Skpye also runs for days, weeks, months. Itunes. X1. Virus scanner. I also leave *gasp* outlook running on my work laptop for days. All these apps can run, literally, forever, except FireFox...

    31. Re:So... by Traxxas · · Score: 1

      Web Developers. My browsers are open for weeks at a time until a windows update forces me to reboot.

    32. Re:So... by edmicman · · Score: 1

      I can understand things like virus scanners, or chat clients, or services. Those are things that are supposed to constantly run in the background, monitoring or waiting for something to happen. But media players? Word processors? Graphics programs? Web browsers? Those are all things that have no business or need to run 24/7 for weeks.....they'll all on-demand apps.

      Do all of you keep the radio and TV on all the time, too? The shower running so it's ready at any time to jump in?

    33. Re:So... by stony3k · · Score: 1

      I'm sure you've heard this before, but have you tried a clean install of Fx? I think it's very likely to be your plugins (Flash/Java) that are the culprits. That's another reason to use NoScript, because it keeps memory usage low (by not loading junk).

      --
      Freedom is not worth having if it does not include the freedom to make mistakes. - Mahatma Gandhi
    34. Re:So... by WuphonsReach · · Score: 1

      Who the f- leaves their browser open and running for weeks?!?

      Those of us who need to do real work on projects that may take a few days to work through.

      I almost always have at least 5 Firefox windows (each with 10-30 tabs open). One window for the corporate web applications. The others for reading documentation, testing out a project, or doing other research.

      It makes zero sense to shut the browser down, when I'll be back referencing it or interacting with it 15 minutes from now. Or a client will call and have me check on something, so I fire up yet another window.

      --
      Wolde you bothe eate your cake, and have your cake?
    35. Re:So... by roca · · Score: 1

      Um, we read the paper and implemented David Bacon's technique.

      We had to extend it in some ways, in particular to integrate it with the JS mark-and-sweep collector.

    36. Re:So... by naasking · · Score: 1

      a) no mention of Bacon is made on the cycle collector page.
      b) it labels the collector conservative, where Bacon's is accurate.
      c) it mentions that your collector might fail to collect a garbage cycle, where by my recollection, Bacon's did not suffer this problem. Are you sure you're using Bacon's cycle collector? Perhaps these are simply the limitations of using C++.
      d) why all the different collectors? Why not just use Efficient On-the-Fly Cycle Collection and be done with it? It's not quite as performant as a generational tracing collector, but at least your code won't suffer so many impedance mismatches, and thus be easier to maintain and extend.

    37. Re:So... by mike_sucks · · Score: 1

      Huh, that never happens to me. Oh well, guess I'm lucky.

      /Mike

      --
      -- "So, what's the deal with Auntie Gerschwitz et all?"
    38. Re:So... by AP31R0N · · Score: 1

      Is 200MB of RAM significant against the 1024 to 4096 MB of RAM that modern machines have?

      --
      Utilizing the synergization of benchmark e-solutions to pre-workaround action items!
  2. Adding bookmarks by Ctrl-Z · · Score: 2, Informative

    In nightly builds that have been released since the beta 3 code freeze, the bookmark process has been refined further. When the user bookmarks the page by clicking the star icon in the URL bar, the browser will inform the user that the page has been bookmarked... I've been using nightly builds for the past month or two, and this is not what I am seeing right now. I only see that box pop up if I double click the star.
    --
    www.timcoleman.com is a total waste of your time. Never go there.
    1. Re:Adding bookmarks by The+MAZZTer · · Score: 4, Informative

      Not that box, apparently there was a notice that appeared when you clicked the star to let you know what the star did (that the page had been bookmarked)... however the notice was both added and removed in nightlies between b2 and b3 (guess it ended up being more annoying than helpful).

  3. acid 2? by TheRealZeus · · Score: 2, Interesting

    ...does it pass?

    1. Re:acid 2? by Anonymous Coward · · Score: 5, Informative
      Yes, Firefox 3.0 passes Acid 2.

      I'm hoping that they bring forward Tamarin support in Firefox. Any chance of getting fast javascript before Firefox 4?

    2. Re:acid 2? by Asztal_ · · Score: 3, Informative

      No, not really. ActionMonkey (the project integrating Tamarin/Spidermonkey as part of Moz2) is not ready yet by a long way. According to the "old" timeline, though, there should be a Firefox 4/Moz2 alpha out in Q2 2008 (though I'm not sure I'd trust any timeline from Mozilla, old or new ;-)

      http://wiki.mozilla.org/JavaScript:ActionMonkey
      http://wiki.mozilla.org/Mozilla_2

    3. Re:acid 2? by xwipeoutx · · Score: 2, Interesting

      Well, it mostly does - try dragging the eyes while playing a youtube video. The video stops.

    4. Re:acid 2? by PinkyDead · · Score: 1

      But not acid3...

      Not that that matters yet. Acid2 is cool enough for me.

      --
      Genesis 1:32 And God typed :wq!
    5. Re:acid 2? by BZ · · Score: 1

      > But not acid3...

      Of course that's a matter of acid3 test design. Browsers have been fixing the bugs pointed out by preliminary acid3 versions; as soon as the issue was fixed in browsers, the folks writing the test removed that part and replaced it with a new one.

      One of the stated goals of acid3, as I understand it, is that at the moment when the test is declared "final" every single thing it tests must be failed by one or more of then-current-development Gecko, Webkit, and Presto. Which means they're likely to keep adding more and more esoteric tests up to that point.

    6. Re:acid 2? by Anonymous Coward · · Score: 0

      it looks like there will be a firefox 3.5 before firefox 4.0.
      not sure though which features will be in.

      http://groups.google.com/group/mozilla.dev.planning/browse_thread/thread/2df7eab0c5a03fd4#msg_ad20b9b167b57db6

    7. Re:acid 2? by BenoitRen · · Score: 1

      I'm so tired of seeing this question posted so many times here on Slashdot that I think this link is very appropriate: http://www.fuckinggoogleit.com/

    8. Re:acid 2? by Anonymous Coward · · Score: 0

      In-FUCKING-possible. It's Open Source. OF COURSE it passes Acid-Whatever. ARE YOU CRAZY? It's not IE8, you know.

  4. Most plugins aren't working yet... by Anonymous Coward · · Score: 4, Informative

    Although if you have a mac, be sure to install the proto theme. Although if you have a mac, you also should try the latest Webkit build too. Its ridiculously fast.

    That is all.

    1. Re:Most plugins aren't working yet... by kklein · · Score: 1

      Um. I use a Mac primarily, but I really prefer Firefox to look like Firefox, regardless of the platform. I wish MS Office would look like MS Office as well; it's very frustrating.

    2. Re:Most plugins aren't working yet... by Tenebrarum · · Score: 0, Offtopic

      Although if you have a mac, you also should try the latest Webkit build too. Its ridiculously fast.

      It's "ridiculously" fast on GNU+Linux too. I suggest building midori or epiphany trunk with it.

    3. Re:Most plugins aren't working yet... by Anonymous Coward · · Score: 0

      Proto is now the default theme, so there's no need to grab it. Unless the new rounded buttons drive you crazy and you feel the need to grab an older version of the theme

    4. Re:Most plugins aren't working yet... by Anonymous Coward · · Score: 0

      ....I don't get it, it's a MacOS-only plugin to make Firefox look like Safari? If I wanted to use Safari I'd use Safari, I'm using Firefox because I don't like Safari.

      Not a troll, I just really cannot understand why someone would use this and not Safari.

  5. Extensions by Midnight+Thunder · · Score: 4, Insightful

    Looks good. All we need now are for the extension developers to make their extensions Firefox 3.0 friendly.

    --
    Jumpstart the tartan drive.
    1. Re:Extensions by NickCatal · · Score: 4, Insightful

      Exactly! You would think there would be some 'legacy plugin support' for people to enable if they so desire. I don't know that all of my plugins are being actively developed, and I cannot stand this version of Firefox on OS X for much longer (the beta is much more stable, but no plugins work)

      --
      -nick
    2. Re:Extensions by Thornae · · Score: 1

      Yes, that's exactly my problem.

      Most of the plugins I use fall into the "Make Firefox work more like Opera" category, and very few of them work with FF3.

      A "Legacy Plugins" option would be great.

      --
      |>
      Here be Dragons
    3. Re:Extensions by Buran · · Score: 5, Informative

      I get them to work by setting extensions.checkCompatibility to false.

      A few still refuse to work, but most do.

      Now, can someone tell me how to keep my bookmarks always sorted by name? The two extensions I know of that do this job ignore my "don't check compatibility" instructions and still refuse to show up in the menus.

    4. Re:Extensions by omeomi · · Score: 5, Informative

      Exactly! You would think there would be some 'legacy plugin support' for people to enable if they so desire.

      There is. Install the Nightly Tester Tools plugin. It adds a "Make All Compatible" button in your Add-ons dialog that does pretty much just what it says.

    5. Re:Extensions by jaxtherat · · Score: 2, Interesting

      Crazy though, why not just use Opera?

      --
      http://www.zombieapocalypse.tv/
    6. Re:Extensions by Thornae · · Score: 1

      I usually do. However, some websites I need to access regularly break with Opera, and sometimes I need to test things under Firefox.

      When I do, I like things to work the way I'm used to.

      --
      |>
      Here be Dragons
    7. Re:Extensions by Christophotron · · Score: 1
      Google browser sync is the only deal-breaker for me. I disabled compatibility checking and installed the nightly build tools and it still doesn't work :(

      But I LOVE the zoom feature. Actually being able to read text within images from several feet away on a 37" 1920x1080 LCD is pretty damn nice. I may just have to copy over my bookmarks and live without syncing for a little while.

    8. Re:Extensions by Anonymous Coward · · Score: 0

      You would think there would be some 'legacy plugin support' for people to enable if they so desire.
      Boy, you really would think so, wouldn't you? But it's far too much effort to actually check. No, it's far easier to just complain on Slashdot about things. Then other people do your searches for you, for free!
    9. Re:Extensions by pembo13 · · Score: 1

      Seems like such a feature would also require a lot of legacy code to remain plugged in. There by increasing file size, and possibly memory footprint.

      --
      "Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
    10. Re:Extensions by jaxtherat · · Score: 1

      Makes sense. I keep forgetting (not being a web guy) that Firefox is used a lot for testing stuff...

      --
      http://www.zombieapocalypse.tv/
    11. Re:Extensions by Anonymous Coward · · Score: 0

      The zoom feature is HORRIBLE. Look at the quality of the scaling algorithm -- blearrrgh. Just unwatchable. No filtering at all. I hope there'll be a way to always force the ctrl-scrollwheel and ctrl-+/- buttons to only scale the text. Especially if they can't manage to come up even with a bilinear scaling algorithm. Opera has the very same problem, and has always had. Until Firefox 3, I always thought that Opera users are totally blind idiots who don't care if line art and pictures just completely exploded and broke up when you only wanted to make the text a little bit larger. Now us others should get blind too...

    12. Re:Extensions by Christophotron · · Score: 2, Interesting
      Case in point: My university's primary web portal (http://my.lamar.edu) that every student is REQUIRED to access is totally unusable in ANY browser other than IE, Firefox, or Safari. This includes official university email, financial aid, course registration, online classes, and bill payment.

      If you run Linux and your computer is too slow to run Firefox, you are SOL.

      You are warned of this as soon as you visit the site in an unrecognized browser. Luckily, they let you continue and try to log in anyway, but you soon discover the truth of their warning. Opera/Konqueror users are greeted with "We are experiencing technical difficulties. Please try again later."

      Don't even bother trying to view it in a mobile browser. Well, I suppose you can get through to a garbled version using the mozilla-based Minimo 0.2 if you can stand to wait long enough.

      Actually after thinking a bit it dawned on me to try a false user agent in Opera. I managed to get through to my email. WTF?! Ignorant web developers piss me off.

    13. Re:Extensions by SlashWombat · · Score: 1

      Just wait a few years. Your eyes will naturally blur the image, rather than having some lame algorithm to do it for you. You have been watching way to much CSI! The zoom feature is good. Pity it has taken so long to make it into an integral part of the browser. From the tone of your post, I guess you missed your valium tablets this morning!

    14. Re:Extensions by malsdavis · · Score: 1

      Great work-around!

      At first I was puzzled because the preference doesn't by default exist on the about:config URL page. You have to first create it by right-clicking in the about:config screen, selecting new->boolean, entering "extensions.checkCompatibility" as the name and then "false" as the value.

      I found this technique works reasonably well. The several extensions I have all seem to work correctly however going to the Tools->Add-ons window crashes Firefox, so changing add-on preferences isn't so easy unless the add-on's preferences are also available in about:config.

    15. Re:Extensions by Midnight+Thunder · · Score: 1

      Seems like such a feature would also require a lot of legacy code to remain plugged in. There by increasing file size, and possibly memory footprint.

      Yup, since too much legacy support usually brings more issues. Any extension with any following should get the development effort, and if the original author doesn't want to develop it any more then a call for picking up the torch should be made.

      I know my favourite extension "Web Developer" is being worked on at this current time, so I am staying with FF 2.x until then. I'll fire up FF 3.x once in a while to see what has changed.

      --
      Jumpstart the tartan drive.
    16. Re:Extensions by Midnight+Thunder · · Score: 1

      Case in point: My university's primary web portal (http://my.lamar.edu) that every student is REQUIRED to access is totally unusable in ANY browser other than IE, Firefox, or Safari. This includes official university email, financial aid, course registration, online classes, and bill payment.

      Just curious is this due to a browser type check or because some particular Javascript is screwing up?

      --
      Jumpstart the tartan drive.
    17. Re:Extensions by Anonymous Coward · · Score: 0

      That doesn't make Firefox support old extensions, it makes Firefox pretend to support old extensions. You might get lucky with some extensions, but if something in Firefox really has changed to make things incompatible, there's nothing a simple preference can do to fix it.

    18. Re:Extensions by mattmcm · · Score: 1

      I'm assuming it's just browser detection - he said it worked once he forged the user agent string.

    19. Re:Extensions by jonaskoelker · · Score: 1
      Let's try reading the post again, shall we?

      Actually after thinking a bit it dawned on me to try a false user agent in Opera. I managed to get through to my email. WTF?! Ignorant web developers piss me off.
      Where's my +5 Redunda^WInformative? ;-)
    20. Re:Extensions by Midnight+Thunder · · Score: 1

      I'm assuming it's just browser detection - he said it worked once he forged the user agent string.

      Doh, looks like my coffee hadn't kicked in yet and I was too fast on the reply button.

      --
      Jumpstart the tartan drive.
  6. Is it faster? by garcia · · Score: 3, Interesting

    I remember when Firefox first started it was meant to be a faster and more secure replacement for IE. Well, the longer I have been running it (many of you know that I was probably the last Slashdot IE6 holdout for various reasons) the more I realize how slow and awful it can be -- especially the last few versions.

    Now, I haven't run the new beta but I looked through the article and some of the past ones that have come up and noticed all this crap about theming, new features, etc, etc, etc but nothing really talks about how much faster it is and how much less memory the program consumes -- especially when it's been open for more than 24 hours on XP.

    So, are they going to go back to light, tight, and fast instead of this feature bloat that seems to have prevailed? Yes, it's nice to have bells and whistles but I think that it's just as important to have a browser that doesn't require me to close it and reopen it so that my machine doesn't grind to a halt every other day if I don't.

    1. Re:Is it faster? by The+MAZZTer · · Score: 4, Informative

      FF3 is loads faster than FF2. I find that most slowdowns in FF2 were caused by extensions, but FF3 loaded with extensions is just as fast as FF2 in safe-mode. Which is fast.

    2. Re:Is it faster? by QuantumG · · Score: 5, Interesting

      While you're asking for it to be "faster", other people are asking for a smaller memory footprint.. considering that most performance issues in a browser are related to caching, they can't please all the users all the time.

      --
      How we know is more important than what we know.
    3. Re:Is it faster? by PhrostyMcByte · · Score: 3, Informative

      Assuming this is a compile from the main trunk, memory usage should be better in this for Windows users. A week ago a ported version of FreeBSD's malloc was checked in. This has much less fragmentation compared to Windows' low-frag heaps which should result in less memory used over time and slightly better performance.

    4. Re:Is it faster? by Firehed · · Score: 1

      For the few moments I was able to run it, it seemed MUCH faster than Firefox 3b2. Unfortunately, something's gone completely fucked up with my machine in the last hour or so that causes Firefox to crash every thirty seconds or so. And it also made a horrible mess of, well, pretty much everything - however at this point I'm inclined to think that there's something else up with my machine, as it's happening in b2 now as well. *sigh* Looks like I'll be using Safari for the next while :(

      --
      How are sites slashdotted when nobody reads TFAs?
    5. Re:Is it faster? by Zarel · · Score: 1

      Now, I haven't run the new beta but I looked through the article and some of the past ones that have come up and noticed all this crap about theming, new features, etc, etc, etc but nothing really talks about how much faster it is and how much less memory the program consumes -- especially when it's been open for more than 24 hours on XP.

      So, are they going to go back to light, tight, and fast instead of this feature bloat that seems to have prevailed? Yes, it's nice to have bells and whistles but I think that it's just as important to have a browser that doesn't require me to close it and reopen it so that my machine doesn't grind to a halt every other day if I don't.

      Well, that's probably because they talked about it when Firefox 3 beta 1 was released...

      ...Mozilla [has] gone back to basics and worked on what really matters to users -- security, speed and ease of use ... Everything about Firefox 3.0 beta 1 is fast. The download package is small which means that it comes in fast, the installation is fast, the browser fires up fast, pages and tabs open fast, the browser shuts down fast... ...and when Firefox 3 beta 2 was released...

      Beta 2 feels snappier and far more responsive than beta 1... No matter what [you're] doing... it all happens swiftly and smoothly. What surprises me about the Firefox 3.0 beta is how many memory leaks that Mozilla have fixed.
      --
      Want a high quality FOSS RTS game? Try Warzone 2100!
    6. Re:Is it faster? by The+MAZZTer · · Score: 1

      Try Firefox's safe mode. If it works, something in your profile is futzing it up. I would recommend keeping just places.sqlite (originally bookmarks.html in FF2) to save your bookmarks. You can also keep extensions by saving the extensions folder and the files with "extension" in the name, but first disable them all and see if the crash still happens (to be sure you don't just carry it into the new profile).

    7. Re:Is it faster? by trawg · · Score: 0, Offtopic

      If you want fast, check out the latest build of Safari for Windows. I downloaded it a couple of days ago after hearing that WebKit is getting closer to a native Windows implementation being possible (their blog has more details on the progress; its quite interesting).

      Safari/WebKit is really, really fast. I know, you always hear people talking about how their browser is better/faster/stronger/whatever, and you try it and the difference is negligible, if you can even notice it at all. I've had a few people try Safari though to make sure I'm not mad, and without fail they all notice a big speed increase over Firefox.

      Once the WebKit guys finish their work on it (this other blog has more info on what is happening) I suspect we'll see some nice implementations of WebKit-based browsers on Windows - and if they can get it up to a decent base level of functionality without affecting speed, I'll definitely be checking it out.

    8. Re:Is it faster? by Anonymous Coward · · Score: 1, Informative

      If you've been following the development of Firefox 3, you'd know that there are several major speed, performance and memory usage improvements (e.g this, this).

      TFA is only talking about "bells and whistles" (most of which are really useful features and improvements) because it's about what's new in beta 3, not what's new in FF3 as a whole.

    9. Re:Is it faster? by rainhill · · Score: 1

      "Yes, it's nice to have bells and whistles but I think that it's just as important to have a browser that doesn't require me to close it and reopen it so that my machine doesn't grind to a halt every other day if I don't."

      Well, I have to disagree with you on this one.

      I rather close and reopen my browser every other day then to have crippled browser. For instance, its is such a blessing to have a function that checks my spelling as I type this message. Well done Mozilla!

    10. Re:Is it faster? by dbIII · · Score: 1

      Lynx is the faster and more secure replacement for IE as are some of the mobile phone browsers (eg. Opera). Other things get gradually slower as more features are added. Having a lot of tabs with the contents cached in memory is going to use a lot of memory no matter what you do. There are various tweaks to limit memory usage that I tried with one user that always had very large numbers of pages open. They were ultimately useless since limiting the memory killed sites like facebook (workplace computer but she still complained) which appears to load a vast amount just for the login screen.

    11. Re:Is it faster? by Tumbleweed · · Score: 1

      I remember when Firefox first started it was meant to be a faster and more secure replacement for IE. Well, the longer I have been running it (many of you know that I was probably the last Slashdot IE6 holdout for various reasons) the more I realize how slow and awful it can be -- especially the last few versions.

      K-Meleon is your friend.

    12. Re:Is it faster? by Stan+Vassilev · · Score: 4, Interesting

      While you're asking for it to be "faster", other people are asking for a smaller memory footprint.. considering that most performance issues in a browser are related to caching, they can't please all the users all the time.

      Actually, the perceived performance issues of Firefox mostly stem from the fact it's a single-threaded architecture running on a JavaScript+XML interpreter (XULRunner).

      Extensions, which basically "patch" themselves into this single-threaded synchronous engine, often exacerbate the problem too.

      All XUL applications seem to share this slow response / performance problem, other popular ones exhibiting the same issue being Joost, Miro, SunBird.

      However this issue is so deeply ingrained in XULRunner, that I hear misguided excuses all the time, such as "it's about the RAM cache / CPU usage balance", which, oddly enough, no other major browser suffers from (I use all on a daily basis as a developer myself).

      About when we'll see improvements: most likely starting with Firefox 4, which is to completely replace the current JS engine, SpiderMonkey, with the one in Flash 9 (codenamed Tamarin), which compiles to machine code before execution, instead of being interpreted from opcodes.

      We'll hopefully see some threading too (one thread for the main UI and one per tab at least), although the lead Mozilla developers have some quite irrational fears of multi-threaded architectures.

    13. Re:Is it faster? by Christophotron · · Score: 2, Interesting

      IMO, no, it is not faster. It is just *better*. I never used firefox because I perceived it to be faster than IE6 or IE7. It just supports a crapload more features that I use every day and have grown used to. But it's true: firefox is a hog. If you want faster (or smaller memory footprint, etc.) then you should be using Opera.

    14. Re:Is it faster? by Goalie_Ca · · Score: 1

      Firefox3 has a shiny new garbage collector. They've pretty much found all the leaks using it too.

      --

      ----
      Go canucks, habs, and sens!
    15. Re:Is it faster? by Threni · · Score: 1

      > While you're asking for it to be "faster", other people are asking for a smaller memory footprint.. considering that most performance issues in a
      > browser are related to caching, they can't please all the users all the time.

      Exactly. My PC is a 2.4ghz, 4gb quad-core machine with a 10,000 rpm hard drive. Firefox will run just fine on it. If you've got a less powerful machine, you might just have to put up with less powerful software. Of course, if 'feature bloat' is a problem then look for a version of Firefox with less features. I'm not sure how reducing functionality makes a piece of code run faster, however.

    16. Re:Is it faster? by ceeam · · Score: 1

      Yes, I'd say it is. It is fast etc enough for me to even contemplate switching to FF (again) from Opera. Too bad that most extensions so far don't install to FF3 "normally" without hacking things.

      Been using Beta3Pre occasionally for several weeks now. It's mostly OK unlike Beta2 which had numerous bugs and problems.

    17. Re:Is it faster? by ncryptd · · Score: 1

      Speed/memory tradeoff, sure.... but as is, it's just comically inefficient. I've got 5 tabs open now, have had Firefox open for about 12 hours, and it's taking up 413MB of memory. That's completely unacceptable. There is _NO_ possible reason for a browser to consume that much memory. None.

      The fact that the Firefox team seems to think that theming and gimmicky anti-phishing tools are more important than sane memory usage and decent rendering speed has driven me to WebKit -- given that it gets _faster_ and uses _less_ memory with subsequent releases, I may make the switch permanent.

    18. Re:Is it faster? by jo42 · · Score: 1

      single-threaded architecture running on a JavaScript+XML interpreter (XULRunner) That is Firefox's #1 design flaw. Yeah, sure you can bodge stuff up quickly, but you pay dearly in every other regard. At least they didn't write the core in Java.
    19. Re:Is it faster? by QuantumG · · Score: 1

      about:cache?device=memory

      Have a look at what is in your cache.

      --
      How we know is more important than what we know.
    20. Re:Is it faster? by Anonymous Coward · · Score: 0

      I remember when Firefox first started it was meant to be a faster and more secure replacement for IE.

      For IE? You mean Netscape Communicator or Mozilla, right? Firefox was never meant to be integrated in Windows, or to run on Windows only, the two main features of IE.

    21. Re:Is it faster? by petsounds · · Score: 3, Interesting

      Honestly, it is leaps and bounds faster and more stable than 2.x. I too felt a malaise setting in with Firefox 2. Terrible memory leaks on OS X, sluggish performance, and a slowdown of innovative features. All that has been rectified. On top of that, 3 adds some real innovation to the browser space, such as the location bar "search-as-you-type" feature.

      Beta 3 has one new feature that I've been waiting years for - you can now type shortcuts in the location bar to reference installed search engines. For instance, if you've set up "g" as the shortcut for google, then type "g vegan restaurants" and you'll get the results immediately. Mozilla had this, but it never made it over to Firefox until now. Thanks to the dev who implemented this feature; I owe you a beer.

      So please, definitely try out the Firefox 3 beta. I think you'll be pleasantly surprised.

    22. Re:Is it faster? by vidarh · · Score: 1

      What I want to know is if it's better than FF3 beta 2. Beta 2's javascript performance was atrocious, and memory leaks or fragmentation or whatever it is that's causing it to grow to 1GB+ within hours and never release the memory again, were far worse than with FF2 for me, to the point where I had to go back to 2.x because it simply became unbearable.

    23. Re:Is it faster? by slaingod · · Score: 1

      So I just tried it out, and while it is fast, where the hell is the home page button? Sure I can customize, but damn. It also crashed when I went to change the search field from google in the toolbar. And it doesn't have adblock, which hurts the overall 'speed' of the browser. Looks like it could be promising though.

      As an aside:
      One thing I would like to see in more browsers is the ability to duplicate buttons on the toolbars. Ie. I would like to have 2 search fields, one for Amazon and one for Google for example (this might be possible with an addin on firefox, haven't looked).

      Another key feature I want is for better 'minimum font size support'. When I load a page, I want the font to be at least a certain size...but if I discover the site is unusable at that size, I should just be able to use my font size hotkeys to resize that one tab/window below the minimum, not have to go and undo it for every site. It would be nice if it remembered per page and per domain settings for font size as well. Maybe a second set of hotkeys for 'whole domain font size increase/decrease'.

      --
      http://blog.slaingod.com
    24. Re:Is it faster? by maxume · · Score: 1

      Beta 3 has one new feature that I've been waiting years for - you can now type shortcuts in the location bar to reference installed search engines. For instance, if you've set up "g" as the shortcut for google, then type "g vegan restaurants" and you'll get the results immediately. Mozilla had this, but it never made it over to Firefox until now. Thanks to the dev who implemented this feature; I owe you a beer.

      This has been in Firefox since at least version 2.0, probably earlier. You don't have to believe me, but I am using version 2 and it works just fine.

      --
      Nerd rage is the funniest rage.
    25. Re:Is it faster? by Anonymous Coward · · Score: 0

      I dont buy either argument.

      Has anyone profiled the code. Actually looked at where the slowdowns ARE. You know 'function x is called 18% of the time'. Then reorganizing the code to make it faster. You know actually code changes things like changing n^2 scans to log(n) scans. That sort of thing. Computer sciency work. All the arguments come down to 'i havent looked but i *GUESS* it is this'.

      Has anyone run the code thru something like boundschecker? Memory leaks/overruns/underruns?! Good lord those are dead easy to find. There are tools out there that do it for you. Hell they even find subtle ones.

      Compiling to machine code is a HACK. It will yeild some nice speedups. But does not address the core problem. No one is spending time actually restructuring the code to make it perform well.

      I have worked on a couple of projects with 'many cooks'. You get to the point where you are afraid to change things as it will break a whole unrelated set of things. Firefox is almost there, but it is not too late!

      Its is time to refactor!
      see http://www.emulators.com/docs/nx01_intro.htm to see what you can do with just interperted code
      see http://www.joelonsoftware.com/ about refactoring and what it can do for your code.

    26. Re:Is it faster? by petsounds · · Score: 1

      I'm afraid that believing you would put my entire world-view into a tailspin. All that time wasted...
          Thanks for the amusing anecdote.

    27. Re:Is it faster? by jayloden · · Score: 1

      Beta 3 has one new feature that I've been waiting years for - you can now type shortcuts in the location bar to reference installed search engines. For instance, if you've set up "g" as the shortcut for google, then type "g vegan restaurants" and you'll get the results immediately. Mozilla had this, but it never made it over to Firefox until now. Thanks to the dev who implemented this feature; I owe you a beer.


      This was most definitely not added in Firefox 3...I'm not sure why this didn't work for you before, but I've been using this feature in Firefox for longer than I can remember, even as far back as the original Phoenix days. In fact, I use it on a daily basis to search wikipedia or IMDB or any of a number of other sites.
    28. Re:Is it faster? by Anonymous Coward · · Score: 0

      It was in 1.0 as well...

    29. Re:Is it faster? by maxume · · Score: 1

      Do you mean what I said was an amusing anecdote, or do you mean that you are going to relate that I said it to others as an amusing anecdote?

      FWIW, your first post was worded in a very certain matter, which is why I had a defensive posture in my post.

      --
      Nerd rage is the funniest rage.
    30. Re:Is it faster? by David+Gerard · · Score: 1

      I've been using Minefield nightlies on Winders for a coupla months now. I cannot recommend it highly enough. Minefield/FF3 is just better than FF2 in every way you can think of - size, speed, UI tweaks (not big UI changes, but lots of little UI tweaks that make things just nicer). Some builds are crappy (as one would expect running HEAD), but I haven't had a really dodgy build in a while. I would go so far as to say: forget this beta, just get the Minefield nightly. ftp://ftp.mozilla.org/pub/firefox/nightly/ is the place to go.

      --
      http://rocknerd.co.uk
    31. Re:Is it faster? by BenoitRen · · Score: 1

      Firefox was never meant to be light. The mission statement is to make a great web browser for Windows with the "right set of features".

    32. Re:Is it faster? by jeremywc · · Score: 2, Informative

      Beta 3 has one new feature that I've been waiting years for - you can now type shortcuts in the location bar to reference installed search engines.

      This has been in Firefox for quite some time. I use the feature on a daily basis in Firefox 2 right now. To create a shortcut to Google, bookmark the url "http://www.google.com/search?q=%s" and set the keyword to g in the Bookmark Properties.

    33. Re:Is it faster? by Anonymous Coward · · Score: 0

      I tried it. It's not very impressive. Rendering is slower than ff2 for international text(eg front page of wikipedia), the new bookmarks/tagging/places/history is less functional than what I have already had to adopt(full web cache from a proxy, and Scrapbook extension) due to the rudimentary facilities provided by firefox natively. The new location bar looks horrible. Completing on more than just the beginning of a URL is a good idea, and completion for titles is probably good too. They would have done well to keep the same ff2 interface, but make those changes and set off the partial completions in different colored text and keep entries to a single line each. The current interface seperates entries into boxes containing a URL an icon and a title. The URL and the title are in different colors and sizes, and partial completions are both underlined and bolded. This all looks clunky, and it is slow too. They claimed to have revamped the download manager, but I just tested and it still will not resume a broken download. Instead you are asked if you want to replace the file or cancel. So wget is still needed. They did fix broken rendering of ligatures, so text is now readable again with nice fonts. The tab bar seems to work nicer as well.

      To be clear, I understand that major changes were implemented in Gecko, font rendering, OS integration, and so on, and so there are big improvements. It does look like memory usage and performance have improved overall. The above are just my observations as an end user.

    34. Re:Is it faster? by Anonymous Coward · · Score: 0

      This feature already exists in Firefox 2 - try bringing up a context menu in a search box, and selecting 'Add a keyword for this search...'

    35. Re:Is it faster? by trawg · · Score: 1

      So I just tried it out, and while it is fast, where the hell is the home page button? Sure I can customize, but damn Heh that's exactly what my brother said. I never use the home button so didn't even notice it wasn't there.

      And it doesn't have adblock, which hurts the overall 'speed' of the browser. Looks like it could be promising though. As a web content provider and afficionado of free content I'm opposed to adblock-style stuff anyway :)
    36. Re:Is it faster? by slaingod · · Score: 1

      :) Ditto... I used to work for that company Google is buying, heh.

      Tho, of course, after I posted I actually looked around and found SafariBlock and PittHelmet or something, so ad blocking does exist for Safari...just not sure if there is anything for windows.

      --
      http://blog.slaingod.com
  7. Wondering where the new back/forward buttons are? by The+MAZZTer · · Score: 1

    If you're trying out the beta and you're wondering why your back/forward buttons don't match the article's screenshots, right click, customize, uncheck small icons. There ya go.

    On an unrelated note, this story seems to be dredging up all the trolls and fanboys... check out the first few comments, and the tags...

  8. Firefox 3 by Enderandrew · · Score: 4, Interesting

    I've been using Firefox 3 (trunk builds) before Firefox 2 was an official release. I love it.

    Whatever happened to:

    > Issue one major release every year (Fx 3 in 2007, Fx 4 in 2008, etc.) since it helps drive upgrades and adoption

    http://wiki.mozilla.org/Firefox3/Firefox_Requirements#Release_Roadmap

    Now my dream is to see a QT brand of Firefox again, perhaps using QT 4's built-in Webkit. Unify Konqueror, Safari and Firefox on one rendering engine and work towards making that the best damned rendering engine out there. They spent nearly two years on the new Gecko rendering engine, and it still isn't as fast as Webkit/KHTML. Firefox has all the features I want for the most part. I'm not saying they should abandon GTK, but they support multiple widgets and toolkits. Someone please give me a QT 4 branch of Firefox and I've be very happy.

    --
    http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    1. Re:Firefox 3 by pembo13 · · Score: 1

      What ever it takes to make Firefox faster in Linux. It is unusably slow for me on Linux.

      --
      "Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
    2. Re:Firefox 3 by Breakfast+Pants · · Score: 1

      You have a fundamental misunderstanding on what is possible between webkit and gecko: webkit is LGPL, gecko is MPL. They are incompatible.

      --

      --

      WHO ATE MY BREAKFAST PANTS?
    3. Re:Firefox 3 by Anonymous Coward · · Score: 3, Informative

      Firefox is all of (any of) MPL, GPL, and LGPL.

    4. Re:Firefox 3 by Anonymous Coward · · Score: 0

      If you use the open source radeon driver (or maybe even some other), try
      disabling compositing. I also had this problem (firefox dreadfully slow), until I changed this. It's much better now, except for some pages with complicated styles, which are still slow.

      Section "extensions"
        Option "Composite" "disable"
      EndSection

    5. Re:Firefox 3 by Anonymous Coward · · Score: 0

      It would be nice, but it is probably not going to happen anytime soon... A few problems would be that some at KDE are still behind KHTML instead of WEBKIT, let alone be interested in a Gecko version. An other problem is that someone (Dirk Muller - http://wiki.kde.org/tiki-index.php?page=Firefox+KDE+Integration) already did something like that, but at mozilla you need to do a lot of difficulty to get your code checked-in. He probably wasn't interested in spending days, finding someone. They would give him an CSV account...

      The easiest thing would probably websites like the following:
      http://gentoo-wiki.com/HOWTO_Integrate_Firefox_with_KDE
      http://ubuntuforums.org/showthread.php?t=110353

      (there are a few more, could find the one I wanted...)

    6. Re:Firefox 3 by Breakfast+Pants · · Score: 1

      oops

      --

      --

      WHO ATE MY BREAKFAST PANTS?
  9. Add-on finder? by Enderandrew · · Score: 4, Interesting

    One of the most promising and impressive new features in beta 3 is an integrated add-on installer system that allows users to search for and install add-ons from addons.mozilla.org directly through the add-on manager user interface.

    Brilliant! Must build from trunk again!

    --
    http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    1. Re:Add-on finder? by Scoutn · · Score: 2, Insightful

      Because going to the website is so hard? Talk about feature creep.

    2. Re:Add-on finder? by MidnightBrewer · · Score: 1

      More like long-overdue integration. I think this is the kind of feature that will make add-ons more accessible, since your average user probably misses the URL-like link in the bottom corner of the window. Also saves a step and also means less time spent loading useless web pages when all you want is a text description and a download link.

      --
      "Give a man fire, and he'll be warm for a day; set a man on fire, and he'll be warm for the rest of his life
    3. Re:Add-on finder? by Anonymous Coward · · Score: 0

      But, but.... I have to start my browser to go to the website to download add-ons. That means starting Firefox and... um, nevermind.

    4. Re:Add-on finder? by Arathon · · Score: 1

      I would agree, but I'm not sure I like the system the way it's implemented. I don't trust it to find the extensions I want (I searched for TabMix Plus and got nothing, though perhaps it was outsmarting itself by not finding TMP since TMP isn't technically compatible). Also, looking at extensions in such a relatively small window is kinda underwhelming...

      Furthermore, the "See All Results" link doesn't work at all; it sends me to the webpage with a search reading "tab%20mix%20plus", which comes up with 0 results. Brilliant.

    5. Re:Add-on finder? by Anonymous Coward · · Score: 0

      yeah, debian should take a hint from you. screw synaptic, users can just go to the website

    6. Re:Add-on finder? by SendBot · · Score: 1

      every time I install firefox (which is surprisingly often), I go through a fair amount of hassle to track down the addons I want and install them. It's not impossible, but would be very nice to have streamlined. I'd probably discover more interesting addons that way too!

    7. Re:Add-on finder? by Anonymous Coward · · Score: 1

      So quit whining to slashdot and file a bug report maybe?

    8. Re:Add-on finder? by QuickFox · · Score: 1

      with a search reading "tab%20mix%20plus", which comes up with 0 results. Looks like you typed "tab mix plus" rather than "tabmix plus". That "%20" between "tab" and "mix" represents a space character.
      --
      Terrorists can't threaten a country's freedom and democracy. Only lawmakers and voters can do that.
    9. Re:Add-on finder? by maxume · · Score: 1

      Is your post a euphemism for "the search is awful"?

      --
      Nerd rage is the funniest rage.
    10. Re:Add-on finder? by maxume · · Score: 1

      Setting up a delicious account with links to them would take you an extra five minutes the next time you installed, and probably save you that five minutes the time after that...

      --
      Nerd rage is the funniest rage.
  10. Changing the theme in Linux... by Lendrick · · Score: 2, Interesting

    The default Linux theme is awful... is there any way I can get the windows theme for it under Linux?

    1. Re:Changing the theme in Linux... by Kinky+Bass+Junk · · Score: 1

      Isn't the theme integrated with your Linux theme? So technically, would you need to change your theme to make it look better?

      --
      Anonymous Coward
    2. Re:Changing the theme in Linux... by tqft · · Score: 1
      --
      The Singularity is closer than you think
      Quant
    3. Re:Changing the theme in Linux... by Lendrick · · Score: 1

      I don't want to develop a theme... I just like the existing windows theme a lot more and would like to use it in Linux.

    4. Re:Changing the theme in Linux... by GauteL · · Score: 3, Informative

      The Linux theme fully honours the theme selection set by GTK+ now. The screenshots shown are with the Pango theme. If you don't like it, change theme in GTK+/GNOME.

    5. Re:Changing the theme in Linux... by CaptnMArk · · Score: 1

      Seconded.

    6. Re:Changing the theme in Linux... by nitio · · Score: 1

      I'm pretty sure he's complaining about icons themes and stuff. And I agree, the themes for Windows looks much more interesting than the Linux which looks just like the usual.

      --
      http://stoploudness.org/
    7. Re:Changing the theme in Linux... by archen · · Score: 1

      And if you don't use gnome or even have it installed?

    8. Re:Changing the theme in Linux... by frisket · · Score: 1

      > On a Linux desktop computer, Firefox 3 beta 3 integration is so good
      > that the browser is virtually indistinguishable from a conventional GNOME application.

      Bad, not good. This is a very poor design decision.

    9. Re:Changing the theme in Linux... by Lendrick · · Score: 1

      I don't use gnome, I use KDE.

      I know Firefox is completely capable of supporting its own themes without having to go thru the GTK configuration program. What I'd like is maybe a link where I, as a Linux user, can download something that looks like the default theme that Firefox uses under Windows. Obviously I'm not the only person who would like to see this.

    10. Re:Changing the theme in Linux... by GauteL · · Score: 1

      You can still set the GTK theme:
      http://gtk-qt.ecs.soton.ac.uk/

      The Firefox team decided to make Firefox appear as a native GNOME application on Linux. They could have chosen it to appear as a KDE application or an Enlightenment application, but they chose GNOME. Get over it. It is better to please somebody, than to please nobody.

  11. One thing is for sure, by garphik · · Score: 1

    The back and forward buttons will be used more frequently than before ;)

  12. But did they fix... (linux) by Tehrasha · · Score: 1

    Does it still steal focus and jump to the currently active desktop when another application gives it a URL to open?

    1. Re:But did they fix... (linux) by The+MAZZTer · · Score: 1

      I just tried and it didn't seem to, but I'm not sure it ever did for me. It might be dependent on the OS or maybe the specific program and the method it uses to open a URL.

    2. Re:But did they fix... (linux) by Anonymous Coward · · Score: 0

      Not yet. I'm using the 20080211 nightly, and it's been there for a while.

      Also, the back / forward buttons on my mouse stopped working within the last week or so. They still work in Opera.

    3. Re:But did they fix... (linux) by phsdv · · Score: 1

      The focus of a new window is determined by the window manager only, not the application. The choice in which virtual desktop it opens might be an application issue, but there I am not sure.

    4. Re:But did they fix... (linux) by Tehrasha · · Score: 1

      It does not occur with FF2, but does in the FF3 betas I have tried so far. So -something- has changed in the way Firefox handles it. Example: Ubuntu 6.06 Gnome 2.14.3 Email (Sylpheed) open on desktop #1 Firefox 3 beta open on desktop #2 Click URL in an email. Firefox jumps to Desktop #1, focused, and opens page in new tab. The URL handling command is ----- firefox -a firefox -remote 'openURL(%s,new-tab)' Looks like I wont get a chance to try it with Beta3 because it crashes on launch. ./firefox-bin: symbol lookup error: ./libxul.so: undefined symbol: pango_font_describe_with_absolute_size Didnt have that dependancy problem with Beta2. Just my luck, there is no libxul for my old install.

  13. disappointed at one fact... by bogaboga · · Score: 2, Insightful

    ...that mention is made of [full] integration with GTK but no mention of KDE! My be it's time folks at KDE tuned Firefox to look at a native KDE application or make lots of noise while Firefox development is going on.

    1. Re:disappointed at one fact... by dbIII · · Score: 1

      It was done the night the source code for Netscape was released. Sadly the licence argument of the time resulted in a move to the gimp tool kit instead. It's still better than motif apart from the really slow file browser dialog to save files. I often choose "copy link" and download links with wget in a terminal window instead.

    2. Re:disappointed at one fact... by QCompson · · Score: 1

      ...that mention is made of [full] integration with GTK but no mention of KDE! My be it's time folks at KDE tuned Firefox to look at a native KDE application or make lots of noise while Firefox development is going on. You insensitive clod! Firefox 3 is still in beta. Save your criticism for it's final release*.

      *note:The Firefox 3 release is not intended for everyday use. Firefox 3 is not the same thing as Firefox 3.0, although it will be somewhat similar to what should be expected in Firefox 3.0.0
  14. Re:grinding to a halt? by purpleraison · · Score: 1

    Many people have said that FF slows their system down, and honestly I have not experienced this on Windows, Linux, or Mac (OSX)... in far over a year.

    The fact is that these supposed 'memory leaks' are more a factor with prior incompatibilities with Windows inconsistencies than being due to Firefox itself.

    Feel free to stick to Internet Explorer if you prefer it, but the whole 'memory leak' thing is wearing a bit thin at this point.

    --
    I am open source, and Linux baby!
  15. IE..? by noric · · Score: 1

    Is it just me, or do those screen shots look eerily like IE?

  16. Firefox 3 Mac OS X UI by swid27 · · Score: 2, Informative

    The Proto theme is now the default in Mac OS X; no additional download is necessary.

    (If you didn't click the link in the parent post, the upshot is that Firefox now looks a lot more like Safari.)

    1. Re:Firefox 3 Mac OS X UI by ubernostrum · · Score: 4, Interesting

      Except... the problem with themes which try to emulate the native look and feel of the platform is that it has to be all or nothing; getting even a minor detail wrong can throw off the whole theme. This is even worse on the Mac, where there are a lot of users who are much pickier than average about the look and feel of the UI -- it has to match the native interface, because if it doesn't they're going to notice. And in the provided screenshots, I can already spot ways that the "native" OS X theme doesn't cut it. For example, the screenshot which proudly shows off an Aqua-style select control and button next to a search box also shows those controls using the wrong font and with the text incorrectly placed. If they can't get those details right, they might as well not try to do a "native" theme at all.

    2. Re:Firefox 3 Mac OS X UI by _|()|\| · · Score: 4, Informative

      If they can't get those details right, they might as well not try to do a "native" theme at all.

      List boxes have always been ugly in Firefox. I don't think the theme has any control over this. Buttons look pretty good in 3.0 beta 3, but there are some nasty rendering artifacts on in the tab labels.

      I agree with you that the details can make or break the experience. I keep trying to use Emacs shortcuts (Ctrl-A, Ctrl-E, etc.) in this text area, but this isn't a native control.

      From what I've seen in the last fifteen minutes, 3.0 beta 3 is a big improvement. I've been pretty frustrated with Safari's performance. I'm not a kung fu memory master, but I do know that top shows up to 400 MB RPRVT and close to 2 GB VSIZE after it has been open for a while, even with only one or two tabs open. Sometimes when I close a tab it hangs indefinitely with a beach ball, so I have to force quit. If Firefox can spare me that annoyance, I'll forgive a few UI quirks.

    3. Re:Firefox 3 Mac OS X UI by Vectronic · · Score: 1

      lol... "they might as well not try to do a "native" theme at all."

      Yeah, who are they to try and attempt something?... speaking of that, who the hell is Mozilla to release a Beta FireFox?... may aswell not try to do a "FireFox" build at all...

      Themes are (usually) much the same as software itself, you piss around with your Alpha's get it working "pretty good" relase some Beta's... get it working to a certain proximety to the desired effect (I dont think any major software has ever been released exactly as it was desired)... and keep working on it from there... "trying" is more important than succeeding, because if you never tried, its impossible to succeed...

    4. Re:Firefox 3 Mac OS X UI by The+Ancients · · Score: 1

      Think about this for a moment. Then compare Safari on OS X to Safari on Windows. Then think about it again. If Apple have trouble emulating a look (even their own from a different platform), it's probably not that easy.

      Granted the widgets in OS X will look better than widgets almost anywhere else, but by any stretch of the imagination, it's not an easy task.

    5. Re:Firefox 3 Mac OS X UI by mwvdlee · · Score: 1

      On OSX there's also the problem that there are a multplie "default" and "standard" theme's active in the OS itself at all times, so which one to pick?

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    6. Re:Firefox 3 Mac OS X UI by Ma8thew · · Score: 1

      Not anymore. In Leopard all applications use the same unified theme.

    7. Re:Firefox 3 Mac OS X UI by mwvdlee · · Score: 1

      I doubt every OSX user is using Leopard.

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    8. Re:Firefox 3 Mac OS X UI by Anonymous Coward · · Score: 0

      And in the provided screenshots, I can already spot ways that the "native" OS X theme doesn't cut it. For example, the screenshot which proudly shows off an Aqua-style select control and button next to a search box also shows those controls using the wrong font and with the text incorrectly placed.

      The people creating this theme might not be experts in Mac OS X. Since it looks like you are, you can help. Please file a bug, explaining in detail what needs to be changed.

    9. Re:Firefox 3 Mac OS X UI by Bazzargh · · Score: 1

      And in the provided screenshots, I can already spot ways that the "native" OS X theme doesn't cut it. For example, the screenshot which proudly shows off an Aqua-style select control and button next to a search box also shows those controls using the wrong font and with the text incorrectly placed. If they can't get those details right, they might as well not try to do a "native" theme at all.

      Eh? That screenshot (and I presume you mean this one http://arstechnica.com/news.media/osxnative.png ) is not of the theme its of the native controls being used in forms. They appear when you use unstyled form controls in html. They are native, not emulated in any way, shape, or form. You do get some control of the font, which may explain why you think the font is wrong - same thing on Safari, Opera.

      In other words, if these look odd, its because Apple's native controls are odd.

    10. Re:Firefox 3 Mac OS X UI by smurfsurf · · Score: 1

      I don't like the neew look at all. Any idea on how to get the beta2 look back?

    11. Re:Firefox 3 Mac OS X UI by mamer-retrogamer · · Score: 1

      While the new default Firefox 3 OS X theme (proto) is much nicer than Firefox 2, I still prefer Arronx's GrApple (Gran Paradiso Outlook). Been using it for the nightly builds for ages. Screenshot

      --
      Schrödinger's cat is not amused—maybe.
    12. Re:Firefox 3 Mac OS X UI by dkf · · Score: 1

      If they can't get those details right, they might as well not try to do a "native" theme at all. So the Linux look and feel will do for OSX too? Cool! Less work for them, and that means a production release sooner.
      --
      "Little does he know, but there is no 'I' in 'Idiot'!"
    13. Re:Firefox 3 Mac OS X UI by Anonymous Coward · · Score: 0

      Is it that 3D GUI timemachine is using?

    14. Re:Firefox 3 Mac OS X UI by Ash-Fox · · Score: 1

      I doubt every OSX user is using Leopard.
      We don't consider heathens a "OSX user".

      Repent! Buy the latest update!
      --
      Change is certain; progress is not obligatory.
    15. Re:Firefox 3 Mac OS X UI by Ma8thew · · Score: 1

      In 10.4 there was a style which is almost equivalent to 10.5's look. So on 10.4 the application can use that theme ('Unified') and it won't take much adjustment for 10.5. Of course, native Cocoa applications use the OS's widgets anyway, so there's no issue.

    16. Re:Firefox 3 Mac OS X UI by kbrosnan · · Score: 1

      Emacs keybindings for Firefox. It covers most of the common use cases.

      --
      These people look deep within my soul and assign me a number based upon the order I joined. -Homer Simpson
  17. SVG Filter Effects are working by ldpercy · · Score: 1

    SVG Filter Effects are working in FF3 - hooray!
    See for example:
    http://www.svgbasics.com/filters1.html

    Although I imagine these have been in the FF3 branch all along, I only just noticed today because I've been playing with some drop shadows for my company's logo. Not only do the filter effects look really nice, FF3 does svg draws/redraws much more smoothly than IE+Adobe SVG Viewer, which had (up until now perhaps) been the best in-browser SVG experience for windows. Gotta say I'm really impressed and really happy.

  18. Re:Wondering where the new back/forward buttons ar by QuantumG · · Score: 2, Funny

    Welcome to Slashdot.

    --
    How we know is more important than what we know.
  19. Why not? by Anonymous Coward · · Score: 2, Interesting

    The original phoenix/firebird/firefox were both fast AND had a small memory footprint.
    They ran very well on old SGI desktop systems with sub-300 MHz CPUs and sub-512 MB RAM capacities.
    Sometimes I wonder if desktop developers shouldn't be forced to use such systems today for all development work. It would force some leanness.

    1. Re:Why not? by CaptnMArk · · Score: 1

      I'm also in favor of that.

      Also, force them to be without mouse for 1 day of the week.

    2. Re:Why not? by QuantumG · · Score: 1

      And supported 1/1000th of the functions of a typical web browser today.

      The world has moved on from ad hoc HTML with very few sites even using javascript.

      Back then the number of images on a typical page was three, now it is a hundred.

      CSS didn't exist.

      The list goes on.

      --
      How we know is more important than what we know.
    3. Re:Why not? by Vectronic · · Score: 1

      True, to a point... but if you consider that most web browers now (Opera, IE, FireFox, Safari) generally use about 80MB's of memory (if you've been browsing for a bit)... consider Windows95, or even Windows98... which used about the same memory and processor footprint... and I would consider them to be far more "featured" than Web Browsers.

    4. Re:Why not? by irc.goatse.cx+troll · · Score: 1

      Better idea: They could just develope for what they have available and prefer to use, but release the source code so that people with lesser machine can tweak things to run better for what they have!

      Well. Except they do. Pick up the source and optimize what you think needs it and remove the features you think slow you down. Don't expect me to use your fork though as frankly i'd rather waste the resources for features than go without the features.

      You could get a quad core 2.4ghz machine for less than the money bush is giving to stimulate the economy. Just saying.

      --
      Pain lasts, kid. Its how you know you're alive. Sometimes I think this growing up thing is just pain management-TheMaxx
    5. Re:Why not? by BZ · · Score: 2, Insightful

      > and I would consider them to be far more "featured" than Web Browsers

      Even if that were true, did they have to maintain large data structures in memory at all times (forced to do so by the DOM specs)? Did they need to try to guarantee 50fps redraw (10ms timeouts being the standard "dhtml" sites use)?

      Plus, I'm not sure that your more "featured" is correct. But it's hard to compare features that are so different in concept (controlling hardware vs doing predictive guessing on search terms based on past searches... which is more of a feature? Which takes more memory? Should the past search database be in memory or on disk, for acceptable performance?).

      The real issue is that web browsers are trying to do everything at once and please a number of very different demographics (people with 100MB (I kid you not!) HTML files full of tables, people with pages that link in 800MB (again I kid you not) of images, users who want instantaneous response to any action without any memory being used to hold partially precomputed results, etc, etc).

      Really, you can have fast, low memory usage, or doing all the bells and whistles people want out of a browser. Pick two, or maybe even one and a half.

    6. Re:Why not? by Anonymous Coward · · Score: 0

      Well Opera runs fine on a PII 233 with 128MB, it is also cross platform and has kitchen-sink functionality. Face it, Firefox has disappeared up its own ass.

    7. Re:Why not? by tsa · · Score: 1

      Yeah man. Programming is like digesting food to all people: everybody does it without even being aware of it.

      Look around you. Get real. Think before you speak.

      --

      -- Cheers!

    8. Re:Why not? by ultranova · · Score: 1

      You could get a quad core 2.4ghz machine for less than the money bush is giving to stimulate the economy. Just saying.

      And three of those four cores would sit idle due to Firefox being single-threaded (who is the lazerbrain who came up with that ?), so being quad-core wouldn't help performance at all. Just saying.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    9. Re:Why not? by dpete4552 · · Score: 1

      CSS didn't exist? Are you kidding me? You do realize that the very first Firefox (Phoenix) release was a year after Internet Explorer 6 was release right? Even then it had more comprehensive support for CSS than Internet Explorer 6 and still supports more CSS3 than Internet Explorer 7 does now! I mean this wasn't web browsing circa 1996, this was a year after IE6 which is still the most widely used to this day.

      --
      http://www.archive.org/details/ThePowerOfNightmares
    10. Re:Why not? by uhlume · · Score: 1

      WTF are you talking about? Phoenix was released in late 2002. CSS Version 2 was four years old. The average web site featured dozens or hundreds of images, Flash, and DOM-oriented Javascript. Ajax was just taking off. And Phoenix still ran blazing fast circles around the POS that Mozilla finally released as Firefox.

      --
      SIERRA TANGO FOXTROT UNIFORM
    11. Re:Why not? by Anonymous Coward · · Score: 0

      A dual- or quadcore masks the runtime behavior of a cpu-hog. A developer is much more likely to notice and fix unnecessary cpu load if it slows down other tasks, as is the case on single core machines.

    12. Re:Why not? by Anonymous Coward · · Score: 0

      >Firefox has disappeared up its own ass.

      Thanks a lot, I just imagined a FirefoxSe.cx picture.

    13. Re:Why not? by Anonymous Coward · · Score: 0

      Phoenix/firefox was good until they moved to XUL. That academic wank-fest has been a blight on a hot rendering engine.

    14. Re:Why not? by GaryPatterson · · Score: 1

      That's good and bad.

      It's good in the sense that lazy devs may hold up one core, but a modern OS should be fine with the other cores. Users should see no effective difference (unless they're doing computationally expensive tasks as well as their browsing).

      It's bad in the sense that it encourages laziness in devs. I'd argue that modern processor speeds and the abundance of memory encourage similar laziness, but there you go. We're down to subjectivity here and my opinion is one of many.

  20. Re:Wondering where the new back/forward buttons ar by boourns · · Score: 1

    One thing that threw me for a bit was that my Home button was seemingly missing. They moved it to the Bookmarks toolbar, which I had hidden. At least it's able to be moved back without much hassle.

  21. Hints by Arathon · · Score: 4, Informative

    First of all, I would strongly recommend actually uninstalling (completely) and reinstalling Firefox if you want to use this beta. Some apparent conflicts between my extensions for Beta 2 and this install caused some of the weirdest, buggiest behavior I've ever seen in Firefox. Only by wiping my profile and starting from scratch was I able to get tabbed browsing to work correctly.

    Secondly, if you're annoyed by the new theme, just switch to Small Icons. It looks fine, except for the slightly annoying "Home" button.

    Speaking of the "Home" button, it's on the Bookmarks toolbar now, in case you were wondering. You can move it back where it belongs while in the Customize Toolbar dialog.

    So far, I don't see a whole lot to write home about. The new theme is definitely ugly. On the other hand, the beta feels very stable and very, very fast.

    1. Re:Hints by cyberfunk2 · · Score: 1

      On the Mac OS X version I dont actually see a home button in the Customize Toolbar dialog. Furthermore, switching small icons on/off appears to do nothing on OS X.

    2. Re:Hints by Your.Master · · Score: 1

      The second time and all times since that I've tried FF3b3, I'm hitting an infinite crash loop, where firefox shows for a fraction of a second before restarting, almost certainly related to one of my extensions (which I did not use nightly tester tools on).

    3. Re:Hints by TheSunborn · · Score: 1

      This might also be a problem with your current session. Try to start firefox with
      firefox http://www.google.com/
      That always worked for me, when firefox3 beta2 did its start/crash thing

    4. Re:Hints by Asztal_ · · Score: 1

      Show the bookmarks toolbar, if it is hidden, and move it from the bookmarks toolbar onto the navigation toolbar.

    5. Re:Hints by hoover · · Score: 1

      I had to drag the home button from the bookmarks bar into the customize dialog, then drag and drop it into the toolbar from there.

      --
      Ever wondered whats wrong with the world? http://www.ishmael.org/
    6. Re:Hints by More_Cowbell · · Score: 1

      Speaking of the "Home" button, it's on the Bookmarks toolbar now, in case you were wondering.
      Thanks. Knew something was missing ;) I never show the bookmarks toolbar and in the ten minutes I've had it installed didn't see it.

      You can move it back where it belongs while in the Customize Toolbar dialog.
      I am a fan of a streamlined look and I'll do you one better. Drag ALL the icons and navigation bars to the top row and you can also remove the 'Navigation Toolbar' check mark without losing anything. There is plenty of room there... who needs a full screen address bar?
      --
      Experience teaches only the teachable. -AH
    7. Re:Hints by Arathon · · Score: 1

      Yeah, and I used to do this, before I discovered Hide Menubar. It auto-hides the menu bar, with the same behavior as a lot of new Vista programs - press Alt to reveal the menu. I don't need menus very often (keyboard shortcuts, anyone?), so I'd just as soon have them be invisible, thankyouverymuch.

    8. Re:Hints by fm6 · · Score: 1

      Secondly, if you're annoyed by the new theme, just switch to Small Icons. It looks fine, except for the slightly annoying "Home" button.
      What annoys me is all the effort being put into theming. The fact is, a good GUI design is a little boring. To be usable, a GUI application has to be predictable.
    9. Re:Hints by More_Cowbell · · Score: 1

      Thanks man!

      --
      Experience teaches only the teachable. -AH
  22. Re:YAY! by Kinky+Bass+Junk · · Score: 4, Insightful

    That's not a bug, it's a feature. I frequently grab text from the last known addresses without necessarily wanting to go to the page again (E.g. download heavy sites, buggy sites that crash the browser that I need to submit a bug report on.)

    --
    Anonymous Coward
  23. Re:YAY! by Vectronic · · Score: 0

    "immediately load urls I click on them from the address bar"

    thats a fairly trivial gripe, and a lot of the time you may not want to actually navigate to the URL, but simply put it in the TextBox/Address bar to copy the URL...

    Although admittedly I dislike FireFox almost to the point of hate (I prefer Opera, or even Safari or Konqueror, although Phoenix was a kickass browser)... I think they should improve the AddressBar/Dropdown to incorporate things like being able to remove a URL from the list, or right-click a URL in the list and "Open In New Tab"

    Something a few IE Shell/Clones have like Avant, and I think Maxthon does aswell... Opera has te dropdown addressbar toolbar which, you can add any button/textbox/favorites you want to it... FireFox doesnt seem to have any sort of ability like that, at least not without hunting down some obscure add-on or something.

  24. Re:YAY! by Kadin2048 · · Score: 5, Insightful

    immediately load urls I click on them from the address bar, instead of waiting for me to hit return No. That's a terrible idea, and would drive innumerable people (myself included) completely crazy. Text-entry fields shouldn't do anything when you click into them in order to edit. The return key is the proper way to actually cause an action to be taken on the entered text.

    That's a user interface paradigm that's decades old now, and just because the bunch of monkeys coding IE think it's fun to throw it out the window doesn't mean it's a good idea. Microsoft has the anti-Midas touch for interfaces these days anyway (cf. Vista generally, that new Office abomination generally, drop-down menus that hide half their contents for no particular reason, etc.). Emulating them would be a terrible idea.
    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  25. In Short by jsse · · Score: 4, Funny

    Fast, really fast.

    Don't trust me. Try it.

    1. Re:In Short by MonoSynth · · Score: 2, Informative

      Try the Safari/Webkit nighly builds (on OSX) or Opera 9.5 beta.

      I use those browsers and wasn't imressed with the 'speed' of FF3 at all. It was, at best, less sluggish than FF2.

    2. Re:In Short by Anonymous Coward · · Score: 0

      Why the need for so fast browsers? You'd still need to take the time to unzip your pants.

  26. Bring the old theme back!? by cyberfunk2 · · Score: 0, Offtopic

    Akk, I hate the new theme for Mac OS X. Is there an easy way to bring back the Firefox 2.0 one ? I can't even find my freaking home button ! Also I usually run safari side by side so this is actually super-confusing for me.

  27. Firefox: better but still champion of godawfuflaws by LordMyren · · Score: 1

    firefox breaks if you have the ipv6 module in without an ipv6 capable ISP.

    the party lines seems to be that a number of serious gating ipv6 bugs cannot be marked as gating because no devs can verify them, for lack of ipv6 setups to test. a highly suggest <a href="https://bugzilla.mozilla.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&content=ipv6">looking at the ipv6</a> bugs if you're bored at work and want cause for a good chuckle.

    i've always been an opera proponent because firefox consumes far more resources than is concievably acceptable for any piece of code to use (my p1120 laptop IS perfect, no theres nothing wrong with 224mb of ram and an 800mhz crusoe), but the mishandling of critical showstopping issues in firefox 3 has been hilarious. firefox 3 has made enormous strides to try and become something like respectable, but ten percent of linux users are going to have firefox fall flat on its face and thats <i>hilarious</i>.

  28. Re:YAY! by DudemanX · · Score: 5, Informative

    I think they should improve the AddressBar/Dropdown to incorporate things like being able to remove a URL from the list You mean like hovering the cursor over a URL in the list and pressing the delete key? Works nicely in 2.x

  29. Re:YAY! by Vectronic · · Score: 5, Insightful

    Yes I do, but how many average users are going to know that? I'd be willing to bet that the Parent didnt even know that...besides, thats only one of many features that its lacking in comparison to Opera, Avant, etc. There isnt much coding invlived to add a context menu on right-click, or even a tooltip saying "Yadda Yada for Yada!"

  30. Re:YAY! by marcushnk · · Score: 3, Interesting

    AARRRGGHH!

    Agreed that would drive me nuts.

    I suspect it'd make a nice exploit as well...

    --
    "Consider how lucky you are that life has been good to you so far. Alternatively, if life hasn't been good to you so far
  31. Re:YAY! by SendBot · · Score: 1

    I had no idea you could do that - thanks!

  32. themes by ceroklis · · Score: 1

    Just a naive question. Why the fuck do they use themes ? Can't they just use native widgets à la wxwidgets ? Seems to be the right way (c) to do it. And of course if the user wants to customize the look of the application he can do this using the desktop's themes feature.
    I wonder how much time they loose trying to tweak the themes.

  33. I hope they get it in shape before release... by Whuffo · · Score: 1
    Apple sells mucho more portable music players than Microsoft does - because Apple's designs are (at least) a generation ahead of the Microsoft offering.

    Firefox could take advantage of the same thing; Microsoft wasn't going to update IE until after they saw a substantial move from IE to Firefox. IE 7 has "emulated" many of Firefox's features now and it's going to be a while until MS can design / buy / copy / steal any more improvements. The Mozilla folks could take this opportunity to make Firefox the superior product it's so very close to being. Just polish the rough edges and fix some bugs, guys...

  34. Re:YAY! by felipekk · · Score: 1, Interesting

    The new Office interface is a huge improvement for everyday use.
    Drop down menus that hide unused options is also another improvement. And it is very easy to access the hidden options.

    Sorry but 66% of your examples are, well, bad examples.
    It's easy to bash if you are a linux user and don't use them everyday...
    (This does not mean I disagree on the click thing)

  35. Re:YAY! by Anonymous Coward · · Score: 1, Insightful

    Well, maybe that's true (though I never would have guessed it in a million years). Unfortunately it doesn't seem to work in 3.0b2. Or maybe they just decided to leave it out of the Mac version for fun -- treating Mac users like second-class citizens seems to be a popular hobby of the Firefox team.

  36. Re:YAY! by Zencyde · · Score: 4, Funny

    I'll have to agree that I prefer having to hit enter as I do that quite often. Some of us actually know how URLs work and what they're for. : ) Power to the consumer!

    --
    What day is it? Could you please tell me?
  37. usability by ceroklis · · Score: 2, Interesting
    Will this release be "usable" ? Seriously, for all the so called usability experts that they have this is one of the worst application in this department. (and it was supposed to be simple to use).
    A few examples:
    • Take the whole logic behind confirmation dialogs for the installation of extensions. The basic idea is that you do not want a simple click to trigger the install because you want to warn the user of the implications. Fine. The proper way is to do what explorer 6 does: ask for confirmation, have a little checkbox to bypass the confirmation for this site in the future if you want to, and if confirmed perform the action. Instead, firefox got it completely wrong. First, I can't authorize *just* this extension. I have to authorize every extensions from the site, which is generally not what I want. Most of the time, you don't known and trust the site sufficiently to blindly authorize everything. So to achieve this, after installation, you have to dive in the preferences menu and try to remove the authorization. Fucking morons. The second problem is even worse. Instead of having the sequence 1. click 2. accept 3. the action is performed, you actually have to retrigger the action ! You have to find the installation link a *second* time, and re-click on it. This is totally brain-damaged. To sum up: to install one (and only one) extension requires 2 (or 3) clicks in explorer 6, *14* in firefox (I just tried it). double fucking morons.
    • Another thing concerns the update to extensions. Do you really need this "do you want to update your extensions" dialog right when you start the program ? The average user, who might have had an extension installed by a techie friend, shouldn't even know what an extension is. Way to scare him away. Fucking morons. This thing should happen automatically, or maybe with a little thing in the statusbar (à la windows update notification in windows). This way the average user, who by principle, doesn't touch what he doesn't understand, won't be confused.
    • About the update thing again. The great thing is that if you say ok, I'll please you, do your updating stuff, firefox conveniently blocks until the update is done. Which is great for unsuspecting users who are in a hurry to check their emails and expect this stuff to be done in the background. Fucking morons. I guess they will just fire iexplore to get the job done while firefox is blocked. What are they thinking ?
    • Can we talk about plugins ? Is there any reason why firefox should freeze for 30 seconds while a page loads java ? Or even crash ? Ever heard of the idea of loading in a separate process ? Don't tell me it is the fault of the plugin writer, it isn't. This should have been fixed years ago. For an example of an application that does this right, look no further than the gimp. Plugins are loaded as separate processes and cannot bring the app done.
    I'll stop there before I break my blood pressure monitor. But seriously, usability wise (I am not speaking of the underlying engine), this is a piece of crap. And to think that firefox was supposed, among other things, to fix usability issues in mozilla suite. sigh. So please, use your millions to create a usable program and shove your themes,tag,semantic crap you know where.
    1. Re:usability by jesser · · Score: 3, Informative

      First, I can't authorize *just* this extension. I have to authorize every extensions from the site, which is generally not what I want.

      You seem to be describing Firefox 2. This has been fixed in Firefox 3; it takes 3 clicks to install an extension now. (The patch was in bug 252830.)

      --
      The shareholder is always right.
    2. Re:usability by Anonymous Coward · · Score: 0

      Ceroklis, you rock my world. Thank you thank you thank you. Basic UI principles so badly butchered deserve very special swearing, and "double fucking morons" has brightened my whole day.

    3. Re:usability by nibb · · Score: 1

      And worst of all: they removed the "Home" button in the navigation toolbar.
      Seriously, I used that button a lot.

    4. Re:usability by Anonymous Coward · · Score: 0

      "F*cking morons"
      "F*cking morons"
      "F*cking morons"

      Your record player is skipping. (Bad record, BTW. Please put on something else.)

    5. Re:usability by hansamurai · · Score: 1

      I agree with you on extension installation and management. I have an additional complaint on updating them. When you click update, and then updates download and install, why do I have to hit another button (Continue) to get Firefox to load? It just seems like it should start loading immediately after done updating and not wait for me again to respond.

    6. Re:usability by Anonymous Coward · · Score: 0

      Another thing concerns the update to extensions. Do you really need this "do you want to update your extensions" dialog right when you start the program ? They have to ask, because the update process blocks, and the user might want to just start the browser and not wait for the extensions to update...

      About the update thing again. The great thing is that if you say ok, I'll please you, do your updating stuff, firefox conveniently blocks until the update is done. That's a great big WONTFIX. (Actually, knowing Mozilla devs, if it ever was submitted, it'd be marked INVALID. There's a reason I don't bother reporting Mozilla bugs any more: the devs just don't give half a shit.)

      Anyway, the reason that Firefox behaves like that is because it doesn't have a choice. You know how you have to restart Firefox after installing an extension? Well, guess what: you have to restart Firefox after updating an extension, too. By doing the little blocking thing at the start, they can easily automatically restart without worrying about the user losing any work.

      What I love about the restart feature after installing extensions is that Firefox asks you if you're sure you want to close all tabs in every single fucking window despite the fact that it saves the session and restores the windows on restart.

      In any case, don't think of extensions as extensions. They're not. They're runtime patches - literally. Look up "XUL overlay" to understand the runtime patch format used to embed new XML elements into the XML tree Firefox uses for a UI. These embedded statements can be <script> elements, which is how new JavaScript code is embedded to provide new features.

      Yes, really. That's how it works. And that's why you have to restart and can't add and remove extensions without restarting the browser.
    7. Re:usability by Anonymous Coward · · Score: 0

      And isn't it about time for a volume control on a browser?

      Back in the mid-90's I would be listening to a CD on my computer while surfing the net. I would click a link to a website containing one of those horrible embedded MIDIs, and my speakers would start blasting loud crap until I could jam the Mute button for the whole system. At the time, the solution was to mute my MIDI synthesizer, but that wouldn't help if there were embedded WAV files.

      Now the problem is exponentially worse. With this so-called Web 2.0 nearly every page I view is littered with talking advertisements, sound effects, and embedded videos. Why isn't there a little Volume slider-bar and Mute button up on the Taskbar next to Stop and Refresh? Any other program, besides a web browser, which creates noise has it's own volume control.

      Well, it's Firefox, just make a Plug-in. Sure. If I knew how, I would. I don't even know if it's possible. Am I just the only one who's annoyed by this? And it's not just Firefox, I don't know any Web Browser with this feature.

      Here's another thing, Download Manager. I have never once had Firefox's download manager work correctly for pausing a download or resuming an interrupted download. Not once. Why even have the controls if the feature is so broken. So instead, I install my five-year-old copy of GetRight. Now downloads pause, resume, and just work for most web sites. I remember using GetRight with reasonable success over ten years ago. In ten years neither IE or Mozilla could implement equivalent functionality? No Web Browser comes with a decent download manager built in.

      Don't even get me started about any Web Browser's inability to correctly print a web page exactly as it appears on the screen. Any other program can do this. Why is it so difficult to just render the page in whatever resolution makes it print right and send it to the printer?

      In summary, the Internet is the biggest thing to happen in computing since the invention of the desktop PC, and there is still not a single Web Browser with half the polish of the top programs in any other category.

    8. Re:usability by Anonymous Coward · · Score: 0

      Why isn't there a little Volume slider-bar and Mute button up on the Taskbar next to Stop and Refresh? Any other program, besides a web browser, which creates noise has it's own volume control.
      The problem is that it's mostly not the browser itself that makes noises, but the plugins. The plugin API would have to be modified to expose the state of the volume control, and then all plugins would have to be modified to respect it. The former is probably feasible, the latter is not impossible but it would require cooperation from all the plugin developers.

      Well, it's Firefox, just make a Plug-in. Sure. If I knew how, I would. I don't even know if it's possible.
      Not without horrible dirty fragile hacks, at least.
    9. Re:usability by Anonymous Coward · · Score: 0

      Fucking moron! Just thought I'd get that out there.

    10. Re:usability by ceroklis · · Score: 1

      I agree. Didn't have time to check my thesaurus.

    11. Re:usability by ceroklis · · Score: 1

      Predictably, this was considered flamebait. Sure I swear too much but these criticisms remain valid. Besides, you don't rant about things you don't care about, and I do care about Firefox. Unfortunately, Mozilla has proven incapable to create a browser usable by the prototypical "grandma". I used to recommend it to non-technical people but I no longer do, as it is simply not ready for prime time.

      Maybe one day we will have a good free web browser, maybe it will even be a future firefox release, but it isn't there yet.

    12. Re:usability by jesser · · Score: 1

      Pausing and resuming downloads should work in Firefox 3 Beta 1 and onward. It was pretty lame that Firefox 2 had "pause" and "resume" links that didn't actually work.

      --
      The shareholder is always right.
  38. gah by rastoboy29 · · Score: 1

    Have they fixed it to where it doesn't steal focus and give me a headache when rendering pages?

    This is why I use Opera, but Opera has it's own issues.  I'd rather use a Free tool.  But I almost have a psychotic break whenever a browser steals the focus from the URL bar when I'm typing in there, just because the page has finished rendering.  This keeps me with Opera for now...that and the dumbass file Save interface.

    1. Re:gah by s7uar7 · · Score: 1

      I've got to ask - when comments have a different font, like the parent, is it because of the browser they're using to post or have they taken the time to add the font code to prove they are somehow superior to everyone else?

    2. Re:gah by mysticgoat · · Score: 0, Offtopic

      when comments have a different font, like the parent, is it because of the browser they're using to post or have they taken the time to add the font code to prove they are somehow superior to everyone else?

      Neither. But closer to the second one.

      The only allowed tags are listed at the bottom of the page when you are entering a comment. <font> is not on that short list. This is a Good Thing.

      The teletype font, <tt>, is there so that code and other inclusions can be typographically set off from the comment text itself. But of course as soon as you do something like that, there will be people with less mature brains and juvenile ego structures who will misuse the convention. Usually in an effort to say to the world that "I am a unique individual, just like all you other guys". Generally speaking, these artifacts of juvenile thinking disappear as increases in experience are converted to wisdom points by the GameMaster.

      However we are talking here on slashdot, where time and again it has been demonstrated that we need to make a distinction between coders who have ten years of experience, and codemonkeys who have one year of experience that they have repeated ten times.

  39. Ah, my eyes! by edelholz · · Score: 0, Troll

    I really hope they get rid of this cancer-inducing theme. Aaah. My eyes hurt already!

    Other than that, it seems a bit snappier than Beta 2 and it broke my customized toolbar layout, but hey, it's a beta. Everything is good now.

    Off to finding a new theme.

  40. Re:YAY! by Anonymous Coward · · Score: 0

    I think they should improve the AddressBar/Dropdown to incorporate things like being able to remove a URL from the list
    As mentioned, 'delete' works fine, as does using shift-delete from the keyboard. If you're surfing pr0n, you can use the stealther extension.

    or right-click a URL in the list and "Open In New Tab"
    You can hit alt-enter or ctrl-click the "go" button.
  41. The feature I really want: whole-page zoom by steveha · · Score: 5, Interesting

    The reason I want FF3 is to get whole-page zoom.

    http://arstechnica.com/journals/linux.ars/2007/07/27/firefox-3-gets-full-page-zoom

    I use a 110 dots per inch monitor. I hate, hate, hate all web pages that were laid out with WYSIWYG design tools, with fonts set to 7 pixels tall and columns also specified as a certain number of pixels wide.

    I don't have eagle eyes and I don't like to sit close to my screen. So I have my personal CSS forcing fonts to a minimum size... which makes some pages ugly, and other pages unreadable (depends on how much the page designer hard-coded with pixel sizes). I'm also using the ImageZoom extension to scale up images... which means the scaled images cover up lots of text on many web pages, and fancy graphical navigation buttons often don't match up with their clickable regions.

    And I have a 16:10 ratio monitor... which means that often I will read a web site and there will be a narrow strip of text in the center, and tons of wasted space to either side, again because some web designer hard-coded things with pixel counts.

    I used to wish that web designers would make sites that can adapt to unusual screen sizes. Well, the WYSIWYG tools aren't going away, so now I just want to zoom my pages.

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely
    1. Re:The feature I really want: whole-page zoom by cybernytrix · · Score: 1

      same problem here. how about converting all px to pt ??? that will give you consistent results but needs to be done intelligently. not sure you can do it in a static CSS

    2. Re:The feature I really want: whole-page zoom by Just+Some+Guy · · Score: 1

      I use a 110 dots per inch monitor. I hate, hate, hate all web pages that were laid out with WYSIWYG design tools, with fonts set to 7 pixels tall and columns also specified as a certain number of pixels wide.

      You're not alone. That's always especially amusing when it's on a site hawking luxury goods. How many people who can afford a BMW are using 15" screens?

      --
      Dewey, what part of this looks like authorities should be involved?
    3. Re:The feature I really want: whole-page zoom by jln · · Score: 1

      I'm suffering from the same problem [stupid web designers who use px instead of em], viewing my pages on a 21" screen at 2048x1536 [which, according to my NVidia X Tool, amounts to 115x118 ppi].

      I have found stylish to be very useful. You have to know your way around CSS and the DOM Inspector but you only have to define stuff once for each site you visit and the result is worth it: no more stupid ad columns that eat half my page and a font I can read comfortably w/out needing a magnifying glass.

  42. Everything except Roboform by MonoApe · · Score: 0, Troll

    I decided that beta 3 would be the time I switched to FF3. I've got all 20 of my addons working except Roboform (which works with beta 2). Didn't they know beta 3 was going to be released? Idiots. It's just another reason I wish I could easily escape from Roboform lock-in.

  43. Beta or not... by Christophotron · · Score: 2, Insightful

    It's finally good enough for me to switch permanently. Weave replaces google browser sync (because google hasn't updated their extension). Some hacks are still necessary to make other useful extensions work properly, so it's still a little rough around the edges. (see Nightly Testing tools and extensions.checkCompatibility=false). But damn it, I've waited long enough. Firefox 3 is here and I love it.

  44. How does you scale the font in firefox3? by TheSunborn · · Score: 2, Insightful

    btw: Does anyone know how to scale the TEXT in firefox 3?
    Ctrl +/- now scale the entire page, insted of just the text(Which looks bad with many images) -(

    1. Re:How does you scale the font in firefox3? by Tack · · Score: 1

      There are many of us who want text zoom and not page zoom, and it looks like it will be in beta 4.

      My extension, NoSquint, will allow nicer integration of page zoom and text zoom features. But for me, it's important I be able to relegate page zoom to second class citizen.

  45. Re:YAY! by Anonymous Coward · · Score: 0

    This doesn't seem to work for me on Mac OS X. Any suggestions? Thanks!

  46. Harsh SSL defaults by Skunkhead · · Score: 2, Informative

    Been using Beta3 for a week now through ubuntu-backports, and the thing which irritates me most are the harsh settings towards wrongly configured ssl-servers. It doesn't just spew out a warning box, but tells you that you shouldn't access the site and you have to go to the preferences to set an exception manually. I never really realised how many bad ssl-certificates are out there...

  47. Try it without installing with Firefox Portable by CritterNYC · · Score: 5, Informative

    Mozilla Firefox, Portable Edition 3 Beta 3 was released a few hours after the announcement. It's packaged with a launcher so it runs self-contained so you can use it from a flash drive, iPod, portable hard drive, etc. But it's also handy for trying out the current beta without affecting your local install. You can even run it from your desktop to try it out and then delete it.

    It's available from the Mozilla Firefox, Portable Edition 3 Beta 3 homepage.

    1. Re:Try it without installing with Firefox Portable by Radical+Moderate · · Score: 1

      Nice, thanks for the link!

      --
      Never let a lack of data get in the way of a good rant.
    2. Re:Try it without installing with Firefox Portable by calebt3 · · Score: 1

      Hmm... I've known about PortableApps for quite some time. But only now have I considered trying it in WINE. This should be interesting if it works...

  48. Page Zoom Performance by Christophotron · · Score: 1
    Look at the quality of the scaling algorithm -- blearrrgh. Just unwatchable.

    I guess I can kinda see what you are nitpicking about. Only at the highest level of zoom, though, which is overkill for me. I still think it performs beautifully because I can actually read everything clearly without physically moving closer to the screen (which defeats the purpose of owning a 37" display).

    Are you saying you prefer FF2's font-size adjuster and it's wonderful ability to smoosh everything together into an unintelligible blob of nastiness?

    The only thing FF3 seems to be missing is a "fit to width" button like Opera has. FF3 zoom seems to fit to the screen width automatically (which is what you want 90% of the time) up until the point where it would be forced to smoosh everything together. I guess you could call it "intelligent zoom" but it would still be nice to have the ability to turn it off.

    Post a few links where you think it looks really bad. I'm interested.

    1. Re:Page Zoom Performance by Anonymous Coward · · Score: 0

      I'm meaning especially at about 120% or 130% zoom.

      Look at that picture: http://img401.imageshack.us/my.php?image=browserscalingyt3.png
      On the left is displayed how Firefox 3 or Opera scales a picture, and on the right, how it should look if the developers had a clue. I really can't see how anyone with a sane mind could accept that kind of ugliness.

      (How does IE7's scaling look? I'd hope they got at least that right...)

    2. Re:Page Zoom Performance by Anonymous Coward · · Score: 0

      Are you saying you prefer FF2's font-size adjuster and it's wonderful ability to smoosh everything together into an unintelligible blob of nastiness?

      Hmm, interesting that FF has shown you that problem. I don't remember it myself, but I'm mad that Opera and IE have let unreadability survive past several releases. I've increasingly seen pages crush whole paragraphs of text together until you either highlight everything or scroll away and back to the section that's broken. This happens repeatedly on the same page until you navigate away or reload it.

      Opera cuts out horizontal sections from text or hides the text until I do the same as above. The bugs are still there. In IE7 the bug shows quite a bit more than in IE6.

  49. Re:YAY! by Asztal_ · · Score: 2, Funny

    Oooh, I'm *excited* about the latest Firefox. Maybe this one will have GREAT features, like "not deleting my bookmarks and javascript whitelist when I update*.
    Considering both of these are now stored in SQLite databases, it should be significantly better at failing to delete your bookmarks.
  50. If you close the tabs, does it free RAM or Leak? by billstewart · · Score: 3, Interesting
    My typical memory-burning web surfing session is to go to Google News or especially to Fark.com, open up about 100 tabs of potentially interesting news stories, and then go read them one at a time, closing each one after I've read it. It's one thing to have the browser use lots of memory while I've got all the tabs open - but when I've finished with them all, and just have the original page back, or even hit "Home" to get "about:blank", the browser typically *still* has over 100MB of RAM and is often burning 20-70% of CPU. That's a memory leak!. Firefox 2 isn't significantly better than later Firefox 1.x versions - I'm hoping 3 will be at least a bit better.


    Do you know which settings to disable? Usually I don't mind if moving from one tab to the next is a bit slow - I've got lots of CPU, except when Mozilla tries to burn it all, and it's often slow anyway because the machine's busy paging/swapping heavily.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  51. My only nitpick with 2.0.. by Carbon016 · · Score: 2, Interesting

    was that the Downloads window took an insane amount of memory and time to pop up, usually requiring a tweak in config to a 15 second delay before it pops up (so that small jpg downloads en masse wouldn't freeze it up). Unfortunately, it still was required for really large downloads and was easily the most annoying thing in 2.0. Having tested out this release, the download window is absolutely perfect. That in itself is enough to make me switch over completely from 2.0.

  52. Re:YAY! by Keeper+Of+Keys · · Score: 3, Insightful

    Please don't talk as if you're the only person whose opinion matters. I agree with one of your points and disagree with another. Do you care which way round? 'Course not. UI preferences are very subjective, and certainly not life-or-death. Have some respect for others' points of view.

  53. Re:YAY! by Anonymous Coward · · Score: 0

    If they _really_ wanna improve the addressbar, they should go back to the one used in 2.0. The new one drives me fucking batty. when I type sl, I expect to get an option of sites beginning with sl, not every goddamned site with sl in the url, title the last time you visited (really bad for sites with changing titles) and even parts of query strings. This supposed "awesomebar" fucking blows in every way. Fuck the guy who invented it and may his children get colon cancer.

  54. Saving images via drag'n'drop by yourtallness · · Score: 1

    I hope they do something about the drag'n'drop copying of web images to disk. All too often I get a 0 KB image file, or a "this file is in use" warning. Extremely frustrating! I've never had this problem with Internet Explorer, though it does piss me off by asking for confirmation each and every time.

  55. Re:If you close the tabs, does it free RAM or Leak by naylor83 · · Score: 1

    Believe me, it really is much better now.

  56. No Google Reader by Hizzz · · Score: 1

    Unfortunately, Google Reader suddenly stopped working on Leopard running the latest beta. I guess Ill just jump over to Safari now...

  57. Re:YAY! by naylor83 · · Score: 2, Informative

    Shift+Delete should do the trick.

  58. Firefox 3 really is faster by Cato · · Score: 1

    I tried Firefox 3 (previous beta) on a 7 year old PC recently - Pentium III 700 MHz, 512 MB - and it ran *much* faster than Firefox 2 on many operations, particularly hitting the Back button. It also used less memory over time, as Mozilla have fixed many, many memory leaks.

    I used it as my day to day browser - the only thing stopping me upgrading completely were a few extensions that aren't yet migrated to Firefox 3 (primarily Sage RSS reader - no longer maintained so I'll use Wizz instead).

  59. Threads are harder than you believe by Nicolas+MONNET · · Score: 5, Interesting

    Actually, the perceived performance issues of Firefox mostly stem from the fact it's a single-threaded architecture running on a JavaScript+XML interpreter (XULRunner).

    There is indeed only one thread handling the UI and DOM, but there are multiple threads. Network operations, file decoding and so on run in separate threads from the UI. MAking a multithreaded UI is quite hard; note that IE (at least 6, most likely 7 too) does that too, with the difference that you can have separate windows in different processes altogether; but then they can't talk to each other through JS.

    The only time this architecture is really a problem ATM is when JS from a page sucks up CPU: it bogs down the whole UI.

    Moving to a fully multithreaded architecture is a very hard problem, esp. for such a complicated application, with such complex interactions as a web browser. Every single little thing would have to be synchronised, with big deadlock risks at each turn.

    The only possible approach is to divide work among threads such as there is minimal, well understood interactions between them. You can't for example just have one thread per window, because HTML+DOM+JS expect to be able to touch other windows from the same domain. You could divide processes by originating domain; that's what Apprunner does.
    But then you have coordinate communication between the windows and the bookmarks, history and so on. Not too hard to do, but has to be weighed against the minimal gain.

    Eventually, we will have to take advantage of many-cores CPU. That means that even DOM parsing will have to be multithreaded, for use on ultra low power 256 cores mobile cpus. Robert O'Callahan is working on this. But what you have in this case is a number of related threads with a very limited scope, and precisely defined interactions.

    You can read more on these issues at his blog:

    Parallel Dom Access
    Night of the living threads

    1. Re:Threads are harder than you believe by Coppit · · Score: 1

      Moving to a fully multithreaded architecture is a very hard problem, esp. for such a complicated application, with such complex interactions as a web browser. Every single little thing would have to be synchronised, with big deadlock risks at each turn.
      I find it hard to believe that the professional programmers at Mozilla can't do this. Yes, it's harder, but doable. Look at Eclipse for example. It's probably an order of magnitude more complicated than Firefox and they handle multithreading just fine.
    2. Re:Threads are harder than you believe by Abcd1234 · · Score: 1

      I find it hard to believe that the professional programmers at Mozilla can't do this

      I can only assume you've never written a heavily multithreaded application before.

      It doesn't matter how experienced you are. Deeply threaded applications are *hard*, particularly when there is a lot of thread interactions. Even moreso if you're trying to graft a threaded architecture on a previously single-threaded application.

      And comparing Eclipse to Firefox is completely, largely meaningless. The two applications are vastly different in terms of their problem domain, and comparing them isn't terribly useful.

    3. Re:Threads are harder than you believe by TheSunborn · · Score: 2, Interesting

      The gui in Eclipse is not multithreaded at all. A single thread can easily lock the entire gui, preventing it from redrawing itself. Most often seen with buggy plugins which just freezes the entire gui for 10 seconds at a time.

      The reason the problem is much worse in FireFox then it is in eclipse is because so many of mozillas operations are gui operations. Running javascript in it's own thread sound easy, until you realize that almost all javascript operations, modify the DOM and thus need to run as gui operations because they trigger gui callbacks.

      The correct, but also very costly(In code size and performance) way to do it is that all gui operations must
      be put in a object/struct which are then inserted in the gui queue, where the gui thread will then perform the actuelly gui operations.

      But that is much work(And quite diffucult to get right), because when a javascript changes the dom, insted of just performing the needed drawing operations by calling the drawing operations in the Gui toolkit, it need to save all needed information for the drawing operation to an object which are then put in the gui drawing queue. But now your javascript is running out of sync with the gui, because the javascript continues without knowing the status of the drawing operations it have started. (Which can be solved by the gui thread, calling back to the javascript, but then things get really complicated).

      Now if only the gui toolkits were allowing multi threading, things would be much more easy, but all known toolkits require that only a single thread is the gui thread, and only that thread, can send drawing/gui operations to the toolkit, and only that single thread can recieve callbacks from the gui.

    4. Re:Threads are harder than you believe by Compuser · · Score: 1

      I thought Mozilla/Firefox used its own GUI toolkit.

  60. Re:YAY! by beermad · · Score: 1

    Agree with Kadin2048 completely. After all, how is the address bar supposed to know when you've finished typing the URL you want to go to?

    Besides which fact, there's already a way to go straight away to a URL without having to hit enter - highlight it wherever you want to copy it from, then middle-click anywhere on the browser apart from an input field. (Caveat: works with Linux, no idea if it'll work with a lesser OS.)

  61. FF fine on OS X but still lacking features by iliketrash · · Score: 2, Insightful

    TFA says that on OS X the new look is so fine that Camino users may switch. Not to denigrate the fine work of the Firefox team, but at least part of the new look is "faux" and is not really OS X goodness--in particular, the toolbar and its associated sheet doesn't behave like a real Mac app, pop-up menus look weird, and the tabs in the Advanced section of the preferences window look like tabs did several years ago. Also, scrolling is still jerky when using the trackpad on a Powerbook (but smooth when using the thumb bar--go figure) and there is still no integration with Keychain, OS X's password manager, and text copied from a web page looses its style and formatting when pasting into another program.

    I suppose there is a plug-in somewhere to create thumbnail tabs and another one to make per-site preferences and another to save workspaces and another to make resizable text entry boxes, but for me, I get all that and much more in Omniweb (www.omnigroup.com), still the gold standard for browsers.

    I am encouraged by the promise of better memory use. I've never seen a browser that didn't leak memory like a sieve.

  62. Re:YAY! by yakumo.unr · · Score: 1

    I think they should improve the AddressBar/Dropdown to incorporate things like being able to remove a URL from the list

    highlight desired URL, hit delete, it's gone, same goes for stored text input box histories.

    or right-click a URL in the list and "Open In New Tab"

    hold ctrl when you click for new tab, or use middle mouse button, the same as for the bookmark toolbars.

  63. Re:YAY! by rvw · · Score: 1

    Yes I do, but how many average users are going to know that? I'd be willing to bet that the Parent didnt even know that...besides, thats only one of many features that its lacking in comparison to Opera, Avant, etc. There isnt much coding invlived to add a context menu on right-click, or even a tooltip saying "Yadda Yada for Yada!"
    And how many users know that you can do the same with forms? I didn't, until I tried it. So the form history manager is no longer needed! Thanks a lot for this excellent tip!!!
  64. We need 2 sorts of bookmark button by ThirdPrize · · Score: 1

    Given my opinion we would have two buttons "bookmark Page" and "Bookmark Site". The former bookmarks the current page while the latter just bookmarks the top level domain. Why do this? Because most of the time i just want to bookmark the site so I can come back to it later. Invariably though you have to bookmark "www.a.b.com\default.htm" and a couple of months later that gets replaced with "default2.htm" or something. Quite a lot of my bookmarks lead to old pages (which never get updated) or 404s. Yeah, I know the websites could do some clever redirecting but how likely is that?

    --
    I have excellent Karma and I am not afraid to Troll it.
  65. Quicktime Crashes? by ironwill96 · · Score: 1

    But does it crash less with the quicktime plugin? I know every time someone reports it on Bugzilla the devs claim it is Apple's fault that the quicktime plugin crashes. However, Internet Explorer works on the same sites that Firefox 2 crashes on with Quicktime! Also, if a plugin crashes, why should the whole browser go down!?!? I'm seriously really close to going back to IE because everytime I get anywhere near Apple's website or any web page that embedded a quicktime movie or audio file the entire browser crashes. "Restore session" is a farce in that case too because you usually can't close the page that has the quicktime on it fast enough to stop it from crashing again.

    This bug has been reported at least 15 times on Bugzilla and has never been fixed even though it is usually listed as "Critical - Crashes". At one point I thought I was good to go, once I got Quicktime 7.3 installed but then it started crashing again. Now I will go to Quicktime 7.4 and see if that magically fixes the fact that Firefox crashes every time a plugin misbehaves!

    --
    "To strive, to seek, to find, and not to yield." - Tennyson
  66. Re:YAY! by dave420 · · Score: 1

    The new Office interface has been a great success. As for the drop-downs hiding half their contents, it does that so the menus learn which options you use regularly, and only show them. It's better to hide things you don't want to use than show everything, and the way MS has figured it out means you don't have to configure it manually - you just use it, and it figures it out itself.

  67. Re:YAY! by Anonymous Coward · · Score: 0

    Yes I do, but how many average users are going to know that? I'd be willing to bet that the Parent didnt even know that...besides, thats only one of many features that its lacking in comparison to Opera, Avant, etc. There isnt much coding invlived to add a context menu on right-click, or even a tooltip saying "Yadda Yada for Yada!"
    So let me get this straight... you want to obscure the URLs in the drop-down list with a big, annoying, static explanatory tool-tip, that describes a feature that most people do happily not even knowing about?

    I would say that the vast, vast, vaaaaaaast majority of people feel absolutely no inclination to delete entries from the drop-down list. Type-ahead works just dandy. If you want to micromanage your URL history, that's what bookmarks are for.
  68. Re:grinding to a halt? by bhiestand · · Score: 1

    Many people have said that FF slows their system down, and honestly I have not experienced this on Windows, Linux, or Mac (OSX)... in far over a year.

    The fact is that these supposed 'memory leaks' are more a factor with prior incompatibilities with Windows inconsistencies than being due to Firefox itself. Next time, please consider that anecdotal evidence isn't indicative of anything significant. You admit that "many users" are reporting memory leaks, but you dismiss them because you have not? You should know by now that individual usage patterns may vary. In about an hour, I can show you how moderate-heavy browsing on Firefox, with many tabs open, leads to ~450MB memory usage on any of my systems... in Linux or Windows. If you read the previous posts, you'd probably know that this is a known, widely-reported issue, and it has to do with some of Firefox's features. You can cry "incompatibilities" all you'd like, but you just sound like the average Tier III tech support drone when you say it.

    Personally, I hate IE on many levels, and I can only hope that the fine folks who work on this project will be able to fix these issues, or make it easier for me to disable the features that cause them.

    * Side note, I realize that I am also pointing to my own anecdotal evidence, but there are probably 100 other posts in this thread saying the same thing.
    --
    SWM seeks new sig for a brief fling
  69. For the paranoids among us by Anonymous Coward · · Score: 1, Insightful

    The "browser.send_pings" variable is false by default, unlike Beta 2 where it was true.

  70. Minimalist interface by jez9999 · · Score: 1

    I looked at the FA, and I'm pretty disappointed to see they've gone the IE/Safari way with the interface, assuming that people want a back/forward button, and URLbar, and pretty much nothing else. I like the FF2 buttons along the top, damnit. I hope there's a way to get that interface style back. :-(

    1. Re:Minimalist interface by Asm-Coder · · Score: 1

      It should be easy to do with userchrome.css. I currently have my default set to have all the buttons/ trinkets, and minimalist one using profile manager. However, few people that I know actually adjust their userchrome.css so a nice option dialog would be nice.

  71. Re:Firefox: better but still champion of godawfufl by Jussi+K.+Kojootti · · Score: 1

    What's so hilarious? Anyone could do the regression testing bzbarsky is asking for. I'm sure if "ten percent of linux users are going to have firefox fall flat on its face" there should be plenty of people ready to spend a bit of time on that.

  72. Re:If you close the tabs, does it free RAM or Leak by Shining+Celebi · · Score: 4, Informative

    My typical memory-burning web surfing session is to go to Google News or especially to Fark.com, open up about 100 tabs of potentially interesting news stories, and then go read them one at a time, closing each one after I've read it. It's one thing to have the browser use lots of memory while I've got all the tabs open - but when I've finished with them all, and just have the original page back, or even hit "Home" to get "about:blank", the browser typically *still* has over 100MB of RAM and is often burning 20-70% of CPU.

    I've never had Firefox use that much CPU, but many of those tabs you closed are still cached in memory (along with each of their histories) so they'll reopen really fast if you Undo Closed Tab. Closing the tabs does not necessarily mean they're going away. Changing this option in your about:config should keep that from happening (I think), but you'll also lose some of your session restore functionality. I have it on, and I've never had any of the problems you and a lot of other people have, but I hope this helps.

  73. You can bring it back... by rklrkl · · Score: 1

    Yes, IMHO, this is a UI "mistake" in Firefox 3 Beta 3 - the home button is clearly a navigation button and not a bookmark (if it was a bookmark, it should be in the Bookmarks menu (or one of the bookmark folders), which it certainly wasn't for Firefox 2). Luckily you can customise this:

    1. Switch on your bookmarks toolbar with View -> Toolbars -> Bookmarks Toolbar (as you can guess, I have my toolbar permanently switched off - you've got a Bookmarks menu, what the freak do you need a bookmarks toolbar for *as well*?!).

    2. Right click on the menu bar and select "Customise..." to bring up the customisation dialogue box.

    3. You should hopefully be able to drag the Home icon from the Bookmarks Toolbar to the Navigation Toolbar (if not, drag it to the Customisation dialogue box first).

    Got to say all of that is totally non-intuitive to the average user - why do you need the Customise dialogue box up first? Direct drag-n-drop without the dialogue box would be much better, although I suspect that it would be too easy for clumsy users to accidentally re-arrange their icons by mistake then...

  74. Re:YAY! by AvitarX · · Score: 1

    Drop down menus that hide rarely used options are a bad idea for 2 reasons.

    1) stuff used commonly starts to be done by shortcut or muscle memory, and large menus don't interfere too much.
    2) stuff used rarely should be easier to find (not likely to know where it is) not harder, and should not break the muscle memory buy moving things.

    I will say the new office is quite alright though. A lot of stuff is hard to find, but it is the truly unused/one time use for power user stuff. And the way they setup the styles in word makes it all worth it. It does feel a little wasteful in space though, losing 2 inches of hight when most monitors are wide now anyway.

    --
    Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  75. Ugh, Firefox by Lally+Singh · · Score: 0, Flamebait

    Firefox will take up crap-tons of memory and then make my X server soak up the remainder (often hitting over a gigabyte).

    The sad part is, whatever they do to make FF 3 better, WebKit's already got them beat..

    --
    Care about electronic freedom? Consider donating to the EFF!
    1. Re:Ugh, Firefox by Anonymous Coward · · Score: 0

      What would YOU know about it?? Remind us once more.. which web browser do they use at NASA? So WebKit's got Walter Mitty's seal of approval then, has it? How does Mr Mitty find time to surf the internet reading about computer programs? Isn't there something of critical importance to national security and the space race you should divert your attention to instead? LOL

  76. Re:HA HA by somersault · · Score: 1

    But in a good way ;) Really adds to the experience when browsing virtual gentlemanly establishments

    --
    which is totally what she said
  77. I would prefer mdi by heneon · · Score: 1

    Being a long time opera user, one thing I miss in ff is a true mdi interface. I found a setting to force all windows to open in new tab but that means I cannot have small popup windows inside the main ff window (still only one program in taskbar).

  78. So..., part 2 by Anonymous Coward · · Score: 0

    So... how about those gaping security holes?

    Memory leaks and security holes: things Firefox doesn't have... at least until they announce a fix for them!

  79. Re:YAY! by Anonymous Coward · · Score: 0

    You mean like hovering the cursor over a URL in the list and pressing the delete key?

    That's the tip of the day for me. Thank you, sir.

  80. Re:If you close the tabs, does it free RAM or Leak by Millennium · · Score: 2, Insightful

    My typical memory-burning web surfing session is to go to Google News or especially to Fark.com, open up about 100 tabs of potentially interesting news stories, and then go read them one at a time, closing each one after I've read it. It's one thing to have the browser use lots of memory while I've got all the tabs open - but when I've finished with them all, and just have the original page back, or even hit "Home" to get "about:blank", the browser typically *still* has over 100MB of RAM and is often burning 20-70% of CPU. That's a memory leak!.

    Not necessarily; all that means is that Firefox isn't freeing up memory at a time when you think it should. It could very well be freeing up that memory at a different time, one the programmers deemed more appropriate. Is this the case? I don't know, and neither do you. It would be in your best interests to dig a little deeper than anecdotal evidence with a sample size of one before making accusations like this.

  81. Re:If you close the tabs, does it free RAM or Leak by MikeBabcock · · Score: 3, Informative

    How about forever? I've had sessions like that (I do the same thing with Google News myself) that eat up over a gig of RAM and never let it go, even after every tab is closed. One time I closed all my Firefox windows except the download status window just to keep the app running at all, and left it like that for two days -- still no memory released.

    Closing that last window of course released all my RAM. Luckily, I have a couple gig available, but its just stupid.

    --
    - Michael T. Babcock (Yes, I blog)
  82. Camino is still around? by gravis777 · · Score: 1

    Mac OS X integration got a big boost as well with 3.0, with full support for native widgets in forms and inclusion of the new Mac OS X theme. These improvements could potentially cause some Camino users to switch to Firefox. Wow, I did not know Camino was still around, but I just googled them, and apparently there was a release on February 8th. Makes me wonder what other browsers are still around that I thought was dead.
  83. Re:YAY! by Vectronic · · Score: 1

    Who says it has to obscure anything?... a ToolTip can be drawn anywhere, even a newb programmer can figure out where the edges of the control is and draw the ToolTip outside that area, you can also Enable/Disable ToolTips quite easily, and if you really wanted to get into it, you could make a custom component that has a "Do Not Show Again" option...

    If I want to Micro-Manage my URL's I'll use Opera, or Avant...lol... Bookmarking means its (relatively) perminent, I dont want to have to click 'Add' when its already in my URL History, and then click Delete afterwards when im done with it (if I even needed it)...

    "Micro-Managing" your URL history is handy when you are refencing stuff, and then it just automatically clears it out afterwards once you stop using it for awhile...

    Opera specifically has a Self-Managed URL History called "Top 10" that quickly shows you your "Top 10" most frequented URLS since the browser was lasted Started/Launched...

    No one said that any of it has to be manditory, or even on by default... by why not an option? its almost "Hello World!" level programming...

  84. Adblock? by bornagainpenguin · · Score: 0

    Crazy though, why not just use Opera?

    Call me crazy but adblock is the killer app for Firefox these days as far as I'm concerned anyway...

    --bornagainpenguin (not the OP but thought I'd chime in any way

    --
    Have a Virgin Mobile USA smartphone? Give VMRoms.com a try!
  85. Why nobody cares that FF3 doesn't work with Gmail? by Endlisnis · · Score: 1

    I use Gmail chat all the time. But FF3 shows screws up the chat windows. It shows "..." instead of their name, also it shows "..." on several menus. I can't fathom why they would release a browser that doesn't work with one of the most popular sites on the market. I'm sure there are lots of people out there that don't use Gmail (chat), but that's no reason to ignore it.

  86. Re:YAY! by UbuntuDupe · · Score: 0

    Try to understand what position you're responding to before you post your wisdom. I wasn't saying that when I click on the address bar to type in a URL, it should immediately load. I was saying, when I click on it, and I get the drop-down list of previous URLs I've typed in, and then click on one of those, it should load immediately. (btw, that's perfectly clear from the original post, and it's not "clicking in order to edit", genius) That is MUCH MUCH MUCH more convenient for me, and IE (including later versions) does it.

    Yes, sometimes I'll want to merely copy that from the drop-down and DEFINITELY NOT WANT it to load (never remember being in that circumstance, but whatever), but 99.99% of the time I just want to click on it to load, but instead I have to move my hand back to the keyboard.

    And why would this be such an atrocity that I can't even turn on such an option, buried deep somewhere in the "help"?

    As for "text entry fields shouldn't do anything when you click on them in order to edit"? As if Firefox follows that? LiarSucks seems to have no problem popping up its little "suggestions" about what it thinks I want to enter into the field when I click on it. (And choosing those options is *so* easy from the keyboard, right?)

    Does Windows (and MS products) have some poor interface? Absolutely. Is Firefox better? No. And neither is Mac, which has its own ridiculous decisions. Check "UbuntuMacDupe" on youtube, and then commence denial of the claims.

    I absolutely hate how people laud Mac's user interface decisions. Let's count:

    1) Unnecessarily complicated process to save frames from videos.
    2) Unnavigable iPhoto.
    3) No discoverable way to black out parts of pictures I want to email to people in iPhoto, no discoverable image editing program to do so. (Thanks for the privacy help there, Mac!)
    4) Mail Rules filter for Mac-related emails that is so big is spills onto the doc, and can't be closed until you figure out how to remove the dock, something a lay user should NEVER need to do.
    5) De-emphasis of right-clicking, to cull all the disabled losers.
    6) Tabbing between fields in web browser turned off by default.
    7) Unnecessarily complicated process for uploading pictures to websites.

    I could go on and on.

  87. One problem... by lpangelrob · · Score: 1

    Firefox 3.0 betas 1 and 2 haven't seemed to play nice with Windows 2000. Basically, after browsing for a while, the view gets "detached" and the redraw fails. The only thing I see after that is a giant white space where my webpages should be.

    No one else seems to have this problem, so I'm going to assume it's a Windows problem.

  88. Re:If you close the tabs, does it free RAM or Leak by imbaczek · · Score: 1

    it's not memory leaks per se, it's memory fragmentation. as mozilla isn't garbage collected, you can't defrag it; you can only restart the whole process.

  89. Re:YAY! by Toonol · · Score: 1

    Preference in user interfaces are generally subjective, and shouldn't be labeled right or wrong. But that is an exception. Hiding less-used options hidden is bad, in the same way as sometimes having "Ok" on the left of "Cancel" and sometimes on the right would be.

  90. Re:If you close the tabs, does it free RAM or Leak by Traxxas · · Score: 2, Interesting

    And what are your results of this with other browsers? In my experience Opera and Safari do exactly the same thing concerning memory consumption.

  91. No shortcuts in password dialog by Espectr0 · · Score: 1

    Eww. They changed the modal window that asks to remember the password. Now it appears inline at the top of the browser viewstate. This is not bad, but you can't use keyboard shortcuts any more!

    This is really bad...

  92. Re:If you close the tabs, does it free RAM or Leak by pwnies · · Score: 3, Informative

    Firefox keeps by default ten previously closed tabs in memory. So even if you close 10, you won't get any memory back - because while they don't show up in the tab bar, they're still there, with their forward and back sessions stored in their entirety as well. You can recover closed tabs by hitting Ctrl+Shift+T

  93. _I_ leave my browser open and running for weeks. by Matthew+Bafford · · Score: 1

    Who the f- leaves their browser open and running for weeks?!?


    Apparently the grandparent and I are two of these f-s. I'm constantly accessing various websites; why wouldn't I keep the browser open? I also typically have several pages I haven't gotten around to reading yet queued as tabs. I also have a web interface to my mail and RSS feeds open pretty much constantly.

    My counter question is, "Who the f- closes their browser when they are going to use it again soon?!?".
  94. It's all about frequency... by Matthew+Bafford · · Score: 1

    Do all of you keep the radio and TV on all the time, too? The shower running so it's ready at any time to jump in?


    No. Do you shower hundreds of times every day? I leave my browser and media players both open because they are applications I use constantly. When I walk away from the computer, pressing pause on the player and leaving the browser as is make perfect sense. I do close out infrequently used applications like my word processor. If my job required a lot of word processing, however, I'd leave it open.

    Unlike your unrealistic shower analogy, a browser shouldn't use any additional resources while doing nothing. Obviously the TV and shower require energy to keep functioning. I'm surprised you didn't throw a car analogy in there as well.
  95. Re:Spyware by Anonymous Coward · · Score: 0

    If you're referring to the fact that it can check for automatic updates, you can turn those off.
    Nice troll attempt though.

  96. Re:_I_ leave my browser open and running for weeks by edmicman · · Score: 1

    Sure, it's running most of the day, barring closing for some reasons. But I shut my laptop down and take it home with me every day. When I used a desktop, I'd log out each day. But I've never ever ever seen or heard of anyone I know personally to treat normal apps on a computer like they were services, constantly running. I swear, it's a phenomenon only found on Slashdot or something.

    It just seems wasteful.

  97. Response from a designer by IdahoEv · · Score: 3, Insightful
    Give me these three things, and I'll give you pages that smoothly scale to all screen sizes and resolutions:

    1) 100% of the public using browsers that correctly implement CSS. 40% are still using the superbly broken IE6, and FF2 (20%) doesn't implement display: inline-block, which is important for making bordered tabs and such that scale with the size of their fonts.

    2) Full SVG support in all browsers. IE has none, the others have a mix of laughable crap.

    3) Clients who trust the designer's artistic sense and ability to compat-test on multiple rigs, instead of, say, looking at it on one windows machine in IE6 at 800x600 resolution and complaining "no, we want the text to wrap after this word, not that word".

    Sadly, this environment doesn't exist. Sizing things in pixels and limiting the scope of the primary content to 780px wide is STILL the most reliable way to get a consistent appearance that makes clients happy.

    SVG doesn't even really exist in any substantive, usable way, so graphics have to be done in pixels. Font sizes are usually scaled to match those sizes. At least all major browsers will let you override that.

    This is the environment we have, and trust me the designers aren't any happier about it than you are. I do fluid-width displays every time my clients will let me (~20%), and I always try to make sure the page won't break when the fonts scale. Beyond that, I'm constrained by the tools I've got.

    And I have a 16:10 ratio monitor... which means that often I will read a web site and there will be a narrow strip of text in the center, and tons of wasted space to either side, again because some web designer hard-coded things with pixel counts.


    Highres monitors that wide aren't made for having a single window fill the whole workspace. Super-wide columns aren't readable anyway; human eyes prefer text in narrow columns that wrap quickly.

    Try tiling your web browser window next to other work windows, or email, or even 2 or 3 browser windows side-by-side. You'll be happier.
    --
    I stole this sig from someone cleverer than me.
    1. Re:Response from a designer by steveha · · Score: 1

      Fair enough: it's not just designers, it's also (or even mostly) the designers' clients.

      I have no quarrel with most of your points.

      Highres monitors that wide aren't made for having a single window fill the whole workspace. Super-wide columns aren't readable anyway; human eyes prefer text in narrow columns that wrap quickly.

      Super-wide may not be best, but super-skinny with lots of wasted space around it isn't great either.

      Try tiling your web browser window next to other work windows, or email, or even 2 or 3 browser windows side-by-side. You'll be happier.

      My habit is to leave browsers maximized, and use lots of tabs, toggling between the tabs as I go. I really don't want to fuss with resizing windows and tiling them for ultimate effect.

      I also hate web pages that decide for me to open the link in a new window. If I want a new window, I'll open one. Thus, most of my browsing is done with the middle-button click to open in a new tab, and I get windows with very heterogeneous tabs. The prefect resizing and tiling for one tab will be wrong for another tab.

      Doing a 200% zoom would sort out everything and should look good.

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
  98. Re:_I_ leave my browser open and running for weeks by Matthew+Bafford · · Score: 1

    But I shut my laptop down and take it home with me every day.


    I just suspend and then resume it and everything is still running. Taken that way, it's no different than leaving it running throughout the day, I guess. Technically, it takes longer to get a full "week" of leaving it running. If I stopped and started everything I use throughout the day ever night/morning, I'd probably lose an hour a week just on the "rebooting" of the applications. Oracle, Firefox, Eclipse, Outlook - and those are just the big ones.

    I also run a lot of extensions in Firefox - I'm sure if I didn't I'd be more inclined to start it on demand.

    I've run my computer like this since my first really multitasking capable OS (either Linux or Windows on a 486; I forget which). I still say nothing should be being wasted here, unless you leave the computer on instead of suspending it.

    I have to restart Firefox every few days due to memory and/or CPU usage. I don't blame the browser because I have too many extensions installed for me to accurately place the blame.
  99. parent is troll by Anonymous Coward · · Score: 0

    "the Mozilla Foundation is strongly opposed to free software"

    I have no mod points ATM, but parent is a troll

  100. Java Plugin fixed in FireFox3 by cowwoc2001 · · Score: 1

    The Sun guys rewrote their plugin to operate in a separate process as you mentioned -- it's a heck of a lot faster [1]. I agree with you, however, that FireFox should really be doing this work, not each individual plugin developer.

    [1] https://jdk6.dev.java.net/6uNea.html

  101. Re:YAY! by Anonymous Coward · · Score: 0

    That did it. Thanks!!

  102. Re:Why nobody cares that FF3 doesn't work with Gma by caution+live+frogs · · Score: 1

    If I actually have to tell you what is meant by the term "beta software", well, perhaps you should not be reading /. in the first place. At least send the complaint to http://feedback.mozilla.org/ rather than here.

  103. Re:YAY! by Anonymous Coward · · Score: 0

    look out boys, we got ourselves an open source UI designer!

  104. Re:YAY! by Kadin2048 · · Score: 1

    Look, I use Office, Word particularly, every day. I work in an office where people use it every day. We are, by any definition of the term, "everyday" users. And I have not met anyone in my office who thinks that the ribbons are a step up from menus, or that the auto-hide feature was a Good Thing. (In fact, I discovered that the office secretary swears like a longshoreman; I suppose that's worth something.)

    This is, I believe, one of Microsoft's key problems. They design their products around hypothetical users, rather than real ones. If they'd gone out and actually talked to people who use their software, I think they'd have discovered that most people are pretty satisfied with it overall, and although there are perhaps some minor tweaks or additional features that could be added here and there, virtually nobody wants to re-learn their entire fucking word processor. But instead they have some flawed idea of a non-existent 'everyday' user, who's simultaneously dumb as a rock but also totally willing to sit down and relearn a completely new interface just so they can turn on Track Changes or change the inter-paragraph spacing.

    It's poor design, it's unnecessary, and it's also arrogant.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  105. Very Informative by BrunoUsesBBEdit · · Score: 1

    Very Informative. A non-moderator +1 for you!

    I do this to many extensions.

  106. Really cool certificate handling by obstalesgone · · Score: 1

    On visiting Paypal, I noticed that the Firefox 3 Beta makes strides towards making users more aware of SSL and security certificates. The name of the organization that you are connected to is prominently displayed when visiting a secure site. Clicking on the name gives you additional information about the organization in a clear easy to understand manner.

    The handling of invalid certificates is pretty serious too. You are presented with an error page which you must actually read, at least once, to figure out what to do to make an exception and connect to a site with an invalid certificate. Once you are connected, the name of the company on the certificate is NOT displayed, indicating that Firefox does not actually know who you are communicating with.

    It falls pretty much in line with how I think this should be done.

  107. Windows theme confusion? by peipas · · Score: 1

    Firefox 2 in Vista already looks like the screenshots in the article. Is the author confusing Vista's automatic window dressing as something provided by Mozilla?

  108. thoughts on the osx version by rubah · · Score: 1

    They finally made it metallic :o kinda weird at first.

    In the view -> sidebar, bookmarks isn't labelled, so until you actually push CMD + B you don't know that it opens the bookmarks sidebar.

    The biggest thing is probably that the home button doesn't show up in customize toolbars at all; you have to have the dialog open to drag it from your bookmarks toolbar to your everything-else toolbar. That doesn't make much sense, but I guess they thought they had a reason for it.

    I'm pretty pleased that forecast fox works again though 8) Some people seemed to like using the 'turn off extension compatability checking' method, but that just gave me a million crashes so I forwent it xD

    They have a section in the preferences now where you can control what applications open what kind of filetypes; I'm not sure if that was there before, but it looks like it might be useful in future.

    (summary: holy crap it looks different by default, and wtf put the home button back where it's always been.)

  109. new about:mozilla page by Anonymous Coward · · Score: 0

    Mammon slept. And the beast reborn spread over the earth and its numbers
    grew legion. And they proclaimed the times and sacrificed crops unto the
    fire, with the cunning of foxes. And they built a new world in their own
    image as promised by the
    sacred words, and spoke
      of the beast with their children. Mammon awoke, and lo! it was
    naught but a follower.

    from The Book of Mozilla, 11:9
    (10th Edition)

  110. Release candidateS?? by obeythefist · · Score: 1

    Wait a minute

    There will likely only be one more beta release after this one before Mozilla begins issuing final release candidates.

    If a release candidate is supposed to be of high enough quality to immediately become the final release, then why would you *plan* to have more than one?

    I know if you fail to plan, you plan to fail... but who plans to fail deliberately?

    --
    I am government man, come from the government. The government has sent me. -- G.I.R.
  111. Huh, yeah, why? by Nicolas+MONNET · · Score: 1

    Yet it does. So does Eclipse. What does this have to do with anything?

    1. Re:Huh, yeah, why? by Compuser · · Score: 1

      The GP said:
      "Now if only the gui toolkits were allowing multi threading, things would be much more easy"
      Given that the toolkit is part of the browser project, this lament is rather disingenuous. The answer then is "just code your own toolkit right".

  112. Re:grinding to a halt? by purpleraison · · Score: 1

    you just sound like the average Tier III tech support drone

    If this wasn't Slashdot I would be offended (well, not really)....

    You cannot suggest I am referring to anecdotal information when you have no clue what information I posses, can you? More importantly, using your supposed anecdotal info to counter my alleged anecdotal info doesn't fly either.

    With that said,I will have you know I am proud of my Tier III tech support drone heritage. For what it's worth, I am a Tier III tech support drone, and my father was a Tier III tech support drone, as was his father. In fact I come from an ancient Celtic clan of Tier III tech support drones dating back to the 1300's!

    So, if my anecdotal information isn't good enough, then who's is??

    So I challenge you, sir, to provide me with anecdotal information that would make me feel otherwise.

    Cheers!!

    --
    I am open source, and Linux baby!
  113. Re:Why nobody cares that FF3 doesn't work with Gma by Endlisnis · · Score: 1

    I did complain on there back in the days of the beta1 release, but it was not addressed in the next two beta releases. I know it's beta, and I don't care too much that it doesn't work there, but I don't want to see FF3 officially released with that broken. I'm surprised with how few people notice/complain about it.

  114. Re:YAY! by dave420 · · Score: 1

    Why is it bad? You don't have to wade through menu items you never use in order to find the ones you do. It's learning from what you do, and works with you. It's the same as the customisation tools, only it does it for you.