InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

John Resig Speaks on Future Directions for jQuery and Javascript

Posted by Nick Laiacona on May 08, 2008

Sections
Development
Topics
Java ,
Javascript
Tags
jQuery ,
AJAX

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. Here are some of the highlights of his presentation:

jQuery Core

jQuery 1.2.4 is scheduled for release in mid-May. It will include the Dimensions plugin as part of jQuery Core. This popular plugin provides cross-browser compatible methods of dealing with the dimensions of page elements. jQuery 1.2.4 will also include speed optimizations for event handling methods. John Resig reports that drag-and-drop operations are now 3x faster in the new version. jQuery 1.3 is the next planned for this summer and will include speed improvements to the Selector Engine and DOM Manipulation. The jQuery project is also planning a live conference for this fall.

jQuery UI 1.5

jQuery UI 1.5 will be a complete overhaul from jQuery UI 1.0 both in features and API. It will be accompanied by new documentation, demos, and a brand new website. A new sub-library called Enchant is in the works which will be a full set of animations and effects that integrates seamlessly with jQuery.

Upcoming Javascript Features

Resig then outlined a number of interesting Javascript features in the works at Mozilla and other browser manufacturers:

  • Speed improvements are coming in two commonly used methods: getElementsByClassName() in Firefox 3 and Safari and querySelectorAll() in Safari, Opera, and IE 8 and Firefox.
  • ARIA Accessible Ajax is a coming standard which will allow Javascript developers to directly command the user's screen reader. A lack of screen reader accessibility is a common criticism of AJAX enabled applications.
  • CSS 3 is coming to fruition and browsers are finally getting solid implementations of its feature set.
  • postMessage() from HTML 5 specification will allow users to communicate across domains to allow for secure cross domain communications.
  • Native JSON support is coming in Firefox 3, Javascript 1.9. This will allow faster serialization and de-serialization of JSON objects.
  • Function.prototype.bind() will provide built in language support for binding functions with objects.
  • ISO Date() parsing will provide a cleaner way to deal with dates that works on both the browser and the server.
Appeal to Standards Bodies

Resig caps off his presentation with an appeal to standards bodies. He says that they need to take more of a cue from the Javascript libraries and formalize proven features from the library space, while maintaining usability. He also makes an appeal for browser makers to come together around a standard codex for the <audio> and <video> tags.

No comments

Watch Thread Reply

Educational Content

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?

Wrap Your SQL Head Around Riak MapReduce

Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.