Office Tools On The Web
ReadWriteWeb writes "What will be the primary elements of an Office Suite for the Web be? Who among the big or small companies is currently providing the best examples? ZDNet's Richard MacManus reviews the contenders for collaborative Web Office tools. Some of these products may well be acquisition targets this year for Microsoft and Google, as it is anticipated that both companies will release fully functional Web Office Suites sometime in the next few years."
Because I haven't heard of any of these things. Seems like if you want to contend with MS Office, you're going to need to get more notariety.
Web 2.0 == Giant Blogspam Circle Jerk
What are the advantages of having an online Office Suite? I'd say that the disadvantages include: security issues, slow speed, dependance on internet connection, limited features, harder to program, and probably many others. What is the point?
Religion for nerds. Stuff that really matters
Failure, I suspect.
What advantage does any web-based office application have to justify the incredible risks of allowing your data out-of-house and being dependent on a working Internet connection to be able to do anything?
If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
I find it completely insane that people consider Firefox, a browser where memory leaks are classified as "features," to be a viable application deployment platform. A web browser is only as strong as its weakest open window. The vast majority of browsers-with-no-extensions-installed have no protection against crashes at all. The only cure to this problem is auto-saving of documents.
Linux, Mac OS X, and even recent Windows releases are actually quite stable if you use good drivers. Why tie an important application to the weakest link in any system (the network) and a foundation that was clearly not made to handle such demands (a web browser)?
For more information, click here.
So we have hardware -> os -> browser -> web site -> office suite
Why not cut out the web site bollocks? Honestly, not everything has to be on the web. If I *really* wanted a centralised office suite I'd add a VNC server and connect over ssh.
Deleted
I have to completely and utterly disagree with you. Web pages are not the best place for web apps, nor will they ever be. And why should they? Web pages were meant for displaying originally static text. The fact that it can be made dynamic, is an add-on, rather than a thought out plan. AJAX/DHTML come off more as a kludge than anything else.
.net, Cocoa, GTK, or QT. There's a lot of work put in to those libraries. Unless you think those libraries are all fluff, then I'm not sure how you get from href's and text to something as complex as an office suite. And it is complex. If it weren't, M$ office wouldn't have the hold it does.
You want systems that were made for complex user interface tasks? Try
If you want a simple text editor that can do minimal tasks, sure, web interfaces are *okay*. But compare that to something like abiword, which is still free (or openoffice, if you want), and they *still* can't compare.
Why even try to do a web office suite? To make it cross platformable? Once again, abiword and openoffice have this covered. Remember, the internet consists of more than just webpages. There's lot of ways of transporting data. If you want something that can run anywhere, a solid crossplatform library should be used. QT and GTK are two good examples of this.