Administering the Application variablesFollowing earlier articles about how I cache data (such as the rotating banners) in Application variables for speed, many have asked how I refresh the cache when I've made a change. All is revealed...
An ASP Based EZineHave you wanted to produce an EZine? With dynamic content? I would guess that most of you would have avoided such a project because of the amount of manual work involved in maintaining it on a recurring basis. Well, folks, here is an example of how...
An ASP Disk Space MonitorA previous article describes how to use the Drives collection to access information about disk drives attached to an ASP web server. This article expands on the ideas presented in that article by describing how to create a dynamic disk space monitor...
An ASP You Can Grasp: The ABCs of Active Server PagesFiles created with Active Server Pages have the extension .ASP. This story is an example; take a look at the address above. With ASP files, you can activate your Web site using any combination of HTML, scripting—such as JavaScript or Visual...
An easy way to JMail formsUse this quick wizard-like form to actually build a form that sends email using JMail. In a couple of minutes you will be able to recieve feedback.
An Overview in ASP and SQLA basic tutorial on using Active Server Pages to access a database through a web browser. This guide steps the user through the simple process of writing the code and accessing the database through a web browser with VBScript and SQL.
An Overview in CDONTSThis tutorial outlines the basics in setting up a server and an ASP Script to send an email from a website utilizing Collaboration Data Objects (CDO). The required server setup and code snippits are included.
An Overview in Creating a DLLAn Overview in Creating a COM ActiveX DLL for Use with ASP Scripts. A tutorial describing the process of first creating a COM Object with functions and then second, how call those same functions contained in the ActiveX DLL from ASP Scripts.