TDD's Web Design Journal Thread

Discussion in 'Archives' started by TDD, Dec 17, 2007.

TDD's Web Design Journal Thread
  1. Unread #1 - Dec 17, 2007 at 2:47 AM
  2. TDD
    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0

    TDD Web Design Expert
    Do Not Trade

    TDD's Web Design Journal Thread

    Okay, so i've gone a little bit insane lately and have a strange urge to code this one particular design of mine, so I thought why not! I'm going to put a post here daily showing my progress.

    The Design:
    [​IMG]

    Day 1:
    -Planned out how it's going to happen.
    -Fixed the design in photoshop to help make coding easier...
    -...?
     
  3. Unread #2 - Dec 17, 2007 at 3:17 AM
  4. The Devils Son
    Joined:
    Jul 2, 2007
    Posts:
    333
    Referrals:
    0
    Sythe Gold:
    0

    The Devils Son Forum Addict
    Banned

    TDD's Web Design Journal Thread

    Instead of finding the easy way around with coding and compromising the design, learn and mentally map out how to code it. The page you have showing there would be quite easy, slice it up good enough to get the best results. If it is still to hard then just try to make it easier and the design the same state or even better.

    Can't think of anything else right now....
     
  5. Unread #3 - Dec 17, 2007 at 3:38 AM
  6. TDD
    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0

    TDD Web Design Expert
    Do Not Trade

    TDD's Web Design Journal Thread

    It is going to be a table-less layout.
     
  7. Unread #4 - Dec 17, 2007 at 4:50 AM
  8. The Devils Son
    Joined:
    Jul 2, 2007
    Posts:
    333
    Referrals:
    0
    Sythe Gold:
    0

    The Devils Son Forum Addict
    Banned

    TDD's Web Design Journal Thread

    My point still stands :)

    When i went through the basics, I really never used tables, there quite annoying and you can do so much more when the placement is free and not in tables.
     
  9. Unread #5 - Dec 17, 2007 at 10:31 PM
  10. Jansen
    Joined:
    Apr 22, 2005
    Posts:
    5,213
    Referrals:
    6
    Sythe Gold:
    11
    Discord Unique ID:
    1072865532082147429
    Discord Username:
    jan.sen.

    Jansen Retired Admin :'(
    Retired Global Moderator

    TDD's Web Design Journal Thread

    That would be easy to code, but hard to make tiling images for. You'll probably have a hard time working with the background image
     
  11. Unread #6 - Dec 17, 2007 at 11:45 PM
  12. TDD
    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0

    TDD Web Design Expert
    Do Not Trade

    TDD's Web Design Journal Thread

    Day 2:
    -Began cutting the images up
    -Starting work on the background
    -With some help from sUffer, coded up the background to work, and vertically aligned everything properly.

    Day 2 Picture:
    [​IMG]
     
  13. Unread #7 - Dec 20, 2007 at 1:55 AM
  14. TDD
    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0

    TDD Web Design Expert
    Do Not Trade

    TDD's Web Design Journal Thread

    Day 3:
    -Got the content working
    -Nav Bar working , not positioned
    -Logo positioned center properly...
    -working identically in IE, FF and Opera

    Day 3 Pic:

    [​IMG]
     
  15. Unread #8 - Dec 20, 2007 at 4:59 AM
  16. TDD
    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0

    TDD Web Design Expert
    Do Not Trade

    TDD's Web Design Journal Thread

  17. Unread #9 - Dec 20, 2007 at 6:02 AM
  18. Le_Dark_Lord
    Joined:
    Dec 6, 2005
    Posts:
    451
    Referrals:
    3
    Sythe Gold:
    0

    Le_Dark_Lord Forum Addict
    Banned

    TDD's Web Design Journal Thread

    Wow this looks really good!
    Background image shouldnt have been too hard...
    did you tile it?
    If you did, you did it horizontal, right?
     
  19. Unread #10 - Dec 20, 2007 at 6:09 AM
  20. TDD
    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0

    TDD Web Design Expert
    Do Not Trade

    TDD's Web Design Journal Thread

    there's two halves to the background, the cream one is a tiled image that covers the screen, the brown is another tiled background that start at the bottom and goes to 50% of the screen.

    body, html { height: 100%;
    width: 100%;
    background-image: url(images/background.jpg);
    background-repeat: repeat;
    padding: 0;
    margin: 0;
    font-family: Arial, Tahoma, sans-serif;
    font-size: smaller;
    }
    #bgimage {
    background-image: url(images/background2.jpg);
    background-repeat: repeat-x center bottom;
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 50%;

    }
     
< selling account lvl 108 with good skills | Jagex lured us. Please read. >

Users viewing this thread
1 guest


 
 
Adblock breaks this site