Slashdot Mirror


Mozilla.org Relaunched

mpeach writes "Mozilla Organization has launched its new Web site and it's looking a fair bit sleeker than it used to. No new product releases to go with the new look unfortunately, but, according to the Firefox 1.0 Roadmap, release candidates of the latest browser are getting closer by the day."

89 of 427 comments (clear)

  1. Latest nightly is already called by acariquara · · Score: 5, Informative

    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040901 Firefox/1.0 PR (NOT FINAL)
    as of 09/01/2004... Broke some extensions BTW!

    --
    Dear aunt, let's set so double the killer delete select all
    1. Re:Latest nightly is already called by ernstp · · Score: 3, Informative

      Asa Dotzler (Mozilla.org's QA guy!) says:

      Last night our champion hackers got a new update infrastructure landed into Firefox 0.9 branch builds and set up the new server and the new server-side code, moving away from the slow Java based stuff to some much faster not-Java based stuff. Grab today's branch builds and go hammer on this new stuff. Update should be working better and everything should be faster, hopefully.

      http://ftp24moz.newaol.com/pub/mozilla.org/firef ox /nightly/latest-0.9/

    2. Re:Latest nightly is already called by samhalliday · · Score: 3, Interesting
      Mozilla/5.0 (Windows

      why is the latest version of firefox so hard to find for windows? all the download links are for gnu/linux! (or is this new page so "smart" that it detects what OS you are on and only print a link for that?)

    3. Re:Latest nightly is already called by Hooded+One · · Score: 3, Interesting
      It looks like they do check your system to provide the relevant download link. Interestingly, changing your UA doesn't affect this. The relevant code is this:
      function getPlatform()
      {
      if (navigator.platform.indexOf("Win32") != -1)
      return "Windows";
      else if (navigator.platform.indexOf("Linux") != -1)
      return "Linux";
      else if (navigator.userAgent.indexOf("Mac OS X") != -1)
      return "MacOSX";
      else if (navigator.platform.indexOf("Mac") != -1)
      return "Mac";
      return "Other";
      }
      I guess navigator.platform is independent of UA string. What doesn't make sense is why they use userAgent for OSX.

      What also doesn't make sense is why they used client-side Javascript for the rotating screenshot image, when they're already doing server-side scripting to include the latest RSS information, or why they have the screenshot as the background image for a DIV instead of an inline IMG.

      It's still a lovely layout though.
    4. Re:Latest nightly is already called by mini+me · · Score: 2, Interesting
      What doesn't make sense is why they use userAgent for OSX.

      OSX returns "Mac" I assume. So that code allos them to identify between OSX and OS<=9.

      What also doesn't make sense is why they used client-side Javascript for the rotating screenshot image, when they're already doing server-side scripting to include the latest RSS information, or why they have the screenshot as the background image for a DIV instead of an inline IMG.

      Perhaps the page is generated by a cronjob so it wouldn't be random until the next time the page is updated. And the image is a background image because you can't insert inline images with CSS. If you look at the page without style-sheets you'll see why you'd want that image in the CSS file as opposed to the HTML.
    5. Re:Latest nightly is already called by elemental23 · · Score: 2, Insightful

      On the contrary, placing images with CSS is extremely useful, especially for excluding images from print versions or providing pages that degrade to nothing but the most basic layout (the way the new Mozilla site does). Positioning can also be a lot easier this way.

      Personally, I think it's much more elegant than a bunch of inline floated or, god forbid, align="right"ed image tags.

      --
      I like my women like my coffee... pale and bitter.
    6. Re:Latest nightly is already called by Hooded+One · · Score: 2, Insightful

      That's what generated content is for. Unfortunately, since IE does not and may not ever support it, ugly hacks such as background images are used instead.

      Background images should be used for background images only. Anything else breaks most of the normal user operations that can be performed on content images.

      Honestly, I'm not sure it's even necessary to take this step on the Mozilla website anyway. I imagine that most of the users browsing without CSS would be browsing without images as well, i.e. text browsers such as Lynx.

      Having said that, I wouldn't be surprised if I got a flood of indignant responses to the effect of "I use graphical browsing without CSS all the time, you insensitive clod!"

  2. Great new look! Same old shit... by Anonymous Coward · · Score: 4, Interesting

    So /. renders really poorly in Gecko, as do a myriad of other sites.

    Is that Firefox's problem for not gracefully accepting broken HTML? Or is it those web developers who write the broken HTML?

  3. Finally sheesh by (54)T-Dub · · Score: 3, Insightful

    I'm glad that the creative designers behind the firefox look finally got a crack at the homepage. IMO it gives the browser much better more credibility if it has a professional looking website. Not just like some hodge-podge browser. *warning ... blatant plug to get me free stuff following

    --

    "I can not bring myself to believe that if knowledge presents danger, the solution is ignorance" - Isaac Asimov
    1. Re:Finally sheesh by randyest · · Score: 3, Insightful

      I'll second that, and not even anonymously.

      The free ipod thing, which has been joined by the new "free flatscreen" thing is turning every part of the internet that didn't totally suck (like slasdot and fatwallet and . . ) into a spamfest.

      Frankly, I'd like to see /. handle the "free *" spam sigs and posts the same way that the SomethingAwful forums do -- permaban.

      Now mod me as offtopic, overrated, trolling flamebait. I know you want to because you want a free ipod too, and you're in so late in this pyramid scheme that you have no chance to get one, so you have to lash out somewhere . . . .

      --
      everything in moderation
    2. Re:Finally sheesh by NeoThermic · · Score: 2, Informative

      Not sure what you see, but when I go to the firefox page, I see a huge div on the right, saying:
      `Download Now!`

      Seriously, are you on the right page?
      http://www.mozilla.org/products/firefox/

      NeoThermic

      --
      Use my link above, or to view my server, NeoThermic.com
    3. Re:Finally sheesh by jelwell · · Score: 3, Insightful

      I'll third that, also not anonymously. The problem isn't the links themselves. It's that the content of the message posted is so hastily written to try to get moderation points quickly.

      Is the new Mozilla site actually more professional looking? No. Maybe compared to the link in the article from 1998, but not compared to how mozilla.org looked a month ago.

      It just seems like this kind of ill-informed comment only serves the purpose of promoting said website.
      Joseph Elwell.

    4. Re:Finally sheesh by RasputinAXP · · Score: 2, Funny

      There are sigs on /.?

      Really?

      Good thing I can filter them out in my user prefs panel!

  4. The Previous Design by adam+mcmaster · · Score: 5, Insightful

    Why not actually compare it to the previous design they had?

    1. Re:The Previous Design by Curtman · · Score: 3, Informative

      Or the hideous one before that.

    2. Re:The Previous Design by aka.Daniel'Z · · Score: 3, Interesting

      Not that I care, but did anyone notice that they're using some mozilla-only CSS stuff?

      So when an IE user goes to the site, some stuff appear to be broken (like the green box that says "Free Download" doesn't have rounded corners on IE)... Small details, but still...

      On the other hand, looks very good on mozilla. :D

    3. Re:The Previous Design by ptlis · · Score: 2, Informative

      It's not mozilla-only, it is infact w3c standards compliant and as such renders fine in all standards-complient browsers; as such it renders fine in Opera 7.x

      --
      There's mischief and malarkies but no queers or yids or darkies within this bastard's carnival, this vicious cabaret.
    4. Re:The Previous Design by asa · · Score: 5, Insightful

      So when an IE user goes to the site, some stuff appear to be broken (like the green box that says "Free Download" doesn't have rounded corners on IE)... Small details, but still...

      "broken"? What's broken? Everything degrades well. Different is not "broken".

      --Asa

  5. Duh by over_exposed · · Score: 5, Funny

    ...release candidates of the latest browser are getting closer by the day.

    Isn't that kind of how time works?

    --
    "The object of war is not to die for your country, but to make the other bastard die for his." - Patton
    1. Re:Duh by sploo22 · · Score: 5, Funny

      Normally, yes, but not always. For example, take Duke Nukem Forever...

      *rimshot*

      --
      Karma: Segmentation fault (tried to dereference a null post)
    2. Re:Duh by someguy456 · · Score: 2, Funny
      Isn't that kind of how time works?

      Not if its Duke Nukem Forever, in which case the release date actually gets a little farther away every day

    3. Re:Duh by Phroggy · · Score: 5, Funny

      Isn't that kind of how time works?

      Yeah, that's a bug. They're working on it.
      http://bugzilla.mozilla.org/show_bug.cgi?id=60455

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  6. Woot by Commander+Trollco · · Score: 2, Interesting
    Nice.

    Sorta OT, is anyone else irritated with how they are hiding the zipped binaries for windows now? You used to be able to get them as easily as the installer, and before that there was no installer. I just don't trust it...

    --
    http://persianews.on.nimp.org/?u=Tar_Baby
    1. Re:Woot by PReDiToR · · Score: 2, Informative

      They stopped showing the Zips on the main page because they wanted to test the installer properly.

      There were still problems with it on 0.9, I don't know if they are fixed yet.

      --

      Do not meddle in the affairs of geeks for they are subtle and quick to anger
  7. Firefox by danormsby · · Score: 3, Insightful
    I'm a big fan of Firefox. Only bit I don't like is upgrading the software where "installing over the top of an older version may cause unpredictable problems."

    Soon as that is fixed I'll recommend it to my mother.

    --
    Omnis amans amens
    1. Re:Firefox by anakog · · Score: 4, Interesting
      Frankly, I am not much worried about that, because I am sure the distros will take care of packaging it nicely to avoid these kinds of problems.

      What worries me though is that very old and critical bugs like Bug 115174 are not considered important enough as to be release blockers. For the lazy to look this up, this bug manifests in realoading a dynamically generated page in certain cases, which may result in double-charging your credit card when you have just made a purchase and simply want to save your receipt. This bug is present in both Mozilla and Firefox and has been an issue since 2002!

      I have been using Mozilla and Firefox exclusively for the past couple of years and have to say that this is a PITA. I got used to it and know which sites I regularly visit are problematic and how to get around it (save as text or print to file). But a lot of users might get hit by this bug if Firefox becomes more widespread and they would rightfully be pissed.

      Another problem I have is that since about version 1.3 (or earlier?), Mozilla, and later Firefox, have been unstable and crashing a lot (e.g. once or twice a week under heavy load). I don't know is this is a Linux-only issue (I only use Red Hat 9 and Fedora core 2), but they seem to have a memory leak and that's not good if it creeps into the 1.0 release. I would gladly submit a bug report for this if I only knew how to reproduce it...

  8. Re:It's free.. by Nos. · · Score: 3, Funny

    I didn't realize that a new template was front page news here on slashdot... either that or its a VERY slow news day.

  9. Great UI Improvements by grape+jelly · · Score: 5, Insightful

    I, for one, think they have made some great UI improvements. Most people don't hit moz.org seeking news and whatnot about the project. Instead, they just want to know where to get The Better Browser(TM). More than once, I've had to hold a few slower-than-I'd-like hands in finding where to download the latest and greatest version of Moz and variants. I just wonder why they featured FireFox so prominently and put the full version of Moz in the "bottom" row.

    1. Re:Great UI Improvements by Lispy · · Score: 4, Interesting

      Try Firefox and you'll know.

      Honestly. Mozilla includes everything and the kitchen sink. That's overkill for most users. As the Gnome folks learned the hard way a few good options are much more welcome than every little tidbit of configurability.

      Firefox is lean, fast forward, and one tool for the job. Just what mom needs. And what I need. The features can be added with extensions, if you really have to. Most people love Firefox from day one because they "get it".

      Mozillas default interface also resembles the old Netscape Navigator interface wich feels kinda old to the people that switched over to IE back in 1996.

    2. Re:Great UI Improvements by RichM · · Score: 2, Insightful
      Mozillas default interface also resembles the old Netscape Navigator interface wich feels kinda old to the people that switched over to IE back in 1996.
      I know, they are really holding themselves back over this one - a lot of people don't actually realise that they can change to another theme. IIRC, the only reason why this is the default theme is because the "modern" theme doesn't display properly in 256 colours on certain systems. I know, it's a bit silly really.
    3. Re:Great UI Improvements by Anonymous Coward · · Score: 3, Insightful

      Try Firefox and you'll know.

      I use Firefox as my primary browser, and I'm equally confused as to why it suddenly has centre stage. It's not ready for primetime. The current release version has got a half-assed incomplete default theme, there are still problems upgrading from version to version, there's still filler text where there should be text that is actually useful... it's not a finished product. That's why it isn't 1.0 yet.

      Seeing as 1.0 is not too far away, why couldn't they have postponed pushing Firefox over the Mozilla suite until 1.0 is released? As it is, newbies are going to be downloading this incomplete version and being put-off permanently. Once a user has a bad experience with an application, it's damn hard to convince them to give it another shot. When 1.0 is released and the press machine goes into action, a substantial number of people are going to think "Firefox? I tried that not long ago and it was unfinished crap!" and not give it a second thought.

      The previous design, while it wasn't as pretty as this new one, clearly labelled Firefox as a "technology preview". I just wish they had kept it that way until Firefox is ready for prime-time.

  10. Camino? by wtmcgee · · Score: 2, Interesting

    camino is barely mentioned on this site...

    sad.

    --
    *** For a better tommorow, change your life today ***
    1. Re:Camino? by theKinkyRabbit · · Score: 2, Informative

      Not on the homepage, but it's not really hidden either.

      --
      Life isn't a bitch. Life is a virgin. A bitch is easy.
  11. Web design to match browser by usefool · · Score: 2, Interesting

    Is there anything significant in this relaunch? Are they designing (show-casing) a site that utilises every feature in Firefox, for instance?

    --
    Uselessful technology (Air-Charged
  12. Slow News Day? by ackthpt · · Score: 5, Insightful
    Ok, this is bordering on infatuation. "Mozilla Organization has launched its new Web site and it's looking a fair bit sleeker than it used to. No new product releases to go with the new look" This is effectively saying we looked at 500 submissions and this was the best of them.

    Slow news day or infatuated with Mozilla? Heck, I like Mozilla and use it at home and work, but I don't drop everything to see what's happened with their website in the last day. Gee willikers.

    Here's some other fine articles which could probably have been posted:

    Philadelphia Considering Free or Low Cost Wireless For All

    Microsoft to Exploit Japan's Post Offices to deliver SP2 (their word, not mine!)

    The Road Ahead, According to Steve Ballmer

    X-Rays Reveal Mummy Faces (Low Cancer Risk to Mummy)

    Owls Use Poop to Lure Beetles

    --

    A feeling of having made the same mistake before: Deja Foobar
  13. Interesting... by InternationalCow · · Score: 4, Interesting

    how Firefox is being plugged. It's pretty obvious IMHO from the site that Firefox has the wind in its sails so to speak, as it's offered for download (geared to your OS, nice) with a biggo font. If you want Mozilla, you have some more clicks to go. Does that mean that Mozilla will be superseded at some point by Firefox??

    --
    ----- One learns to itch where one can scratch.
    1. Re:Interesting... by gl4ss · · Score: 2, Informative

      yes. afaik that's the whole point.

      and really why not: lighter, faster and just as good if not better. firefox tries to be what most people seem to be looking from mozilla anyways: a good web browser(very few use the extra stuff in the 'full' mozilla anyways and if they're available as seperate in the future there's no problem there either).

      --
      world was created 5 seconds before this post as it is.
    2. Re:Interesting... by barcodez · · Score: 4, Informative

      Does that mean that Mozilla will be superseded at some point by Firefox??

      Yes, this has been the plan for sometime. See the Roadmap in particular point (1.) under "a new roadmap" and also Rationale

      --

      ----
  14. Re:Hrmph... by Rei · · Score: 3, Funny

    What I found amusing was that when I clicked on their new website in Konqueror, it crashed. Subtle coding ploy? ;)

    It worked the second time... I got a grin out of it, though.

    --
    I just invaded Grammar Czechoslovakia and duped Grammar Neville Chamberlain; now it's on to Grammar Poland.
  15. Nice try by kikta · · Score: 4, Informative

    Mozilla.org has been looking at your user agent for quite a while to determine which OS you are using and offer you the appropriate download.

    If you use Windows or a Mac, you'll get offered the downloads for those initially instead.

  16. Bad choice of hook by cicho · · Score: 5, Insightful

    They shouldn't be using "Free download" as the prominent eye-catching link. "Free download" does not mean the software is free, only that it costs nothing to download it. This semantic fuzziness is often used by commercial software vendors (and spammers) as a way to entice people to download trial and/or crippled software. They should instead say something like "Free software", "Free to get, free to use", anything that doesn't have the bad vibe that comes with "free download"

    --
    "Only the small secrets need to be protected. The big ones are kept secret by public incredulity." - Marshall McLuhan
    1. Re:Bad choice of hook by justforaday · · Score: 4, Funny

      They should instead say something like "Free software", "Free to get, free to use", anything that doesn't have the bad vibe that comes with "free download"

      I'm sure posting a big flashing "Free as in Beer" graphic will boost it's popularity with the college crowd.

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
  17. Not Even The Half Of It! by ackthpt · · Score: 5, Interesting
    how Firefox is being plugged. It's pretty obvious IMHO from the site that Firefox has the wind in its sails

    Let's talk understatement here. You don't offer this kind of thing without a significant commitment to the package.

    --

    A feeling of having made the same mistake before: Deja Foobar
    1. Re:Not Even The Half Of It! by Stephen+Williams · · Score: 4, Funny

      I hope Microsoft never decide to copy that idea.

      Talking plush Clippy: "It looks like you are trying to cuddle me. Would you like me to offer suggestions for improving your hugging technique?"

      -Stephen

    2. Re:Not Even The Half Of It! by Mr+Smidge · · Score: 4, Funny

      I do actually feel an unstoppable compulsion to buy one of them..

  18. Links to the Alphas buried? by Beautyon · · Score: 2, Insightful

    Links to the bleeding edge 1.8 Alpha versions are not immediately apparent...why?

    --
    ATH0 Bitcoin: 1DnwFLXczVZV8kLJbMYoheUrpqHesjxrSi
    1. Re:Links to the Alphas buried? by bizpile · · Score: 4, Insightful

      Links to the bleeding edge 1.8 Alpha versions are not immediately apparent...why?

      That was the first thing I noticed, I'd have to guess they are trying to go more mainstream and make downloading their brower less ambiguous for the masses.

  19. Sunbird by Feneric · · Score: 2, Interesting

    It's a pity that Sunbird isn't given any sort of prominence along with Thunderbird... it's already very usable and fills its niche nicely.

    1. Re:Sunbird by sgtsanity · · Score: 2, Informative

      I thought that too... until I tried to print my schedule and it froze up. That said, it's good enough that I use it for my calendaring. But isn't anywhere near as polished as Firebird and Thunderbird.

  20. Good to see their money is going to good use by flend · · Score: 3, Funny

    Were they stuck for something to do when they realised they no longer had to keep renaming Phoenix/Firebird/Firefox?

  21. Mirror by romper · · Score: 5, Funny

    Mirrored here.

    --
    Right is wrong when left is right.
  22. Don't work with MSN music by methano · · Score: 3, Informative

    OK, so this is off topic. But I just tried the new MSN music site and some of the buttons (like search) don't work in FireFox. What a piece of crap. I'm going back to IE. (just kidding, about going back that is. The search button really is DOA).

  23. Firefox PR1 by eegad · · Score: 2, Interesting

    This roadmap indicates the PR1 for 8/30. Where is it? Hmm...

  24. Yup by CurbyKirby · · Score: 4, Informative
    # Focus development efforts on the new standalone applications: the browser currently code-named Firefox, the Mozilla Thunderbird mail/news application, and standalone composer and other apps based on the the new XUL toolkit used by Firefox and Thunderbird. We aim to make Firefox and Thunderbird our premier products.

    # Updated: Maintain the SeaMonkey application suite, currently built by default, for enterprises and other organizations with large existing Mozilla deployments. SeaMonkey remains an important product for many customers.

    from http://www.mozilla.org/roadmap.html

    --

    --
    "Extra Anus Kills Four-Legged Chick" -- Headline
  25. Slate by MyShinyMetalAss · · Score: 2

    Looks OK. The screenshot of the much-debated Slate article is a nice touch, though.

    --
    This is not an automated signature. I type this in to the bottom of every message.
    1. Re:Slate by Fenris+Ulf · · Score: 2, Interesting

      Hit reload, it's only one of many (I got The Onion the first time)

  26. Firefox is more popular by jeti · · Score: 2, Interesting

    It looks like the start page for Firefox is accessed nearly eight times as often as the start page for Mozilla.

  27. Looks nice! by lpangelrob2 · · Score: 5, Funny
    Rumor has it they also tried to change the name of the site to http://www.firelizard.com, but the technical barriers were too high to overcome.

    (Yes, I use Firefox ;-) )

  28. Re:Great new look! Same old shit... by el-spectre · · Score: 2, Funny

    If we're talking about 1 programming language and 1 interpreter, this is ok (I'm a perl fan myself). But since we're talking about scores of browsers from different makers in different countries, the standards should be adhered to.

    Besides, real programming languages have enough built in intelligence (scoping, flow control structures, etc) to make some assumptions. Basic HTML does not.

    BTW: Only GOOD perl looks like line noise :)

    --
    "Faith: Belief without evidence in what is told by one who speaks without knowledge, of things without parallel." - A.B.
  29. Re:KISS by darth_MALL · · Score: 2, Funny

    Personally I preferred the old Judas Preist style, but hey...Diff'rent Strokes, Eh?

  30. Thanks mozilla guys. by Anonymous Coward · · Score: 3, Insightful

    Looks nice, And valid too!
    --
    Slashdot only allows a user with your karma to post 2 times per day (more or less, depending on moderation). You've already shared your thoughts with us that many times. Take a breather, and come back and see us in 24 hours or so.
    -
    I'm still posting :-)

  31. Re:But gotta love the Linux bias by jekewa · · Score: 2, Informative
    That's the site reading your browser's user-agent information. They know you're using LINUX, so they offer you Linux.

    Here's what it says for me:

    Free Download
    for Windows, English (4.7MB)
    or get Firefox on CD

    Here's what my browser sends to them:

    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.8

    I'm not sure what they offer you if they don't know.

    Yeah, I'm using Windows. But...uh...I'm at work...and they make me!

    --
    End the FUD
  32. Extensions vs. plug-ins by Allen+Varney · · Score: 2, Interesting

    I wish the Firefox page had easy front-page links to both the Extensions list and the Plug-ins list. Maybe I missed the link, but the most convenient way I know to find the plug-ins is through a search engine. Does anyone know why extensions and plug-ins have to have separate pages?

  33. They know my system. by vitaflo · · Score: 5, Insightful

    It seems the website knows what system I'm running, as they offer for me to download the OS X version of Firefox, yet the screenshot of it to the right shows the Windows version. It'd be nice if they tailored this page to me a bit more and showed a screenshot with OS X chrome.

  34. Re:It's free.. by Creepy+Crawler · · Score: 2, Funny

    And I get -1'ed for it. It's a new fucking template.

    --
  35. Great! Now I just have to wait by i_r_sensitive · · Score: 2, Funny

    until Oct 11 next year for Debian to percolate it out of unstable!

    --
    "Talk minus action equals nothing" - Joey Shithead, D.O.A.
    "Talk minus action equals /." -
  36. Bring back the Quickies by Anonymous Coward · · Score: 4, Interesting

    While I don't agree with most of your post, I do agree that this item didn't really deserve its own article. The problem is that we don't get Quickies anymore. Remember those? One article that referred to several small items, all worthy of a nerd's attention but not important enough to warrant their own separate articles. For some reason, we don't see those anymore. I thought they were quite fun. A lot of fun's been taken out of /. lately... :(

  37. I like it! by ki4bbo · · Score: 2

    All I can say is wow, this is a great change, almost too great! I came here this morning looking for the latest nightly build, I saw the new design and almost had a heart attack, I thought I had mistyped the URL or something!

    I think the new design gives it much more of a professional look, which is good, I think it will attract more people, and overall be better for there company.

    The blue look deffinatly looks professional. Regarding the old design, something about all that red made me see red :P

    Conclusion: I love firefox! - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040831 Firefox/0.9.1+

  38. Just glad by A_Non_Moose · · Score: 5, Funny

    I'm just glad the got rid of that damn "find toolbar".

    Dear $deity in heaven, why would they screw up a perfectly good feature like find as you type?

    Insult to injury was when typing in passwords to my Novell server, the new find bar proudly displayed my password in plain view. Thank the same $deity no one was around, and my monitor faces a wall.

    Why didn't they just add a Clippy type character that can speak through the voice software in windows:
    "It looks like you are typing in "$password" as your password, would you like some help typing in your passwords?"

    Whoever thought that find bar up deserves 10 lashes with a cat5 o' 9 tails.

    --
    Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
  39. Nitpicking by faust2097 · · Score: 2, Interesting

    The tabs need an selected state, right now if I click on 'Products" it takes me there but when I go into a subpage there's no indication that I'm still in the Products section.

    Also, a lot of pages like Module Owners are still pretty nasty.

    Nice work though, it's always nice to see more standards compliant websites that actually look good.

  40. Thunderbird integration? by Anonymous Coward · · Score: 3, Insightful

    Does anyone know how well Firefox integrates with Thunderbird? Specifically, if I click on a "mailto" link in Firefox, will it pull up Thuderbird without any custom configuration (assuming Thunderbird is installed)?

    Last I looked into this, Firefox and Thunderbird would not work together like this "out of the box". This was a real bummer, and it made me wonder if Firefox wasn't being targeted a little too much at the geek community. Compared to the simple integration of IE and Outlook Express, the Firefox/Thunderbird integration was really clumsy.

    (On a side note, it kinda irritates me that Firefox is being pushed so hard over Mozilla. I've had a few clients download Firefox (thinking it was a Mozilla update), and then wonder why they couldn't get to their email program anymore when it replaced all of the Mozilla icons...)

    1. Re:Thunderbird integration? by kbmccarty · · Score: 2, Informative

      It depends on if you're running Windows or something else. On Windows, it behaves as you'd expect. On Linux, I'm still doing the old copy-location, paste-location trick. :(

      If you're running Gnome 2.6, go to Applications -> Desktop Prefs -> Advanced -> Preferred Applications, and select the Mail Reader tab. Then check the Custom Mail Reader radio button and enter

      mozilla-thunderbird -compose '%s'

      into the text entry box. It works for me, at least (running Debian unstable). Too bad this isn't automatic.

      --
      - Kevin B. McCarty
  41. Re:Well...You finally got me by valkraider · · Score: 2, Informative

    In all of the Mozilla browsers, on XP SP2 at work and OSX at home, Slashdot overwrites the lefthand "menus" and the main section text - about a fifth of the time. Usually a re-load will fix it. This is present in Mozilla, Firefox, and Camino.

  42. CHANGE THE "FREE" BIT! by Eric_Cartman_South_P · · Score: 4, Insightful

    It looks great. Awesome. Great new site.

    Expect lets make it more clear that Moz is free. "Free Download" makes me think of a demo, or a trial, or the __download__ is free but might cost more later.

    It should say "x is a FREE product. Free to own and use forever."

  43. Re:LOL by GrimReality · · Score: 3, Interesting

    Site not accessible with Firefox.

    ...

    That's why I always refer to the Mozilla suite as ... Perhaps Netscape could provide them with their newest code instead of letting them just reuse their obsolete Netscape 4.x code. Who knows.

    I agree that Firefox is a heading in new avenues of user friendliness, but there is nothing wrong with the Mozilla Suite for its target audience.

    Furthermore, there are some serious issues with Firefox (not the browser itself, but the whole movement/its existence itself):

    • It is on its way, but currently, it is not yet ready.
    • From what can be seen, it seems to be encouraging separate applications that duplicate Mozilla stuff. e.g. consider Thunderbird.

      Why can't Mozilla Mail, Mozilla Addressbook, Mozilla Composer etc. be available as simple extensions? There seems to be tonnes of nifty new extensions, but making these extensions would be great.

      Also, there should be a proper way to manage extensions, which should not rely solely on the profile, which can easily be lost (at least for the stuff that are installed in the installation tree and not the profile.) I admit Mozilla Suite doesn't have it, but everyone says it sucks, so one doesn't expect anything good from it, right ;-)

    • The non-Windows versions seem to be neglected in relation to the Windows version (Note: This is a relative thing.)
    • Some configuration options are missing (I appreciate the necessity of that) which should be available in an 'Advanced' section or something.

    Ending my dumb views. Thanks for reading.

  44. Errors when viewed in IE by TravisWatkins · · Score: 3, Interesting

    Like the topic says, in IE I get 'Error: Object Expected'. If the site is broken in the browser people are going to be using to look at the site for the first time, what are people going to think about the browser Mozilla wants you to use?

    --

    "But I'm still right here, giving blood and keeping faith. And I'm still right here."
  45. Re:Great new look! Same old shit... by Anonymous Coward · · Score: 5, Informative

    http://bugzilla.mozilla.org/show_bug.cgi?id=217527

  46. Re:Qute by gad_zuki! · · Score: 3, Informative

    Actually the screenshot is the default theme.

    Its actually a lot better looking if you right-click>customize>use small icons. I thought I'd be busy downloading themes, but the ugly default theme is actually pretty handsome and useable when using "small icons."

  47. Re:Great new look! Same old shit... by geeber · · Score: 3, Informative

    Firefox 0.9.3, and all others before it, on my WinXP machine, have had the same problem - sometimes the text renders too far to the left overlapping the side menu. This is a well known problem. A quick refresh fixes the rendering, so it is not a big deal. But you would think that by now, so close to 1.0, such an obvious problem would have been taken care of.

  48. Re:Great new look! Same old shit... by Anonymous Coward · · Score: 3, Funny

    So /. renders really poorly in Gecko,

    It's a huge problem for me as well! Firefox renders /.'s IT section in an absolutely putrid color scheme spawned from at least the 9th circle of hell. I wish those lazy developers over at mozilla.org would actually get around to fixing some bugs instead of just working on a slick web presence that looks incredibly tight and professional.

  49. Re:Great new look! Same old shit... by sploo22 · · Score: 2, Funny

    And in other news, "sudo rm -rf /" has been found to cause crashes and data loss on virtually all UNIX systems. Obviously this is a critical bug which must be fixed immediately.

    --
    Karma: Segmentation fault (tried to dereference a null post)
  50. beautiful ... by polyp2000 · · Score: 2, Informative

    great!

    No further comment!

    Nick

    --
    Electronic Music Made Using Linux http://soundcloud.com/polyp
  51. Re:Great new look! Same old shit... by FuzzyBad-Mofo · · Score: 2, Interesting

    My experience as a web developer since 1997 and Mozilla/Firefox user since 1999 suggests that the /. rendering problem is caused by the browser rendering an incomplete page. Whether this is caused by the server terminating the connection early, or the browser stopping rendering before the transmission is incomplete, I do not know.

    However, the problem did begin until sometime in 2003. So I would be more inclined to blame the /. server, than the Gecko rendering engine.

  52. Re:Great new look! Same old shit... by damiam · · Score: 3, Interesting

    From what I've heard, it's a problem with Slashdot's noncompliant HTML, not a Firefox problem. However, since /. seems unwilling to actually do anything about it (apparently the editors don't use the actual site enough to care), the Mozilla people are trying to work around it.

    --
    It's hard to be religious when certain people are never incinerated by bolts of lightning.
  53. Unfinished != not ready by Bnonn · · Score: 2
    Firefox is perfectly ready for prime time, both for geeks who understand what a 0.x version is, and for Windows users who are accustomed to the remarkably woeful IE, and general incompleteness of most Microsoft products when they first ship. Firefox may not be perfectly polished yet, but it's certainly able to compete with Internet Explorer, and with other offerings like Opera which are intimidating to first-time users because of their complexity.

    I have not encountered a single person who has been turned off Firefox because it seems incomplete. In fact, it doesn't seem incomplete. It has some way to go before it's perfect, but as browser packages go, it's streamlined, easy to use, and has everything the average user wants. If you use Firefox as your primary browser, and you in fact use 0.9x, you should know that.

  54. Re:Hrmph... by Richard+Dick+Head · · Score: 2, Funny

    huh? I think you need to go to kde-look.org to get your themes buckaroo!

    Jeez, next you'll be going to Windows Update to patch your distro!

  55. Re:Great new look! Same old shit... by eric.t.f.bat · · Score: 2, Funny

    It's not that the editors don't use the site -- they have to waste time at work like the rest of us! It's just that they only use IE. Didn't you know Slashdot was invented in-house at Microsoft to distract the MS-haters of the world so they'd have no time left to actually achieve anything? Duh! How else do you explain Gnome and KDE?

    --
    I have discovered a truly remarkable .sig block which this margin is too small to conta
  56. Well... it started as a reply, before the rant... by FLEB · · Score: 2, Interesting

    I'd say HTML coding's gone up in quality, not down. Aside from a few errant copies of FrontPage floating around (you know who you are), the introduction of the stricter-formatted XHTML has given quality-concious designers something they can put faith in.

    Instead of malformed tables possibly breaking the whole page, XHTML means that the page HAS to be formatted correctly, and with that, it damned well better work with all the browsers out there. The more strict standard makes less guesswork for HTML tool developers, by making them share a well-defined (enforced, even) common expectation of the language.

    I'll grant that there are quite a few strays still out there making half-baked HTML 4 pages with MSIE "fudgingly compliant" features, but most web designers worth their professional (or cred-bearing amateur) salt know they have to code to standards. The others, well... the web is open and free... and they will either get by on other merits or wither in mediocraty.

    My big wish: I'd just like to see a new, widely-supported extension of CSS that actually has some layout tools, and doesn't involve convoluted and counterintuitive "hacks" to get by. Sure, a lot of people say "let the browser, not the creator, determine the layout", but on the modern Web, let's face it: Design can be content. Give us tools for (even strict, my-way-or-highway) layout, for those who want it.

    --
    Information wants to be free.
    Entertainment wants to be paid.
    You just want to be cheap.
  57. Re:Finally sheesh (OT) by labratuk · · Score: 2, Insightful

    That article looks very suspicious. I'm amazed that it's written by someone 'credible' like wired. The whole thing reads like an advertisement. It doesn't say one bad word about it. How do you know that everyone who 'got' an iPod isn't a plant?

    Anyone with an IQ above 60 must realise that this scheme is not sustainable in the larger scale (not that I even think it's sustainable on the smaller scale). But what's that you say? It doesn't matter as long as you're at the top of the scheme. These things rely on everyone thinking they're pretty near the top, and they're the ones getting the free iPods. And if every third slashdotter is into this as they seem to be, do you really think you're high enough on the scheme?

    Whatever's going on, someone is getting scammed here. The return on investment doesn't add up. It's either the free iPod company, the advertising broker, the ultimate company doing the advertising, or the participating member of the public.

    With any of these, the person in the chain getting scammed will soon wise up and 'plug the hole' before they let too many free iPods get taken out of their bank accounts. Unless it's the member of the public, in which case they'll continue being as gullible as ever and fall for the next scam.

    --
    Malike Bamiyi wanted my assistance.