Search found 4 matches

by -TomJ-
Tue Feb 28, 2006 7:25 am
Forum: General Discussion
Topic: Introduce Yourself!
Replies: 1043
Views: 780303

Ed from Dublin: watch out. You lose your seniority This is TomJ , from 1953. That does make me 53 as well. Happens only once in a lifetime. Earn my living as a technical writer - creating the documentation to make the results you what you techies do, understandable for the people who get stuck with...
by -TomJ-
Tue Feb 28, 2006 7:06 am
Forum: PHP - Code
Topic: HowTo: create a gradient image
Replies: 5
Views: 405

This easy? Woow!

I guess I am able now to make the image.php modifyable using parameters as you suggested.

Thx
by -TomJ-
Tue Feb 28, 2006 6:47 am
Forum: PHP - Code
Topic: HowTo: create a gradient image
Replies: 5
Views: 405

I found the function and installed it. But now I find I don't know how to handle it. <?php require "Systools\class.gradient_image.php"; $fade_from = "#000000"; // Start colour in hex $fade_to = "#0000FF"; // Stop colour inhex $steps = 32; // Number of gradient steps $wi...
by -TomJ-
Mon Feb 27, 2006 7:57 am
Forum: PHP - Code
Topic: HowTo: create a gradient image
Replies: 5
Views: 405

HowTo: create a gradient image

I am trying to create a web page with a gradient colour as background. Since I wanted the colour to be easily changeable, I have been trying to do so by creating a css stylesheet on the fly. I recently learned that using php it should be possible to create a gradient image on the fly. Basically, I w...