Archive for the ‘jQuery’ Category

Unique IDs in AJAX Web Applications

Tuesday, December 9th, 2008

This week, Roger Johansson of 456 Berea Street posted about unique IDs in web applications. I read this and thought, “you’re right, they should be unique, but what if you’ve got an AJAX repeater?” By this I mean when I’m loading functional parts of my application that I’ll be referencing with JavaScript again, do I have to maintain a unique ID? Surely it knows what I added last or how to make them into an array?
(more…)

jQuery to be Integrated with ASP .NET

Sunday, September 28th, 2008

Fantastic news! Long-time golden boy of the javascript world, jQuery, is to be integrated with Microsoft’s ASP .NET framework.

In an announcement today on the jQuery blog, Scott Guthrie’s blog and Scott Hanselman’s blog, the jQuery library would be distributed AS IS with Visual Studio 2008 SP1 and the free Express editions. The aim is to extend ASP .NET AJAX support and generally make life easier for MS developers. Microsoft would also be contributing tests and patches to the jQuery core, but would not be submitting features etc.

This is a massive boost for a framework that won me and my company over a long time ago. jQuery now has backing from the biggest names in IT and will benefit immensely from the additional support.

The benefits are not only for the jQuery team, they’re also for any web standardistas. This support for jQuery signals Microsoft’s intentions for the ASP framework. I can only hope that from this, Microsoft adopts jQuery in its entirety, having ASP output unobtrusive, cross-browser javascript, not the ‘impossible to debug or follow’ mess that it currently uses.