BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage AJAX Content on InfoQ

  • The ASP.NET AJAX Control Toolkit Has Been Updated

    The AJAX Control Toolkit for ASP.NET 2.0 has been updated. Nothing new was added, but the bug fixes are sure to be welcome. In related news, a VS 2008 Beta 2 compatible version was also released with a couple of interesting features. And in case you did not know, they are now accepting patches.

  • A Fix for ASP.NET AJAX on the iPhone

    According to Matt Gibbs, the 1.01 update to iPhone degrades the asynchronous features of Microsoft's AJAX library, specifically in its JSON serializer. Matt has provided instructions on how to fix this by altering the regular expressions used in the library.

  • jQuery UI 1.0 Includes Mouse Interaction, User Interface Extensions, and Effects Features

    As promised last week the jQuery team has released jQuery UI 1.0. jQuery UI is a fully themed interaction and widget library built on top of jQuery.

  • jQuery Gaining Traction With 1.2 and jQuery UI

    jQuery is quickly becoming the Ajax library of choice for many. jQuery 1.2 was released yesterday and has many new features. A preview/teaser of jQuery User Interface was shown as well.

  • TrimPath Junction - Bringing Rails Style MVC to JavaScript

    TrimPath Junction has been quite active since it was reinvigorated by Google Gears back in July. A new OnLamp walkthrough showcases the project which bring Rails style MVC to JavaScript.

  • Presentation: Scott Davis on Real World Web Services

    In this presentation, recorded at the No Fluff Just Stuff Symposium, Scott Davis provides a pragmatic, down-to-earth introduction to Web services as used in the real world by public sites, including SOAP-based, REST and POX-style examples. While the buzzword density leaves nothing to be desired, the presentation contains a very accessible introduction to the core Web services standards.

  • Analyzing JavaScript in Respect to Performance

    In a new article Kirk Pepperdine has taken a detailed look at the topic of JavaScript performance. The article looks at common areas such as getters/setters, memory leaks, and bad micro benchmarking.

  • JQuery Gains Live DOM Binding with Live Query Plugin

    Live Query is a new plugin for jQuery that lets you register events or fire callbacks for matching DOM elements. The binding not only applies to elements that exist in the page at load time but also elements that are added later via Ajax.

  • Dojo 0.9 Goes Final with Significant Performance Improvements

    Dojo 0.9 final version was released today after close to 7 weeks in beta release. This release scales down the code base, removing unnecessary items. At the same time significant performance improvements have been made.

  • Prototype 1.6 RC Includes DOM Builder and Event API Overhaul

    Earlier this month the Prototype team released the first RC of 1.6.0. This release contains a number of core API upgrades, bug fixes, and new features. The Event API has been overhauled and a new DOM Builder API has also been added.

  • Bringing MVC to JavaScript - SproutCore

    SproutIt has released SproutCore a new full MVC application framework for JavaScript. . It is designed to be run against any server back-end setup. InfoQ set out to discover what makes SproutCore different by interviewing creator, Charles, Jolley.

  • Tibco releases PageBus - Ajax publish/subscribe component

    A few days ago Tibco announced the availability of PageBus, which is a framework to allow publish/subscribe between Ajax components on the browser side. Furthermore Tibco made PageBus an open source project under the BSD license. PageBus provides an important component for building mashups in RIAs in a more flexible, loosely coupled way.

  • A Comparison of Push vs Pull Ajax

    Based on their experimental study, Engin Bozdag, Ali Mesbah and Arie van Deursen of the Delft University of Technology have compiled a technical report on the trade offs in Push versus Pull approcahes to achieve real-time event notifications in AJAX applications.

  • jQuery: A new way to write JavaScript for rich web UI

    jQuery is a JavaScript Library that simplifies traversing HTML documents, handling events, performing animations, and adding Ajax interactions to web pages. jQuery provides an API to develop feature rich web UI much faster and with fewer lines of code than the traditional JavaScript.

  • ColdFusion Steals Microsoft's Update Panel

    According to Vince Bonfanti, the developers of BlueDragon have developed a Cold Fusion version of the Update Panel by leveraging Microsoft's AJAX client-side library. Like the ASP.NET version, developers simply need to wrap part of their code in special tags to enable partial page rendering.

BT