//Glitter Text Generator\\
Note: Before you get started....read this
Make sure you name your folders the names I am giving you to name them. Also, I'm giving you most everything you need here, so this is a very simple script for you to follow, yes it's long and very time consuming, but all in all it's easy. I've made if very easy for you, so a link back IS required.
I'm starting this tutorial assuming you have already made all your glitter gifs. Remember, each letter is a separate gif, so if you are planning on having 10 different fonts to choose from then you will be creating 260 individual gifs, being that there are 26 letters in the alphabet.
To make this a little less confusing, my path is <img src="http://lillium.net/you/gf/ Yours will be something like <img src="http://doodlebug.com/images/gf/ OK, I don't know what made me come up with doodlebug, but you should get the idea.
OK, so far we have 1 javascript named glitter.js (not uploaded yet)
A new folder called gf
A new folder called glitterfontgen
2 folders inside the gf folder called 1 and 2
You should now have your font gifs uploaded into your folders, if not take a
few hours like I did, create your font gifs and upload them.
Now, copy the code below, this is going to be your index. Paste it into notepad, make sure to change the direct paths to your own. Go to file, and save as and name it index.html or index.php or whatever it is you like to use. I named mine index.php, but I just like to end all my pages with php so it's up to you.
Now, I left all my direct paths in that code above you just copied, so make sure to change them to your own. Yes, it will work just as you have copied it, I'm sure a few of you have noticed that. You don't have much farther to go, so if your thinking about keeping my direct path, then don't, like I said we are almost finished.
Actually, after you have changed the direct paths to your own then you are finished, unless you want to add more (and I'm sure you do) font gifs.
All you have to do to add more font gifs is to add more folders in the gf folder, like I said before, name the 3, 4, 5, 6 and so on and upload your new gifs into the appropriate folders.
In the index you'll have to add more coding for your new fonts, just repeat this code
remember to change the direct paths to your own.
OK, that's it