BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage jQuery Content on InfoQ

  • Crowdsourcing JavaScript Integration Testing with Test Swarm

    John Resig creator of the jQuery JavaScript library, has released Test Swarm, a platform for distributed continuous integration testing for client-side JavaScript. Frustrated with traditional JavaScript testing environments that don’t scale, John’s new project, aims to provide a systems for outsourcing browser related testing to large groups of people or communities.

  • Debate: Prototype vs. jQuery

    With Ajax dominating the Web development scene on the client-side, the question “which JavaScript/Ajax framework is the best” has become a common one. Glenn Vanderburg’s article which compares Prototype to jQuery caused diverse responses from industry experts Douglas Crockford and Dion Almaer.

  • Web Frameworks, MVC, and ASP.NET

    After nearly a year as a community tech preview, Microsoft has released the first true beta of the ASP.NET MVC framework. ASP.NET MVC is a radical departure from the WebForms technology has promoted in the past, and in the opinion of many, a return to mainstream web programming. The MVC pattern provides the cornerstone for web frameworks such as Ruby on Rails and Java's Spring Framework.

  • Article: Your First Cup of Web 2.0 - A Quick Look at jQuery, Spring MVC, and XStream/Jettison

    In this article, Joel Confino explains how existing web pages can be augmented to make use of AJAX by using jQuery, a JavaScript library. He also shows how to retrieve data as XML instead of HTML by using Spring with XStream/Jettison.

  • Using jQuery with ASP.NET MVC

    The Microsoft ASP.NET MVC Framework has been getting talked about more and more lately. The power and flexibility of ASP.NET MVC allows for developers to use libraries other than those include in the box. The popular JavaScript framework, jQuery, is no exception.

  • Internet Explorer 6 on its way out (or not)?

    Since attaining a peak of about 95% usage share during 2002 and 2003, Internet Explorer 6 (IE6) has been rapidly losing market share. As the end of 2008 approaches, significant online services, vendors and web frameworks are dropping support for IE6. Will this year be the end of IE6 and what does this signify for Web 2.0 developers?

  • Royal Pingdom Conducts JavaScript Framework Usage Survey

    Royal Pingdom recently released a survey of 200 popular websites detailing which sites use which Javascript frameworks.

  • John Resig Speaks on Future Directions for jQuery and Javascript

    jQuery creator and Mozilla Javascript Evangelist John Resig recently posted a video presentation outlining future release plans for the jQuery project and highlighting some exciting new Javascript features that will be coming soon to browsers.

  • Adding Ajax Support to the ASP.NET MVC Framework

    The official CTP release of the ASP.NET MVC Framework does not include any support for AJAX, yet. In the meantime there are several samples available, which show how to add AJAX features to ASP.NET MVC applications.

  • Selection Criteria for Javascript Frameworks

    With the increase of AJAX adoption, many developers and architects are still trying to determine what are the best ways to evaluate Java Script frameworks/libraries. On a relatively recent post entitled "How to choose a Javascript Framework", Brian Raindel tries to offer some guidance in regards to the various aspects one should consider during the selection process, summarized here:

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

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

BT