The strict tag has no wiki summary.
1
vote
5answers
2k views
How to fix the size of a Java heap
I know Java VM has "-XMx" and "-XMs" for setting the size of the heap. It also has a feature called "ergonomics", that can intelligently adjust the size of the heap. But, I have a problem at hand ...
13
votes
13answers
774 views
Is it worth the development time to output valid HTML?
Developing websites are time-consuming. To improve productivity, I would code a prototype to show to our clients. I don't worry about making the prototype comform to the standard. Most of the time, ...