[Pro] Scriptaculous-Packed or Prototype-Packed

I found out in some of my pages I have one and in others I have the other.

What is the rule, or it doesn’t matter.

And another thing since I am learning, when exactly I need to use it, I am asking because I found I had Protaculous in a page that had no actions.

Thanks for any help.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Scriptaculous-packed includes Prototype-packed as well. Scriptaculous
cannot run without Prototype.

Walter

On Oct 3, 2010, at 11:58 PM, kitesurfer3 wrote:

I found out in some of my pages I have one and in others I have the
other.

What is the rule, or it doesn’t matter.

And another thing since I am learning, when exactly I need to use
it, I am asking because I found I had Protaculous in a page that had
no actions.

Thanks for any help.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks, so I should always use “Scriptaculous-packed”


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you need the effects of Sctiptaculous, then yes. If all you need is
prototype, then you can choose prototype-packed.

A word about the “un-packed” versions: these are there for when you
are debugging your code. The packed versions have had all of their
function and variable names replaced with individual letters, and the
whole thing mashed down to three or four lines of text. It’s murder to
figure out what’s wrong when the error message says the problem is on
line 1!

Once you have everything working nicely, switching to the packed
versions saves you about two-thirds the total file size.

Walter

On Oct 4, 2010, at 12:24 PM, kitesurfer3 wrote:

Thanks, so I should always use “Scriptaculous-packed”


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options