Displaying 3 results from an estimated 3 matches for "ofuscation".
Did you mean:
obfuscation
2006 Nov 24
5
Merge, Compact Ofuscate or Compress Javascript Lib ?
Hi !,
A little question about JS Lib manipulation...
- I found that DOJO toolkit gives a DOJO Compressor jar file to
compress JavaScript
http://dojotoolkit.org/docs/compressor_system.html
- On the other hand there''s no docs in Prototype or Scriptaculous and
prototype files are merged.
Why ???
1. Compacting file will reduce bandwidth but is it useful with a
server that gzip .js ?
2.
2006 Sep 19
2
emule047c too many files
I execute emule 0.47c (because Amule and mldonkey doesn't have protocol
ofuscation support) but I have some problems:
1.- I import the incoming + temp directories from amule, 250 downloads
inside => error too many open files.
To solve this, I try to import 20 files, next 20 files more, next 20 files
more, in batch process.
2.- But when I use emule, the same error appears in...
2006 Apr 02
13
autocompletion: hooking ''afterUpdateElement'' in Rails
Hi everyone,
I need to trigger a Rails action after the autocompletion is completed
(when the user has selected an option).
From the scriptaculous doc, I figured out ''afterUpdateElement'' is the
place to be but I wonder if/how and where I can hook my javascript code
to this event in Rails code (I''d like to keep using the helper, if
possible)?
I tried passing many