2004-04-26 (#)
Several updates to the page about the Dell latitude C640 laptop and Linux including fun with kernels, gcc and still no working IrDA.
2004-04-14 CSS-isms
HR NOSHADE in CSS:
HR {
border-style: solid;
}
having really centered objects and tables:
div.centered {
text-align: center;
}
div.centered table {
margin: 0 auto;
text-align: left;
}
Fixing the problem with floats that flow out of their containter