Tag: JSON / JAVA / XML

Community

An AJAX Caching Strategy

(Bruce Perry) The ability of AJAX applications to make an HTTP connection behind the scenes to fetch small bits of information is one of the powerful tools that the modern browser APIs come equipped with. For most browsers (e.g., Firefox 1.5, Safari 2.0, Opera 8.5), the engine behind this task is th

Community

Introduction to the Atlas Controls

(Brian Mains) Atlas is a free framework to develop richer web applications using AJAX with ASP.NET. It provides a means to perform server-side callbacks using client-side scripting capabilities, update only a region of the page, and add additional UI capabilities such as dragging-and-dropping capabi

Community

Making WS-Reliability reliable

(Daniel Rubio) As the adoption curve for Web services continues to evolve, merely alleviating the distributed communication headaches of heterogeneous platforms will not be enough for many projects. Even though interoperability figures at the top of list for most people considering Web services, dis

Community

Working with MagicAJAX

(Mohammad Azam) In this article, we will look at the MagicAJAX Library which helps make the client side postback calls and provides a smoother user experience. The article will cover the development of a small application that is used to add and view user specific tasks.