PDA

View Full Version : website review - need your comments



ellejx
04-22-2007, 01:09 PM
Hi everyone,

I created my first website using dreamweaver, mysql and php for my final year project. I'm currently evaluating it so I would really appreciate it if you could have a look at it and let me know your general thoughts, comments and advice.
The website link is: http://www.npsdh.com/dontbrandme/index.html

If you could comment on what you think of the layout?
If you think its necessary to see my external css file just let me know
What you think of the programming?
Is there anything that you think is a bad a way of producing that out come?

Is there anything you really like about it?

ellejx

monsterC
04-23-2007, 06:40 AM
Hey I really like the concept of the site. The site functions well and easy to navigate. Good luck with your course.

MaxS
04-23-2007, 03:41 PM
Well done! As far as the layout, it's clean and simple.

As far as the coding, I have a few minor suggestions. To be honest, your way works fine, but I'm picky.

The index is almost completely tableless, but you end up using a table for your footer navigation. An inline list would be more appropriate.

Another minor error:

<hr/ width:"550">
Should be
<hr style="width: 550px" />
or

<hr width="550" />

Good luck!

ellejx
04-30-2007, 01:22 PM
thanks for your comments, really appreciate it. It really helps. How do i style the list because I've tried before but couldnt quite figure it out?

deronsizemore
05-01-2007, 06:35 AM
thanks for your comments, really appreciate it. It really helps. How do i style the list because I've tried before but couldnt quite figure it out?

This is how I learned: http://css.maxdesign.com.au/index.htm

ellejx
05-09-2007, 04:37 AM
Thank you, will check it out!

deronsizemore
05-09-2007, 03:42 PM
No problem. If you still have problems let me know and I'll post some code for you to take a look at and work with.