Best Tutorials website
Latest tutorials

Advertisment

Impression Counter (With a db)

Impression Counter (With a db)

What's behind an image? Just about anything you there to be including a db. A typical image tag downloads an image to be processed by the...


Views: 965 | Rating star | by Tutorial
ASP - Counters

ASP Hit Counter

ASP Hit Counter

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


Views: 1033 | Rating star | by Jarry
ASP - Counters

Database-Driven WWW Help System

Database-Driven WWW Help System

The help system presented in this article is self contained and can be updated and altered without impacting the original Web application. The help...


Views: 1070 | Rating star | by Troy
ASP - Customer Support

Compare dates

Compare dates

Self explaining sort scripts to compare dates. You may use them to display your age, time period fromm a given date or happening etc. (DateDiff,...


Views: 1084 | Rating star | by Brad
ASP - Date and Time

Displaying Date, Time, and Text

Displaying Date, Time, and Text

Shows the basic methods to display date, time and text in a ASP script. Examples on different ways to display the date and time presented.


Views: 988 | Rating star | by Slicer
ASP - Date and Time

Date Last Modified ScriptWriter

Date Last Modified ScriptWriter

The author writes 'Many places on the web feature the date that the current document was last modified on. Rather than changing the date...


Views: 980 | Rating star | by David
ASP - Date and Time

Form Dates

Form Dates

There are a number of ways to have users input dates into your application. Dropdown menus are the preferred method employed as there will...


Views: 1015 | Rating star | by Jason
ASP - Date and Time

Some Nifty Functions for Passing Variables Around

Some Nifty Functions for Passing Variables Around

Here are a set of very useful functions that allows you to pass variables around via forms, querystrings, and/or cookies. Source code available for...


Views: 882 | Rating star | by Ben
ASP - Development

Creating Parent-Child Relationships

Creating Parent-Child Relationships

This tutorial explains how to do recursive subroutines in ASP (VBScript). Use this algorithm to create threaded discussions, directories, or...


Views: 928 | Rating star | by Brad
ASP - Development

Maximize Your ASP Performance

Maximize Your ASP Performance

Active Server Pages give great performance, but you can make them even faster with a few tweaks to your code and database connections. Here's...


Views: 1070 | Rating star | by Ben
ASP - Development

Bullschmidt ASP Developer Tips

Bullschmidt ASP Developer Tips

ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...


Views: 1005 | Rating star | by Daniel
ASP - Development

Content Variables

Content Variables

This is a simple one page example of how to display all Server, Application and Session variables. Also shows how to add & delete Session and...


Views: 1056 | Rating star | by Jason
ASP - Development

Math functions

Math functions

Usage of the following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan().


Views: 1009 | Rating star | by Adam
ASP - Development

Compare strings

Compare strings

Self explaining sort scripts to show how to compare strings: Basics, Compare two strings for similarity, Find position of a substrings within a...


Views: 1011 | Rating star | by Sean
ASP - Development

if...Then...Else / For...Next Instructions

if...Then...Else / For...Next Instructions

A short tutorial on the If....Then...Else instructions sequence in ASP that is very similar to the one in different kind of scripting languages.


Views: 719 | Rating star | by Sarah
ASP - Development

Introduction to global.asa

Introduction to global.asa

A short tutorial showing the basic the basic structure of the global.asa file. Describes different objects: Application_OnStart, Application_OnEnd,...


Views: 972 | Rating star | by Troy
ASP - Development

Do...Loop / Select...Case Instructions

Do...Loop / Select...Case Instructions

This tutorial covers several important Active Server Pages looping structures, including do..while, do..until, and select case structures.


Views: 824 | Rating star | by Source
ASP - Development

Subroutines and Include/virtual

Subroutines and Include/virtual

This tutorial explains the basic use of Subroutines and Include virtual using SSI that may be used in ASP pages to make your code cleaner.


Views: 993 | Rating star | by Isac
ASP - Development

Dictionary object

Dictionary object

This tutorial explains basics of the Dictionary object by using two examples: translation of a number from English to Spanish and password...


Views: 958 | Rating star | by Mark
ASP - Development

Performance Metrics for the ASP Response Object

Performance Metrics for the ASP Response Object

This article takes a look at three different ways to output content using Response.Write: using context switching, simple Response.Write...


Views: 875 | Rating star | by Tutorial
ASP - Development