![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I just finished my band's website and I'd like to hear some comments. Design, colors, content, code... The works. Here's the URL: http://deimos.curious.be/~dusk |
#3
| |||
| |||
|
|
I just finished my band's website and I'd like to hear some comments. Design, colors, content, code... The works. |
|
Here's the URL: http://deimos.curious.be/~dusk |
|
I know the site does not really validate against the html4.1 spec, but the two errors I get are caused by a non-standard tag I use to leave out the floating NavBar for IE, because they don't seem to support the CSS code behind it. If anyone knows a better way to leave out code on IE browsers please feel free to share it with me :-) For now I just leave the W3C button, because all the other stuff is compliant. |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
TomB <drumscum (AT) dusk-metal (DOT) kicks-ass.org> wrote: http://deimos.curious.be/~dusk |
|
looks decent in Lynx. |
#6
| |||||||
| |||||||
|
|
TomB wrote: I just finished my band's website and I'd like to hear some comments. Design, colors, content, code... The works. A few days ago in c.i.w.a.h., when you were told about the red on black, you said "Anyway, I'm gonna try some different colors now (suddenly I realize the benefit of a stylesheet). I'll miss the red though..." Here's the URL: http://deimos.curious.be/~dusk It's still hard-to-read red on black. |
|
I know the site does not really validate against the html4.1 spec, but the two errors I get are caused by a non-standard tag I use to leave out the floating NavBar for IE, because they don't seem to support the CSS code behind it. If anyone knows a better way to leave out code on IE browsers please feel free to share it with me :-) For now I just leave the W3C button, because all the other stuff is compliant. Those buttons mean nothing to your visitors; they only mean something to you and to most of the readers of this group. You should remove them (especially if it doesn't validate for whatever reason). |
|
Your "floating navbar" is difficult to use. Way Too Small; folks with motor difficulties probably can't get to a specific link. What's wrong with a regular sized menu? |
|
body { font-family: Verdana, sans-serif; font-size: 75%; } That's 75% of everyone's default size. Why microfonts? You should use 100% for body, maybe 85-90% for legalese, and adjust <hx> accordingly. Oh wait: there are no <hx> elements. Look that up. |
|
Drop the Verdana. http://www.xs4all.nl/~sbpoley/webmatters/verdana.html |
|
You need to learn what a CSS file is. Put it in one and call it from the head>. |
|
The rest of the code looks ~1995 or so. |
#7
| |||
| |||
|
|
the site does not really validate |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
Hello, I just finished my band's website and I'd like to hear some comments. Design, colors, content, code... The works. Here's the URL: http://deimos.curious.be/~dusk I know the site does not really validate against the html4.1 spec, but the two errors I get are caused by a non-standard tag I use to leave out the floating NavBar for IE, because they don't seem to support the CSS code behind it. If anyone knows a better way to leave out code on IE browsers please feel free to share it with me :-) For now I just leave the W3C button, because all the other stuff is compliant. There is no obvious way to get back to the home page once you go to a |
#10
| |||
| |||
|
|
Beauregard T. Shagnasty schreef: TomB wrote: I just finished my band's website and I'd like to hear some comments. Design, colors, content, code... The works. A few days ago in c.i.w.a.h., when you were told about the red on black, you said "Anyway, I'm gonna try some different colors now (suddenly I realize the benefit of a stylesheet). I'll miss the red though..." Here's the URL: http://deimos.curious.be/~dusk It's still hard-to-read red on black. Yeah, I know. I tried some different colors, but I haven't come up with something that is satisfactory. And I just don't want to use white. But it's still on the things to change list... I know the site does not really validate against the html4.1 spec, but the two errors I get are caused by a non-standard tag I use to leave out the floating NavBar for IE, because they don't seem to support the CSS code behind it. If anyone knows a better way to leave out code on IE browsers please feel free to share it with me :-) For now I just leave the W3C button, because all the other stuff is compliant. Those buttons mean nothing to your visitors; they only mean something to you and to most of the readers of this group. You should remove them (especially if it doesn't validate for whatever reason). Good point. I might remove them then. One question: is it considered a "bad" thing to have those IE specific tags in the code? Your "floating navbar" is difficult to use. Way Too Small; folks with motor difficulties probably can't get to a specific link. What's wrong with a regular sized menu? It's the biggest size possible without having it covering essential content of the site in 800*600. Any tips? I'd like to keep it because you lose the top menu when you scroll down and the bigger pages. |
| body { font-family: Verdana, sans-serif; font-size: 75%; } That's 75% of everyone's default size. Why microfonts? You should use 100% for body, maybe 85-90% for legalese, and adjust <hx> accordingly. Oh wait: there are no <hx> elements. Look that up. There are <hx> elements. Look closer. Drop the Verdana. http://www.xs4all.nl/~sbpoley/webmatters/verdana.html Very good point. On the change list. You need to learn what a CSS file is. Put it in one and call it from the head>. I put the CSS code entirely in the header because the <head> is included on every page with php. Is it really important to have it in a seperate file? The rest of the code looks ~1995 or so. That's done intentionally, to suit the music ;-) But seriously, I'm just a starter, so I have no clue whatsoever what's fashionable html coding... Tommy |
![]() |
| Thread Tools | |
| Display Modes | |
| |