Slashdot Mirror


Google To Steal Office Web Apps' Thunder?

Barence writes "Google has stepped up its assault on Microsoft's productivity software with the acquisition of a start-up company that allows Office users to edit and share their documents on the Web. The search giant has acquired DocVerse for an undisclosed sum. Product manager Jonathan Rochelle said DocVerse software makes it easier for users and businesses to move their existing PC documents to the cloud, and that Google 'fell in love with what they were doing to make that transition easier.' Microsoft said in an emailed statement that Google's acquisition of DocVerse acknowledges that customers want to use and collaborate with Office documents. 'Furthermore, it reinforces that customers are embracing Microsoft's long-stated strategy of software plus services, which combines rich client software with cloud services.'"

14 of 151 comments (clear)

  1. Normal people hate web apps. by Anonymous Coward · · Score: 5, Interesting

    Most developers don't realize this, but average users absolutely hate web apps. They typically aren't anywhere near as easy to use as normal desktop applications.

    The ones who hate them the most are the long-time users who once were able to use real applications, but were forced into using "upgraded" web-based versions. They saw their productivity drop, and they're not happy about it. After all, they're the ones who then get stuck putting in longer hours to do the same job, just because of a supposed software "upgrade".

    As long as Google focuses only on the web, then Microsoft has absolutely nothing to worry about. Their desktop applications will always be superior to whatever web-based apps Google or anyone else might put out.

    1. Re:Normal people hate web apps. by TENTH+SHOW+JAM · · Score: 4, Insightful

      God have you seen google's idea of powerpoint?

      No, but since I have to sit through hours of badly presented Microsoft Powerpoint presentations, nothing can be worse. If Google breaks powerpoint to the point where presenters have to present data using whiteboards, OHPs, movies, handouts, and good old fashioned oratory, then count me in.

      --
      A sig is placed here
      To display how futile
      English Haiku is
    2. Re:Normal people hate web apps. by Monkeedude1212 · · Score: 4, Interesting

      Most developers don't realize this, but average users absolutely hate web apps. They typically aren't anywhere near as easy to use as normal desktop applications.

      That may be true - but its funny how these things always work out - its the developers who decide where the platform is, not the user. Developers are loving web apps. Why? It means you don't have to worry about installing your app, you don't have to worry about different versions, updating is a snap, support is a snap, and its accessible from almost anywhere. These "Upgraded" versions make a developer's and a support staff's life easier. So thats the way the market is going to go.

      As long as Google focuses only on the web, then Microsoft has absolutely nothing to worry about.

      Sounds like some famous last words. Like how Newspapers won't have to worry about internet blogs.

    3. Re:Normal people hate web apps. by vux984 · · Score: 4, Insightful

      It's the other way on. Developers hate web applications...

      Both wrong. :)

      Developers hate them and users hate them.

      Unfortunately Marketing departments, bean counters like them. (Neither of these groups actually use them of course, but based on their paradigm shifting synergistic sizzle coolness 2.0 and low support costs per table 16-1 in Appendix PHBs couldn't possibly resist foisting them onto their users even if they wanted resist. (But why would they resist... overseeing the deployment of paradigm shifting synergistic coolness that would save the company money on paper is what PHB promotions are driven by. Its resume gold.

    4. Re:Normal people hate web apps. by bencoder · · Score: 4, Funny

      Syntax error line 4. Expected )), got EOF.

    5. Re:Normal people hate web apps. by sortius_nod · · Score: 4, Insightful

      I really think you've started with a flawed premise.

      I've actually found that users LOVE web apps if they do what they're intended to do AND the company is willing to move beyond the IE6 sphere of stupidity.

      I was working for a media company and they deployed a web app that made it easier for journos to submit stories, the only desktop app required was used by the editors. No longer did they have to log in to a VPN and run a very network intensive publishing app via satellite from remote places just to submit the story. They could submit stories written in say notepad and copied & pasted into this app. The same company uses many other web apps that users like. The only time there's a complaint is when the developers screw up and break the app. This happens with ALL apps (same publishing app mentioned before broke almost weekly and it is not a web app).

      There's many other web apps (including Google Documents) that are giving users a fresh look on web apps. While I can understand people's hesitations, I remember the good old days of crummy web apps crashing your computer and chewing processor time like there's no tomorrow, I do feel that we'll see a fundamental shift from local to cloud apps in the near future by choice. My father at 67 has moved entirely to OpenOffice with Google Docs sync as he writes a lot on the road. For me, this is a sign of just how little hold Microsoft really has on the end user market.

      It seems the ONLY people I see complaining these days are people who work in IT. I'm not sure if these people have just not spoken to their users in 10 years, the web apps they deploy are crap, or that they fear their own expendability in the coming years.

    6. Re:Normal people hate web apps. by Monkeedude1212 · · Score: 4, Insightful

      Then you aren't implementing AJAX properly. You can tell when a request is launched, when its started its return, and when the information you've requested is successfully back. Albeit, this is not an easy thing to learn - but once you've got it down it makes Web Apps a whole lot easier.

      When you've got a network issue - it's going to affect your Desktop App or your web app. Latency is latency - the only difference is a desktop app will wait for the network, a web app you have to tell it to wait (or you can tell it to do something else, if there is other stuff to do).

      I find Web Apps easier to debug, because its running off of a single server, not the client. So "duplicating" the error is as easy as repeating the steps the user did. I do not have to make sure my environment is configured exactly like theirs.

      Perhaps your dissatisfaction falls into the way things are implemented in your work environment. I get the feeling YOU didn't choose the "CSS, PHP/Python/Java and Javascript backending some database " but someone else did, and now you're stuck maintaining (meaning cleaning up) their mess.

      I have never had a real issue using AJAX with an ASP.NET front end, C# or VB back end, handling an Oracle/MySQL Database. Everything within that architecture is designed with the others in mind - and it makes programming a dream.

      And if your company is willing to dish out the cash for some AJAX user controls - like Telerik or something, you don't even have to deal with AJAX all that much, and most of your code is written for you.

    7. Re:Normal people hate web apps. by CopaceticOpus · · Score: 4, Insightful

      This sort of thinking is the same as what inspired the Newsweek article from 1995 which was discussed earlier today. That article predicted that the internet would never catch on because it was hard to use in its current form. You have to remember that the platform is going to continue to improve and be refined.

      Already, the Google apps are easy to use for basic tasks. They load quickly, and while they may lack certain features and polish that can be found in the latest version of Office, they are quite usable. They're only going to get better, and browsers and PCs are only going to keep improving. There isn't much that can be added to Office for 95% of users, so the gap will close.

      The biggest advantage to web apps is file management. I don't have to consider where my files are stored, or which computers have access to them. I don't have to worry that I have two different versions if I worked on a file remotely. I don't have to worry about what happens if my hard drive crashes. Users hate worrying about those things.

  2. Lock-In by headkase · · Score: 4, Insightful

    What isn't in Microsoft's press release and what I'm sure Google is actually doing is making it easier to get your Information out of Office. Whittle away, bit by bit.

    --
    Shh.
  3. Let's see some of these "real web apps". by Anonymous Coward · · Score: 4, Insightful

    Come on, bub. Show us some of these "real web apps". I sure as fuck haven't seen them. Every web app I've worked with has been shit.

    Google's web apps are good compared to most other web apps, but pale in comparison to real desktop apps. Thunderbird is much nicer to use than GMail's web UI. Even Outlook is more functional, and Outlook is a piece of crap itself.

  4. Translation of Summary: by BJ_Covert_Action · · Score: 4, Funny

    DocVerse says: That's right ladies, I'm dating Google now. I know there are rumors of him having other girls, but what can I say? He doesn't follow any of the rules! Besides, I hear his data centers are HUGE!

    Google: Yeah boys, DocVerse is a cute little thing to be sure. I'll protect her as long as she puts out.

    Microsoft: You damn kids with your free spirited sex and cloud-computing-rock-and-roll! Get off my lawn you patchouli-scented, long-haired hippies!

  5. Re:Cloud by ajs · · Score: 4, Interesting

    Great, more JavaShit-ridden bloatware

    So, JavaScript makes it bloatware? Last time I checked, Google Docs was faster loading by large factor than OpenOffice, MS Office or any of the other WP/Spreadsheet apps out there. How do you define "bloated," here?

    that stores all your stuff on someone else's server

    You make it sound as if that comes with no advantages. There are dozens ... here are a few.

    • Google's reliable storage which is backed up for you
    • documents and be shared or collaborated on with other users
    • the options for publishing to and interacting with the Web from docs is, frankly, a game-ender for locally hosted Office suites.
    • The ability to continue to access your documents even if your new computer is a different OS or hardware vendor with no purchased software.

    One demo of the idea of publishing data to the Web that blew me away was in Google's Official Blog about their public data sources, where they plotted a time-series of world fertility data. There's lots of decent examples on the Google Docs official blog as well.

    There's also the fact that all Google applications allow you to export your data to local apps, if you wish. The Open Office format export is quite nice in Google Docs (import is OK, but at least for the spreadsheet it has a ways to go).

    while feeding you a steady AJAX-based stream of ads.

    Only if you don't want to pay for it. Google Docs via a premium Google Apps domain does not have ads.

    The only reason this stuff is so popular now is because people won't pay $99.99 for a MS Office license anymore so instead MS/Google are writing server-side adware to try and get the $99 from advertisers over a couple of years.

    Ah... no. That's the reason that they're doing it, not the reason that it's popular. The reason that it's popular is that it's useful and free (again, if you don't want to pay for the ad-free version).

    Stuff your anti-spyware scanner would automatically delete for you if it was being run locally.

    Most anti-spyware scanners don't give a rat's petard about applications that show ads or applications that store files remotely. Typically, the goal is to ferret out software that does either without the user's knowledge or ability to prevent. In both cases, Google Docs is 100% opt-in and entirely friendly to those who wish to opt out later on.

    Web application == Remotely accessed spyware

    If your definition of spyware is any Web site that records your activity on the site or saves documents that you create for later use, then you need to include every ecommerce site on the planet. I don't think that's a definition the majority of the technical community would agree with.

  6. Re:Cloud by ajs · · Score: 5, Insightful

    How do I get Google Office to load in the less than .5 seconds it takes the various Office apps to start on my local system?

    What Office apps are you using? I'm using Open Office and I just opened the spreadsheet app. it took exactly 11sec to open and present a blank spreadsheet.

    On the other hand loading a 2-page long existing document in Google Docs just took 2 seconds (that's with a trans-national proxy through my company's gateway in the middle) in a browser that had not previously visited Google Docs (and thus had no cached JavaScript, etc.)

    My experience with MS Office is that it's faster than OOo, but slower than Google Docs.

    However, both MS Office and OOo speed up significantly once you've already loaded them once on most platforms. Why? Because they stay resident, taking up system resources. You can do the same thing in your browser with Google Docs. Just keep a tab open with Google Docs and all of your documents will come up faster.

    The real bottom line isn't a matter of benchmarks, however, it's that the original poster's claim that Google Docs was "bloatware" ignores the fact that it's an implementation of a very large system which is at least as bloated in every fully-featured implementation.

  7. Re:market proof. by MrNaz · · Score: 4, Interesting

    I like how the Microsoft icon is Bill Gates as a Borg, but Google is just the logo.

    Given that Google is the company spending its endless flow of advertising dollars acquiring everything in sight, the icons really ought to be the other way around.

    --
    I hate printers.