AJAX
Ajax, shorthand for Asynchronous JavaScript and XML, is a web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user makes a change. This is meant to increase the web page's interactivity, speed, and usability.
Language
Any
Platform
Any
License
Any
We’re all familiar these days with the Ajax buzz word – but while it’s relatively simple to use these browser technologies to implement a specific feature in an individual page, it is much more...
Explains how to use AJAX to make more dynamic and responsive ASP.NET Web applications, which ultimately results in rich user experience.
AJAX, an acronym for Asynchronous JavaScript And XML is a...
We will be using the ASP.NET AJAX Toolkit to build a tabbed content form. This is a very powerful form that uses tabs instead similar to paging controls. This si a Rich ajax control that free and...
In this tutorial we will explore ASP.NET AJAX Extensions ability to do a partial or incremental page update without doing full postbacks to the server, without any code changes and with minimal...
This chapter teaches users how to create a form validation application that implements traditional techniques with added AJAX flavor, thereby making the form more user friendly,responsive, and...
Data Tables: This chapter teaches readers how to build a very large data table and discusses how to navigate, sort,
search, paginate, and search it using jQuery and Ajax.
JBoss RichFaces 3.3 helps developers enhance their JSF web applications using powerful AJAX components. The book starts by introducing JBoss RichFaces and its components which include many AJAX...
See how you can combine major Web 2.0 facilities (like Dojo, Web remoting, Web messaging, JSON4J, and so on) to create a solution with a rich user experience, as well as how to integrate existing...
This article compares between the traditional Ajax represented by ASP.NET to that of the new Ajax approach represented by Visual WebGui. The article present an opportunity for developers to learn a...
Few months ago I posted a Javascript class on how to Implement a paging listbox using jQuery. which has drawn a lot of traffic and few questions lately so I thought it would be more convenient to...
Discover how you can get the full benefit of using XQuery technology together with Ajax. Your Web application will have the back-end benefit of sophisticated XML querying as well as the client-side...
Using Non-Blocking I/O (NIO) improves server performance drastically because of its efficient use of system resources (threads). The gain in performance is very noticeable in Ajax applications. It...
Over the past few years, Ajax has become one of the first pieces in bridging the gap between desktop apps and those on the web. And in ASP.NET, there’s a few different approaches to using Ajax for a...
Dojo is an open source, JavaScript-based toolkit for developing dynamic HTML Web applications. Dojo allows you to quickly build web widgets that can be more complex than standard HTML widgets. The...
This is the first tutorial of Visual WebGui's RIA Platform new, cutting-edge Theme & Control designer incorporated in the upcoming version of the Visual WebGui RIA development & deployment platform....
The PHPCompute node is a new general-purpose programmable node that embeds the WebSphere sMash runtime for PHP. This article shows how you can use the PHPCompute node to write PHP scripts that...
This article shows how to implement a Remote Procedure Call (RPC) mechanism for Web applications that use JavaScript on both servers and clients. You'll also learn several interesting techniques,...