Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: My new site design

  1. #1
    Join Date
    Jan 2007
    Location
    Bournemouth, England
    Posts
    99
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default My new site design

    Yes, i know that i only released the old one about a month ago, but I dont like it now, and i dont want any tables in the code. So here is my latest attempt, nowhere near finished, but you do get a feel for the layout. You can visit it here
    Last edited by killerchutney; 02-16-2007 at 07:31 PM.

  2. #2
    Join Date
    Feb 2006
    Posts
    61
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Nice

    I can't explain why i like this site so much, i like the color scheme , and the banner and the font thats on it (don't know the name of the font) what program did you use to make this? and how did you manage it without tables?

    -ReT

  3. #3
    Join Date
    Jan 2007
    Location
    Bournemouth, England
    Posts
    99
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, I used Dreamweaver 8 to make it, and used extensive CSS and around 20 divs. If you want a CSS based layout, try the dynamic drive css library.

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

    Default

    Yes, I like the layout too. It doesn't validate, though, and HTML Trans should rightly be dead and buried.
    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!

  5. #5
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Besides your distaste for 4.01 Trans.. what are some valid reasons for switching to strict?

    Not trying to start a fight, but the transitional use has still to my bennefit, allowed for most all browsers to properly display my site.

    Switching to valid strict means I have to redo 25% of my pages.

    Not that I am completely against it, just haven't seen a just reason for it yet.


    P.S. KC.. I do like the layout.. Great use of a black site, which is very hard to do these days. Nice Job.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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

    Default

    Simply put, it's pointless having it there: browsers still tend to render the page in Quirks mode (or "almost standards" mode in the case of Gecko).

    This is because HTML 4.01 Transitional is, as far as I can see, actually closer to HTML 3 than HTML 4, which is understandable given that the original purpose of HTML 4 Trans was to be a gap-filler between the two, allowing developers to gradually implement HTML 4 features whilst maintaining compatibility with HTML 3.

    This means that pages using HTML 4 Transitional are roughly ten years out of date. HTML 4 was the up-and-coming thing in 1997, when I started web design. This was the period in which developers were intended to use Transitional: HTML 4 wasn't quite ready yet (it was formally released some time in 1998) and although browsers were starting to implement some of it, they weren't there yet, something like XHTML and CSS3 today.
    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!

  7. #7
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    So do all browsers fully support strict today?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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

    Default

    Yes, all of today's browsers fully support HTML 4.01 Strict, as far as I'm aware.
    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!

  9. #9
    Join Date
    Jan 2007
    Location
    Bournemouth, England
    Posts
    99
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I used HTML 4.0 Transitional mainly because it came up with less errors in validation strict came up with loads of errors, such as align is not an attribute. and as far as I know, there is not an align attribute in CSS (according to dreamweaver)

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

    Default

    There are no attributes in CSS. There are, however, margin and text-align properties, one or both of which can be used to implement the effect for which you had previously used <center>.
    I used HTML 4.0 Transitional mainly because it came up with less errors in validation
    The validator is only a superficial check. HTML Strict adheres to modern standards and good practices a lot better than Trans, explaining why it didn't care about the problems with your site so much.
    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!

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
  •