Author |
Message |
cyro
Joined: 26 May 2007 Posts: 6
|
Posted: Tue Sep 25, 2007 7:33 pm Post subject: Encoding/compress JavaScript |
|
|
Hello,
is there a way to integrate dean edwards javascript compressor in ionCube encoder? Maybe as a plugin?
the compressor can be found here: http://dean.edwards.name/packer/
... or any other js compressor?
cu
cyro |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Tue Sep 25, 2007 11:12 pm Post subject: |
|
|
Not currently, but many thanks for the link. _________________ Community Admin |
|
Back to top |
|
 |
cyro
Joined: 26 May 2007 Posts: 6
|
Posted: Mon Feb 18, 2008 3:50 am Post subject: |
|
|
Hello Nick,
is there a little chance to see this feature in a update in near future?
Since everybody ask for ajax there is more and more java script code in my projects. It would be very handy, when ionCube would not only crypt my php files but also compress the js code.
cu
cyro |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Mon Feb 18, 2008 12:32 pm Post subject: |
|
|
I can't give any date, but what you are thinking about is compatible with our own thinking. _________________ Community Admin |
|
Back to top |
|
 |
dorianz
Joined: 13 May 2011 Posts: 1
|
Posted: Fri May 13, 2011 11:29 am Post subject: |
|
|
Old post but I wonder how it works a avascript compressor in ? |
|
Back to top |
|
 |
smajohn
Joined: 24 Jan 2012 Posts: 2
|
Posted: Tue Jan 24, 2012 1:54 pm Post subject: |
|
|
Hi, dorianz, Javascript compressor is based on the principle that letters that appear more frequently should have a smaller code than the ones that are used less often. So, in the English language, vowels would be used more than the letter 'z', and would get shorter codes. This javascript-based compression example uses this method to compress whatever you give it. |
|
Back to top |
|
 |
|