When JavaScript Frameworks Collide

By  on  

Though their theories on JavaScript coding differ, JavaScript framework developers keep a tight lip when it comes to commenting on other frameworks. When another framework is brought up, the developer usually gives generic responses like "they're doing good work" or "they've got a unique approach." Anything outside of this response seems to gain unwanted attention, which is exactly what MooTools' Olmo did last week.

Here's the sequence of events that led to his eventual departure from MooTools:

  1. Olmo gave a presentation about MooTools in which he said some inflamatory comments about the jQuery framework and posted it on the official MooTools Blog. The blog post has been taken down but you can view the video below.
  2. jQuery developer John Resig wrote an article entitled I Learned Some Things About jQuery Today. The article was a sarcastic piece summarizing the offensive points of Olmo's presentation; it got quite a bit of attention.
  3. MooTools lead developer, Valerio, expelled Olmo from the project and wrote a very sincere apology on the MooTools blog. Read the comments -- they're quite interesting. Some parting shots were taken by Olmo toward another MooTools developer Aaron Newton.
  4. Olmo replied directly to John, apologizing for his comments.

Though Olmo's comments were interesting, they were also unfounded and irresponsible (from the mouths of John, Valerio, and Olmo himself). Check out he video for yourself.

Olmo's Presentation


LA Developers Meetup - OCT 7 - Olmo Maldonado from will jessup on Vimeo.

Prototype vs. MooTools vs. jQuery

Prototype team member Justin Palmer wrote an article about articles that compare the major JavaScript frameworks. This stirred up fury from the jQuery camp. MooTools developer Aaron Newton chimed in and unintentionally threw more fuel into the fire. Check out the article.

Recent Features

  • By
    Responsive and Infinitely Scalable JS Animations

    Back in late 2012 it was not easy to find open source projects using requestAnimationFrame() - this is the hook that allows Javascript code to synchronize with a web browser's native paint loop. Animations using this method can run at 60 fps and deliver fantastic...

  • By
    6 Things You Didn’t Know About Firefox OS

    Firefox OS is all over the tech news and for good reason:  Mozilla's finally given web developers the platform that they need to create apps the way they've been creating them for years -- with CSS, HTML, and JavaScript.  Firefox OS has been rapidly improving...

Incredible Demos

  • By
    Form Element AJAX Spinner Attachment Using MooTools

    Many times you'll see a form dynamically change available values based on the value of a form field. For example, a "State" field will change based on which Country a user selects. What annoys me about these forms is that they'll often do an...

  • By
    Record Text Selections Using MooTools or jQuery AJAX

    One technique I'm seeing more and more these days (CNNSI.com, for example) is AJAX recording of selected text. It makes sense -- if you detect users selecting the terms over and over again, you can probably assume your visitors are searching that term on Google...

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!