- Related Stories
-
Hosted application scrubs up with AJAX
November 7, 2005 -
Ajax gives software a fresh look
October 4, 2005 -
From Web page to Web platform
August 16, 2005 -
Will Ajax help Google clean up?
March 17, 2005
These new techniques are even reviving efforts to create what was once considered impractical: online alternatives to Microsoft Office.
The launch of high-profile Web services, notably Google Maps, which provided a noticeably better user experience than traditional Web sites, helped publicize the Ajax technique. Now, dozens of start-up companies are using it to create hosted versions of desktop applications, from word processors to project management software.
But rather than simply replicate Microsoft Office online, many of these Web applications, sometimes referred to as Web 2.0, focus on publishing and sharing information over the Net.
The base Ajax technology--which uses the JavaScript language and other Web standards--was invented in the 1990s.
But not until recently--around the time the term Ajax was coined in February--have a large number of developers and entrepreneurs grasped the new opportunities Ajax presented, according to analysts and entrepreneurs.
Google's use of Ajax this year helped demonstrate how Web applications could rival the look and feel of existing desktop applications. And wider adoption of Web standards in browsers has given developers some assurance that Ajax applications will run on most PCs.
"When Ajax came out earlier this year, companies started sprouting up everywhere," said Richard Monson-Haefel, a Burton Group analyst. "These start-up companies with smart developers can take Ajax and without any constraints some (tool) vendor set up, can do anything they imagine."
Interactive Web pages built with multimedia tools such as Macromedia's Flash and Flex have been around for years. These so-called rich Internet application tools will continue to exist for sophisticated tasks, but Ajax fits the need for simpler jobs, like adding interactivity to an existing Web site, Monson-Haefel said.
The ability to build a better Web is paving the way for hosted services funded by advertising or subscriptions. That's a shift from the traditional desktop software model where customers pay an up-front fee to install software onto a single machine.
Microsoft, the dominant supplier of desktop software, is moving aggressively, if belatedly, into Web-based application services.
The company realigned its business units around software services and in November launched the Live.com initiative, which includes many services stemming from its MSN division. Many of these Live.com services, such as Hotmail (to be called Windows Live Mail), rely on a revamped front end built using Ajax.
Ajax Office?
The growing use of Ajax--and Microsoft's embrace of services--has spurred discussion of Web-based Microsoft Office replacements. Some companies have already done online productivity applications, but are now making Web-based communication an integral part of their offerings.
For example, Writely is an online word processor. But the greater value of the system is the ease with which people can collaborate and share their Web pages, said Sam Schillace, co-founder of the four-person outfit, Upstartle, which created Writely.com.
"In the last four or five months after we launched, people said we were crazy. Why would anyone edit a document in a browser?" Schillace said. "Now you see Microsoft and Google doing the same. So we've gone from crazy to conventional wisdom in six months."
Google has decided to dedicate some of its workers to the OpenOffice open-source project, which has led to speculation that it will offer a hosted productivity suite.
Microsoft, meanwhile, hasn't announced plans to offer a fully hosted version of Office. The company last month said that it plans a new service called Office Live for small businesses to track customer accounts or manage contacts. But that service will augment, not replace, Office. Office Live will come in both ad-based and subscription versions, Microsoft said.
Another start-up that has been building Web-based Office-style applications is Silveroffice, creator of gOffice. This site offers word processing and printing and intends to soon launch an online spreadsheet and presentation software. A service to convert documents to Adobe Systems PDF format is planned for January, said Kevin Warnock, founder and CEO.
gOffice applications are free to users and funded by ads. The company intends to offer subscriptions for customers, particularly
See more CNET content tagged:
AJAX,
start-up company,
Microsoft Windows Live,
Web application,
desktop software






http://www.sundialsystems.com/articles/workspaceondemand.html
in fact, if anything, it was invented by Netscape/Sun when they introduced javascript and liveconnect.
IE dabbled with Remote Data Script(Not great security wise).
Microsoft is definetly deserves some credit for AJAX.
Google deserves credit for making it popular.
you use in the application are essentially published for others to
read as they wish. Many organizations look at this as access to
provide targeted ads, But that's about the most benign option.
Security is totally shot to h--- in this approach.
I don't intend to get paranoid about it, but I'll stick with
applications that aren't built to blab.
Early versions of Netscape supported JavaScript. This is the technology that really created opportunities to bring the browser to life. Combining JavaScript and HTML created a number of ways to communicate with the server asynchronously. One way was to use hidden frames and do form submits. Form submissions thru hidden frames allowed sending and receiving information without the user experiencing page reloads. Another way is to take advantage of the capability to dynamically load images. The capability was created for image rollovers, but you could co-opt this capability via a technique called "GIF data pipes" (http://depressedpress.com/Content/Development/JavaScript/Articles/GIFAsPipe/Index.cfm) By attaching cookies or query string parameters to the request for an image you could communicate with the server and the server could respond by sending cookies down with the new image.
JavaScript provided a number of ways to render content on pages. The earliest that I am aware of is "document.write()". I used to call this poor mans DHTML because it worked in nearly every browser even Netscape version 2. The capabilities in browsers have definitely evolved for the better. NS 4 introduced layers, they were limited in functionality, but wow were they exciting at the time. With the later introduction, IE 4 Microsoft introduced some eye popping DHTML capabilities.
My point is that even with old non-Microsoft technology you could AJAX. I totally agree that Microsoft took these technologies and enhanced them, but they by no means invented them. I'm sure there are earlier examples of this capability, I just wanted to point out that in browsers this capability has been around for quite some time.
Another point is that developers didn't just realize that AJAX was great; many have known it since the Netscape 2 days. The problem is that users had all sorts of browsers. Some supported X some supported Y other didn't even know what X & Y were (links anyone?). When google released google maps it was just an "ah-ha" moment. All of the sudden the mantra beaten into web developers heads: "build to the lowest common denominator" seemed very outdated. We still though of the lowest common denominator as NS 3 or NS 4. The real change here is that people have upgraded their browsers. Now we can pretty much be assured that the user is running IE 5 -6, Firefox 1.x, Safrai, Opera, KHTML or some other browser with all these great capabilities. Consumers of the web have been slowly changing browsers all these years, the thing is we just noticed it all at once.
Regards,
-eric
>> tools will continue to exist for
>> sophisticated tasks, but AJAX fits the
>> need for simpler jobs
Not quite.
AJAX not only revives the user experiences, but also explores better programming models that make sophisticated app easy to develop.
The ZK project, an open-source Web framework, is an example. Details at http://zk1.sourceforge.net and demo at http://www.potix.com/zkdemo/userguide.
http://en.wikipedia.org/wiki/Ajax_%28programming%29
http://en.wikipedia.org/wiki/XMLHTTP
mj
http://www.junglemungle.com
Choose "web application" or "desktop application"? Rich-Internet or a Smart-Client Application?
http://www.codeguru.com/csharp/csharp/cs_misc/designtechniques/article.php/c13369/
by Oren Cohen Shwartz