Entries Tagged as 'Technologies'

Configuring JavaScript Applications With XML

October 27th, 2009 by admin · No Comments

I have been hacking JavaScript for close to 12 years now, and love it.  But just like anyone you have been enamored with for a long time, there are bound to be things that drive you crazy about the object of your affection.  Sure, your feelings are stronger than when you first met, but sometimes, […]

[Read more »]

Tags: JavaScript · XML

More @font-face fun

October 9th, 2009 by zoltan · 10 Comments

My first post @font-face in Depth got a huge amount of unexpected attention.  Thank you all for your comments and criticism.  Since the post, there have been quite a bit of information I have read about and thought I should share. SVG fonts for Opera and Chrome Jonathan Snook wrote a great article regarding Opera […]

[Read more »]

Tags: @font-face · CSS · Fonts · SVG

@font-face in Depth

September 20th, 2009 by admin · 68 Comments

The fact that we can now choose any font to embed inside our web pages and applications using @font-face is something to celebrate, and removes a long existing set of handcuffs placed on web designers. This article covers how to use @font-face in all browsers, as well as some interesting little-known technical details.

[Read more »]

Tags: @font-face · ClearType · converting · CSS · FontForge · Fonts

Optimizing PNG Files, for both Web and Print.

September 16th, 2009 by admin · 2 Comments

Optimizing images is not only important for web applications, it is also important for reducing the size of print documents. This article will show how to optimize images in the PNG format.

[Read more »]

Tags: Images