<slide title="Compress">
<blurb>
HTTP supports native compression by using Lempel-Ziv encoding 
(LZ77).  Its the same encoding mechanism used by the popular 
unix tool &lt;code>gzip&lt;/code>. 
</blurb>
<list title="Compression Advantages">
<bullet effect="slide">Greatly reduces bandwidth</bullet>
<bullet effect="slide">Cross browser compliant</bullet>
<bullet effect="slide">Compression can cache as well</bullet>
</list>

<list title="Compression Disadvantages">
<bullet effect="slide">CPU intensive on the Server</bullet>
<bullet effect="slide">CPU intensive on the Client</bullet>
</list>
</slide>
