![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| http://deimos.curious.be/~dusk/ Shoot!!! ;-) You are the 2671th metalhead to visit this page. |
#3
| |||
| |||
|
|
TomB wrote: http://deimos.curious.be/~dusk/ Links are not easily distinguished from regular text. You need more color contrast and/or underlining, especially for links other than in the navbar. You're also using the same color for visited and unvisited links. This is not good for usability. You visitors want to know where they've already been. |
|
You do need a heading on each page. People are not accustomed to looking at the URL to determine whether they're on the Band or Biography page. |
|
On the Media/picture pages, you are resizing full-size images via HTML height/width attributes, rather than using separate thumbnail images. This is bad for a number of reasons, one of which is unnecessarily long download times. Pity your visitors on dial-up, please. Besides, if you make actual thumbnails, you can crop and get the scaling right so they won't look stretched any more. If you don't have an image editor, there are freebies: URL:http://irfanview.com/> or URL:http://gimp.org/ |
#4
| |||
| |||
|
|
"TomB" wrote: http://deimos.curious.be/~dusk/ Shoot!!! ;-) You are the 2671th metalhead to visit this page. Shouldn't that be "2671st"? |
#5
| |||
| |||
|
| http://deimos.curious.be/~dusk/ Shoot!!! ;-) |
#6
| |||
| |||
|
|
Damn, you're right. Totally overlooked this. Same problem with 2nd by the way... Have to look into this one. |
#7
| |||
| |||
|
|
On Fri, 11 Nov 2005 03:21:44 +0100, TomB wrote: Damn, you're right. Totally overlooked this. Same problem with 2nd by the way... Have to look into this one. $number = 2671; $th = "th"; $th = preg_match( "/1$/", $number) ? "st" : $th; $th = preg_match( "/2$/", $number) ? "nd" : $th; echo "You are the $number $th doodiehead to visit"; |
#8
| |||
| |||
|
|
"JDS" wrote: On Fri, 11 Nov 2005 03:21:44 +0100, TomB wrote: Damn, you're right. Totally overlooked this. Same problem with 2nd by the way... Have to look into this one. $number = 2671; $th = "th"; $th = preg_match( "/1$/", $number) ? "st" : $th; $th = preg_match( "/2$/", $number) ? "nd" : $th; echo "You are the $number $th doodiehead to visit"; You are the 11st doodiehead to make that mistake today. Or maybe the 12nd, but who's counting ;-) Lol. Silly numbers. |
#9
| |||
| |||
|
|
You are the 11st doodiehead to make that mistake today. Or maybe the 12nd, but who's counting ;-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |