Slashdot Mirror


Mozilla Releases Mozilla Sunbird 0.2

Gentu writes "Along with the new Mozilla-Japan initiative and the release of Mozilla 1.8a3 today, the Mozilla team released the first 'official' beta release of Mozilla Sunbird, version 0.2, a stand-alone calendaring application (similar to Apple's iCal). There are two flavors of this project, one that works as a ~700 KB plugin to Firefox/Thunderbird/Mozilla (titled Mozilla Calendar) and the ~8 MB stand-alone calendaring application, Mozilla Sunbird (rate the apps over at GnomeFiles.org). These builds are the first to feature a new default theme, a new logo and the customizable toolbar functionality. Note that Sunbird is still an experimental technology preview that contain bugs, but it is pretty stable."

393 comments

  1. Some of the new Mozilla 1.8a3 features by Anonymous Coward · · Score: 5, Informative
    From the Readme:
    • At-rule for matching on site/document URL. Among other things, this makes site-specific user style rules possible (Great for changing it.slashdot.org's color scheme!)
    • Undetected document.all support has been added to Mozilla (Good for some dumb IE-only sites)
    • Support for translucent windows on Windows and GTK2 (Oohh!)
    • Preliminary support for CSS columns has been checked in (Too bad IE won't support this for years, if ever)
    • The new npruntime plugin scriptability API (Good, good)
    • Users can now disable CSS via Use Style > None or a global preference (Well, they can't all be exciting)
    1. Re:Some of the new Mozilla 1.8a3 features by jZnat · · Score: 3, Informative

      At-rule for matching on site/document URL. Among other things, this makes site-specific user style rules possible (Great for changing it.slashdot.org's color scheme!)

      Maybe it'd be helpful for this to be an extension until they add it to Firefox and for Mozilla 1.7 users. The only thing you can do with M1.7 and FF0.9.3 is add a patch to it, but most people don't want to download and install Cygwin, then wait 1-3 hours for it to fully recompile. =S

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    2. Re:Some of the new Mozilla 1.8a3 features by Anonymous Coward · · Score: 1, Informative

      Already is an extension called URI ID, although it's not quite as nice as a built-in version as it requires a screen redraw.

    3. Re:Some of the new Mozilla 1.8a3 features by eddy · · Score: 1

      >At-rule for matching on site/document URL.

      Whee, Mozilla beat Opera to it. I've asked for this (and a lot of other things), but unfortunately they don't listen to me.

      (I'd settle for attaching a stylesheet to a bookmark and having it applied to the associated domain.)

      --
      Belief is the currency of delusion.
    4. Re:Some of the new Mozilla 1.8a3 features by juhaz · · Score: 2, Interesting

      Undetected document.all support has been added to Mozilla (Good for some dumb IE-only sites)

      Okay. Since when have Mozilla folks started to work around IE brokenness, and why?

      I know many folks whine that there should be more this kind of features, but it sounds like a slippery slope, not to mention encourages writing MORE bad DHTML instead of fixing the existing.

    5. Re:Some of the new Mozilla 1.8a3 features by Anonymous Coward · · Score: 0

      Kill mozilla kill

    6. Re:Some of the new Mozilla 1.8a3 features by sweetooth · · Score: 4, Funny

      it.slashdot.org? That's nothing compared to games.slashdot.org, that's where you really need the custom stylesheet.

    7. Re:Some of the new Mozilla 1.8a3 features by medeii · · Score: 5, Informative

      Read the damn bug yourself. (Note: copy and paste the link, Bugzilla rejects visits from Slashdot.) It is not designed to encourage bad writing: support for document.all will ONLY activate if the web developer really was stupid and did not use any sort of test to detect it.

      Additional discussion can be seen from the Mozillazine article published weeks ago.

      --
      got standards? --- http://www.w3.org/
    8. Re:Some of the new Mozilla 1.8a3 features by kliklik · · Score: 0, Redundant

      At-rule for matching on site/document URL. Among other things, this makes site-specific user style rules possible (Great for changing it.slashdot.org's color scheme!)

      Crap! Now, I have no excuse left to write custom css for all the sites I visit frequently.

      --
      guru in training
    9. Re:Some of the new Mozilla 1.8a3 features by NutscrapeSucks · · Score: 4, Insightful

      Since when have Mozilla folks started to work around IE brokenness, and why?

      Maybe since years of a hardline position on the point have resulted in a 2% marketshare?

      Maybe they finally realized that in the big picture, the minor naming issue of "all[]" versus "getElementById()" wasn't worth getting their panties in a wad over -- especially relative to the bigger issue of XHTML/CSS versus Vendor HTML?

      Either way, I welcome the new Realism over at mozilla.org.

      not to mention encourages writing MORE bad DHTML

      Almost everyone who actually writes Javascript understands that document.all is legacy. However, a huge portion of DHTML is just copy-n-pasted over-n-over again by Dreamweaver jockeys -- who barely understand programming much less standards nuances. Mozilla was trying to educate a group that is impossible to educate.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    10. Re:Some of the new Mozilla 1.8a3 features by jZnat · · Score: 1

      I've used URIid, but it requires the page to completely load before it does it due to JavaScript's limits. It does a body onLoad to apply the changes; it can't simply apply the id to the as it writes the data. I find this annoying when the server is being slow or my connection is lagging.

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    11. Re:Some of the new Mozilla 1.8a3 features by juhaz · · Score: 3, Insightful

      I did read it.

      IMHO, it still encourages bad writing, it doesn't matter if it detectable or not, if stupid webmonkey foo knows broken feature bar is now working in another browser, then s/he's more likely to use it without testing.
      Assuming stupid webmonkeys know Mozilla featureset is probably vastly overestimating the intelligence of quite a few in that lot, but ...

      Nor does it probably actually help with anything, if someone is stupid enough to blindly use that, there are probably other equally stupid, non-supported things on that site as well.

    12. Re:Some of the new Mozilla 1.8a3 features by jesser · · Score: 1

      Your sig makes Slashdot invalid if you post twice in the same article.

      --
      The shareholder is always right.
    13. Re:Some of the new Mozilla 1.8a3 features by Anonymous Coward · · Score: 1, Informative

      Since when have Mozilla folks started to work around IE brokenness, and why?

      When? Looks like about July 2002.

    14. Re:Some of the new Mozilla 1.8a3 features by yerfatma · · Score: 0
      Too bad IE won't support this for years, if ever

      I'm as much of an IE-hater as the next guy, but that's the one thing IE does support better than Moz. Or did anyway.

    15. Re:Some of the new Mozilla 1.8a3 features by Anonymous Coward · · Score: 1, Informative

      Uhh, IE has CSS column support? Where? I didn't even think it was in draft form when IE6 was released.

    16. Re:Some of the new Mozilla 1.8a3 features by damiam · · Score: 4, Funny

      I don't think it's possible for Slashdot to get any more invalid than it already is. :-)

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    17. Re:Some of the new Mozilla 1.8a3 features by afidel · · Score: 1

      At-rule for matching on site/document URL. Among other things, this makes site-specific user style rules possible (Great for changing it.slashdot.org's color scheme!)

      Examples please! I really, really can't stand it.slashdot.org.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    18. Re:Some of the new Mozilla 1.8a3 features by Anonymous Coward · · Score: 0

      You are on crack if you think that a "hardline position" on this particular issue has resulted in a 2% marketshare and without this Mozilla will blossom and take over the world (wide web).

    19. Re:Some of the new Mozilla 1.8a3 features by kikta · · Score: 4, Funny

      That's an interesting comparison you make, IT's tan on white versus games's purple rain.

      The former makes you go blind and the latter makes you wish you were blind...

    20. Re:Some of the new Mozilla 1.8a3 features by subsentio · · Score: 1

      The best thing in the release is not a feature, but a bug fix. The "back button takes you to the top of the previous page instead of where you were" bug [217120] appears to have been fixed.

      I normally don't install beta Mozillas, much less alphas, but that bug was driving me freakin' nuts!

    21. Re:Some of the new Mozilla 1.8a3 features by sweetooth · · Score: 1

      Maybe OSDN is too poor now to pay to have someone on staff that isn't color blind?

    22. Re:Some of the new Mozilla 1.8a3 features by Hamled · · Score: 1

      apache.slashdot.org is by far the worst...

    23. Re:Some of the new Mozilla 1.8a3 features by Anonymous Coward · · Score: 0

      maybe you should go to osdn.com and finally realize that it is OSTG now.

    24. Re:Some of the new Mozilla 1.8a3 features by NeoSkandranon · · Score: 4, Insightful

      What it does is reduces the likeliehood of someone going "My favorite site doesnt work in Moz, so i'm sticking to IE"

      --
      If you can't see the value in jet powered ants you should turn in your nerd card. - Dunbal (464142)
    25. Re:Some of the new Mozilla 1.8a3 features by sweetooth · · Score: 1

      It certainly falls into the awful category, but the other two make you go blind so I think they have a leg up on apache.slashdot.org.

    26. Re:Some of the new Mozilla 1.8a3 features by NutscrapeSucks · · Score: 2

      No, I don't think its ridiclous to believe that Mozilla will be more popular now that they've finally started to listen to user complaints and address the issues.

      The big knocks against Mozilla have been:
      (A) Bloat -> Firefox
      (B) Compatibility -> document.all was the biggie, but there's been many other IE DOM methods added.

      They might not take over the world yet, but there's a lot of people that have been willing to download and try Mozilla but haven't 'converted' in the survey stats.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    27. Re:Some of the new Mozilla 1.8a3 features by NutscrapeSucks · · Score: 1

      Works in IE :)

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    28. Re:Some of the new Mozilla 1.8a3 features by Zugok · · Score: 1

      perhaps these colour features should be showcased at slashcode.com and not on slashdot.org, but then I get my links from my RDF feed so I bypass the colours anyway.

      --
      "I just can't sit while people are saying nonsense in a meeting without saying it's nonsense" J Watson, Sci Am 288:(4)51
  2. The whole idea is crazy by Anonymous Coward · · Score: 1, Funny

    I don't get it.

  3. Sunbird? Firefox? Firebird? by You+Been+Rob-ed! · · Score: 3, Insightful

    Do they intend to totally confuse everyone?

    --
    For fun, calculate how much DDT would be lethal for you!
    1. Re:Sunbird? Firefox? Firebird? by Anonymous Coward · · Score: 0

      Yes, it's so hard to keep track of THREE applications.
      I'm totally confused now.

    2. Re:Sunbird? Firefox? Firebird? by balbeir · · Score: 4, Funny

      I'm waiting for MockingBird

    3. Re:Sunbird? Firefox? Firebird? by LiquidMind · · Score: 1, Informative

      Although i agree with you on this, I do like the fact that they are developing a seperate app for all these. There is nothing worse than a bloated app. Remember ICQ?
      I used to use Opera religiously but i switched once i found out about firefox. I went back to Opera just to see what they added to the new version, and holy shit, is it ever bloated with gadgets, buttons, toolbars, and the kitchen sink. I really don't like looking at a gazillion items on a browser. yes it can all be turned off, but that's just one less point for opera in regards to simplicity (in my book anyway).
      That's why i like the 'modular' designs a lot more (e.g. extensions in Firefox), you can decide how complicated you want your application to be.

      Now if opera would come with an automatic blow-job attachment.....hmm....that gives me an idea...anyone know opera's development hot line?

      --
      This sig contains repetition and redundancy.
    4. Re:Sunbird? Firefox? Firebird? by EvanED · · Score: 2, Interesting

      I'm totally confused now.

      Apparently so, considering they are only two programs.

      (OT note: anyone know if it's possible to disable the ctrl+w shortcut in Mozilla? I use the Dvorak keyboard, on which w is right next to v, so I fairly regularily close the window instead of pasting... it's quite annoying)

    5. Re:Sunbird? Firefox? Firebird? by IGTeRR0r · · Score: 1

      Just to clear things up, firebird no longer exists, firebird turned into firefox...I think you are looking for thunderbird.

    6. Re:Sunbird? Firefox? Firebird? by tarquin_fim_bim · · Score: 2, Funny

      I use the Dvorak keyboard on which w is right next to v

      I have the same problem with a Querty keyboard, but then I'm a careless fat fingered freak. Don't blame the keyboard or application we're all friends here, feel the love, learn to adore your true self, and others will love you also.
      Tarquin.

    7. Re:Sunbird? Firefox? Firebird? by traveyes · · Score: 2, Informative

      well... not a solution to closing the tab, but you could get UndoCloseTab extension to uh, Undo the close.

      .

    8. Re:Sunbird? Firefox? Firebird? by Anonymous Coward · · Score: 0

      uh, qwerty, you know, like the first 5 letters on the top row? It isn't your fat fingers jackass.

    9. Re:Sunbird? Firefox? Firebird? by bccomm · · Score: 4, Funny

      Some sort of text-to-speech engine?

    10. Re:Sunbird? Firefox? Firebird? by tarquin_fim_bim · · Score: 1

      Obviously the subtlety was wasted!

    11. Re:Sunbird? Firefox? Firebird? by Anonymous Coward · · Score: 0

      Yeah, cause you can obviously fat finger a `u' instead of a `w'. That's not subtle, that's stupid - jackass.

    12. Re:Sunbird? Firefox? Firebird? by Anonymous Coward · · Score: 0

      I don't know much about bash.. but is that supposed to format the drive or something?

    13. Re:Sunbird? Firefox? Firebird? by tarquin_fim_bim · · Score: 1

      That's not subtle, that's stupid

      So, you admit that your vast intellect didn't grasp the possibility? Too scared to log on lest you embarrass yourself further? Go on.....do it!

    14. Re:Sunbird? Firefox? Firebird? by Anonymous Coward · · Score: 0

      Mock-ING-Bird, YEAH!

      Do you want to hear the most annoying sound you've ever heard?

    15. Re:Sunbird? Firefox? Firebird? by Anonymous Coward · · Score: 0

      I use the Dvorak keyboard, on which w is right next to v, so I fairly regularily close the window instead of pasting... it's quite annoying

      Easy fix: Get a real keyboard (i.e. QWERTY)

    16. Re:Sunbird? Firefox? Firebird? by LuxFX · · Score: 1

      well... not a solution to closing the tab, but you could get UndoCloseTab extension to uh, Undo the close.

      A good solution for closing tabs -- but after all of the tabs are closed, Ctrl-W closes the entire application.

      --
      Punctanym: alternate spelling of words using punctuation or numerals in place of some or all of its letters; see 'leet'
    17. Re:Sunbird? Firefox? Firebird? by kundor · · Score: 1

      No....I have no idea what it's supposed to accomplish.

    18. Re:Sunbird? Firefox? Firebird? by Solder+Fumes · · Score: 2, Funny

      Some sort of text-to-speech engine?

    19. Re:Sunbird? Firefox? Firebird? by glsunder · · Score: 3, Funny

      I'm waiting for MockingBird

      which will be followed by DiamondRing.

    20. Re:Sunbird? Firefox? Firebird? by EvilAlien · · Score: 3, Funny
      They should have saved "Sunbird" for renaming Firebird rather than Firefox for Phoenix.. bird... fire... oh screw it. Mozilla Lite.

      Anyways, where do I go to place my bets on how long it will take for Sunbird to get renamed to Sunfox, Firesun, Sunfire, or Firefire?

      --
      perl -e 'print $i=pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10)'
    21. Re:Sunbird? Firefox? Firebird? by JAD+lifter · · Score: 1


      I clicked on your link. Is this what I was supposed to get??

      Microsoft (R) Windows 2000 (TM) Version 5.00
      (Build 2195)
      Welcome to Microsoft Telnet Client
      Telnet Client Build 5.00.99206.1

      Escape Character is 'CTRL+]'

      Microsoft Telnet>

    22. Re:Sunbird? Firefox? Firebird? by ladybugfi · · Score: 1

      Nope, MockingBird would be the presentation application.

    23. Re:Sunbird? Firefox? Firebird? by Anonymous Coward · · Score: 0

      How about, err, well, Blackbird office apps as the next Mozilla project? :)

    24. Re:Sunbird? Firefox? Firebird? by marcomarrero · · Score: 1

      You're right about Sunbird could get renamed. The Mozilla group likes to choose controversial names, like the Mozilla = Godzilla, Phoenix = whoever threatened to sue = arcade game?, Thunderbird = Ford and now Sunbird = Pontiac.

    25. Re:Sunbird? Firefox? Firebird? by FU_Fish · · Score: 1

      Yeah, I AM confused. When did pontiac every make a car called the Firefox?

  4. good news by Sv-Manowar · · Score: 1, Offtopic

    Mozilla + Apple - slowly bringing down Microsofts reign, one step at a time. Great news.

    1. Re:good news by Erwos · · Score: 3, Informative

      Huh?

      Apple's using KHTML, pal. Nothing to do with Moz.

      Linux+Moz, maybe.

      -Erwos

      --
      Plausible conjecture should not be misrepresented as proof positive.
    2. Re:good news by Anonymous Coward · · Score: 0

      iCal is a Microsoft-initiated Internet standard. Read the RFC. Don't confuse it with Apple's iCal.app.

    3. Re:good news by News+for+nerds · · Score: 1

      Firefox is a great browser on Windows, too. Why Apple?

  5. Yes! by Anonymous Coward · · Score: 0

    I've been waiting for this forever. I really just needed somehting in Thunderbird that would allow me to have a calendar. I wonder how well it integrates, like if it lets you send around appointments. /off to test it.

    oh, and I also have a desktop calendar app, and I would like them to be able to communicate through vCal or iCal standards, or whatever. I think Sunbird can do this, it just wasn't too pretty in the past.

  6. Angry people by Dashing+Leech · · Score: 4, Funny

    Thunder ... Fire ... Sun .. all hot, loud, destructive things. I guess there's no cuddly hippie people at Mozilla.

    1. Re:Angry people by csguy314 · · Score: 4, Funny

      Thunder ... Fire ... Sun .. all hot, loud, destructive things.

      Well what can you expect when the entire project is apparently named after a giant, fire breathing lizard?
      Maybe the next project will be named GunFox?

      --
      This is left as an exercise for the reader.
    2. Re:Angry people by el-spectre · · Score: 4, Funny

      Depends on your perspective... these are also elements of nature... could very easily be a hippy influence :)

      If the next app is SUVBird, we'll know for sure.

      Or, if you wanna go rude, just TheBird

      --
      "Faith: Belief without evidence in what is told by one who speaks without knowledge, of things without parallel." - A.B.
    3. Re:Angry people by Plake · · Score: 1

      Well, it may also be from cars (Thunderbird - Ford, Firebird - Pontiac, Sunbird - Pontiac). Which have all seemed to past their glory days.

    4. Re:Angry people by isd_glory · · Score: 1

      Actually, cuddly hippy people are the ones most likely to name their children something like Rain, Stone, Storm, or Sunbird.

    5. Re:Angry people by Anonymous Coward · · Score: 1, Insightful

      Mozilla is the Wc3's standards supporting browser of choice, and if it gets more standard than that, then well... That's the point.

    6. Re:Angry people by a.deity · · Score: 2, Funny

      Don't forget (Chevrolet El) Camino (Mozilla-derived Cocoa-compliant OS X browser), and the Ford (Internet) Explorer. Not to mention (GMC) Safari, (Ford) Lynx (a concept), and, out on a limb, even Netscape is similar to the Ford Escape. Never realized how many!

      --
      Option-Shift-K.
    7. Re:Angry people by nagraj · · Score: 1

      How about *hotfox*, sounds kinda sexy...;)

    8. Re:Angry people by Anonymous Coward · · Score: 1, Funny

      Maybe the next project will be named GunFox?

      I think you mispelled 'GnuFox'. :)

    9. Re:Angry people by krumms · · Score: 1

      I want a Mozilla Media Player: BoomFox :)

  7. NAME CHANGE by drsmack1 · · Score: 4, Funny

    When is the first name change scheduled?

    1. Re:NAME CHANGE by spooky_nerd · · Score: 1

      I don't know. Does anyone at Pontiac know about this project? And when they find out, will they care?

    2. Re:NAME CHANGE by Anonymous Coward · · Score: 1, Funny

      Perhaps they can call it "Flipped Bird"?

    3. Re:NAME CHANGE by EvanED · · Score: 2, Informative

      Serious answer: Pontiac probably won't be able to do anything about it. The changes to Phoenix/Firebird/Firefox were because other software had that name. Any trademark in cars Pontiac has over Sunbird won't extend to software.

      Glib answer: When someone releases Sunsomething as a plugin

    4. Re:NAME CHANGE by DanielJosphXhan · · Score: 1

      I'm just hoping they don't continue naming their products with alliterative names, or I'm afraid we might be looking at the upcoming release of Thunderthighs.

      --
      [ think ]
    5. Re:NAME CHANGE by A_Non_Moose · · Score: 1

      Why not something like aquaMoose?

      Hey, I like that!

      Not sure why, hard to explain.

      Mooses (meeses?) are vastly underrated, IMO.

      --
      Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
    6. Re:NAME CHANGE by Anonymous Coward · · Score: 0

      I am currently using Mozilla Lightningworm.

    7. Re:NAME CHANGE by metachor · · Score: 1

      This is beginning to sound like a Pokemon battle...

    8. Re:NAME CHANGE by Anonymous Coward · · Score: 0

      Nobody cares! Everyone knows about this extention already! Everyone who thinks it's clever to use that stupid joke of an extention has already had their chuckles, okay?

    9. Re:NAME CHANGE by Anonymous Coward · · Score: 0

      Call it lightningbug and be done with it.

    10. Re:NAME CHANGE by GregChant · · Score: 1
    11. Re:NAME CHANGE by Anonymous Coward · · Score: 0

      Plenty of people call the Calendar extension "Sunbird", thereby providing the obligatory naming confusion.

      --
      Greg K Nicholson

    12. Re:NAME CHANGE by ESqVIP · · Score: 0

      Ohh, sorry but you were not the first to think of that.

      FYI, I'm using Mozilla Powermoose right now, sucker.

    13. Re:NAME CHANGE by noims · · Score: 1

      Ah yes. The AquaMoose.

      So it came to your village too?

      AquaMOOOOOSE! AquaMOOOOSE!

      Noims

      --
      This is not the greatest sig in the world. This is just a tribute.
    14. Re:NAME CHANGE by jonadab · · Score: 1

      > I think they need to use different animals for each program though.
      > Firefox, thunderBird, Why not something like aquaMoose?

      SunMarmot? Too dorky. SunShrew? Too grouchy. SunTzu? Too obscure, and
      potentially offensive. SunWoodchuck? Too long. (Just SunChuck perhaps?)
      SunDeer? Closer, but I don't like a product name ending in r; it's too easy
      to get sloppy on the pronunciation. SunShark? Too toothy. SunGorilla?
      Overpowered. SunSquirrel? Nuts. SunSwift? But that's a bird. SunMouse?
      Too timid. SunDog? Too ghetto. SunSloth? Too lazy, especially for a
      calendar app -- people would be afraid of missing appointments. SunCat?
      Too many people don't like cats. SunTiger? We're not Apple. SunLynx?
      There's already a browser called Lynx. And so on.

      There are some possibilities, though. Personally, for a calendar, fitting
      in with the Firefox/Thunderbird theme, I like Stormcrow, because it warns
      you of things. Then again, if it were me, phoenix/firebird/firefox would
      be named something more original, like FlameThrush, and Thunderbird would
      be named more originally too, like BoomSwift (notice, another kind of bird),
      and then the calendar would have different lines to work along and could be
      something like DayOwl or FlashMartin or, indeed, StormCrow.

      --
      Cut that out, or I will ship you to Norilsk in a box.
  8. no Palm support by js7a · · Score: 5, Informative
    The calendar does not yet synch with your Palm Pilot.
    -- Sunbird FAQ
    No synching with outlook clients (e.g. Pocket PCs), either, just Outlook .ics format export-import.
    1. Re:no Palm support by Davak · · Score: 4, Interesting

      Yeah, sync is a big thing these days.

      I actually use yahoo's sync to backup by outlook contacts, calender, and to-do list. It's cheesy as hell, but it certainly does the job.

      How can I publish my events on a remote server?
      You can publish events from the calendar to an FTP server or a webDAV enabled webserver. You can also use the calendar to subscribe to these events as well.


      If I can figure out what the heck a webDAV enabled webserver is, maybe I can drop yahoo...

      /Off to google

      Davak

    2. Re:no Palm support by rowanxmas · · Score: 1

      I would really like to know how to just use a regular FTP server. Do let me know if you find out how.

      So far this seems like an excellent app.

    3. Re:no Palm support by ptbarnett · · Score: 4, Informative
      If I can figure out what the heck a webDAV enabled webserver is, maybe I can drop yahoo...

      http://www.webdav.org/

    4. Re:no Palm support by deputydink · · Score: 5, Informative
      apache with mod_webdav is what you want. It works out of the box on Mac actually, since Apple's iCal is built on webDav, which means they'd be compatible (sort of)

      I think it works out of the box on Fedora as well.


      Pretty much any modern web server can do webdav, or has a module that can do it.

    5. Re:no Palm support by cflorio · · Score: 1

      According to the road map, Sync is listed under tems to resolve before a 2.0 release. If it were me, I'd be putting that higher on the priority list. Most people sync with a Palm or other type of device.

    6. Re:no Palm support by Anonymous Coward · · Score: 0

      WebBAV is basically a remote file system using http. You can do DAV over SSL and all sorts of other fun stuff.

      Supposedly, it's supposed to work with windows, OSX, linux, etc, but I could not get it to work under windows, even with many hours of hackery... (with the DAV apache module) The idea being that it's supposed to make remote file systems over the 'net easy and transparent with just a single port 80 (over proxy or whatever I guess).

      I'll have to give it another try, 'cause the last time I tried it was when Apache2.0 was rolling out.

    7. Re:no Palm support by Anonymous Coward · · Score: 0

      Or, a guide on setting up subversion and apache to do the DAV thing:
      http://tortoisesvn.tigris.org/docs/TortoiseSVN_en/ ch03.html

    8. Re:no Palm support by lingorob · · Score: 1

      I was disappointed that sync isn't scheduled sooner as well! It seems much more important than many of the other items listed for earlier releases. Maybe the magnitude of implementing sync is pushing it out so far?

    9. Re:no Palm support by Anonymous Coward · · Score: 0

      1)man ftp(1)
      2)???
      3)easy as pie

    10. Re:no Palm support by irix · · Score: 4, Informative

      Sync support is planned eventually, but some of us are starting to look at it now.

      --

      Do you even know anything about perl? -- AC Replying to Tom Christiansen post.
    11. Re:no Palm support by Aero+Leviathan · · Score: 2, Informative

      You can sync it to an iPod, you know.. the iPod software (at least the later version that has the built-in calendar) uses the .ics format. (Kind of obvious, but oh well.)

      In fact, I'm surprised Slashdot hasn't made a separate story out of this fact yet ^_~

      --
      ~ Aero
    12. Re:no Palm support by Anonymous Coward · · Score: 0

      Does Yahoo guarantee anything about the privacy of the data you're giving to them in your backups?

    13. Re:no Palm support by DogDude · · Score: 0

      Most people sync with a Palm or other type of device.

      Most people don't know what a PDA is and think a "Palm" is part of your hand.

      --
      I don't respond to AC's.
    14. Re:no Palm support by Anonymous Coward · · Score: 0

      It's an 0.2 release.

      I don't know about you, but I'd rather have a stable 0.2 release than a feature-complete one.

      It's a calendaring app - of course synching is in the planned feature set, but if they first work on getting the calendaring part right, maybe that's a Good Thing (tm).

    15. Re:no Palm support by edawad · · Score: 1

      If you're just looking for a way to sync iCal files without subscribing to .Mac or messing with your own webDAV server, you can try http://www.icalx.com/, which is a free webDAV service. It works fine for me with iCal (the Apple one), but I haven't tried it with Sunbird. It should work though.. has anyone else tried it?

    16. Re:no Palm support by Spad · · Score: 1

      Give them a break - it's the first Beta release of the client. It's only at 0.2, there's a long way to go yet.

      I mean I know that Mozilla is great, but you can't expect them to be outdoing Outlook/Evolution/Notepad & Pen on the first try.

    17. Re:no Palm support by jarich · · Score: 1
      If I can figure out what the heck a webDAV enabled webserver is, maybe I can drop yahoo...

      Seriously?

      Apache, for starters... Tomcat can be used as one... IIS...

      Here's the Apache dav mod link to give you full WebDav capability, free of charge! http://httpd.apache.org/docs-2.0/mod/mod_dav.html

    18. Re:no Palm support by Csy · · Score: 1

      If I can figure out what the heck a webDAV enabled webserver is, maybe I can drop yahoo...

      You can also use phpiCalendar instead of WebDAV.
      You can seamlessly subscribe/publish to phpiCalendar with Sunbird or Apple's iCal (or keep the seams and use plain FTP).

    19. Re:no Palm support by gopherd00d · · Score: 1

      Isn't it mod_dav? Or is mod_webdav a different one I don't know of?

      mod_dav is a standard apache module as of 2.0.

    20. Re:no Palm support by WuphonsReach · · Score: 1

      The problem is that all of the WebDAV documentation is written for intermediate/advanced users or is focused soley on configuration documentation. That generalization applies to all of the documentation that I read a few months ago while trying to figure out SubVersion+WebDAV.

      Rsync and OpenSSH are just as bad when it comes to the whole issue. It's very hard to find a high-level view of a lot of these systems, that explains more then "WebDAV allows you to edit documents over port 80". A good high level summary should include information about the security model, where it fits into the infrastructure, and good examples of usage (simple and moderately complex cases).

      (Yes, I know this is probably rantish, but I'm not surprised that the original poster found WebDAV confusing.)

      --
      Wolde you bothe eate your cake, and have your cake?
  9. Can't sync my PDA with Mozilla software by y2imm · · Score: 2, Informative

    As far as I know anyways. I'd love to use them, if they're as good as Firefox is, but I need Outlook for my PocketPC.

    1. Re:Can't sync my PDA with Mozilla software by Jestrzcap · · Score: 1

      Theres an old palm conduit for thunderbird for contacts, but nothing that i've been able to get to work.
      I would be thrilled if the firefox/thunderbird/sunbird set could be sync'd with my palm in both windows and linux.

      --
      "I have great faith in fools: Self confidence my friends call it." ~Edgar Allan Poe
  10. Re:Holy shit by Anonymous Coward · · Score: 0, Informative

    It's just the XUL toolkit. You already have it installed if you have firefox or thunderbird. So, really, I don't see your point. You're going to have that 8 meg around somewhere.

    Anyways, it's 8 meg. What's the problem with that? It's freakin tiny!

  11. Not released by Nailer · · Score: 1

    Its not done till I can install it in a way that won't screw up my system later on down the track.

    Mozilla makes great software, but never finishes it - that's for the distro packagers to do. If Dag and the Debian guy (and whoever else for whatever other distro) could hook up with the Moz people, you'd have a much better experience.


    Sunbird X.X is released!
    * Windows users can download an installer from here.
    * Fedora users can add the following lines to their sources file, and 'up2date sunbird' to always get the latest Sunbird releases.
    * Debian users can add the following lines to their sources file, and 'apt-get sunbird' to always get the latest Sunbird releases.

    1. Re:Not released by caillon · · Score: 2, Informative

      > Its not done till I can install it in a way that won't screw up my system later on down the track.
      > Mozilla makes great software, but never finishes it - that's for the distro packagers to do.

      And you didn't really finish your comment. What specific qualms do you have? Please clarify. And even better, please make sure a bug is filed at bugzilla.mozilla.org

      > If Dag and the Debian guy (and whoever else for whatever other distro) could hook up with the Moz people, you'd have a much better experience.

      Red Hat, IBM, Sun, and a few other distributors have people in touch with the Moz guys. In fact, all of those companies employ people to specifically work on Mozilla.

    2. Re:Not released by Nailer · · Score: 1

      And you didn't really finish your comment. What specific qualms do you have?

      I did - I thought the problems that not using packaging implies would have been obvious.

      To spell it out: installing apps outside the packaging systems breaks all other apps that rely on that apps functionality, and often the app itself. Eg, an app can't specifiy it needs a particular version of Moz installed if Moz itself installed installed properly (ie, in such a way to tell other apps about what it provides, ie, packaged). Or Firefox requiring some particular library - rather than including an extra copy of that library within itself and wasting space, proper distro packages should simply specify their dependencies.

      Do you think this has a chance of being addressed if I did file a bug?

    3. Re:Not released by Stevyn · · Score: 1

      *Mandrake users can...wait until Mandrake 10.1 Powerpack Edition

    4. Re:Not released by Anonymous Coward · · Score: 0

      the problem with that tho... is there are too many distributions! does mozilla whore its software out to everyone? i bet some distros will get annoyed fast.

    5. Re:Not released by caillon · · Score: 2, Informative

      > Do you think this has a chance of being addressed if I did file a bug? As opposed to the no chance you'd get without filing one? Yes. For what it's worth, it was tried at one point (you can find .spec files in older sources I think). I'm unsure as to why it still isn't the case.

  12. Strange math.... by wolfemi1 · · Score: 5, Interesting

    I'm confused. If the plugin is ~700K, and the Firefox installer for Windows is ~4.6M, then how in the hell can the standalone Sunbird be ~8M, more over 3 megabytes more than the browser and plugin combined?

    1. Re:Strange math.... by Anonymous Coward · · Score: 2, Insightful

      Firefox folks have been trimming their app for quite a while already, Sunbird is much younger.

      You can bet it'll be in a 5MB range when we'll see Sunbird 0.9

    2. Re:Strange math.... by TheUncleBob · · Score: 3, Informative

      The Mac version is 8M, windows installer is 5.9M, and windows Zip 5.5M, so I guess the maths is

      Firefox Installer (4.8M) + Plugin (700k) = Sunbird installer (5.9M) - Nightly/debug extras (400k)

    3. Re:Strange math.... by jsebrech · · Score: 4, Informative

      The firefox installer skims off a few megs by using 7zip compression (which is why the linux and mac builds are so much bigger, no 7zip). I would imagine the sunbird installer exe isn't built with 7zip support yet.

    4. Re:Strange math.... by justforaday · · Score: 3, Insightful

      I'm confused. If the plugin is ~700K, and the Firefox installer for Windows is ~4.6M, then how in the hell can the standalone Sunbird be ~8M, more over 3 megabytes more than the browser and plugin combined?

      Probably for the same reason that the Firefox installer for windows used to clock in at about 17MB until just a few months ago...It hasn't been trimmed down and cleaned up yet. Considering this thing has just been announced you can't expect them to be working on final steps yet...

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    5. Re:Strange math.... by brsmith4 · · Score: 2, Informative

      Because, as a plugin, it will use Firefox's gecko/xul/interface libraries. As a stand-alone app, all of these components must be installed with the calendar for it to function...

    6. Re:Strange math.... by svallarian · · Score: 1, Offtopic

      7zip is an awesome compression format. I'm getting dang near 60-70% compression when zipping up SQL Databases.

      --
      I patented screwing your mom. But it got revoked for "prior art."
  13. Mozilla Japan by Davak · · Score: 0, Offtopic

    Does anybody know if converting "free" products over to non-English languages is worth it? Several of my clients have asked if they should pay to translate their subject-based ad-carrying websites over to different languages?

    Does Japan spend more money on internet stuff than China, for example?

    Davak

    1. Re:Mozilla Japan by tigersaw · · Score: 5, Funny

      Isn't Mozilla just a bit to close to Godzilla for the Japanese market?

      Prepare for a name change. I'm thinking "Pikascape" or "Mozachu"

      --
      In Soviet Russia, all our base are belong to you!
    2. Re:Mozilla Japan by Anonymous Coward · · Score: 0

      I'm thinking "Pikascape" or "Mozachu"

      So which of the separate products would get to be Pikkabird?

    3. Re:Mozilla Japan by Anonymous Coward · · Score: 0

      More like "Happy Surfing Fun Time" in Japanese.

    4. Re:Mozilla Japan by LuxFX · · Score: 1

      Isn't Mozilla just a bit to close to Godzilla for the Japanese market?

      Wouldn't it have to be called Mojira?

      --
      Punctanym: alternate spelling of words using punctuation or numerals in place of some or all of its letters; see 'leet'
    5. Re:Mozilla Japan by calculadoru · · Score: 1

      yes, it is Mojira indeed: http://www.mozilla.gr.jp/ (read the three white characters on the purple label thinggy)

      --
      The power of accurate observation is commonly called cynicism by those who have not got it. -- G.B. Shaw
    6. Re:Mozilla Japan by Sinner · · Score: 1

      Shockingly, there are still people out there who can't read Japanese. Or were you joking?

      --
      fish and pipes
    7. Re:Mozilla Japan by Sinner · · Score: 1

      Why would being close to Godzilla be a bad thing? Godzilla is hugely popular in Japan. I assume if the Godzilla trademark owners were going to sue, they'd have gotten around to it by now.

      --
      fish and pipes
    8. Re:Mozilla Japan by calculadoru · · Score: 1

      er...yes? although it seems it was not in a very funny way, alas. sigh. guess karma point will have to wait then.

      --
      The power of accurate observation is commonly called cynicism by those who have not got it. -- G.B. Shaw
    9. Re:Mozilla Japan by Sinner · · Score: 1

      Oh, in that case, well done. Though I don't have any karma handy.

      --
      fish and pipes
  14. Lot of work coming from that direction by MadFarmAnimalz · · Score: 5, Funny

    That whole mozilla suite project just seems to be generating a lot of really good software... There's firegoat, thunderbird, mozilla, alotofotherthingsidontknowaboutfox, and mozilla.

    I mean wow, those are some productive developers... Kudos.

    (though I keep on worrying that they'll slip out a kernel one of these days just to complete the operating environment... kernelzilla? mozillOS? Thunderbarf?)

    Just kidding :0 Thanks for all the great work!

    --
    Blearf. Blearf, I say.
    1. Re:Lot of work coming from that direction by Hakubi_Washu · · Score: 1

      I vote for Thunderbarf, sounds cool :-) I'd like to add these:
      Mozilla Fire/GNU
      Mozilla LightningSquirrel (fast number crunching)
      Firephish

      (And just for the heck of it I'm going to try a poll on this one...)

    2. Re:Lot of work coming from that direction by FuzzyBad-Mofo · · Score: 1

      Mozilla Superfrog

    3. Re:Lot of work coming from that direction by Hakubi_Washu · · Score: 1

      Another one I had added to my poll submission:
      GNU/Zilla

    4. Re:Lot of work coming from that direction by ESqVIP · · Score: 0
      I mean wow, those are some productive developers... Kudos.

      I think you meant creative developers :-)

    5. Re:Lot of work coming from that direction by stor · · Score: 1

      I won't be surprised when they come out with the Mozilla FireHose: a new XUL-based desktop environment for Linux.

      Then it will be KDE vs Gnome vs FireHose. JOY. Can't wait.

      Cheers
      Stor

      --
      "Yeah well there's a lot of stuff that should be, but isn't"
    6. Re:Lot of work coming from that direction by klagg · · Score: 1

      It's already here: Robin

      --
      Free GPL Java Mobile Tetris game: Jamos
  15. Calendar application that can reuse my Palm data? by Erik_ · · Score: 1, Insightful

    I'm long looking for a Open-Source Calendar application that can re-use 6 years Palm Desktop history of addresses, events and notes. I hope they soon get the import facility for Palm Desktop files, as well as connectivity to PocketPC, Zaurus etc...

  16. I've said it before, and I'll say it again... by numbski · · Score: 3, Funny

    I'm *STILL* hacked off about the fact that while all the other builds and platforms got cool cars, the mac users got stuck with a sawed-off station wagon.

    Alas, at least we have since gotten a native build of firefox. ;)

    --

    Karma: Chameleon (mostly due to the fact that you come and go).

    1. Re:I've said it before, and I'll say it again... by rowanxmas · · Score: 2, Insightful

      well, since you have iCal, also free ( and far better, IMHO ). That uses the same format, I wouldn't worry too much about it.

    2. Re:I've said it before, and I'll say it again... by el-spectre · · Score: 2, Funny

      ooh, ooh... lemme guess... leprechauns?

      --
      "Faith: Belief without evidence in what is told by one who speaks without knowledge, of things without parallel." - A.B.
    3. Re:I've said it before, and I'll say it again... by kotj.mf · · Score: 1
      I'm *STILL* hacked off about the fact that while all the other builds and platforms got cool cars, the mac users got stuck with a sawed-off station wagon.

      Shows how much Mac users know about cool cars. El Caminos are hacked-off Chevelles. Are you telling me you'd take one of these over a 350?

      --
      hang brain.
  17. XUL Matters - Opera fan attack! by alexborges · · Score: 1

    Okay... in another thread (the one about mozilla) some operah zealot was saying something or other about XUL being unimportant in response to a very aggressive message from myself which chalked it it up as a good reason why mozilla is quite better than opera as a piece of software.

    So here is an example of a XUL app that can be built with pure XML and javascript, and delivered by the web.

    Yes. This technology will replace most of the application-oriented web because html is just not well suited to do this.

    So again, when most of the web is accessible by either xul or xaml, what will opera fans do?

    Use mozilla, naturaly. Or use windows... obviously.

    --
    NO SIG
    1. Re:XUL Matters - Opera fan attack! by Anonymous Coward · · Score: 0

      Give over, it's fun as users to joke about mozilla V Opera but actually I'm glad for the competition and that Opera is out there. As for running XUL and javascript directly from the web, how about getting a security clue when you enroll for teh seplling lesonss.

    2. Re:XUL Matters - Opera fan attack! by Anonymous Coward · · Score: 0

      I think I was that zealot.. I might be confused, though.

      Forgive me if I'm wrong, but why is this app something you have to download? It's not web-delivered at all, from what I can see.. at least not through a website. And like any XUL app, it lags more than a native one does. Is XUL meant to be a replacement for Java in your opinion?

      (And why all this foretelling of the death of Opera? If the web magically turns into XML bloat overnight, a few months work and the Opera people will have an implementation at approximately the same level of Mozilla, no doubt.)

  18. Ridiculous names by Morgahastu · · Score: 2, Insightful

    Most of these mozilla applications will never be taken seriously with these ridiculous names.

    The names need to be somewhat related, descriptive, or have an explanation.

    This isn't a car. It's a calendar application.

    1. Re:Ridiculous names by be-fan · · Score: 4, Insightful

      Sunbird is less descriptive than Excel? Curious.

      --
      A deep unwavering belief is a sure sign you're missing something...
    2. Re:Ridiculous names by Morgahastu · · Score: 0, Troll

      Atleast it's an actual word that people aren't embarassed saying outloud.

    3. Re:Ridiculous names by IGTeRR0r · · Score: 1

      I think it sounds great, actually. Much better than "Web browser 0.93 by Mozilla"

    4. Re:Ridiculous names by geekster · · Score: 1

      Oh yeah, like sunbird is a descriptive name for a car?...

    5. Re:Ridiculous names by Anonymous Coward · · Score: 0

      Atleast it's an actual word that people aren't embarassed saying outloud.

      You must be one uptight anal motherfucker if you are to embarassed to say Sunbird in public.

    6. Re:Ridiculous names by stevesliva · · Score: 1
      Spreadsheets have cells. ExCEL.

      Try again. Microsoft does pretty well with bland descriptive titles- "Microsoft Streets and Maps" ad infinitum. It's .NET where they went wrong. Dot-what? Call it Microsoft WebDomination or something.

      --
      Who do you get to be an expert to tell you something's not obvious? The least insightful person you can find? -J Roberts
    7. Re:Ridiculous names by burns210 · · Score: 1

      Yes, well, NOONE I have talked to ever relates Excel to 'ExCEL, like spreadsheets have cells'... They think of it as excel, an in excellence. But whatever.

      Yes, I agree, Microsoft is great at taking generic words and trademarking them like Word or Windows.

    8. Re:Ridiculous names by Random+BedHead+Ed · · Score: 1

      Keep in mind that Sunbird is just the standalone app's codename, like Firefox or Thunderbird, which will replace the Navigator and Mail & Newsgroups components you see in the Mozilla suite. The real app name as it will appear for users of the suite is "Calendar," or "Mozilla Calendar." In fact in my Linux FireFox extension version it says that, rather than Sunbird, in the title bar.

    9. Re:Ridiculous names by Anonymous Coward · · Score: 0

      Like Kalendar?

    10. Re:Ridiculous names by Espectr0 · · Score: 1

      Sunbird is less descriptive than Excel? Curious.

      Ask anyone who has used a windows computer, and report back.

    11. Re:Ridiculous names by be-fan · · Score: 1

      Two words: Visual FoxPro.

      At least Firefox makes sense in a sci-fi fantasy sort of way. But Fox*Pro*?

      --
      A deep unwavering belief is a sure sign you're missing something...
    12. Re:Ridiculous names by Jugalator · · Score: 1

      Sunbird is less descriptive than Excel? Curious.

      No. Excel is also a bad name.
      However, that doesn't make Sunbird a better name.

      What's your point anyway?

      --
      Beware: In C++, your friends can see your privates!
    13. Re:Ridiculous names by moranar · · Score: 1

      Acrobat is another great descriptive name. As is Fireworks. Oh, did I mention Opera? And Outlook Express?

      --
      "I think it would be a good idea!"
      Gandhi, about Internet Security
    14. Re:Ridiculous names by ambrosine10 · · Score: 1

      That's stupid. Excel, Acrobat, Outlook, Opera, etc. are not descriptive at all. But they have brand recognition. As Sunbird becomes more widely used it will too have brand recognition.

    15. Re:Ridiculous names by Accipiter · · Score: 0, Flamebait

      The sun is universally known to be associated with the time of day, and has been for thousands of years. Several kinds of birds have been trained to deliver messages from one location to another, and have been for thousands of years.

      In other words, go fuck yourself.

      --

      -- Give him Head? Be a Beacon?
      (If you can't figure out how to E-Mail me, Don't. :P)

    16. Re:Ridiculous names by Thundertje · · Score: 1

      That's called marketing.

    17. Re:Ridiculous names by ViolentGreen · · Score: 1

      Namning another application with a less then descriptive name doesn't change the fact that sunbird is not a descriptive name and is a piss-poor response to the criticism.

      Others:
      Evolution
      Konqueror
      noatun
      safari
      this list could go on and on...

      --
      Not everything is analogous to cars. Car analogies rarely work.
    18. Re:Ridiculous names by Just+Some+Guy · · Score: 1
      Do you drive a Chevy Medium Size Car or a Nissan Small Truck? Is that Pepsi Brand Sugar Water in the cupholder, or do you prefer Lipton Boiled Leaves? My kids are big fans of Tropicana Fruit Extract, and you can often find some in the back of my wife's Toyota Scaled-Down Van.

      Few other industries that sell to end users give their products strictly descriptive names, so why should software be so named?

      --
      Dewey, what part of this looks like authorities should be involved?
    19. Re:Ridiculous names by be-fan · · Score: 1

      Others:
      Visio
      PowerPoint
      Windows
      Winamp
      Explo rer (if you think Safari is misnamed)
      Outlook
      etc, etc.

      The fact of the matter is that product names are marketing tools. They aren't meant to be descriptive, but rather, to evoke pleasing images and thoughts in the minds of the prospective consumer.

      --
      A deep unwavering belief is a sure sign you're missing something...
    20. Re:Ridiculous names by be-fan · · Score: 1

      That most things don't have descriptive names, and software is no different. In fact, names in general aren't descriptive. For example, take "Jugalator." If you were a product, what kind of product would you be? I can't tell, a water-carrying-device maybe?

      It makes no sense to harp on Sunbird when there are cars running around named Elantra (a made up word!).

      --
      A deep unwavering belief is a sure sign you're missing something...
    21. Re:Ridiculous names by Morgahastu · · Score: 1

      PowerPoint, Windows, Winamp, and Explorer are good names.

      They are actual words and now proper names.

      PowerPoint. You're making points - with power. Sure it's marketing but there's some kind of sense to it.

      Windows - because it's interface uses "windows"

      Winamp - Windows Amplifier

      Explorer - you explore the WILD web. (same with safari which I found to be a genius name when it came out)

      Sunbird is just ridiculous, as is firefox. Atleast mozilla is a made up word. Sunbird just makes people go "eh?"

  19. As usual... by almostmanda · · Score: 5, Informative

    The logos are adorable.

    1. Re:As usual... by WhiteBandit · · Score: 1

      The logos are adorable.

      At a huge resolution, the logos look quite attractive. However, when they are minimized down to their small icon form (32x32 I believe), they look somewhat crappy.

      The Firefox icon looks like a blue bear walking through a yellow field. The Thunderbird icon looks like an envelope with a toupe! Not sure what to think about the Sunbird icon at the moment. It looks somewhat like a waxing moon... though the waxing side is rotten green cheese! :-P

      However, when I can actually see the logos, I love them. :)

    2. Re:As usual... by LuxFX · · Score: 1

      The Thunderbird icon looks like an envelope with a toupe!

      I think it looks like a squinty-eyed anime emoticon (the blue hair makes it anime).

      However, when I can actually see the logos, I love them

      Agreed! They're very creative and well done at high res.

      --
      Punctanym: alternate spelling of words using punctuation or numerals in place of some or all of its letters; see 'leet'
    3. Re:As usual... by Anonymous Coward · · Score: 0

      I agree. As art they're beautiful. As icons, at normal small icon sizes, they're not as useful as I'd like them to be. Aren't there usability guidelines for icon design?

    4. Re:As usual... by Anonymous Coward · · Score: 0

      > The logos are adorable.

      Yes, she is cute:
      http://www.axentra.com/error/error.jpg

      but where are the logos? ;-)

      (Yes, I know. It's been 404ed/slashdoted but I couldn't resist...)

    5. Re:As usual... by Omestes · · Score: 4, Funny

      I always thought that the Firefox icon looked like a weasel humping a blue marble. And people seem to be able to recognize it as such.

      --
      A patriot must always be ready to defend his country against his government. -edward abbey
    6. Re:As usual... by Tintivilus · · Score: 1

      I always thought of it as a fox humping the IE logo, but maybe it's just me.

  20. Renewable to-dos by gordgekko · · Score: 2, Funny

    I'd be pleased if they bothered to make to-dos which respawn actually do so after you've checked one off as completed.

    --
    You want to know who isn't running Firefox 2.x? They spell it "definately" and "rediculous".
  21. And file compatible with Apples iCal too .. by Macka · · Score: 5, Informative

    From their web site:

    iCal and the Mozilla Calendar use the same file format, so events from one should show up without problem in the other. You can also subscribe to the list of events on Apple's website if you like.

    This is great news, and should help to promote both applications.

    1. Re:And file compatible with Apples iCal too .. by Anonymous Coward · · Score: 2, Insightful

      Evolution 2.0 has this feature too. Hopefully it'll make ical (The format, not just the program) more popular. Then you can switch clients at will and have the same data available.

    2. Re:And file compatible with Apples iCal too .. by Manpage · · Score: 1

      Apple's site is just the beginning. You can find hundreds of calendars published by individuals at http://www.icalshare.com/

    3. Re:And file compatible with Apples iCal too .. by gmhowell · · Score: 2, Interesting

      Even better than promoting both applications is the fact that I can save the sunbird calendar to my iPod. Not as super slick as if I was using iCal, but better than Outlook.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    4. Re:And file compatible with Apples iCal too .. by zors · · Score: 1

      can you do this only on Mac, or can you use a windows iPod too?

    5. Re:And file compatible with Apples iCal too .. by twistedcubic · · Score: 1

      Thanks! The Alabama football schedule shows up on the front page. AWESOME!

    6. Re:And file compatible with Apples iCal too .. by gmhowell · · Score: 1

      windows iPod as well.

      Can't remember what directory (and the iPod is in the other room), but if you can't find it with a quick google, email me, and I can tell you where to chuck the file on the iPod.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    7. Re:And file compatible with Apples iCal too .. by big+tex · · Score: 1

      Korganizer uses iCal as well.

      Gotta love the open-source reuse concept.

      --
      I think I need a new sig here.
    8. Re:And file compatible with Apples iCal too .. by Mikeydude750 · · Score: 0

      It's in the Calendars folder on the iPod.

  22. Mac rocks by bandy · · Score: 1

    Sync your Palm.

    Plug it into a modern Mac

    Sync again

    Voila!

    --
    "You might as well get your son a ticket to hell as give him a five string banjo." -unknown minister
  23. WOO - HOO!!! by Anonymous Coward · · Score: 0

    Now I have a browser (Firefox), email client (Thunderbird), and calendar!

    I can now get rid of kontact entirely!!!

  24. mozilla.org down... by Anonymous Coward · · Score: 0

    Thanks ppl. The important bug I was logging in bugzilla got lost in process due to slashdot effect. Oh the humanity !

    Tried IRC.mozilla.org to see if anyone knew why...

    Next place I checked was /.

    Ah ha! Surprise! NOT !

    Sunbird 0.2 ... We'll have a mature browser, a mature email client, and a maturing calendar app. The moz.org folks rock! Thanks again.

  25. Has to be said by be-fan · · Score: 1, Funny

    Go go Power Rangers!

    daaa na na na na daaa, na na na na..

    --
    A deep unwavering belief is a sure sign you're missing something...
    1. Re:Has to be said by be-fan · · Score: 4, Funny

      Obviously old people who never saw Power Rangers as a kid modded this down. This might not be funny, but it's hardly off-topic. I mean, c'mon! They might as well rename the Mozilla Suite "Megazord," seeing as how it's what you get when you combine Firefox, Thunderbird, and Sunbird!

      --
      A deep unwavering belief is a sure sign you're missing something...
  26. Mozilla project names currently in alpha by MerryGoByeBye · · Score: 5, Funny
    • Birdfire
    • Sunfried
    • Friedbird
    • Furredbread
    • Bunfriar
    • Sunblurred
    • Slurredbird
    • Blurbird
    • Boredslurred
    • Slartibird
    • Currybird
    This will go a loooong way to convincing people to switch from silly and confusing Microsoft products! Er...
    1. Re:Mozilla project names currently in alpha by sunwukong · · Score: 1

      Personally I use the Mozilla programs for their clean, intuitive interfaces and the many useful plugins.

      Check out this README for their latest, Mozilla Fireball Z:

      Interface Keywords:

      - typing short, descriptive phrases will start actions or launch plugins,

      e.g., Kamehameha launches the Hair Dye and Mousse plugin which simulates a complete bleach job in a windtunnel ...

      Device Gestures:

      - Quick, easily remembered actions using normally connected devices offer another shortcut to performing useful actions in Fireball Z,

      e.g., using the mouse, keyboard, DDR pad, wireless Thighmaster and microphone ...

    2. Re:Mozilla project names currently in alpha by el-spectre · · Score: 1

      These are alpha/beta names, not the final ones... What, you think many windows users knew they were usinging software based on "Chicago" ?

      --
      "Faith: Belief without evidence in what is told by one who speaks without knowledge, of things without parallel." - A.B.
    3. Re:Mozilla project names currently in alpha by MerryGoByeBye · · Score: 1

      No, but Redmond wasn't releasing betas with that title either, were they? And if they were to start talking now about new projects titled ShortHorn, HungShort, or LongAndShortOfIt, don't think I wouldn't post a similar critique!

    4. Re:Mozilla project names currently in alpha by el-spectre · · Score: 1

      Noooo, but the technical people in the world knew about those names... Firebird 1.0 will most likely be called "Mozilla Browser 2", so what's the big deal?

      --
      "Faith: Belief without evidence in what is told by one who speaks without knowledge, of things without parallel." - A.B.
    5. Re:Mozilla project names currently in alpha by Junta · · Score: 1

      One, it's fire*fox*.
      Two, I seriously doubt they are going to revert to the monolithic mozilla name for each app. Perhaps in the future mozilla will be a term to refer to a suite assembled of firefox, sunbird, and thunderbird, but you can wager the components will retain those names to maintain distinct identity, cash in on name recognition, and, frankly, most people find the name 'firefox' cooler. True example, I was hearing complaints about IE crap problems, and I recommended mozilla, and they shrugged it off as a geek-only browser, so then I said firefox, and they thought to try it, was actually swayed by things as petty as the nicely designed icon (looks like a fox humping the world if you ask me, but a nice looking fox humping a nice looking world at least). Now, he is almost exclusively using firefox.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    6. Re:Mozilla project names currently in alpha by el-spectre · · Score: 1

      oh yeah, I forgot. At least I didn't say phoenix....

      Well, I've read a number of times that the gold release will just be Mozilla Browser, Mozilla Mail, etc. We can bandy conjecture all we want, but this is a stated intention of the mozilla folks.

      --
      "Faith: Belief without evidence in what is told by one who speaks without knowledge, of things without parallel." - A.B.
    7. Re:Mozilla project names currently in alpha by mikeage · · Score: 1

      Currybird?

      Is that the one outsourced to India?

      --
      -- Is "Sig" copyrighted by www.sig.com?
    8. Re:Mozilla project names currently in alpha by DirePickle · · Score: 1
  27. Just in time by mwolff · · Score: 0, Offtopic

    Just in time for back to school purposes like classes, activities, etc. YAY!

  28. Re:Gnomefiles a great GTK+ software repository by Anonymous Coward · · Score: 0, Troll

    Gotta love the astroturfing from OSNews (Eugenia?).

    I called them on this last year too. Gentu = Posted by OSNews. So frequently, I wonder if it's paid. Do a search for artices containing Gentu. Actually, I did it for you. Every few days, there is an article linking to OSNews (or a sub site such as gnomefiles.org, or nmcx.com) submitted by Gentu. Either they are gaming the system, or they are paying /. to post their version of articles (thus providing free advertising)

    In this case, they added a link to gnomefiles.org to the article (which has no value to the story) and it still got posted without editing. I mean.. "rate the apps at gnomefiles.org"? Why not freshmeat.net? Why not just post your thoughts here? It is out of place, unless /. was paid for it. Then it's an Ad. So... which is it? Surely /. is not mixing advertisements with editorial content?

    To add insult to injury, they post this anonymous astroturf to the comments. "I visit daily to get my dosage of GNOME apps" ? Seriously - if you are going to spam comments, at least try to hide the fact that you are advertising. Marketing drones learned not to be so obvious years ago. Catch up.

    I mean.. damn. It's so ridiculous. /. sold out big time. Ads are one thing. Editorial changes and comment spam? Thats another thing entirely.

  29. It's got my vote by inflex · · Score: 3, Informative

    I've been using the Mozilla Calendar for the last few days (strangely conincidental one might think) and I'm definately liking it. I'm using it for tracking a lot of business activities, so it's especially nice how it issues email notices and allows you to repeat things even "once a year".

    While there's nothing spectacular about the calendar tool it does do the job and so far it has been running without issue the last 5 days without requiring a restart.

    I'm further delighted about this because it means I don't have to walk down the path of Evolution just to get a calendar. One last thing though - when (if ever) will Mozilla mail change away from using .mbx/mailbox files and move to something like what Sylpheed uses (1 file per email).

    PLD.

    1. Re:It's got my vote by Spaceman40 · · Score: 3, Informative

      One last thing though - when (if ever) will Mozilla mail change away from using .mbx/mailbox files and move to something like what Sylpheed uses (1 file per email).

      One possible reason for the .mbx is that NTFS is so freakin slow at operations involving many small files. ReiserFS rocks at it (as well as a couple other non-FAT/NTFS systems), but all the Windows people (>80% base) would be left wondering where all their speed went.

      Now if MS would create a GOOD filesystem (see ReiserFS 4 - maybe they could just grab that!), it would be more feasable for those people with 3,000 e-mails that they don't want to bulk delete.

      (btw - I work a helpdesk, I know about those people.)

      --
      I [may] disapprove of what you say, but I will defend to the death your right to say it.
    2. Re:It's got my vote by arafel · · Score: 2, Insightful

      One last thing though - when (if ever) will Mozilla mail change away from using .mbx/mailbox files and move to something like what Sylpheed uses (1 file per email).

      Hopefully, never.

    3. Re:It's got my vote by inflex · · Score: 1

      Care to explain -why- ? Opinions aren't much use without a bit of an explanation ;-)

      The last time I used Mozilla mail, by the time I got into the vacinity of 1000 retained emails, things simply became unbearably slow. The sylpheed system on the other hand was so fast that I could hardly believe it.

      From a UNIX perspective, I definately prefer the file per email solution, makes doing stuff with your retained emails a lot simpler.

    4. Re:It's got my vote by tolan-b · · Score: 1

      Amen.

      Evolution's convoluted mail format meant that I had to upload 5 years worth of mail over IMAP and then download it again, just to switch to another mail client.

    5. Re:It's got my vote by arafel · · Score: 3, Interesting

      I haven't used Mozilla mail in a while, but Thunderbird should be quite fast with only 1000 mails. There's a box at work with about 40,000 messages in it which I dump mail into now and again. As long as you let it generate an index for the mbox file, you're fine.

      One message per file just seems like a huge step backwards. FidoNet had that, with the MSG format. It was unscalable, unworkable, and had big performance problems, which is why pretty much everyone migrated to another format, which kept all the messages in a single file. (There were other files which did indexing and so forth.)

      For the maildir/mh stuff to be fast, you need a header cache of some kind. Once you have the cache, you might as well just use the mbox approach, which everything understands, is a lot easier on hard disks and filesystems, and is much easier to back up.

      Obviously this is all just my opinion. But I'm right. ;-)

    6. Re:It's got my vote by LuxFX · · Score: 1

      While there's nothing spectacular about the calendar tool it does do the job

      Two words: custom forms. I can't get my wife to move away from Office because Outlook lets users create events with customizable data fields, and design custom forms for data input. She uses that at her office all the time.

      One last thing though - when (if ever) will Mozilla mail change away from using .mbx/mailbox files and move to something like what Sylpheed uses (1 file per email).

      Wouldn't that create a ton of overhead with searches -- having to open, read, and close thousands of individual files instead of dumping one file into memory (at least with bigger chunks) and going through that?

      I think they should use SQLite for their mailbox files. I'd love to be able to type a SQL query into a search box to find my emails...

      Now, storing each *attachment* as a seperate file... now that idea has merit. I'm a designer that works from home, so my mailboxes are full of email with 12MB photoshop file attachments. Moving these attachments to external files should really speed up searches (and probably other things like junk filtering). Also, granted there was a nonobtrusive method of handling duplicate names, it would be nice to be able to browse through a folder of easily identifiable attachments without having to use the email client as an interface to access the files -- and essentially creating an unneccessary duplicate at the same time.

      --
      Punctanym: alternate spelling of words using punctuation or numerals in place of some or all of its letters; see 'leet'
    7. Re:It's got my vote by inflex · · Score: 1

      *Shameless plug*

      If you want something to extract your files; try http://www.pldaniels.com/ripmime

      PLD.

    8. Re:It's got my vote by LuxFX · · Score: 1

      *Shameless plug* :) thanks for the link!

      --
      Punctanym: alternate spelling of words using punctuation or numerals in place of some or all of its letters; see 'leet'
    9. Re: It's got my vote by zaxios · · Score: 1

      I've been using the Mozilla Calendar for the last few days I half expected you to say, "Or was it the week before?" Wouldn't have been a good sign.

    10. Re: It's got my vote by inflex · · Score: 1

      *laugh*. Well, definately the squares are filling up from the 13th... Was a good day to start new things (Friday 13th ;-)

      PLD.

    11. Re:It's got my vote by Anonymous Coward · · Score: 1, Informative

      I don't agree on 'easier to backup', unless you always do a full.
      When you do incremental backups, the maildir format is much better, since 1 new email in a mbox type mailbox would result in the entire mailbox having to be backed up in stead of just the new mail.

    12. Re:It's got my vote by arafel · · Score: 1

      While this is true, it also means that to restore your mail you aren't relying on the past X backups all being good. :-)

      It isn't something I personally regard as a big problem, anyway, although I guess if you're really short of space on a backup medium maybe it would be. But then, that's what bzip2 is for... ;-)

    13. Re:It's got my vote by WuphonsReach · · Score: 1

      1) Makes incremental backups easier. More of an issue for some users then others, depending on the size of your MBOX files (rsync helps a lot).

      2) Some A/V software do nasty things when they find a virus in a MBOX file (as in quarantining the entire MBOX, unless you exclude that directory). With individual files, the A/V scanner would only end up trashing the affected e-mail.

      3) Much easier to grep your mail at the command line. You can even use command-line tools to move messages around.

      Well, at least Mozilla uses a "standard" format. MBOX ain't perfect, but it does the job well (some mailing list folders that I have are well into the 5-digit post count range).

      --
      Wolde you bothe eate your cake, and have your cake?
    14. Re:It's got my vote by jonadab · · Score: 1

      > > One last thing though - when (if ever) will Mozilla mail change away from
      > > using .mbx/mailbox files and move to something like what Sylpheed uses
      > > (1 file per email).
      >
      > Wouldn't that create a ton of overhead with searches

      It would also create a ton of flexibility with searches. (You can e.g. easily
      look for messages stored in a given folder within a certain date range that
      contain a certain email address in the From: field and also contain a certain
      word in the body -- without doing hardly any parsing.) However, Mozilla Mail
      has never really been about flexibility; it's more about simplicity. People
      who want flexibility spend the three weeks of initial learning overhead so
      they can use Gnus, at which point they can do pretty much anything -- and even
      more than that if they know some lisp. Mozilla Mail is for people who just
      want to start reading mail right away, instead of reading a lot of info pages.
      (Yeah, I use Gnus. But I use a mozilla.org browser, and I'm experimenting
      with Sunbird.)

      --
      Cut that out, or I will ship you to Norilsk in a box.
  30. Possibly a very important project for Open Source by techiemac · · Score: 5, Insightful

    Sunbird could very well be one of the more important open source projects out there! At least, important for the corporate adoption of Linux. While Linux remains awesome in the server/development arena (after all, it's all I use to write code at work), it still lacks in the "Management" desktop area. Before I get lots of flames about this one, I know about openoffice.org but still, if you look at the dominiance and reliance on Outlook in the corporate environment, you will see why Linux needs a good, integrate calendar application.
    One CEO even mentioned this to me. He loves Linux from what he has been shown/played with but finds it hard to lose the integrated calendar feature of Outlook. For him, that's what is holding back the adoption of Linux. Believe it or not, he hates the quality of Outlook. The only reason he is tied to it is because it is the only viable solution with the proper features.
    The more we look at what our targeted users are using, the better off we will be. This is what Microsoft often does well. They look at who makes the decision to deploy their product, like any good company does, and tailor their product around that user.
    I simply cannot believe that we, as an open source community, have not yet duplicated the todo/email/calendar application that managers so love (with good reason too, their jobs often involve quite a few meetings/action items/communications).
    Hopefully this will fill the void of an integrated calendar/scheduling application (though there could be something already out there... I just don't know about it ;) ).

  31. MAPI? by Anonymous Coward · · Score: 0

    How long before they make Mozilla compatible with Microsoft's MAPI? I'd love to replace Outlook with Mozilla....

    1. Re:MAPI? by paragon400 · · Score: 1

      This is unlikely (especially if you are talking about a multi-platform solution). Why write RPC\MAPI code when you could go the Evolution route and write a WebDAV hook. I honestly think this road is the path to moving away from Outlook from the corporate point of view. Evolution has come a long way and I suspect the 2.0 client will be awesome...lets see some other messaging\calendaring multi-platform projects use the WebDAV hook so we have a choice (not that Evo is bad, but choices are good).

  32. Comment removed by account_deleted · · Score: 4, Funny

    Comment removed based on user account deletion

  33. Re:Should I upgrade yet by PitaBred · · Score: 0, Troll

    Are you one of those who thinks Thunderbird is a browser, too, or are you just a troll?
    I'd guess either troll, or illiterate. Not like it had the words "calendaring application" right in the /. blurb...

  34. Sunbird has no support for proxies - no worries! by hallucination · · Score: 5, Informative

    If, like me, you need to use a proxy server in Sunbird, but found that it doesn't allow you to set one up, you have two choices:

    Use the thunderbird/firefox calendar plugin instead

    OR

    Copy the network.proxy parts of your thunderbird/firefox prefs.js file into your sunbird prefs.js file.

  35. RTA by Anonymous Coward · · Score: 0

    Mozilla Sunbird is a Calendar - not a browser.

    And no, I don't have a sense of humour.

  36. Hah... by NeoGeo64 · · Score: 2, Funny

    When I first read the article name I thought Mozilla had once again changed Firefox's name.

  37. Re:Possibly a very important project for Open Sour by Anonymous Coward · · Score: 2, Informative

    I'm not sure that this would help. It doesn't have the same level of integration as outlook at all, and the single most important thing about outlook is really exchange - the central server thingy that makes group calendaring work.

    But wait! what's that over there, in the forested depths of germany?! It's KDE 3.3 Kolab! Marvel! (and slap forehead in horror at stupid "K" theme name).

    http://kolab.org/images/shot-kde-client-calendar1. png

  38. Mozilla in Japan by offpath3 · · Score: 1

    I'm very anxious to see how Mozilla does in Japan. I was working at a software company there for a while, and we made some stuff that would work fine in netscape and opera, but glitched in IE, and my coworker basically told me that MS dominated 99% of the market in Japan, and there there basically were no competitors either in the OS or the Web market.

    1. Re:Mozilla in Japan by macshit · · Score: 1

      I work for a big japanese company in japan, and while windows certainly has an overwhelming majority, it seems to me that there's less of the sort of "microsoft worship" that there is in the U.S. -- when I mention that I'm having problems with XXX because I don't use windows/IE, people don't react in horror (something that did happen in the U.S...), it's a more practical "how much effort will it cost" response. There are definitely a fair number of free-software fans around too.

      So while getting people/companies to use F.S. is obviously still hard, I do have a perception that people would quite happily switch if the product were good.

      --
      We live, as we dream -- alone....
    2. Re:Mozilla in Japan by calculadoru · · Score: 1

      Dude. You actually mentioned to someone you work with that you were having problems with PORN because you don't use IE?
      Wow. Now that's balls alright. /end fawning
      Joking aside - I work for a big (1200+ workers) in Japan, and I have been having quite a bit of success convincing those around me to switch to Firefox (and to Thunderbird, to a certain degree). How far the ripple effect will go remains to be seen. The _previous_ company I worked for was very small, 25 machines or so, and by the time I left they were all running Firefox and OpenOffice. /end boasting
      So yes, there is hope.

      --
      The power of accurate observation is commonly called cynicism by those who have not got it. -- G.B. Shaw
    3. Re:Mozilla in Japan by godblessthenet · · Score: 2, Funny

      I imagine it won't do very well, as it's named after a beast that FRICKIN' DESTROYED TOKYO.

  39. Name the Mozilla OS by FunkyRat · · Score: 1

    Mozilla Gojira OS or perhaps Mozilla MegarOS.

  40. Another goddamn car name by Anonymous Coward · · Score: 5, Funny

    Ford Thunderbird
    Pontiac Firebird
    Pontiac Sunbird

    The Sunbird was an even crappier car than the Firebird. Think Cavalier+nasty plastic decorations.

    1. Re:Another goddamn car name by cant_get_a_good_nick · · Score: 1

      Think Cavalier+nasty plastic decorations.
      Can't be worse than a Cimmarron. Think Cavalier + Cadillac badges + cheapo fake leather roof + $5000 or so on the sticker

    2. Re:Another goddamn car name by y2imm · · Score: 1

      Pontiac Sunbird:

      Body by Fisher, Interior by Fisher-Price

    3. Re:Another goddamn car name by craXORjack · · Score: 1
      Ford Thunderbird
      Pontiac Firebird
      Pontiac Sunbird
      Car themes aren't so bad and if they have to change the name again, I hope they change it to Pinto to stay with the original Firebird/Phoenix motif. (bursts into flames)
      --
      Liberals call everyone Nazis yet they are the closest thing to it.
    4. Re:Another goddamn car name by norkakn · · Score: 1

      I used to own an 84 sunbird. It actually lasted till early this year. What a POS.

    5. Re:Another goddamn car name by mrchaotica · · Score: 1

      [Pontiac] Sunfire

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  41. Re:Should I upgrade yet by Aadain2001 · · Score: 1

    Sunbird is a CALENDER system, not a browser. But you can download it as a plugin to the browser, which works really well :) It puts a Calender option under Tools. Very slick if you ask me.

    --
    Space for rent, inquire within
  42. Re:Possibly a very important project for Open Sour by Senjutsu · · Score: 5, Informative

    (though there could be something already out there... I just don't know about it ;) ).

    Ximian Evolution is the Managerial, Outlook-esque product for Linux that you seem to be missing.

  43. I've been waiting for this to arrive for a while by adolfojp · · Score: 3, Insightful

    I don't particulary enjoy all-in-one products like Mozilla. If I wanted to browse the web, I launched Firefox. If I wanted to read my mail I used Thunderbird. If I wanted to view my calendar I... was forced to open one of the other programs even if I didn't want to check my mail or browse the web and use the calendar add in.

    Aethera and Outlook also forced me to do this. But now, perhaps I can have the calendar app open without having it reminding me every 15 minutes that I wasn't connected to the internet.

    Once again, I thank the mozilla group.

    Cheers,

    Adolfo

    PS. Now, If I could just convince the Opera team to unbundle their chat and mail apps from their browser...

  44. Re:Should I upgrade yet by adolfojp · · Score: 1

    "...a stand-alone calendaring application..."

    Some people, like me for example, don't bother to read TFA.

    Some people, like the parent for example, don't bother to read TF sumary.

    Is this the begining of a new trend? :-P


    Cheers

    Adolfo

  45. Firebird .. Thunderbird .. Sunbird by sulli · · Score: 0, Offtopic

    They really like 70s and 80s cars, don't they?

    --

    sulli
    RTFJ.
    1. Re:Firebird .. Thunderbird .. Sunbird by cant_get_a_good_nick · · Score: 2, Informative

      Thunderbird is older, dates to 55 (it was a competitor to the then brand new Corvette) I think, and it's heydey as a cruiser really was the 50's. Had a revival when the SuperCoupe came out - that thing was a work of art - but it was bloated and eventually was canned for the retro-Cruiser Thunderbird, also canned.
      Firebird is from the 60s, came out when the Camaro did, as a competitor the the original Mustang, so porbably 63-65 range.
      Sunbird came out originally as the J2000 in the mid-80's, I forget when the rename was.

      I think it more shows that there are no good names left. Either you reuse something for the billionth time, or you make up stupid shit like Achieva.

    2. Re:Firebird .. Thunderbird .. Sunbird by nbehary · · Score: 1

      The Sunbird is at least a little older than that. My first car was a '78 Sunbird Station Wagon. (ugly piece of shit)

    3. Re:Firebird .. Thunderbird .. Sunbird by oogoliegoogolie · · Score: 0

      They're working on Project Pinto as we speak.

    4. Re:Firebird .. Thunderbird .. Sunbird by cant_get_a_good_nick · · Score: 1

      My bad, I thought the first Sunbird was the J2000. The first Sunbird was a bad Vega clone.

    5. Re:Firebird .. Thunderbird .. Sunbird by cbiltcliffe · · Score: 1

      I saw a '76 Vega the other day, with hot orange paint, dual exhausts, billet aluminum rims, and a warmed-over 350 small-block under the hood.

      Fastest damned economy car I've ever seen.... :)

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
  46. All we need now.... by bucketoftruth · · Score: 1

    ... is a way to host contacts on a webDAV server with a browsable interface akin to outlook. The one thing keeping me from every deploying Exchange again is the ability to keep contacts server-side with a built in ACL for sharing them. If only contacts could be stored with IMAP...

  47. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  48. Dude... by Anonymous Coward · · Score: 0

    That was funny exactly 7400 posts ago.

  49. Re:Possibly a very important project for Open Sour by jsebrech · · Score: 1

    Ximian Evolution is the Managerial, Outlook-esque product for Linux that you seem to be missing.

    The thing is, if you tie it in with exchange you're still locked into MS, and if you don't, there's simply nothing on the server end that provides the same kinf of functionality.

    If it really WAS a good cheaper outlook alternative, lots more people would be switching to it than are.

  50. guided by voices song... by Chuck+Bucket · · Score: 1

    "Release the Sunbird"

    Yeah, it's a not well known, but if anyone gets this it'll be worth it.

    PBC*(!

    1. Re:guided by voices song... by Anonymous Coward · · Score: 0

      Yeah, its not exactly obscure --- just stupid
      (much like the song, iirc)

      No it wasn't worth it.

      You must be a retarded ape.

    2. Re:guided by voices song... by Chuck+Bucket · · Score: 1

      I glad you liked it, thank you for your helpful commentary.

      PCV#$@B--,

  51. Stable, Huh? by Anonymous Coward · · Score: 0

    Note that Sunbird is still an experimental technology preview that contain bugs, but it is pretty stable

    WTF? It doesn't even startup on my XP SP1 fresh install. Crashes, restarts, crashes ... cycle continues. I can't even kill it due to the fast PID changes.

  52. Get that name changed! by Cloud+K · · Score: 2, Funny

    I think the UK tabloid newspaper, The Sun might object to borrowing the "Sun Bird", especially when it reaches version 0.3 ;)

    1. Re:Get that name changed! by cant_get_a_good_nick · · Score: 1

      Wouldn't that be Page 0.3? Not that I'd browse such pages myself, no sir...

  53. Etymology of Mozilla by sbszine · · Score: 4, Informative

    Well what can you expect when the entire project is apparently named after a giant, fire breathing lizard?

    Intarweb folk history has it that the word Mozilla is a contraction of Mosaic-Killer (with a nod to Godzilla, of course).

    --

    Vino, gyno, and techno -Bruce Sterling

    1. Re:Etymology of Mozilla by mrchaotica · · Score: 1

      Maybe they should rename it "IEEEEEE!!!!"

      Or perhaps just "dIE!"

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  54. thats all find and dandy... by mrfibbi · · Score: 1

    but for now i'll stick with my kontact suite. Native API's are just so much faster.

    Good work though.

  55. Re:Should I upgrade yet by TheWickedKingJeremy · · Score: 1

    *sigh*

    --

    my religion lies somewhere between buddhism and super monkey ball - pamphlet?
  56. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  57. Open Contacts format by el-spectre · · Score: 3, Interesting

    Slightly OT: We have a standard mail format, standard calendar format... is there a standard phonebook/contact list format?

    On topic, good job to the Sunbird team... While I have to live in a multi-OS world, it's nice to have both windows and linux versions of these apps, makes syncing a realistic thing.

    --
    "Faith: Belief without evidence in what is told by one who speaks without knowledge, of things without parallel." - A.B.
    1. Re:Open Contacts format by Ramsed · · Score: 5, Informative

      vCard ?

    2. Re:Open Contacts format by Just+Some+Guy · · Score: 4, Informative

      Well, Mozilla, KAddressBook, and OpenLDAP support LDIF. That seems like a pretty feature-complete standard for sharing directory information.

      --
      Dewey, what part of this looks like authorities should be involved?
  58. Re:Possibly a very important project for Open Sour by tolan-b · · Score: 1

    Open-Xchange is due to be open sourced this month..

  59. Re:Calendar application that can reuse my Palm dat by dsolley · · Score: 1

    Ximian Evolution syncs with your Palm Calendar, Todo and Contacts. The Gnome desktop includes a panel applet that enables syncing your Palm Memos and doing backups of your Palm. The moral to the story? Use a Gnome desktop with Evolution installed (quick and easy under Debian).

  60. Preemptive announcement? by batkiwi · · Score: 1

    There's NOTHING on the mozilla sites about this being a .2 release. In fact, on the download page for sunbird it specifically states, "At the moment Sunbird is in an experimental, though quite stable stage. We offer no release builds at the moment, only builds intended for testing and development purposes."

    There's no .2 tagged directory, it's just a pull from the nightly/latest directory.

    1. Re:Preemptive announcement? by phrogeeb · · Score: 1

      Yet the "help" menu lists it as version 0.2a.

      Strange.

      --

      ------

      "Will the highways on the Internet become more few?" --George W. Bush, in Jan. 2000

  61. Quote of the day by nwbvt · · Score: 1
    From the project site:
    At the moment the "Sunbird" name is a project name. It is not official and may change in the future.

    No kidding.

    --
    Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
  62. Re:what about HTML editor? by alfredo · · Score: 1

    NVU is released for Linux and OSX. There should be a Windows version too.

    --
    photosMy Photostream
  63. Like sunfire? Don't get used to it by grasshoppa · · Score: 1

    We've still got a few more revisions before we get to see the real name.

    --
    Mod me down with all of your hatred and your journey towards the dark side will be complete!
  64. Minimize to tray by Anonymous Coward · · Score: 1, Informative

    If you want minimize to tray functionality for Sunbird/Calendar in windows, so you can have it running all the time for alarms, try

    Suntray
    http://users.dart.net.au/~srgeorg/

    1. Re:Minimize to tray by HungSquirrel · · Score: 1

      I was just about to complain about this before I saw your post. What good is a calendar app with an alarm daemon when it is closed? None. Why should an application that is rarely actively used be left in the taskbar? It shouldn't. Hopefully the developers will realize how useful having a 'minimize to tray' option will be and will incorporate it into future releases.

      --
      $ whatis themeaningoflife
      themeaningoflife: not found
    2. Re:Minimize to tray by Anonymous Coward · · Score: 0

      pffft, only works with Windows...

  65. Re:Sunbird has no support for proxies - no worries by Myen · · Score: 1
    I don't know if this works on the official builds, but...

    Try going to the JavaScript Console (under Tools menu) and running the script
    window.open('about:config');
    It's a complete hack of course, but it did open up the right page for me - you can edit the prefs there using a GUI interface.

    (Of course, you'd need to know the right prefs to modify - which probably still means looking at the Firefox side. At least you won't need to look for your profile this way.)
  66. F Mozilla Installers! by s88 · · Score: 1

    Man... how hard is it to write an installer? I had the last release of Sunbird installed. Installing the new one over it completely hosed it up, so I uninstalled them both, and installed the new one...all my events are now gone. How do they expect to keep users?

    1. Re:F Mozilla Installers! by Anonymous Coward · · Score: 0

      man its version 0.2 dont expect it to be perfect :(
      wait at least until 0.5 to use it for real work®

    2. Re:F Mozilla Installers! by oddman · · Score: 1

      Well...

      If you are using Mozilla products in the pre-1.0 release you should be backing-up your files. In Sunbird its very easy to open your profile and copy your calendar file to a nice safe location (like your desktop.) Then whenever you hose Sunbird because it is only at 0.2 you can just reinstall and import your calendar. No loss data, much less stress, super easy.

    3. Re:F Mozilla Installers! by s88 · · Score: 1

      Yea... I guess I just expected it to work like every other Mozilla product out there, in that it wouldn't store user data in the install directory and uninstalling would not delete said data. (e.g. firefox bookmarks arent destroyed if you uninstall a version of firefox).

  67. TheBird by beakburke · · Score: 3, Funny

    Nah... I believe that's gonna be the eventual name for the Mozilla Suite.

    --
    ----- Question authority, but not ours. Hate the man, but we're not him.
    1. Re:TheBird by el-spectre · · Score: 2, Funny

      That'd be great... "yeah, I'm runnin TheBird... it's free, how about I give you TheBird and then you can give TheBird to whoever you want?"

      --
      "Faith: Belief without evidence in what is told by one who speaks without knowledge, of things without parallel." - A.B.
  68. Support for Netscape Calendar by javacowboy · · Score: 1

    My company uses Netscape Calendar for scheduling at work. Any idea when Sunbird will support the Netscape calendaring protocol so I can ditch Netscape Calendar, which isn't all that stable or usable.

    --
    This space left intentionally blank.
  69. Linux Install Scripts by Anonymous Coward · · Score: 1, Informative

    I made scripts to make installing firefox,thunderbird, and sunbird nightly's easy.Get them here..

    http://www.mandrakeclub.com/modules.php?op=modload &name=Splatt_Forum&file=viewtopic&topic=26413&foru m=11&start=0

  70. Pretty shiny logos... by FooAtWFU · · Score: 1

    Pretty shiny logos, from what I can see of them. They're about half-resolution and not loading any further. Darn you /.! =b

    --
    The World Wide Web is dying. Soon, we shall have only the Internet.
  71. Simple group calendar / address / todo? by Hanno · · Score: 1

    I'm still looking for a simple, straightforward solution to sharing calendar, address and todo data. Basically, I want a shared version of the Palm Desktop application.

    I looked at phprojekt, phpgroupware, opengroupware and others, but for some reason, all of these are feature monsters that also include a webmail client, timetables and other things not needed, and all of them sport horrible UIs.

    Anything people can recommend?

    --

    ------------------
    You may like my a cappella music
    1. Re:Simple group calendar / address / todo? by Anonymous Coward · · Score: 0

      What you want is a PIM, and you should check out the following outstanding Free/Open Source apps. They all support shared calendar, to-do's and contacts.

      1. WebCal. --- web based ---
      http://www.math.utexas.edu/users/mzou/webCal/
      WebCalendar is a web-based calendaring and scheduling system for managing personal, group and corporate events over the internet. It is a full featured online application that allows you to keep track of your personal appointments, group projects, company meetings and resources reservations. It offers you a reliable, platform independent, real time scheduling solution for small-to-medium sized organizations, providing you with a centralized source for all your scheduling needs.

      WebCalendar supports a rich set of business class features, including proprietary features like corporate calendar and calendar dependency. It includes a calendar server, an email reminder system, a task manager, a diary system, a contact list manager and a notes manager.

      2.Minkowski --- Client-Server (client is Tcl/Tk/Tix) .

      Minkowsky is tool to manage appointments, tasks and addresses within groups like companies. (long list of features...)

      3.These run on Linux and on other Unixes.

      Korganizer. (calendar/todo/contacts) Comes with KDE and distros.

      Evolution. Gnome, but runs under KDE. Comes with distros.

      FLTK Daily Journal. http://www.geocities.com/letapk/linux.html Nice look and feel.

      Compiles with FLTK (fast light toolkit) http://www.fltk.org/ which is a cross-platform toolkit.

  72. Re:Calendar application that can reuse my Palm dat by zurab · · Score: 1

    You can do the same with KDE/Kontact as well.

  73. KOrganizer... by Cinquero · · Score: 1

    ... is much better because it nicely fits into the KDE environment and is reliably running in the background to watch your schedule.

    It also supports storing the calendar file on an IMAP account and up/downloading to an URL.

    KDE is constantly improving and it is now much better than the MS Windows desktop: upon logout, it saves your whole KDE desktop settings including your browser windows (reload the URLs upen next login) and it even remembers the position where have have stopped editing a text file!

    The only thing I'm missing: the text editor does not support global bookmarks.

  74. Mozilla-gumi? by Myen · · Score: 1

    Does anybody know what relationship (if any) Mozilla Japan has with Mozilla-gumi? Especically seeing how the latter has a translation of the mozilla.org home page...

    I assume mozilla.org knows of mozilla.gr.jp as I've seen bugs in bugzilla.m.o that referenced bugs on bugzilla.m.g.j.

  75. Another feature that it really needs is... by LoTonah · · Score: 2, Insightful

    Hierarchal task list. I really think that this is a superior way of keeping track of tasks with multiple steps.

    Agenda-At-Once is the only calendar program that I've seen so far with this. Undoubtedly there are others, but I think at this stage they should ALL have that feature.

  76. How would one set up a shared calandar? by Sark666 · · Score: 1

    I read in some of the comments about running the calandar from a server and what I want is a shared calandar amongst friends/family. Maybe something in the calandar where things are listed as private/public. Private being my own dates of note, and the public being friends who have been given access to the calandar and can say put a reminder for someone's birthday or what have you. Or even an option where you can specify events for specific people in the group list vs it just being able to everyone. Is this possible?

  77. So is it bad when install fails and then pegs cpu? by Mustang+Matt · · Score: 1

    I first tried to install it and picked custom and chose developers tools as it was an option. This failed. So I manually had to quit the installer.

    I then reinstalled and chose standard.

    Now when I launch Sunbird with or without extensions it pegs my cpu and never starts up. The old version worked.

    --
    The man who trades freedom for security does not deserve nor will he ever receive either. - Benjamin Franklin
  78. Re:what about HTML editor? by bhtooefr · · Score: 1

    Nvu is for OS X, too (OK, so you COULD build from source, but I don't see a binary)? I don't see that on the Nvu download page... I do see a link to download via Linspire CnR, download a tarball compiled on Linspire, download a Fedora Core 2 tarball, download a Windows installer, or build from source. OK, so you COULD build from source, but I don't see a binary.

    FWIW, the Nvu web management stuff didn't work at all when I tried it (granted, it was the Windows version, and it was all the way back at 0.17).

  79. Hog Heaven by Anonymous Coward · · Score: 0

    I'll be in hog heaven if it will sync to my pda and transfer data from blotus notes. The first wound having been self inflicted (an EM500 what's hardware I love and software I hate) and the second wound perpetrated upon me by the world's second evil empire (my employer)

  80. They would, but... by sczimme · · Score: 2, Funny


    I think they need to use different animals for each program though.

    O'Reilly already patented that idea.

    --
    I want to drag this out as long as possible. Bring me my protractor.
  81. Still lacks most important feature: useful alarms! by Dolphin26 · · Score: 4, Insightful
    The whole point of a calendar program, at least for me, is the alarms. Sunbird has them, but they don't go off unless the calendar is open. This means you can (for example) have Thunderbird open with the calendar plugin, but if you don't have the calendar window open, you won't be reminded about anything. Sunbird won't be useful to me until this is fixed.



    See requirements here
    and the tracker bug here. At the tracker bug, you can add your email to the CC, and put in a comment to let the developer's know that it is important to you!

    In order for this

  82. Re:I've been waiting for this to arrive for a whil by Spad · · Score: 1

    So, you use the Browser, Email & Calendar functions, but instead of downloading them all in one package, you like to download three, larger packages?

  83. Just thought I'd give my thoughts. by grubber33 · · Score: 1

    I've been using Sunbird for a bit over a month now (the stand-alone builds). I must say I'm quite pleased. Stability-wise, it hasn't crashed on me once nor has it had any debilitating bugs. Features wise... Well... It tells me when I need to do something in three different ways! I guess I'm just pleased with it because now I do more stuff that I mean to (I'm a chronic walk-in-a-room-and-walk-out-without-doing-what-I-w alked-in-to-doer). I'd recommend it to people that have this and similar problems.

    --
    The only difference between genius and stupidity is genius has its limits.
  84. The Mozilla suite wish by Anonymous Coward · · Score: 0

    I wish you could sync them all with a Pocket PC. I would not have any real use for Outlook then.

  85. ISO Date Standard by Sgs-Cruz · · Score: 2, Insightful
    Having not gotten used to Outlook's calendaring because Outlook is too overwhelming for me who just wants a calendar, I just downloaded and installed the latest build for Windows (super easy , just unzip!)

    Great program, but why no freaking ISO date standard (2004-08-31) ? What is this American/British crap where you can't tell if it's DD/MM/YYYY or MM/DD/YYYY? grr...

    --

    Karma: pi (Mostly due to circular reasoning in posts).

  86. Anyone know when Mozilla will merge with firefox? by Billly+Gates · · Score: 1

    I use to love Mozilla and still do.

    After putting firefox on my gf's old pentiumIII I fell in love with the new lightweight fork.

    Its so snappy and fast.

    Rumor has it mozilla 2.0x will be remerge from the forked firefox.

    Does anyone know if its true?

  87. Re:Possibly a very important project for Open Sour by t482 · · Score: 2, Informative

    Have a look at the kde pim - pim.kde.org it's already very good as of 3.2.1.

    I find the calendar klunky.

  88. Mozilla as it's own OS has a competitor by zoloto · · Score: 1

    It's called EMacs.
    The only thing emacs doesn't have is it's own kernel. Though I'm pretty sure it has everything else compiled right on inside of it.

    1. Re:Mozilla as it's own OS has a competitor by andreyw · · Score: 1

      I'm working on it... ;-)

  89. Don't forget Chandler by sphealey · · Score: 4, Interesting
    When considering Free calendaring applications, don't forget to look at Chandler from the OSA Foundation. I wish they were moving a bit faster with usable releases though.

    sPh

    1. Re:Don't forget Chandler by goon · · Score: 2, Interesting

      take a look but at the moment is it worth it? problems in their development process and technology have appeared since I last looked at it post version 0.1. Will the Firebird+Sunbird combo make it irrelevant?



      --
      peterrenshaw ~ Another Scrappy Startup
    2. Re:Don't forget Chandler by sphealey · · Score: 1

      Thanks for the references. I had stopped checking Kapor's blog around May (04) since he had stated it would no longer be updated.

      I seem to recall Linus saying "release usable code as fast as possible". I think the Chandler people are well-intentioned, and having struggled with the whole small business/groupware/Exchange/Notes problem that Kapor discusses I had high hopes for the project. But at this point they seem to be a bit bogged down.

      sPh

    3. Re:Don't forget Chandler by goon · · Score: 1
      I seem to recall Linus saying "release usable code as fast as possible"

      spot on for release. the quicker you get the feedback, the better the result but I'm not sure this covers all the problems. My first look at the 0.1 code saw the business logic (python) bound tightly with the gui (wxPython). What happens if I want to port to another GUI? or better still use a library?


      business/groupware/Exchange/Notes

      there is no focus in this area. One idea that struck me in the face with all this groupware was by installing a Mandrake and using for cross compiling ~ data. All my useful data was locked up in Islands of applications. I sorta hoped I could use bits of chandler to import/export data (email, rss, cal) in my gui's across win2k/linux this way without having to use say samba. Alas not the case so far.


      I'm not writing off Chandler it's simply not as useful to me as I thought it could be.


      --
      peterrenshaw ~ Another Scrappy Startup
  90. No Outlook support by professorfalcon · · Score: 1

    I found that some people would rather install Sharepoint + Exchange (!!) on their server than load a Mozilla app on their machines. They're hooked on their Outlook.

    Someone really needs to write a plugin for Outlook that can deal with iCal calendaring.

  91. ...alpha by Anonymous Coward · · Score: 0

    It's not Sunbird 0.2; it's a nightly build of Sunbird, labelled 0.2 alpha. Sorry to spoil the fun.

    --
    Greg K Nicholson

  92. Re:So is it bad when install fails and then pegs c by Anonymous Coward · · Score: 0

    this happened to me too. i'm guessing they just used the installer from firefox or something because at some other point it said something about installing the browser. all i did to fix it was go to add/remove programs and removed it. then reinstalled it and chose standard and its been working perfectly since then...

  93. Then you'd also need... by zaxios · · Score: 1

    Some respawning time to kill them with.

  94. Re:Possibly a very important project for Open Sour by doc+modulo · · Score: 1

    A pedantic piece of advice to you and the Sunbird developers, "to-do" is spelled like that because the words are seperate but are meant to be together.

    If you use to do then the do part can be misread and look like it belongs to another part of your sentence. For example, you can make the mistake of reading "do then" instead of "to-do then" in my sentence above.

    I know this because I asked for the right spelling of to-do on Slashdot a while ago, thanks for the answer by the way.

    --
    - -- Truth addict for life.
  95. Re:Possibly a very important project for Open Sour by webagogue · · Score: 1
    I simply cannot believe that we, as an open source community, have not yet duplicated the todo/email/calendar application that managers so love (with good reason too, their jobs often involve quite a few meetings/action items/communications).
    And please, please, please do not forget a SEPARATE Journal and Notes applet. Outlook may be too much PIM for some, but I use every bit of functionality.
    --

    Knowledge is valuable. Ignorance is dangerous. Censorship is unacceptable. http://slashdot.org/comments.pl?sid=10
  96. What we need now from Mozilla by dJCL · · Score: 0, Redundant

    What we now need from the mozilla camp is a unified tray application for both windows and linux(kde/gnome/whatever) that keeps tabs on things.

    For Sunbird, it would notify you of upcoming meetings/events, and let you open sunbird to work with that info.

    For Thunderbird, a program that would monitor your mail server(ala biff) and let you know when new mail is in. Clicking on the notification would open the mail in that program.(like the current notifications, minus the large(not huge) running app)

    For firefox, well, I don't know really, maybe nothing, maybe keep an eye on RSS feeds, I don't actually use any real features of firefox other then viewing websites. Maybe it could let me know when slashdot is updated based on the RSS feed and then let me view the story?

    I think this would be a great app, definatly usefull, and could avoid the bloat of leaving both calendar and mail open all the time(I do that myself, but on a vnc system somewhere).

    Anyway...

    --
    On Arrakis: early worm gets the bird. Magister mundi sum!
    1. Re:What we need now from Mozilla by helix400 · · Score: 1
      A basic minimize to tray extension is in the works. Not nearly like what you want, but still very nice.

      http://forums.mozillazine.org/viewtopic.php?t=1046 70&postdays=0&postorder=asc&postsperpage=15&start= 0

    2. Re:What we need now from Mozilla by dJCL · · Score: 1

      A nice feature, but I don't want to leave a huge calendar or e-mail app open just to monitor events. I just want a small app that will allow me to open the main app when needed. (This coming for a guy with a gig of ram, I'd call myself a hypocrit if it weren't for my older systems with a lot less in them).

      Anyway...

      --
      On Arrakis: early worm gets the bird. Magister mundi sum!
  97. Re:So is it bad when install fails and then pegs c by Anonymous Coward · · Score: 0

    Same here and be careful!! it removed everything under Program Files when I uninstalled it.

  98. Webdav over SSL broken by orion024 · · Score: 1

    I had webdav remote hosting working over SSL for the July 1st drop of Sunbird (although, it did require adding 4 or so lines to chrome.rdf, which I discovered searching bugzilla... see bug 249796 - http://bugzilla.mozilla.org/show_bug.cgi?id=255903 ). However, I have yet to get it to work on this 0.2 beta release, even with the aforementioned patch. The problem is I am never asked for a username or password, or to accept the homebrew SSL cert. It just loops indefinetly. I actually reverted to the July 1 build, because the remote hosting over SSL is essential for me. Anyone else have any success using webdav over SSL with this release?

  99. The sun also rises by tepples · · Score: 2, Insightful

    Spreadsheets have cells. ExCEL.

    And a calendar has a cell for each time the sun rises. SUNbird.

  100. IRC Client--Songbird? by unlinear · · Score: 1

    I'm hoping someone's working on a Chatzilla-standalone...
    I mean, Songbird is the only *bird name that I can think of that doesn't sound contrived. Therefore, it's a good idea!

  101. For your off-topic note by ESqVIP · · Score: 0

    I'd suggest Keyconfig. Though, if I recall, you can't disable the shortcut (setting a shortcut to blank screwed up the whole shortcut system last time I tried), you may remap it to a different key set.

    1. Re:For your off-topic note by EvanED · · Score: 1

      Yeah, I set it to ctrl f11 or something.

      Anyway, thank you thank you thank you thank you, that will be a lifesaver.

      Or at least a postsaver.

  102. Re:Still lacks most important feature: useful alar by Dizzle · · Score: 2, Insightful

    Well of course the window has to be open. Unless you wrote a small little plugin that checks sunbird for alarms to notify you of, that's really a nonissue. I mean seriously, do you expect a closed program to give you messages? That doesn't make any sense at all.

    But it's similar to those programs that check gmail for you. A small little system tray app that periodically checks gmail and notifies you of new emails. Simple. I'm sure it wouldn't be too complex to have Sunbird (I'm lovin that btw) communicate with a ~700kb program or something. Of course, IANAP.

    --
    -Dizzle
    "I most likely AM so interested in myself."
  103. Re:Still lacks most important feature: useful alar by david_reese · · Score: 1
    At the tracker bug, you can add your email to the CC, and put in a comment to let the developer's know that it is important to you!

    Not sure if it helps, but I also voted for the bug. Also, bugzilla doesn't seem to like /. referrers, so for those of you who have the plaintext extension (or who dont mind cut/paste), here's the URL:

    http://bugzilla.mozilla.org/show_bug.cgi?id= 122646

  104. Suntray by oddman · · Score: 2, Informative

    There is a great little helper application named Suntray. That lets you minimize Sunbird to your system tray (windows obviously.) Once I got I was amazed that I ever ran Suntray without it.

    http://users.dart.net.au/~srgeorg/

  105. Re:I've been waiting for this to arrive for a whil by Anonymous Coward · · Score: 0
  106. Re:Possibly a very important... by wirehead78 · · Score: 2, Interesting

    I totally agree.

    I had to set up a system for a new secretary and gave her Sunbird instead of Outlook. She was eager to give it a shot, but after a few days she told me it just didn't have the features and flexability of Outlook, which it doesn't. Maybe soon.

    I would use it if it could sync with my Tungsten.

  107. Re:I've been waiting for this to arrive for a whil by Omestes · · Score: 1

    I just wish they would plan on sync before 2.0, thats the only thing keeping me from using it, and keeping me chained to outlook.

    All of my computer needs are pretty much open source now, except for the bloody calander, and now that there is a decent alternative, it doesn't do me much good.

    Is there any other decent calander programs out there (pref. OSS) that can sync with a PocketPC/WinCE?

    --
    A patriot must always be ready to defend his country against his government. -edward abbey
  108. Setting Sunbird Date Format by sbszine · · Score: 2, Informative

    According to the FAQ, Sunbird gets the date format from your OS. To use the ISO format, go to the Windows Start Menu, then Settings > Control Panel > Regional Options (not Date/time) > Date tab.

    --

    Vino, gyno, and techno -Bruce Sterling

    1. Re:Setting Sunbird Date Format by WuphonsReach · · Score: 1

      According to the FAQ, Sunbird gets the date format from your OS. To use the ISO format, go to the Windows Start Menu, then Settings > Control Panel > Regional Options (not Date/time) > Date tab.

      Bit of a cop-out. I would prefer to have the option to specify my date-format and over-ride the built-in O/S settings. I might find "dd/mmm" to be a pleasing to the eye format for my task due dates. (There's also the issue that some older software, written by Microsoft, will *break* if you change those regional settings.)

      --
      Wolde you bothe eate your cake, and have your cake?
    2. Re:Setting Sunbird Date Format by sbszine · · Score: 1

      Yah, good point. Anyway, it's only an 0.2 release at this point, so anything that works at all is a huge bonus. I'm sure it'll mature with time as the other SuperThunderStingCar etc packages have.

      --

      Vino, gyno, and techno -Bruce Sterling

  109. Visit URL? by omeomi · · Score: 1

    So, how come the "Visit URL" button just opens up another copy of Sunbird instead of doing what it seems like it should do (visit the url in the box).

    and if I only have one event in a day, why doesn't it wrap the text, so I can see what I have to do that day without mousing over it, and waiting for the tooltip to come up?

    and why does it display the time first in the little box on the calendar...that's not very useful. If I can only see one thing, I'd rather see what I have to do next Monday, rather than know that there's some unkown task that I have to do at 10:00 PM...

    and why is the task list font color gray?

    Other than that, it's pretty cool...I'll probably continue using it, and it might even replace my monitor-covered-in-sticky-notes.

  110. .ics isn't Outlook's by Watts · · Score: 1

    Files with the .ics extension are actually iCalendar (or sometimes vCalendar) files and are supposed to a spec (RFC 2445) jointly authored by representatives from Microsoft and Lotus (now IBM). Interestingly, Microsoft has done a really mediocre job of implementing parts of this spec in the past, as I found when trying to generate files that Outlook would be able to read.

    Apple is also using the iCalendar format for their calendaring app, iCal (which conveniently has the same name as the standard, no confusion there). As far as I can tell, they're done a better job of it so far, as have the Sunbird people.

  111. gecko by SanityInAnarchy · · Score: 2, Informative

    Why must every Mozilla app either be part of a "suite" or a "plugin" or a "standalone" app, complete with every Mozilla-specific library?

    Why, for instance, do Firefox and Thunderbird each need their own Gecko? (Or don't they?)

    Why is Sunbird a 700k plugin or an 8 meg (!) download?

    Couldn't they install system-wide libraries? Wouldn't that make everything smaller, neater, even faster (less to cache when running firefox/thunderbird simultaniously)?

    --
    Don't thank God, thank a doctor!
    1. Re:gecko by AceMarkE · · Score: 2, Interesting

      Sharing the GRE has been discussed for quite a while, and according to the Mozilla roadmap, it's still something they want to do. How soon it gets done is another matter, but it's at least on the list of stuff to do.

    2. Re:gecko by jjohnson · · Score: 2, Interesting

      You kind of answered your own question there, didn't you? Sunbird is a 700K plugin if you already have Gecko installed, 8 Megs if you don't. They all share instances of Gecko, I believe.

      --
      Anyone who loves or hates any language, platform, or manufacturer, doesn't know what they're talking about.
    3. Re:gecko by mh101 · · Score: 3, Informative

      But only for Sunbird though... There's no "plugin" version of Thunderbird for if you already have Firefox installed.

      --
      Duct tape is like the Force. It has a light side, a dark side, and it holds the universe together.
    4. Re:gecko by mrchaotica · · Score: 1

      Being a "plugin" is different from being a separate app using a shared library.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  112. Which Web-based calendar plays best with others? by darnok · · Score: 1

    Time to burn a few off-topic points...

    Downloaded Sunbird, looked at it and it seems to be fine and dandy for what it is. However, what I really need is a central repository (e.g. Yahoo! Calendar) that syncs with everything I use:
    - Outlook (at work, because I'm forced to)
    - Mozilla (at home, because I like it)
    - Zaurus (in the field)
    - Thunderbird (which my SO uses, and we share calendars among other things...)
    - Pocket PC (which I'll probably switch to when my Zaurus eventually dies unless a viable Linux PDA emerges)

    There's now zillions of free centralised calendars and address book options; which of them syncs with everything out there with *minimal expertise required*?

  113. Re:Still lacks most important feature: useful alar by helix400 · · Score: 4, Informative

    A minimize to tray extension is in the works that would help this problem out to a degree.

    Minimize To Tray Extension

    The extension works pretty well for Firefox and Thunderbird, and if/when Sunbird allows extensions, it will be extended to work with that too. This of course means Sunbird/Calendar would always be running, able to send out alarms, but not taking up lots of room on the taskbar. At the moment, the minimize to tray extension is only for Windows, and it's not a perfect fix, but it may help out some people who just want any solution for this issue.

  114. Re:Still lacks most important feature: useful alar by helix400 · · Score: 2, Informative

    Or as this person pointed out in this comment, there's a windows application that hides Sunbird into the tray when Sunbird's minimized.

  115. Re:what about HTML editor? by alfredo · · Score: 2, Informative
    --
    photosMy Photostream
  116. Exchange Connector would be nice by Exter-C · · Score: 2, Interesting

    Getting it to connnect to an exchange callendar thingo would be nice

  117. Good ole days by BarakMich · · Score: 1

    Ah yes, it was the perfect show for being a second grader - when your fascination with colors and dinosaurs at an apex, mix in a healthy dose of Japanese violence and you've struck gold

    How could marketing NOT go for that?

    1. Take strange Japanese TV
    2. Mix in bad American acting
    3. Advertise!
    4. ???
    5. Profit! ....

    Back on topic, Megazilla sounds strangely feasible... ..they only need a good contacts app and I'm sold!
    What "bird" would that be? AirBird? LightningBird? (it would have to interface with Thunderbird...) RainBird? (no, that's a sprinkler...) RainFox, then?

    Eh - just set it on FireSomething and let it go.

  118. iLife by Anonymous Coward · · Score: 0

    So all of these programs: Safari, iTunes, iCal, etc... are all put under the "iLife" title.

    When Mozilla finally releases its compontents as stand-alone applications, what will they call it?

    mLife? Oh wait, n/m.

  119. Re:Still lacks most important feature: useful alar by Epidemical · · Score: 2, Interesting

    Shouldn't be too hard to do, why not make Sunbird do a 'at' command for every alarm, calling itself with some command-line option? 'at' exists on Windows as well, I think, or at least something with similar functionality. Don't know about Mac OS X :)

  120. Why wait? by Seraphim_72 · · Score: 1


    I am sure you can get one - I have, very fun.

    Sera

    --
    Slashdot, where armchair scientists get shouted down and armchair theologians get modded up.
  121. Enquireing minds....... by Wapiti-eater · · Score: 3, Interesting

    Just installed Sunbird plug-in to my mozilla 1.7.2 on XP. In Mozilla, I go to window in the menu bar and I can click on Navigator, Email, etc. There're also 'short cut keys' listed in that menu.

    Navigator --------- CTRL-1
    Mail & Newsgroups - CTRL-2
    Composer ---------- CTRL-4
    Addres Book&nbsp -- CTRL-5
    Calander ---------- CTRL-8
    divider
    IRC Chat ---------- CTRL-6

    Question is: what're slots 3 and 7 set aside for? What's "out there" still?

    --
    Senior NCO in the fight against entropy. I've seen things, man. Things no one should have to see.....
    1. Re:Enquireing minds....... by sconest · · Score: 2, Informative

      CTRL-3 is reserved for AIM/ICQ in Netscape 7 thus not used in Mozilla.

      I don't know about CTRL-7 though.

      --
      Guvf vf abg n EBG zrffntr
  122. Re:Possibly a very important project for Open Sour by horza · · Score: 1

    Ximian Evolution is the Managerial, Outlook-esque product for Linux that you seem to be missing.

    Not cross-platform :-(

    Phillip.

  123. Thanks! by adolfojp · · Score: 1

    Please mod parent up as informative.
    Perhaps I deserve to get modded down for not RTFFAQ!

  124. GunFox by AnotherScratchMonkey · · Score: 1
    All the gun owners I know are very quiet, thoughtful people. Excitable types are frowned upon at most ranges.

    When you're the only guy with a gun, you can afford to be passionate. When everyone else has one, too, you better show some patience.

  125. Re:Possibly a very important project for Open Sour by DrXym · · Score: 1

    Except it doesn't run on Windows or the Mac.

  126. Re:Still lacks most important feature: useful alar by Anonymous Coward · · Score: 0

    Time for you to learn about at and cron.

  127. Sunbird - Sunfox - .... by mrjb · · Score: 1

    Sunbird is a brand of popcorn (yummie!) Google also reveals it being the name of a travel agency and a car rental service. Of course, Sunfox is also already in use, now what?

    --
    Visit http://ringbreak.dnd.utwente.nl/~mrjb/growingbettersoftware to download your free copy of the book
  128. Re:So is it bad when install fails and then pegs c by Mustang+Matt · · Score: 2, Informative

    I did the same and I didn't realize it would delete my calendars.

    The demo of this program was able to "undelete" them from my ntfs partition.
    http://www.bitmart.net/r2k.shtml

    --
    The man who trades freedom for security does not deserve nor will he ever receive either. - Benjamin Franklin
  129. Why don't they sign these things? by Mark+Hood · · Score: 3, Interesting

    Fireraccoon pops up a nice install window warning me not to install unsigned extensions, and an 'official' (albeit beta) extension from the Mozilla project themselves isn't signed?

    And people wonder why Open Source isn't taken seriously. I've touched on this topic before, and while this isn't a security update, it would really show that the Mozilla Team were showing a little professionalism...

    Mark "Karma to Burn" Hood

    --
    Liked this comment? Why not buy me something nice
  130. Re:Possibly a very important project for Open Sour by Anonymous Coward · · Score: 1, Insightful

    Sun do, they just suck at advertising it.

    http://wwws.sun.com/software/product_categories/em ail_calendar_collaboration.html

    They also have plugins for outlook and evolution to give full functionality. The web stuff works quite well anyway, and a new integrated version of the webside for mail and calendar will be coming soon.

  131. Looks nice - but no syncing with Nokia 6820 by Anonymous Coward · · Score: 1, Informative

    I've played with the calendar plug-in before, and although the previous versions worked well this certainly looks and feels somewhat better. I would gladly ditch Outlook for it, but I have the same problem as many other people: I synchronize my Outlook calendar with my Nokia 6820.

    Until there is a (good, solid) way to do that with Sunbird I will not switch. I imagine lots of people with mobile phones, PDAs etc. are in the same position. I am not sure if the solution for this problem should come from the hardware manufacturers or from the OSS community.

    Still, nice work!

  132. Common runtime enviroment by adolfojp · · Score: 2, Interesting

    Call me crazy if you want, but to me the next logical step would be to release some sort of virtual machine.

    Sunbird, Firefox and Thunderbird run using a lot of code in common. Because of that they were originaly available in the Mozilla Application Suite.

    Wouldn't it be easier, and more efective to release a common runtime environment, and then be able to release much smaller apps to run in it?


    Cheers,

    Adolfo

  133. Feature suggestion! by Jeppe+Salvesen · · Score: 1

    Maybe moz should automatically send a bug report to the webmaster of the site with the error? A shitload of emails saying "please fix your code in line 65-78 in file index.html" might help motivate the webmonkey to start fixing the code..

    --

    Stop the brainwash

    1. Re:Feature suggestion! by Anonymous Coward · · Score: 0

      Except that many of the pages where this happens were written at least 3 or 4 years ago, and if there is a contact email address at all, it probably doesn't work.

      Having said that, there is a tech evangelism system for encouraging people to fix their sites. In general, a couple of hand written emails is likely to be more motivation than having an automated tool harvesting addresses off a site and firing off boilerplates.

      Slashdot's web coding is crap. Do you think it'd make them fix the site if slashdot users spam the slashdot folks with thousands of email each day? I don't.

  134. Re:Still lacks most important feature: useful alar by Anonymous Coward · · Score: 0

    Bah, I was all excited until I saw it's for Windows.

    What about the GNOME system tray?

  135. Re:Should I upgrade yet by Anonymous Coward · · Score: 0

    Damn, I just used up my last mod point or I would have given you a "funny" for that.

  136. Better than it looks by Anonymous Coward · · Score: 2, Informative

    I downloaded and used this calendar as a Firefox plugin. It's definitely rough around the edges, but it does provide Linux and Windows users a way to create calendars in the .ics format. And it allows you to easily publish that .ics file to a web server. What's so great about that? Well, you can view multiple calendars via a web browser with this wonderful PHP, RSS Enabled, GPL calendar parser. Plus... you can dump the .ics file into the "calendars" folder on your ipod and carry your calendar with you.

  137. Beautiful! by cavemanf16 · · Score: 1

    Just downloaded and tried out Sunbird 0.2 as the Thunderbird plugin and it thankfully retains all the ease of use and good ideas that Calendar 0.1 had, but now seems to not be quite as buggy. At least so far. Now if only I could use Thunderbird and Sunbird as my primary apps for email and calendar/task scheduling at work, I'd be set. Alas, I am a wage slave and forced to work using minimal tools: Lotus Notes nad IE. Boo! Hissss!

  138. What’s the difference? by Pan+T.+Hose · · Score: 1

    What's the difference between this new Sunbird and the old Thunderfox and Firebird? Are there any real differences in CSS and DXHTML rendering to justify getting used to the new interfece? I know that probably Slashdot will look exactly the same, but there are lots of websites out there which are not W3C and ISO compliant. Does anyone have any real world experience?

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
  139. CSS columns support by Jepler · · Score: 1

    CSS columns will be great for documents printed from html source, but I dread seeing webpages formatted for the screen using columns (all of which are about 100 pixels taller than the browser window, of course).

    If you want to know more, you might read
    draft of css standard for multicolumn layout
    Mozilla bug for this enhancement

  140. Eudora (and iCal) by Anonymous Coward · · Score: 0

    Eudora keeps attachments seperate.

    And while it doesn't keep each message as a seperate file, it does keep the contents of each mailbox as a seperate file. At work, I have to use folders to organize mail w/Outlook (hate it)...setting up a new mailbox is relatively cumbersome (has to be a service). At home, Eudora makes it easy to use mailboxes or folders, so I just the mailboxes.
    ---
    and unrelated (ok, it's related to parent via the concept of product names), I've always wondered how Apple's iCal and Brownbear Software's iCal can coexist. I emailed BB one time about it, and they avoided going into detail beyond stating their product was not associated with Apple's. BB's was around a couple years before the Appple product.

    Just odd; both are calendar products and yet no lawsuit. Maybe I'm the only person that gets confused as to which iCal people are talking about though.

  141. There is an alternative by leonbrooks · · Score: 1

    Put a growable ReiserFS filesystem into a file and store the MailDirs in that if you're running under MS-Windows. The mind may well boggle at the concept of sort-of porting a filesystem to MS-Windows just to get decent file-op speed, but it would work. Growing the file in big slabs (megabytes at a time) would help to avoid fragmentation slowdown.

    --
    Got time? Spend some of it coding or testing
  142. Best option ever... by orbitor · · Score: 3, Funny
    Restore Natural Order

    How can we get this goodness in every piece of software on the planet?

  143. Re:So is it bad when install fails and then pegs c by khoffman · · Score: 1

    When I installed the firefox extension, it imposed a background cpu load of ~30-60% on an AMD XP 3200+. Guess it isn't beta yet.

  144. Re:I've been waiting for this to arrive for a whil by WuphonsReach · · Score: 1

    All of my computer needs are pretty much open source now, except for the bloody calander, and now that there is a decent alternative, it doesn't do me much good.

    I'm in the same boat, stuck with MSOutlook because Mozilla doesn't:

    - sync its calendar/task list with my Palm
    - offer pop-up mail alert dialogs as a filter action
    - have a way to play a sound as part of a filter action
    - allow you to set a task with a due date but no time

    And of course, the issue that you have to have the calendar app open in order to receive alerts...

    --
    Wolde you bothe eate your cake, and have your cake?
  145. Perfection in c-platform world by JPyObjC+Dude · · Score: 1

    Without mozilla, I would not be able to develop web pages for my IE only customer on my macintosh. For that I say thanks.

    Now, I can look forward to having my address, browser, calendar amd mail completely sharable across my osx and win32 machines. I could not be happier.

    Now if only they can get it to work with my corporate exchange server... mmmmm....

    Kudos (once again) to the Moz team (world)!

  146. Put it all together: Mozilla Menagerie! by zooblethorpe · · Score: 1

    Actually, it's kind of fun when you think about it -- name all the standalones as fantastic creatures, then you can come up with other fun names for the integrated all-in-one:
    Mozilla Menagerie, MozillaZoo, Mozilla Manticore (as a combination of other creatures) ... any other good ideas out there?

    --
    "What in the name of Fats Waller is that?"
    "A four-foot prune."