Slashdot Mirror


Phoenix 0.3 Is Out

David Tansey writes "The Mozilla-based stripped down browser has now reached binary release 0.3. They are ripping out all the mail and news functions, composer functions, and IRC functions. The point is to work against the 'monolitic' mozilla trunk and make a browser, not a suite. I've noticed that it now uses considerably less memory than Mozilla uses and loads faster. Check it out here."

34 of 404 comments (clear)

  1. moderate by 10+Speed · · Score: 5, Insightful

    if only I could moderate the guys doing this...a browser that only browses, small, lean and fast. Such a great idea...(+5 sensible)

  2. Is it worth it? by NightRain · · Score: 5, Interesting

    I don't know. Personally I've never had a problem with Mozilla's load or rendering speed. I mean it could be a smaller install, but I haven't bothered with Phoenix as a seperate, if admittedly smaller installer, doesn't seem worth the hassle Ray

    1. Re:Is it worth it? by wheany · · Score: 5, Insightful

      only really has a noticeable difference in load times.

      Exactly! I don't want an email program, a news reader, an HTML editor, a chat program or an IM client with my browser. I use separate programs for those. If they can be plugged in to the browser, good. But I don't want a "forced" install of programs I never use.

  3. Interaction, not Merging by e8johan · · Score: 5, Insightful

    Great work! I think that this is the direction to move - lots of small(?) apps, one for each purpose. What is needed is a smart way of letting applications interact (DCOP anyone?), instead of merging them into huge projects.

    This was actually the original UNIX philosopy, lots of small tools interacting to achieve something complex. Let us bring this idea to the desktop and create the most flexible, powerful, easy-to-use desktop ever seen.

    1. Re:Interaction, not Merging by IamTheRealMike · · Score: 5, Insightful
      This was actually the original UNIX philosopy, lots of small tools interacting to achieve something complex. Let us bring this idea to the desktop and create the most flexible, powerful, easy-to-use desktop ever seen.

      And is still continued today ... the difference? The components are no longer split along process lines and don't communicate using pipes and stdin/stdout. They use the fantastically more powerful mechanisms of XPCOM/CORBA etc.

      I've seen this a lot. Out comes a new GNOME/KDE release, people moan and say "What happened to the unix philosophy of small tools?" They are alive and kicking, but those tools have now transcended the arbitrary limitations of text streams.

      I've even seen this in reference to Emacs! People kick Emacs for its bloat, but at least if you get XEmacs everything is modular and packaged. You just pick the functionality you want right off. It's all componentized along lisp functions.

      Why do people think modularity stops at the command line? It's alive and well, especially in Linux which has to be the most modular OS in history.

      It should be noted that DCOP is hardly an advanced rpc protocol. In particular, it's tied to Qt, and is text based (iirc). Something like CORBA is better, but unfortunately is much harder to setup and understand. Hopefully some day somebody will build an object model that doesn't suck.

      And as a side note, at least on Windows, Mozilla has been just as fast as IE for ages now. Using QuickStart makes startup instant, although here at work I never bothered switching it on as it starts quickly enough for me anyway. Pheonix is worth more as a test bed for experimental UI design that a "light" browser, as it'll end up becoming heavy as time goes on anyway.

    2. Re:Interaction, not Merging by Dog+and+Pony · · Score: 5, Interesting

      And as a side note, at least on Windows, Mozilla has been just as fast as IE for ages now. Using QuickStart makes startup instant, although here at work I never bothered switching it on as it starts quickly enough for me anyway.

      On *what* Windows I ask? As I always do, as I've used Mozilla for quite some time (exclusively for mail, together with others for browsing), on several boxes, and never seen this happen.

      Face it people, Mozilla can never be as fast as IE, partly because IE cheats, and partly because, well the Mozilla UI is slow-rendered. The latter could probably be "fixed", but probably not as long as the otherwise great XUL is used - the win is extremely flexible GUI instead. I tend to think that it is worth the slower UI. But don't say it is as fast as heavily optimized win32 GUI. Duh.

      It also gets swapped out long time before memory is full, and boy has it got trouble getting back out of there... is this more Windows cheating? It might be. Don't know. It doesn't hang though... just goes for a very long walk before it comes back.

      QuickStart helps. Not more, not less. It helps. No instant starts there, even on my AMD XP 1800 with 512 MB meory and nothing else running, IE beats it easily. IE beats it easily on every machine I've tried, ranging from 300 Mhz to around 1500 Mhz, with memory varying from 128-512 MB most oftenly.

      So what is this magic machine that makes Mozilla as fast as IE? What Windows? Oh, maybe it is 3.1 on an old 386? That would probably make it hard to tell the difference...

      Now, instead of running around pretending as if our favourite browser is already as fast and as good as the competition, how about we open our eyes and make that happen for real instead?

      Maybe that would make "normal" people take us seriously, for starters. They don't when they clearly see the lies.

    3. Re:Interaction, not Merging by richie2000 · · Score: 5, Insightful
      The Microsoft approach you mention is a bit misleading - all of those apps use the same basic functionality that's built into the OS kernel - one large, stinking glob of code. What you percieve as different apps is little more than different front-ends for the API/DLL-hell that's Windows. But, they still need each other - try to uninstall OE but keep IE and Messenger. Or completely replace OE with the full Outbreak from Office. The dependencies are just hidden from plain view.

      That said, I think Mozilla does leave too big a footprint. I remember back in the Good Old Days you could get Netscape Navigator and Communicator as separate packages. I'd actually like a lean Mozilla browser and a separate Mozilla mail app. No webpage creation, no messenger, no chat/irc. I'll definitely keep an eye on Phoenix.

      --
      Money for nothing, pix for free
  4. But I *like* those functions... by TheSHAD0W · · Score: 5, Interesting

    I can see why many people would prefer to get Mozilla's browser apart from all the other junk. But the fact is, I *like* the email client, and web page composer. So I'll keep using the full Mozilla release.

    On the other hand, the IRC client could disappear for all I care, and if dumping it would lose some of the bloat, I'd be all for it. Maybe the Mozilla dev team should consider making their product more modular, so components can be excluded.

    1. Re:But I *like* those functions... by Longinus · · Score: 5, Informative

      Minotaur is being developed as a Phoenix-style replacement for Mozilla Mail and News, except with the same UI as Mozilla. Eventually, Thunderbird will be developed from Minotaur, only with a Phoenix based UI.

    2. Re:But I *like* those functions... by Graymalkin · · Score: 5, Insightful

      You'd have more of a point if Mozilla wasn't already a huge framework of code. The parts of the Mozilla that make it a browser, mail client, or IRC client are very small compared to the rest of the Mozilla system. If you want just a browser load up Opera or Athena. Complaining about Mozilla being bloated is silly. It is an entire application framework, not merely a web browser app with a mail client.

      --
      I'm a loner Dottie, a Rebel.
    3. Re:But I *like* those functions... by Anonymous Coward · · Score: 5, Insightful

      Netscape jumped on the suite bandwagon; now that that fad is over, why can't they get off?

      Netscape INVENTED the suite bandwagon, which is why they couldn't get themselves off it for Mozilla.

      Microsoft never had the audacity to think that Outlook Express had to run in the same process space as IE anyway, and neither did anyone else. But for some bogo-strategic reason, Netscape just had to cram it all into one big process and ignore your system-wide URL handler prefs. Having 1 borked page take down all 9 other browser windows AND your mail wasn't too bright, and lots of folks said so early on (here and elsewhere).

  5. Phoenix is cool and all... by Longinus · · Score: 5, Insightful

    ...but I hardly think we need to a new story notifying us of every new release (especially in these early alpha stages of binary only stuff). This is the forth Phoenix story (1, 2, 3, including a repeat) since its release, so how about we give it a break until a big milestone is hit?

    1. Re:Phoenix is cool and all... by Jugalator · · Score: 5, Insightful

      - Phoenix is neither in alpha, nor beta stages AFAIK. Note it just says "Phoenix 0.3". I could be wrong here though if I missed anything saying it was alpha/beta.

      - Phoenix doesn't follow the Microsoft/AOL-style version inflation. If it would, we would have version 3.0 final by now. Bug fixing and polish will start in the next version. See also the roadmap.

      --
      Beware: In C++, your friends can see your privates!
  6. Heathens! by Anthony+Boyd · · Score: 5, Funny
    The point is to work against the 'monolitic' mozilla trunk and make a browser, not a suite.

    My God. You mean they want to make an app that does one job only, and does it well? But that's so... so... Unix! I thought we were supposed to be making everything the same as Windows. I mean, IE has chat and email and... oh, wait. Nevermind.

  7. K-Meleon by Anonymous Coward · · Score: 5, Interesting

    The K-Meleon browser for Windows is a Gecko-based browser that uses native Windows widgets and GUI elements.

    It has not seen an official update in almost a year, however there has been a quietly released (as in, not even mentioned on the front page) beta build, which you can grab here.

    It adds new things, including support for 'layers, which is basically the name they've given to tabs.

    If you're interested with trying new browser and use Windows, you may want to give it a look.

    -- Anonymous Hero

  8. Re:wow by bogie · · Score: 5, Informative

    Actually its 7.0MB on windows and 9.1MB on Linux.

    The size will also be getting smaller as time goes on and they rip out more of the uneeded stuff.

    --
    If you wanna get rich, you know that payback is a bitch
  9. Re:Soon there will be nothing left by Sn4xx0r · · Score: 5, Insightful
    They are ripping out all the mail and news functions, composer functions, and IRC functions.

    There's a bit more to it then that. They are also recoding a lot of the browser interface, for speed enhancement, but also to bring new functionality. Configurable toolbars, for one. A pop-up blocking whitelist, opposed to blocking pop-ups from every site in Mozilla. An extensions manager, just click to install the extension you like (mousegestures, prefbar...no uninstall yet). It's a browser worth watching, IMHO.

    --
    Got brain?
  10. Re:good idea and by TheAJofOZ · · Score: 5, Insightful

    Agreed, wholeheartedly. I got into a discussion/argument with a Mozilla developer over the benefits of native widgits, versus rolling your own when OpenOffice first came out (it started as a discussion on whether OpenOffice should use native widgets or not).

    My prediction then was that Mozilla would have no chance on Mac OS if it didn't use native widgets nor would it be looked upon too kindly by Windows users. I was right. Chimera (Mozilla using native widgets) is about as popular as Mozilla on OS X and it's only at 0.5.

    Developers, pay heed! You must use native widgets or you are doomed to look bad everywhere! You can't just create a skin and expect it to look and feel right.

    Oh and yes, I agree WinAMP should be shot for starting that craze (though otherwise it's not a bad MP3 player).

  11. block images from this server by roalt · · Score: 5, Informative
    By right-clicking on an image, you can select "block images from this server" and further images will not be loaded from this site, saving you annoying advertisements and download-times.

    I managed to replace the slashdot advertisements inside a story with blank space, but removing the top-banner page will also remove all your other slashdot graphics. Maybe phoenix can include a feature that blocks images from a URL containing the text "adlog.pl" ?

    1. Re:block images from this server by horza · · Score: 5, Informative

      By right-clicking on an image, you can select "block images from this server" and further images will not be loaded from this site, saving you annoying advertisements and download-times.

      I would love to be able to try out this feature, unfortunately using Privoxy I've not been able to see any banner ads to block. Also blocks the banner ad at the top of /. without removing all the other graphics. Deals with tracking cookies for you too. Highly recommended.

      Phillip.

  12. Re:Monolith by IamTheRealMike · · Score: 5, Informative

    Will people please stop bitching about this? If you don't want mail/irc/composer installed then use the net installer and uncheck the boxes. Moz is very componentized, and it will not install them. Don't expect huge reductions in download time or massive increases in speed however - all that stuff is load on demand anyway, so it only slows down your machine when you actually use them.

  13. Using it right now by Selanit · · Score: 5, Interesting

    . . . and I love it. It's great. I've tried similar projects before -- K-Meleon under Windows, Galeon under Linux -- and neither of them worked as well for me as Phoenix. Besides, K-Meleon's development seems to have stalled, and Galeon requires about a zillion different gnome things before it'll compile, not to mention the whole Mozilla codebase as well.

    The ability to customize the interface *easily* is killer. I like having my Home button on the main toolbar, thank you, and getting it there in Mozilla is a serious pain, and requires 1) substituting a whole new theme, or 2) doing some XUL hacking. With Phoenix, you right click, select "Customize," and then you can drag and drop toolbar elements from the available selection. Absolutely terrific.

    Oh! And the plugin installation stuff WORKS now. I never could get Java to work in Mozilla without manually copying files around (under windows) or making symlinks (under linux). With Phoenix, it just downloaded, installed itself, and started working. No user intervention required.

    That said, it's not perfect. First off, there are a lot of features enabled by default that you can't disable because the preferences menu has been gutted. For example, I prefer to turn off the Password Manager . . . but I can't, unless I feel like opening up the preferences.js file and altering the preferences settings manually. Hopefully this will be remedied in later versions; on general principles, you should retain preferences settings for each feature.

    I'm having a hard time coming up with other objections to it. But I'm sure I'll find some. And then I'll submit bugs to Bugzilla. Go you all and do likewise!

  14. Phoenix / Thunderbird (Minotaur) by denisb · · Score: 5, Informative

    Just to clarify the confusion with the projects:

    Thunderbird is the new name of the Minotaur project. Unlike what some said, they are thus one, and will fill the same function as Phoenix for the mail part.

    Eventually we will have two very capable clients, Phoenix for browsing, and Thunderbird for Mail. This will make advocacy easier too, some people complain they cannot run Mozilla on their older Windoze boxen. Well they can run Phoenix and Thunderbird ! I measured Phoenix memory usage compared to Mozilla and Opera (all with about 6-7 tabs open, the same URLs in all three), and Phoenix was really close to Opera, about 10M less than Mozilla.. YMMV of course with different pages etc, but it is slimmer indeed.

    --
    life+universe+everything=42
  15. Re:Opera or Phoenix? by 'The+'.$L3mm1ng · · Score: 5, Informative

    From a webdesigner point of view: *please* use Phoenix or any other Gecko based browser. Opera is a nightmare for webdesigners. Especially when using *gasp* DHTML, which can actually be useful.

    The next big Opera release may change this, since it will be a complete rewrite with better DOM support in mind. But as of now, Opera sux in this regard.

  16. Mirrors, mirrors, mirrors by RPoet · · Score: 5, Informative

    I'm was pulling down a whoppering 1.0kb/sec from ftp.mozilla.org, thanks to slashdot linking directly to the master server. PLEASE use a mirror, there's a full list of them here. Not all mirrors carry phoenix, and some that do don't have 0.3, but at least this one does (and probably others too).

    --
    "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
    1. Re:Mirrors, mirrors, mirrors by pointwood · · Score: 5, Insightful

      You want everyone else to use the mirrors and at the same time, you're downloading from ftp.mozilla.org? Nice ;)

  17. My thoughts on Phoenix 0.3 by Compact+Dick · · Score: 5, Interesting

    I have been running this browser since I first heard of it, when Slashdot announced 0.1's release. Since then, I have been avidly using it alongside Moz nightlies and Opera 6.05. Put succinctly, Phoenix rocks. It's Mozilla minus a lot of the lard.

    Reasons why I like it:
    • Speed: Phoenix loads in around 2-5 secs on my PII 366M w/128 MB RAM. Mozilla takes a leisurely 20-30 seconds. Hmmm...
    • Standards compliance: Since Phoenix has the same Gecko rendering engine from Moz, I am assured that it renders properly-coded sites very well [extensive support for CSS2 and DOM helps here]. This vastly improves rendering times [more on that later]. Lesser sites still come out quite proper with its Quirks rendering mode.
    • Rendering speed: It may not be evident to Moz users on slower machines, but Gecko can be blazingly fast given the right environment. Phoenix is fscking fast. Just as fast as IE, if not faster. Only Opera can claim to do one better, especially loading pages from cache. Opera is truly King in this arena.
    • Excellent XUL implementation: Phoenix has shown that XUL can be a viable alternative to using native widgets. Try it for yourself - it's much more responsive and fluid. And the customisable toolbar is a real treat. Worth downloading it for that feature alone. Hopefully Mozilla will pick up a few pointers here and merge them into its own codebase.
    • Satchel: a replacement for Moz's form manager, it works in a manner similar to IE, which IMO is more usable. Plus, Satchel is intended as a full replacement for the older, "bloated" form manager and eventually will cut down installer size and boost speed. One more boon for Mozilla.
    • Peace of mind: I refuse to use IE online for reasons of privacy. I do not know what it does with the info it gathers while one uses it. I have no idea if there are backdoors in it. Ad-aware detects at least one spyware component [Alexa] in default installs of IE 5.x and 6.0. The recent Sendmail and OpenSS? exploits notwithstanding, I feel much more comfortable using an open-source program when connected to the net.

    Also try some of Phoenix's extensions. Highly recommended for tab lovers are the tabbed browsing extensions - so handy and sensible it should be part of the default install.

    Now go to the website, get it and have fun - I know you will :-)
  18. Re:good idea and by TheAJofOZ · · Score: 5, Insightful
    And yet Apple does just that. Quicktime, iCal, iChat, iTunes.. all Brushed Steel, not Aqua. IE 5.5 on the Mac sure as hell doesn't use native widgets either.

    Erm, actually, they all use native widgets. You can make your app look like that too just by checking a box in interface builder.

    Microsoft does it too.. MS Office and WMP don't use the standard Win32 widgets.

    There are millions of Office users out there that say Office looks good and definately "feels right".

    Two flaws with this - 1. MS make the OS, so any widget they care to make is effectively native, even if it's not available to other applications. 2. Office for at least the great majority of things does use native widgets, there may be a few things that are custom built but certainly not everything.

    And where do you get that? Everyone I've talked to says Chimera is very obviously beta software... no polish. You haven't any stats that show Chimera is even half as popular as Mozilla on OSX?

    Everyone I've talked to says that Chimera is very good, though still not feature complete. You may wish to check the front page of www.macosxhints.com today for just one such comment.

  19. Phoenix: FAQ, tips&tricks and keyboard shortcu by Sn4xx0r · · Score: 5, Informative

    Here's a help site dedicated to Phoenix, created by David Tenser. Announced in this thread on MozillaZine, and see also the Phoenix forums.

    --
    Got brain?
  20. Re:Soon there will be nothing left by A+Rabid+Tibetan+Yak · · Score: 5, Informative

    (mousegestures, prefbar...no uninstall yet)

    I'm posting from Phoenix 0.3 now. Check the release notes before posting -- Extension Uninstall is included in this new version. To find it, Tools->Preferences->Themes and Extensions, click on the "Extensions" tab and you can disable or uninstall your extensions quite happily.

    Overall it's a great browser, it really shows off what Mozilla can do. I'm recommending it to friends, it can tempt them with all the speed of IE, the features of Mozilla, and the bloat of neither :).

  21. Re:Here's why I won't use it by Jugalator · · Score: 5, Interesting

    I'm using Phoenix 0.3 on Windows right now. Never touched any settings.

    - Airmiles loads just fine, including front page. I browsed the site and everything looked to be in order.

    - Don't know about Hotmail since I don't have a Hotmail account. Go figure... :-) But how does it not allow you to login? It gave me a friendly "please re-enter your password" when I typed in some bogus info. Does it do that for you, or does something else happen?

    - You should tell IGN to see what's the problem with Mozilla-based browsers. Sounds like it wouldn't need a tremendous amount of effort to fix.

    - I don't know the procedure, but you should send your employers self serve site to the Mozilla team (try posting it to an appropriate mozilla newsgroup on Google Groups for example - I think they have a public news server at news.mozilla.org as well) so they can look into it. Since the source view shows its almost entirely made of Javascript code, it wouldn't be surprising if they program IE-style with document.all and god knows what. But it could be something else like a bug in Mozilla's rendering engine. Why not notify them to help?

    --
    Beware: In C++, your friends can see your privates!
  22. Bad news! by varslot · · Score: 5, Funny

    A conservative linear prediction based on your data for size versus version number shows that Phoenix will disappear somewhere between version 1.7 and 1.8. However, as the data seems to follow a quadratic curve rather than a linear one, the disappearance is likely to happen a lot sooner.

    --
    There arises from a bad and unapt formation of words a wonderful obstruction to the mind. (Francis Bacon)
  23. Re:Usability Problems by thesolo · · Score: 5, Informative
    This seems like a troll, but I'll bite.
    I like my browser to mesh with my operating system. Not so far to where the OS doesn't let you uninstall it, but to where it blends in with the look of my OS. I use Windows XP, and Mozilla does not look like XP. Sure the GUI is nice, but it looks odd with my Luna style. In addition, IE meshes with Explorer. So I can easily switch between Explorer and Internet explorer. Try typing "C:\Program Files" in Mozilla/Phoenix. Very different.
    Phoenix DOES mesh with the OS; Go ahead, change your colors in Windows, Phoenix picks them up. If you are complaining that the iconset for Phoenix doesn't look like the default icons for Windows, well, neither do the icons in IE6! As for meshing with Explorer, oh well; I personally DON'T want a browser integrating with my shell, I want JUST a browser. How many IE security holes resulted from that shell integration??
    In addition, there are many usability issues. Click on the address bar, while it's highlighted, click, hold and drag towards the left or right. It attempts to drag the entire address, maybe to drag and drop in the bookmarks menu. Now try it in IE, it's different. It will highlight the portion and allow you to edit it etc. That is very annoying in Phoenix/Mozilla.
    This is NOT a usability issue. If you highlight a section of text in IE, then try to click, hold, and drag, you CAN'T DO IT. I just tried even to verify this; as soon as you click on the highlighted text, it removes the highlight and starts editing text. Personally, I don't like this behavior, as it prevents me from dragging URLs. If you just want to edit text, then don't try clicking & dragging! That sounds like much more of a user problem than a software problem.
    Another usability problem is the placement of the Address bar. Why is it at the same layer as the toolbar? (Back, Forward buttons). I believe there is a Bug reported in BugZilla about this in Mozilla, but of course... nobody cares about Usability issues.
    So right-click on the toolbar and select "customize...", then place it where ever you want it. Have you even *tried* Phoenix??
    As for Mozilla, blame Netscape, their graphic designers wanted it that way, which is why, despite having been patched, it hasn't made its way into the Moz trunk. That particular bug doesn't even have an owner right now!!
    Why can't I have "Selective Text on Right". And that "Toolbar Customizer" with the drag and drop has bad usability problems. It's very confusing to use. And having to "Name" your toolbars?? Err..
    Selective Text on Right is actually very bad for usability, but if you want it, file a bug and see what the Phoenix developers say.
    As for the toolbar customizer, how do you figure that it has usability problems? It works the same as almost any other toolbar customizer; you move what you want onto the toolbar! The whole point of the Phoenix customization is to have the customizing happen LIVE, as opposed to making a queued list, and then applying your settings. This is a GOOD usability practice.
    Lastly, you name a toolbar when you create a new one so that you can turn the toolbar on and off! The new toolbar appears by name in the Toolbar list. I personally create a new bar called "Address Bar", then drag the address text field onto it. Go to View, then Toolbars, and there it is! Now you can create toolbars and turn them off and on as you wish. Again, this is GOOD UI practice.
    Also, the Bookmark Management is very sloppy. They need sidebar management for bookmarks.
    They have it. You can add, delete, rename, move, etc., your bookmarks from the Boomark sidebar. Again, have you really used Phoenix, as in for more than 30 seconds? I really don't think you have. Almost all of your "complaints" are false.
  24. Still twice the size of Opera by Kjella · · Score: 5, Insightful

    Mozilla: 11mb
    Phoenix 0.3 Win: 7mb
    Opera 6.05 Win (no java): 3.4mb

    Granted, there are a few issues about Opera (particularly that they ship with "Identify as IE" as default, which makes it hell to fix things that doesn't work right in Opera. I've actually got three different things in FAQs, Opera needs to identify as

    1. Opera, not IE
    2. IE, not Opera
    3. Mozilla/Nutscrape, not Opera OR IE

    Of course the answer should be easy, it should identify as Opera and web designers program accordingly. And all should use the real HTML standard, not the IE-"standard"... riiiiiight.

    Still, I look forward to seeing a streamlined browser. I hated Netscapes "suite", and I don't like the Mozilla "suite" either. The browser's okay, but for the other stuff I certainly know of better alternatives.

    Kjella

    --
    Live today, because you never know what tomorrow brings