Advertisment
This is a tutorial on creating COM component using Java.
This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code...
Step by step tutorial on creating a Java COM component which accesses and uses ASP Intrinsic Components. Sample Project files, Component and ASP...
As a website gets bigger it can become more difficult and time consuming to maintain. One way to help manage this is with the use of include files....
This is a simple font customization sample that illustrates how to easily let your visitors pick whatever settings they prefer on your site. It...
This 2-page article describes how to create a Printer Friendly Page using Microsoft's XMLHTTP component along with regular expressions. It...
Based on an HTML template file, this ASP sample code formats pages of a web site dynamically. It allows you to change the appearance, layout,...
The author notes 'Displaying content depending on what the current date value is a powerful and effective tool that adds value to any website....
This tutorial demonstrates a simple way of implementing a tip of the day application that can be syndicated out to other sites.
Here, you will learn how to use VBScript and textfiles to make content on your site easy to update. All code is available.
In this tutorial, you will learn how to assign custom errors to common problems that you may experience with your web site and create a centralized...
Automated content management is a must for many web sites. It's difficult to provide fresh new content without a standard automated system....
This article discusses how the 'Print this Page' option works. (The 'Print this Page' option turns articles into a...
Web pages usually print pretty lousy. Typically, background colors are not displayed (unless you change the browser settings) and depending on site...
You may have come across a situation where you have two ASP websites, possibly on different servers, and you wish to pass a visitor from site 1 to...
Sessions and cookies can be used to persist visitor information. This article shows us how to maintain session state with ASP using a combination...
This tutorial shows how to keep information from the user in your server (Session method) and how to share information between users (Application...
A basic information on using Cookies in ASP. An access counter is used as an example.
Session variables can store user-specific information for you. This tutorial explain how to configure your server and how they work (and when they...
This article will explain the problems faced with detecting cookies in ASP and address them one by one. You will then be presented with a cookie...