Re: Javascript frameworks

2008-11-03 Thread Onno Scheffers
Hi César, on the most popular setup (Windows XP with IE or Firefox), Prototype and YUI are really slow compared to the other frameworks (2x-3x as slow as JQuery). On OSX Prototype actually seems to be a little faster than JQuery. It's actually quite shocking how slow Javascript runs on Firefox/OS

Re: Javascript frameworks

2008-10-30 Thread César Lesc
I did the tests with Windows and Mac, with FF, Safari and IE and prototype only is the slowest with IE but not too far from YUI, in fact is pretty fast with the others browsers. César. - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Javascript frameworks

2008-10-30 Thread Olivier Jacquet
This has come up before: http://mail-archives.apache.org/mod_mbox/tapestry-users/200710.mbox/[EMAIL PROTECTED] and http://www.google.be/search?hl=nl&q=jquery+T5+site%3Amail-archives.apache.org%2Fmod_mbox%2Ftapestry-users%2F&btnG=Zoeken&meta= So it seems it would be possible but a whole lot of

Re: Javascript frameworks

2008-10-30 Thread Toby Hobson
I agree that it would be nice to be able to swap out the JS implementation because I am not a great fan of Prototype. Personally I would go with YUI or GWT. However I believe Prototype is pretty much ingrained into T5 :( Just my 2c worth! Toby 2008/10/30 Onno Scheffers <[EMAIL PROTECTED]> > I j

Javascript frameworks

2008-10-30 Thread Onno Scheffers
I just stumbled upon this link that lets you test the performance of selectors in different Javascript libraries: http://jamesdonaghue.com/static/peppy/profile/slickspeed/ Prototype doesn't look very good from that tests and that's pretty much in line with my own feeling after having used JQuery