January 23rd, 2009Framework Scanner, Written in ExtJS by Mats Bryntse
Mats Bryntse, a great web developer and ExtJS expert has written a very cool utility that let’s you see how well the different JavaScript frameworks play with each other. Specifically, he looks at many of the most popular frameworks and calculates how many globals each one uses. This is important because if you happen to have multiple frameworks in your application (which is completely reasonable to do), you may have problems. The URL is as follows and must be run in Firefox).
http://mankz.com/code/GlobalCheck.htm
Here is an example result:
Don’t forget to push the "Start Analysis" button on the tool bar and you will see a collision matrix. For me, this is of particular interest because I use both ExtJS as well as Microsoft Ajax and I have a collision between string.format which has caused me problems. Here is what that collision matrix looks like:
This is a great tool! Nice to have such smart guys looking to make the world more transparent.









February 15th, 2009 at 6:21 pm
Thanks for this tool, my websites are largely extjs based.
January 17th, 2011 at 4:02 am
I think Code Igniter is the best Framework until now. However, after I’ve seen your tool for frameworks comparison I will try Dojo and Prototype Framework too. Thank you for your tool !
September 3rd, 2011 at 5:58 am
Complicated stuff, took a couple of reads to figure it out but I got there in the end, cheers