how can i make a text generator?
its like when i put the text in the box and generate it, it will show glitter text?
how can i do that pls help
how can i make a text generator?
its like when i put the text in the box and generate it, it will show glitter text?
how can i do that pls help
like this:
http://www.commenthaven.com/glitter-text-generator/
that's some pretty fancy GD library work, I'd imagine. Probably a lot of difficult coding. I'd start with google searching for a tutorial on GD and decide from there if it's worth it![]()
gjr.gr - coming soon: secrets of OCD coding from a self taught tinkerer
The easiest way is first create all the alphabets and letters in animated gifs and then write a php code to detect the user's letters and generate html code that puts each letter in order see an example:
Edit:HTML Code:<a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/a.gif" /></a><a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/v.gif" /></a><a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/i.gif" /></a><a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/n.gif" /></a><br><a href="http://www.orkutrox.com"><b>Free Image Upload</b></a> | <a href=http://inviyahoo.com><b>Detect Invi Y! ID</b></a>
I typed "Avin" in orkutrox.com and it generated the above code.
Last edited by Teensweb; 05-05-2009 at 12:06 PM. Reason: Automerged Doublepost
Last edited by FengFeng; 05-06-2009 at 04:01 AM. Reason: Automerged Doublepost
"i have the alphabets the problem now is the code
help!"
I'll give it a try... and maybe finish it by tomorrow. but I tell you I'm not a php expert!
Edit:
Thanx, but i dint do any job!Woow,good job
Last edited by Teensweb; 05-06-2009 at 10:14 AM. Reason: Automerged Doublepost
Seems to be more tough than i'd imagined....
Edit:
You can also do this by js I imagine....
try asking help from someone else too.... so that you'll get it done sooner, maybe!
Edit:
see this
Last edited by Teensweb; 05-07-2009 at 12:51 AM. Reason: Automerged Doublepost
Teensweb, that looks perfect! Except: ImageMagick 6.4 or above required
This is kinda what I feared. Regular GD doesn't support animated gifs. It's somewhat easy to create a static image from individual letters and stitching them together. It's only 3 images repeated over and over again, so realistically, you can repeat the process 3 times. The problem lies in taking the 3 gifs and stitching them together. My guess is you will have to create a binary string from the 3 images, append them together, then edit some of the meta data in the final gif to get it to animate correctly. Ew![]()
gjr.gr - coming soon: secrets of OCD coding from a self taught tinkerer