|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
Rather than starting a new thread, I'm topping this one. Please tell me what you think of my site mainly as far as layout and colors. I suck as CSS and eventually i'll try it again but there are a lot of tables on the site.
http://www.btdb.org |
|
#17
|
||||
|
||||
|
nice overall design, few minor CSS errors in Firefox.
about and links pages are not ready, it's better to not have links to them yet. |
|
#18
|
|||
|
|||
|
Quote:
what do think about the color scheme? I corrected one css error I found through a validator. Thanks for the quick response. |
|
#19
|
||||
|
||||
|
colors are nice, but design is not my strong side..
I just noticed you're having errors on your pages, for example this: http://www.btdb.org/songstats.asp?song_id=113 gives error message due to bug in the code. you can post in the ASP forum here if you need help solving this. ![]() |
|
#20
|
|||
|
|||
|
Quote:
I think I can figure this out, its not the first time I've had this error. Looks like I just need to add an if not rs.eof statement. Design is also not my strongpoint which is why I'm basically using the same layout as another similar site. Thanks again. |
|
#21
|
||||
|
||||
|
cool, error is fixed. now here is new one for you:
http://www.btdb.org/songstats.asp?song_id=aaa you should validate the id using something like IsNumeric. ![]() |
|
#22
|
|||
|
|||
|
Quote:
Ok, i think I took care of that problem and similar validation problems on my other pages. Thanks! |
|
#23
|
||||
|
||||
|
yeah, you're now redirecting to the home page if there's invalid ID.
however what about ID that does not exist? http://www.btdb.org/songstats.asp?song_id=18187878 ![]() |
|
#24
|
||||
|
||||
|
My advice nmajdan, is before u post the site here or even put it live check for the error's SW is pointing out, check the site and make sure it's 100% etc.
Personally, i think there is way too much going on, on the home page, to me it looks like one of those free sites u can build via there admin section (avidgamers etc etc) Sorry to be negative but u did ask our opinios
__________________
Practice safe design all ways use a concept. If I have been helpful please click the scales. |
|
#25
|
|||
|
|||
|
Quote:
thanks for your advice but i do not know of a better way to display the amount of information that my site contains. also, the layout is not mine but one i copied from a similar site (dmbalmanac.com). I'm terrible at web design so i used theirs as a basic template and gave them credit (i was not given their code, all the coding is mine). |
|
#26
|
||||
|
||||
|
cheers, but what I said in post #23 here still exist - nasty error message
that might help hackers in their job... |
|
#27
|
|||
|
|||
|
Quote:
thanks. |
|
#28
|
||||
|