Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Radical Thought: tighter code/codecs reduce nee (Score 2, Informative) 683

You can compress html pages.. Try reading about the apache module mod_deflate. Gzip works fine.
http://httpd.apache.org/docs/2.0/mod/mod_deflate.h tml

If you viewed the source of google and their css files you will see that they even remove the whitespace and rename javascript variables to be shorter.

I would also argue that most bandwidth usage is not on text (html, css, xml or whatever). But most bandwidth is used for images, archives, video and audio. JPEG, GZ, DIVX, MP3 are all efficient.

Slashdot Top Deals

Nothing will ever be attempted if all possible objections must be first overcome. -- Dr. Johnson

Working...