Archive for December, 2007

Disco Bubbles

Disco 5
Another really simple beginners tutorial. Start off with several bubble shapes. You can create these using several circle vectors or load in a custom shape. combine all of your layers to one layer.

(Not sure why they are Disco Bubbles by the way ) Read the rest of this entry »

Really simple 3D Emblem

3d emblem 4
This is an extremely simple tutorial suitable for a beginner. Draw out a shape with your pen, load a custom shape or use a ding bat graphic.
Read the rest of this entry »

Wavy Shapes

Wavy Shapes 4
This tutorial will show you how to create interesting effects on some wavy shapes. Start off by drawing a vector shape with your pen or use a custom shape provided by Photoshop.
Read the rest of this entry »

Gel Button

Gel Button 10
This tutorial will show you a simple way to create a gel button.
Read the rest of this entry »

Protecting sensitive personal data with encryption

It is a common situation to want to store data about a person in a database. For example their name, address, phone number etc. In many countries it is illegal to store this data without some form of protection but even without such a law it is common courtesy to look after this data to the best of your ability. You don’t know how well your hosting company looks after this data so why take the risk. This data should be encrypted.

This tutorial will show you a simple example of a user registration system. It hasn’t been designed as a class you can plug in to your application. Instead it is a tutorial to show you how to use the mcrypt functions within your application.

This is not a complete solution to your security worries! You will almost certainly need to consider other factors to build a secure application but this is a good start. So if your hosting company (or government department!) puts your database on a couple of cds and puts them in the post (mail) you can sleep better at night knowing your data is safe.

Read the rest of this entry »