Creating Images on the fly with ASP Pages

Creating Images on the fly with ASP Pages

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/.

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several

data fivetran pricing

Fivetran Pricing Explained

One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of

kubernetes logging

Kubernetes Logging: What You Need to Know

Kubernetes from Google is one of the most popular open-source and free container management solutions made to make managing and deploying applications easier. It has a solid architecture that makes