Forum Moderators: open
source: http://blog.jquery.com/2009/12/03/jquery-wins-net-magazine-award/ [blog.jquery.com]
Perhaps this win should not be so surprising. Both FF and WP are well-known open-source projects with huge followings, and in a way they're both old news. Neither has been immune to harsh criticism in the past year, FireFox for it's recent bloatware-like performance, and WordPress for their ubiquitous security problems. But JQuery? It's really hard to say any thing bad about JQuery.
btw, Wordpress won last year.
Kudos to Rey Bango (JQuery Blogger) for acknowledging some of the other very fine JS frameworks in their space:
I think the impact of this reaches further than just the jQuery project and validates how important well-managed JavaScript frameworks such as jQuery, Dojo, MooTools et al. have become to application development.
Couldn't have said it better myself.
High fives to everyone on the JQuery team, and to everyone who has contributed to it!
It's really hard to say any thing bad about JQuery
I agree, jquery is a thoroughly excellent piece of work - just the right blend of features and simplicity.
Woah. That's a heavy metaphor you can chew on for a while, eh.
Now that I've been using these frameworks for a few years, I can't imagine developing a JS-empowered app without them. I found myself in a situation that needed "element.getElementById()" a few days ago, and felt eerie, like typing <font> or <img src="spacer.gif">.
As a javascript disabler, the biggest problem I encounter is websites that require javascript for form submissions. And yet, I can make a POST form GET and submit it without js. ASP.NET, I'm pointing my finger in your direction ;)
I have been singing it's praises for a wee while now in CSS, even though I'm not a JS person I'm with Andy. it's just the right blend and I too remember the unusable JS websites :o.
John Resig and the team deserve lots of recognition for this, it makes it easy to fit the JS requirements into your web learning curve :)
It all boils down to getting standards for everybody to use. Unfortunately there just isn't a strict enough governing body for the web to enforce this and too many developers just ignore the accessibility issues entirely. You just have to hope that enough people visit sites like this and read these discussions and take them on board.
Developers and clients alike tend to forget the fundamental premise of the Internet, to distribute information to everyone, regardless of environment or disabilities. I say developers and clients alike because clients - he/she who has the dollar - train us as developers to focus on presentation alone, this is why we're paying you. impress "me" - because I know what my visitors will want, which is not often the case.
So many developers get it backwards, and justify their decisions with statements like "90% of people have Javascript on anyway" (not picking on you, just using it as an example.) 10% of billions is a lot of people to eliminate.
I apologize for turning this away from a celebration of jQuery's award, it really is a magnificent tool to add to your arsenal. Just develop your applications so they work first without it . . . then enhance the app with jQuery. :-)