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):

Wednesday, August 3rd, 2011 at 12:45 | 0 comments
Categories: HTML
Tags:

Create a .htaccess file in your JavaScript directory and add this line: and …

Wednesday, October 13th, 2010 at 22:59 | 0 comments
Categories: HTML, PHP
Tags: , ,

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: [...]

Friday, September 18th, 2009 at 19:24 | 0 comments
Categories: HTML
Tags:
TOP