Re: New AddResource handler: DojoAddResource

2007-09-23 Thread Ernst Fastl
Sounds great! I believe this will be helpful in dealing with new JavaScript includes in PPR responses ( TOMAHAWK-1054 ). Looking forward to checking it out :) regards Ernst On 9/21/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Ok, I've found the first problem, the stylesheets were inserted

Re: New AddResource handler: DojoAddResource

2007-09-23 Thread Martin Marinschek
Hi Mario, this is actually a pretty simple javascript trick - I would say you could do it without dojo in a few lines, and with this the dojo reference is not necessary! regards, Martin On 9/23/07, Ernst Fastl [EMAIL PROTECTED] wrote: Sounds great! I believe this will be helpful in dealing

Re: New AddResource handler: DojoAddResource

2007-09-23 Thread Mario Ivankovits
Hi! this is actually a pretty simple javascript trick - I would say you could do it without dojo in a few lines, and with this the dojo reference is not necessary! I'll have a look at it On 9/23/07, Ernst Fastl [EMAIL PROTECTED] wrote: I believe this will be helpful in dealing with

Re: New AddResource handler: DojoAddResource

2007-09-23 Thread Martin Marinschek
Hi Mario, this link might be helpful. http://cse-mjmcl.cse.bris.ac.uk/blog/2005/08/18/1124396539593.html regards, Martin On 9/23/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! this is actually a pretty simple javascript trick - I would say you could do it without dojo in a few lines,

Re: New AddResource handler: DojoAddResource

2007-09-23 Thread Mario Ivankovits
Hi! Hi Mario, this link might be helpful. http://cse-mjmcl.cse.bris.ac.uk/blog/2005/08/18/1124396539593.html Ah, looks even easier, does not require any ajax stuff then will have a look at it. Thanks! Ciao, Mario

Re: New AddResource handler: DojoAddResource

2007-09-21 Thread Mario Ivankovits
Hi! Ok, I've found the first problem, the stylesheets were inserted AFTER all the other stylesheets, so any overloaded stylesheet will be lost. Will think about if this can be fixed Ciao, Mario

Re: New AddResource handler: DojoAddResource

2007-09-21 Thread Mario Ivankovits
Ok, I've found the first problem, the stylesheets were inserted AFTER all the other stylesheets, so any overloaded stylesheet will be lost. Will think about if this can be fixed fixed! Ciao, Mario

New AddResource handler: DojoAddResource

2007-09-20 Thread Mario Ivankovits
Hi! I've started an experiment with our AddResource stuff - again. As you might know, we provide the StreamingAddResource which allows to add resources like javascript or css to the page without the need to buffer it and parse the response. Performance wise it should be a speedup, but