jQuery, Microsoft, and Nokia
Both Microsoft and Nokia are adopting jQuery as part of their official application development platform. They will be using it not only for their corporate development but as a core piece of their platform for developers to build with.
A big part of the appeal of jQuery is that it allows you to elegantly (and efficiently) find and manipulate HTML elements with minimum lines of code. jQuery's "selector" API allows developers to query for HTML elements, and then apply "commands" to them. One of the characteristics of jQuery commands is that they can be "chained" together so that the result of one command can feed into another. jQuery also includes a built-in set of animation APIs that can be used as commands.
Advertisement - World-Class Coding with jQuery
Become a world-class coder in days with jQuery. This compact JavaScript library will save you tons of time as it allows you to create user interfaces, animations and add Ajax interactions. jQuery will change the way you write JavaScript.
Microsoft is looking to make jQuery part of their official development platform. Their JavaScript offering today includes the ASP.NET Ajax Framework and they want to expand it with the use of jQuery. This means that jQuery will be distributed with Visual Studio.
Additionally Microsoft will be developing additional controls, or widgets, to run on top of jQuery that will be easily deployable within your .NET applications. jQuery helpers will also be included in the server-side portion of .NET development providing complementary functions to existing ASP.NET AJAX capabilities.
Nokia is looking to use jQuery to develop applications for their WebKit-based Web Run-Time. The run-time is a stripped-down browser rendering engine that allows for easy, but powerful, application development. This means that jQuery will be distributed on all Nokia phones that include the web run-time.
Microsoft and Nokia aren’t looking to make any modifications to jQuery (both in the form of code or licensing) - they simply wish to promote its use as-is. They’ve recognized its position as the most popular JavaScript library and wish to see its growth and popularity continue to flourish.
Their developers will begin to help contribute back to the jQuery project by proposing patches, submitting test cases, and providing comprehensive testing against their runtimes. As with any contribution that comes in to the jQuery project it’ll be closely analyzed, reviewed, and accepted or rejected, based upon its merits, by the jQuery development team.
Comments
Be the first to write a comment
You must me logged in to write a comment.