Slashdot Mirror


User: BZ

BZ's activity in the archive.

Stories
0
Comments
2,318
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,318

  1. Re:version?? on Netscape 6.1 · · Score: 2

    This used 0.9.2

  2. Re:Freudian slip? on Netscape 6.1 · · Score: 4, Informative

    Actually, 6.1 is based on 0.9.2. After some stabilization and major crash fixes, of course. :)

  3. Re:As a professional web developer... on Mozilla 0.9.3 Released · · Score: 2
    Ahem. The css spec pretty explicitly states that you should not assume initial values... a single sheet that sets margin and padding on

    and padding on the ol/ul will work fine in both browsers.

  4. Re:No spellchecking (yet) on Mozilla 0.9.3 Released · · Score: 2

    Wouldn't it make more sense to fix bug 56301 instead of voting for it? :)

  5. Re:Word of caution to existing Mozilla users... on Mozilla 0.9.3 Released · · Score: 2
    If you use the installer, you can install over an old install -- the installer deletes the old files.

    It's when you install by unpacking a zip archive that you have to make sure you use a lean directory... please get your facts straight before commenting.

  6. Re:Sad to compare to Netscape for reliability... on Mozilla 0.9.3 Released · · Score: 2

    The people doing the comparing have hard numerical data (average time from startup to crash for a large number and decent variety of users across multiple operating environments) for Mozilla and NS 4 but not for IE. So comparing to IE would be based on hearsay and anecdotal evidence only.... and the comparison would be next-to-meaningless.

  7. Re:No Bank Access!! Argh!! on Mozilla 0.9.3 Released · · Score: 3, Informative
    Try turning off TLS under Preferences > Privacy and Security > SSL

    If that worked, then the "slight incomnpatibility" in question is that the reply from the web server is broken in such a way that it looks like a man-in-the-middle attack on the connection negotiation.... Now consider whether you want your browser to keep connecting under those conditions. :)

  8. Re:Enough whining - it's time to do something inst on Senator Seeks Injuction Against WinXP · · Score: 2
    every restaurant I walk into should have the recipe, with full preparation instructions, for EVERY single dish they offer, posted right in the lobby.

    As a matter of fact a number of good restaurants do offer this. The hard part is in the preparation, not in the sheet of paper...

  9. Re:irix support is gone? on Mozilla 0.9.2 Storms Out The Gates · · Score: 2
    The Irix builds are contributed by volunteers who have Irix machines.

    Mozilla builds fine on Irix. Feel free to grab a 0.9.2 tree, build it, and contribute a build. :)

  10. Re:Didn't mention that... on Mozilla 0.9 Out · · Score: 2

    Right. :) The guy who wrote the site is the head of the standards-compliance group for Mozilla...

  11. Re:Online banking? on Mozilla 0.9 Out · · Score: 2

    The bug exists to convince citibank to fix their script. And a user-agent-spoofing panel is going to be in prefs in the near future most likely.

  12. Re:Mozilla bashing. on Mozilla 0.9 Out · · Score: 2

    There is also the issue of top's display of threads (really a kernel interface issue). It misleads a _lot_ of people.

  13. Re:Half the ram and twice as fast? on Mozilla 0.9 Out · · Score: 2
    There is no debugging code in the prebuilt binaries.

    That said, they were compiled with gcc 2.91 and -O1, and gcc 2.91 sucks. Moving to 2.95 just now made a significant performance difference.

  14. Re:People only use Mozilla to spite MS... on Mozilla 0.9 Out · · Score: 2

    There is something to say about page designers whose sense of "how pages were meant to appear" is based on how IE renders those pages.....

  15. Re:Half the ram and twice as fast? on Mozilla 0.9 Out · · Score: 2

    Linux is fine with 32M of RAM... as a server. There is no way to comfortably run X in 32M of RAM and expect to run anything else and not swap. Such is life.

  16. Re:Didn't mention that... on Mozilla 0.9 Out · · Score: 2

    Er... What exactly is supposed to be fixed about the site?

  17. Re:I'll be a lot happier... on Mozilla 0.9 Out · · Score: 2
    You must have missed the "mail front-end performance rewrite landed _after_ 0.8.1" part of the release notes...

    On large mailboxes the front end is up to 20 times faster than the old one when scrolling and the like.

  18. Re:mmmmK on Mozilla 0.9 Out · · Score: 2

    Pretty well. For one thing it runs on the OSes I need a browser on....

  19. Re:debian on Mozilla 0.9 Out · · Score: 2

    That remains to be seen, as the debian packages of 0.9 have not yet been created....

  20. Re:What's wrong with Konqueror? on Mozilla 0.9 Out · · Score: 2

    It runs on the operating systems people use... I need a browser that runs on Linux, Irix, and Solaris for my day-to-day browsing. I want one that also runs on Windows/Mac for those special occasions when I use them. What are my options exactly?

  21. Re:Why i'm still not switching... on Mozilla 0.9 Out · · Score: 2

    Are you building yourself? Or using the nightlys?

  22. Re:If Netscape would just get off their ass on MSIE Security Worsens: Patch Bungled · · Score: 2
    M18.... Right.

    0.8.1 is not "orders of magnitude" faster than M18 (as in not over 10 times faster). But it _is_ 2-4 times faster, I would say.

    And you can absolutely blame your browser for not handling JS-heavy sites correctly assuming the sites in question use the W3C DOM (and some do).

  23. Re:here ya go... on Update to the Mozilla Roadmap · · Score: 2

    Er... except that IE has _worse_ CSS support. With the possible exception of Mac IE 5.5, which has very good CSS1 support.

  24. Re:more stability and speed on Update to the Mozilla Roadmap · · Score: 2
    How about adding:

    user_pref("general.useragent.override", "Mozilla/4.76 (Windows; U; NT4.0; en-us)")

    to your prefs in Mozilla instead?

  25. Re:Mozilla is nifty! It even likes my 4.x plugins on Update to the Mozilla Roadmap · · Score: 2

    This is a known bug in the Personal Security Manager. The workarounds are not to install as root (install as yourself in a test directory) or to make the Personal Security Manager directory world-writable (a major security problem, obviously). The PSM rewrite targeted for this spring should fix this problem.