Results 1 to 7 of 7

Thread: website review - need your comments

  1. #1
    Junior Registered
    Join Date
    Apr 2007
    Posts
    6

    website review - need your comments

    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
    Last edited by ellejx; 05-09-2007 at 04:36 AM.

  2. #2
    Junior Registered
    Join Date
    Mar 2007
    Posts
    6
    Hey I really like the concept of the site. The site functions well and easy to navigate. Good luck with your course.

  3. #3
    Registered
    Join Date
    Mar 2006
    Posts
    350
    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:
    Code:
    <hr/ width:"550">
    Should be
    Code:
    <hr style="width: 550px" />
    or
    Code:
    <hr width="550" />
    Good luck!
    Max

  4. #4
    Junior Registered
    Join Date
    Apr 2007
    Posts
    6
    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?

  5. #5
    Quote Originally Posted by ellejx View Post
    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

  6. #6
    Junior Registered
    Join Date
    Apr 2007
    Posts
    6
    Thank you, will check it out!

  7. #7
    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.

Similar Threads

  1. So is it WP or WSP?
    By Erin in forum Site and Forum Feedback
    Replies: 13
    Last Post: 03-09-2006, 12:41 PM
  2. Why should I start a Website up?
    By northtrex in forum General Chat
    Replies: 8
    Last Post: 10-10-2004, 07:38 PM
  3. Community Website Review
    By iKwak in forum User Owned Websites
    Replies: 0
    Last Post: 10-19-2003, 01:24 PM
  4. website review please
    By Bobson in forum User Owned Websites
    Replies: 1
    Last Post: 10-19-2003, 09:24 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •