Let's discuss this one?

Discussion in 'HTML & Website Design' started by HiTech, Aug 27, 2008.

Thread Status:
Not open for further replies.
  1. #1
    I would like to know what you think about actual design of the website that took me about 2 months to build.

    here it is
     
    HiTech, Aug 27, 2008 IP
  2. risoknop

    risoknop Peon

    Messages:
    914
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Looks great. Simple yet elegant design and good ad placement.

    I would just take some more time and clean up the code. There are 28 validation errors.

    Besides that I would move styles to external files plus there is a lot of abundant HTML markup... Work on that.
     
    risoknop, Aug 28, 2008 IP
  3. 007c

    007c Peon

    Messages:
    611
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You should remove all those inline styles and apply classes makes for cleaner code.. And like riso said put everything in an external css, refrain from using too many   when you can use padding or other css methods and the "advertisement" on top of the google ads looks out of place compared to the other titles from here.
     
    007c, Aug 28, 2008 IP
  4. webdev007

    webdev007 Active Member

    Messages:
    1,037
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    88
    #4
    Too much stuff on single page. takes time to load completely.
     
    webdev007, Aug 28, 2008 IP
  5. Mathue

    Mathue Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I like the simpleness of it. It has a lot of content on the first page, but that doesn't bother me since it is broken up into columns. Not bad at all, I like it...
     
    Mathue, Aug 28, 2008 IP
  6. DREAM SIZE

    DREAM SIZE Active Member

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #6
    Your banner doesn't match.
     
    DREAM SIZE, Aug 28, 2008 IP
  7. samamir

    samamir Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Hi,

    The overall website is good. The flash images are good but they should come with masking effect.

    There is no shadow alignment. Shadows of the items is disturbing. Lots of content have on single page. So you should sure make the column because they may be prior for you but the content part should be small and meaning and interesting too.

    Normally the content on home page does interesting and small.

    well could write many things about it.

    but for now i would say that it's a good trial.

    thanks
    - Muhammad Amir
    INDIA
     
    samamir, Aug 28, 2008 IP
  8. pcrides

    pcrides Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I like it, its intelligent, simple, elegant....first page looks bit more busy, but overall, i found it interesting.
     
    pcrides, Aug 28, 2008 IP
  9. HiTech

    HiTech Active Member

    Messages:
    292
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #9
    Thanks guys for fear replies, will work on improvement.
     
    HiTech, Aug 28, 2008 IP
  10. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #10
    This is completely the wrong section for a review, we have a specific forum for these requests. Here is the link, but since you posted in this forum I am going to take a look at your code.

    First. What did you use to generate that, it's truly terrible?

    Place all the CSS and JavaScript in external files (as already mentioned), and remove all of the inline styles.

    Your suffering from a major case of divitus. Whats the need for all of those <div>'s?

    What is
    
    <link REL="SHORTCUT ICON" HREF="http://aquatropicalfish.here/favicon.ico">
    
    Code (markup):
    that doing outside of the <head>?

    Remove the <font> tag, you should keep structure and style separate. Use CSS to change the font etc.


    
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    etc
    
    Code (markup):
    Again, learn how to use CSS properly. You will soon find better ways to achieve this using padding's and margins.

    Your using a <table> for non tabular data. Those fish names look like a long list to me. It would make more sense to use an <ul>.

    Have you seen your site with the style turned off? (Trick question, there's nothing to see.)

    I've really only scratched the surface. Get to work.
     
    nicangeli, Aug 28, 2008 IP
  11. HiTech

    HiTech Active Member

    Messages:
    292
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #11
    I was playing around with favicon, forgot to delete it. Thanks for checking mate.
     
    HiTech, Aug 30, 2008 IP
  12. Hoth

    Hoth Well-Known Member

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #12
    Hoth, Aug 30, 2008 IP
  13. HiTech

    HiTech Active Member

    Messages:
    292
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #13
    Thanks for your report, will try to fix this problem.
     
    HiTech, Aug 30, 2008 IP
Thread Status:
Not open for further replies.