Displaying dynamic text headings with custom fonts

October 12th, 2006

Sometimes you want to use a custom font on a website heading or title, to do so, you must ensure that the visitor have the font registered on its system, if not, the default font will be displayed wich will be annoying. To solve that, you could either use an image or a flash movie to achieve this purpose. In this article I’ll expose how to create a Flash object which dinamically loads its text.

Displaying dynamic text headings with custom fonts

Escape Strings

October 12th, 2006

Small tool for escaping strings to be used in URLStringEncoded context. Uses VBScript escape() and unescape() functions and an HTML Application GUI to enable copy and paste of the text. Read the rest of this entry »