The Definitive "BEST BROWSER" thread


What is the Best Browser  

736 members have voted

  1. 1. What is the Best Browser

    • Mozilla/Firefox
      427
    • Opera
      86
    • Internet Explorer
      111
    • IE Alternative (MyIE2, etc)
      85
    • Netscape
      1
    • Safari
      13
    • Konqueror
      1
    • Lynx
      2
    • K-Meleon
      3
    • Other
      7


Recommended Posts

Netscape 6.1 for me!

However, Mozilla is just as good, but Netscape 6.1 just has a slightly better performance and support as I tested! Internet Explorer 6 isn't bad, but it does tick me off at times! Opera is good as well, sometimes faster than Netscape 6.1, but Netscape 6.1 has far greater web support! And if you want to know what I would choose as the worst, I wouldn't say IE 5, but rather, AOL!

Geez, me the only Opera user.

I started with Netscape 3, but changed to Nets. 4 when it came out. It started to get too old for some sites and I took one look at Netscape 6 and laughed. I didn't like Mozilla or IE5 so I went searching and found Opera.

I love the way Opera has all the browser windows within one - I tend to have up to 10 windows open at once and only Opera (or Netcaptor hahaha) can do with without clogging the taskbar. I also love many small features in Opera like on the address bar you can type "g word to search for" and it will search Google for "word to search for" - very handy (although I've since discovered the Google IE bar, which does the job). Opera's download manager is excellent too. It's not so horrendously, sickeningly bloated and buggy like Gozilla or Getright, but it still allows stopping and restarting of downloads.

The only problems with Opera is it's a bit dull looking, the internal mail/news reader/writers are limited (they don't even allow HTML reading - which is strange for a browser, although I'd personally against HTML emails/news), although they are fast and I do use the email client, so it's not too bad. Opera is also a stickler for HTML standards. If a site doesn't use HTML standards, it will not be displayed properly - and this is many sites. Of course I would prefer the site to work perfectly because people write the site properly, but realistically, Opera isn't going to change the designer's design methods and I occasionally have to view a site in IE6 to use it properly - again, this is the designers fault, but it's not going to change.

I would use IE6 (which i have installed), but there are too many little annoyances like every time you enter an non-existent URL it goes and loads a MS site. It also doesn't have windows within windows or a good download manager.

I also tried Mozilla, which is good but doesn't have anything that IE doesn't and is slower (although I don't like IE's reasons for being faster, I still like the speed).

Neoplanet is pretty good - maybe a little too fancy, but it's fast enough (IE technology behind it). It doesn't allow all browser windows within one either, and - the hotlist bar in one the wrong side! This is quite annoying, as 70% of pages only use the left half of my screen. In IE/Mozilla/Opera they are pushed over by the hotlist bar so the page is more central and I now find Neoplanet's right hand side bar annoying :( - but if they could straighten out a few glaring errors and allow all browser windows inside the one window, I may well change.

But none are the stability, windows within window capability and little features of Opera, so until Neoplanet, Mozilla or IE improve, Opera will remain my no1 choice.

Originally posted by Silvorgold  

I'm starting to use Opera at times, but i still love using IE 6......although its basicly the exact same as 5x to me :(

I kinda do this. Opera 95% of the time, but for teh occasional site that used IE only java or something I have IE6 on my quickstart bar and I copy&paste the URL over. It's quick load times makes this a very handy system.

To remove IE and other Win98 crud:

www.98lite.net/products.html

or:

www.tweakpc.com/98lite.htm

IE 1 and 2 were the same!

They both supported tables, font size and font colour

Navigator 1.1 was a bit behind.

It supported tables and font size but not font color :D

Now IE6, Netscape 6.1, Opera 5.11 and Mozilla all support basically everything from font size to XML.

AOL Browser 5 is still way behind the times, but who cares :)

Webgraph, i know your a linux/netscape/anything not MS lover but u have to admit IE is WAY better than netscape! IE starts way faster and loads pages faster and everything, im sure that with ur netscape **** u can't view some pages right. Lets just take hotmail for example, look at it in netscape then look at it in IE.....BIG difference

Im sure that if IE would be supported in Linux i would proly at least dual boot linux but since linux lack of a good browser no thank you!!

Rudy, I have tested both browsers thoroughly, and you might think I am lying here, but I am not! Netscape 6.1 is indeed the true browser champion! Not only in speed, but also in standards-compliance, stability, functionality, the whole nine yards! IE crashed my PC more often, it's too f***ing slow, and the only thing that makes it a big deal is that it's integrated into Windows! So Rudy, I know you're lying here since I always check every damn detail when I test software! If you're comparing it with 4.77, then maybe, but not with 6.1! And also, Netscape 6.1 displays the pages just as good and in some cases, better than IE!

And it does take more than 5 seconds for ie6 to load up? Also, what about that annoying F*N splash screen that netscape 6 pops up? On my 1.2ghz tbird it takes much longer for netscape to load than ie6.

Are most people going to want to do this to make their browser load faster???! (Though it didn't help my load time at all!)

_____________________________________________________________

Is it possible to disable the splash screen that displays every time Netscape 6 is started?

Applies To: Netscape 6.1; All Windows platforms

Yes. Right click on your desktop shortcut and choose properties. In the 'Target' box, add a space and then "-quiet" (minus the quotes) to the END of the path. When done, it should look similar to this:

"C:Program FilesNetscapeNscp61netscp6.exe" -quiet

You can combine this with other options such as the profile switch. In that case, it may look like this:

"C:Program FilesNetscapeNscp61netscp6.exe" -P "jdoe" -quiet

Obviously, your path and profile names may differ.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      231
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!