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

 



Forgot your password?
typodupeerror
×

AjaxWrite to "Compete" with MS Word 390

prostoalex writes "Michael Robertson (of MP3.com, Linspire, SIPPhone, GizmoProject and MP3Tunes.com fame) is launching a Web-only competitor to Microsoft Office by creating a suite of applications replicating Microsoft Office look and feel. From the posting: "But ajaxWrite is just the start. We have a library of applications we have been working on to replace most of the standard PC software titles. Every week we will launch a new sophisticated program on Wednesday at 12:00 PST on ajaxlaunch.com. These programs will push the boundaries of what people believe is possible today with web-delivered software. These programs look and operate much like their traditional software cousins, but are cross-platform, loaded dynamically, and are available to users at no charge. I'm convinced if you try a few of these products you will understand how the software business will fundamentally change." ajaxWrite is the first launched product."
This discussion has been archived. No new comments can be posted.

AjaxWrite to "Compete" with MS Word

Comments Filter:
  • by Alioth ( 221270 ) <no@spam> on Thursday March 23, 2006 @05:18PM (#14983436) Journal
    When I learn a new language or technology, I like to start out with a couple of small well defined projects in which I can do the entire thing by hand - no fancy code generators or other IDE help, so I can understand truly what goes on underneath. I find it really helps. I've done it for C. I've written code using raw Xlib rather than toolkits when learning about X. I've written code using the Win32 API when learning about Windows.

    Of course I decided to do the same with AJAX - use no fancy tools and code something small but useful completely by hand to understand what goes on. I wrote an application monitoring web app for our distributed app at work to give a nice graphical display and enquiries. It works well enough.

    However, I could never shake the feeling that AJAX was what the RAF calls 'graunching' - forcing several components together that don't really fit properly. Writing a GUI in a web browser just felt awkward and wrong. Also, you had to be very careful how you did things especially if you have 30-odd info panels on your browser window - otherwise it's breathtakingly slow. Of course, an AJAX framework would have these (very necessary) optimisations - but AJAX really does seem incredibly inelegant.

    Additionally, the X in AJAX doesn't really belong - if you run a protocol analyzer, you'll find XMLHTTPRequest doesn't actually send XML at all unless you explicitly send some XML. In fact it sends any plain text you pass it, and receives plain text back quite happily. But I suppose if it was called AJA it wouldn't be very buzzword compliant.
  • by RPoet ( 20693 ) on Thursday March 23, 2006 @05:40PM (#14983640) Journal
    In contrast, Java was not designed to do server-side code, and is making less sense in that application as platforms that offer better time-to-market for server-side development become accepted.

    Java wasn't "designed" for anything specific; it was designed as a general-purpose language and platform. It fits very well in the large server-side application domain, and is being used there more and more. Not sure where you get your impressions.

"If anything can go wrong, it will." -- Edsel Murphy

Working...