Web Design Stuff
- September 26th, 2003
- Write comment
Some linkage today for those of you who are interested in web design:
First up, Listamatic, a collection of ways you can use CSS to style lists, like I have on the left. There’s also a tutorial here. Basically, the argument goes that, if you’ve got a list of links forming a navigation bar, then the best way to structurally represent that in your HTML document is with a list. Then you can use CSS to change the formatting of the list to make it look pretty much however you want. That’s the beauty of CSS.
Secondly, that site has a nice list of articles about various web design issues. Also handy links about general web design/CSS use issues are: A List Apart, run by CSS guru Zeldman, Position is Everything, a handy list of techniques and discussions, and Eric Meyer’s css/edge, a collection of simply amazing effects that can be pulled off with html, CSS, and a compliant browser. Also handy is Meyer’s list of CSS Links. And for testing your layout, nothing’s better than Loren Ipsum, the fake Latin text that’s been used for layout testing for centuries.
There’s all sorts of cool stuff you can do with CSS, especially to do with accessibility and different media types. For example, you can set up your pages so that you get a ‘printer friendly’ page automatically when you try and print, by setting specific rules for print media that hide extraneous detail.
