Slashdot Mirror


Mozilla's Goodger on Firefox's Future

An anonymous reader writes "The New Zealand Herald has an interview with Ben Goodger, lead engineer for Firefox at the Mozilla foundation. In it he describes how he got started, his reasons for Firefox's existence and what the future may hold for the little browser that could."

41 of 470 comments (clear)

  1. My Wishlist for FireFox by The_Rippa · · Score: 5, Interesting

    1. Firefox takes over IE's spot as top browser
    2. Firefox renders slashdot correctly, since this is the site that promotes it the most.

    Keep up the good work!

    1. Re:My Wishlist for FireFox by Trillan · · Score: 5, Funny

      An easier wish might be "Slashdot updates its HTML for 2001."

    2. Re:My Wishlist for FireFox by Anonymous Coward · · Score: 5, Funny

      2. Firefox renders slashdot correctly, since this is the site that promotes it the most.

      No, the IT theme is meant to be like that

    3. Re:My Wishlist for FireFox by lukewarmfusion · · Score: 5, Insightful

      I always wondered about that... in Firefox .10PR (and in previous version I used) Slashdot's main content area overlaps or runs flush with the left nav. No padding, no margin, whatever. I remember reading articles on A List Apart about redoing Slashdot, which made me wonder why this was still happening.

      Is this a problem with Firefox or with Slashdot?

      As for Firefox taking the #1 spot, I would love to see that. There are a few things I've had difficulty achieving in Firefox that work in IE, but none of them are necessary (collapsing DIV when display set to none, for example).

      One day, my boss will choke on his "we should just design for Microsoft IE and if it doesn't work in your Mozilla then maybe you shouldn't use it." Bastard.

    4. Re:My Wishlist for FireFox by Tumbleweed · · Score: 4, Insightful

      I really think Slashdot updating their HTML would be _much_ harder than what was suggested above. MUUUUUCH harder. I think what was suggested above will happen much sooner.

      Slashdot doesn't even need to update to 2001; all they need to do is _correctly_ support any real version of HTML - any one would do; as long as it's valid. I'll hold my breath - I look stunning in blue. :)

    5. Re:My Wishlist for FireFox by recursiv · · Score: 5, Funny

      It's well known (by me, and for no good reason at that) that they don't use CSS because they think HTML should be enough for any web page. After all, everyone knows that CSS is for LiveJournal lusers to set their scroll bar colors, and could not possibly have any practical application. Real men use tables for layout, and that's that. A real programmer would never prefer CSS's long spelled out english words like border-color in favor of HTML's ULs and TDs. People who use CSS to obtain some result that could be possible with straight HTML are obviously being inefficient. They are probably wasting several bytes on those long, spelled out words.
      The content is the only thing matters is the content anyway. If it's so bad, why don't you make your own front end for the RSS feed? That's the true Open Source way! Plus, what if someone tries to access /. in Netscape Navigator 3.0. It will surely choke on the CSS, and give some unpredictable result.

      Better safe than sorry.

      --
      I used to bulls-eye womp-rats in my pants
    6. Re:My Wishlist for FireFox by jamie · · Score: 4, Informative
      OK so this is the thread where everyone complains about Slashdot's HTML, bring it on!

      For the record...

      Slashdot does emit code to an HTML standard, it just happens to be HTML 3.2. That's a standard. Call it "outdated" if you like but if it works, it works, right? Isn't that the point of standards, you don't have to change them every time something new comes along?

      We're hoping to move to XHTML in the future (sometime within the next year, for sure, I hope) but like everything else it goes on our priority list based on resource-cost and benefit. There are bugs that need to be squashed, meaningful features to be added, and performance improvements we need to put into place that come first.

      Honestly XHTML will probably just save us a little bandwidth and make the site look a little prettier, but only the hardcore readers will notice the difference, at least if we do it right. The only real long-term benefit will be to us coders -- it should let us rip out kludgy old code, but of course that's almost as tedious as writing it in the first place, so it's a mixed win.

      Yes, it's a mozilla bug, not a Slash code bug. They've known about it for a year, but it's fixed now, yay.

      No, it doesn't help that someone else took a static rendering of our homepage and converted it to CSS. That's a fun experiment but of course it's very different to change the code to emit HTML to a different standard.

      A shout out to Peter and Shane here for working on the XHTML theme :)

      OK, resume flaming us and our sucky HTML, Offtopics all around! :)

    7. Re:My Wishlist for FireFox by AnyoneEB · · Score: 5, Informative
      Put simply, it's a FF rendering bug which we've had for ages
      So, wait, it's a bug in slashdot's code, but then firefox changes the way it renders the page if you twiddle a nob? Shouldn't firefox consistently render it the same (broken) way every time?
      It's a FireFox bug. Changing the font size forces FireFox to rerender the page, resulting in a correct render. IIRC, the problem has something to do with threading in the render during load feature. The bug has been fixed in the .10 trunk, but, as far as I know, no one has announced either way on it being part of v1.0.
      --
      Centralization breaks the internet.
    8. Re:My Wishlist for FireFox by CTho9305 · · Score: 5, Informative

      but then firefox changes the way it renders the page if you twiddle a nob? Shouldn't firefox consistently render it the same (broken) way every time?

      In theory, yes. Unfortunately, there's a class of bugs called "reflow" bugs - reflow is basically the incremental rendering of pages as more of the HTML is downloaded.

      When certain things happen at certain times, in certain orders, the layout ends up getting rendered incorrectly until you force a reflow (you can do this by changing the text size, resizing the window, etc).

      The problem with these bugs is that they're very hard to track down. A lot of the time, you can't reproduce them on a [faster|slower] connection, and if the developers aren't experiencing it, they're stuck.

    9. Re:My Wishlist for FireFox by Trillan · · Score: 5, Informative

      No. It was a bug in Fire Fox.

      There's two separate arguments going on here.

      The first is "Is Firefox bugged?" and the answer was "Well, it was, but it was fixed." It depended on network timing, I think, because it was intermittent. There's also another aspect to this, which is that the bug was in bug quirk compatibility mode... so if Slashdot's HTML wasn't old crap, it would never have occured at all. But it was still a bug.

      The second argument is "Is Slashdot generating valid HTML code?" The answer is "No." Jamie argues that it is valid, just HTML 3.2 instead of 4.0. However, anyone running the validator can prove this wrong easily -- it's not valid HTML 3.2, either. This isn't really that big a deal, since being technically correct was much less important in HTML 3.2, but it is always annoying to have someone bald face lie to you.

      It may have been that slashdot was the only site to demonstrate the bug (I think it was in 0.7, but I could be wrong), but I doubt it. It was indeed a Firefox bug, and not just a bug in the Slashdot HTML. But that does not mean the Slashdot HTML is valid.

      I hope that helps. This is confusing. :)

    10. Re:My Wishlist for FireFox by mibus · · Score: 4, Interesting

      If it's so bad, why don't you make your own front end for the RSS feed?

      The RSS feed doesn't include the full article summary, it limits the length.

      Makes the RSS much less useful IMHO.

      Editors - any chance of changing that? :)

  2. Only 3 days by Anonymous Coward · · Score: 5, Informative

    And Firefox 1.0 PR has already hit a half million downloads. Way to go!

    1. Re:Only 3 days by Anonymous Coward · · Score: 5, Funny

      Of course, I personally downloaded 300,000 of them myself, just to stuff the ballot box, so to speak... :-) :-)

  3. Re:firefox by Jeff+Mahoney · · Score: 5, Funny

    Aww, Mozilla, the touchy feely browser. It hugs my resources!

  4. Process for Takeover by syntap · · Score: 4, Funny

    1) Take 90% of browser market share

    2) Integrate into Windows Explorer and tell judges it can't be ripped out

    My best sig is this one.

    1. Re:Process for Takeover by Anonymous Coward · · Score: 5, Funny

      >It'd be interesting if MS started including Firefox instead of IE

      Yeah, it'd also be interesting if Hell started importing ice.

  5. Server is slow already... by Anonymous Coward · · Score: 4, Informative

    Kiwi helping build browser

    17.09.2004
    By PAUL BRISLEN

    The web browser wars are over and Microsoft won, right?

    Well someone's forgotten to tell Ben Goodger and his team at the Mozilla Foundation because this Kiwi software engineer is taking market share from Internet Explorer (IE) with Firefox, the browser that's smaller yet smarter than anything else available.

    Goodger, back in New Zealand this week visiting family and friends, works for the Mozilla Foundation and has been the lead engineer on Firefox throughout its development.

    He began while still at the University of Auckland waiting for the launch of Netscape 5.0.

    "I used Netscape 4.0 and basically was just designing web pages and doing web development work."

    The wait for version 5.0 was a long one and when Netscape finally ceased development work on its browser and opened up the source code to the Mozilla Foundation, Goodger found himself taking time off to work in the US on the browser itself.

    Today he leads a relatively small team of engineers who are hard at work preparing for the release of Firefox version 1.0 and the Kiwi input is hard to miss.

    The code names for the previous versions of Firefox include Three Kings, Royal Oak, One Tree Hill and Greenlane.

    Firefox has generated an enormous amount of interest among hardcore internet users around the world and for the first time has taken market share away from Microsoft's Internet Explorer.

    Goodger said the figures themselves varied depending on the source but US-based web training organisation W3Schools claimed IE 6.0 peaked in May of this year with 72.6 per cent market share among its "early adopter" users and had fallen back to 68.3 per cent in August.

    That's the first time IE has declined in market share since its release and could mark the turning point for the browser community.

    The mainstream audience is still firmly in the grasp of IE, however, with figures in excess of 90 per cent reported by several different organisations.

    Most, however, report that IE is losing ground to Mozilla-based browsers and most of those switching are using Firefox.

    In its first day of release the latest version of Firefox was downloaded more than 300,000 times.

    So what is it about Firefox that's attracting users? Goodger said it was a combination of things.

    "Some like the added features, some like the smaller size of the browser. It really depends."

    Goodger is quick to point out that while Firefox is smaller than other browsers, that doesn't mean it's a "lite" version of a browser.

    "It's fully featured. In fact if anything it's got more features that people use than many browsers."

    Goodger and his team have been working with one goal in mind: to make a browser that makes the internet simple again.

    "Do you remember how it was when you first went online? It was easier to search for things, easier to find things, there were fewer annoyances.

    "That's what we want to get back to."

    Goodger said Firefox gave users the chance to block pop-up windows, the bane of many users' lives, but went beyond that.

    Because the browser was not tied in to the operating system, something Microsoft touted as a benefit for IE users, it was not prone to the same security vulnerabilities as IE.

    "We also wanted to make the searching experience much easier for users."

    Consequently Firefox has a Google search box built in and allows users to search within a web page simply by typing in the word they're looking for without having to launch a separate search box.

    Goodger's favourite feature, however, is Firefox's smart keywords utility.

    "It's something that's a little bit hidden so people have been slow to find it but when they do it blows them away."

    Users might, for example, regularly use the company phone book online so Firefox allows them to add that search to their browser.

    "So you can

  6. That title... by over_exposed · · Score: 5, Funny

    ...just cracks me up. "Mozilla's Goodger on Firefox's Future"

    It just sounds DIRTY... If there was some guys Goodger in my future, I'd certainly try to do something about it...

    --
    "The object of war is not to die for your country, but to make the other bastard die for his." - Patton
  7. Firefox v. IE by dan_sdot · · Score: 5, Insightful

    In terms of features, I don't see why anyone would NOT use firefox. You could call things like tabs, quick searches and easily accesible plugins "innovative features," but its not really that innovative, if you think about it. Its just obvious. Microsoft's IE is just a way to look at web pages. Period. No customization.
    Congrats to the Mozilla folks for thinking out of the box and trying to create something that users wanted.

    1. Re:Firefox v. IE by rainman_bc · · Score: 4, Insightful

      except it doesn't have a google toolbar. I need my google toolbar!!

      yes it does

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  8. Why those suburbs? by CynicalGeek · · Score: 5, Funny

    What's wrong with Ponsonby or Remuera - much classier. Or Manukau, Otahuhu, Papatoetoe - much more authentic. They could offer a porn-optimised version of Firefox codenamed "K-Road".

  9. Firefox IE by FiReaNGeL · · Score: 5, Informative

    More useful features, nice interface and CUSTOMIZABLE! Extensions are so good... but we'll have to see if it's too much for a simple end user.

    My favorite one : WeatherFox! (URL:http://weatherfox.mozdev.org/). Crafteh (wish I knew his real name) developped this beauty following my suggestion on the MozillaZine forum and did an AWESOME job. Weather prediction anywhere in the world in your status bar... soooo usefull! Use it!

  10. Better handling of extensions by fastdecade · · Score: 5, Interesting

    One cool thing about Firefox is support for extensions, extra search engines, etc. Totally configurable and that's the kind of users it's going for.

    If firefox is to hit mainstream, some of the more popular plugins need to be incorporated directly into the product. At the very least, offer for download a chunky version with lots of stuff already installed. But even that won't cut it. Some features, like tabbed browsing, can't just be added on as extensions because they interact badly with other extensions.

    Also, there are backward-compatibility problems with each new release. Developers of open-source extensions aren't going to keep updating their work, so supporting at least the more important extensions should be considered essential from a release perspective, and perhaps they should be incorporated into the core project where possible.

    There's nothing wrong with an extension arhcitecture per se. In fact, they have worked very well in open source, e.g. Eclipse and Linux. And that's true for firefox too. However, the management of extensions requires careful consideration. In Firefox's case, there's room for improvement.

    (BTW maybe this has nothing to do with the interview but it's slashdotted, that's my excuse for waffling on.)

  11. I suggested to my boss today........ by ARRRLovin · · Score: 4, Interesting

    .........that we (hypothetically) could lock down IE using policies so that IE could *only* browse intranet sites. Then install Firefox as the "Internet Browser". He said it would be too much administration for our PC support group.

    I came back with, "More administration than cleaning and recleaning spyware and adware from users' machines on a daily basis? Symantec and Adaware are supposed to come out with a corporate solution in Q2-05 at the cost of roughly $20-30 a seat. This would cost us nothing but the time we spend orchestrating a rollout."

    I could see the gears turning, which was encouraging. :)

    --
    -Randy
    1. Re:I suggested to my boss today........ by Mateito · · Score: 4, Insightful

      Note to geeks from a PHB in training:

      Without knowing the particulars of your boss, this is generally not a good approach to convincing a PHB you want something done.

      A suggestion:

      Instead of planning "comebacks" for when boss says "no", present your ideas in such a way that he says "yes" the first time. Changing a "no" to a "yes" is a lot harder than extracting a "yes" in the first place.

      Write down how many hours a day you spend cleaning spyware off computers (a) then give a half page summary of your proposed solution and the number of hours (b) it would take to install, debug it etc. Be as honest as possible with the time. Show boss that after x=f(a,b) days you will be ahead and have more time to work on projects and thus cut costs (use the word MONEY somewhere) in his department.

      Managers are usually goaled on revenue... and thus these are the terms in which you have to express things in order to get that "yes" the first time.

  12. GOOD Improvements by rueger · · Score: 5, Insightful

    These things are of course a matter of personal preference, but I find that the innovations in Firefox are almost invariably sensible and useful.

    All too often software developers add things that seem good to them, but which the end user finds irritating or just confusing. Opera is a good case in point, with lots of gee whiz cool features that I just never got around to using. That has never happened to me with Mozilla or Firefox.

    It seems that with every release I'll find some new little feature that suddenly becomes essential, or at least enhances my browsing experience in some nice way, but without detracting from other things.

    The latest was the search bar that pops up at the bottom of the screen when searching in the page. How brilliant! After years of search boxes popping up on top of the text that you're reading, someone figured to drop it in a place that wasn't intrusive.

    Sure, there are still things that I would like changed - like moving more of the configuration away from the "about:" system, but all in all I just like Firefox and find that its greatest feature is that it doesn't get in my way - it just does the job and lets me concentrate on content.

    1. Re:GOOD Improvements by ZorbaTHut · · Score: 4, Interesting

      The latest was the search bar that pops up at the bottom of the screen when searching in the page. How brilliant! After years of search boxes popping up on top of the text that you're reading, someone figured to drop it in a place that wasn't intrusive.

      I installed the new version of Firefox the day it was released, and didn't notice anything different. I went to search for something, hit ctrl-f, typed normally, and found it, no problems.

      About ten seconds later I suddenly realized "wait a second, where was the search box?" I hit ctrl-f again and . . . basically stared in total surprise.

      It's brilliant. It's simple. I can't think of a single downside beyond "will people think to look for it there". Kudos to the Firefox team.

      The only setting change I need now is something to prompt for overwrite when I try to create two identically-named bookmarks - this is a feature I use all the time in IE, and it's literally the only thing keeping me from switching over to Mozilla 100%.

      --
      Breaking Into the Industry - A development log about starting a game studio.
  13. mozilla browser was bloated, firefox is not by geekschmoe · · Score: 5, Insightful

    The main reason I was so interested in firefox to begin with (and the same reason I use it today), was that it focused on trimming out the unnecessary stuff from Mozilla. This makes startup/respopnse time much quicker. It used to take +/- 15 seconds to start mozilla, as opposed to +/- 3 seconds for firefox. Granted, I always run on older hardware, but still.

    The other contenders for a fast browser (konqueror and opera) don't render pages correctly a lot of the time. Konqueror's KDE daemons make it slower to start up. Opera's banners make it rather annoying to use.

  14. Re:Won't help by seizer · · Score: 5, Informative

    That comment just doesn't reflect reality, DogDude.

    Firefox blocks popups out of the box, doesn't support ActiveX at all, doesn't let you run EXE files directly without saving them first, isn't tied with explorer.exe, etc. How many sites do you know that have spyware which affects Firefox?

    I know of none. Can you point me to any please? The only site I've come across which could cause issues is http://www.xpehbam.biz/5 which loads a java class which exploits the Microsoft JVM (NB: not Firefox), and installs a dialer. If you're running the SUN JVM, you are of course safe.

  15. Re:Won't help by sloanster · · Score: 4, Insightful

    I hate to burst YOUR bubble, but your statement seems to fly in the face of certain hard facts, as underscored by the chronic microsoft ie specific security woes which have buffeted microsoft users for the past few years.

    While there's no panacea, and this is no time to relax our security vigilance, there's no question that firefox is a much safer choice of browser than ie - to deny that is just plain silly.

  16. LiveHTTPHeaders by john_anderson_ii · · Score: 5, Interesting

    The number one reason I switched to Firefox is the LiveHTTPHeaders extension. This handy little gadget docks in your sidebar and displays outgoing HTTP requests and incoming responses in real time. It's a must for anyone who works with server side application technologies, load balancing, content switching, or caching. Good stuff.

    Oh, yeah, the pop-up blocking is great too, so is tabbed browsing.

    --
    Be Safe! Sleep with a Marine. Semper Fi!
  17. Plugins Don't Work Seamlessly by Anonymous Coward · · Score: 4, Interesting

    Will never catch on with the neophytes running Windows unless popular plugins install with a single button click and work seamlessly. Any idea why the Flash photo galleries on the USA Today site keep prompting me to reinstall Flash even though version 7.0.14.0 is already installed with Firefox/Win2K.

    I've installed Firefox on the computers of two relatives, both have inquired about the problems rendering USA Today's contents. Unable to solve the problem I had to tell them to use IE. Yuck! I will gladly forego using photo galleries on USA Today in favor of using this browers but others won't.

  18. Re:Won't help by Anonymous Coward · · Score: 4, Informative

    Well I can mention one anecdote. I was searching for a crack on astalavista, and one site that had an interesting file I wanted to check out, insisted through a dialog box, that I must click yes and install their firefox extension, before I will be allowed to download the file from their site. Of course I refused, so who knows what it was. Strangely enough, my virus checker reported start.exe contained a virus. Another app packaged with a different crack. Oh the joys of windows.

    I suppose the lesson is don't run proprietary software that requires a crack. I think I'm going to setup a user for browsing and a user for mail on my linux box, so my home dir is safe in case I do something retarded, since even the brightest people can be boneheaded some of the time.

  19. What happens to the net when everyone has AdBlock? by Pausanias · · Score: 5, Interesting

    This is potentially the beginning of a huge change in the way advertising works on the internet. As people get turned on to Gecko, they will get turned on to features like AdBlock. If Gecko captures 50% market share, you can bet many of those people are viewing neither ads nor unwanted Flash content, if they're anything like me.

    Does this mean an huge impending change in the way advertising works on the internet? Will companies like the NYT, who make a lot of money from ads, start embedding advertisements in ways such that AdBlocking them with regexp filters would also block out the non-ad images?

  20. Re:What happens to the net when everyone has AdBlo by TheAwfulTruth · · Score: 4, Insightful

    This has been happening for quite some time. Like years.

    Sites (like Yahoo, IGN etc) are already making you step through ad pages before seeing content. Sometimes you can block that too, but sometimes not.

    The more we fight against ads, the more annoying and intrusive the ads will become :(

    --
    Contrary to popular belief, coding is not all free blow-jobs and beer. Those things cost MONEY!
  21. Re:Firewall Port by DA-MAN · · Score: 4, Funny

    Try blocking port80, that should get most of them. If that doesn't work, try port 21 as well.

    --
    Can I get an eye poke?
    Dog House Forum
  22. Think AdBlock will always be a niche by SuperKendall · · Score: 4, Insightful

    I myself know of Adblock - but I choose not to use it. Sites that have ads that are too annoying to use, I just don't use.

    I'd rather have sites stay around longer because they are supported by advertising revenue. I don't mind a few ads as a price, and I would mind whatever payment scheme would have to replace them.

    But that's just my personal stance. In the larger sense, I think that the populace at large does not care about ads so much that they seek out blocking solutions, or would even go to the effort of using an ad blocker if they could. After all, the US populace is exposed to ads so often we are just about blind to them anyway.

    Popups are a differnt matter as they generate constant unpleasant irritation, and people do go to great lengths to eliminate irritations from their lives.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  23. Re:Won't help by Anonymous Coward · · Score: 5, Insightful

    It's much, much, *much* more likely that you're getting these trojans through a completely different source and just blaming Firefox. You could have some other resident, hidden trojans that are downloading these things; remember that with XP and 2000 (I assume you're using one of them), once you have one trojan or worm, the floodgates are open for more to install themselves. Some will download porn adware, and some will even generate pop-up ads, hoping that you the user will think it's your browser. These trojans could even get through via a different machine on your local network if you have one, or if you have a poorly secured DSL router.

  24. Who should i blame then... by Insipid+Trunculance · · Score: 5, Funny

    i was going to blame /. for the way the web site renders in Firefox.

    Then i read that its not Slashdot ,its actually firefox.

    Then i read that it actually is /. since its HTML is not valid.

    So can i continue blaming /. or shall i play safe and blame MicroSoft.

    many thanks for your invaluable opinions.

    --
    Wanted : A Signature.
  25. Re:Smart Keywords by cpaluc · · Score: 4, Informative

    I hadn't either - until I just read about them and tried them out.

    Go to a site that has an input box for doing a search (eg. dictionary.com). Right click in the input box and select "Add a keyword for this search ...". Then give it a name and a keyword (eg. dic). Now all you have to do is type 'dic anthropomorphic' in the URL box and Firefox will go to dictionary.com and look up the word for you.

    I've been using it for 1/2 hour and I'm hooked. This will save heaps of time here at work. Eg 'pb joe' to look up joe in the phonebook on the intranet - no need to go to the page.

    I've tried converting some people to Firefox before. I haven't had much luck (tabbed browsing etc didn't do it for them - go figure.) But it seems like this feature might just do it for one of my colleagues.

    Also note, there should be a bookmark in you 'Quick Searches' bookmark folder that will give more info.

  26. Unfair comparison by pdamoc · · Score: 4, Informative
    Firefox, the browser that's smaller yet smarter than just about anything else available.

    Firefox Setup 1.0PR.exe - 4,742,005 bytes
    Opera 7.54 - ow32enen754.exe - 3,666,195 bytes
    People should stop comparing Firefox to IE, that's really unfair, its like comparing a power-plant based on nuclear fuel with one based on coal. It is a difference in age.
    However when we compare Firefox with Opera we can clearly see that Opera is a smaller download, it includes a very smart (the smartest I've used) email client, a news reader and an IRC client.
    The day when Firefox/Mozilla will have a email client as smart as Opera's M2 and it will be every bit as accessible as it is now M2 is the day I will consider switching. Till that day I'll still be an Opera fan with all the other browser installed as an alternative.