Slashdot Mirror


Another Office Alternative

MiTEG writes "The Washington Post has an article on a cheaper alternative to Microsoft's Office Suite, ThinkFree Office. Currently selling for $50, their product also includes a one year subscription to Cyberdrive, a 20 MB web file-storage service. While it's no StarOffice, this glowing review may help people realize that Microsoft is not the only option." 'Glowing review' probably isn't the right term to use, since the reviewer found quite a few faults.

11 of 213 comments (clear)

  1. Alternatives are not necessarily options by xiaix · · Score: 5, Insightful
    I have evaluated every office suite that I have come across that provides an 'alternative' to office. So far the only one that has come close has been StarOffice 6. It seems there is always one vital feature lacking that keeps me from going to management with a proposal to standardize on (insert alternative here).

    Either the max. spreadsheet is abysmally small (8k-16k rows), or there is no cross-tab reporting functionality, etc.. There is always something

    I know that playing catch-up with Microsoft is a losing battle, but some features are essential. If it is available in Lotus, WordPerfect, and MS Office, you can be pretty sure there will be people who can not work without it.

    I'd love to switch to a Microsoft free shop, but until I can go to management with solutions to every problem, and assurances that no functionality will be lost, I can't. Office suites are only one battle in the war, but it is one I should be able to win...

    --

    Have you read the Moderator Guidelines yet?

  2. "one year subscription to cyberdrive" by 3-State+Bit · · Score: 5, Funny

    anyone know why people would normally pay cyberdrive for 20 megs of web storage, when yahoo gives you 30 megs for free?

    Oh, and
    Point 1: "Connect to Briefcase from your Windows desktop with the Yahoo! Drive Client. Drag and drop or save files directly to Briefcase from any application." (same page).

    Point 2: on Linux you'd get the same functionality without running a foreign exe to modify your OS [!], but rather by mounting a ten-line Perl script of your own design, to proxy the http connection as though it were your web browser.

    Point 3: This, incidentally, is why people use Windows.

  3. Thinkfree? Name Change Proposal by ReadParse · · Score: 5, Funny

    Maybe they ought to call themselves "ThinkFiftyDollars"... their name kind of suggests that it's free!

    RP

  4. File formats are more important by cheekymonkey_68 · · Score: 4, Interesting

    I wish that the industry would get together an agree a usable file format that would be supported by all document processors even if they just settled on some SGML based format such as Xml.

    Hmm imagine if every word processor used Xml for storage...that would be miles better than having every business use Word.

    Look at WordPerfect, look at Lotus Word,they were both excellent word processors and the market leaders and look where it got them...

    Microsoft eroded there market share using its by now commonly known tactics.

    The problem is, right now we have Word and Pdf as being the only file formats of choice that are universally accepted.

    Pdf is ok, but again the file format itself is proprietary

    Word is especially bad not so much for its bloat, but for the bugs that never get fixed and worse of all Microsofts habit of changing the format frequently

    1. Re:File formats are more important by Evro · · Score: 4, Informative

      Pdf is ok, but again the file format itself is proprietary

      PDF is not proprietary; it is an open standard. The problem with PDF is that it is not editable, so is not very useful for sending back and forth for editing purposes.

      --
      rooooar
    2. Re:File formats are more important by pubjames · · Score: 4, Insightful


      I couldn't agree more. I've thought this for a while and still don't understand why such an obvious thing hasn't happened.

      There are lots of office suites now available, both open source and proprietry. Some are very good. But everyone bitches that they can't shift Microsoft from its monopoly position. If they all got together and agreed to use a single format (Suns XML format for StarOffice/OpenOffice is a very good start) then we would quickly have hundreds of useful tools for manipulating document formats, and rather than chasing Microsoft's tail-lights, we would be setting the agenda and Microsoft might have to start following us or start to loose serious market share.

      I believe this issue is the single most important one for getting Linux onto the desktop. So, all you people who develop office suites - get together and agree on a single XML format which you'll all use! It will do you all good in the long term.

  5. Journalists!! by Tim+Ward · · Score: 4, Insightful

    That doesn't sound like a huge gap until you notice that -- oops -- the 1.7 version of ThinkFree Write has no word-count function.

    I learnt many years ago that if you want a decent review of your word processor you MUST include a word count function.

    Sure, the word count function is, for 99% of users, just bloat that they are never going to use, but reviewers get paid by the word for writing their reviews, and naturally try to write their reviews using the word processor under review, so if you don't include a word count function the entire review consists of a whine about the missing word count function.

    (The same reviewer, oddly, seems to think that a missing spelling checker is no big deal. That's fair enough if s/he is a properly trained professional journalist and never uses words s/he can't spell and never makes typing mistakes, but for the other 99% of us ...)

  6. Re:I'm underwhelmed by Bodrius · · Score: 5, Insightful

    As a lot of people have to repeat every once in a while: Java != Javascript. Java has nothing to do with Javascript, actually (nothing more than with, say, CShell). The name of the latter was a marketing gimmick.

    That said, Java earned a bad reputation from being used in Applets all over the Net, which are victims of every defect Java has (or at least used to have until very, very recently).

    One of those defects is that Swing really, really sucks. Now, it's design may be great or not, and it may be full of design patterns or not, but it has been, up to 1.3, very "buggy and slow". You can cope with the buginess if you need to, but it will make it even slower.

    AWT too, but at least AWT didn't claim it had fixed the problem when it did not.

    Another defect, which is not exactly Java's, is that Applets on the web were mostly programming experiments by novices in both the language and programming. Java was hip, and everyone who had a webpage had to have an Applet. They were bound to be buggy. And the circumstances didn't help.

    The world was exposed to millions of "Hello World" desktop applications brought online by Sun's Magnificent Hype Machine, programmed in a cranky and immature GUI library (AWT/early-Swing), with incompatible JVMs (Microsoft's), slowly downloaded to the client's machine through a 28.8K-56K modem... all increasing the amount of frustration when the "ClassNotFound" exception presents the user with a dazzling gray square.

    Java is a nice language, but for desktop applications it's just not a great choice, unless 1.4 delivered the promise (I have yet to try it for desktop apps). But that promise was there with 1.3, and even with the birth of Swing.

    I'm sure it is technically possible to use it for medium-big applications, there are plenty (big) IDEs written in Java that are very, very usable. I also hear very good comments about some non-Sun libraries, but I'm afraid no one really cares.

    Java for the desktop is seen as the wrong solution to the problem, and will remain so for a long time even if they fix it, thanks to Sun's mistake. Java's place as the right solution seems to be on the server, where it's definitely not buggy nor terribly slow, with the desktop as a thin client (SOAP, JSP) implemented in something else.

    --
    Freedom is the freedom to say 2+2=4, everything else follows...
  7. Cheap at twice the price by dgroskind · · Score: 5, Insightful

    The article lists some basic MS Office features and says: It's a waste to use $480 worth of Office suite for such simple work.

    It depends on how important the work is. A PowerPoint sales presentation may be worth thousands of dollars in sales, an Excel spreadsheet could manage a large budget, a Word document could be a report on an important project or a book manuscript. Any one of these examples would be worth more than $480 by itself. In fact, the time spent creating the document would exceed $480 many times over.

    If what you do with an office suite isn't worth $480, maybe you should do something else that is.

  8. Re:I'm underwhelmed by jdh28 · · Score: 4, Insightful
    One feature I really admire, is the portability of code... Sun has done a great job of keeping that feature in line.

    They obviously haven't done a good enough job for ThinkFree, since they're having to maintain separate Windows, Linux and Mac versions of the Office Suite.

    john

  9. HELOOOO!!! Have any of you used this app? by swagr · · Score: 4, Informative

    Well, there are several of premature remarks here. "Java is slow", "it's not free", "it's not Office/StarOffice/KOffice", etc...

    Just to let you all know. I actually tried it.
    I used it to whip up an updated version of my resume, and saved in in rtf, doc, and html. I then proceeded to open the doc and rtf in Word, and the html in various browsers, only to find they all looked exactly as expected.

    I thought that was rather nice.

    --

    -... --- .-. . -.. ..--..