Categories

Archives

Did You Know?

Many of my system administration skills I learned due to maintaining a Pentium 90 (with Debian Linux) based firewall, router, DNS, mail, and web server from some time in '97 until around 2004 before I finally gave in and bought a wireless Linksys router (WRT54G).

Recent Comments

Tags

asp audio browser bug business coalesce code crash Database db debian extension framework imap internet legions linux metaverse mysql obscurity patch PHP postgresql properties release scp Second Life second life security session social media sound sql ssh subversion tables tortoisesvn tribes ubuntu virtual world web windows zend zend framework zf

Tag: image

Creating bitmap fonts with PHP

The GD library enables PHP the to load custom fonts (with imageloadfont()) and add text to images. But it can also be leveraged to create interesting effects — particularly when one uses PHP to first create a custom font.
In order to be able to create a custom font we need to find out more details […]