Tagged Questions
8
votes
4answers
140 views
Are there efforts to build a collaboratively edited HTML/JS/DOM reference?
W3Schools has a reputation of being incomplete, sometimes incorrect, and ridden with advertising; still, when looking to look up some things or link to documentation when answering a SO question, it ...
2
votes
5answers
163 views
Generate HTML pages from some template
I have an open-source project for which I have to generate HTML pages to put on the web. I wanted to keep everything as simple HTML pages. The problem with this approach is if I need to change the ...