Slashdot Mirror


Microsoft Adding jQuery To Visual Studio

Tim Anderson writes "Microsoft's Scott Guthrie, Corporate VP of the .NET developer division, announced that the open source jQuery Javascript library will be integrated into Visual Studio, the main Windows development tool. Further, Microsoft will treat jQuery as a supported product within technical support contracts, and will use jQuery to build new controls for ASP.NET, its web platform."

11 of 67 comments (clear)

  1. And We'll Discuss It Again! by Anonymous Coward · · Score: 5, Insightful

    If this sounds familiar to you it's probably because we already talked about it.

    1. Re:And We'll Discuss It Again! by beuges · · Score: 3, Informative

      Not exactly what you were looking for, but how's about a dupe with only one story between it and the original?

  2. Re:Slashdot - release twice - read once by Anonymous Coward · · Score: 3, Funny

    I think read once is optimistic.

  3. jQuery rocks, no comment on Microsoft by operator_error · · Score: 3, Interesting

    Folks, lemme tell you whatever you remember from learning javascript is largely irrelevant, especially memorizing and learning to 'read' all those ugly syntactical structures of text. In a word, jQuery is 'efficient'. Also, you know all those ajax modal & pop-up windows you see on 'web 2.0' sites, with the soft rounded corners. That's probably jQuery, more likely than not, and it is *easy* to code for, across browser. If you've avoided learning Ajax, you were smart to wait for jQuery.

  4. Re:Scary by Firehed · · Score: 4, Insightful

    No kidding. Ever look at how AJAX is handled on .net sites created in VS? javascript:__doPostBack('ctl00$cphMain$lnkTotalDnsManager','')
    Talk about maintainable!

    I have to give credit where credit is due - master pages are pretty damn handy, but the rest of what I've worked with in VS seems like a bunch of cobbled-together nonsense produced by people who failed their programming classes with the goal of creating the slowest IDE in the history of the known universe.

    --
    How are sites slashdotted when nobody reads TFAs?
  5. Re:Yet another Microsoft ripoff by soliptic · · Score: 4, Informative

    I assume this is a deliberate troll because nobody could actually be that stupid. After all, you don't need to google jquery to see you have it completely backwards, it only requires reading the summary.

    In short: jQuery is not Microsoft's ripoff of anything, and they are not open sourcing it. It already WAS open source (dual MIT/GPL licensed), and it wasn't written by them. It was created by John Resig who now works for Mozilla.

    So far from being the latest example of MS's "Not Invented Here" problem, it's actually a suggestion that they may be overcoming NIH. And when you say "They could have joined the existing communities and worked with them" - that's what they did.

    If you really must come out with a standard-issue anti-MS troll, I believe the "they'll embrace, extend, extinguish it, just you wait and see" one is the correct one to use in this situation.

    Oh, and as for Prototype/scriptaculous doing it better... *shrug* well I prefer jQuery but it's obviously a matter of opinion to some extent, so if you found you prefered them (or mootools, or YUI, or whatever), fair enough. That said, your given justification is off target, jQuery has a plugin system so if you don't want a bunch of UI level stuff but just the "lower-layer stuff", that works too. Admittedly the distinction of what is lower layer and what is plugin may be slightly different between projects, and jquery core does include some animation related stuff, but still, you can't realistically imply jquery is monolithically bloated.

    *sigh* I guess I shouldn't feed the trolls.

  6. Re:Microsoft incorporating Open Source? by dedazo · · Score: 4, Interesting

    Because the jQuery maintainers are going to happily incorporate Windows-only modifications made by Microsoft to the library, correct?

    Because "we'll be shipping jQuery as-is, and submit patches to it like everyone else" means something weird and wacky you must have deduced ahead of us. Correct?

    Actually I'm at a loss here. Could you enlighten us as to how these evil tricksies will take place.

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
  7. Re:Dupe by punkass · · Score: 4, Insightful

    He posted less than a minute after the first poster...don't be a douchebag.

    --
    "Nobody owns the fucking words man." - James Dean
  8. Re:Yet another Microsoft ripoff by Maudib · · Score: 3, Interesting

    I really doubt that this is a case where extend and extinguish is really viable or intended. Its not like jquery is some fundamental piece of open source that it's destruction would advance ms in any way, as you note there are tons of other similar active great projects.

    If they wanted to extinguish it then I doubt they would make it such a core piece of Visual Studio. It sounds to me like they finally realized how retarded visual studio was compared to what was freely available and decided to just integrate with a good existing project. If anything I think that in this specific area they plan on working with the community in a positive way.

    so at worse I think we will see some unpleasant branching or the addition of some lame IE specific code. Its a rare case where one can say kudos MS! They integrated with a good project for the right reasons.

  9. Re:Yet another Microsoft ripoff by naoursla · · Score: 3, Interesting

    I am one of the developers working on javascript support in VS. I am working very closely with jquery support. Our goal is to get as many developers as possible using our tools. That means supporting libraries that web developers want to use.

  10. eclipse/netbeans by jefu · · Score: 3, Interesting

    Is there any similar effort toward building eclipse/netbeans/??? IDE's for jquery?