Slashdot Mirror


Phoenix 0.5 Has Arrived

mattrix was among the legion of readers to submit news that "Phoenix 0.5 (Naples) has been released. New stuff since 0.4 includes multiple homepages, download fixes, history, size, memory, accessibility and performance improvements and more. Get it now for Windows or GNU/Linux (i686). Background info: Phoenix is a web browser based on the Mozilla engine, but smaller and faster than Mozilla Navigator." Multi-tab startup page seems worth the upgrade to me, all else aside.

7 of 341 comments (clear)

  1. nice browser, but still too big by g4dget · · Score: 5, Interesting

    Phoenix is a nice browser. But it's still an 8.9M download for Linux. Does XUL really have that much overhead? How far can this be squeezed down?

    1. Re:nice browser, but still too big by yobbo · · Score: 5, Interesting

      Yet the windows installer is about 6MB. Instead of asking about the overhead of XUL, perhaps you should ask about the overhead of linux ports?

      Don't get me wrong - I don't use windows at all. But builds of mozilla and phoenix ports are consistently larger than their windows counterparts. Why?

  2. Pheonix vs Mozilla on Win32 (I prefer mozilla) by j2gEEk · · Score: 5, Interesting

    The reason i prefer mozilla on win32 is quicklaunch. With quicklaunch enabled in my system tray, it launches significantly quicker than even pheonix. If pheonix was quicklaunch enabled (heck, the code's already there, right?), it would be my browser of choice on w32. Until then, I'll stick with the "big mo".

    Jake

  3. Re:So let me get this straight... by thing12 · · Score: 5, Interesting
    Is this to say that Mozilla is already considered bloated and people are asking for a stripped-down version like Phoenix? Just goes to show there are some people you can never make happy.

    The Mozilla project's goal is not to make a browser for end users. It's essentially a technology preview. Always has been - always will be. It shows off Gecko, XUL, the portable runtime, and a few other nifty things. Phoenix is an implementation of all that technology; it shares a common codebase but there are massive changes and additions that make it a new and separate project. All this work has made Phoenix an excellent replacement for Internet Explorer on any version of Windows -- Mozilla isn't.

    The one thing I wish someone would write is a XUL based file manager. Something on the order of Phoenix. That's all that needs to be added really and you could mostly leave explorer unused on a Windows box. It would be nice to be able to use the same user interface to do things on Windows/Linux/Unix/Mac/etc... Microsoft was worried about Netscape becoming the desktop, and it could still happen.

  4. Re:Name change by cioxx · · Score: 5, Interesting

    Well, according to their forums, last time I checked the poll was split 60/40 in keeping the name Phoenix and battling it out with Phoenix Technologies for rights to use the name.

    I would guess either a) They are waiting to change the name with 0.6 -or- b) They are testing the patience of Phoenix Technologies ;)

    Either way, I don't like the idiotic request from PT. It's not like these two are competing technologies. And phoenix is a generic word. What are they going to do next? Patent the word "Technologies"?

    In any event. Phoenix is a straight up IE killer, and it's all that matters.

  5. Re:Differences from K-Meleon Browser? by C14L · · Score: 5, Interesting

    and am wondering why phoenix gets so much more press.

    IIRC KM was almost dead for quite a time. Both browsers are more or less the same. Phoenix uses XUL for its interface, KM doesn't. KM uses its own scripting that is very easy to do, so KM becomes easily costumizable by everybody. I use Phoenix now, because KM repeatedly crashed, and it corrupted also my bookmarks-file (especially letters like ä, ö, ü, etc and arabic or chinese characters were rendered unreadable (I use one bookmark-file for all browsers).

  6. Re:Windows/Linux sizes? by asa · · Score: 5, Interesting

    Just what is it that makes the Linux apps so much bigger (openoffice.org also springs to mind)?

    A number of reasons. One reason is that the msvc++ compiler can make a smaller (disk and memory footprint) and faster Phoenix binary than it's linux counterpart.Another reason is that there are code and compatability issues that prevent us from statically compiling more of the linux binary like we do for windows.

    --Asa