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.



Make Photoshop Faster

Jan
21
2010

Photoshop logo A couple of tips to make Photoshop run faster on Windows or Mac OS.

There’s also some advanced optimisation instructions for Mac OS users on the Adobe website. Although power users would probably want to avoid disabling some of the features discussed in this article.


Using PHP Includes for Global Navigation Links

Jan
13
2010

PHP logo 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

Dec
27
2009

Apache Server logo 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 »