RSS

Tag Archive | "The"

Bringing your dekstop to the web

Friday, October 24, 2008

0 Comments

Over the past couple of years there has been a ‘web 2.0 revolution’. This is all about user interaction and web applications. In this post Im going to show you some stuff which is all bringing the desktop to the web. I think you will be impressed. The first thing I want to show you is [...]

Continue reading...

Choosing The Right Host

Monday, September 15, 2008

3 Comments

Choosing the right host is something all website owners have to think about. And for the more inexperienced person this can be quite difficult; there are so many different things to think about. Firstly, what do you need from your host? Lots of space if you are hosting things like videos? Extra CPU and RAM if you are running [...]

Continue reading...

Reflections Using The GD - PHP

Saturday, September 13, 2008

2 Comments

In this tutorial I’m going to show you how to make reflections using the GD just like the image below. So here is a walk-through of the code… The first bit is defining the image you want to reflect… $im = 'yourimage.gif'; The second bit gets the size of the inputted image to make sure it is reflected correctly. $size [...]

Continue reading...