Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Help me test this webpage please?

Help me test this webpage please?

Scheduled Pinned Locked Moved The Lounge
csharpcsscomhelpquestion
15 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nathan Ridley
    wrote on last edited by
    #1

    I've just finished building the front page template for my new client's website, and I've constructed it entirely with CSS. I only have access to Mozilla and IE6+, though, so I was hoping someone could test it in IE5.0 and IE5.5 and possibly whatever is standard on most Macs. http://innerbrisbane.netlab.com.au/homepage.htm[^] and without the CSS: http://innerbrisbane.netlab.com.au/homepage_nocss.htm[^] NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]

    P T S M H 5 Replies Last reply
    0
    • N Nathan Ridley

      I've just finished building the front page template for my new client's website, and I've constructed it entirely with CSS. I only have access to Mozilla and IE6+, though, so I was hoping someone could test it in IE5.0 and IE5.5 and possibly whatever is standard on most Macs. http://innerbrisbane.netlab.com.au/homepage.htm[^] and without the CSS: http://innerbrisbane.netlab.com.au/homepage_nocss.htm[^] NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]

      P Offline
      P Offline
      Paul Watson
      wrote on last edited by
      #2

      IE5: Looks perfect IE5.5 Mac: Perfect You should try BrowserCam for testing if you don't have your own machines. I would not normally point this out but you did claim CSS compliance so I assume you are shooting for standards. You need a proper doctype and header section, here is one we use:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

      It is important because with that header the browsers won't run in quirks mode, which is a good thing when you are doing good XHTML and CSS. Often a CSS tip won't work if the browser is running in quirks mode. regards, Paul Watson Bluegrass South Africa Christopher Duncan quoted: "...that would require my explaining Einstein's Fear of Relatives" Crikey! ain't life grand? Einstein says...

      S H N 3 Replies Last reply
      0
      • N Nathan Ridley

        I've just finished building the front page template for my new client's website, and I've constructed it entirely with CSS. I only have access to Mozilla and IE6+, though, so I was hoping someone could test it in IE5.0 and IE5.5 and possibly whatever is standard on most Macs. http://innerbrisbane.netlab.com.au/homepage.htm[^] and without the CSS: http://innerbrisbane.netlab.com.au/homepage_nocss.htm[^] NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]

        T Offline
        T Offline
        Ted Ferenc
        wrote on last edited by
        #3

        Both look OK in Opera, 7.32 Windows version and Opera 6.05


        "My favorite thing about the Internet is that you get to go into the private world of real creeps without having to smell them." - Penn Jillette

        N 1 Reply Last reply
        0
        • N Nathan Ridley

          I've just finished building the front page template for my new client's website, and I've constructed it entirely with CSS. I only have access to Mozilla and IE6+, though, so I was hoping someone could test it in IE5.0 and IE5.5 and possibly whatever is standard on most Macs. http://innerbrisbane.netlab.com.au/homepage.htm[^] and without the CSS: http://innerbrisbane.netlab.com.au/homepage_nocss.htm[^] NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]

          S Offline
          S Offline
          steven shingler
          wrote on last edited by
          #4

          There's no background colour on the page (either version). Some folks say that's poor, some folks don't give a flying frog. Just thought I'd mention it. Looks good on Safari though. (Jaguar) Cheers Steven

          H 1 Reply Last reply
          0
          • N Nathan Ridley

            I've just finished building the front page template for my new client's website, and I've constructed it entirely with CSS. I only have access to Mozilla and IE6+, though, so I was hoping someone could test it in IE5.0 and IE5.5 and possibly whatever is standard on most Macs. http://innerbrisbane.netlab.com.au/homepage.htm[^] and without the CSS: http://innerbrisbane.netlab.com.au/homepage_nocss.htm[^] NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]

            M Offline
            M Offline
            Mike Puddephat
            wrote on last edited by
            #5

            I only have IE6+ and Firefox, so can't really help you. But I just wanted to say that I love the design! I'm a really big fan of CSS. It is a very elegant way of separating design and presentation from content. Good stuff! Visit Riverside Internet[^] Visit Mike Puddephat Online[^]

            1 Reply Last reply
            0
            • P Paul Watson

              IE5: Looks perfect IE5.5 Mac: Perfect You should try BrowserCam for testing if you don't have your own machines. I would not normally point this out but you did claim CSS compliance so I assume you are shooting for standards. You need a proper doctype and header section, here is one we use:

              <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
              <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

              It is important because with that header the browsers won't run in quirks mode, which is a good thing when you are doing good XHTML and CSS. Often a CSS tip won't work if the browser is running in quirks mode. regards, Paul Watson Bluegrass South Africa Christopher Duncan quoted: "...that would require my explaining Einstein's Fear of Relatives" Crikey! ain't life grand? Einstein says...

              S Offline
              S Offline
              Stephen Owens
              wrote on last edited by
              #6

              Thanks very much for pointing this out Paul. BrowserCam, where have you been all my life! What a great service. :-D


              regards, Stephen Owens

              1 Reply Last reply
              0
              • P Paul Watson

                IE5: Looks perfect IE5.5 Mac: Perfect You should try BrowserCam for testing if you don't have your own machines. I would not normally point this out but you did claim CSS compliance so I assume you are shooting for standards. You need a proper doctype and header section, here is one we use:

                <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

                It is important because with that header the browsers won't run in quirks mode, which is a good thing when you are doing good XHTML and CSS. Often a CSS tip won't work if the browser is running in quirks mode. regards, Paul Watson Bluegrass South Africa Christopher Duncan quoted: "...that would require my explaining Einstein's Fear of Relatives" Crikey! ain't life grand? Einstein says...

                H Offline
                H Offline
                Heath Stewart
                wrote on last edited by
                #7

                Except that he's not using XHTML, thus shouldn't use the namespaces. The DOCTYPE he has is correct, too, which is:

                <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

                Maybe he got your message and added the propery DOCTYPE after, though, I was just stating that he shouldn't declare his document as XHTML to avoid confusion.

                Microsoft MVP, Visual C# My Articles

                P 1 Reply Last reply
                0
                • S steven shingler

                  There's no background colour on the page (either version). Some folks say that's poor, some folks don't give a flying frog. Just thought I'd mention it. Looks good on Safari though. (Jaguar) Cheers Steven

                  H Offline
                  H Offline
                  Heath Stewart
                  wrote on last edited by
                  #8

                  Except professionals say it's tacky. Why is used by practically every good major site and appeals to users with a professional tone. Quit using AOL user pages as the norm and study actual web design guidelines.

                  Microsoft MVP, Visual C# My Articles

                  N 1 Reply Last reply
                  0
                  • N Nathan Ridley

                    I've just finished building the front page template for my new client's website, and I've constructed it entirely with CSS. I only have access to Mozilla and IE6+, though, so I was hoping someone could test it in IE5.0 and IE5.5 and possibly whatever is standard on most Macs. http://innerbrisbane.netlab.com.au/homepage.htm[^] and without the CSS: http://innerbrisbane.netlab.com.au/homepage_nocss.htm[^] NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]

                    H Offline
                    H Offline
                    Heath Stewart
                    wrote on last edited by
                    #9

                    I realize that you're just testing the homepage and that's probably why none of the links are even proper URLs, but I did want to point out that your homepage title is still "Untitled Document".

                    Microsoft MVP, Visual C# My Articles

                    N 1 Reply Last reply
                    0
                    • H Heath Stewart

                      Except that he's not using XHTML, thus shouldn't use the namespaces. The DOCTYPE he has is correct, too, which is:

                      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

                      Maybe he got your message and added the propery DOCTYPE after, though, I was just stating that he shouldn't declare his document as XHTML to avoid confusion.

                      Microsoft MVP, Visual C# My Articles

                      P Offline
                      P Offline
                      Paul Watson
                      wrote on last edited by
                      #10

                      Part of his code is XHTML, his doctype isn't. For instance

                      <input type="submit" class="submitbutton" id="newsletter_submit" value="" />

                      but the meta-tags are not XML valid. I was just suggesting he use the XHTML standard seeing as he is doing a good job of the CSS. He is a line or two away from it so might as well. Also it makes for debugging CSS quirks easier. Also <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> is not a valid doctype, it does not have the fully qualified URL. If HTML 4.01 Transitional is what he wants then he should use:

                      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

                      This has become a programming question :-D regards, Paul Watson Bluegrass South Africa Christopher Duncan quoted: "...that would require my explaining Einstein's Fear of Relatives" Crikey! ain't life grand? Einstein says...

                      1 Reply Last reply
                      0
                      • H Heath Stewart

                        I realize that you're just testing the homepage and that's probably why none of the links are even proper URLs, but I did want to point out that your homepage title is still "Untitled Document".

                        Microsoft MVP, Visual C# My Articles

                        N Offline
                        N Offline
                        Nathan Ridley
                        wrote on last edited by
                        #11

                        Yep, just noticed that myself, thanks :) NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]

                        1 Reply Last reply
                        0
                        • H Heath Stewart

                          Except professionals say it's tacky. Why is used by practically every good major site and appeals to users with a professional tone. Quit using AOL user pages as the norm and study actual web design guidelines.

                          Microsoft MVP, Visual C# My Articles

                          N Offline
                          N Offline
                          Nathan Ridley
                          wrote on last edited by
                          #12

                          I'm confused? Does he mean I shouldn't use white for the background colour? Or I should specify white explicitly? If the former, then I disagree. If the latter, I still don't see the point. NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]

                          H 1 Reply Last reply
                          0
                          • T Ted Ferenc

                            Both look OK in Opera, 7.32 Windows version and Opera 6.05


                            "My favorite thing about the Internet is that you get to go into the private world of real creeps without having to smell them." - Penn Jillette

                            N Offline
                            N Offline
                            Nathan Ridley
                            wrote on last edited by
                            #13

                            Ah good stuff, thanks :) NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]

                            1 Reply Last reply
                            0
                            • P Paul Watson

                              IE5: Looks perfect IE5.5 Mac: Perfect You should try BrowserCam for testing if you don't have your own machines. I would not normally point this out but you did claim CSS compliance so I assume you are shooting for standards. You need a proper doctype and header section, here is one we use:

                              <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                              <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

                              It is important because with that header the browsers won't run in quirks mode, which is a good thing when you are doing good XHTML and CSS. Often a CSS tip won't work if the browser is running in quirks mode. regards, Paul Watson Bluegrass South Africa Christopher Duncan quoted: "...that would require my explaining Einstein's Fear of Relatives" Crikey! ain't life grand? Einstein says...

                              N Offline
                              N Offline
                              Nathan Ridley
                              wrote on last edited by
                              #14

                              Excellent, that's great to hear, thanks! As far as CSS compliance, I guess I was more just shooting for making it look correct in all the standard stuff in use today. I'll certainly stick in that extra stuff though. If I'm so close to real compliance, why not finish it off, hey? :) By the way, thanks for the browsercam link. NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]

                              1 Reply Last reply
                              0
                              • N Nathan Ridley

                                I'm confused? Does he mean I shouldn't use white for the background colour? Or I should specify white explicitly? If the former, then I disagree. If the latter, I still don't see the point. NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]

                                H Offline
                                H Offline
                                Heath Stewart
                                wrote on last edited by
                                #15

                                If in the former case, then what I said definitely applies. In the latter case, it would be because browsers have default settings for certain colors, like page backgrounds. Old IE and Netscape used gray. If you didn't specify a white background, anyone with a non-white default color of white would see your page in a way you don't desire them to see it.

                                Microsoft MVP, Visual C# My Articles

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups