Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Open Source Software

WebODF: JavaScript Open Document Format Editor Deemed Stable 91

oever (233119) writes with news that WebODF (an Open Document Format editor written entirely using Javascript and natively rendering the XML document using CSS) 0.5.0 has been released, and the developers are declaring this release stable enough for every day use. TheMukt chides Google for not supporting the OpenDocument Format well and claims that the newly released WebODF 0.5.0 in combination with ownCloud is the answer to this deficiency. A WebODF developer blog highlights all the goodies in the first WebODF release where the text editor is considered stable and made available as an easy to use component. These include extensive benchmarking, unit testing, and advanced HTML5 techniques to give the editor a native feel. There's also touch screen support, and better support for real-time collaborative editing. A demo shows off a few of the features.
This discussion has been archived. No new comments can be posted.

WebODF: JavaScript Open Document Format Editor Deemed Stable

Comments Filter:
  • Re:javascriptards (Score:5, Insightful)

    by Shados ( 741919 ) on Wednesday July 02, 2014 @10:53AM (#47368651)

    Because modern browsers are the closest thing we've ever gotten to an actual cross-platform ecosystem with an efficient distribution system baked in. While not 100% by any mean, we're pretty close to a point where you write an app for Chrome, and it will just work in other browsers, including IE back a few versions. You have to make sure not to use certain features, but you don't need annoying abstraction libraries like you would in native code to support *nix vs Windows, nevermind mobile operating systems.

    And because of that, the ecosystem around the language is blooming, and the code written can then be used in other environments, like server/client (node.js) and data (mongo). The language sucks, but what was made around it is blissful.

  • Re:javascriptards (Score:1, Insightful)

    by Bing Tsher E ( 943915 ) on Wednesday July 02, 2014 @11:30AM (#47368977) Journal

    Seriously? It doesn't matter if you have admin rights? And thus no means of local storage? So we should all push our documents out 'on the cloud'? So Google or Microsoft has control of everything we do? We should push them out onto 'the cloud' running binaries on machines we don't have admin rights to, giving out passwords each time we do?

    I like local storage. It goes beyond liking, actually. I expect local storage. Crap like this just makes it easier for software publishers and 'services' to eliminate the need for, and thus the access to, local storage.

    Plus, dinks who write web pages aren't programmers. No matter how many 'script' tools they heft around.

  • Re:javascriptards (Score:5, Insightful)

    by narcc ( 412956 ) on Wednesday July 02, 2014 @11:41AM (#47369085) Journal

    You're drowning. Sorry, but reality doesn't agree with your uninformed opinions. JS has been impressively stable, and cross-browser issues have been negligible for a long time now -- none of which, I'll remind you, have been language implementation compatibility issues.

    Listening to you, one would think that the web barely functioned, with users needing multiple browsers, and various versions of each, to use a handful of sites. That's clearly not the case.

    Here in reality, the web is developing nicely in to a convenient application platform. JS is an impressive language, far more sophisticated and capable than the alternatives you've suggested. (New and constructor functions were the big mistakes, leading to all sorts of confusion, and later hate, for those who didn't take the time to learn the language before using it. Luckily, they're unnecessary. Try actually learning the language. I'll bet your opinion will quickly change.)

    also, bet your shit doesn't run on the browser on my son's non-smart net10 phone

    I'll bet your python program doesn't run either. What was your point again? That you don't like JS or that the web is incapable of being used exactly how it's being used?

You knew the job was dangerous when you took it, Fred. -- Superchicken

Working...