Results 1 to 8 of 8

Thread: Look at my site

  1. #1
    Join Date
    Feb 2007
    Posts
    145
    Thanks
    8
    Thanked 0 Times in 0 Posts

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Emm... get FrontPage and Internet Explorer? FrontPage possibly produces the worst/most invalid HTML code I've seen (e.g Microsoft Theme headers). It's okay, but... 87 errors in the validator? That's well, horrible.
    http://validator.w3.org/check?uri=ht...m/ryan_fitton/
    - Mike

  3. #3
    Join Date
    May 2006
    Posts
    259
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Looks like your off to a good start... User friendly and very clean.

    Keep it up dude!
    "Only dead fish flow with the stream".
    - Unknown

  4. #4
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Yep, good if you're just starting out, but you'll need to standarize your page, and make the layout more browser friendly (not to IE only).
    - Mike

  5. #5
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Isn't it 92 errors?
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  6. #6
    Join Date
    Mar 2007
    Posts
    68
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by mburt View Post
    Emm... get FrontPage and Internet Explorer? FrontPage possibly produces the worst/most invalid HTML code I've seen (e.g Microsoft Theme headers). It's okay, but... 87 errors in the validator? That's well, horrible.
    http://validator.w3.org/check?uri=ht...m/ryan_fitton/
    Don't use that validator, it is rubbish :P
    Says my site has 17 errors, here is one error I got from that:

    Error Line 2 column 11: there is no attribute "SRC".
    HTML Code:
    <frame src="navbar/index.html" scrolling="no" name="nav">
    It didn't like "src=" for some reason.

    This thing even found 47 errors on the Google.com homepage. That's stupid :P

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    It is the definitive W3C validator, and checks against the specified DOCTYPE. It's practically infallible
    Error Line 2 column 11: there is no attribute "SRC".
    Generally means that you've used frames in a non-frameset DOCTYPE. The <frame> element is only valid in a page using the dedicated frameset DOCTYPE (although if your design relies on frames, you might want to rethink it).
    This thing even found 47 errors on the Google.com homepage. That's stupid :P
    No it isn't. It's common knowledge that the Google homepage is poorly formed: Google say it's in order to save bandwidth.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Yes, and the whole "Google without validation" issue has been dealt with before.
    - Mike

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
  •