[Proto-Scripty] Re: perf.js Initial Thoughts

2010-10-13 Thread msacks
TaskSpeed doesn't seem to have open sourced their code though, and they don't profile the performance of the JS as it pertains to different browsers; whereas perf.js does. Would there be any interest in me open sourcing this project? On Oct 6, 7:41 am, Tobie Langel wrote: > There's a very similar

[Proto-Scripty] Re: perf.js Initial Thoughts

2010-10-13 Thread msacks
This is most certainly a Facepalm moment for me. Thanks for the heads up though, Tobie. On Oct 6, 7:41 am, Tobie Langel wrote: > There's a very similar project called TaskSpeed[1]. > > Best, > > Tobie > > [1]http://dante.dojotoolkit.org/taskspeed/ > > On Oct 6, 1:54 am, msacks wrote: > > > > > I

[Proto-Scripty] Stack overflow... ???

2010-10-13 Thread Phil Petree
Hey All! In my html doc I have a series of images... one for aol, yahoo, gmail, facebook etc. and each image in written like this: In my javascript file I have setSelect defined like this: function setSelect(strID, strValue) { var selectIDTemplate = new Template('#{matchID}'); var selectTemp

[Proto-Scripty] Re: Ajax.PeriodicalUpdater not working in IE

2010-10-13 Thread T.J. Crowder
Hi, > When i tried on IE 6, IE 9 . I get no output neither i get any error. That's very strange, you should at least be getting an error. It's very hard for people to help you if you don't post any of the relevant code. Your best bet for this sort of thing is to create a complete, self-contained

[Proto-Scripty] Sending parameters back after an AJAX request

2010-10-13 Thread Vlad Valica
Hello all, I would like to have an advice for the following case presented here below: I have the following HTML element: in JS function called showResult(id) { I'm calling: new Ajax('components/com_toto/ajaxHandler.php',{postBody:'id='+id, onComplete: showTitit, update:'new'}).request(); }

Re: [Proto-Scripty] Re: Ajax.PeriodicalUpdater not working in IE

2010-10-13 Thread AshishSingh Bhatia
Hello , I have an application on localhost that generated times. I am using periodical updater so that the page displays the latest time by requesting the application. When i run it on firefox , chrome it works as smooth as butter. ;) When i tried on IE 6, IE 9 . I get no output neither i get a

[Proto-Scripty] Re: Ajax.PeriodicalUpdater not working in IE

2010-10-13 Thread T.J. Crowder
Hi, You might check out 1.7RC3, it has IE9 support: http://prototypejs.org/2010/10/12/prototype-1-7-rc3-support-for-ie9 HTH, -- T.J. Crowder Independent Software Engineer tj / crowder software / com www / crowder software / com On Oct 9, 7:57 am, asb wrote: > Hello, > > Ajax.PeriodicalUpdater i