Search Results

10
votes

Should HTML co-exist with code?

Generally, it's better to keep presentation (HTML) separate from logic ("back-end" code). Your code is decoupled and easier to maintain this way. …
5
votes

What should a developer know before building a public web site?

Good knowledge of HTTP, including caching and expiry headers …