design - Suggested improvements? -


I'm coding a site in pure HTML / CSS - no server-side language is using < / P>

I was thinking that someone has a reaction - is there anything that you want to change ...?

Many thanks, J

Your site is quite It appears to be static, i.e., there is not much dynamic and changing content, the pure fixed HTML page is just fine.

You can avoid duplicate HTML using a visual / template engine. So when you change something in the header, navigation or footer, you do not have to change them in each HTML file separately .. in only one place. Good HTML editors will support this feature without the need for server-side language.

With Events, other dynamic parts (news, etc.) can be pushed into a database, but if you are doing only one update and maintenance work, I do not think it is necessary .

Server-side implementation will be required for some reasons:

  • User registration (authorization)
  • Content Management System (CMS)

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -