Topic: Framework @ jQuery (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=32301" title="Pages that link to Topic: Framework @ jQuery (Page 1 of 1)" rel="nofollow" >Topic: Framework @ jQuery <span class="small">(Page 1 of 1)</span>\

 
argo_navis
Bipolar (III) Inmate

From:
Insane since: Apr 2008

posted posted 07-05-2011 12:56

Hello,

I've been juggling a bit with jQuery and doJo. I don't like dojo. I mean : engineering-wise, it's quite the masterpiece, super smart and well done. But it makes for a less convenient overall syntax

jQuery on the other hand is slick. Super slick.

But the plugin system makes it a sparse effort, an API, NOT a framework.


And there are a number of wonders, such as (arguably) jQuery UI, jQuery forms, doTimeout and other similar plugins by Ben Alman (http://benalman.com/projects/jquery-dotimeout-plugin/), plugins for canvas and webGL - the Sencha APIs are highly interesting namely. There's this jQuery plugin jungle of sorts, and no single point of inclusion.

Eq. if I want to "pack" a lot of jQuery plugins into a bundle, I have to do it by hand.

With the advent of modern web technology, it's possible, fairly easy even, to download scripts on the fly though, and assemble components of a framework at will.

So I am starting a project, codenamed jQuery.framework, to resolve dependencies, and "bundle" jQuery packages on the fly. Something like :

code:
$(document).ready(function(){
    $.framework("load",{"ui","forms","doTimeout"}, function(callbackArgs){
        ... And callbackArgs could contain an array of success/failure status
        ... For each plugin, for example. 
    });
});



Would love your input on this.

argo_navis
Bipolar (III) Inmate

From:
Insane since: Apr 2008

posted posted 07-13-2011 21:56

http://solar-logos.appspot.com/static/projects/jQuery.packets/index.html



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu