About to make a new web site, any tips?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nickmp0wer
    Banned
    • Jul 2004
    • 1427

    #1

    About to make a new web site, any tips?

    I think im going to have 2 window type things like i have now one for the menu and one for the actaul page so if i add a page i can just edit the one menu page instead of having to go through and do them all. any other ideas? maybe i will post a template up sometime
  • DoriftuEvo
    Wrencher
    • Feb 2005
    • 236

    #2
    Just remember that frames can screw up search engine results on some search engines.

    Comment

    • nickmp0wer
      Banned
      • Jul 2004
      • 1427

      #3
      yeah i know. Is there anyway around this?

      Comment

      • bwanac
        No R3VLimiter
        • Oct 2003
        • 3354

        #4
        Tables are a decent way of doing it simply.

        Comment

        • Digitalwave
          is a poseur
          • Oct 2003
          • 6276

          #5
          Frames are so 1992.

          RISING EDGE

          Let's drive fast and have fun.

          Comment

          • DoriftuEvo
            Wrencher
            • Feb 2005
            • 236

            #6
            Learn cascading style sheets. You can change simple things like links that will appear on every page from a single file. I just started converting to CSS so I don't know everything yet, but I can see it's worth it.

            Tables are meant to display tables of information. Don't use them to create layouts. Table layouts will be unpredictable on many browsers.

            Comment

            • BMW BMXER
              R3VLimited
              • Oct 2003
              • 2325

              #7
              Originally posted by DoriftuEvo
              Learn cascading style sheets. You can change simple things like links that will appear on every page from a single file. I just started converting to CSS so I don't know everything yet, but I can see it's worth it.

              Tables are meant to display tables of information. Don't use them to create layouts. Table layouts will be unpredictable on many browsers.
              Not nessecarily. Well written tables generally show up everywhere as they should.

              Style sheets will allow you do do what you want too, if you are using the same menu buttons/images/ they should load pretty quick giving you the illusion of frames, you can also have scroll bars and stuff within div tags, CSS is pretty neat you should learn it.

              Sold it.

              Comment

              • BENdashdash
                Tom is not my friend
                • Aug 2004
                • 2506

                #8
                Originally posted by Digitalwave
                Frames are so 1992.
                QFT QFT DONT DO IT

                Comment

                • RobertK
                  Kicked cancer's ASS.
                  • Jun 2005
                  • 5864

                  #9
                  +1 for Tables

                  If you can.. get Dreamweaver MX or if you're very new to web design and need a good WYSIWYG editor try Site Spinner.

                  Comment

                  • BMW BMXER
                    R3VLimited
                    • Oct 2003
                    • 2325

                    #10
                    No, if you are new to web design learn the basics of hand coding first.

                    You can do it in dreamweaver but don't let dreamweaver do too much code for you to begin with.

                    Sold it.

                    Comment

                    • nickmp0wer
                      Banned
                      • Jul 2004
                      • 1427

                      #11
                      ummmm. Im using front page

                      Comment

                      • RobertK
                        Kicked cancer's ASS.
                        • Jun 2005
                        • 5864

                        #12
                        Frontpage

                        Though he's right about learning basic coding. It all just depends on how much time you have to build the site.

                        Comment

                        • bwanac
                          No R3VLimiter
                          • Oct 2003
                          • 3354

                          #13
                          Learn basic handcoding.

                          It takes time tolearn. But in the end you will get what you want. And ask questions on here if your stuck, I know a few of us are very knowledgable.

                          Comment

                          • nickmp0wer
                            Banned
                            • Jul 2004
                            • 1427

                            #14
                            i think this is basicly what its gunna look like. I might have a little banner title thing at the top of each page and im trying to think of somehthing to put above the menu

                            Comment

                            • DoriftuEvo
                              Wrencher
                              • Feb 2005
                              • 236

                              #15
                              That's a good basic layout for a personal site. It can always be spruced up with graphics if you decide to do so. The frames and tables wouldn't be my choice, but it'll work to get you started.

                              Comment

                              Working...