Brightscape Blog
Tutorials and tips covering HTML, CSS, jQuery and PHP for web designers and developers. Discussion of the latest Internet technology and search engine optimisation news.
Using PHP Includes for Global Navigation Links
If you look after any large sites you will likely know how frustrating it can be when you need to make even minor changes. This can be something as simple as adding a new page to the global navigation. Traditionally you would need to manually edit every page on the site by adding the relevant code to each page, then uploading each page to your server. Read the rest of this entry »
Redirect SSL with .htaccess
If you use an SSL certificate to secure pages on your website, you may want to setup your server to always display non-secure pages using ‘http’ instead of ‘https’.
In terms of search engine optimisation it is advisable that your server is setup to display a single version of a page to avoid duplication. Read the rest of this entry »
A couple of