Slashdot Mirror


Netscape 6.2

lylonius writes: "Netscape today released version 6.2 of its browser based on Mozilla. Downloads for a variety of platforms and languages are available. You can also check out the release notes. This release comes off the Mozilla 0.9.4 branch, and is the third major release from Netscape using Mozilla." Kmeleon also has a release today, if you'd like your web with a little more browsing and little less AOL-promotion.

165 of 533 comments (clear)

  1. Re:slowness by Sir_Real · · Score: 2, Troll

    The perceived slowness is inversly proportional to your level of zealotry. You'd be suprised what the die hards will tolerate. ;)

  2. Netscape? no thanks. by snoozerdss · · Score: 2, Insightful

    I lost faith in Netscape after they stoped developing 4x. 6x has always seemed bloated and to slow and since it's based on Mozilla I might as well use mozilla. It seemes to be more up to date then netscape and runs just fine for me.

    --
    Snoozer.
    1. Re:Netscape? no thanks. by smcv · · Score: 2, Interesting

      Mozilla *is* made by Netscape. Yes, it's open-source, but most of the major contributors are Netscape employees who're paid to work on it. They then do an occasional code freeze, fix the most obvious bugs in the frozen version, add horrible branding, and call it Netscape 6.

      The Gecko engine (Mozilla's renderer) has the advantage that, unlike NS4, it makes an effort to render non-legacy HTML correctly. Ever tried persuading Netscape 4 to work with perfectly correct Cascading Stylesheets? (Yes, I even tried running the W3C validator on them. They *were* valid.) It supports just enough CSS to try to parse the stylesheet, but not enough to get it right (overlapping images and text were a common problem for me). At the moment my website uses a loading method which *should* be supported, and is supported by everything else which uses CSS (IE, Mozilla/NS6, Opera, ...), specifically to trick NS4 into rendering the no-CSS simple-but-legible version instead of its broken half-CSS.

      And that's quite impressive considering that

      "Cascading Style Sheets, level 1 (CSS1) became a W3C Recommendation in December 1996."
      -- w3.org
    2. Re:Netscape? no thanks. by NutscrapeSucks · · Score: 2, Troll

      Back in 1996, Netscape was running around touting "standards-based platforms" to their customers, but they were in fact very anti-W3C.

      CSS was barely supported because Netscape had developed something proprietary called JavaScript Style Sheets (which CSS is internally transformed to). That's why NS4 ignores all CSS if you turn JavaScript off.

      Netscape also developed a completely different proprietary document object model (document.layers). Which could theoretically could do cool stuff except that it crashed 90% of the time. They blew off the W3C's work on DOM, which was roughly tracked by Microsoft.

      The end result of this standards split is that most of the WWW is stuck on 'common' pre-1996 standards. Ugly HTML 3.2-type markup, very little CSS, and Netscape 3 DOM-type JavaScript.

      The bad thing is there's 10% of the userbase that seems to be holding out for good on Netscape 4.x -- they aren't interested in IE, they aren't interested in Netscape 6. That essentially means that modern HTML authoring will never really come into vogue, and we will be stuck in 1995 until Microsoft actually finally gets the balls to 'fork' the WWW so that their stuff only works on their platform.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    3. Re:Netscape? no thanks. by Cardinal · · Score: 4, Interesting

      The bad thing is there's 10% of the userbase that seems to be holding out for good on Netscape 4.x -- they aren't interested in IE, they aren't interested in Netscape 6. That essentially means that modern HTML authoring will never really come into vogue, and we will be stuck in 1995 until Microsoft actually finally gets the balls to 'fork' the WWW so that their stuff only works on their platform.

      Nah. Netscape 4 holdouts will find themselves left behind as more and more web shops stop caring about making their sites look good in NS4, and just worry about IE6/NS6.

      This is a good thing. Netscape 4's time has passed.

    4. Re:Netscape? no thanks. by BitwizeGHC · · Score: 5, Interesting


      Nah. Netscape 4 holdouts will find themselves left behind as more and more web shops stop caring about making their sites look good in NS4, and just worry about IE6/NS6.


      ITYM "just worry about IE6". The large but dwindling Netscape 4.x user base is what kept Web developers from saying "fuck it" and turning the Web into an IE-exclusive platform these past four years. When you have 90% of the installed base, diminishing returns dictate that to third-party developers, interoperability with your competitors' offerings will be, at best, an afterthought.

      But it gets worse! When Netscape 4 finally fades into irrelevance, the MSN.com lockout will be only the beginning as non-IE users find themselves shunned from more and more sites. Content providers will rely on proprietary components to supply DRM with their content, including HTML, and again, diminishing returns will dictate the OS/client platform: IE on Windows and possibly Mac.
      --
      N4st0r, trixx0r h0bb1tz0rz! Th3y st0l3 0ur pr3c10uzz!
  3. Yippee! by Darth+RadaR · · Score: 5, Funny

    I hope it can pull up MSN.
    :P

    --
    /*drunk.. fix later*/
    1. Re:Yippee! by hexix · · Score: 4, Interesting

      Heh, the funny thing about that whole situation is it renders perfectly in mozilla (I just tried it and it seemed to look perfect, I didn't notice any errors). But I tried it in IE on the mac's at my college and it rendered everything wrong, a lot of backgrounds were missing on things and stuff was in the wrong place.

      So I think it's pretty obvious microsoft was full of it and was just banning browsers for not being microsoft.

    2. Re:Yippee! by FFFish · · Score: 5, Informative

      Heh. For a kick, try opening this XHTML page in MSIE. Oh, it's a perfectly valid page: heck, it even encourages you to go validate it.

      Displays perfectly on Opera, of course. How's it look in Mozilla?

      --

      --
      Don't like it? Respond with words, not karma.
    3. Re:Yippee! by snake_dad · · Score: 2

      renders just fine!
      Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.5+) Gecko/20011019
      Whoops... should've edited those win thingies out :)

      --
      karma capped .sig seeking available Slashdot poster for long-term relationship.
    4. Re:Yippee! by jonbrewer · · Score: 3, Interesting

      That's frightening! (XP MSIE 6.0.2600)

      It looks to me though that the Opera people are exploiting a specific IE bug by putting so many tabs between the open-bracket of css elements and the actual attribute.

      This is actually the first page I've seen rendered poorly by XP/IE6, but then again it's only been a few days...

    5. Re:Yippee! by FFFish · · Score: 3, Insightful

      WTF are you on about? The bit you refer to looks like this:

      h1 {
      color : #333333;
      }

      How is that "so many tabs"? It's *ONE* tab. Hell, it's a common CSS structure.

      --

      --
      Don't like it? Respond with words, not karma.
    6. Re:Yippee! by Darth+RadaR · · Score: 4, Funny

      But, dammit, I *still* can't pull up MSN on lynx. :)

      --
      /*drunk.. fix later*/
    7. Re:Yippee! by Error27 · · Score: 2

      The whole point was so that people would upgrade their browsers.

      Are you browsers the latest versions of IE running on windows? You need to upgrade that Mac to Microsoft WindowsXP and get the newest IE.

      And those morons complaining about nightly builds of Mozilla on Linux also should upgrade to XP and IE.

      *sheesh* You would have thought that would be obvious by now.

    8. Re:Yippee! by hexix · · Score: 2

      Wow, the point just flew right over your head didn't it?

      Let me try to explain this nice and slow.

      Microsoft banned browsers that were non-microsoft from going to the msn.com websites. (such as mozill and opera for example) They claimed the reasoning for doing this is because the pages would render msn.com incorrectly.

      Well, as I just said, mozilla renders it perfectly . Yet, Microsoft's IE browser (I have no clue what the version is but it seemed fairly up to date and thats not even the point) rendered it totally wrong. Now, did they ban that browser? No. Did they even give a warning message saying the browser should have been upgraded? No.

      Obviously this has nothing to do with rendering the page correctly, it's just an attempt at killing any possible competition.

    9. Re:Yippee! by Bob+Uhl · · Score: 2

      It renders beautifully in Mozilla/Windows (yes, I know--I'm at work; my home desktop runs Linux and Linux alone). Mozilla really has become a very nice little browser.

    10. Re:Yippee! by vanza · · Score: 2

      As it's already been said, Opera in Linux dows not show it at all. :-) Mozilla seems just fine (as there is not point of comparisson to me, I can't say). Konqy hangs (after showing "XML parser error" or something, too bad...

      But you don't need to look much to test CSS. Just look at the source: W3C CSS Page. *No* browser shows it correctly... Mozilla (and Netscape after 6.1) are almost there (look at the rounded corners)... Konqy does a good job also. Opera too, but no trasnparent PNGs (at least in Linux).

      The only problem with that page is that it kills the performance of older Mozilla browsers (and Netscape 6.2 also). Newer Mozilla builds have a workaround for that in Linux (I don't think they fixed in windows yet). The bug is 98252.

      --
      Marcelo Vanzin
    11. Re:Yippee! by FFFish · · Score: 2

      Latest Opera (or what will be the latest) does PNG. Quite possibly better PNG than anyone else...

      --

      --
      Don't like it? Respond with words, not karma.
  4. .95 is really fast by Mr.roboto · · Score: 2, Insightful

    I use it on win32, it's really fast especially when loaded into memory in advance, regardless it's really fast. Almost comparable to IE, and unlike NS4 it's fairly stable in Win 9X.

    --
    Don't call my crazy, that's what they called me back in the home!
  5. Good for the average joe by NotAnotherReboot · · Score: 4, Interesting

    This is good for the user who doesn't know enough about Mozilla to go and download it often. This is for the person who likes to be able to go to Netscape's page, download their latest browser and just go with it. More people will get a newer Mozilla branch which is more stable and faster, which is good.

    For the Slashdot community you're still better off downloading the Mozilla milestones instead of waiting for a Netscape branch every so often.

    1. Re:Good for the average joe by jmv · · Score: 2

      I'm using Netscape 6.2 (Linux) right now, and it looks pretty good. There are some advantages to Netscape vs. Mozilla. The most important one is QA. I'm betting NS 6.2 has less really annoying bugs than you'd expect to find in a nightly build, or even a Mozilla milestone. Also, so far NS 6.2 is the first mozilla-based browser for which Java worked out of the box on my Linux workstation.

    2. Re:Good for the average joe by Quizme2000 · · Score: 2

      Hey, I got an M$ only DOM page to work without doing anything special, is this just my igornace or is the browser pulling my leg?

      --
      "Get them before they get....
    3. Re:Good for the average joe by cowsurfer · · Score: 2, Informative

      I have to wholeheartedly agree. Nerds can babble on and on about Konqueror and Opera and such, but 99% of web users will never experience these browsers. For most of them, Microsoft is the way to go, unless someone hands them something better.

      The problem is, we need some option out there to take marketshare away from Microsoft, if for the sole reason of getting people to stop designing their sites with IE solely in mind (so the pages don't look like crap to the rest of us). There's a pretty interesting comparison on cNet of IE6 and Netscape 6.2.

      And if you want to talk about speed, I'd have to say that both Konqueror and Mozilla/Gnome are painfully slow when compared to running moz0.9.5 on Win2K.

  6. Very nice... by Millennium · · Score: 5, Informative

    ...however, Mozilla 0.9.5 and the nightlies afterward are already far ahead. Among other things, you get tabbed browsing, the Links toolbar, and (if you download the proper add-on) mouse gesture support.

    Very, very cool.

    1. Re:Very nice... by FFFish · · Score: 2

      Sounds like a clone of Opera.

      --

      --
      Don't like it? Respond with words, not karma.
    2. Re:Very nice... by DrXym · · Score: 2

      Milestones and nightlies also have far more bugs. So it's a simple choice, a stable branded browser, or an non-commercial buggier but more recent browser.

    3. Re:Very nice... by David+Ham · · Score: 2, Informative

      that's exactly what it does - a single window interface to multiple pages.

      why it's cool (in theory - not all of these are implemented in mozilla yet - see my above post):
      -able to quickly switch between webpages if you want, instead of cycling through all open apps
      -less clutter on your task bar / gnome pager / whatever
      -opening a new tab is quicker than a new window - less widgets have to be redrawn

      is it perfect? no. but it's definitely a handy feature, and a number of programs have put it to good use. see: opera, xchat, gaim, etc

      --

      --
      you must amputate to email me
      i read all replies to my comments

    4. Re:Very nice... by WNight · · Score: 4, Insightful

      Yep. A free, ad-free, open-source, embeddable version of Opera.

      With Opera you can get it free, or ad-free, not both.

      You also can't get the source, extend the functionality (Spellchecker.xpi) or embed the rendering engine into a project of yours (Galleon, K-Meleon, or anything else).

      Opera is great, but there are many things for which it's not the best.

    5. Re:Very nice... by BZ · · Score: 2

      ctrl-pageup and ctrl-pagedown

    6. Re:Very nice... by abischof · · Score: 2

      Milestones and nightlies also have far more bugs.

      Well, not really.. After all, bugs are being fixed all the time, resulting in a constant net reduction in the bug-count.

      Perhaps what you're referring to are the occasional annoying bugs that creep into the nightly builds from time to time (such as session history being broken, which is now fixed, btw). But, don't let that scare you away from the nightlies. Simply check out the Build Comments at Mozillazine. Every day, the nightlies are rated with a simple "thumbs-up" or "thumbs-down". So, if you're concerned about running into weirdness, just avoid the "thumbs-down" builds :).

      --

      Alex Bischoff
      HTML/CSS coder for hire

    7. Re:Very nice... by SCHecklerX · · Score: 2

      Nope.

      Opera uses that abhorrent MDI shit. Mozilla does it right.

    8. Re:Very nice... by Raphael · · Score: 2
      Milestones and nightlies also have far more bugs.
      Well, not really.. After all, bugs are being fixed all the time, resulting in a constant net reduction in the bug-count.

      Minor correction... You probably wanted to write: "After all, bugs are being fixed all the time, resulting in a constant net increase in the bug-count." ;-)

      99 bugs in the code,
      99 little bugs...
      Knock one down, and test it again,
      101 little bugs in the code...
      (sung to the tune of 99 Bottles of Beer on the Wall)

      --
      -Raphaël
    9. Re:Very nice... by ZxCv · · Score: 2

      It doesn't appear that anything works in the Windows version of Moz 0.9.5. I tried ctl-tab (the windows standard method of moving between tabs), shift-tab, and ctl-shift-tab, as well as ctl-pgup and ctl-pgdn with no luck. I wonder if anyone else using the Windows version has figured this out ?

      On another note, when I went to make sure I was running 0.9.5, I got the following:

      Mozilla/5.0 (X11; U; Linux 2.2.16-22smp i686; en-US; m18) Gecko/20010110 Netscape6/6.5

      What stands out to me is the incorrect platform-- I'm running this copy of Moz 0.9.5 on Win2k. At first I thought that maybe the Windows version is compiled on Linux boxes, but that still didn't provide any insight as to why X11 is mentioned. So anyone know what gives with this ?

      --

      Perl - $Just @when->$you ${thought} s/yn/tax/ &couldn\'t %get $worse;
    10. Re:Very nice... by DrXym · · Score: 2

      Perhaps I should have said far more annoying, crasher bugs but the point still holds.

  7. K-Meleon by JasonMaggini · · Score: 2, Informative

    I've been using KMeleon for a while, and become a fan... It pretty quick (not THE fastest) and the footprint is small. It's worth checking out.
    There are a few quirks, sure, but for the most part It's replaced IE as my primary browser. I still have to use IE for the occasional page, but we'll see what 0.6 fixes...

    1. Re:K-Meleon by brunes69 · · Score: 3, Informative

      Kmeleon is basiclly a native win32 browser using the Gecko engine. What it's trying to be basiclly is Internet Explorer using the Gecko engine. It s VERY fast (cause it doens't use the XUL crap that slows down mozilla / netscape), and looks alot like IE. It uses IE style favorites, so all you have to do is make windows shortcuts to bookmark things. Its also got IE style draggable / customizeable toolbas, etc. Its very nice, id suggest checking it out.

    2. Re:K-Meleon by iceT · · Score: 2

      I'm still looking for an installer that doesn't end in .exe .

      "The goal is to leave windows behind... where it started out..."

      --
      -- You can't idiot-proof anything, because they're always coming out with better idiots.
    3. Re:K-Meleon by Eagle7 · · Score: 2

      Posting from it now. Seems to be nice - I wish there was an option to make it jump more lines with the scroll wheel, but other than that I am liking it.

      --
      _sig_ is away
    4. Re:K-Meleon by RedX · · Score: 2

      Just downloaded KMeleon and am checking it out for the first time. I was tempted to switch to the newer Mozilla builds since they implemented tabbed browsing (I've been hooked on Netcaptor's tabbed browsing for awhile now, no turning back) but Mozilla is still having issues with > 256 colors over an NT Terminal Server. Haven't checked the color issue with KMeleon, but does it do tabbed browsing?

  8. Comment removed by account_deleted · · Score: 4, Insightful

    Comment removed based on user account deletion

  9. Don't go double clicking on no web pages now... by blazin · · Score: 4, Funny

    From the Release notes:

    Known Problems
    General
    Mac OS: There is a known incompatibility between Netscape and WebFree, a Control Panel commonly used to block HTML-based ads. When using Netscape , disable WebFree.

    Keyboard and Mouse Double right-clicking on a page can disable the keyboard.

    Trying to visit a Microsoft owned web page may result in your computer's HCF (Halt and catch fire) instruction being called.

    Ok, so I added the last one.

    1. Re:Don't go double clicking on no web pages now... by WD · · Score: 2, Informative

      Disables the keyboard input for the Netscape application, not the whole computer!

  10. Re:slowness by sharkey · · Score: 2

    It depends, of course, on what you are comparing them to. Compare Netscape 4.x or greater against Opera or Lynx, and it will seem like a dog. (Been so long since I've used a version prior to Communicator, I can't really comment.) Compare it to Internet Explorer, and it'll hold its own nicely.

    --

    --
    "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  11. Re:why is mozilla engine so slow? by Anonymous Coward · · Score: 2, Insightful

    The problem is that every widget is hand drawn instead of using the native OS widgets. So scrollbars, drop down boxes, etc. are all taking up rendering time.

    Until they drop the self-rendering of objects, Netscape and Mozilla will always be slower renderers than IE.

  12. Netscape advantages over Mozilla? by crow · · Score: 4, Insightful

    Everyone keeps pointing out that you're better off downloading the latest Mozilla instead. And while I tend to agree (I'm using the latest nightly build right now), my understanding is that the Netscape release adds in commercial features that aren't in Mozilla.

    Does anyone care to comment on what features Netscape 6.2 offers that aren't in Mozilla?

    1. Re:Netscape advantages over Mozilla? by sconest · · Score: 2, Informative

      The only (IMO) usefule feature is the inclusion of a spell checker (which can be used by Mozilla btw)

      --
      Guvf vf abg n EBG zrffntr
    2. Re:Netscape advantages over Mozilla? by brunes69 · · Score: 2, Flamebait

      Well, lets see:

      AOL As your default homepage

      Tons of shitty AOL bookmarks

      AOL crap cluttering up your toolbar

      AOLIM installed weather you want it to or not

      AOL shortcut on the desktop

      AOL as your default search engine instead of Google

      These are about the only commercial "features" you get with netscape over mozilla.

    3. Re:Netscape advantages over Mozilla? by iceT · · Score: 3, Informative

      All 'scrapping' aside:

      Sidebar tools for AIM and more
      Built-in JRE support (no DLL copying/.so linking)
      Easy IMAP support for Netscape Email
      Spell Checker (by default)
      'End-user' features like shopping/my netscape buttons)
      Flash included (I believe, possibly RealPlayer too)

      It's a nice tidy package for people to use... Mozilla can require some 'fussing about' to get it all to play nicely..

      --
      -- You can't idiot-proof anything, because they're always coming out with better idiots.
    4. Re:Netscape advantages over Mozilla? by astrosmash · · Score: 5, Informative
      Does anyone care to comment on what features Netscape 6.2 offers that aren't in Mozilla?

      Netscape has a spell checker

      Netscape installs java by default However...

      Mozilla does image blocking (I'm addicted to this)

      Mozilla allows a security policy for cookies (like IE6)

      Mozilla has browser tabs

      Mozilla has the "Link" toolbar (which Slashdot now supports as of yesterday, I believe)
      That latest mozilla builds also tend to use/leak more memory than the Netscape releases. I don't know why that is, but if you like to have your browser run all day, or you need a spell checker, Netscape's probably a better choice. If you like to play with the latest browser toys, or you can't live without ad blocking, use Mozilla.

      --
      ENDUT! HOCH HECH!
    5. Re:Netscape advantages over Mozilla? by ReelOddeeo · · Score: 2

      These are about the only commercial "features" you get with netscape over mozilla.

      Looking over your list of features, it doesn't look like it should be very difficult to implement those features into Mozilla.

      (Score: -2, Clue Challenged)

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    6. Re:Netscape advantages over Mozilla? by DrXym · · Score: 2
      Aside from the cited commercial features, NS 6.x is always, always more stable than any milestone including the one it's based off because it's hammered that much more.


      So if you value stability over cutting edge, use NS. It won't be cutting edge but that's not too big a deal for most folks.

  13. Re:Older version by Evangelion · · Score: 2, Informative


    You shouldn't.


    mozilla@madoka:~$ crontab -l
    5 0 * * * /home/mozilla/.bin/get_moz.sh

    mozilla@madoka:~$ cat /home/mozilla/.bin/get_moz.sh
    #!/bin/sh
    umask 002
    cd /home/mozilla
    rm -rf *
    wget http://ftp.mozilla.org/pub/mozilla/nightly/latest/ mozilla-i686-pc-linux-gnu.tar.gz
    tar -zxf mozilla-i686-pc-linux-gnu.tar.gz
    chown -R mozilla:mozilla mozilla
    chmod -R g+w mozilla


    Doesn't everyone do this?

  14. alas, not 0.9.5 by ChristTrekker · · Score: 5, Informative

    Too bad Netscape didn't wait a few more weeks. Mozilla 0.9.5 introduced support for <link>, which rocks. I'd hoped that people would start getting introduced to this sooner rather than later. OTOH, Mozilla's support of <link> still has a few quirks (that's why it's not enabled by default right now) so maybe it's OK to wait until 6.3/0.9.6 or whatever.

    If you're using 0.9.5 and haven't enabled <link> yet, do it. It's under your View menu, called "Site Navigation Bar" or something. It's pretty slick when you get to a site that uses <link> tags consistently.

    1. Re:alas, not 0.9.5 by brunes69 · · Score: 2

      WTF is a <link> tag?

    2. Re:alas, not 0.9.5 by jedwards · · Score: 2, Informative

      Just look it up in the standard

    3. Re:alas, not 0.9.5 by sab39 · · Score: 5, Interesting
      The two things that 0.9.5 provided (link tag support and tabbed browsing) were probably the major reason why Netscape didn't want to use 0.9.5. They wanted stabilization and bugfixes, not new features. I for one am glad they used 0.9.4 for this very reason - the problem with 6.0 was its poor stability, and if 6.2 has a reputation for being rock-solid, that'd be great for the future perception of Netscape in general.

      As for the link toolbar, there are good reasons why it's disabled by default: namely a 5% speed penalty on every page load, regardless of whether it's in use or not. If you like and use links, this is a price worth paying, but Mozilla has a "zero tolerance" policy for this kind of performance hit. This is bug 103097 and I'll be working on it as soon as someone with C++ knowledge can make the necessary underlying changes in the C++ code. There are also some negative interactions with the tabbed browsing feature which will need to be resolved before it can be turned on by default.

      In the meantime, be glad that Netscape chose the earlier release rather than shipping something buggy, like the current state of the link (sorry "site navigation") toolbar and tabbed browsing.

      Stuart.

      PS Thanks to /. for adding link tags! It's great to visit sites and actually see the toolbar in use :)

    4. Re:alas, not 0.9.5 by smcv · · Score: 5, Informative

      Use Mozilla 0.95 and you will see the wonders of the <link> tag ;-)

      Basically, they're a way for a web page author to specify related pages in a browser-independent, design-independent, extensible way, outside the main HTML of a page - think of them as "quick links" whose targets are defined by the page you're on. A long multi-page document might define Next, Previous and Contents to go to the obvious places, for instance. A website with content from many authors might define the Authors link so it goes to a list of this document's authors. A site with a specific copyright policy might link to it with the Copyright link. All of these are independent of the actual text in the HTML (they go in the <head> section) so if your browser doesn't support them, or you configure it not to, you'll never see them.

      The W3C defined the meanings of quite a few links, and the Mozilla developers have added a couple more which they felt should be there for symmetry (W3C defined First, but not Last; Mozilla looks for Last too, for symmetry, and the Mozilla team have given the W3C a very short list of extras like Last which they think should go in the next HTML spec). You can use anything you like, though (Mozilla implements this by putting any unknown ones in a submenu).

      Mozilla shows the <link>s as an extra toolbar, but there are other ways you could display them.

      The defined ones are things like Previous, Next, First, Up, Top, Help, Authors, Search and Copyright - the sort of things many web pages and documents want. (At the moment Slashdot uses Top and Search).

    5. Re:alas, not 0.9.5 by DrXym · · Score: 2

      might be great if you're using some decrepit HTML2.0 site that makes use of it but since the vast, vast majority of sites have never even hear of it I doubt it will be a great loss to many. And seeing as the patch to incorporate was large and had performance issues, there was no way Netscape could have justified the risk or delay by including it.

    6. Re:alas, not 0.9.5 by singularity · · Score: 3, Interesting

      About five minutesbefore reading your post I noticed that Slashdot was using LINK tags. Theyare actually using more than just the ones you list.

      Depending on where you are, I have seen Home, Previous, Next, Author, and Search.

      iCab has included LINK support since their beginning. At first I had them turned off, now I use them more and more.

      I even added them to http://www.ka.net/eudora/faqs/index.html [Eudora/Mac FAQs]

      So as not to be modded off-topic, I have never liked the combined mail and news clients in the later Netscape installs. The only version of Netscape I have on my computer is the last true "Navigator" install that Netecape offered on the Mac, 4.0.8

      On occasion I run a Mozilla build to see how it is. Most browsing, however, is done in iCab and, occasionally, Opera.

      I want a browser to browse, and not shop and checkmy email.

      The system requirements for 6.2 are also listed at a 266 mHz 604e (something I do not think ever existed 0 they must mean a G3). That is leaving out a lot of older machines that are still out there.

      --
      - (c) 2018 Hank Zimmerman
    7. Re:alas, not 0.9.5 by Anthony+Boyd · · Score: 3, Interesting
      As for the link toolbar, there are good reasons why it's disabled by default: namely a 5% speed penalty on every page load, regardless of whether it's in use or not. If you like and use links, this is a price worth paying, but Mozilla has a "zero tolerance" policy for this kind of performance hit. This is bug 103097 [mozilla.org] and I'll be working on it as soon as someone with C++ knowledge can make the necessary underlying changes in the C++ code.

      Hmmm. You're working on this, and you noted a speed hit. And I want something from you that might address that speed hit. Perhaps we can help each other. Here is my suggestion: steal an idea from the Web TV guys. They had link support back in 1996 or 1997 -- what they did was look for any link tag with a "next" value for the relationship attribute, and then they pre-fetched that page during idle cycles. So the end-user visits a page, reads through it, clicks the next link, and it appears instantaneously. Damn that was a cool feature. I'd love to see it in Mozilla, and it would definitely cause a perceptual increase in speed.

    8. Re:alas, not 0.9.5 by zerocool^ · · Score: 2

      holy crap, i never even thought of this!

      Of course it wouldn't be 100% effective, but it probably would be close to 70%, wouldn't it? i mean cause some people wouldn't use the word NEXT right? i dunno. But if this worked properly, mozilla could rule the world. Your average joe on a 56K would feel like they were broadband!

      Give this comment some serious thought.

      ~zero

      --
      sig?
    9. Re:alas, not 0.9.5 by zerocool^ · · Score: 2

      no, wait, they are predefined! Holy crap! This needs to be done!!! If mozilla uses the links tag to fetch a page that's marked by a next tag, then it would be the top dog, period!

      zero

      --
      sig?
  15. Re:Older version by arthurs_sidekick · · Score: 2, Insightful

    Because you want the branded version with all the proprietary gewgaws. Mozilla is pre-1.0, Netscape 6.2 is released to the public. That's about it.

    Chances are, if you know about the existence of Mozilla, you don't want the Netscape branded releases, although here and there there could be sites that will recognize Netscape and not Mozilla -- but chances are, you don't frequent such sites anyhow, if you know of the existence of Mozilla.

    --
    "Oh, I hope he doesn't give us halyatchkies," said Heinrich.
  16. the dead rise on Halloween by peter303 · · Score: 3, Troll

    Ghosts of dead software companies haunt us again for a few hours on All Hallow's Eve, before returning to their graves.

  17. Useful feature... by sconest · · Score: 5, Informative

    already in Mozilla for a while.
    Add user_pref("dom.disable_open_during_load", true); to your prefs.js (while Netscape is not running) file and presto... no more popups.

    --
    Guvf vf abg n EBG zrffntr
    1. Re:Useful feature... by SCHecklerX · · Score: 5, Informative

      It's actually better to put stuff like this in user.js

      Here's a bonus one to change your 'internet keywords' to use the search engine of your choice:

      user_pref("keyword.URL", "http://www.google.com/search?q=");

    2. Re:Useful feature... by SCHecklerX · · Score: 2

      The quoted feature actually kills both. It isn't very well named, is all.

      This is documented on the same page that describes the feature, IIRC.

    3. Re:Useful feature... by snake_dad · · Score: 2

      How about (mozilla 0.9.5):
      edit->prefs->navigator->Tabbed browsing:
      load links in the background and
      open tabs instead of windows for: windows opened by the web page

      OT? Hell no, it'll be in the next Netscape release :)

      --
      karma capped .sig seeking available Slashdot poster for long-term relationship.
  18. Interesting point of departure... by corky6921 · · Score: 5, Insightful

    It used to be that Netscape offered official builds of Netscape for anything from AIX to Solaris. Now it looks like they are switching gears and only offering official builds for Windows, MacOS, and Linux.

    I would say that this speaks volumes about what sort of client platform most of their customers are using, and how the UNIX client landscape has changed recently. A few years ago, anti-Microsoft or pro-UNIX people (some one, some the other, some both) were seen running anything from HP-UX to OS/2. Netscape, accordingly, released versions of Netscape for nearly every OS. Now, these groups have condensed into the people running MacOS X and Linux. The people running something else as a client have slowly faded away, until these clients were considered a niche market. This is shown even by Slashdot, which has switched from "news for nerds" to an almost exclusively Linux-advocacy site.

    This bodes well for Linux and MacOS, both of which have their markets. I am seeing more people use both of them not because they have an axe to grind with Microsoft, but purely for curiosity and learning's sake.

    But what of the other client platforms? Obviously, Mozilla is still being released for them, but if official, "supported" browser/office software is no longer available, will anything but Linux/MacOS/Windows as a client go away? Or has it already?

    Just an interesting trend, IMHO.

    1. Re:Interesting point of departure... by RetroGeek · · Score: 3, Interesting

      There is an OS/2 port (called Warpzilla) on Hobbes. It is at the 0.95 level, just posted yesterday.

      OS/2 is alive and doing well, thank-you for asking....

      --

      - - - - - - - - - - -
      I am a programmer. I am paid to produce syntax not grammar. Deal with it.
    2. Re:Interesting point of departure... by gorgon · · Score: 5, Informative
      I think it says more about Netscapes position and Mozilla than it does about OSs. When Netscape was the dominant browser, it made sense for them to try to have builds for any system under the Sun, since it would help them maintain marketshare. Now that they are struggling to regain markketshare, it makes more sense to focus their "official" efforts on the bigger OSs. They can let mozilla take care of the smaller OSs.

      Also, you missed at least one OSs that Netscape 6 is available - Sun. I think Netscape may have passed more of the responsibility for that build to Sun, but it is still full blown Netscape. Since Sun is the biggest Unix at this point, it makes sense that they'd still be supported

      --

      And I'd be a Libertarian, if they weren't all a bunch of tax-dodging professional whiners.
      Berke Breathed
    3. Re:Interesting point of departure... by zulux · · Score: 5, Informative

      Increasingly, what oprerating system you have is becomming irelevent:

      Solaris and FreeBSD both run Linux binaries and AIX should soon http://www.exquip.com/software/ibmaix.chtml
      and HP-UX is not far behind: http://www.computerworld.com/cwi/story/0,1199,NAV4 7_STO48570,00.html

      --

      Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

    4. Re:Interesting point of departure... by poiu · · Score: 2, Informative
      Since Sun is the biggest Unix

      If you say so. If you mean biggest as in big iron ... ok. But, I'm pretty sure Apple recently announced how many copies of OS X it has shipped and that it was more than there are copies of Solaris.

      could be wrong ... so sue me.

      --

      ---
      "Don't anthropomorphize computers. They hate that."
    5. Re:Interesting point of departure... by larien · · Score: 2
      Solaris only runs linux binaries where you are using Solaris x86 and the linux binaries are likewise compiled for x86.

      However, you can already compile linux apps out of the box on AIX 5L, allegedly without any source code changes. Solaris 9 is also supposed to provide this feature. Neither of these setups will run native linux binaries on the respective platforms.

      Other emulation software is not a viable alternative in most cases due to the performance hit. Virtualisation (such as VMWare and similar) don't help where the binaries are for x86 and you're running on SPARC or RS/6000.

    6. Re:Interesting point of departure... by hawk · · Score: 2
      >This is a joke, right? These binary compatibility things may exist as
      >intellectual exercises, but try making them work with real software.


      Huh?


      The linux versions of Netscape, StarOffice, and VMWare all work fine on this FreeBSD machine . . .


      hawk

  19. Re:No by benedict · · Score: 2

    4.76 crashes several times a day on my NetBSD 1.5 machine.

    --
    Ben "You have your mind on computers, it seems."
  20. Re:why is mozilla engine so slow? by mgkimsal2 · · Score: 5, Interesting

    What the hell does ASP have to do with anything? ASP just spits out what the developer tells it - someone would still purposefully have to put in bad HTML to make a bad browser choke/slowdown.

  21. Cache not optimal? by mikael · · Score: 4, Interesting

    Is the cache in Mozilla not optimal? If you compare Moz against Opera in regard to flipping pages back and then forward, there is a huge speed advantage for Opera. Is it because Mozilla caches entire pages, and re-renders them when you hit back? I think Mozilla is as fast as any other browser in regards to rendering complex pages, but the case of flippnig back and forward is rather slow. Anynone know why?

    Mikael

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    1. Re:Cache not optimal? by SCHecklerX · · Score: 2

      I LOVE that you can fully disable the cache in mozilla (I really hope this debug feature does not go away in 1.0+!)

      That way I can rely on my very fast Squid cache instead!

      Not a great solution if you don't run a LAN at home, but..well..I do, so why not distribute things properly? Squid is great for caching stuff, and can even be used for rudimentary ACL's if you wish to filter your kids/girlfriend/boyfriend/wife/husband/dog/cat/wha tever

    2. Re:Cache not optimal? by The+Pim · · Score: 2
      If you compare Moz against Opera in regard to flipping pages back and then forward, there is a huge speed advantage for Opera.

      Mozilla deliberately broke (MHO) history in 0.9.5. See bug 101832. Might be what you're seeing.

      --

      The evaluation of an action as 'practical' . . . depends on what it is that one wishes to practice.
    3. Re:Cache not optimal? by abischof · · Score: 2

      Slow back/forward performance is bug 33269. Feel free to vote for this bug if it's important to you (of course, you'll need a free Bugzilla account to vote).

      In due fairness to Mozilla, though, it has become much better with each milestone. Try one of the nightlies -- you may be pleasantly surprised.

      --

      Alex Bischoff
      HTML/CSS coder for hire

  22. Fine Here by Dark-Helmet · · Score: 2, Informative

    I personally stopped using Netscape after a series of bad expierences with the 4.x versions. However, it seem as if Netscape 6.2 on Win32 really isn't so bad. Its very slick looking, renders all webpages I frequent flawlessly and very fast. So far, though I've only been using it for a few minutes, it has proven to be very stable. I will not yet uninstall IE6 from my system, but I'm going to give Netscape another chance.

    I miss my Netscape 3.0 Gold Edition Days =)

    1. Re:Fine Here by SCHecklerX · · Score: 2

      If you like that, you should get the moz nightlies. Tabbed browsing is a very nice addition! And I like the way it is implemented...unlike in opera it does not get in your way and allows you to combine new windows with tabbed windows in a very efficient manner. I love being able to work the way I want and not the way some UI-Design wannabe wants me to work. Kudos to the UI team and tabbed browsing guys on the mozilla team for getting this VERY RIGHT.

      The site navbar is way cool too, if a bit dated (most sites that use those links the way they were intended put the links in the document itself these days...but it is nice to have it always floating right there!) The navbar even pops up on slashdot now.

  23. Re:Older version by J'raxis · · Score: 5, Informative

    cd /home/mozilla
    rm -rf *


    Whoa. You realize your cron starts up in $HOME, and if that `cd` for some reason returns an error...

    Try cd /home/mozilla && rm -rf *
    rm will only run if cd returned successfully. In fact, you might want to link all those commands with ampersands; since each one is only relevant if the previous ran without errors.

  24. Omniweb by wrt · · Score: 2, Informative

    For OSX I've had a great experience with Omniweb. Its fast (load time and render time), super-configurable (its config looks just like the System Prefs panel), and has a sleek UI. The slide-out bookmarks is great! The carbonized IE is TERRIBLE, and netscape x.x seams equally crash-prone. I'm gonna stick with one of the "other" guys.

  25. Re:slowness by lambsonic · · Score: 2, Funny
    The perceived slowness is inversly proportional to your level of zealotry. You'd be suprised what the die hards will tolerate. ;)
    The same formula can be applied to IE zealots' perceived standards compliance in IE.
    --
    # make clean sig
  26. Re:No by ncc74656 · · Score: 2, Offtopic
    Funny, I've found the last batch of 4.7s to be pretty darn stable. IE 5 crashes like a mofo all the time
    What color is the sky on your world? Here on Earth, IE 5.x (under Win2K at least) is about as solid as you can get. IE 6 doesn't crash either, but it has some annoying link-bar behavior (open two windows and click a link in the link bar in one window; the page will come up in the other window). Even the Nutscrape advocates I know of around here (both of them) will admit that 4.7x is a crash-prone POS.

    Back when I was running Win98, IE 5.x rarely crashed. It had issues with /. when I had mod points to burn (all the drop-down boxes to mark posts as funny/insightful/troll/etc. next to each post confused the layout engine), but closing the window with the problem would clear it up.

    --
    20 January 2017: the End of an Error.
  27. Re:why is mozilla engine so slow? by NutscrapeSucks · · Score: 2, Informative

    Because of Netscape 4.x's only partial HTTP 1.1 support, it does become very slow with some HTTP servers, one of them being IIS (but also WebLogic and others).

    I haven't noticed any particular problem with Moz, although it can be kind of clunky with pages with lots of form elements.

    --
    Whenever I hear the word 'Innovation', I reach for my pistol.
  28. Rather than whine about Mozilla... by Fnkmaster · · Score: 5, Informative
    I recommend those of you (and it's quite a few) who whine about Mozilla's performance check out K-Meleon. I think most of you will agree the real problem with Mozilla is not Gecko, it's the damned XUL-based Interface of Infinite Slowness +2. K-Meleon is one of the nicer attempts out there to take Gecko and wrap it in a native interface, in this case for Windows (yes, I use Win2k at work, so sue me).


    If you tried K-Meleon 0.1 or 0.2 and thought "gee this would be great if it actually supported cookies and had some configurable options and felt like more than a toy" then check out 0.6. Actually, it's been quite usable for a couple of releases now, and 0.6 seems as good as ever. Yes, I still use IE sometimes, but unlike my repeated attempts to wean myself to Mozilla that inevitably end in me getting sick of the poor UI response times and rendering freezes in Mozilla, I can actually get used to the snappy K-Meleon look and feel.


    No, it's not perfect or bugless, and it still isn't quite as pretty or slick looking as IE, but it is nice to see how fast and responsive a Gecko based browser can be when the entire UI isn't getting rendered from XUL, and it's nice to have a real native browser alternative on Windows.

    1. Re:Rather than whine about Mozilla... by GregWebb · · Score: 5, Informative

      I have to say, I really don't understand people's comments about speed. FWIW this experience is with, Windows 2000 on a P-II 128 MB, Win98 on P-II 350 and 400 (both 128 MB) and oddly behaving Duron 700 (256 MB). Nothing exactly cutting edge, in other words.

      I started playing with Mozilla 0.9.5 last week, first Mozilla build in some time. It's not quite as fast as Netscape 4.7 but way, way faster than IE5. Blows it straight out of the water. IE will sometimes take 10+ seconds to render a window, Mozilla, as long as it's been loaded into memory before like IE, is less than a second. It's faster in operation, too.

      It's not perfect - the back button has died a couple of times, while really, stupidly heavy session (20+ windows, new ones opening all the time) slowed it down a little and I've discovered today it's not too fond of mod points - but hey, neither's IE under W98. They smear all over the place, misplace themselves, eventually run out altogether and too many windows of that crashes the machine.

      Anyway. Mozilla and XUL may have been slow once (dunno, didn't use it then), but it isn't any more. Lovely and fast, really.

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

    2. Re:Rather than whine about Mozilla... by Fnkmaster · · Score: 2
      It's not necessarily slow per se anymore, it's relatively fast on PIII+ level hardware. However, there are intermittent freezes of the entire UI (it won't respond to user interaction just after a page starts loading) due to the fact that the same damned thread is rendering the XUL interface as renders the browser window contents (at least, that's my guess, it may be totally off base though). Also the look and feel of widgets is not quite the same as for native applications on any OS even with a good chrome. This is always annoying, I understand the reasons for the design decision, and they are good reasons if you want to make an embedded cross-platform browser, but they are not good design decisions if you want to make a usable browser for a general purpose PC running a general purpose OS with its own GUI which has native behavior and widgets. Though at one point in time there was a fabulous Native.Windows Mozilla chrome, it no longer exists for up-to-date versions of Mozilla, which is very unfortunate.


      There is also an annoying lag between the interaction with a XUL widget and the side effect that doesn't happen with native widgets on any platform. This is even true in K-Meleon, with text boxes on certain pages (I press a key and there is a substantial lag before the character appears). Again, maybe bad use of threading, maybe something else.


      I don't think these issues are unsolvable, but I think you have to be VERY unaware of the user experience with your applications to NOT notice that Mozilla is substantially different than all your native apps, and probably worse in several ways (and I've been a Mozilla user, bug filer and even occasional fixer since around M11).

    3. Re:Rather than whine about Mozilla... by NonSequor · · Score: 2
      I've had the back button die too. Sometimes not even under extreme conditions. Hopefully it will be fixed in the next Mozilla release.

      For now the workaround seems to be to go back to a page before the last one. That works for me.

      --
      My only political goal is to see to it that no political party achieves its goals.
    4. Re:Rather than whine about Mozilla... by BitwizeGHC · · Score: 2

      I have a Pentium 266 laptop and the Moz is quite usable even on that. Yes, you read that right. A Pentium. I. It has MMX, though, and 64MB RAM, but still.

      --
      N4st0r, trixx0r h0bb1tz0rz! Th3y st0l3 0ur pr3c10uzz!
    5. Re:Rather than whine about Mozilla... by Surak · · Score: 3, Redundant

      Heh. I almost downloaded this thinking it was a KDE version of Mozilla. :)

    6. Re:Rather than whine about Mozilla... by GregWebb · · Score: 2

      No, sorry, I still disagree.

      Using 3 year old hardware, I would class it as fast in isolation and greased lightning in comparison with IE5. I haven't noticed a significant lag unless I was putting it under loads most users never will, either. I see the point about the widget set, but I personally quite like the new stuff and wouldn't say that it was too different when left in Classic theme. On that front I'd prefer the ability to use small toolbar icons, as I could with NS4, but nothing's perfect, sadly ;-)

      Look and feel I agree it's different, though I think we overestimate how much this will confuse people., it's close enough. Performance, I suspect the difference people will notice is that it's _faster_.

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

    7. Re:Rather than whine about Mozilla... by Fnkmaster · · Score: 2

      You can't possibly tell me "no, you and everyone else who complains is wrong". We aren't wrong, because a perceptual experience can't be "right" or "wrong". The fucking thing feels slow and unresponsive, in qualitative terms. I tried to explain in my last post why it feels that way, and how I think it could be fixed. However, since I feel that K-Meleon fixes the problem, I will keep using K-Meleon, you can keep using Mozilla and we can all appreciate Netscape's effort on this project.

  29. 256 colors by mrroach · · Score: 2, Interesting

    My only access to a windows system is over Citrix at 256 colors, and at that color depth kmeleon/gecko looks terrible compared to IE. all the colors look washed out, and images are blurry.

    Anyone know why this is? I haven't tried mozilla under windows, does it suffer from the same problem?

    (mostly unrelated, gtk+ for windows doesn't work in 256 colors either, so no gtk/citrix/windows apps without paying Citrix for a 16bit color license.)

    1. Re:256 colors by RedX · · Score: 2

      It's a known bug, I deal with the same issue when I want to use Mozilla over Citrix or NT Terminal server.

  30. Re:why is mozilla engine so slow? by bluephone · · Score: 4, Insightful
    This is just another load of crap. YEs, Moz uses widgets internal to itself rather than native OS widgets, although you wouldn't know it to look at them. They're non-native for a few reasons. Using native widgets would seriously cut down on the number of supported platforms, since the few developers working on the project would be further taxed by translating for half a dozen platforms. This was a design choice made years ago now. it doesn't slow down rendering a bit, because they're not "hand drawn" (whatever that's supposed to mean to a computer) but generated using a set of GFX that can be styled on the fly. It's not drawing buttons and such, it merely puts together a set of "building blocks" to make them. There's almost zero impact on performance.

    This reminds me of a troll that used to hanf around the mozilla newsgroups that in the end just made a joke of himself. I even wound up parodying him just for more laughs. The whole argument against XUL is stupid these days.

    And lastly, just because it DOES use internal widgets, that does NOT mean that it can't outperform IE. Mozilla as a whole is slower than Gecko-based browsers because Mozilla DOES more than they do. The backends on Mozilla and K-Meleon and it's brethren are vastly different. It's like comparing a Yugo to an Aircraft carrier.

    --
    jX [ Make everything as simple as possible, but no simpler. - Einstein ]
  31. Re:why is mozilla engine so slow? by mgkimsal2 · · Score: 2

    Ahhh - gotcha. Netscape only had partial support of a protocal which IIS implemented more fully, causing their browsers to behave better. And somehow Netscape poor implementation in a product years out of date is MS' fault. So, MS is damned if they do, damned if they don't. I'm not a huge fan of ASP/IIS/MS, but people saying "ASP" pages are "optimized" for IE is just ridiculous...

  32. Native OS widgets cannot be used if you want CSS by Chuck+Chunder · · Score: 2

    Even IE uses it's own widget set (of course, in more recent versions of Windows, IE's widgets may now be the core widgets OS widgets). The widgets provided by the OS in 95/NT simply are not capable of being styled in the way CSS demands.

    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
  33. Re:slowness by Anonymous Coward · · Score: 2, Insightful

    I don't know about Netscape 6.2, but Mozilla 0.9.4 in Windows with the -turbo option enabled loads faster than IE5/6.

    Why?

    Because it loads the browser into memory when the computer boots, JUST LIKE IE.

    Now that the playing field is level, Mozilla still wins.

    Refute that.

  34. Re:netscape cares about the details... by NutscrapeSucks · · Score: 5, Insightful

    Actually, I would say that your management was right on. As mozilla.org says: We make binary versions of of Mozilla available for testing purposes only!. We provide no end user support.

    This is something that's missed by the "Mozilla advocates" that hang on Slashdot and Mozillazine and other places. Mozilla is not an end-user browser. It's for voluntary developers and voluntary QA people only. No non-nerds even know what Mozilla is, so if you try to encourage people to use it, the funny looks they are giving you are well grounded.

    So, if you are worried about a MS-dominated WWW, encourage people to try Netscape 6.2. Don't even mention Mozilla -- it detracts from the message. Unfortunately, lots of (normal) people took a look at the horrific 6.0PR releases and the terrible 6.0 final and need some encouragement to take another look at the releases that actually work.

    --
    Whenever I hear the word 'Innovation', I reach for my pistol.
  35. K-Meleon by bwt · · Score: 3

    K-Meleon has come a long way. It seems pretty usable. Anybody else out there trying it?

    It seems to use a lot less memory than mozilla.

  36. a sneek peek into the world of.... by the_2nd_coming · · Score: 2

    proprietary development.....they can't wait until a 1.0 so they take it when its good enough and call it x.y no wonder windows sucked for so long...and now that it doesn't suck as much, MS makes a bad activation/icinsing /Want to own the internet move....oye. I hope Netscape can make ther kind look good again, but since it is owned by AOL...well that speaks for it self on software development

    --



    I am the Alpha and the Omega-3
  37. Re:why is mozilla engine so slow? by Fnkmaster · · Score: 2
    It's not. You may be confusing Mozilla the browser with the Gecko engine. Netscape 6.x is basically Mozilla. Galeon, which you mention, is relatively fast, though I haven't used it much since I mostly stick with Konqueror when I'm in Linux-land (I don't like the KHTML rendering, but I find Konqueror a much more pleasant browser in my KDE environment than Gecko, and when needed I use Mozilla).


    If you try K-Meleon and compare it to IE I think you'll find that the Gecko engine is not vastly different in performance from IE. Yes, some types of pages are faster in IE and some are faster in Gecko, depending on bandwidth and latency factors, your processor speed, amount of RAM on your computer, and # and type of widgets on page. On anything that's a PIII 700 or faster (like my Athlon 1200 at home) I can't really notice the difference subjectively, and it's clearly no more than a factor of 1.5x-2x in either direction in most normal scenarios.


    The _feel_ of Mozilla the browser is a big problem, XUL just does not feel natural or responsive - a lot of Mozilla hardcore fans won't agree that there is a problem with XUL, and I can't quantify it meaningfully or say "it's slow", but it's more that the interface tends to freeze up or stop rendering when the engine is busy. I think it could be worked around and XUL could be made to work well in practice, but it just isn't 100% usable right now.

  38. Netscape 6.2 still won't install by cluge · · Score: 2

    Quick question/comment. On my win2k server any install of the 6 series of netscape causes the following things to happen (every single time)

    1. part way through the install I will get some random error, usually "disk problem" or "virtual memory problem" (this with 512 mb of memory and 1 gig of pageing available and running almost nothing else during install!!) Disk check reveals no problems

    2. Just before I reboot Zonealarm will beep about some winders program wanting to contact a microsoft site (which I allow, haven't hauled out the packet sniffer to see exactly what is being sent when server phones home)

    3. Reboot and running netscape does NOTHING. I get a pretty icon and then it goes away. Not log file/event entry.

    So anyone else have this expereince? Just curious before I goto check again and haul out the packet sniffer.....Is it me or does my Win2k server just not like netscape? Is Billy boy up to his old tricks again? Jesus, I just wanted to look at the new netscape for gosh sakes.

    Oh well

    --
    "Science is about ego as much as it is about discovery and truth " - I said it, so sue me.
  39. Re:Spell Checker? by sconest · · Score: 2, Informative

    Grab the spellchecker from Netscape ftp here : win , macos (not X) or linux i686.
    Then drag it onto a Mozilla window, you'll get a dialog for installing it.

    Some people on #mozillazine tell me that it may not work with Mozilla 0.9.5 though, previous verison shoudl be ok

    --
    Guvf vf abg n EBG zrffntr
  40. Re:Spell Checker? by MindStalker · · Score: 2, Informative

    Well it comes automatically in 6.2 if you want to add it to mozilla you goto the 6.2 download directory goto xpi directory then get spellcheck.xpi it should install automatically. Note: it is only garenteed to work netscape 6.2 infact I just tested it an it seems as though the UI for the spellchecker did not get added. So guess your out of luck.

  41. Mouse Gestures work in Netscape 6.2 also. by jelwell · · Score: 2

    Mouse Gestures work in Netscape 6.2 also.
    Last I checked, the Links Toolbar was default off because it added 10% to the page load time!

    The tabbed browsing on the other hand is way cool, especially for those of you that still "surf".
    EOF

  42. Re:K-meleon is Pathetic by ncc74656 · · Score: 2
    I thought I'd give it a try. Especially when I saw how small the download file was (less than 4MB).

    I guess what I was hoping for was the lightweight, fast, and standards based Netscape that NS 6.x was supposed to be. Well, what I found out was that it is nothing of the kind. In fact, it doesn't even really work.

    Hmm...just grabbed the newest version, and while it doesn't seem any faster (or slower) than IE (maybe that's what a 1.2-GHz Athlon will do for you :-) ), it had no problem picking up my Favorites contents or talking to my company's ad-filtering Squid. It rendered the pages I threw at it nearly identically to IE. Throw in URL auto-completion and the Google toolbar and it'd be a pretty good replacement for IE. (Oh, and Backspace needs to return to the previous page...just noticed that, aside from scrolling with the arrow keys, there's no keyboard navigation at all as pressing Alt-Whatever to open a menu does nothing. Hmm...maybe it does still have some issues...but what do you want from a pre-1.0 product?)
    --
    20 January 2017: the End of an Error.
  43. Re:Link Toolbar by ChristTrekker · · Score: 2, Informative

    Lynx has had it almost forever. Mosaic had it. Even though I'd been using <link rel="author"> since I started making web pages, I first realized the possibilities when I saw it in iCab. There are a few others. Here are a few good articles about it.

  44. Re:Spell Checker? by SCHecklerX · · Score: 3, Informative

    Here's how I do spellchecking in *ALL* my X11 apps:

    http://freefall.homeip.net/stuff/spellcheck/

    Enjoy.

  45. Re:Older version by MindStalker · · Score: 2, Insightful

    Actually the sensable thing is rm /home/mozilla/* -rf
    easy simple no question about what it will do.

  46. Re:spellchecker.xpi ?? by SCHecklerX · · Score: 2

    echo "stuff to check" | ispell -a | grep "^&" | xmessage -nearmouse -file -

  47. Why use Netscape anyway? by Capt_Troy · · Score: 2, Flamebait

    There are plenty of great browsers out there, Mozilla, Konquerer, IE, Opera, and sever others. Why would anyone stop using their browser of choice and use Netscape? I mean, it's not really that good anyway.

  48. Re:I lost faith in you, too. by fmaxwell · · Score: 2

    after they stoped

    You missed that one (and you didn't catch the missing commas, lowercase 'm' in "Mozilla", etc.) so I have no faith in you, either.

  49. Where have all the unix platforms gone? by hubertf · · Score: 3, Interesting

    Personally, I need binaries for:

    * Solaris 8/x86 (!)
    * Solaris 8/sparc
    * NetBSD/i386

    Please!

    - Hubert

  50. Re:Spell Check by WNight · · Score: 2

    You can install the Netscape spellchecker in Mozilla.

    It might only work in 0.94, but I imagine it's a fairly easy fix and someone will have a 0.95 compatible version soon.

    Search this thread for '.xpi' as in spellchecker.xpi, the posts mentioning it go into more details about where and how.

  51. Re:Link Toolbar by SCHecklerX · · Score: 2

    Amazing that it took this long for such an obvious interface to old HTML standards, isn't it? Sheesh! It is, however, a great selling point for mozilla!

  52. Re:Older version by DrXym · · Score: 2
    Older != buggier.


    Mozilla milestones have a much, much lower quality threshold than NS releases. It means if you use 0.9.5, or 0.9.6 etc you'll get cutting edge features but more bugs guaranteed.


    NS 6.2 has been in continuous testing for months after the 0.9.4 branch it's based which means it's much more stable.

  53. Re:oh my by SCHecklerX · · Score: 2

    That's funny, because my pages look beautiful (well, as beautiful as an artistically-challenged person such as myself could make them) on Mozilla, and like absolute shit on MSIE. Huh.

  54. I keep being turned off by K-Meleon... by Bonker · · Score: 2

    I browse with the latest milestone of Moz. Have been for about six months now. Not quite as stable as IE on the same system, but it gives me a little more control over my browsing environment.

    I download the new build of K-Meleon whenever it comes out, get really excited, and then go back to using Moz after a few days of crashes and inconsistent behavior. Frankly, I'm getting a little burnt on the cycle. Still, I bet K-Meleon will reach 1.0 before Mozilla does.

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
  55. Freshmeat? by Mustang+Matt · · Score: 2

    I thought netscape said they weren't releasing anymore browsers after they released 6.0 and it sucked?

    Did anyone else read this at the time? I hate developing for Netscape. Give me Opera, Konquerer or IE, but please kill netscape!!!

    Hit Bridge.com in Netscape 4.7x and then hit it in any 6.x netscape... What happened?

    --
    The man who trades freedom for security does not deserve nor will he ever receive either. - Benjamin Franklin
    1. Re:Freshmeat? by BZ · · Score: 2

      > Hit Bridge.com in Netscape 4.7x and then hit it > in any 6.x netscape... What happened?

      What happened is that bridge.com decided that NS 6 is NS4 and gave it proprietary javascript that is only supported by NS4 and not any other browser on the planet. And NS6 naturally refused to deal with it.

      Alternately, what happened is a site designer who has not yet had a chance to make the site work per the DOM spec that's after all only been in existence and been supported by IE for 2 years now.

  56. Re:Older version by snake_dad · · Score: 2
    Whoa. You realize your cron starts up in $HOME, and if that `cd` for some reason returns an error...

    No mod points unfortunately, so I'll go for the suppporting comment :)

    A customer was bitten by this a couple of months ago. cd failed because a drive had failed to mount. The script wiped out just about everything.

    The sad thing was that this happened while we were trying to fix some vague un-related hardware problem that kept corrupting databases, so ofcourse we where blamed for a dead production server. You can imagine how relieved we were when we found out it was one of the customers own scripts.

    Morale: check those return values, make sure your command worked as intended, especially in cron!

    --
    karma capped .sig seeking available Slashdot poster for long-term relationship.
  57. update to mozilla? by nilstar · · Score: 2

    Did they update 0.9.4 from the standard mozilla version? Something similar to the extra bug fixes in 0.9.2.1?

    --
    ===> An eye for an eye makes everyone blind - MG
  58. Re:Native OS widgets cannot be used if you want CS by tim_maroney · · Score: 2

    The widgets provided by the OS in 95/NT simply are not capable of being styled in the way CSS demands.

    Can you name a single specific example of a CSS requirement that can't be met by native widgets on Windows and Mac?

    If you can, you'll be the first since these discussions started, over two years ago IIRC.

    Meanwhile, it is clearly a fact that Mozilla can't draw its widgets in the way that the platform standards on Mac OS (9 or X) and Windows XP demand.

    Tim

  59. Another reason stopping people from using Netscape by Nailer · · Score: 2

    Large corporates are conservative and slow in moving from one platform to another. They'll be running Netware and Notes for a very long time (and good on them) and they might have even stuck with their old standard Netscape browser apart from one minor detail:

    Netscape isn't useable in most Terminal Services environments - essentially because large TS environments often use low (256) color displays and its dithering is piss poor. On a Windows box, view netscape.com in IE and Netscape. Its nearly unreadable in Netscape, as is most of the NS UI (even in classic mode). IE, on the other hand dithers extremely well, to the point where its possible to believe you were looking at a high color display.

    There's enough people tired of running Windows based desktop but keen on the Win32 platform to make TS compatibility a big concern when selecting an SOE. Goodbye Netscape.

    /me types this in IE on his Linux box using Rdesktop. Well recommended for non MS TS clients.

  60. And of course there is always Galeon by judd · · Score: 2

    Galeon is a plain Gnome wrapper around Gecko and it's worked a treat for me. Stable, much lighter-weight than full-blown Mozilla, but full of crunchy Gecko goodness.

  61. Re:why is mozilla engine so slow? by bluephone · · Score: 2, Informative
    that link is doubly screwed up... it should be http://www.geocities.com/mozamp/dumptehxul.html

    Score one for my idiot meter today.

    --
    jX [ Make everything as simple as possible, but no simpler. - Einstein ]
  62. Re:slowness by sharkey · · Score: 2

    Not on my PC. P5-200, 32MB RAM, Win95 OSR2, Communicator would load pages much faster than IE4. IE4 would load several pages, getting slower each time until it would finally hang.

    --

    --
    "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  63. Re:slowness by sharkey · · Score: 2

    I can't comment from firsthand experience, since I have never loaded NS6x. The last few builds of Mozilla, on the other hand, have been quite speedy. As a personal preference, I still prefer Opera, though.

    --

    --
    "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  64. Re:Native OS widgets cannot be used if you want CS by Chuck+Chunder · · Score: 2

    Well, as an app developer (at least if you develop gui apps on Windows) you may be in a better position to tell me :) Can everything here be done with native widgets for example? On the whole Mozilla seems to render the widgets on that page better than IE. Opera, which does use native widgets, misses most of the CSS stuff, though you can see they've mapped colours etc to the native widgets where the native widgets allow.

    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
  65. So who needs a spellchecker? by fmaxwell · · Score: 2

    Eye used spell checking on this massage butt, in genital, it don't find any thing wrong. Every word were spelled good accordian to the program. Do you no some thing that I donut?

    (The above illustrates why spellcheckers are frequently of limited value without grammar checking software.)

  66. Re:Spell Check by reynaert · · Score: 2

    "the Netscape spell checker"

    Note that the spell checker was licensed from Lernout & Hauspie, which went bankrupt a couple of days ago...

  67. Re:slowness by lambsonic · · Score: 2, Insightful

    The CSS and extensions that IE support are artificially important because of its huge market-share. Mozilla is a better browser for standards, and that is my only claim.

    Have you tried developing standard CSS? Once you do, you will realize that Mozilla supports a lot more CSS than IE, and Mozilla is much more stable in its rendering. IE will often forget where it has drawn and can't keep a list in a straight line. Explain to me IE's bugs on this page (With the CSS bloated for IE) and this other page (roll over the links in the "recent posts" list) and notice how slow it is on the navbar. Mozilla doesn't have any of these problems.

    Even looking at an outdated chart of CSS bugs, Mozilla is at least as good at CSS. Considering that development on IE is crawling compared to everything else, Mozilla has much better support. I actually think that Mozilla has the only sane CSS implementation of all the browsers.

    --
    # make clean sig
  68. Check the logs... by alexhmit01 · · Score: 3, Interesting

    No doubt, coding for IE is cheaper. As I posted in another thread, one of our clients made that decision, and now we have to rebuild the site to be Netscape friendly? Why? 10% of his "unique visitors" are Netscape, and they can't even use the site with the latest version.

    If a 10% increase in profits > cost of implementing a Netscape version... well, Netscape version is coming...

    Its a business decision. The IE5 version of the page is the low hanging fruit. Netscape is more of a challenge... Now if I could figure out the random Mozilla rendering problem...

    Not a business problem, I'd just like to see it work under Mozilla/Netscape 6.x.

    Alex

  69. Re:Older version by isomeme · · Score: 2

    Or just run

    rm -rf /home/mozilla/*

    The best way to handle errors is to eliminate their possibility.

    --
    When all you have is a hammer, everything looks like a skull.
  70. Re:Spell Check by ayden · · Score: 2

    No, we didn't. At least not all of us. The Belgian part of the company, L&H NV, is in liquidation. L&H holdings, however, is a US company and is still under chapter 11 protection. We will be acquired by the end of November. See this link.

    Bruce Davis
    UNIX Systems Administrator
    Lernout & Hauspie Speech Products

    --
    "I'm The Bounty Bear. I will find him anywhere. I'm searching."
  71. Re:Another reason stopping people from using Netsc by Nailer · · Score: 2

    IE doesn't really dither it's interface -- it uses different icons for low-color installs.

    The first part's false, the second part's true. It does dither its interface - the HTML rendering part. View Slashdot, Netscape.com, etc side by side in IE and NS 6 on a 256 color Windows box to see what I mean.

  72. Question on plugins by acroyear · · Score: 2

    Was this release assembed from the mozilla 0.9.4 source before or after the patch to fix linux plugins was installed?

    --
    "But remember, most lynch mobs aren't this nice." (H.Simpson)
    -- Joe
  73. Re:Mozilla vs Netscape by cant_get_a_good_nick · · Score: 2, Informative

    Though this is a kind of a FAQ, it's not the same program.

    Mozilla is the open source code. In the last year or so (Milestone 18 was the big turning point for me, it's been getting better since), it's really been getting good. You can debate some of the bloat (XUL and stuff like that) but it's a damn good browser. Some (a lot?) of that bloat is related to it's in-development status - has some debug code in there that will be removed for final release, not quite optimized.

    Every once in a while, Netscape takes a source cut of this and releases it as a Netscape product. It's not exactly the same source, they add things to it (whether it's stuff you would want is subject to some debate). The rendering is the same (Gecko layout engine) but the Netscape product has more bells and whistles, and seems to have a bit more UI polish (some say, I haven't tried it).

    If you think about it, Mozilla kind of drives Netscape releases. The Netscape boys take what they think is a decent source cut (the most recent being Mozilla 0.9.5) and ploish it somehwat and release it as Netscape Navigator.

  74. Re:Native OS widgets cannot be used if you want CS by Chuck+Chunder · · Score: 2
    Can you name a single specific example of a CSS requirement that can't be met by native widgets on Windows and Mac?
    Not personally, no. I'm basing my assertion on comments I have read from both Opera and Mozilla developers. I have nothing but a passing familiarity with native widgets on Windows from a programming sense and no familiarity at all with the Mac.
    If you can, you'll be the first since these discussions started, over two years ago IIRC.
    Can everything at this site? Another issue is future CSS requirements. There's little point in going down the native widget path if you've got to throw the whole lot out and start again when opacity (for example) turns up in a recommendation.
    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
  75. Re:why is mozilla engine so slow? by BZ · · Score: 2

    This argument would be more cogent if it were not for the fact that IE6 also draws all its widgets in web pages "by hand". The simple reason for this is that the native widget set simply does not support the functionality required of web page form widgets by CSS.

  76. Re:Spell Check by abischof · · Score: 2

    You can install the Netscape spellchecker, but only into really old builds. It doesn't work in current builds. But, work is being done on creating a spellchecker specifically for Mozilla.

    --

    Alex Bischoff
    HTML/CSS coder for hire

  77. Re:Native OS widgets cannot be used if you want CS by tim_maroney · · Score: 2

    These are not correct interpretations of CSS. Background image and color are not the same as fill image and color, which is how these specifications are being interpreted in Mozilla. The background image of a button, for instance, is the image on which the button sits, not a fill image contained within a button. Widgets are not required to be transparent and to show their background image through them. A correct interpretation would show, for instance, a normal platform button sitting within its box surrounded by, not filled by, the background image or color. See the CSS2 spec on this point.

    If you were to interpret the background properties consistently as meaning fill color or image, then the text areas shown would be inconsistent. The characters would need to be drawn in their background image or color (as the widgets are), rather than on top of their background image or color.

    The things on the page that appear to be correct w.r.t. the spec are doable natively. Widget colors are controllable on both major platforms. Frames and backgrounds for text editing areas are also controllable with native widgets on both major platforms. (Couldn't speak to Linux.)

    In addition, no user agent is required to render every possible combination of CSS properties. See the CSS2 spec: A computed value is in principle ready to be used, but a user agent may not be able to make use of the value in a given environment. For example, a user agent may only be able to render borders with integer pixel widths and may therefore have to approximate the computed width. The actual value is the computed value after any approximations have been applied. Sure, the more coverage the better, but does Mozilla render fractional border widths? Approximation of computed values in rendering still leaves a user agent conformant.

    Tim

  78. Netscape 4.x Is the Problem, Not 6.x by Ferd+Lamarche · · Score: 2, Interesting
    The perceived slowness is inversly proportional to your level of zealotry. You'd be suprised what the die hards will tolerate. ;)
    The same formula can be applied to IE zealots' perceived standards compliance in IE.

    I'm no IE zealot, but I have been doing web development with DHTML and JavaScript for the last year, and I can say that Netscape 4 vs. IE is the problem most people are referring to when they say "Netscape isn't (as) standards-compliant (as IE)." Netscape 4 is a bloody dog for anything above DOM-level-zero -- <LAYER>, <ILAYER>, etc... Brrr... I'll pass.

    Netscape 6, on the other hand, has greatly impressed me. I'm so glad the Netscape crew has acknowledged the problems of Netscape 4.x and is making a concerted effort to be standards-compliant in version 6.

    If my pages look good and operate well in IE but badly in Netscape 4, it's Netscape's fault. But if they look good and operate well in IE and badly in Netscape 6, it's my fault or IE's fault.

    I just wish Netscape 6 could load faster and didn't use so much much memory (both in Windows; don't know about other platforms). Someone mentioned that Mozilla 0.94 had a "turbo" option which loaded it into memory when Windows starts to give it the same speed advantage as IE. I hope that's in Netscape 6.2 and can be easily turned on by the user. That would certainly help. Can you believe that for all my complaints about it, I'm using Netscape 4.x to post this? Why? Because it's fast, and for me, it's faster than IE. I'll have to try Netscape 6.2 so I can get this clunker off the web and reduce (if only slightly) the headaches it causes developers everywhere.

    I also wish Netscape hadn't changed the plug-in architecture, too, but that's not as relevant to the problems of Netscape 4.x, which largely concern its "DHTML".

    1. Re:Netscape 4.x Is the Problem, Not 6.x by spongman · · Score: 2
      hmmm... four things that piss me off about Mozilla/5:
      • you still can't script legacy plugins. ugh, how hard would this be to add, seriously?
      • LiveConnect. 'nuff said.
      • the <NOLAYER> <LAYER> mess.
      • XSL support is still buggy and slow
      as far as I'm concerned the first three are regressions from netscape 4.x (and IE). Supporting new standards is great, but breaking existing code is just not acceptable. Sorry.
  79. Are they making it as hard as possible for... by sphealey · · Score: 2, Troll

    ...the faithful?

    I actually shelled out the 20 USD for a CD of Netscape 6.1. I even registered it.

    Now 6.2 is released and (a) I get no notification (b) there is no "Netscape Update" menu pick to _find_ the update (c) it appears that instead of a differential upgrade, I have to download the whole 20 MB again.

    I have been using Netscape since 1994. I _want_ to keep using Netscape. Am I missing something, or are they _trying_ to drive me to IE?
    sPh

  80. Re:Spell Checker? by abischof · · Score: 2

    Some people on #mozillazine tell me that it may not work with Mozilla 0.9.5

    It assuredly doesn't work in 0.9.5. That "trick" hasn't even worked since 0.9.2. I'm not saying this to disparage you, but just to clarify things. Not to worry, though, work is being done on a spellchecker for Mozilla.

    --

    Alex Bischoff
    HTML/CSS coder for hire

  81. Re:Native OS widgets cannot be used if you want CS by Chuck+Chunder · · Score: 2
    These are not correct interpretations of CSS. Background image and color are not the same as fill image and color, which is how these specifications are being interpreted in Mozilla. The background image of a button, for instance, is the image on which the button sits, not a fill image contained within a button.
    I'd argue that you are incorrect, there is no concept of 'fill color' in css. As far as CSS is concerned a button element is nothing but a container. There is no difference to CSS whether I have:
    =====
    <button>hello</button>
    =====
    or
    =====
    <div>hello</div>
    =====
    except that user agents are more than likely to have default style rules that make a button look like a button (ie have borders that make it look raised normally or depressed when active and have a predefined background colour rather than being transparent as a div would be by default.)

    Similarly an: <input type=text value=hello> is just a container that has a default style rule similar to:
    ======
    input[type=text]{
    content(content: attr(value);
    background-color: etc;
    border-top : etc etc
    etc
    }
    ======
    The elements are just containers like any other, they are not inherantly special because they are "buttons". It may look like a button but to CSS it's just a box. Having said all that, current CSS recomendations may not be able to adequatly describe the visual rendering of all form elements but that is where we are heading. Ultimatly while form elements may normally look like they've been rendered with this style sheet there's nothing to stop the web author or end user modifying those attributes as they can any other attributes on any other element.
    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
  82. Re:Older version by Lac · · Score: 2, Insightful

    Whoa. You realize your cron starts up in $HOME, and if that `cd` for some reason returns an error...

    Try cd /home/mozilla && rm -rf *

    I now that geeks use ampersands, but can you tell me what the hell is wrong with rm -rf /home/mozilla/*? Simpler is better. And writing rm -rf * is almost always a bad idea. You will edit this cron job again someday, and probably get it wrong.

  83. Re:netscape cares about the details... by SurfsUp · · Score: 3

    This is something that's missed by the "Mozilla advocates" that hang on Slashdot and Mozillazine and other places. Mozilla is not an end-user browser. It's for voluntary developers and voluntary QA people only . No non-nerds even know what Mozilla is, so if you try to encourage people to use it, the funny looks they are giving you are well grounded.

    I think you're lagged by 3 months or so. Mozilla is in fact now perfectly capable of being your primary browser, it delivers in all departments and seldom crashes. (The only time I don't use Mozilla now is on small memory/slow machines, and there I use Opera, except when Opera can't render the page, then I go to Mozilla, damm the speed :-) You're also wrong about non-nerds. My wife uses Mozilla and is perfectly happy. People use what you give them, so long as it does the job.

    --
    Life's a bitch but somebody's gotta do it.
  84. Re:No by benedict · · Score: 2

    Because Opera makes my teeth itch and I haven't gotten Mozilla to compile yet.

    When I'm at home, I use OmniWeb.

    --
    Ben "You have your mind on computers, it seems."
  85. Re:Native OS widgets cannot be used if you want CS by tim_maroney · · Score: 2

    There is no difference to CSS whether I have: <button>hello</button> or <div>hello</div>

    No offense, but that's just not true. An interactive element is not an empty DIV. It has a content area. That content area contains a button.

    Also please note that the CSS2 spec explicitly says that backgrounds should not be set for HTML items: The background of the box generated by the root element covers the entire canvas. For HTML documents, however, we recommend that authors specify the background for the BODY element rather than the HTML element. User agents should observe the following precedence rules to fill in the background: if the value of the 'background' property for the HTML element is different from 'transparent' then use it, else use the value of the 'background' property for the BODY element.

    For those of you with trouble reading spec-ese, this means a couple of things. First, the allegedly required functionality (widget background setting) is actually recommended against in the specification.

    Second, the Mozilla implementation misinterprets the spec. Having a button on a BODY that has a background image or background color would create the same visual effect within the button's bounding box as setting the button's own background image or background color -- which is to say, a surround effect, not a fill effect.

    The supposedly required functionality is not required, and Mozilla is interpreting the functionality in a clearly incorrect way.

    Having said all that, current CSS recomendations may not be able to adequatly describe the visual rendering of all form elements but that is where we are heading [w3.org]. Ultimatly while form elements may normally look like they've been rendered with this style sheet [w3.org] there's nothing to stop the web author or end user modifying those attributes as they can any other attributes on any other element.

    Nope, sorry, you're reading that wrong too. The goal there is to be able to use system default appearances, not to get away from system default appearances. Search for the string "system standard rendering" -- it appears many times -- and note statements like:

    Section 2.1 of CSS1 and Chapter 18 of CSS2 introduced several user interface related pseudo-classes, properties and values. This proposal extends them to provide the ability, through CSS, to style elements based upon their various user interface related states, and to make an arbitrary structural element take on the dynamic presentation, or system default look and feel, of various standard user interface widgets.

    The exact rendering of check and diamond depends on the user agent, but it is suggested that the same glyph which is used on the platform to render a "checked" menu item be used for "check", and similarly for those platforms which support rendering of a "diamond" next to a menu item. Conformant user agents may render 'diamond' the same as 'check'. The radio- and checkbox- values are rendered as they are by default on the platform.

    Again, for those who have trouble reading spec language, that says that CSS3 is meant to use default system widget appearances, and that Mozilla is not going to be able to support CSS3 because it uses its own non-standard widget appearances.

    Tim

  86. Re:oh my by SCHecklerX · · Score: 2

    Netscape 6.x is much more CSS2 compliant than IE. Stuff renders as intended. You have to re-code the stuff with stupid tricks to get it right in MSIE.

    Personally, I use mozilla on linux.

  87. Re:slowness IE by simetra · · Score: 2, Insightful

    I've always found Internet Exploder to be dreadfully slow. Every so often I would get angry with Netscape, and try IE, only to go back to Netscape. Various browser versions, various Win OSes. IE is just a big slug.

    --

    "Would it kill you to put down the toilet seat?" -- Maya Angelou
  88. Re:Native OS widgets cannot be used if you want CS by Chuck+Chunder · · Score: 2
    Are you trolling? I'm beginning to conclude that you must be as you are misinterpreting virtually everything.
    HTML (in it's modern form) defines structural functionality.
    CSS defines presentational possibilities.
    The User Agents default stylesheet provides default CSS presentational definitions for HTML.
    These defaults are overridable by the author and user (in that order) in accordance with the possibilities that CSS allows.
    No offense, but that's just not true. An interactive element is not an empty DIV. It has a content area. That content area contains a button.
    Er, that div wasn't empty, it had exactly the same content as the button. That content was the text "hello". To suggest that the content of a <button> element is the visual rendering of a button demonstrates a fundamental lack of understanding. The content of a <button> element is what lies between the two tags, as the html 4.01 specification shows quite plainly by placing some text and an image in there.

    You seem to be fundamentally unaware of the evolution that this media has and is going through. Everything is being generalised. The presentational details (ie what it looks like) are being seperated from the structural functionality. That a button performs an action when clicked on is to do with it's structural functionality. That it looks like you'd expect a button to look is a presentational detail.
    With CSS, in a CSS compliant browser, an author (or user) can modify that look from the default look provided by the user agents default stylesheet in any way they like.
    In the same way it is possible to make a normally inline <span> element have a "display:block;" I can make a normally "inline-block" <button> element display with "inline", "block" , "table", "table-cell", "hidden" etc etc. Whether it makes sense for me to do so is another matter entirely, but it is possible and ultimatly required by the specs.
    Everything is being generalised. Presentation is being seperated from structural functionality. We're moving from html whatever to xhtml 1.1 (and beyond). Odd things (such as form widget rendering) that just "worked" in older HTML versions are being redefined in terms of generic CSS language (this is the goal of the CSS3 page I linked to if you read it). This generalisation opens a whole world of possibilities. If you are building a browser today and you want it to be able to grow into these possibilities you need to embrace the genericism from the ground up.

    The whole bit you quoted after "explicitly says that backgrounds should not be set for HTML items" simply means that if you want to set a background for an HTML page (as opposed to a non-HTML XML page) they recommend you do it on the <body> element rather than the <html>. If you were styling an arbitrary XML page you'd set the background for the whole page on the root element. They are simply saying that for html you should do it on the <body> tag instead, largely for historical reasons. It's got absolutely nothing to do with buttons or widgets.
    The goal there is to be able to use system default appearances, not to get away from system default appearances.
    "system standard rendering" is not defined anywhere that I could find.
    Those keywords only give you access to system standard renderings. It would be a good idea for a user agent to make use of these definitions in it UA stylesheet. You are certainly not forced to use them as an author or as a user. As either a conforming browser would enable me to make a checkbox look like a radio button and vice versa, or stick something that looks like a radio button at the beginning of every paragraph.

    Even if you accept that "system standard rendering" means using the default OS widgets and also accept that those widgets may not be capable of fulfilling other (potential) CSS aspects (z-index, opacity) then the specs are at odds with themselves and need to be fixed or priorities given. If I were allocating priorities I'd opt for consistancy within the browser window, rather than between the browser window and the OS.
    Again, for those who have trouble reading spec language, that says that CSS3 is meant to use default system widget appearances, and that Mozilla is not going to be able to support CSS3 because it uses its own non-standard widget appearances.
    I guess that depends on what you mean by platform. Mozilla could well be described as the platform. In any case people who don't have trouble reading W3 spec language are well aware that anything that is merely "suggested" has no impact on conformity to the standard.
    .

    Some thoughts on the whole widget thing from the Mozilla folk are here.
    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
  89. Re:Native OS widgets cannot be used if you want CS by tim_maroney · · Score: 2

    Sorry, you remain mistaken.

    The HTML 4.01 spec does not define buttons as generic containers; in fact, it refers explictly to their extra rendering requirements.

    You have ignored the clearly defined meaning of "background," which is, in fact, "background."

    When I pointed out that CSS3 is explicitly heading in the direction of "system standard renderings", you feigned ignorance of what "system standard renderings" meant. That's just sad.

    The Mozilla page you cited does not note anything that could not be done with native widgets. There are no unsupportable requirements for "transparency and z-ordering" that either you or anyone at Mozilla has been able to find. Native widgets on both Windows and Mac have transparent backgrounds and draw in a z-ordered way.

    In short, there is not a word of support for your position in any W3C spec, and there are plenty of words that say the opposite. The fact that CSS3 advocates "system standard rendering" is the smoking gun, but the situation was clear enough even without that.

    Tim

  90. Re:Native OS widgets cannot be used if you want CS by Chuck+Chunder · · Score: 2
    The HTML 4.01 spec does not define buttons as generic containers; in fact, it refers explictly to their extra rendering requirements.
    Whatever that spec says to you in whatever wierd interpretation you make is largely of historical interest. The current state of the art in HTML specs if xhtml 1.1 which specifically has nothing to say on any visual aspects of rendering, leaving that for CSS
    From here:
    Note: In CSS1 & CSS2 the form elements of HTML were also counted as replaced elements, because they were considered to be replaced by buttons, text fields, etc. that were proprietary to the platform. In CSS3 these elements are normal, non-replaced elements. CSS3 has explicit properties that can make them look like they did in CSS1 and CSS2 (or make them look completely different).
    So there you are. If you are building a browser that hopes to be and continue to be "state of the art" you better treat your standard form elements as you would any other element, because while buttons etc may look like they did previously they can also be made to look completely different using standard CSS terminology as with any other element.
    Native widgets on both Windows and Mac have transparent backgrounds and draw in a z-ordered way.
    How nice. What a pity that the CSS3 proposal covering opacity doesn't just call for transparent backgrounds but for whole elements (including content) to be transparent. To my knowledge the windows widgets don't support that natively. I'm happy to be proved wrong though, show me some source code that I can compile and run on win98 or an msdn page that says otherwise.
    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
  91. Re:No by Pope · · Score: 2
    What color is the sky on your world? Here on Earth, IE 5.x (under Win2K at least)

    It's Aqua :P

    We were talking specifically about Macs, not Windows. I can't say how stable they are on a platform I don't run.

    --
    It doesn't mean much now, it's built for the future.
  92. Re:netscape cares about the details... by SurfsUp · · Score: 2

    I think you completely missed my argument -- I agree that Mozilla is technically a fine browser, just that it's not supposed to be an end-user browser, so don't push it as such.

    That's nonsense. Mozilla is a perfectly fine end-user browser, and I feel perfectly comfortable recommending it to whoever. You're on some kind of drugs.

    --
    Life's a bitch but somebody's gotta do it.
  93. Nit picking about /. by Per+Abrahamsen · · Score: 2

    > This is shown even by Slashdot, which has
    > switched from "news for nerds" to an almost
    > exclusively Linux-advocacy site.

    Actually, it is the other way around. It has switched from an almost exclusively Linux-advocacy site, to a general "news from nerds" site. The prototypical /. story when I started reading was "someone mentioned Linux somewhere! We are getting maintstream recogniztion now!".

    At least that is the development in the time I have read it. I'm willing to be corrected about even earlier times by someone with a lower user-id.

  94. Re:netscape cares about the details... by SurfsUp · · Score: 2

    Like I said, enjoy the funny looks people give you when you try to push Mozilla on them. Of course, that's assuming you ever leave your mom's basement -- I have a feeling that you're the sort who fights for the cause with little messageboard trolls and don't have any infuluence over web dev test plans, desktop rollouts, or any other effective way to improve non-IE browser support.

    Read my user info, asshole.

    --
    Life's a bitch but somebody's gotta do it.