Are you a Programmer? or a Network Administrator? or may be you don't have any skills in creating web graphics! Don't you worry my friends. Here is something that might interest you. its a programe that can be used to create surprisingly beautiful graphical images with afew code lines. The so called CFDG is a simple language for generating stunning images. With only a few lines you can describe abstract art, beautiful organic scenery, and many kinds of fractals. It's highly addictive! find more about this at Contextfreeart.

For example, the above image has been created by the following code line:

startshape flower6
rule flower6 {
12* {r 30} petal6 { }
12* {r 30} petal6 {flip 90}
}
rule petal6 {
SQUARE { s 1 0.001 }
CIRCLE { x -0.5 s 0.01 b -1 }
petal6 [ x 0.5 r 120.21 s 0.996 x 0.5 b 0.005 ]

Label: Bookmark and Share