On Wednesday 29 September 2004 6:48 am, Denis Oliver Kropp wrote: > Hi, > > I'm currently working on a web site rewrite. New design > and new code, but current content for now. I would like > to get feedback on the design. I've tested it with galeon, > mozilla, IE and Opera.
Konq looks kinda funny, but then it always does so probably not much to worry about. Looks great on Firefox. > > http://212.227.36.83/directfb/index.php > > It's much faster than the old crap, even locally the CPU load > dropped to 1/10 of what it took before (layout etc). > > Using stylesheets, I'm a total beginner, so if something could > be done better, please tell me. Especially the table stuff still > sucks. It looks like a good use of css. One thing I will mention is that I dislike having a website dictate fonts to me. e.g. arial helvetica should also have a generic option in case the user has neither of those fonts... e.g. (From css spec) <generic-family> The following generic families are defined: 'serif', 'sans-serif', 'cursive', 'fantasy', and 'monospace'. In the above case, it would be sans-serif. Now I know arial and helvetica on pretty much everyones system anyway, but its a good habit to get into to include a generic name. In fact I would go so far as to say only use the generic name. I much prefer the bitstream fonts over arial or helvetica. Since table stuff takes longer I might look at that when I have more time. however apart from the font tags in the content, looks ok to me. Good work. -- Ian.
