Archive for the ‘HTML’ Category
If you are using http://pagespeed.googlelabs.com to view the speed your site, some of most common suggestions for improvement is Leverage browser caching To set up caching you need to edit apache configuration (This code uses the FilesMatch directive and the Header directive to add Cache-Control Headers to certain files):
Create a .htaccess file in your JavaScript directory and add this line: and …
HTML and XHTML specifications allow both implicit and explicit labels. However, IE6 has some troubles: For example: W’ll look like the image bellow: If you want to display the label text above the input field instead of on the same line, it’s easy to use CSS to set the label element’s display property to block: [...]
