Page 2 of 2 FirstFirst 12
Results 17 to 22 of 22

Thread: Some site feedback :)

  1. #17
    Senior Member
    Join Date
    Mar 2004
    Location
    Brighton
    Posts
    496
    Thanks
    0
    Thanked
    0 times in 0 posts
    Right! found a res detect that works for IE, if somebody with a moz based browser could give it a whirl to see if it works I'll plug it in

    http://www.devilbod.co.uk/res_detect.htm

  2. #18
    Sublime HEXUS.net
    Join Date
    Jul 2003
    Location
    The Void.. Floating
    Posts
    11,819
    Thanks
    213
    Thanked
    233 times in 160 posts
    • Stoo's system
      • Motherboard:
      • Mac Pro
      • CPU:
      • 2*Xeon 5450 @ 2.8GHz, 12MB Cache
      • Memory:
      • 32GB 1600MHz FBDIMM
      • Storage:
      • ~ 2.5TB + 4TB external array
      • Graphics card(s):
      • ATI Radeon HD 4870
      • Case:
      • Mac Pro
      • Operating System:
      • OS X 10.7
      • Monitor(s):
      • 24" Samsung 244T Black
      • Internet:
      • Zen Max Pro
    yay

    "Your browser window has a height of 813. Your browser window has a width of 905."
    (\__/)
    (='.'=)
    (")_(")

  3. #19
    Senior Member
    Join Date
    Mar 2004
    Location
    Brighton
    Posts
    496
    Thanks
    0
    Thanked
    0 times in 0 posts
    all it was was this:

    <script language=javascript>
    if((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >=4)){
    windowwidth = window.innerWidth;
    windowheight = window.innerHeight;
    }
    else if((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >=4)){
    windowwidth = document.body.clientWidth;
    windowheight = document.body.clientHeight;
    }else{
    windowwidth = 800;
    windowheight = 600;
    }
    document.write("Your browser window has a height of " + windowheight + ".\n");
    document.write("Your browser window has a width of " + windowwidth + ".\n");
    </script>

    I'll sort it out tommor though going to bed now, been doing website all day .

  4. #20
    Senior Member ajbrun's Avatar
    Join Date
    Apr 2004
    Location
    York, England
    Posts
    4,840
    Thanks
    4
    Thanked
    25 times in 13 posts
    I think it's better - good job devilbod

  5. #21
    Senior Member
    Join Date
    Mar 2004
    Location
    Cork
    Posts
    1,467
    Thanks
    0
    Thanked
    0 times in 0 posts
    Nice site
    Just one glaring mistake re the spelling of 'reguarding' on the welcome (front) page

    I like the design although I have to say I would personally prefer the colours of your sig to the colours on the site

    I dont know if anyone has said this but I find the buttons and quick nav bar both rather small and out of context with the rest of the site. To me they clash with the cool border/title graphic. I dont know how you could fix that but possibly you could have multiple strands coming out of the fire border and use them as buttons?

    Anyway nice site
    Last edited by turkster; 21-07-2004 at 11:36 PM.

  6. #22
    Senior Member ajbrun's Avatar
    Join Date
    Apr 2004
    Location
    York, England
    Posts
    4,840
    Thanks
    4
    Thanked
    25 times in 13 posts
    His site used to be the colour of his sig..... until we said we couldn't see the black writing clearly on top of his dark background.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. What do you think of my new site
    By Gordy in forum Software
    Replies: 9
    Last Post: 02-04-2004, 01:12 PM
  2. Strange inabilty to connect with one box and one site
    By RocketmanX in forum Networking and Broadband
    Replies: 9
    Last Post: 29-09-2003, 09:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •