In-Depth ajaxWrite Review
mikemuch writes "ajaxWrite is the first offspring of ajax13, Michael Robertson's (of Lindows and SIPphone fame) latest startup that aims to deliver a brave new line of web-delivered, AJAX-based apps. ExtremeTech today has an in-depth review of just how apt a replacement ajaxWrite is for the big installed word processors. It's a neat idea, but let's just say the web-based word processor has some catching up to do."
I find these new AJAX applications to be very interesting. While I don't think they can overcome the market share of MS Office in the near future, they're very portable on that library computer without a word processor installed.
Cogito, ergo sum, fosho!
I said this back when /. ran the first story about ajaxWrite, and I'll say it now - ajaxWrite isn't near OO.o's or Abiword's league; its competition is Wordpad... and Wordpad is winning. This article is just reaffirming what was so plain to see when looking at the app for 5 minutes.
Let's just say that writing client-side applications in JavaScript is a really bad idea. Why would anyone choose to write their application this way? It's an attempt to take something that was originally intended for linking together scientific documents, force fitting a layout language on top of it, which is still really beholden to the underlying document structure, then overlaying that with a scripting language, which is to say, various scripting language interpreters (one for every browser) to try and change the layout and the document on the fly.
That's what AJAX is - scientific papers posing as layouts posing as interactive applications. It's bad software practice, a misuse of technology, and an excuse for people to attempt to use limited skills to try to hack a simulated client side application, but one that is fundamentally asynchronous, difficult to debug, never provably functional (what browser are you using?) and just plain, well, bad.
Alright, enough ranting. Mod me down if you want, but when AJAX and "Web 2.0" crashes and burns, you heard it here, well, not first because I'm not the only one to say it, but, well, you heard it, okay? You are, of course, free to do whatever you wish with your time, but please just stop architecting applications like this. I want real applications, not browser-junior app... let... things.
JavaScript (ECMA) is slow and resource intensive. Even more so when communicating with a server. A portable document editor may be fine and dandy, but I'd really rather carry around a copy of Portable OpenOffice on one of my USB drives. While a real app may be large, at least it's full-featured and (mostly) responsive/stable. I don't know about you, but it would suck to have your net connection give out and lose everything since the last update.
Silence is golden... and duct tape is silver.
Now, there are some issues with real-time editing of a document by multiple people, my idea would be to have color-coded cursors for each editor so you could see where everyone is in the document (you can see how Excel cell highlights would work in a similar fashion). Overall, I think it can work, and I envision this is going to be hitting the workplace sooner than we all may think.
Not only do have to worry about your browser/os crashing, you have to worry about your internet connection flaking out too!
Brilliant!
Online word processing per se doesn't seem like a brilliant idea. On the other hand, there are programs that I no longer use; but I have lots of files generated by those programs. An online version of CorelDraw that I could use to translate old drawings into dxf or odg or something; that I would use. I have a zillion old autocad drawings that I need to access every now and then but I no longer have autocad. I would pay a bit to use an online version of autocad occasionally.
The same people who rolled this out, also have an AJAX video editor. The problem with editing video on a web interface is that all rendering must be done on the server-side. The problem with server-side rendering of video at or near realtime is the necessity of a renderfarm. The problem wth a renderfarm is that it costs money. The problem with costing money is that there's no way they can make any, except by charging ads, which won't be near enough. They could embed ads into the videos, but I still don't think that'd cut it. I'd only pay to have my vids rendered online like this if it was dirt cheap ($1 or $2/month), which a renderfarm isn't.
Silence is golden... and duct tape is silver.
I could understand if these guys were building a component for rich text editing for form fields, ala TinyMCE or such. But this seems to be...just completely bizarre?
Who is the target market user for this -- people who think Windows Write is just too convenient? Someone whose 486 didn't come with a Turbo button, so all their old text editing programs just run too fast?
It has all the features of Windows Write or Apple Textedit, with the stability and performance of a web browser! It's annoying enough to type out a response in a text field and have it get eaten by a network error or page refresh problem or browser crash -- do we really need to start losing entire documents?
Recursive: Adj. See Recursive.
This can't be AJAX, there are hardly any rounded corners at all.
Mod my comments down. It'll be fun.
But if you're stuck somewhere with an internet connection and Microsoft Word files to edit but no word processor, ajaxWrite might save your tail.
My friend emailed himself a document at his work which he saved in OpenDocument format only to find he could not open it in Word. ajaxWrite saved him from making a 1 hour round trip home to get it converted. It may not be Word but it does have its uses.
[Please type your sig here.]
The definition of a word processor needs updating.
One big document is not always how writers work. That's not how I work, that's not how I think. I like to write lots of different fragments, rearrange them, and then piece them all together later.
I use AJAX sticky notes at http://www.protopage.com/ as my word processor.
It doesn't look like a word processor - but then the decades old definition of a word processor I think needs to be updated.