Slashdot Mirror


Microsoft and Nokia Adopt OSS JQuery Framework

soliptic writes "The jQuery blog today announced that 'Both Microsoft and Nokia are taking the major step of adopting jQuery as part of their official application development platform.' So the open-source javascript framework will be shipped with Visual Studio and ASP.NET MVC. Microsoft's Scott Hanselman notes: 'It's Open Source, and we'll use it and ship it via its MIT license, unchanged. If there's changes we want, we'll submit a patch just like anyone else.'" There's also a story at eWeek about the decision.

126 comments

  1. Will they by Chrisq · · Score: 0, Troll

    Embrace, extend and then try to squeeze out the vanilla version though?

    1. Re:Will they by Ed+Avis · · Score: 4, Insightful

      Yeah why not? As long as they release all their code under the MIT licence (which they've said they will do), there is no reason not to embrace and extend. The parent project can choose to incorporate Microsoft's code, or not.

      From the article, Microsoft have said they will contribute patches upstream rather than forking their own version. But as long as you're sure everybody is releasing their code under the same free licence, 'embrace and extend' is not a problem in the free software world. In many cases it can be beneficial.

      --
      -- Ed Avis ed@membled.com
    2. Re:Will they by Anonymous Coward · · Score: 2, Interesting

      If they follow the license and the ideals of open source are so pure than what's the problem?

      Oh, that's right, it's Microsoft. That automatically makes it evil...

      Give me a break.

    3. Re:Will they by tcr · · Score: 5, Funny

      Well.... a big part of its popularity is that it's a lightweight library, so maybe better if they don't contribute to it... :-)

      --


      Information wants to be beer.
    4. Re:Will they by Phil+John · · Score: 3, Informative

      jQuery is designed specifically to be extended, by the programming of plugins. Have a look at their plugin repository.

      I find it highly unlikely that Microsoft would require anything adding to the jQuery core that couldn't be better implemented with a plugin.

      --
      I am NaN
    5. Re:Will they by gbjbaanb · · Score: 1

      If......

      from TFA:
      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

      so much for "if we want changes, we'll submit a patch like everyone else"

    6. Re:Will they by Jellybob · · Score: 3, Informative

      jQuery is the core library, with widgets usually being distributed as independent packages, so it makes complete sense for them to do it this way.

      jQuery's aim isn't to be the source for calendar and date-picker widgets, it's to provide a solid base to build those things on.

    7. Re:Will they by sortius_nod · · Score: 1

      Where there's a will there's a way... where there's Microsoft you can bet your arse they'll try to proprietry it.

    8. Re:Will they by Captain+Arr+Morgan · · Score: 1

      How is this different from anyone else writing a plugin to interface with their system? If I have some proprietary backend that I extend jQuery to work with, what use is this to anyone else?

    9. Re:Will they by Anonymous Coward · · Score: 0

      to proprietry

      Stop verbing your nouns, you sound silly enough as it is.

    10. Re:Will they by PietjeJantje · · Score: 1

      Moreover, these are different times. Balmer just admitted that Microsoft lost a generation of programmers who now build web apps using more open tools. They want to appeal to those developers. Embrace and extend is not an option, that is what scared them away, among others. We've seen the new two-faced MS before. I'm not sure where this limbo dance will take them. But I don't think it's a coincidence that this is announced just a few days later, it is exactly the new MS as Balmer likes us to see them. jQuery is no threat to .NET, just an addition. Their new strategy is simply: combine. I guess they're hoping that's good enough for a lot of developers.

    11. Re:Will they by not+already+in+use · · Score: 1

      a big part of its popularity is that it's a lightweight library

      Last time I checked, it was ~50kb, minified, and included all sorts of visual effects that I have no desire to use. I wouldn't call that lightweight. Why any of the visual stuff is part of the core distribution is beyond me.

      --
      Similes are like metaphors
    12. Re:Will they by plague3106 · · Score: 1

      It's pretty clear you've never seen asp.net, or you'd realize how silly your comment was.

    13. Re:Will they by PietjeJantje · · Score: 1

      I don't like the increase in size too, it used to be exactly right. One requirement for my ajax stuff is that page loading should feel instantaneous, not the feeling big libraries are loaded in the background, or even worse, show some ajax indicator. The 15K mentioned is indeed incorrect. That said, you confuse the minified version with the packed version. The packed version is much smaller, but has a relatively big client side penalty as decompression is done in javascript. When you have compression on the server end like gzip which is supported by the browser, the minified version is the one to go for. Then you should perhaps compare it to sending an image of half the size (I haven't checked the actual compression level). I think that is still on the edge of acceptable, although I rather see a little more functionality moved to modules, like the effects.

    14. Re:Will they by coolGuyZak · · Score: 1
      there was apparently a good stir about jQuery at VSLive this year. One of the presenters even mentioned it during his talks.

      I know this is a welcome addition for me, as my employer just decided to start investigating doing this on our own.

  2. Same ol' embrace, extend, extinguish? by Anonymous Coward · · Score: 2, Informative

    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 (in addition to the existing helpers) providing complementary functions to existing ASP.NET AJAX capabilities.

    1. Re:Same ol' embrace, extend, extinguish? by Anonymous Coward · · Score: 1, Funny

      Oh noes they take a open source project and want to use it for their own intend. Damn those devils! Open Source Software does not want to be used, it wants to be free!

  3. Just makes sense... by Max+Romantschuk · · Score: 4, Interesting

    Javascript frameworks deal with the major hurdles of modern web design: Abstracting browser differences, and avoiding reinventing the wheel with the kind of AJAXy effects that are increasingly more common these days.

    I wonder how this will affect Prototype. It's always had different design goals than jQuery, but will this diminish it's popularity?

    Also, will the jQuery API eventually be integrated into the browser instead of being a huge JS blob for every page?

    --
    .: Max Romantschuk :: http://max.romantschuk.fi/
    1. Re:Just makes sense... by VGPowerlord · · Score: 3, Insightful

      Also, will the jQuery API eventually be integrated into the browser instead of being a huge JS blob for every page?

      I imagine not, since it would make upgrading a major pain. As long as the site controls which version of jQuery you have, they can opt in to the latest and greatest version without having to wait for the browser manufacturers.

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    2. Re:Just makes sense... by zaydana · · Score: 1

      True, although it would be interesting if future browsers could detect certain versions of jQuery via the <script> tags in webpages, and accelerate those versions. That way, the latest version could always be included if needed, but for older versions browsers could provide a native implementation.

      Of course, that doesn't mean its a good idea. If Microsoft managed to fuck up CSS, JavaScript and pretty much everything they have implemented so far, I sure as hell don't think they'd implement jQuery any better.

    3. Re:Just makes sense... by Bogtha · · Score: 4, Informative

      jQuery is entirely contained within its own namespace. Multiple versions of jQuery can coexist on the same page, so upgrades wouldn't be a problem, sites could just include the latest version if the version shipped with browsers wasn't suitable.

      --
      Bogtha Bogtha Bogtha
    4. Re:Just makes sense... by fmobus · · Score: 1

      One thing I would like to see in the future is some apt-like repository for commonly used javascript libraries. E.g., if I use Yahoo! js libs, the page would just ask for whatever lib version it was designed for, and the browser would load it from a local repository. Some libs are huge, and there should be no need for downloading it again and again from different sites.

      Of course, this could be done today by simply point the src attribute in your script tag to yahoo's repository, but this would not be good on yahoo's bandwidth. Also, this would require some standarization across multiple browsers, which is something we know is not happening any time soon.

    5. Re:Just makes sense... by mounthood · · Score: 1

      If sites link the Google API version you only have to download it once, even if you go to multiple sites that use it. The sites can also have automatic security updates by only specifying a major.minor version number.

      http://code.google.com/apis/ajaxlibs/
      From the site:

      The AJAX Libraries API is a content distribution network and loading architecture for the most popular open source JavaScript libraries. ... We take the pain out of hosting the libraries, correctly setting cache headers, staying up to date with the most recent bug fixes, etc.

      Contrast the following with Microsoft's statement:

      Google works directly with the key stake holders for each library effort and accept the latest stable versions as they are released. Once we host a release of a given library, we are committed to hosting that release indefinitely.

      --
      tomorrow who's gonna fuss
    6. Re:Just makes sense... by Anonymous Coward · · Score: 0

      [...] will the jQuery API eventually be integrated into the browser instead of being a huge JS blob for every page?

      This isn't really needed. You can achieve nearly the same effect by referencing a version-qualified URL for the library and setting an infinite cache time.

    7. Re:Just makes sense... by zuperduperman · · Score: 1

      > I wonder how this will affect Prototype. It's always had different design goals than jQuery, but will this diminish it's popularity?

      Actually my main theory for why MS has done this is that they are sending a message to Yahoo and marginalizing YUI. Although YUI has a slightly different space to jQuery they still compete for javascript developer's mind share and YUI is very comprehensive and well documented and probably represents the best javascript 'platform' when you take into account the depth and breath of what they support and the consistency and quality of the code.

      I think that MS, realizing that they themselves cannot own the next generation of javascript platforms, have decided that they are not going to leave it to Yahoo and are basically playing spoiler here to ensure that neither Dojo (IBM) or YUI (Yahoo) gets a dominant position.

  4. Isn't this exactly what was wanted? by Anonymous Coward · · Score: 0

    To have code submitted by all interested parties, since once it's open, it doesn't matter where the code came from.

    All thing will one day be open, resistance is simply stupidity!

  5. But... by Junta · · Score: 5, Informative

    MIT license is not a source-required license. Companies may sell, close it up, whatever they wish so long as they continue to give credit to the original product.

    --
    XML is like violence. If it doesn't solve the problem, use more.
    1. Re:But... by StrawberryFrog · · Score: 4, Informative

      MIT license is not a source-required license. Companies may sell, close it up, whatever they wish so long as they continue to give credit to the original product.

      And is that relevant? This issue has been addressed:

      Scott Guthrie says:
      "We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch."

      The Scott Hanselman says:
      "It's Open Source, and we'll use it and ship it via its MIT license, unchanged. If there's changes we want, we'll submit a patch just like anyone else."

      --

      My Karma: ran over your Dogma
      StrawberryFrog

    2. Re:But... by dwarfking · · Score: 3, Insightful

      Outside of obfuscation, how exactly do you close source a JavaScript library that your browser can access via HTTP? I suppose Microsoft could incorporate it directly into the browser, but that doesn't seem likely.

    3. Re:But... by morgan_greywolf · · Score: 5, Insightful

      What he's saying is that although Microsoft will be distributing the JQuery framework as-is, they may decide to use it in a closed-source product, with custom changes that don't get sent upstream. I'm not saying that Microsoft will do that, because I'm not in a position to speak for them, but it would definitely not be outside of their usual MO. Furthermore, parents point is that there is nothing in the MIT license that prevents them from doing this. Whether you agree with the philosophy of the MIT license or not is out of scope and off-topic.

    4. Re:But... by wilder_card · · Score: 4, Funny

      "Whether you agree with the philosophy of the MIT license or not is out of scope and off-topic."
      In other words: It's time to start a flame war! Right here! Right now!

    5. Re:But... by ericlondaits · · Score: 1

      So, should they distribute under a more restricted license in order to show everyone how open they are?

      --
      As a Slashdot discussion grows longer, the probability of an analogy involving cars approaches one.
    6. Re:But... by larry+bagina · · Score: 1

      The MIT license doesn't prevent anyone else from doing that either.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    7. Re:But... by Anonymous Coward · · Score: 0

      You smell bad and your ideas are stupid.

    8. Re:But... by deander2 · · Score: 2, Insightful

      yes, because we all know how trustworthy microsoft is when it comes to keeping their promises...

      heck, why bother with OSS licenses at all? just trust companies during the "embrace" stage, and i'm sure nothing else will come of it!

    9. Re:But... by DrJokepu · · Score: 1

      Due to the client-side script nature of JavaScript, I am struggling to be able to imagine a situation where it makes sense to release jQuery or any other JavaScript web library as closed source.

    10. Re:But... by kripkenstein · · Score: 4, Insightful

      Outside of obfuscation, how exactly do you close source a JavaScript library that your browser can access via HTTP? I suppose Microsoft could incorporate it directly into the browser, but that doesn't seem likely.

      "Close" can mean two things here. Yes, the source will remain visible, since its Javascript. So that's one sense of "open". However, it doesn't need to remain open source in the sense of the license. Microsoft could, in theory, add some features and relicense it under proprietary terms; the MIT license allows that. That is, seeing the source doesn't mean it's open source in the licensing sense.

      Happily, Microsoft announced that they won't change the license.

    11. Re:But... by Jah-Wren+Ryel · · Score: 1

      Due to the client-side script nature of JavaScript, I am struggling to be able to imagine a situation where it makes sense to release jQuery or any other JavaScript web library as closed source.

      Just because you can access the source doesn't mean you have license to do anything with it. There own extensions, especially if contained in separate source files, do not need to be covered by the same license.

      --
      When information is power, privacy is freedom.
    12. Re:But... by nschubach · · Score: 2, Funny

      I suppose Microsoft could incorporate it directly into the browser, but that doesn't seem likely.

      Microsoft could, in theory, add some features and relicense it under proprietary terms; the MIT license allows that. That is, seeing the source doesn't mean it's open source in the licensing sense.

      Say hello to Microsoft DirectHTML!

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    13. Re:But... by SanityInAnarchy · · Score: 2, Interesting

      In fact, this has already happened to a Javascript library: EXTJS. Not quite in the sense you're talking about -- it was GPL'd -- but we still had to port away from it.

      We might've been willing to release some of the Javascript source -- after all, GP is right, it's not like we can hide it -- but the author was claiming it applied to the web app serving the Javascript, also.

      Although that's patently absurd, it's also untested in court, and it proved that he's exactly the kind of assmunch we don't want to work with. We've just finished porting everything to jQuery and MooTools. Probably better off for it.

      --
      Don't thank God, thank a doctor!
    14. Re:But... by sgt+scrub · · Score: 1

      Submitting a patch and that patch being useful to anyone using a non-windows platform are two different things.

      --
      Having to work for a living is the root of all evil.
    15. Re:But... by orasio · · Score: 1

      Well, it might even be open source. You get the source, and you can change it.
      That is why "open source" is an unfortunate term.
      It would not be free software, because the user would be some freedoms short.

    16. Re:But... by foniksonik · · Score: 1

      Uh you did look and see that ExtJs has a commercial license and always has had one, which you could use to create a proprietary blend with?

      Not saying your decision was rash or unfounded, just wanted to point out to the discussion that Ext and Josh Shlocum considered their options and chose to offer dual licenses as there was not a single license available which met their needs.

      That being said, good luck with that closed source thing you've got going on...

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
    17. Re:But... by morgan_greywolf · · Score: 2

      And? Do you want a cookie for pointing that out, or do you actually have a point?

    18. Re:But... by Captain+Arr+Morgan · · Score: 1

      But as a web app developer, isn't getting patches for any browser useful? If you look at the jQuery bug track, many of the outstanding bugs are IE related. It will be very nice if Microsoft takes it upon themselves to fix these, benefiting anyone using the framework in the real world.

    19. Re:But... by dedazo · · Score: 2, Insightful

      That's right, in a few months Microsoft will submit a patch that ties jQuery hopelessly to IE8... and no one will notice.

      Such things tend to happen with projects with no oversight and no established community, of which jQuery is clearly a shining example.

      --
      Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
    20. Re:But... by StrawberryFrog · · Score: 1

      Submitting a patch and that patch being useful to anyone using a non-windows platform are two different things.

      JavaScript doesn't run on windows, it runs on browsers.

      The Asp.Net team, from whom this announcement comes, have been pretty good for the last few years in making sure that their stuff works in the big 4 browsers: IE, Firefox, Safari, Opera. So their patches would have to work in Firefox and Safari to pass MS internal QA. You can then run it on Windows, Linux, Mac, whatever.

      To be cynical, you could say that this is because the ASP.NET team care about selling the server side: Visual Studio licences, IIS installations, and SQL server licences, but that's business and is besides the point; they don't care which browser you use.

      I hope that gets you over your paranoia.

      --

      My Karma: ran over your Dogma
      StrawberryFrog

    21. Re:But... by larry+bagina · · Score: 2

      It was dual licensed (commercial or LGPL) before the switch to (commercial or ) GPL. I don't know if they gave a coherent reason for the switch (although it was probably to discourage use of the free version) but they did make some bizarre claims about what needed to be GPL (which hasn't been tested in court) although I think they later got a little more realistic about server side being unaffected.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    22. Re:But... by Anonymous Coward · · Score: 0

      Happily, Microsoft announced that they won't change the license.

      Saying and doing are two different things.

    23. Re:But... by dkf · · Score: 1

      Just because you can access the source doesn't mean you have license to do anything with it. There own extensions, especially if contained in separate source files, do not need to be covered by the same license.

      But if your business model depended on keeping the code confidential you wouldn't send it over the wire to browsers to execute, whatever the license says, since you can be sure that people will poke around and probably half-inch bits and pieces of it. If you want it confidential, you don't send the source to the user.

      --
      "Little does he know, but there is no 'I' in 'Idiot'!"
    24. Re:But... by Jah-Wren+Ryel · · Score: 1

      If you are microsoft you would probably just LOVE it for some sucker to do that.
      Because then you can nail them on copyright infringement if they become a significant competitor.

      --
      When information is power, privacy is freedom.
    25. Re:But... by SanityInAnarchy · · Score: 1

      Closed source, for now. There's always the chance it will be opened in the future, but even if it was, there are other licenses to consider -- for example, we link against plugins which are MIT-licensed, and that's not GPL compatible.

      And we do contribute back to open source projects we use. So, really, EXT's loss is jQuery's gain.

      Now, the commercial license would be worth it. We're not against paying for things -- most of us use TextMate, for example, with legitimate licenses, and we have paid for Photoshop, and on other projects, Windows XP and Visual Studio.

      The problem is, EXT doesn't have anything we need that jQuery doesn't, and they've already made one major license change. It's pretty clear we can't trust them to be consistent, or to interpret the GPL correctly. Can't build on a platform that shaky, and don't really want to work with someone who can't tell the difference between client/server communication and library linking.

      --
      Don't thank God, thank a doctor!
  6. Re:Will they fix it? by Anonymous Coward · · Score: 1, Interesting

    Care to elaborate? I searched the bug tracker for http headers and Carewolf, but didn't see anything relevant, although that may be because the complete fuckwit who redesigned the website recently decided that it would be a good idea to use a font size that is half the size configured in the browser (flagged as !important no less). And no, don't tell me to adjust my settings. If I have to adjust my settings to make your design readable, then you have utterly failed as a designer on the most fundamental level. And I'm not a rock star, dickhead.

  7. Re:pity JS is crap to start with by cryfreedomlove · · Score: 1

    Because it is everywhere, including 100% of the browsers everyone already has installed.

  8. Re:pity JS is crap to start with by gbjbaanb · · Score: 1

    that kind of applies to all scripting languages. Besides, how many others are embedded in the browser?

  9. Re:Will they fix it? by Carewolf · · Score: 1

    My memory could be playing a trick on me, but I think jQuery was the framework that used x-json. Just google x-json.

  10. Re:pity JS is crap to start with by tobiasly · · Score: 3, Insightful

    it's slow, buggy, and prone to being abused. why are we still using it?

    Slow? Not with the next generation of JIT JavaScript compilers coming up in Firefox 3.1, Google Chrome, and WebKit. And I'm sure IE will get there someday. Buggy? Not sure what you even mean by that... particular implementations may be buggy, but a programming language cannot itself be buggy. Prone to being abused? Which language isn't?

  11. Re:Will they fix it? by Chaos+Incarnate · · Score: 4, Informative

    Said Googling does indeed show that your memory is playing a trick on you; it's Prototype that you're thinking of.

    --
    Benford's Corollary to Clarke's Law: "Any technology distinguishable from magic is insufficiently advanced."
  12. Coincidentally by Redlemons · · Score: 1

    Coincidentally, I was just looking through frameworks to use for a new project today and decided against using jQuery in favour of prototype and/or mootools.

    jQuery has a very nice website, but implementations seems slow and clunky on my ubuntu/firefox set-up.

    Why jQuery?

    1. Re:Coincidentally by PenguSven · · Score: 1

      Because jQuery is like XML (or JSON these days), Web 2.0 and AJAX. If you don't have it on your CV these days, you should convince your current employer they need to use it so you can add it to your CV.

      --
      What is...?
    2. Re:Coincidentally by thelawal · · Score: 3, Informative

      This may provide a reason why the chose jQuery over prototype: http://blog.creonfx.com/javascript/dojo-vs-jquery-vs-mootools-vs-prototype-performance-comparison

    3. Re:Coincidentally by Redlemons · · Score: 1

      That's a very interesting article. So whilst Prototype is (marginally) faster on linux, in the grand scheme of things it's pretty poor.

    4. Re:Coincidentally by foniksonik · · Score: 1

      My biggest problem with Prototype is that it doesn't play nice (last time I checked) with other libraries and you have to jump through hoops to do so.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
    5. Re:Coincidentally by chrysalis · · Score: 1

      It would be a very stupid reason to pick a framework over another one.

      Your link shows results from a benchmark. What does that benchmark? It just benches the speed of selectors.

      It tries tons of times to fetch DOM nodes from a fixed definition like "a A in a P in a DIV".

      If your application heavily depends on the framework's ability to fetch 10000 times the same element the same way, there's something really wrong with it.

      I can't understand how Javascript frameworks can be compared using such a benchmark.

      Moreover the Selectors API is coming to browsers, so this is going less and less significant. Prototype 1.6.0.3 (released today) supports it, every other frameworks will soon do.

      The real difference between frameworks in the time you need to build the app you need with them.

      When it comes to playing with the DOM and building visual components, jQuery is great.

      When it comes to working with data structures, Prototype fits like a glove, way much than jQuery.

      --
      {{.sig}}
    6. Re:Coincidentally by FLEB · · Score: 1

      Running 10,000 queries isn't a benchmark because it's a likely use of the library, it's a benchmark because 10,000 queries will create measurable timing differences where the difference in each one is too small to measure. An immeasurable timing difference might not seem like much, but for effects that have to run smoothly or synchronized, it can create undesirable visual effects. I've seen the difference in MooTools versus jQuery, for instance, in that a MT app often has smoother motion and fade effects than jQ.

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
    7. Re:Coincidentally by modmans2ndcoming · · Score: 1

      And according to Hannselminutes from last week (I think , I am backlogged a bit) ASP.Net Ajaxs works very well with jQuery.

    8. Re:Coincidentally by chrysalis · · Score: 1

      It doesn't play well with badly written Javascript that blindly use "for ... in ..." (not loops) in order to iterates over Objects and Arrays.

      Have a look at why it's bad: http://www.prototypejs.org/api/array

      Prototype doesn't do anything wrong here.

      But Prototype can play very well with any other library and with badly written code, using Protosafe : http://code.google.com/p/protosafe/

      --
      {{.sig}}
    9. Re:Coincidentally by chrysalis · · Score: 1

      You don't need to seek 10000 times for the same element. You can look it up *once* and store it. Avoiding useless DOM traversal is the basic of javascript optimization.

      If your visual effects depends on traversing 10000 times the DOM in order to always find the same node, something is seriously broken in your code, not in the framework.

      --
      {{.sig}}
  13. Not so funny [was: Will they] by Anonymous Coward · · Score: 0

    There's another way to kill such things: decommoditizing.

    Make the thing so complex that no one is willing/able to move anymore. Watch this happening in the "open" W3C standards, in (M)OOXML, nearly everywhere nowadays (WebDAV, anyone?).

    Kind of a denial-of-service attack. And the big corps have tons of resources to throw at this kind of game. They will always win.

    The only defense is a Benevolent Dictator With Good Taste (TM)

  14. Re:Will they fix it? by Anonymous Coward · · Score: 1, Funny

    And yet the baseless smear against jQuery is currently at 5, Interesting. Heckuva job, moddies.

  15. In other news by Anonymous Coward · · Score: 2, Funny

    jQuery announced that the next version of their popular library will leverage the power and versatility of Microsoft(tm)(r) Silverlight(r) for delivering the next generation of .NET based media experiences and rich interactive applications for the Web.

    "Freetards and other goddamn hippies need not apply." said jQuery's new maintainer, an oddly familiar, angry fat man. Going by the name of Stephan Ballmerano; he sports a beard, dark glasses, cape, and top-hat.

    "I have done it before, and I'll do it again. I'm going to fucking kill the GPL!" Ballmerano replied to a question on licensing, before lifting the top-hat to mop his bald head with a hankie.

  16. Re:pity JS is crap to start with by Sancho · · Score: 3, Interesting
    The programming language itself has many, many problems.
    • It's a fully functional language which uses a syntax almost identical to C.
    • It implements the awful === operator.
    • Boolean values can be True, False, Undefined, or Null (this is a side effect of being weakly typed)
    • It tries to be easy to program by assuming end-of-statement operators (';') at certain places if the function wouldn't otherwise parse. This makes it incredibly difficult to debug. I truly consider this a bug in the design.
    • It's a weakly typed language with a strong understanding of type. By this, I mean that any variable is actually a reference which can hold values of any type (though they're all just objects anyway.) This isn't so much a bug as a design decision, but it's important for understanding the below--
    • null.typeof returns 'object'. So does Array.typeof. That's just ... dumb.
    • The object which 'this' references has several different meanings depending upon the context.

    So those are only a few of the issues. It feels like it's trying to be several different languages all at once. Coupled with the issues above (particularly the inconsistent use of 'this' and the implicit semi-colons), well frankly, if any design could be considered buggy, I'd say that it's Javascript's.

  17. Yeah, I was... by WED+Fan · · Score: 1

    Outside of obfuscation

    Yeah, I was going to say the same thing. Considering some of the smaller scale, and a few of the larger, OSS projects have code so badly written, so badly commented that obfuscated javascript looks easy to read by comparison, how do you close a JavaScript project?

    --
    Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong fix.
    1. Re:Yeah, I was... by Anonymous Coward · · Score: 2, Insightful

      Javascript is copyright just like anything else. Just because you can see the code doesn't mean you're free to use it for your own stuff. For example, you can not legally use non-free Javascript off of any random website.

    2. Re:Yeah, I was... by WED+Fan · · Score: 2, Funny

      The difference being, sparky, is that the source is not closed, you can read it. It maybe closed in terms of copyright, but it's still open in terms of source access. As opposed to closed, compiled binaries where the source is not available.

      The discussion was about source code.

      --
      Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong fix.
  18. Re:pity JS is crap to start with by daemonburrito · · Score: 1

    Nearly every gripe with Javascript stems from the first and last items on your list. 99% of the javascript I come across is written as if it is C, which causes all sorts of confusion with scope and efficiency.

    Second and third, true enough, but Javascript is not alone.

    Other languages with tons of theoretical cred share the newline/semicolon problems (Haskell, for example).

    If more programmers understood functional idioms, Javascript wouldn't have such a bad reputation.

  19. Re:pity JS is crap to start with by dotancohen · · Score: 1

    Prone to being abused? Which language isn't?

    Javascript?

    --
    It is dangerous to be right when the government is wrong.
  20. Re:pity JS is crap to start with by Sancho · · Score: 1

    Nearly every gripe with Javascript stems from the first and last items on your list. 99% of the javascript I come across is written as if it is C, which causes all sorts of confusion with scope and efficiency.

    Yes, and I think it's a bad design to model the statements of a language against a different language, but completely change the semantics. An extreme example would be using the '+' symbol for subtraction. But I don't think that the typeof issues I mentioned are fundamental to functional programming languages. And I don't think that reusing bad design (===) excuses the language just because "Javascript is not alone."

    Other languages with tons of theoretical cred share the newline/semicolon problems (Haskell, for example).

    I haven't seen many other languages do this, but I still think it's a bad design. I'm sure that every programmer occasionally drops a semi-colon, and when they do, whitespace may be a significant factor in how the statement is interpreted. Good languages can have crappy features.

    If more programmers understood functional idioms, Javascript wouldn't have such a bad reputation.

    Even within the context of a functional language, I think that Javascript has some design problems that aren't going to go away (at least) due to legacy. A functional language can still return a useful type when you ask for it. A functional language does not have to have implicit semi-colons. A functional language can use different identifiers instead of three contextually different uses of 'this'.

  21. Re:pity JS is crap to start with by lwsimon · · Score: 3, Insightful

    You're basically arguing that since JS is not the language YOU want, its buggy. JS has its oddities, to be sure, but it is not "buggy" - its just very different. It also suffers from the same thing as PHP -- its easy to get into, but hard to master - so you get hundreds of thousands of shitty developers out there, and a handful of good ones. The shitty ones give the language a bad name, while the good ones build things like Gmail.

    --
    Learn about Photography Basics.
  22. This is just for cred by LeedsSideStreets · · Score: 3, Insightful

    Sure, Microsoft has taken stuff that is under a liberal license in order to not have to write it themselves - the BSD TCP/IP stack from back in the day comes to mind.

    But I believe this is something different. Even though this probably gives them some code they don't have to write, this is just to use a popular and growing JavaScript library to give ASP.NET MVC some much needed street cred, especially among open source leaning developers.

    Though jQuery is better as a general JavaScript library than anything they've come up with, they've had no trouble writing this stuff for themselves before. This is a non-Microsoft developer focused thing that says: "We're cool! jQuery is in the box!" and tries to attract people to their stack by allowing them to leverage their skills with a library they've used elsewhere instead of some MS-only library.

    1. Re:This is just for cred by quanticle · · Score: 1

      And? What's wrong with that? I use Visual Studio in addition to a number of open-source tools. I think this is a great inclusion into Visual Studio.

      --
      We all know what to do, but we don't know how to get re-elected once we have done it
    2. Re:This is just for cred by LeedsSideStreets · · Score: 1

      And? What's wrong with that? I use Visual Studio in addition to a number of open-source tools. I think this is a great inclusion into Visual Studio.

      There isn't anything wrong with it. It's a really good move on their part and no doubt a nice addition to the toolkit. I was merely trying to say they aren't just stealing it because they can't write it themselves, but including it for developers because they want at least some tools in there that the non-MS world uses.

      Microsoft seems to encourage staying with in-the-box tools that come with .NET or Visual Studio or otherwise come from Microsoft - if you've bought into developing with the MS stack you at least get good integration of everything, and developers recognize this. Putting jQuery in it will at least allow this intersection of Microsoft-blessed tools and tools that everybody else uses.

  23. Re:pity JS is crap to start with by Anonymous Coward · · Score: 0

    this is consistent, and its meaning is always dependent on context. It always refers the the instance the method was called for. If there is no instance specified, the global instance is used (which is also named window in a web browser).

    Just because this isn't consistent with other languages use of this doesn't mean its not consistent.

    JavaScript is a strongly typed, dynamic language. There is nothing weakly typed about it (though some operators perform automatic conversion, which I dislike in any language).

    Unfortunately, it is trying to be multiple languages all at once (Schema with C/Java syntax). But I think that's forgivable.

  24. jQuery vs. JavaScript "classes" by xdor · · Score: 1

    I'm just getting into the use of JavaScript for server and client interactions. I've been pretty impressed with what's available when you take the class-like approach. For the most part, I have had no issues with JavaScript browser differences (well, back to IE 6 anyway) It appears jQuery would make my scripts smaller, but I can do that by packing my scripts too. Why should I use a library that redefines what JavaScript does so well already on its own?

    1. Re:jQuery vs. JavaScript "classes" by modmans2ndcoming · · Score: 1

      It abstracts the more complex client-server interactions and lets you use a pre-built tool for such interactions rather than creating one yourself.

    2. Re:jQuery vs. JavaScript "classes" by Tweenk · · Score: 1

      The most imprtant feature of jQuery is that you can select groups of HTML nodes using CSS selectors, and modify them in bulk with a single function call instead of iterating over some array. I didn't use it too much, but this approach is extremely powerful and simplifies code a great deal. There are also simple and usable Ajax APIs and other assorted goodies, but the CSS selector idea is really brilliant.

      --
      Those who would give up liberty to obtain working drivers, deserve neither liberty nor working drivers.
  25. Not eating the dogfood? by tcr · · Score: 2, Insightful

    I was a little bemused by the Microsoft guy's blog... last screenshot before the comments.
     
    He needs to demo something non-trivial, so he switches to Firefox and Firebug.
     
    Tell me about it, Scott!

    --


    Information wants to be beer.
    1. Re:Not eating the dogfood? by Cocteaustin · · Score: 1

      Scott Guthrie has done that for years -- I've seen him give a demo at a conference where he asked at the start of his demo whether the audience wanted him to show it in IE or Firefox (the crowd chose Firefox). He is one of the most clueful Microsoft executives when it comes to understanding what web developers need.

  26. JQuery site down???? by Amamdouh · · Score: 1

    Apparently this news brought so much traffic to jquery.com the site has been inaccessible for me for more than two hours. !!

    1. Re:JQuery site down???? by SirJorgelOfBorgel · · Score: 1

      That's not uncommon even if the the site isn't slashdotted. It's getting a lot better, though :)

  27. That's great! by SirJorgelOfBorgel · · Score: 1

    Congratulations to everybody who has worked on jQuery!

    I have used jQuery extensively and it is easy to learn and easy to handle. In fact, I had been using JavaScript for quite a while before jQuery, but after I started using jQuery, read some source, wrote a few plugins, etc. (even some patches, including performance related ones), I feel my understanding of the weird and advanced things in JavaScript is also much much better - and it didn't require any hard work or thinking :)

    In comparison, before jQuery I used Dojo, which still gives me a headache just to think about. This is now some time ago though, so I will not bash Dojo as it's quite likely my specific problems with it have long been solved. However, Dojo never 'invited' me to become better at JavaScript myself.

    All in all, jQuery is a great tool, it makes JavaScript fun again, and it makes me feel sorry I'm hardly doing any webdevving anymore (imagine that!)

    1. Re:That's great! by dedazo · · Score: 1

      Agreed, and I have to say I'm happy for ASP.NET. I used Prototype for a while when the Ajax craze first started and I ended up switching to jQuery. Smaller, faster, better designed.

      Congratulations to the authors indeed. It's not easy to get $LARGE_COMPANIES to use things like these, let alone advertise the fact that they are using them or actually incorporate them into their existing products.

      --
      Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
    2. Re:That's great! by chrysalis · · Score: 1

      Also songratulations to everybody who has worked on Prototype!

      I have used Prototype extensively and it is easy to learn and easy to handle. In fact, I had been using JavaScript for quite a while before Prototype, but after I started using Prototype, read some source, wrote a few plugins, etc. (even some patches, including performance related ones), I feel my understanding of the weird and advanced things in JavaScript is also much much better - and it didn't require any hard work or thinking :)

      In comparison, before Prototype I used Dojo, which still gives me a headache just to think about. This is now some time ago though, so I will not bash Dojo as it's quite likely my specific problems with it have long been solved. However, Dojo never 'invited' me to become better at JavaScript myself.

      All in all, Prototype is a great tool, it makes JavaScript fun again, and it makes me feel sorry I'm hardly doing any webdevving anymore (imagine that!)

      jQuery is a great tool, too. It all depends on the application you are working on.

      --
      {{.sig}}
    3. Re:That's great! by SirJorgelOfBorgel · · Score: 1

      Undoubtedly Prototype is very nice as well. Never used it though, after Dojo (which was pretty heavy at the time, with lots of server requests) I decided to pick a new framework; jQuery and Prototype were the candidates at the time, and I picked jQuery. Not sure why I picked it over Prototype at the time, though, but this was already some time ago.

      Either way, the last part of your 'rewrite' seems to imply there are some specific cases where you'd pick Prototype over jQuery (or vice versa). Care to elaborate on these? Always an interesting read, at least for me.

  28. Re:pity JS is crap to start with by Sancho · · Score: 2, Interesting

    I guess that it depends upon your definition of "buggy." You can design a language where the Integer object has a destructor named "toString" if you want to. And if someone did that, I would consider the design to be broken.

    That's an extreme case, but it illustrates the point. Javascript takes common programming paradigms, structure, and syntax, and turns them on their heads. It would be nice if the designers had chosen to make Javascript look a little less C-like, but I suppose that it might not have gotten widespread adoption (despite mostly being used incorrectly due to the syntax).

    The real key is that in Javascript, you can say that you want something, and you get something different from what you want. I'm harping on the typeof "bug" because it's the most obvious. I have an object of type Array. I ask Javascript for the typeof that object. I get returned object. Ok. I have an object of type Integer. I ask Javascript for the typeof that object. I get returned Integer. The lack of internal consistency there should be considered a bug.

  29. Re:pity JS is crap to start with by Sancho · · Score: 1

    Arguments over the use of "this" aside, I guess that strong vs. weak typing is somewhat subjective. Wikipedia implies that there's plenty of debate and wiggle-room over what qualifies as a strongly typed language. There's enough implicit casting in the language for me to consider it weakly typed. In fact, this was a design decision so that Javascript would be easy to use for non-programmers.

  30. Not saying that... by Junta · · Score: 1

    Just saying until they act, we can not guarantee based solely on the license what they will do. They do say they will, but the legal obligations upon them do not mandate it.

    MIT license is fine, but you cannot predict traditional open-source sensibilities solely from an announcement mentioning the licens..

    --
    XML is like violence. If it doesn't solve the problem, use more.
  31. Re:pity JS is crap to start with by Sancho · · Score: 1
    You know, I had a well-reasoned, civil responses to most of your post. Then I got to this:

    null.typeof returns 'object'. So does Array.typeof. That's just ... dumb.

    So's your face.

    And I realized that you're just being a dick. Call me back if you want to have a real discussion on the merits of Javascript as a language. Until then, go to hell.

  32. Same thing here.. by Junta · · Score: 2, Interesting

    Was evaluating JS frameworks for an open-source project, and ext js was precluded due to license. The project was BSD licensed, and thus neither the commercial nor GPL license was appropriate.

    I understand their viewpoint (trying to make a business and community framework), but MIT licensed jQuery is much more amenable to other licenses.

    I've always thought software vendors when doing open source would prefer GPL on stuff they put out (force commercial adopters to use a more commercial license), and that software vendors leeching on the community prefer BSD (lower obligation on them).

    --
    XML is like violence. If it doesn't solve the problem, use more.
  33. Re:pity JS is crap to start with by discord5 · · Score: 1

    The good news is that nobody's forcing you to program in it.

  34. Re:pity JS is crap to start with by Anonymous Coward · · Score: 2, Interesting

    <historyLesson>

    null.typeof returns 'object'

    This was a bug. The original implementation used tagged pointers and the tag bits for objects were zeroes. Null was also represented by zero. The typeof method forgot to treat null as a special case so, coincidentally, the type came out as object. Netscape tried to change this (and various other bugs) when ECMA standardized the language, but MS (who'd done an almost perfect job of reverse engineering the language) insisted on backwards compatibility.

    </historyLesson>

  35. Re:pity JS is crap to start with by moderatorrater · · Score: 1

    Actually, I was making fun of the fact that you had no argument either. It was my way of saying that you had no substance to that particular point, therefore any response to the contrary need not have any substance. I chose "so's your face" because the fact that I've never seen your face would add a little extra stupidity to the comment. For all I know, you had your face switched with John Travolta's and are, therefore, quite a good looking man.

  36. Nokia does the work and MS ... by Anonymous Coward · · Score: 0

    Nokia does the work and M$ stands on the sidelines passive-aggressively finding ways to throw sand in the gears and share in the glory of anything they are unable to block.

    It's great that Nokia is working on jQuery, but the leaders are dumb funkers if they think that they will be the first to come out the better for a partnership with M$. JQuery could be good for Nokia if they are not chumps for M$.

  37. Re:pity JS is crap to start with by StrawberryFrog · · Score: 1

    Javascript ... The good news is that nobody's forcing you to program in it.

    If you want to write software for the web, this is not so; you have to know and use some javascript. The good news, some of that code is now jQuery's problem.

    --

    My Karma: ran over your Dogma
    StrawberryFrog

  38. Re:pity JS is crap to start with by Sancho · · Score: 1

    Fascinating. Microsoft finally gets something right (reverse engineering correctly) and in the process, they manage to copy a bug. Thanks for the lesson.

  39. Isn't IE the problem by hey · · Score: 1

    I think the main reason for jQuery and Prototype is to insulate the programmer from browser idiosyncrasies. And Microsoft's IE (mostly IE6) is the main cause of them!!!

  40. Bleh... by spottedkangaroo · · Score: 1

    I just had horrifying visions of MS jQuery .Net Visual Studio Professional.

    --
    Imagine if you weren't allowed to use roads because a bus company complained about your driving 3 times. --skunkpussy
  41. Speed isn't the real reason- its documentation by mckinnsb · · Score: 1

    This may provide a reason why the chose jQuery over prototype:
    http://blog.creonfx.com/javascript/dojo-vs-jquery-vs-mootools-vs-prototype-performance-comparison [creonfx.com]

    On the speed front: that isn't sufficient enough of a reason, and here's why:

    • The benchmarks are based on DOM selector tests. The code for the benchmark is not provided, so we don't really know in what manner he selected DOM elements, or if he even used the elements after selecting them. For instance: mooTools may be slower in picking a DOM element the first time, but part of the reason why it is slower is because it automatically extends the element to be of object type Element (with all functions associated - which is extremely convenient because you often want to operate on the element after selecting it) unless you tell it not to. There is a chance that he didn't tell mooTools to not extend the object. In addition, mooTools also adds the element to Hash object of all elements that are already extended - so you don't have to extend it twice. If he selected DOM elements twice in his benchmark, or had another benchmark that only focused on selecting elements twice, MT might be faster.
    • MT in this benchmark is in beta - its stable now. I'd like to see another benchmark with varied tests (see above) across more browsers to properly come to the conclusion that MS picked jQuery for speed. I'm assuming here that most people at MS are smart enough to understand the above.
    • If they picked jQuery for speed, why didn't they pick dojo for speed?

    On the "extendable/modular" front: I don't feel this is sufficient either, and here's why:

    • MT is just as extendable as jQuery. It is also just as modular as jQuery. Both are similar in terms of size, depending on your options. (Your mileage may vary.)
    • Prototype is fairly extendable, although in its recent incarnation , it can hardly be called "lightweight while being extendable" - see Scriptaculous.
    • By definition, javascript is a prototypical inheritance language, automatically lending extendability or modularity to nearly any framework. Thats the beauty of JS.

    MT and jQuery, in my opinion, are the best two frameworks available today for javascript developers - and I would like to say personally that I don't know anything about dojo, so unfortunately I have left it out of consideration. However, from my understanding, jQuery has more educational resources available both online and in print. Why? I don't really have the answer to that question. It could be that people who are inclined to write books about the subject like jQuery's style of coding more (although I like mooTools more), or perhaps it could be that jQuery is more "javascript-oriented", while mooTools tries to make javascript "object-class-oriented".

    One point I will concede is that jQuery allows multiple versions of itself to be instantiated on the same page, while mooTools really does not - although you can instantiate versions of mooTools in iframes and get away with it. However, personally, I prefer mooTools' approach. Having more than one version of a framework on a webpage - to me - is a maintainence nightmare, although I'm *positive* it sounds *delightful* to buisness people. Hence, I believe these two reasons (multiple instantiations, publications) are why jQuery was picked.

    Overall, though, I'm not miffed. jQuery is my second-favorite framework, and I don't develop much .NET anyway.

    1. Re:Speed isn't the real reason- its documentation by thelawal · · Score: 1

      I think the word "may" and the indefinite article "a" was used in my previous post. However, that's doesn't matter. Here is another reason for MS picking jQuery: http://www.google.com/trends?q=jquery%2C+mootools%2C+yahoo+ui%2C+dojo+(toolkit%7Cjavascript%7Clibrary%7Cframework)%2C+prototype+(toolkit%7Cjavascript%7Clibrary%7Cframework)&ctab=0&geo=all&date=all&sort=4

    2. Re:Speed isn't the real reason- its documentation by PietjeJantje · · Score: 1

      Ouch. Wow. Ladies and gentlemen, it seems we can declare a winner in the javascript library wars.

    3. Re:Speed isn't the real reason- its documentation by mckinnsb · · Score: 1

      Wow. You like graphs, don't you ? ;) That's a good one - it illustrates one of my suspicions nicely.

    4. Re:Speed isn't the real reason- its documentation by mckinnsb · · Score: 1

      I was just thinking to myself that the name might have a large part in jQuery's current popularity. Imagine the following conversation:

      Boss: So what did you pick for the website?
      You: mooTools.
      Boss: moo- what? Is that related to the flaming fox, thundering bird or that blasted penguin?
      You: Er..not directly..
      Boss: Out of my office! Bring me back acronyms or combinations of characters of the english alphabet with common words! Cute animals are not an element of success!

    5. Re:Speed isn't the real reason- its documentation by thelawal · · Score: 1

      I have to admit pretty color do have a certain draw for me. Although I would have thought that the graph would've been a little less lopsided.

  42. Re:pity JS is crap to start with by lwsimon · · Score: 1

    I understand the frustration on the "an Array is an Object", and I'll raise you one - there are no such things as associative arrays in Javascript.

    I see it all the time in tutorials - well, check this out: If I say var foo['first'] = 'first value' what I've really said is "Of the object referenced by 'foo', update the property 'first' to contain the string 'first value'." Since an Array is an Object, this is what happens when you try to assign text indexes to an array!

    After that, if you go back do a foo.length, it will return zero - because you've assigned a property, not an index.

    Javascript is certainly different, but I don't feel it is broken. That's sort of like saying Python is broken because variables don't "contain" data, but reference it. Learning to do string manipulation in Python will make you want to pull your hair out until you go back and read the docs thoroughly.

    --
    Learn about Photography Basics.
  43. Re:pity JS is crap to start with by Sancho · · Score: 1

    I'd forgotten about that one, but yes, that bugs me, too. It's slightly less irritating to me since Javascript doesn't explicitly declare an Associative Array object. But they do declare an Array object, so it seems to me that the typeof should return 'array' just like it does for strings, dates, etc.

  44. Re:pity JS is crap to start with by tobiasly · · Score: 2, Insightful

    I guess that it depends upon your definition of "buggy." You can design a language where the Integer object has a destructor named "toString" if you want to. And if someone did that, I would consider the design to be broken.

    No, the definition of "buggy" is not open to interpretation. If your language defines a destructor named toString, then that is a feature of the language, not a bug. Any implementation which does not correctly implement it is therefore buggy, but the language itself is not.

    Now, anyone is certainly free to argue whether a destructor named toString, or any particular feature of JavaScript, is a good idea, but saying that the language itself is "buggy" or "broken" is, by definition, incorrect.

  45. Bzzt by hemna · · Score: 0

    that's good enough reason for me to never use it.

  46. Re:pity JS is crap to start with by dkf · · Score: 1

    No, the definition of "buggy" is not open to interpretation. If your language defines a destructor named toString, then that is a feature of the language, not a bug. Any implementation which does not correctly implement it is therefore buggy, but the language itself is not.

    Now, anyone is certainly free to argue whether a destructor named toString, or any particular feature of JavaScript, is a good idea, but saying that the language itself is "buggy" or "broken" is, by definition, incorrect.

    While you're correct about "buggy" (which describes a deviation between specification and implementation), you're way wrong about "broken". Things most certainly can be "broken by design", which refers to the state of things when a specification says something that just can't be argued to be correct without the application of hallucinogens.

    Whether or not JS fits that bill is a matter of debate. (I'm not too fussed either way there TBH; I just prefer to use other things.)

    --
    "Little does he know, but there is no 'I' in 'Idiot'!"
  47. Re:pity JS is crap to start with by Anonymous Coward · · Score: 0

    These are all pretty subjective points. Some would consider C syntax a feature - why subject programmers to learning your favorite functional language's syntax? (Not that JS is pure functional either; you can easily have assignments and write imperative code.) Implicit semicolons - I've *never* been bitten by this, and languages like Ruby do it too without causing serious trouble. Just don't write more than 1 statement per line please. Typeof - just check for == null? JavaScript is weird in some areas, but it's also really good at facilitating web app development for people who already know C++/Java/C#/etc (virtually any programmer). If you think JS is buggy, then C++ must be a nightmare, but hey, it's only the next most popular language after JavaScript.

  48. The problem is not Microsoft by LS · · Score: 1

    but all the shitty microsoft-based sites that were thrown up in a day that will be including jQuery UI elements. Users will begin to see jQuery elements and associate them with shitty websites and they will become considered tacky/cliche despite their quality and usefulness. This is what I fear.

    LS

    --
    There is a fine line between being a cultivated citizen and being someone else's crop. - A. J. Patrick Liszkie
  49. Re:pity JS is crap to start with by Adam+Jorgensen · · Score: 1

    JS is actually a very decent language, it you don't go into it with certain pre-conceptions as to what to expect. It has more in common with things like Scheme than C...

  50. Re:pity JS is crap to start with by Anonymous Coward · · Score: 0

    The things you've listed are, by and large, opinion.