J
Justin.Voelker
Hello Everyone:
I have numerous website, each one with slightly better html coding
practices. What I am looking for is the "best practice" sort of page
design. My newest website, www.Base2WebDesign.com has a simple
layout. The reason for my posting here is that when you visit a page
on the site for the first time, the whole site flashes to a blank
white background then loads the page. When returning to that page
later, it loads just fine. As you can see from the site, the black/
blue top bar, the links on the side, and the gray background do not
ever change. What would be the best practice for loading a page such
as this (since almost all of my development involves this same idea of
a very static look to a page, but different content in the "main
body." I currently use php and use includes to include the top and
bottoms of the pages since they are the same. Should not be doing
this? Is there an easier way to have those pieces of the page stay
exactly where they are without having to reload/request them from the
server each time? Thank you so much for your help!!!
I have numerous website, each one with slightly better html coding
practices. What I am looking for is the "best practice" sort of page
design. My newest website, www.Base2WebDesign.com has a simple
layout. The reason for my posting here is that when you visit a page
on the site for the first time, the whole site flashes to a blank
white background then loads the page. When returning to that page
later, it loads just fine. As you can see from the site, the black/
blue top bar, the links on the side, and the gray background do not
ever change. What would be the best practice for loading a page such
as this (since almost all of my development involves this same idea of
a very static look to a page, but different content in the "main
body." I currently use php and use includes to include the top and
bottoms of the pages since they are the same. Should not be doing
this? Is there an easier way to have those pieces of the page stay
exactly where they are without having to reload/request them from the
server each time? Thank you so much for your help!!!