Here is a cool tool that will convert any TrueType of Postscript font into a piece of java code so that you can embed that font in your web page without requiring the web page viewer to have the font installed on their computer. Check it out. Its called Cufon
Archive for the ‘Programming’ Category
Starting a Wordpress Theme from Scratch
Well that’s it! I did it. I started over from scratch using the notes at Themes Wiki and also using the Wordpress Codex to create a new theme for my blog from scratch. I’m also tweaking things on the fly in Firefox using the FireBug plugin to see what values work best. Firebug is [...]