in reply to Re^6: Web forum markup language and the Monastery ([[...]])
in thread Web forum markup language and the Monastery
You start saving significant bytes once you say:
<h1>Heading</h1>
With some CSS for the heading, compared to:
<p><font size="+2" color="red">Heading</font></p>
On every single heading. On any modern (HTTP/1.1-compliant) HTTP server and client, the connection will be left open, making cost of the extra request for the cache-check nearly zero.
"There is no shame in being self-taught, only in not trying to learn in the first place." -- Atrus, Myst: The Book of D'ni.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Web forum markup language and the Monastery ([[...]])
by Anonymous Monk on Jan 17, 2005 at 16:16 UTC | |
|
Re^8: Web forum markup language and the Monastery ([[...]])
by Anonymous Monk on Jan 19, 2005 at 14:24 UTC | |
by hardburn (Abbot) on Jan 19, 2005 at 15:58 UTC | |
by Anonymous Monk on Jan 19, 2005 at 18:08 UTC |