Categories
Tags → Asp Page

How to create DSN for Microsoft SQL Server

This article will help you to create a System Data Source Name (DSN) for Microsoft SQL Server on your local machine. After a System DSN has been created you can use it within any ASP page located on the same computer.
DETAILS

DevASP Log file

Are you interested to know who came to your site? at what time? and what was the referring URL. Here is an example how to make a Log file for an ASP page to keep track of users on your site. This Example use a text file to write user information.
DETAILS

Dev 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 header of every page useing Server Side Include(SSI).
DETAILS

News Management System

Create a system to display current news from a list of headlines. Uses the scripting.fileSystemObject instead of a database as an information source. This system uses ASP to read and write info into a text file and then format it into an html display...
DETAILS

ASP Basics

New to ASP? This two page tutorial explains what ASP is and variables in ASP with a few sample codes.
DETAILS

ASP Hit Counter

This is a simple ASP hit counter. A text document is placed in the same directory as the page we want the counter to appear on. The .txt file is first read to gain the value of the last hit count, one is added to that number, written to the .txt doc...
DETAILS

ASP 101: Link Manager

This simple ASP script allow you to manage links on your page via browser. You can add new links, delete and edit existing links on your page.
DETAILS

DynuWait

Using this component you can pause your ASP page for a specified time without consuming any systems resources.
DETAILS

ASP 101: Calendar

This simple ASP code allows you to create a calendar with today highlighted on your Web site. It lets you choose a day, month, and year to view, and with some minor modification will even put your events onto the page on the proper days. It''s b...
DETAILS

LinkMax2

LinkMAX 2 is an ASP link indexing script. Features include: Easy setup and installation, Listings display Title, Description and Date added, You can approve sites before they get listed, An admin page that will show you new pages that have not yet b...
DETAILS

Page:
©2003-2008 jCay.com