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. Review a website

Review a website

Scheduled Pinned Locked Moved The Lounge
comdiscussion
42 Posts 16 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.
  • L Lost User

    I will check that out. The few replies I have got until now has been very good. Your post pointed me to a valid reason why some people would need a higher font size. Thank you very much. Thomas

    -------- Micrologic Networks, India

    H Offline
    H Offline
    hairy_hats
    wrote on last edited by
    #33

    No problem. I also noticed that the boxes in the menu bar highlight as the mouse moves over them, but the text only highlights when the mouse is over the text. Since you can only click on the text, can I suggest either (1) you don't highlight the boxes because you can't click on them, or (2) you highlight the text and boxes together and allow the boxes to be clicked on when highlighted.

    L 1 Reply Last reply
    0
    • H hairy_hats

      No problem. I also noticed that the boxes in the menu bar highlight as the mouse moves over them, but the text only highlights when the mouse is over the text. Since you can only click on the text, can I suggest either (1) you don't highlight the boxes because you can't click on them, or (2) you highlight the text and boxes together and allow the boxes to be clicked on when highlighted.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #34

      This was in my mind. But, my skills is not good enough to do that without some research. So, I thought I will finish all the pages first and get back to that issue. Now, since there is a site up, I am working on it also. Now that I think about it, if the <a> tag is taken outside the <div>, this issue would be solved. I will experiment with it right now. Thanks for all the suggestions. Thomas

      -------- Micrologic Networks, India

      1 Reply Last reply
      0
      • M Matglas

        Here's my review. - First of all let someone make a stylish flash for you. The black hole stairs at me. - Center the everything. - Look at your css in IE and Firefox. (thin solid border is different from 1px solid border). - Give some padding on your tekst cells. So the text is better to read. This is my opinion. Do with it what you want.

        R Offline
        R Offline
        Rocky Moore
        wrote on last edited by
        #35

        I agree with those things except the flash. Better use of images (maybe not included in a black box). Centering is an absolute!

        Rocky <>< Latest Code Blog Post: OpenID/CardSpace - Is it time? Latest Tech Blog Post: Scratch: fun for all ages for free!

        L 1 Reply Last reply
        0
        • L Lost User

          Pete O`Hanlon wrote:

          Using tables is probably not the best idea. Normally, you would want to use CSS to layout the page.

          So it should have been div tags instead of the table?

          -------- Micrologic Networks, India

          R Offline
          R Offline
          Rocky Moore
          wrote on last edited by
          #36

          It depends on the situation and how much time you have on your hands getting it to look the same in different browsers. DIV can be nice, but there are a lot of quirks that go with them in different browsers. I try to do most of my layouts with DIVs, but I may whimp out and use tables if there is a time issue (does not justfiy the possibility of hours of work to fix quirks) just to use a DIV.

          Rocky <>< Latest Code Blog Post: OpenID/CardSpace - Is it time? Latest Tech Blog Post: Scratch: fun for all ages for free!

          L 1 Reply Last reply
          0
          • R Rocky Moore

            It depends on the situation and how much time you have on your hands getting it to look the same in different browsers. DIV can be nice, but there are a lot of quirks that go with them in different browsers. I try to do most of my layouts with DIVs, but I may whimp out and use tables if there is a time issue (does not justfiy the possibility of hours of work to fix quirks) just to use a DIV.

            Rocky <>< Latest Code Blog Post: OpenID/CardSpace - Is it time? Latest Tech Blog Post: Scratch: fun for all ages for free!

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #37

            Thanks for the warning. I also thought that using tables was easier. But, I am also taking this opportunity to understand how things *should* be done in the ideal world. Once I get the website running, I will spend some time laying it out using div tags. Thomas

            -------- Micrologic Networks, India

            1 Reply Last reply
            0
            • R Rocky Moore

              I agree with those things except the flash. Better use of images (maybe not included in a black box). Centering is an absolute!

              Rocky <>< Latest Code Blog Post: OpenID/CardSpace - Is it time? Latest Tech Blog Post: Scratch: fun for all ages for free!

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #38

              Centering is one of the things that have come up many times. The images also have to be replaced. I was trying to put emphasis on the pictures using the black box. It got the attention, but many people did not like it. :) Thomas

              -------- Micrologic Networks, India

              R 1 Reply Last reply
              0
              • L Lost User

                Centering is one of the things that have come up many times. The images also have to be replaced. I was trying to put emphasis on the pictures using the black box. It got the attention, but many people did not like it. :) Thomas

                -------- Micrologic Networks, India

                R Offline
                R Offline
                Rocky Moore
                wrote on last edited by
                #39

                Yeah, typically when you use a fixed width layout, it is best to center it insead of having it placed far off the to left on larger browser windows. I still have one of my sites smashed over to the left (probably 7-8 years old), but when I revamp the site this year, it will get centered. While that black box my make you notice it, the pictures themselves (fading) draw all the attention you need.

                Rocky <>< Latest Code Blog Post: OpenID/CardSpace - Is it time? Latest Tech Blog Post: Charter.net Hijacks Microsoft Live Search!

                L 1 Reply Last reply
                0
                • R Rocky Moore

                  Yeah, typically when you use a fixed width layout, it is best to center it insead of having it placed far off the to left on larger browser windows. I still have one of my sites smashed over to the left (probably 7-8 years old), but when I revamp the site this year, it will get centered. While that black box my make you notice it, the pictures themselves (fading) draw all the attention you need.

                  Rocky <>< Latest Code Blog Post: OpenID/CardSpace - Is it time? Latest Tech Blog Post: Charter.net Hijacks Microsoft Live Search!

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #40

                  Yes. I have made a few changes including fading in and out images. I will be centering the content also. In the meantime, I visited many sites, big and small. I don't remember whether you are the one who said that you use tables when in a time-crunch and that using div tags can be time consuming; I found many sites that use tables to layout instead of div tags -- the most prominent I can remember now being Cisco. I don't feel guilty about using tables now. :). One of the arguments made here was that search engine traversal may be difficult -- but, google asks not to use frames, not tables. Thomas

                  -------- Micrologic Networks, India

                  R 1 Reply Last reply
                  0
                  • L Lost User

                    Yes. I have made a few changes including fading in and out images. I will be centering the content also. In the meantime, I visited many sites, big and small. I don't remember whether you are the one who said that you use tables when in a time-crunch and that using div tags can be time consuming; I found many sites that use tables to layout instead of div tags -- the most prominent I can remember now being Cisco. I don't feel guilty about using tables now. :). One of the arguments made here was that search engine traversal may be difficult -- but, google asks not to use frames, not tables. Thomas

                    -------- Micrologic Networks, India

                    R Offline
                    R Offline
                    Rocky Moore
                    wrote on last edited by
                    #41

                    Yeah, there are a lot of sites that use tables for layout as most sites did in the older days. Once CSS got a foothold, the table layout method really got the short end of the stick. One huge problem with tables is that in some browsers, the browser will not even display what is contained in the table until the entire contents of the table is read in and parsed. This would the page appear to load very slowly compared to div based layout. I have also heard, but cannot say for sure, that a number of devices for the visually impared do not handle page layout with tables very well. Anyway, if you use tables for layout, it is handy to specify "border-collapse: collapse;" to allow some browsers to render before the full content is loaded. P.S. I also agree with others that you should use some padding on the text, it seems to be very close to the borders. White space can be a friend :)

                    Rocky <>< Latest Code Blog Post: OpenID/CardSpace - Is it time? Latest Tech Blog Post: Charter.net Hijacks Microsoft Live Search!

                    L 1 Reply Last reply
                    0
                    • R Rocky Moore

                      Yeah, there are a lot of sites that use tables for layout as most sites did in the older days. Once CSS got a foothold, the table layout method really got the short end of the stick. One huge problem with tables is that in some browsers, the browser will not even display what is contained in the table until the entire contents of the table is read in and parsed. This would the page appear to load very slowly compared to div based layout. I have also heard, but cannot say for sure, that a number of devices for the visually impared do not handle page layout with tables very well. Anyway, if you use tables for layout, it is handy to specify "border-collapse: collapse;" to allow some browsers to render before the full content is loaded. P.S. I also agree with others that you should use some padding on the text, it seems to be very close to the borders. White space can be a friend :)

                      Rocky <>< Latest Code Blog Post: OpenID/CardSpace - Is it time? Latest Tech Blog Post: Charter.net Hijacks Microsoft Live Search!

                      L Offline
                      L Offline
                      Lost User
                      wrote on last edited by
                      #42

                      Thanks for all the information.

                      Rocky Moore wrote:

                      White space can be a friend

                      Yes. I am working on that. Even with the small changes I did till now, the site looks much better. When horizontal padding is increased, either the page width had to be adjusted or some images had to be made a little smaller. I hope to get it right today. Thomas

                      -------- Micrologic Networks, India

                      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