[Proto-Scripty] Re: Forcing external Javascript files to be included in head of document - why?

2010-05-27 Thread T.J. Crowder
Oh, by the way, if you're interested in page load performance, don't
use scriptaculos.js at all. Load the specific parts of it you need
(effects.js, dragdrop.js, etc.) yourself -- which you can do anywhere.

-- T.J.

On May 27, 8:14 am, "T.J. Crowder"  wrote:
> Hi,
>
> Note: I'm not part of the script.aculo.us project team.
>
> > What nonsense.
>
> Not to put too fine a point on it, that (and the whole tone of your
> post) is not..constructive.
>
> Log a ticket on the scripty project _suggesting_ a change, minus
> hyperbole and whinging.
>
> Flies:
>    Honey:   1
>    Vinager: 0
>
> I'm just saying.
> --
> T.J. Crowder
> Independent Software Consultant
> tj / crowder software / comwww.crowdersoftware.com
>
> On May 26, 5:21 pm, fritzthecat  wrote:
>
>
>
> > Hi. I am just playing with script.aculo.us for the first time and
> > noticed external js files need to be included in the head of the HTML
> > document for it to work.  What nonsense.
> > I've followed this 
> > threadhttp://groups.google.com/group/prototype-scriptaculous/browse_thread/...
> > about YSlow and the discussion that goes with it, but in the end
> > surely it's none of your business where in the document we chose
> > include our files?
>
> > I have changed $$('head script[src]').findAll(...  to $$('html
> > script[src]').findAll(... in scriptacolous.js and it seems to work
> > well and pick up the js files wherever they are. Surely that's the
> > sensible option?
>
> > Thanks for the library anyway, although I must admit I am only using
> > it because it comes with Apache Tapestry.

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Re: Forcing external Javascript files to be included in head of document - why?

2010-05-27 Thread T.J. Crowder
Hi,

Note: I'm not part of the script.aculo.us project team.

> What nonsense.

Not to put too fine a point on it, that (and the whole tone of your
post) is not..constructive.

Log a ticket on the scripty project _suggesting_ a change, minus
hyperbole and whinging.

Flies:
   Honey:   1
   Vinager: 0

I'm just saying.
--
T.J. Crowder
Independent Software Consultant
tj / crowder software / com
www.crowdersoftware.com


On May 26, 5:21 pm, fritzthecat  wrote:
> Hi. I am just playing with script.aculo.us for the first time and
> noticed external js files need to be included in the head of the HTML
> document for it to work.  What nonsense.
> I've followed this 
> threadhttp://groups.google.com/group/prototype-scriptaculous/browse_thread/...
> about YSlow and the discussion that goes with it, but in the end
> surely it's none of your business where in the document we chose
> include our files?
>
> I have changed $$('head script[src]').findAll(...  to $$('html
> script[src]').findAll(... in scriptacolous.js and it seems to work
> well and pick up the js files wherever they are. Surely that's the
> sensible option?
>
> Thanks for the library anyway, although I must admit I am only using
> it because it comes with Apache Tapestry.

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.