website width?

Discussion in 'General Marketing' started by hitboy, Jan 2, 2007.

  1. #1
    Im not sure if this is the right section but it is related to marketing. I was wondering how important is it to have my site in 800x600 format. This is so people with older computers can view it?

    Because if it isnt a big group of the internet then I would rather just ignore it..

    Also my site is hosting related so i doubt people with old computers will be making websites..

    Please let me know your thoughts thanks in advance!
     
    hitboy, Jan 2, 2007 IP
  2. AaronM

    AaronM Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    its a matter of preference, really. 800x600 is more conducive to a center aligned layout that looks really clean, 1024 allows for more content "above the fold". you can choose either without negative effects.
     
    AaronM, Jan 2, 2007 IP
  3. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #3
    KC TAN, Jan 3, 2007 IP
    drig likes this.
  4. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #4
    very true. i'd go for 1024x768 if i had to choose between the 2... but my first choice would be a fluid design using percentages. :)
     
    daboss, Jan 3, 2007 IP
    KC TAN likes this.
  5. crazyfish

    crazyfish Active Member

    Messages:
    1,110
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    80
    #5
    It depends on your target market, if your site it for avid gamers, I doubt any would be running 800x600, if it was for senior citizens then it would be worth coding it for 800x600. If you can the best option would be a fluid design then it would fit what every screen size the user has.
     
    crazyfish, Jan 3, 2007 IP
  6. hitboy

    hitboy Well-Known Member

    Messages:
    2,939
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    170
    #6
    mine is webhosting related so i guess most seniors or old computer users wont be really browsing my site
     
    hitboy, Jan 3, 2007 IP
  7. ched

    ched Active Member

    Messages:
    185
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    90
    #7
    I would say my sites get about 20% visits from users with 800x600 screen res, so ideally a fluid design would be best.
     
    ched, Jan 3, 2007 IP
  8. thedark

    thedark Well-Known Member

    Messages:
    1,346
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    168
    Digital Goods:
    1
    #8
    if they have 800/600 and your website is 1024, they will scrool right, only 5% of my visitors have 800/600. a higher percent have 1200/800 or something like this, and for sure they will hate those 800/600 designs, most of the page is empty.
     
    thedark, Jan 3, 2007 IP
  9. drig

    drig Peon

    Messages:
    4,188
    Likes Received:
    175
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I personally design at 90% screen width but let it expand - to a limit (doesnt expand all the way). Or at least the templates I do use this.
     
    drig, Jan 3, 2007 IP
  10. Tilt0matic

    Tilt0matic Peon

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    1024X768 is the most popular according to my google stats.
     
    Tilt0matic, Jan 3, 2007 IP
  11. WillB

    WillB Peon

    Messages:
    453
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Most of my sales pages are designed with 800x600 in mind, so I go
    for a fixed width of 700-770px. It is well documented that any lines
    of text should be short enough to allow easy skim reading, so that
    size of page fits nicely.

    Actually, that goes for blogs too - I've got one blog that is pushing
    800px, but community sites I run (inc. forums) I have as a fluid
    layout, with a minimum width of 800px.
     
    WillB, Jan 4, 2007 IP
  12. Tyler Banfield

    Tyler Banfield Well-Known Member

    Messages:
    3,027
    Likes Received:
    173
    Best Answers:
    0
    Trophy Points:
    160
    #12
    I make all my sites 800px wide and then center them with CSS by using a <div> with:

    margin-left: auto;
    margin-right: auto;
     
    Tyler Banfield, Jan 4, 2007 IP