Saturday, March 21, 2009

Make your own Photoshop patterns

Photoshop patternsYou can find patterns on many websites.
Designers often use them spice up their layouts.
In this tutorial I will show you how to make your own patterns for your websites in Photoshop.


Thursday, March 19, 2009

Simple PHP website tutorial

If you ever tried making a simple website with only a handful of pages, you probably noticed that once you need to edit some menu element, you have to edit all of your pages, which can be very irritating.
The simplest way to solve this problem without resorting to coding is using frames. I encourage you not to do that. You can see for your self why.
Instead you can apply one of the following PHP techniques.

Tuesday, March 17, 2009

include, require, include_once, require_once

When it comes to dividing and ruling your code, PHP has a confusing amount of standard functions to do the job. Take include() for example. It works fine so why make the other copycats?