View Full Version : Review of the site...
bacterozoid
01-14-2004, 11:46 PM
Figure I might as well opt for some comments...whether or not people give them is up to that individual...
http://www.beautifulorigin.com
--I do that site for a local band here...was wondering what people with experience think of it. I know people who know nothing about web-building or design like it, but I was curious as to some more professional comments.
skinme!
01-15-2004, 12:04 AM
It looks good enough. But the code is very untidy and does not validate (to HTML 4.01 transitional, since you specified no doctype). Validation results: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.jzie.com%2Fbo%2Findex2.shtml&doctype=HTML+4.01+Transitional&charset=utf-8+%28Unicode%2C+worldwide%29
mindlessLemming
01-15-2004, 12:46 AM
* Your CSS for a:link,visited,etc. doesn't work in Mozilla. They show as default, which is ugly and difficult to read over the dark BG.
*The splash page detracts from the site. It is not there for any purpose (does not provide site specs, browser/plug - in requirments) so it is only excess bandwidth.
* The hard edges of the photos in the header are a little off putting, especially the one between the T and I in Beautiful. As much as I hate bodgey montage's, I think you may need to montage these images.
* For my eye, there isn't enough contrast between the three background colours you've used. I would make the area surrounding the content lighter.
*The >> before the navigation is really tacky and dated. If you want a bullet, do it in CSS with display:block;padding-left:10px;background-img:url (image.gif); in the CSS for the links (<a>)
*Your code is a bit of a mess :o
You've got CSS that doesn't work, all sorts of deprecated tags (<font> is a BIG no-no for new pages USE CSS!)
tables all over the shop and calls to classes that don't exist
<p class="papy" align="justify">
You asked for it :D
**edit: AND you don't have a Doctype or Character set declared...
bacterozoid
01-15-2004, 04:53 AM
Heh, thanks. The site used to be old and completely (for the mostpart) done in CSS, which is where classes come in that don't exist...I've updated stuff. I do suppose I should go through and redo it all I guess...depending on if it's worth my time or not.
I don't know all I should to be a pro webmaster; it's more or less a hobby I guess...thanks for the tips...basically I'm out of date is what it seems like.
ronaldb66
01-15-2004, 09:59 AM
I do suppose I should go through and redo it all I guess...depending on if it's worth my time or not.
You may have to spend quite a bit of time initially to convert it all (you could do it in increments, taking on the biggest eye sores first and refining it step by step), but you should experience that in the end, maintenance on leaner, cleaner pages will save you a lot of time.
vBulletin® v3.8.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.