Forum Moderators: open
For instance, my product is geared to music teachers. If the person is a choir teacher, they don't need to see pages related to band instruments, right? So through dynamic coding I hide the band related stuff and only show the choir stuff.
E-commerce is the same way. If I indicate a preference for blue things, the site designer would write code to only show me blue things.
Dynamic sites make the web more personal. The coding is a lot more complicated for dynamic sites.
Plus, once a site is database-driven, creating "special" pages that slice & dice the info in different ways is easy.
They would see the same thing no matter what
We're throwing around the word dynamic here to mean two different things. I use it to refer to content created on the fly based on user input.
Some people use dynamic to refer to using includes in their htm pages.
I thought we were talking about site design using dynamic scripting. And includes are a big part of that. Static vs Dynamic creation of that site.
Like the navigation area. News. Date driven feeding of new content. The only thing that is static is the actual content then that gets merged with all the dynamic stuff.
Having the site render on the fly is the way to go.
You can keep bandwidth down, reduce time taken to alter the site...and a degree of uniformality, where your navigation "include" can be recognised to be in the same place over time by the user.
"dynamic" seems pretty generic, even for me, im at the stage where im listening to the differences of PHP and ASP.
hmmm custom content depending on biodata. Sounds time consuming but interesting :)