What I mean by static is that you write the html, not a php, asp, cgi, or some other script. Scripts like this dynamically build the html on the fly and that's why they're so much easier to maintain.
So far looking at what you have, it does seem like you main page is static. But your main page also looks like it is already using cmps even though it isn't. Everything that you have on the main page right now could be done using cmps. And it shouldn't be too painful since you already know what you want.
|