Comments on: Ajax gives software a fresh look
Messaging company Zimbra is one of several companies betting that Ajax-style Web development will shake up the PC software market.
Messaging company Zimbra is one of several companies betting that Ajax-style Web development will shake up the PC software market.
December 8, 2009 12:01 AM PST
December 8, 2009 12:01 AM PST
December 7, 2009 10:50 PM PST
Add headlines from CNET News to your homepage or feedreader.
More feeds available in our RSS feed index.
Related quotes
Microsoft invented this concept in 1996 and is still used under the term XMLHTTP. Jesse James coined the term AJAX for the same methodology.
The reality is rest of the world is using it and getting all the hype too late. Some did good implementations of the same like Google Maps.
By 1997 there were several implementations of this technology, along with samples and case studies. So in short Microsoft is not catching up, rest of the world is...
I see mention of usability a lot in relation to Movable Buttons etc, but that all has to do with CSS and JavaScript. XMLHTTP (AJAX as it is being called now) is simple HTTP call to retrieve XML (for that matter it could even be CSV, or plain text data) and then leveraging JavaScript to render it on browser as needed.
Refer to http://en.wikipedia.org/wiki/AJAX link for more information.
Last thing any company should do is to plan how to make money with this technology rather than plan to beat the inventor (Microsoft) itself.
Microsoft invented this concept in 1996 and is still used under the term XMLHTTP. Jesse James coined the term AJAX for the same methodology.
The reality is rest of the world is using it and getting all the hype too late. Some did good implementations of the same like Google Maps.
By 1997 there were several implementations of this technology, along with samples and case studies. So in short Microsoft is not catching up, rest of the world is...
I see mention of usability a lot in relation to Movable Buttons etc, but that all has to do with CSS and JavaScript. XMLHTTP (AJAX as it is being called now) is simple HTTP call to retrieve XML (for that matter it could even be CSV, or plain text data) and then leveraging JavaScript to render it on browser as needed.
Refer to http://en.wikipedia.org/wiki/AJAX link for more information.
Last thing any company should do is to plan how to make money with this technology rather than plan to beat the inventor (Microsoft) itself.
http://www.sitekreator.com is just one example.
http://www.sitekreator.com is just one example.
I assume large companies that feature redundant servers and well-staffed IT departments wouldn't be as concerned about Internet accessibility, but for SMBs with less predictable network uptime, I can assure you that AJAX-style applications will be perceived a bit more cautiously.
I assume large companies that feature redundant servers and well-staffed IT departments wouldn't be as concerned about Internet accessibility, but for SMBs with less predictable network uptime, I can assure you that AJAX-style applications will be perceived a bit more cautiously.
So, when you drag Google's map around on your screen, the javascript can simply get the new needed map sections to load, not a whole new page.
Any web developer will tell you that it is a relatively simple matter to run a web server on your system that only serves locally, not out to the internet.
Web apps can be developed that allow snapshots of files and data to be cached on the local system, as well as getting data from a remote server, so that 100% uptime by a server is not so necessary, if you also have the option of running a simple local service.
The point is that there is a lot of flexibility here, and the lines are getting ever grayer.
If the idea of running a local server seems too foreign, think about the distinct possibility that you are already doing so. Run a spyware check recently?
So, when you drag Google's map around on your screen, the javascript can simply get the new needed map sections to load, not a whole new page.
Any web developer will tell you that it is a relatively simple matter to run a web server on your system that only serves locally, not out to the internet.
Web apps can be developed that allow snapshots of files and data to be cached on the local system, as well as getting data from a remote server, so that 100% uptime by a server is not so necessary, if you also have the option of running a simple local service.
The point is that there is a lot of flexibility here, and the lines are getting ever grayer.
If the idea of running a local server seems too foreign, think about the distinct possibility that you are already doing so. Run a spyware check recently?
That is the reason we founded the ZK project: make AJAX transparent to app developers.
ZK is an open-source Web framework ( http://zk1.sourceforge.net ), and Live Demo at http://www.potix.com/zkdemo/userguide.
ZK has the following characteristics.
* XUL-based Components and Markup Language.
* Event-Driven Model.
* Server-Centric Processing.
* Script in Java and EL Expressions.
That is the reason we founded the ZK project: make AJAX transparent to app developers.
ZK is an open-source Web framework ( http://zk1.sourceforge.net ), and Live Demo at http://www.potix.com/zkdemo/userguide.
ZK has the following characteristics.
* XUL-based Components and Markup Language.
* Event-Driven Model.
* Server-Centric Processing.
* Script in Java and EL Expressions.
- by vipinc007 March 27, 2009 1:37 AM PDT
- There is an alternate way to implement ajax technique.
- Like this Reply to this comment
-
Showing 2 of 2 pages (61 Comments)Please check the link for the new technique
http://vipinc007.blogspot.com/2008/09/by-now-nearly-everyone-who-works-in-web.html