Files
Rasmus Lerdorf d82c4db9ae Generalize slider code to get ready for multiple effects. Use
effect="slide" instead of slide="1" now in the bullet tag.
2002-07-26 07:13:53 +00:00

18 lines
604 B
XML

<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>