I haven't posted for a while… mainly because I have been working on Aggreg8 and on my Multimedia Technology Project, I've mentioned it before, an implementation of the LZW compression algorithm, I have it working for ascii text documents, I can compress a 10kb file to a 5kb file. It's pretty cool really. Here's the output form the compression.
Compressed file : "ca438ContAssess.txt.lzw" (4631 bytes)
Decompressed file : "ca438ContAssess.txt.lzw.out" (9083 bytes)
Decompression Dictionary file : "ca438ContAssess.txt.lzw.out.dct" (199666 bytes)
Number of entries in Dictionary : 3491
Minimum code size : 7
Maximum code size : 12
Which I am quite proud of. It seems that Mozilla now comes fully equiped with the kitchen sink. see : http://www.mozilla.org/catalog/web-developer/examples/kitchensink.xml . This example is now loaded into the new releases of Mozilla because of comments that Mozilla was a bloated product and might as well include the Kitchen sink(i.e. it comes with to much).