Categories

Archives

Did You Know?

My involvement and experience with the virtual world Second Life resulted in me joining the Electric Sheep Company for 2007 where I helped architect Shop OnRez and built a significant portion of the backend services that provides the seamless Second Life integration that SLBuzz members are used to.

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: gd

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 […]