Advertisment
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 | | by Tutorial
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...
Views: 1033 | | by Jarry
ASP - Counters
The help system presented in this article is self contained and can be updated and altered without impacting the original Web application. The help...
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,...
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.
The author writes 'Many places on the web feature the date that the current document was last modified on. Rather than changing the date...
There are a number of ways to have users input dates into your application. Dropdown menus are the preferred method employed as there will...
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...
This tutorial explains how to do recursive subroutines in ASP (VBScript). Use this algorithm to create threaded discussions, directories, or...
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...
ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...
Views: 1005 | | by Daniel
ASP - Development
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...
Usage of the following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan().
Self explaining sort scripts to show how to compare strings: Basics, Compare two strings for similarity, Find position of a substrings within a...
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.
A short tutorial showing the basic the basic structure of the global.asa file. Describes different objects: Application_OnStart, Application_OnEnd,...
This tutorial covers several important Active Server Pages looping structures, including do..while, do..until, and select case structures.
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.
This tutorial explains basics of the Dictionary object by using two examples: translation of a number from English to Spanish and password...
This article takes a look at three different ways to output content using Response.Write: using context switching, simple Response.Write...
Views: 875 | | by Tutorial
ASP - Development