Home

Submit

Source

Feeds

Home » ASP » Scripts ::

ASP Scripts
Creating a advertisement rotator page is easy - ASP comes with an Adrotator component that's easy to use. The component, called AdRotator, is installed when you install ASP. The component has been a part of ASP installation since the first version of ASP.
Related Tutorials
ASP Scripts
Rotating Banner Ads using a Database
ASP / Scripts
This is simple Ad rotation system based on ASP-SQL Server combination.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP Cookies and Sessions
Simple ASP Authentication System
ASP / Cookies and Sessions
This article describes how you can secure ASP applications using simple, but quite effective authentication schemes. This article uses a very simple way to achieve this. Just follow the steps and you have a secure login system.

Site: www.kamath.com Report - View Tutorial

ASP File Operations
Downloading Files with VBScript and ASP
ASP / File Operations
Setting up a simple file downloading system with VBScript and ASP is no sweat.The primary use for a system like this is to allow downloading of any TEXT based file that would normally be served via a client's browser and be unable to be downloaded.

Site: www.aspemporium.com Report - View Tutorial

ASP Scripts
Creating a Click-Through Tracking System
ASP / Scripts
How to create a database-driven click-through tracking system using ASP. Useful for monitoring click-throughs for banners, hyperlinks or file downloads.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP Scripts
A Simple Quiz Script
ASP / Scripts
ASP is a very simple language if you know its syntax (in that way, it is much like every other programming language, albeit in ASP's case a bit more forgiving than some others). This tutorial describes the construction of a very simple ASP quiz script, which works with just two files: quiz.asp and data.asp.

Site: biorust.com Report - View Tutorial

ASP Debugging and Error Handling
Implementing Error Logging in ASP 3.0
ASP / Debugging and Error Handling
It is important to know what is going on with your site in development and production. By implementing proper error logging, you can quickly track down errors, and provide your team members with enhanced error information. With the new ASP Error object you can create a simple and effective logging system.

Site: www.asp101.com Report - View Tutorial

ASP Scripts
An Article Rating System With ASP
ASP / Scripts
In this tutorial I'm going to show you how to use ASP and a Microsoft Access database to create a basic content rating system. We will look at how to setup the database to accept ratings, how to add ratings to the database, how to stop users from rating once they have already done so, and finally how to accumulate the ratings for each piece of content and display them in a graphical format.

Site: www.devarticles.com Report - View Tutorial

ASP Component Building
Creating Visual Basic COMponents for ASP
ASP / Component Building
This article teaches the ASP programmer to write their code in VB, make it as a DLL and reuse it in their ASP code.

Site: www.macronimous.com Report - View Tutorial

ASP Component Building
Creating a Server Component with Visual Basic
ASP / Component Building
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 into server-side components, developers not only increase Visual Basic functionality and ASP speed, but also find a marvelous way to encapsulate and protect their ASP source code.

Site: www.15seconds.com Report - View Tutorial

ASP Scripts
Creating an ASP based News Letter
ASP / Scripts
In this article I will guide you through the steps of creating a simple but effective news letter.

Site: www.stardeveloper.com Report - View Tutorial

ASP File Operations
Listing All Files in A Folder
ASP / File Operations
You may use this small asp script to display all files in a folder. First we are creating a copy of File System Object. The following example illustrates how to display the files in same folder.

Site: www.dotnetindex.com Report - View Tutorial

ASP Content Management
Create a Custom ASP Error
ASP / Content Management
This system allows you to assign custom errors to common problems that you may experience with your web site and create a centralized error page to display custom errors. This one is so easy, you can implement it into any existing system just by adding a couple lines of code to each script.

Site: www.aspemporium.com Report - View Tutorial

ASP Counters
ASP Hit Counter
ASP / Counters
You can count the number of visitors on your site with a very simple ASP code. Create a file Count.asp with the following code and add in the header of every page useing Server Side Include(SSI).

Site: www.devasp.com Report - View Tutorial

ASP Scripts
Chat Using ASP & XML
ASP / Scripts
This article assumes that you are familiar with ASP, XML and HTML. Using this chat system, we can chat how we conventionally chat, in public as well as private modes. Even though I've implemented most of the conventional features such as unique nick names, the reader is welcome to incorporate any other features they require.

Site: www.asp101.com Report - View Tutorial

ASP Database Integration
How to create a System DSN for Access database
ASP / Database Integration
You can connect to an Access database within an ASP page with different methods. This article will help you to create a System Data Source Name (DSN) for an Access database on your local machine.

Site: www.devasp.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement