Subject: Learning New Skills...
When I was much younger I used to dabble with the programming now and then. Using mostly BASIC, and later Pascal I would create silly things like a text adventure with the goal of escaping from my elementary school or very, very rudimentary apps storing data in a text file and retrieving it...
It wasn't until HTML and PHP that I managed to put these skills to use, dabbling here and there with PERL and PHP, but never really doing anything more than modifying existing code to work the way I needed it to.
Well, yesterday I tried to do something clever. I know you don't care too much about my programming stories, so I'll get right to the point: I succeeded, and now I can do![http://nfggames.com/system/arcade/im.php?y=fzg&x=things like this! [Image: http://nfggames.com/system/arcade/im.php?y=fzg&x=things like this!]](http://nfggames.com/system/arcade/im.php?y=fzg&x=things like this!)
Basically, I made a script that takes any text, cuts it back to 100 characters max, converts each letter to its ASCII equivalent, copies the appropriate letter from a font file (see below) and creates a new image with the original text as graphical letters.
Mostly from old arcade games, natch. =)
Now I just need to slap together a few more fonts, work out a way to select 'em on the fly, cache frequently-used images, prevent hot-linking...
Fun!
It wasn't until HTML and PHP that I managed to put these skills to use, dabbling here and there with PERL and PHP, but never really doing anything more than modifying existing code to work the way I needed it to.
Well, yesterday I tried to do something clever. I know you don't care too much about my programming stories, so I'll get right to the point: I succeeded, and now I can do
Basically, I made a script that takes any text, cuts it back to 100 characters max, converts each letter to its ASCII equivalent, copies the appropriate letter from a font file (see below) and creates a new image with the original text as graphical letters.
Mostly from old arcade games, natch. =)
![http://nfggames.com/temp/Capcom-sample.png [Image: http://nfggames.com/temp/Capcom-sample.png]](http://nfggames.com/temp/Capcom-sample.png)
Now I just need to slap together a few more fonts, work out a way to select 'em on the fly, cache frequently-used images, prevent hot-linking...
Fun!

NFG
Show profile
Link to this post![http://nfggames.com//system/arcade/Arcade-Gradius-Blue.png [Image: http://nfggames.com//system/arcade/Arcade-Gradius-Blue.png]](http://nfggames.com//system/arcade/Arcade-Gradius-Blue.png)
![http://qtchicks.hp.infoseek.co.jp/xexex_fonts.gif [Image: http://qtchicks.hp.infoseek.co.jp/xexex_fonts.gif]](http://qtchicks.hp.infoseek.co.jp/xexex_fonts.gif)
![http://nfggames.com/games/fontmaker/font-sampler.png [Image: http://nfggames.com/games/fontmaker/font-sampler.png]](http://nfggames.com/games/fontmaker/font-sampler.png)