AJAX Made Easy - Learn AJAX
AJAX Home DotNet

AJAX.NET

 Category: DotNet Add Comment

AJAX, it's the hottest thing since sliced bread right now. It stands for Asynchronous Javascript using XMLHttpRequest. The basic premise of it is that you can call server-side code from client side JavaScript without reloading the page. In essence, this gives almost limitless powers (as far as programming languages go) to the "little script that could". The canonical example that started the whole craze was Google Suggest, where search results show up as you type.

Read Article
 

Sponsored Links

 


Related Articles

 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 ...

 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 di ...

 Improving Ajax Scripts for Mobile Browsers Ajax in mobile devices is definitely a challenge for developers. Even with the reduced bandwidth requirements, the presence of JavaScript and the continuous streaming of information could easily take its toll on the mobile device. If the developer is unable to move past this challenge, the possibili ...

 Google Gears as Backdrop for Mobile Ajax When iPhone was released, it signaled something revolutionary for mobile phones: Instead of being limited by the pocket versions of browsers, users of mobile devices can experience full website interaction because regular browsers are not installed in their mobile devices. Using Wifi, users will fee ...

 Caching Ajax Websites for Mobile Content Caching Ajax is a difficult task for developers especially browsers have different interpretation on caching content. Mozilla could easily cache streamed content of an Ajax based website. On the other hand IE has issues in caching since information might be continuously cache which will eventually c ...

 Minimizing Reflows in an Ajax Application Reflows in an Ajax application should be minimized as much as possible so that data flow will be controlled and bandwidth will be minimized. Developers have to look out for this type of behavior in their Ajax application since it could happen since the application streams information asynchronously ...

 Conditional Preloading Better Ajax Conditional preloading is a smart way of providing information to the user. Searching for information could be hastened when conditional preloading is activated since information is gradually made available for the user as the users key-in the data they are looking for. In order to pull this off, ...

 Degradable Ajax There are hundreds of frameworks out there that are aimed in helping developers who are not familiar with JavaScript to build an Ajax based application. Some of these frameworks are just drag and drop so you won’t even have to sweat so much in building an Ajax based website. These frameworks a ...

 Reducing Code Size of Ajax Applications Building an Ajax based applications is mostly difficult due to the fact that codes are usually rendered longer. Because different web developments are used in building an Ajax based applications, developers have to combine these codes so that they can achieve the asynchronous function of Ajax. If th ...

 Google Hosting Ajax Libraries One of the concerns developers will always face in building Ajax based applications using frameworks are the libraries. There are hundreds of them available online and most of them are free to download and could be used in your website. These libraries could be loaded in your server and will be us ...



Next: Telerik Unveils RadControls for ASP.NET AJAX Q1 2008



Post Comment


You need to Login to post your comment...

Click here to login

Title:
 
Comment:



Daily Email Updates

AJAX Updates delivered directly to your Inbox...

Enter your email address:

Latest AJAXwith Updates

Popular AJAX Articles