Home
Tech Tutorials
AjaxThe Capabilities of Ajax
Author: ajaxwith.com Published: 8th May 2007 Visited: 372 times
The Importance of Ajax on The Java Platform If you have used Flickr or Gmail you should be well aware of the fact that new web applications are becoming prevalent on the web Many of these applications are prominently seen in programs like Flickr and you are probably wandering what makes them distinct from traditional web applications The primary difference between traditional web application
Read Article Sponsored Links
Related Articles
• Optimizing Ajax Based Applications Ajax is all about speed and interactivity Without these features using Ajax for building a specific application or website is just useless Developers have to ensure that they build applications that will cater to the immediate need of their users They have to optimize their application before releas ...
• Approaching Degradable Ajax Degradable Ajax is a highly efficient technique used by developers to ensure compatibility in any platform and medium From regular browsers to mobile phones degradable Ajax ensures that the application will be rendered and will have the same interactivity Most of the mobile phones today cannot read ...
• ASP.NET AJAX AutoComplete Control ConvincingMail AutoComplete is an ASP NET AJAX extender that can be attached to any TextBox control and will associate that control with a popup list to display items that returend by the webservice for the prefix typed into the textbox Starting from version 2 2 your can specify an html template to ...
• DHTMLX Ajax Components Suite DHTMLX dhtmlx com is pleased to announce the update of its dhtmlxSuite a complete suite of Ajax enabled components for building rich web interfaces Version 2 0 brings a new approach to building application interface simply by arranging its modules via newly introduced dhtmlxLayout control It not onl ...
• Advancing from Ajax Based Frameworks Frameworks have been in focus lately because of the integration of jQuery to Microsoft Because of jQuery s feat and also of Microsoft frameworks were largely talked about again and compared Unfortunately there are times wherein a developer would stand up and say the framework is better than the othe ...
• twoBirds Framework for Lightweight Ajax There are two types of frameworks that you ll see today in terms of execution The first type of Ajax framework is its efficient use of XHR in JavaScript and DHTML They can easily load the functions and data to the client side as long as the server is powerful enough to load the information Since it ...
• Effectively Using RegExp in Ajax RegExp or Regular Expressions is a very smart tool that could be used in JavaScript which could eventually be implemented in an Ajax based application Regular Expressions has been integrated in JavaScript since its 1 2 version and could be supported by browsers since IE4 Its counterpart in Adobe Act ...
• Frameworks for Efficient Ajax Loading Every developer wants to build a highly efficient Ajax based application One of the challenges a developer has to go through is to load the application as fast as possible Running on JavaScript users will have a hard time loading the webpage if the Ajax based application is loaded at the same time F ...
• Optimize Ajax Website’s Connection to Mobile Devices Mobile devices are limited in connection not only in their hardware capability but also in network connection Places without any WiFi cannot easily connect online because EDGE HSDPA or 3G might not be able to handle the connection properly Ajax based applications needs a lot more than a simple dial ...
• Why Ajax Prefers OO Over DOM There are two ways in developing Ajax in terms of coding principles Developers could either use the tradition DOM as they would work with JavaScript or they could develop Ajax through OO object oriented coding which is usually favorable for developing Ajax The Case of DOM for Ajax Developing Ajax is ...