One of the impressive features of Active Server Pages is the ability to deliver fresh, active content in direct response to user input. In addition to creating responsive text, you can also generate graphics on the fly. My favorite tool is a server-side component called FontVelocity from Vertigo Software. (http://www.vertigosoftware.com/products/fontvelocity.asp)
With very little ASP code such as the following, you can create attractive and unique GIFs on your Web pages.
<%FontVelocity false, "
ALT=""%ALT%"">", "Ken", Server.MapPath("COMICBD.TTF"),
"FontVelocity1.gif",18, 255, 16777215, true,
0, 0, 0, 0, 1, 21.6, true, 0, 0, 5, 5, 5, 5, 0%>
Also check out ASPImage from Stephen Genusa at www.serverobjects.com/products.htm#AspImage/.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.
























