You are looking at posts that have been tagged ssl
If you’re coding in XHTML or if you’re creating a site in PHP, one of the pains is making sure that your relative paths are correct. Surely having to type in the full site URL is a pain, even though that would usually eliminate the relative paths problem; but instead of using
<link href="../../style/style.css" rel="stylesheet" media="screen" />
and trying to make sure that the above code works for every page of your design, you could simply utilize the easy and simple,
<base href="http://www.example.com/" />
tag!




(No Ratings Yet)The content on this site is published under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 Canada License, which allows any person to syndicate our content (modified or not) as long as this site or the content's author is attributed and the resulting work is also released under this license. Our feed is licensed slightly differently, under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.
Use of this site is subject to, and automatically constitutes acceptance of, our copyright, our licensing restrictions, our privacy policy, and our disclosure policy. Geekie.org is an asset of the FreddyWare Solutions Enterprise Network.