Hi Fatih,

>>  Since I have started  to Ajax and qooxdoo, I was facing with large
>>     size
>>     of xml and js files. So I had started to code Huffman algorithm or
>>     gzip
>>     implementation in Javascript. However, I had looking for a library
>>     for
>>     this. At the end of searching on Internet, I found.
>>     I am planning for using decompression for loading these large size of
>>     files. For example, a server-side script(php, asp) compress the
>>     xml file
>>     that we requested, and our qx application loads it and
>>     decompresses it.
>>     So our xml file is loaded very fast.
>>     I am asking for a decompression property in remote.Request. I think,
>>     this would be nice for boost up our scripts. The Huffman algorithm in
>>     Javascript is here:
>>     http://rumkin.com/tools/compression/compress_huff.php
>>     
If the browser and the server support gzip compression this is the best 
solution. This will then work with XMLHTTPRequest as well. The browser 
will transparently decompress the data. Only if You have a browser which 
does not support compression (like IE 6)  you need this kind of compression.

Best Fabian

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to