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."

101 comments

  1. Doesn't Matter by jkiol · · Score: 5, Funny

    I still prefer emacs *Awaits bashing from VI users*

    1. Re:Doesn't Matter by ruben.gutierrez · · Score: 2, Funny

      :s/\(.*\)emacs.*/\1vi/

    2. Re:Doesn't Matter by kerohazel · · Score: 0

      I wonder if anyone's actually made a web-based emacs...

      --
      Skype is too convoluted... Now I'm reverse-engineering the Kyoto Protocol.
    3. Re:Doesn't Matter by davek · · Score: 2

      VI r0cz!

      Hell will freeze over the day a modal editor becomes web-enabled. VI will still be the best editor in 20 years, and it will STILL be used over a serial line.

      --
      6th Street Radio @ddombrowsky
    4. Re:Doesn't Matter by jkiol · · Score: 1

      Unless you call running [emacs|vi] in applegate's mindterm (java-web based ssh client), web based?

    5. Re:Doesn't Matter by DaveM753 · · Score: 1

      Frankly, I prefer gedit, TextEdit.app or notepad.exe. I likes my txt to be text.

    6. Re:Doesn't Matter by Coryoth · · Score: 1
      I wonder if anyone's actually made a web-based emacs...

      And how well would it render in W3?...
    7. Re:Doesn't Matter by dgatwood · · Score: 2, Interesting

      I suddenly have the urge to write a JavaScript port of vi. Something like this:

      • Take over the keyboard. You can read key up/down events in JS, so this shouldn't be too hard.
      • Each line is a separate XML element.
      • Within each line, it maintains two copies: the raw data (as an attribute) and the display version.
      • The display version highlights a single character by wrapping it in a CSS tag that makes it inverted.
      • Arrow keys change which character is highlighted and on which line.
      • Floating div that hovers at the bottom of the window to provide the status line.

      From there, the rest of the implementation should be relatively straightforward. :-)

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    8. Re:Doesn't Matter by deathy_epl+ccs · · Score: 2, Insightful

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

    9. Re:Doesn't Matter by Anonymous Coward · · Score: 0

      He said web-based, not HMTL based. Open up an ssh terminal and ssh to any cmputer with emacs and suddenly it is web-based. Amazing technology.

    10. Re:Doesn't Matter by AndrewNeo · · Score: 1

      I think that'd result in what they call a 'transparent application'.

    11. Re:Doesn't Matter by vakuona · · Score: 2, Informative

      If we are nitpicking, I think that makes it internet based. Web based would be WWW (World Wide Web), and I think you are almost necessarily talking about http et al then.

      So ssh'ing to a computer with emacs will nto make it web based, unless you somehow rig the PC to offer you emacs in a web browser. Actually, no, no http, no web based app.

    12. Re:Doesn't Matter by baboon · · Score: 1

      Kidding aside, look up ajaxterm. It gives you a terminal over http (or preferably, https). You avoid tunnels and ssh, which may be naively prohibited. It does lack mouse support, though, but color works fine.

      From there, run VIM on your tex files and you're all set. Also try mutt for your webmail.

    13. Re:Doesn't Matter by jlarocco · · Score: 1
      Frankly, I prefer gedit, TextEdit.app or notepad.exe. I likes my txt to be text.

      Did I miss the joke? How are files edited with emacs and vi not text files?

    14. Re:Doesn't Matter by h2g2bob · · Score: 1

      notepad.exe? You're joking right. No syntax highlighting, no regex search, no choice of newline character, no nothing. At least use notepad2.exe, it is much better.

    15. Re:Doesn't Matter by buswolley · · Score: 1

      You are obviously a slash dot surveillance spy. And a bad one.

      --

      A Good Troll is better than a Bad Human.

    16. Re:Doesn't Matter by NightRain · · Score: 1

      He mean key presses, up and down, not the up and down keys

    17. Re:Doesn't Matter by flyingfsck · · Score: 1

      How does Notepad2 compare to Notepad Plus? Seriously, I do everything on Linux, but at General Dynamics, all the friggen desktops are Windows, requiring us Geeks to run Cygwin to get the job done - Aaaaaarggghhh... Can Notepad2 copy and paste culumnar (vertical) blocks?

      --
      Excuse me, but please get off my Pennisetum Clandestinum, eh!
    18. Re:Doesn't Matter by 75th+Trombone · · Score: 1

      Exactly, except for the part where GGP explicitly said "arrow keys." Fifth bullet point.

      --
      The United States of America: We do what we must because we can.
    19. Re:Doesn't Matter by NightRain · · Score: 1

      Heh. Alright, I missed that :)

    20. Re:Doesn't Matter by gerrysteele · · Score: 1

      > write a JavaScript port of vi Already done: :) http://www.masswerk.at/jsuix/

    21. Re:Doesn't Matter by johnw · · Score: 1

      No, no, no - you need Vigor http://vigor.sourceforge.net/

    22. Re:Doesn't Matter by Walter+Carver · · Score: 1

      I don't know about Emacs, but someone made a JavaScript terminal which contains a version of VI (striped-down albeit)

    23. Re:Doesn't Matter by Anonymous Coward · · Score: 0

      I don't know, but my favorite Windows text editor Ultraedit can. It also adds an item on the right-click of every file letting you ultra-edit it (right-click U for quick access). Columnar and hex editing, full regex search/replace, code formatting, and the ability to create your own custom languages for code formatting.

      It's for-pay but very worth it.

    24. Re:Doesn't Matter by deathy_epl+ccs · · Score: 1

      Exactly, except for the part where GGP explicitly said "arrow keys." Fifth bullet point.

      Ah, thank you very much... I was about to have to come and defend my sense of humour yet again... heheheheheheh

    25. Re:Doesn't Matter by JavaRob · · Score: 1

      How does Notepad2 compare to Notepad Plus? Seriously, I do everything on Linux, but at General Dynamics, all the friggen desktops are Windows, requiring us Geeks to run Cygwin to get the job done - Aaaaaarggghhh... Can Notepad2 copy and paste culumnar (vertical) blocks? They're both built using the scintilla code-editing component, which does support columnar editing (alt-select).
  2. Google Docs and Spreadsheets by klenwell · · Score: 5, Interesting

    I've been satisfied with Google D&S, mostly because it's now well integrated (bundled?) with my Gmail account. Then I tried to print a hard copy of a Google Doc for the first time yesterday. Now I'm less impressed. (Google's definition of a 'pt' and Word's are way off.)

    Still, the sharing feature is cool. But the Gmail integration is the main reason I'm loathe to try any alternatives.

    --
    Innovation makes enemies of all those who prospered under the old regime... -- Machiavelli
    1. Re:Google Docs and Spreadsheets by rowama · · Score: 4, Informative

      I've also been using Google docs for a while now. Not the word processor, but the spreadsheet s/w. It suffices, but there are limitations that I would not be able to live with for most spreadsheet needs. For example, no simple way to address a full column or row, no way to do range intersections, no range naming, etc. I've lost data on more than one occasion when the backend lost contact with the server. It reverts back to the previously auto-saved version. I use it for one reason now: keeping track of billable time. I can live with the limitations in this case because I need to access it from several computers in several locations. Evenso, I may soon move the spreadsheet to openoffice.org and use a thumb drive for portability.

      A good thing about the article is that it made me realize there may be a better alternative in ThinkFree.

    2. Re:Google Docs and Spreadsheets by fbartho · · Score: 1

      Export to pdf, and you get to see what googledocs thinks everything really looks like, even if word reformats

      --
      Gravity Sucks
  3. I'm a lazy idiot by JeanBaptiste · · Score: 1, Insightful

    but enough about me. I really like Open Office. Do these 'compete' with OOo? Or do these solve some sort of other problem? Would I use OOo _and_ one of these things? Why?

    thanks in advance

    1. Re:I'm a lazy idiot by compro01 · · Score: 1

      1. not per se. both compete as office suites, but they're in differant classes of office suites.

      2. access an office apps on any computer with a net connection, anywhere, no need to have the applications installed on the computer itself. handy if you don't carry a laptop and you need to work on something somwhere other than work/home, like at a public library or something. just pull up one of these online office suites, have your file (thumbdrive, online storage, etc.) and whomp away at it.

      3. maybe.

      4. depends on what you would use each for.

      --
      upon the advice of my lawyer, i have no sig at this time
    2. Re:I'm a lazy idiot by Anonymous Coward · · Score: 0

      If there is a spreadsheet you want to share with a select group, and all they need to do is eyeball the data, then these 'Office Suites' do well. Being web-based, anyone in the group can access this data from anywhere.

      However ...

      1. If you want to save a copy for off-line use, then you might have some problems. The methods for saving and the formats used can suddenly change and any automated processes client-side have to be altered to re-conform. The service might intentionally make it difficult to perform such saves.

      2. The data is being stored outside of your control. To some people, this is a big deal but if it's that important then you should either regularly store backup or not rely on such systems.

    3. Re:I'm a lazy idiot by stormeru · · Score: 1, Interesting

      OpenOffice is a standalone application, the office suites presented in the review are web applications.

      simple explanation:
      - to use OpenOffice you have to install it on every computer where you need it. (if you don't have the installer specific for the platform, think about the time it takes to download it)
      - to use these online office suites you need only a web browser (almost every OS distribution comes with one included, in a short amount of time you can finish writing the document without downloading anything)

      the online office suites have built-in capabilities of saving your files remote (but pay attention to the licence! some of them imply that everything you write belongs to the company offering the online office suite).

      remember: you got the power to choose the tool that satisfies best your needs.

    4. Re:I'm a lazy idiot by Matt+Edd · · Score: 1

      Of course you could always use OpenOffice.org Portable and all you need is your thumbdrive. Don't even need the internet connection.

      http://portableapps.com/apps/office/openoffice_por table

    5. Re:I'm a lazy idiot by compro01 · · Score: 1

      the obvious problem being is that most of the public access computers i've found have USB disabled, presumable for security or something.

      --
      upon the advice of my lawyer, i have no sig at this time
  4. Website Bugged by NotoriousHood · · Score: 3, Informative

    Read the first page and then any pages on that site after that had an error message.

    I would have grabbed the article text. Maybe someone else can post it if they get through for others that get bugged.

  5. MS Office Compatability? by Anonymous Coward · · Score: 0

    How can any of them score better in the MS Office Compatability category? Don't they all use the same Open Office conversion code underneath to read .doc files? I'd be really surprised if anyone had gone through the trouble to reproduce that work themselves.

    1. Re:MS Office Compatability? by AKAImBatman · · Score: 3, Informative
      Don't they all use the same Open Office conversion code underneath to read .doc files?

      You would be AssUMe-ing too much. For the purposes of Ajax13, I'm fairly certain (based on their serverside messages) that they're using Jakarta POI to read Microsoft Documents. Thinkfree's development actually predates the general availability of OpenOffice and, I believe, uses their own in-house API. (Though I may be incorrect about that last part.) Google uses... whatever Google uses. I don't think the information on their backend is really available.

      Long story short, there are more APIs out there than just OpenOffice.
  6. Meh...a solution in search of a problem by technomom · · Score: 1

    I've kicked the tires on the web 2.0 office stuff that you get with Gmail but I guess I still don't see much of a point to these.

    Virtually every computer I use in business and at home already has an office suite built in, whether it be Office, OpenOffice, or whatever-Dell-is-shipping-these-days.

    At home, my office use consists of writing sick day excuse notes for my kids.

    At the office, all my customers and colleagues use and have Office and most of the documents eventually end up in PDF form anyway. Versioning and sharing can be done using wikis or other web spaces.

    So why use this? What's the added value over the tools that are out there now?

    1. Re:Meh...a solution in search of a problem by Anonymous Coward · · Score: 0, Insightful



      Say you have an office suite. It does everything that 80% of users want. In order to gain more users, the software will need to add features that the remaining 20% needs (or think that they need). At this point most of Microsoft Office's users are content with the feature set. There's no need for them to update. So to gain more users MS will do a couple things: Forced incompatibility with previous versions; add new features.

      The problem for them is that most users, including myself and my family, don't need any of the new features.

      At the same time, all the other office suites are gaining features. At some point they reach a "good enough" stage where they don't need MS Office. These suites are all significantly cheaper than MS Office. For example, many are $79 or $99 versus $200 or more for MSOffice.

      So the added value is the price... Sometimes they're "free" with PC purchase or can be purchased for a fraction of MSOffice or are indeed *free*.

    2. Re:Meh...a solution in search of a problem by technomom · · Score: 1

      But they are speaking of online versions of these, not the kind you install on your Dell, eMachine, or Gateway.

      So I still say...meh...

      The copy of MS Office I got with my machine was "free" in the sense that my company shelled out for it, not me.

      The copy of OpenOffice or Corel I have on my home systems is free.

      So why should I use these online versions?

    3. Re:Meh...a solution in search of a problem by businessnerd · · Score: 1

      Many people out there think that thin-clients are the wave of the future. This means that instead of spending $500 on your Dell, and running all applications locally, you spend $50 on a thin device that has nothing but a web browser and an internet connection. All applications are run over the internet.

      It's an interesting concept, and this could be the wave of the future, but in order for that future to arrive, a lot of things need to happen first...

      1. High speed internet in every home. And not just 3MB/s DSL, I'm talking fiber. Computing power won't be your limiting factor, but rather bandwidth.

      2. Availablility of application service providers, or hosted applications. I can't switch to a thin client, if all of the software out there is run locally.

      3. People accepting the thin-client way and giving up their fat clients. Fiscally the move makes sense. The equipment is cheaper and very low maintenence (if it breaks, toss it and buy a new one). As for software, you pay for what you use even down to the feature level. Don't use pivot tables in Excel? Then you don't have to pay for that functionality until you do use them. (Yes I know I'd rather not pay anything as in FOSS, but I don't see a 100% FOSS world anytime soon).

      Bandwidth is getting there. The US seems to be behind, but give it some time and at least more urban users can begin adopting this. The next thing is the hosted applications. This is what these office suites are trying to do. Given that office suites are some of the most popular software (widest user base) and that it is also a business tool, it's a good place to start if you want to achieve step 3, winning the hearts and minds of the users.

      Now should the world go thin, or stay fat? I don't know. Thin clients seem compelling to me. It makes sense to move in this direction. Sort of back to the future. In the beginning there were mainframes with dumb terminals. This is the same idea, but on a global scale. We'll just have to see where this goes, but if it does happen, it won't be immediate. It will be a very slow transition, if it transitions at all.

      --
      "It's not whether you win or lose, it's how drunk you get." -- H. J. Simpson
    4. Re:Meh...a solution in search of a problem by digitalhermit · · Score: 1

      Ahh... Didn't notice that distinction.

      The main benefit, IMHO, of online suites is the instant availability of the product. For dashing off a quick note they are perfect since you can do so within a browser. Many people have browsers running constantly. On older, whitebox, non-MS, or home-built machines it could be the only readible available suite. There's a trend too. First desktops were king. Then laptops. Now people are carrying around handhelds with more power than the desktop I used 4 years ago. Add an Internet connection and you open up a whole catalog of software that would normally not be available on a minimal system.

      Some of the Ajax suites don't store information on the server. Everything is local. Not that I'd personally edit confidential files from software downloaded on the spot from the Internet, but for most tasks it's a non-issue.

      So yes, I'd say that it's a good technology. Maybe not for the masses at this point but getting there.

    5. Re:Meh...a solution in search of a problem by maxume · · Score: 1

      My personal take on this is that as bandwidth and processing power become very very available and very very cheap, things will drift so that rather than using a thin client or a fat client, you use an available client. If I want to look at a piece of data, I am not always going to care about the details, but I am still going to want to look at it; maybe that means my cell phone, maybe that means my laptop, maybe that means my computer brick(basically a pda, but with lots more storage) talks to my friend's tv and shows it to me that way, maybe the computer built into the window on the train shows it to me, etc. Best available becomes a lot more interesting than cost when everything is as cheap as dirt.

      There are lots of things that need to happen to support this, mostly that data has to be stored fairly uniformly(or perhaps there needs to be freely available code that can interpret and display it...), but those things are happening anyway.

      --
      Nerd rage is the funniest rage.
  7. 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.
    1. Re:Unwise to use them for confidential data by tcopeland · · Score: 0, Redundant

      > 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

      And it's not a bad idea to send such documents over an encrypted transport like indi rather than via unsecured email.

    2. Re:Unwise to use them for confidential data by sporkme · · Score: 3, Interesting

      Google: Confidential "not for public release" - optionally add filetype:pdf, doc, etc.

      I completely agree with your statement. Swapping convenience for security is the name of the game. I used Writely.com before it became Google D&S. I found it mainly useful to leave lasting notes-to-self from work, and when I needed to whip up something with a little more shine than wordpad. For anything professional, OOO + [distribution system of choice] is the way to go.

    3. Re:Unwise to use them for confidential data by Jeff+DeMaagd · · Score: 1

      I think there's a valid point in that. I'd like to see such a system where I can host such software on my own server. I'd like to see the OSS community to latch onto that idea, collaborative text, spreadsheet, and maybe collaborative drawing tools too. In a "normal" business, all this stuff would be local, but there's still the concern about multiple people using the same document, and more people are collaborating over wider areas such that a private internal file server connected by VPN might still not be the ideal solution for the task.

      Having the software encrypt the saved data would be very important, so stolen files is like likely to mean lost control over the real data.

      I think there's some great potential here.

  8. Explain to me please.... by hasbeard · · Score: 2, Interesting

    I can see where these services would be useful for collaborative projects involving people in far flung locations. But for regular business use how many companies want to store their data on someone else's server?

    1. Re:Explain to me please.... by kerohazel · · Score: 0

      If those companies use banking services, they're already storing their data on someone else's server. Or how about off-site backup services? How do they trust those entities? Well, that's a complex question that I'm not qualified to answer. I'm sure it has something to do with those entities being established, reputable companies. Corporate customers pay for a certain level of accountability on the part of the people handling their data.

      --
      Skype is too convoluted... Now I'm reverse-engineering the Kyoto Protocol.
    2. Re:Explain to me please.... by Deagol · · Score: 1

      Banks are heavily regulated, for good reason. I doubt an online office suite provider would be (yet).

    3. Re:Explain to me please.... by NineNine · · Score: 1

      But for regular business use how many companies want to store their data on someone else's server?

      Well, for one, anything short of 100% MS Office compatibility isn't an option. But if one of these options were compatible, or if MS offered something like this, then I'd do it. I'd rather trust professional administrators to securing my stuff then I'd trust myself doing some half-assed job. The key to running a good business is not necessarily doing everything yourself, but finding the best people to handle stuff for you, and tying it all together.

  9. I'd read TFA but... by Anonymous Coward · · Score: 1, Funny
    I keep getting
    "500 Servlet Exception


    java.lang.NullPointerException "

    with the stack trace.

    How are you folks reading it? Oh wait, I forgot. This is /.!

  10. what about... by spoop · · Score: 3, Funny
    --
    I blame geof's speakers.
  11. ThinkFree FTW by AKAImBatman · · Score: 4, Informative

    Unsurprisingly, ThinkFree was chosen as their preferred "online" Office Suite. FWIW, ThinkFree is an amazing piece of software that blasted onto the scene back in '99 - '00. The most amazing part of it was how it so closely resembled Microsoft Office. Given it's age, it's no surprise that it "won" this comparison.

    Of course, there is a caveat. Thinkfree uses client-side Java rather than being pure-Ajax. This gives it a distinct advantage as the Java GUI tools are far more mature than the embryonic Ajax GUIs. Basically, it was a bit of an unfair fight. Which would bother me, except that Thinkfree Office is an excellent product, and deserves the exposure.

    So if you find yourself with a need for a word processor, spreadsheet, and presentation software on the go, keep Thinkfree in mind. It may cost money, but it's quite a bit more convenient than a Linux LiveCD. :)

    1. Re:ThinkFree FTW by nschubach · · Score: 1

      Unless you can't find a place to hook in to the 'net...

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    2. Re:ThinkFree FTW by Anonymous Coward · · Score: 0

      Funny that Microsoft is in talks to acquire them.

    3. Re:ThinkFree FTW by magixman · · Score: 1

      Client side Java holds more promise for creating a true desktop user experience. It has some disadvantages in that it is not installed by default on all browsers and has not yet gained the penetration of Flash. Also to do anything interesting you pretty much need a signed applet (as is the case with ThinkFree) which is a problem for many corporate "locked down" desktops. Sure they could figure out how to deal with that but pure Ajax just runs anywhere and is as secure as any other web site (e.g. it introduces no new issues). My own view as someone who has done development in both is that Ajax is no where near maturity yet and that it will improve a lot in the very near future. Just look how far it has come in the last two years.

  12. Very useful for students by Van+Cutter+Romney · · Score: 0

    I find Google Docs pretty useful for doing my college assignments. As a group, I don't have to mail every revision to all my team mates and just collaborate online - a wiki of sorts. Wish they'd have a better way of putting in images though ...

    --
    Help a man when he is in trouble and he will remember you when he is in trouble again.
  13. So store it on your own server! by KingSkippus · · Score: 0, Redundant

    One interesting thing I read about their choice (ThinkFree) is that they offer software you can install on your own server to store your documents safely and securely. If you're a company, you could run your own ThinkFree server, presumably with as much security and encryption you want. Or heck, since it only costs $30 per year, I suppose you could run your own ThinkFree server with any security and encryption you want, access your documents anywhere, and still come out way ahead financially if you're willing to give up some of the high-end features of native suites.

  14. Data Analysis by Anonymous Coward · · Score: 0

    Show me one that can perform a least squares analysis or factor analysis of a large data set.

  15. Are people crazy? by Anonymous Coward · · Score: 1, Insightful

    Who in their right mind is going to store their documents on a system controlled by some dotcom company. There are a number of downsides to this and not a whole lot of upsides.
    You would at least want some sort of contract to say that can't do things with your documents. That still won't protect you against searches by LE. At least when the data is on your servers, you should get a heads up (barring black bag jobs) that LE has taken an interest in you.
    If the company goes bankrupt you may lose your data.

    Why not just have the data on a server you can access remotely and have the proper tools with you to edit that data (e.g. a laptop or livecd). You can keep the data encrypted on the server if you don't trust the host.

    1. Re:Are people crazy? by poliopteragriseoapte · · Score: 1

      People do this kind of things because they realize that 99% of their writing is utterly uninteresting and un-confidential, and 1% is confidential. Just keep that 1% secure, and use whatever is most convenient for the rest.

      I use such online editors for sharing shopping lists with my wife, write meeting agendas or minutes collaboratively (if the meeting is not supposed to be secret, why bother with security), and lots and lots of other things. If you think carefully, a very small portion of your stuff is truly secret, in the sense that you incur trouble/loss if it gets out. Or at least so it is for me.

    2. Re:Are people crazy? by hey! · · Score: 1

      Yep, but when they offer it (as they will) in a 1 or 2U rack box, suddenly you've taken a huge distributed administration and security problem and centralized it. You might even decide to cut down on the number of file servers you run.

      Eventually what this is going against is not Office, but Sharepoint.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  16. I disagree by NineNine · · Score: 1

    I disagree. If an office doesn't have the expertise or money to be able to properly secure their network, then letting professionals handle that is a better option. I was managing my own business' web server, mail server, etc. One day, I realized that I really didn't know enough, and I didn't have the time to learn about it. I outsourced it, and now security is their problem, not mine. Considering that my various hosting thingies are being run by professional admins makes me feel much better than doing my own hosting, and being administered by a weekend hobbyist administrator (me).

  17. The Java stuff causes problems by dilute · · Score: 3, Interesting

    I just tried it. The client-side Java wanted to mess with all the security stuff in place in the corporate environment. It just wasn't going to fly. Maybe it will load at home. Anyway, gonna stick with Google docs & spreadsheets. As someone above said, a big feature is its integration with gmail.

  18. Anyone who wants cheap I.T. by Colin+Smith · · Score: 3, Interesting

    Lets see... Desktop PCs, servers, Office Suite, Accounts package, RDBMS, web servers, application server, security software, Windows administrator, server administrator, database administrator... It all adds up.

    Now imagine Google does it all for you, all you need is a client application and a network connection. They guarantee performance, security and that your data is yours when you want it. All for $20 per month per seat.

    --
    Deleted
  19. COMING SOON: Google Office Appliance by Bastardchyld · · Score: 2, Interesting

    disclaimer - this is entirely speculation

    You are very correct, however here is the beauty of this whole scenario, after the kinks are ironed out with all of this, then I anticipate that they will release an appliance with the Web/App and storage included (or SAN attachable), allowing for corporations to have their own Office Solution. The real bonus from this comes from the ability to archive and search all from the web/app. Imagine being to be able to search all of the companies documents (assuming your position allows) to find that essential piece of data. This gives you all of the bonuses with minimal pitfalls.

    Except of course the single point of failure.

    Remember Google and these other companies have to be able to make money some way. Ad supported is fine, but eventually they need to be able to expand.

    --
    $diff terrorists hippies
    $
    $rm -rf *terrorists *hippies
  20. It could be a LOT better. by Kadin2048 · · Score: 4, Interesting

    The ability to integrate Gmail and D&S could be a big advantage, but frankly I've been a bit disappointed that they haven't leveraged it more obviously.

    Case in point: a few days ago someone emailed me a DOC file. Why isn't there an option to open it in D&S? It'll view it as HTML, or Download it, but what I'd really like would be one-click to turn it into an editable, publishable document. As it was, I had to download it, then re-upload it to D&S in order to produce an editable version. Not a huge problem, but if I had been on a computer where I wasn't allowed to save documents, it would have been. It's just stupid to make me pull a document down to my local machine from one Google server, only to upload it back to another Google server a minute later.

    Also, when you do have a document open in D&S, why isn't there an option to email a copy to someone? Okay, I know I can invite them to edit it online, and I could always publish it and send them an invite, but why not something where I can send them a DOC version as an email attachment? That's a lot easier for many people to deal with. And while we're at it, how about some form of change tracking that would let me email a copy to someone, let them edit it offline, and then a way to re-import it to D&S (via the one-click, above) so that it would be change-tracked, as if they had logged-in to edit it? Expecting everyone to have a Google ID to edit documents is ridiculous. I can't convince everyone in my family to get Google IDs, much less everyone I'd like to share documents with, everywhere.

    I think it's a great service, and a great start. But it has a long way to go, even within becoming part of Google's "suite" of services.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    1. Re:It could be a LOT better. by greenguy · · Score: 1

      Case in point: a few days ago someone emailed me a DOC file. Why isn't there an option to open it in D&S?

      In your account, look at the upload page. There's an email address there that you can use to email stuff into your D&S space. So, you could simply forward the message to your upload address. It's not "one-click," but it's still pretty easy -- and it doesn't require you to make use of the local computer.

      Also, when you do have a document open in D&S, why isn't there an option to email a copy to someone?

      I suggested this to Google when they asked me to take a survey on D&S. I called it "Save as attachment." If you can email in, why not out?

      For the record, I also suggested they dovetail the translation service into the document upload function, so that translations wouldn't be stripped of their formatting, the way they are now.

      --
      What if I do the same thing, and I do get different results?
    2. Re:It could be a LOT better. by gharris · · Score: 1
      a few days ago someone emailed me a DOC file. Why isn't there an option to open it in D&S?

      If you use Firefox and the Google Firefox Toolbar Version 3, you can:
      Google Docs & Spreadsheets
      With the Google Docs & Spreadsheets feature enabled in the Google Toolbar, you can open most popular file types right in your browser. Google Docs & Spreadsheets will display these files in a new browser window when you either drag the file icon into your browser, click a link to a file on a web page, or double-click on a file icon. Enable this feature from the "Options" menu of your Toolbar.


      --Glenn
  21. standalone/local by radarsat1 · · Score: 2, Funny

    I wonder if these could be easily turned into standalone/local versions by bundling a customized web server and browser into an "application".

    Or maybe that would be a waste of time.

  22. One: Mobility. Two: Collaboration. by Kadin2048 · · Score: 1

    The problem these solve is twofold.

    Problem One is how do you get to all your data, when you might use five or six computers during the course of a week? Rather than having to carry around a laptop/keychain-drive/floppy, D&S lets you sit down at any internet-enabled computer and access all your stuff. You don't need to worry about having the applications installed, or the right copy of that document; it's all on the server, along with the applications.

    Problem Two is collaboration. There are some existing solutions for working on documents collaboratively, but generally they're either complicated to set up, inelegant (no WYSIWIG editing, e.g., most Wikis), expensive (MS SharePoint), or all of the above. Google provides a way for geographically separated people to work on the same document, without having to roll out any infrastructure.

    As a trivial example, I used a Google document a few months ago to put together my family's gift list for the holidays. (Leaving the obvious neuroses of my family out of this, suffice it to say that we're big on lists.) I created a list, and then sent invitations to various people, who added items to their section of the list. At the end, anyone could look and see what everyone else wanted. Doing that over email would have been a huge mess; I would have had to send out multiple copies and carefully re-merge them with a master, in order to maintain the versioning and make sure information didn't get lost.

    Although I wouldn't be comfortable putting corporate proprietary information on a service like Google's, but for Christmas and grocery lists, it's pretty neat. It's far from perfect (see my previous comment in this thread), but it's one of the best no-setup, free-as-in-beer collaborative systems I've found.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  23. real-time versioning by wordsthatendinq · · Score: 4, Interesting

    I've only used Google Docs (which I still prefer to call Writely because it has fewer syllables) though I'm sure the others are similar.

    The one feature that I find novel is the way it does revisions, especially for multi-author documents. The Writely revisions interface is looking more and more like MS Word's "track changes" but with the additional benefits that (a) many people can edit at the same time, and (b) you can see all revisions ever made, whereas in Word, once an author overwrites his own revisions you can't see the old version anymore.

    What's worked pretty well with a lot of my colleagues these days is to do everything on Writely until the text is complete, then one person downloads it and does the formatting in Word. (Then submit the paper and get rejected, but that happens with or without Writely.)

    That said, I still think LaTeX looks the best but I don't know as many people who use it.

  24. Heavy as a schoolbus by gerf · · Score: 3, Interesting

    Comparing compatibility to MS Office is the same as articles claiming something was "as large as a VW car," "as heavy as two schoolbuses," or "as long as two and a half football fields." It's not a freaking standard, and we shouldn't have to abide by it.

    Unfortunately, though, we do. :/

  25. Real businesses can't use this by teal_ · · Score: 1

    As lovely as these are, there's no way any real business is going to entrust their data into any of these. I can't imagine a merger deal on wall street being worked out using these tools.

  26. Fundamental architecture is a Show stopper by viking2000 · · Score: 1

    The thin client over the net is really a poor way to organize an office suite. The only reason to use it is to save $$.

    Loosing the ability to use it if your net connection fails is a show stopper right there.

  27. Real application by Anonymous Coward · · Score: 0

    I've used three of the four office suites they tested(Never heard of zoho). Their assessment is spot on. ThinkFree is very comparable to the real thick client office suites and doesn't feel at all like a clunky web app. The second place finisher behind it is a very distant second. It was intersting that they said google was thinking of buying them. I'm not sure if I'm happy about that given what they have been able to accomplish on their own, but it would be nice if it was integrated with Google's other tools. All that being said, I almost always use Open Office or Microsoft Office in my daily life(Open Office at home). I'm just not convinced I need an online option on any more than rare occasions and don't really want to be dependent on an internet connection. However, if you haven't tried ThinkFree out, you should. I wish there were more web based apps with that kind of quality. If there were, I'd be more likely to take the web 2.0 nonsense seriously.

  28. Good for on-the-go people by RealGrouchy · · Score: 3, Interesting

    At any given time, I could be at home, at one of three offices, or at a random public terminal. (My laptop's broken screen means it's stuck at home :( )

    If I need to update one of my tracking spreadsheets, I don't need to worry about whether the computer has a USB outlet (and remember to take it out!), which SD card my file is on, which version of the file is most recent, or whether that computer has the right software to read my file. (Not to mention that office suites tend to take a while to load up)

    Every computer that I use has an internet connection and firefox, and I can quickly and reliably log on to Google Spreadsheets to update my spreadsheets.

    Now that Google spreadsheets also has a "history" function, I also don't have to worry about constantly saving local backups, either (although my spreadsheets tend to be too big for it to be of much use).

    - RG>

    --
    Hey pal, this isn't a pleasantforest, so don't waste my time with pleasantries!
  29. "The winner is clear..." by posterlogo · · Score: 1
    FTA: "Online Office Suites: The Winner Is Clear In our hands-on review, one free Web-based Office alternative stands head and shoulders above the rest"


    Unpleasantly enough, this is a poorly formatted article where despite their big bold title, you don't find out until page 4 who they think the winner is (ThinkFree). No summary/comparison table either. Bleh.

    1. Re:"The winner is clear..." by LifesABeach · · Score: 1

      Ya, I was thinking along the same lines. My request of these types of articles is a simple Benjamin Franklin table. Column 0 has the function, columns 1 thru n are the products. +1 goes in the cell, if the product has the function, and it works; else 0. This lets the reader make the decision as to what is best for them. The conclusions reached by the author could be biased, and yes, the table could be biased. But when the table is laid out, and readers are allowed to add or subtract functionality. Readers can then judge what is best for them. This will lead to a better product, as opposed to a product with so many functions as to be unusable. Or an over hyped product with little, or no functionality.

  30. 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
    1. Re:Only really good for small-scale use by nascarguy27 · · Score: 1

      Parent has excellent points. I just want to address that Google's plan for Googls D&S in the beginning was not to replace MS Office, but to supplement it. Google D&S was going to include the online functionality that MS Office lacked, and kinda still does lack. Someone said that they use D&S for writing the content, because many people can edit at the same time. Then, they use Word to format it. I believe that D&S and other AJAXy office apps are great for many users editing one document and for one user editing a document in many places.

      --
      Funny createSig(Witty remark, Odd reference)
      {
      return (Funny)remark + (Funny)reference;
      }
    2. Re:Only really good for small-scale use by fantail · · Score: 1

      A couple of your concerns (Privacy and Reliability) could be dealt with if you had the ability to host the application on your own server.

      Are there any promising open source online office suites?

    3. Re:Only really good for small-scale use by Sithgunner · · Score: 1

      - Privary : Yes you're right, people need to open up source for this to be trusted and with a good word that their stored files aren't accessed from anything but the open sourced program itself except for backup reasons.

      - Reliability : When was the last time Google or CNN went down to be inaccessible? If you know what you're doing with good amount of cash to build the environment, it's not impossible. You can compare that with how many times people lose document for having to reboot Windows. Data aren't lost because average joe freaked up his Windows by using some warez. Sounds more reliable than storing them locally.

      - Mobility : Certainly this is a problem, but how about giving download/upload option? Though this problem can't be fixed until there's cheap mobile phone internet connectivity avaiable.

      - Responsiveness : Since when did Ajax run on server side? JavaScript and HTML run locally, so it's up to the developer to make how responsive the app will be, not technically limited.

      - Capability : Let me guess, 99% office product users don't use anything but basic functions that existed in Office95, so why bother to take 10 times more development time to fill the 1% niche? While, Ajax apps are supposed to expose the access-anywhere capability than truely compete with desktop apps 1 on 1.

      - Developement : You aren't good at Ajax developement? Why is it hard? It could be a new field, but it's not that hard, not exceptionally harder than any other programming area. Making NASA computer program sounds much more complicated to me when there are actually some people doing that.

      And not just counter-responding, but some pros,

      - Install : So... literally everyone has an access to a web browser, there you go, install nothing, just use it on any comp. You don't have admin privilege? so?

      - Mobility : This is repeating the point but, you want to use same app on your work comp and home comp? Just use the same web address.

      - Maintainability : Ok, you have 1000 comps to handle, how do you roll out ms office updates? Takes ages to do it properly... Web app... takes 0 seconds. Where are the MS Office CD sets? Web apps don't need to keep CD in the shelf.

      'Pick right technology for the job'? Since when did we have such a luxury option? Use what's out there in the most broadest means, web browser, is the answer to next generation applications, or you can wait another decade for HTTP/2.0 when you feel like making applications on web.

  31. LaTeX and Google Docs by Anonymous Coward · · Score: 1, Informative

    Check out this page on integrating Google Docs and LaTeX:

    http://www.sci.usq.edu.au/research/googledocs.php

    1. Re:LaTeX and Google Docs by lahvak · · Score: 1

      That looks extremely interesting, especially the Power Convert. Unfortunately, the link to Power Convert requires an authetication.

      Speaking about LaTeX, I am surprised that nobody created a thin frontend for LyX. LyX is a great piece of software, but one shortcoming ot it is that it is a bear to install, you need a complete TeX installation, plus bunch of other tools, in order to use LyX. If somebody figured a way how to keep all this stuff on a server, and just install a small frontend on a user's computer, I bet lots of people would be interested. For example, a company could maintain one LyX server, with thwir own corporate layouts and packages, and each user would just run the thin client.

      --
      AccountKiller
    2. Re:LaTeX and Google Docs by toygar.ozcan · · Score: 1

      I am surprized that nobody has done such a thing for latex as well. I would love to keep all my .tex files (with revisions and stuff) and be able to edit them anywhere, see the dvi files online etc. That would be fantastic.

    3. Re:LaTeX and Google Docs by djeca · · Score: 1

      MediaWiki uses TeX to display mathematical formulas (anything in <math> tags), so it shouldn't be too much work to extend that to output full documents (in HTML and PDF) instead of little PNG images.

      Actually, I'm surprised no-one has done it yet. Hmm...

  32. not looking? by CdBee · · Score: 1

    If you open a gmail message with an attached wordprocessor or spreadsheet document it has a link by the attachment icon allowing it to be opened, edited or saved in Google Docs & Spreadsheets

    --
    I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
    1. Re:not looking? by rindeee · · Score: 1

      Hmmmm...mine doesn't. Just the normal 'Download" and "View as HTML".

    2. Re:not looking? by freakxx · · Score: 1
      If you open a gmail message with an attached wordprocessor or spreadsheet document it has a link by the attachment icon allowing it to be opened, edited or saved in Google Docs & Spreadsheets

      is there anyone else who is seeing this option?? I don't see any such thing in my case [unfortunately :-( ]

    3. Re:not looking? by apsyrtes · · Score: 1

      Yes,

      An Excel attachment that was emailed to me just yesterday has these options:

      14K _View as HTML_ _Open as a Google spreadsheet_ _Download_

  33. Re:It could be a LOT better by freakxx · · Score: 1
    In your account, look at the upload page. There's an email address there that you can use to email stuff into your D&S space. So, you could simply forward the message to your upload address. It's not "one-click," but it's still pretty easy -- and it doesn't require you to make use of the local computer.

    well, the functionality is quite limited however. What is does is it converts the doc files into html and then publishes it online.....it doesn't allow other people to edit it...not soooo bad but of course people use to have much more expectations from google than what it is providing now as far as integration of gmail and D&S is concerned :-)

  34. Only Google D&S support OpenOffice formats by freakxx · · Score: 1
    and this is a "big" disadvantage when one is using non-google online services. I don't know why the hell ThinkFree is ranked top and Zoho second. Google D&S at least supports open-document format but it also has a limitation that it can't accept more than 500KB files.

    well, the conclusion seems to that use the local machine for editing etc. and then use google or whatever for only publishing purposes.

  35. The glaring problem with these... by Statecraftsman · · Score: 1

    is that you give your data over to a company you may or may not trust. Php packages like Wordpress, Metawiki, and Drupal have shown that hosting your own service with standard, open-source software can be a great thing. Why are there no popular open source office suites that you can host on your own server? The time is right.

  36. Online mission critical services are not there yet by Zadaz · · Score: 1

    Tried Google docs pretty extensively (back when it was Writely) It's functionality covers about 99% of what I need in a word processor. But it's slower than somethign running locally.

    However the big killer is that my documents go away when either the server goes down or the internet is unavailable.

    I can carry my laptop everywhere. I can't get reliable internet connections everywhere. Even reliable electricity is hard some places.

    It' a nice idea, and I'll try it again in a couple years. But I'd rather see a service that I can deploy on my own server so my documents are really the property of my organization.

  37. Spreadsheets, yes; WP, no? by Kadin2048 · · Score: 1

    Are you sure you are getting that on *word processing* documents? I think that I may have seen that when I've been sent a spreadsheet...but it's definitely not there on some DOC files that I've got in my Inbox.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  38. hmm by Anonymous Coward · · Score: 0

    You'd only be able to use it on machines that had emacs installed, but it would not be a huge deal to write elisp that would allow people to load and store files from/to a single centralized server (with seperate user accounts, and the ability to list what files a particular account had, once you were authenticated).

  39. HIPPA by caudron · · Score: 1

    Tell you what. I'm a consultant with many Healthcare industry clients. You give me a way to set up an online office server at the client's site to make the entire thing an internal app and I'll consider approaching them about it. Til then, every one of these apps is a HIPPA violation (i.e., a guarantee that the government will shut you down if you are in healthcare). Sorry, but I'm not going to send private medical history info to some random service just because they have a posted "privacy policy".

    That said, the idea is solid and there are industries for which maybe this is a good idea.

    Tom Caudron
    http://tom.digitalelite.com/

    --
    -Tom