April 2010
1 post
Liquid Layouts and Matrix Transposition
Liquid layouts: the practice (among other things) of rendering a single ul/li group (like this):
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
<li>6</li>
<li>7</li>
<li>8</li>
<li>9</li>
<li>10</li>
...