Archive for the ‘Programming’ Category

Convert Fonts to Javascript using Cufon

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

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

Agonizing over my Wordpress Theme

While its very easy to get a Wordpress site up and running, basic themes just never seem work and look just they way that I want them too. So I started with a simple theme WP-PortalTheme and then began changing it here and there.
Themes Wiki is a great place to learn how to create your [...]