Search Results

6
votes

Is it time to start using HTML5?

Comparison of Layout Engines (HTML 5) So, No. …
1
vote

How can I improve loading times on a static HTML site?

Enable caching for image files (the example below also adds css and js caching) which will ensure users don't download files twice. If you are using apache 1.3 or 2: ExpiresActive O …