What Would You Like From Your Framework?

By  on  

We all have our JavaScript frameworks of choice and one or two we can pick up when we need to. Unfortunately, not all of them have a certain plugin or functionality that another one has. My question to you is:

What's your favorite framework and which functionality, from another framework, would you like added to your framework?

It could be a plugin. It could be a syntax style. I'd love to hear what you would like added to your favorite framework. And who knows? Maybe another reader can point you to an existing plugin.

Recent Features

  • By
    CSS Filters

    CSS filter support recently landed within WebKit nightlies. CSS filters provide a method for modifying the rendering of a basic DOM element, image, or video. CSS filters allow for blurring, warping, and modifying the color intensity of elements. Let's have...

  • By
    CSS Animations Between Media Queries

    CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...

Incredible Demos

  • By
    DWRequest: MooTools 1.2 AJAX Listener & Message Display

    Though MooTools 1.2 is in its second beta stage, its basic syntax and theory changes have been hashed out. The JavaScript library continues to improve and become more flexible. Fellow DZone Zone Leader Boyan Kostadinov wrote a very useful article detailing how you can add a...

  • By
    MooTools Equal Heights Plugin:  Equalizer

    Keeping equal heights between elements within the same container can be hugely important for the sake of a pretty page. Unfortunately sometimes keeping columns the same height can't be done with CSS -- you need a little help from your JavaScript friends. Well...now you're...

Discussion

  1. I’ll go first. I’d like for MooTools to implement a function that duplicates jQuery’s “selectables” plugin:

    http://docs.jquery.com/UI/Selectables

    After selecting the elements using your mouse, you could manipulate them much like when you use $$().

    I’m not aware of a MooTools plugin like this. It’s something I may look at in the future.

    What do you think?

  2. I’m with jQuery. For most stuff it’s just PERFECT. The main problem is with animations of big documents. As far as i know, MooTools make a better job with this kind of documents.

    So, i need the Moo performance into jQuery :P

  3. I am with MooTools, however I admit that the selectable plugin is neat.

  4. I’ve started to use Mootools 1.2 however it isn’t supported by my IDE, Aptana. So for me, I guess I need the same level of support as JQuery has in my development tools. Yes, I realize this isn’t a feature of either framework, however, ease of development does heavily influence the choice.

  5. Im a MooToolian and I love it, fast, logical. Don’t think there anything I miss from MochiKit, and I haven’t experienced anything in Prototype, YUI or jQuery that I would particularly want to make part of MooTools. Recently had to work on a project with jQuery and I only came away thankful that MooTools is so easy!

  6. Im a mootools fan :) YIPPEE

    ahem – I would love however the ability to hotspot or tag people, items, places in images and I just cant find anything or anyone who has done this with moo yet :(

  7. Lil-tone

    I generally choose the framework dependent on what it can achieve in terms of the site i’m publishing… I have ended up with JQUERY a lot of the time simply because fo the variety of scripts already published for it. I would like to see the teams of all 4 of the most popular frameworks hot desk for a while. See if they can at least eliminate one of them as the overlap is ridiculous.

    Basically I’m not a programmer and want lots of pre-built annotated samples to plunder to shrink my development time.

  8. i’m a Mootools user, like stated before I would also like to see the selectable plugin.

    I would also like to respond to the comment of

    Dwight Blubaugh

    This is possible in Aptana, you have to add the support manually If I’m not mistaking.. Aptana supports 1.1 by default.. but you can add support for 1.2 ;-) checkout the forums to see how to do this :)

  9. Moooootooools

  10. Thanks Erhan I’ll try to find that info on the Aptana forums. I found some info about building a library/plugin and started to wade through all the bits and pieces. It looks to be a bit more than I can do by myself.

    I understand that Aptana supports Mootools 1.1 but why would I program to an old standard if I don’t have to? It is good they do support it for the folks that have to continue to use 1.1 and can’t migrate just yet. But come on, Mootools 1.2.1 is out and sounds like new stuff is already in the works.

    I guess it comes down to Aptana folks prefer and support the latest versions of other frameworks and that makes me question if Mootools isn’t really the way to go. Do Mootools developers use other IDE tools that I should know about?

  11. dwight I’ll get back to you tonight, I’ll help you out on how to support 1.2..
    I have no clue if other developers use an other IDE, but personally I have tested several sotfware and which Aptana comes out the best..

    their new cloud service is awesome =]

  12. I’m missing great and well documented xml support. Nowadays mootools doesn’t do anything standard with xml and it would be great when they do in the future.

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