Slashdot Mirror


Investigating Online Office Suites

jcatcw writes "Computerworld reviewed four online office suites — Ajax13, Google Docs & Spreadsheets, ThinkFree Online and Zoho Office Suite. None has all the applications and features of Microsoft Office, but if you're looking for the core office applications in an access-anywhere format, at least two were surprisingly sophisticated. The article weighs the ability to save files to a centralized server quite heavily in its ranking. The winner is ThinkFree Office because it provides the most sophisticated features and has the best Microsoft Office compatibility. Zoho's suite is the second choice."

3 of 101 comments (clear)

  1. Unwise to use them for confidential data by davidwr · · Score: 5, Insightful

    It's very unwise to use a hosted-server solution to store confidential or private data unless it's encrypted and you hold the only keys or you've got a contractual agreement that the hosts will never look at the data absent a court order and that they are liable if an adversary breaks in for any reason other than your negligence.

    Keep this in mind when you use services to create or save documents. It doesn't matter if it's a spreadsheet, email, or what-not.

    And for heaven's sake don't store my credit-card number on Google. CowboyNeal's maybe but not mine.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  2. Re:Doesn't Matter by deathy_epl+ccs · · Score: 2, Insightful

    Arrow keys? You, sir, are obviously not a serious vi user. heheheheh

  3. Only really good for small-scale use by compupc1 · · Score: 4, Insightful
    I believe these types of thin-client office suites will never move beyond a novelty, at least with the current architecture of the web. Some random reasons why:

    • Privacy. Do you really want all your personal, private documents being stored on some remote server?
    • Reliability. Not only do you depend on your computer being up, but you also depend on the remote server being up and your network connection being up.
    • Mobility. While on one hand, a web-based application does offer greater mobility, it also requires an Internet connection. I can't count the number of times I've worked in a car or at some other location without connectivity.
    • Responsiveness. There will always be a latency involved that far exceeds that found on fat clients.
    • Capability. I'm sorry, but the whole web 2.0 phenomenon has pushed HTML, CSS, and JavaScript far beyond what they were intended for. As long as we're relying on these technologies, documents created with web applications will never be as capable of the expressiveness of a documents created with a fat client. Using applets or ActiveX or something like Flash would probably mitigate this.
    • Development. Thin clients are arguably easier to develop than fat clients. However, as soon as you introduce things like AJAX and complex scripting into the picture, things balloon out of control at an alarming rate. You spend most of your time fighting the basic request/response nature of the web. AJAX is really just one big hack to overcome this. AJAX is nice for adding bits of dynamic functionality to web sites, but it shouldn't be used for stuff like this. In fairness, I should note that better tool support and frameworks like the GWT and RAP will go a long way twoards addressing this.

    Say it with me class, "you pick the right technology for the job". Thin clients have their place. Office suites is not one of them.
    --
    -James