Slashdot Mirror


Google "Office" Released

pumpknhd writes "Looks like Google has finally integrated Writely and spreadsheets into Google "Docs & Spreadsheets". Writely.com now redirects to this new location. The design has also changed to match the look of other Google services." The more "applications" I try forcing into a tabbed web MDI model under a Mac, the more clumsy it gets. They aren't in my Dock, they can't be apple-tabbed through. Issues like this really frustrate me as I find myself wanting to use more web2.0 ajaxy fancy pants programs.

12 of 394 comments (clear)

  1. Neat Tool, What About Adobe? by eldavojohn · · Score: 5, Insightful
    So while I was fooling around with this, I couldn't help but notice that it has the option of saving to a Portable Document Format (PDF) which, according to Wikipedia is:
    a file format proprietary to Adobe Systems for representing two-dimensional documents in a device independent and resolution independent fixed-layout document format.
    I bolded the word that has caused Adobe to sue Microsoft. My question is simple, doesn't Google face the same kind of lawsuit?

    If I may comment more generally on this, releasing the Acrobat reader a long time ago for free use to anyone was ingenious of Adobe. Because the Writer/Creator for those files once cost tons of money (back then). Today, it's a bit cheaper but I still love and cherish the PDFCreator project under the GPL.

    Really causes one to wonder how 'free' something is when it comes to standards. Now we'll just have to wait and see if Adobe begins to sue everyone who wants this functionality in their application. A lot of people I talk to regard PDF as an 'open' standard when the only part that's free is the ability to decode it--not encode it.
    --
    My work here is dung.
    1. Re:Neat Tool, What About Adobe? by mccalli · · Score: 5, Insightful
      A lot of people I talk to regard PDF as an 'open' standard when the only part that's free is the ability to decode it--not encode it.

      Not so - witness OS X. It encodes PDFs with wild abandon without paying anything to Adobe. The PDF standard is published and can be implemented by anyone.

      I've honestly no idea why Microsoft backed down against Adobe. Perhaps it's because of the monopoly status or something, but what they wanted to include in Office seemed perfectly reasonable to me. after all, I'm used to doing the same thing with NeoOffice/OpenOffice and also with any application that prints on a Mac. Linux uses could say the same thing, and I'm sure I remember a freebie printer driver on Windows that creates PDFs as well.

      Cheers,
      Ian

    2. Re:Neat Tool, What About Adobe? by RevMike · · Score: 5, Insightful
      I've honestly no idea why Microsoft backed down against Adobe. Perhaps it's because of the monopoly status or something....

      Exactly. One of the restrictions placed on a monopoly is that they can't use their monopoly status in one area to help them create a monopoly in another area. By adding PDF capability to Office, they would be expanding their near-total monopoly in "Office" to create a second monopoly in "PDF authoring tools".

      Apple, not having a monopoly - at least in the personal computer space - has more flexibility to add a feature like this.

  2. 500k? by jbreckman · · Score: 4, Insightful

    Why the 500k limit? I have 2.5gb in my gmail, but I can only upload a small word document.

    Anyone know why this is there?

    I would start recommending this to people if they could actually use it in the real world, but word documents get pretty big. It happens. They should be able to deal with it.

  3. Re:Problems with AJAX by nblender · · Score: 5, Insightful

    Of course it doesn't sit well with you, Mr. Computer Professional. But we're getting to the point where Grandma just needs a kernel with a browser in a ramdisk. She doesn't even really need a 'disk'. She doesn't need a grandchild sysadmin to de-worm her computer every 6 months. Everything she wants to do can practically be done online now.

  4. Re:Problems with AJAX by Smidge204 · · Score: 4, Insightful

    I think that a lot of what irritates me is that the sort of things that are being made are largely things that already exist. I have Abiword and OpenOffice and KOffice installed, and they are better

    Keyword: "installed"

    No argument that there exists plenty of standalone, purpose-made applications that do a better job, but they need to be downloaded and installed.

    If you happen to use a computer that isn't yours you can still access your documents in "native format" with a consistent interface as long as the computer has a javascript capable browser installed... and any computer with internet access is practically guaranteed to have a web browser installed. Consider things like editing your documents at a library if you're out of town, or any other public web access kiosk you might find. Borrow someone's laptop for a few minutes, etc.

    Of course, if you don't encounter those situations you may as well use a dedicated application - it's all about the right tool to suit your particular needs.
    =Smidge=

  5. Re:Goffice? by P(0)(!P(k)+P(k+1)) · · Score: 5, Insightful
    I'd never think to use either one for the other purpose.

    But you may not be doing serious work, then.

    Let's say you have a five-hundred-fold bibliography: how are you going to port it between publishable papers if not in BibTeX?

  6. Re:Goffice? by cyclop · · Score: 4, Insightful

    LaTeX is an unnecessary pain in the ass for non-mathematical writing where a WYSIWYG editor will suffice

    Biting the flamebait here... you are (bzzt!) wrong. I wrote my graduation molecular biology thesis (almost no math involved) in LaTeX. I learned LaTeX for that purpose, and looking at my collegues struggling with word processors compared with the damn ease and elegance of LaTeX, I'd never turn back.

    I wish my boss let me write research papers with LaTeX too *sigh*.

    --
    -- Patent no.123456: A way to personalize /. comments with a sig attached to the end.
  7. Re:Problems with AJAX by LordKronos · · Score: 4, Insightful

    You forgot about the collaboration part. For most people, sharing a word document with others would consist of emailing the file back and forth, keeping track of who has the latest version, and making sure no 2 people try to edit it at the same time. Yeah, you could use FTP or something, but that doesn't solve all of the problems, and that's beyond what a LOT of people would know how to do.

    Now look at Google Docs. It handles all of that for you. Just grant someone access to the document and they can instantly edit it. Everyone always has the latest version. In addition, it allows multiple people to simultaneously edit the document and instantly merges those modifications together in real time. I shows you what parts other people are editing, and gives you chat ability so you can discuss those changes together.

    This would be great for a group of students working on a research report. You write the outline together, then each person takes responsibility for researching a subsection of the topic and fills in that part of the report as they go. You can review what the others in your group are doing, so you can see what progress people are making (or not making). If you see something that conflicts with what your research has uncovered, you can point that out. Likewise, if you learn something that it looks like they missed, you can suggest they add it.

    I've never seen a feature like this in MS Office, Open Office, or any other office suite.

  8. LaTeX by manastungare · · Score: 5, Insightful

    Think of it as a cross between markup and a programming language for writing papers. There's an edit-compile-test cycle; results are completely predictable; modern editors are almost full-blown IDEs for LaTeX. It integrates well into multi-user editing scenarios: you can check in your source tex files into CVS or subversion, and get free version control with diffing capabilities. Try that with a binary format.

    How many times have you struggled to get an image placed just right in a popular WYSIWYG text editor? How many times has your favorite WYSIWYG editor added a page to your report that makes it go over the page limit, minutes before a critical submission deadline?

    The little time spent in learning the language far outweighs the advantages it provides. Give it a try!

    1. Re:LaTeX by 99BottlesOfBeerInMyF · · Score: 5, Insightful

      There's an edit-compile-test cycle; results are completely predictable; modern editors are almost full-blown IDEs for LaTeX.

      A lot of programing is done with IDEs these days, for a reason.

      It integrates well into multi-user editing scenarios: you can check in your source tex files into CVS or subversion, and get free version control with diffing capabilities. Try that with a binary format.

      I think you're making three mistakes here. First, LaTeX is a layout application, than many people use for word processing. You can't compare it to MSWord and assume you've done a comparison of WYSIWYG versus markup. Second, you're discounting the learning curve and its affect upon collaboration. Third, you're equating LaTeX with text based format and word processor with binary, and that is just plain wrong.

      Collaborating with LaTeX is a pain in the butt in almost every instance I've used it because their are invariably people who don't know the language and who then have to learn it, greatly slowing the whole process. As for CVS and Subversion, I often use them to check in both binary and XML files from other word processors and layout applications and collaboration with them is not a problem using these tools.

      How many times have you struggled to get an image placed just right in a popular WYSIWYG text editor?

      Never, as text editors don't support images. I've often placed images with ease in an exact location, however, using WYSIWYG layout programs, which I find to be much, much easier to use and more flexible for that task than LaTeX.

      How many times has your favorite WYSIWYG editor added a page to your report that makes it go over the page limit, minutes before a critical submission deadline?

      Never. If I have a page limitation, I'm almost certainly using the right WYSIWYG tool, like InDesign, Framemaker, Quark, or the like (depending on the particulars).

      The little time spent in learning the language far outweighs the advantages it provides. Give it a try!

      I use LaTeX for certain projects and it is even the best tool I know for certain types of projects. You seem, however, to have compared it to MS Word for certain tasks and concluded that it is superior and everyone should switch to LaTeX. This is not very good advice. Most people, performing normal tasks would be a lot better off with some of the WYSIWYG tools available, or better yet a hybrid tool like InDesign that allows the user to edit both the markup and the WYSIWYG view. It even uses the same basic layout engine as LaTeX, but you don't have to mess with all the hacks to get color and graphics and the like to function smoothly and you don't have to build it constantly to see the end result. Give it a try!

  9. LaTeX support for scientists? [Re:Goffice?] by j.leidner · · Score: 4, Insightful

    > I'll stick with LaTeX, thanks; but Goffice's real-time collaboration-feature may make concurrent editing easier
    > than under SVN.

    It would be nice if Google added LaTeX support to Goffice, because a lot of scientists author papers together in a distributed
    collaborative scenario, and the workflow usually consists of mailing fragments and drafts around (ugh!) for the
    majority, while a minority of more technically versatile researchers use CVS/SVN, both of which approaches suck
    big time.

    So Google, if you read this, please give us a SCIENTIST'S WORKBENCH to author papers more effectively :-). (Thanks in advance!)