When designing websites, you normally don’t want to hard code any link or references to files. For example, if you reference an image, you should do so as
[cc lang=”html”]/images/header.jpg[/cc]
instead of
[cc lang=”html”]http://www.mysite.com/images/header.jpg[/cc] Continue reading Automatic Browser Protocol Detection