Best Tutorials website
Latest tutorials

Advertisment

Creating a Mailing List Program

Creating a Mailing List Program

Have you ever wanted to create a mailing list on your site? Tired of using those so-called free services that insert advertisements into all of...


Views: 857 | Rating star | by Steve
ASP - Mailing List Management

Creating an ASP based News Letter

Creating an ASP based News Letter

This tutorial will walk you through the steps of creating a complete functional news letter for your site. Each and every step has been explained...


Views: 846 | Rating star | by David
ASP - Mailing List Management

Dynamically Write Office Documents

Dynamically Write Office Documents

Dynamically create Microsoft Word or Microsoft Excel documents using ASP.


Views: 914 | Rating star | by Tutorial
ASP - MS Word and ASP

Add a quote of the day!

Add a quote of the day!

This lesson teaches you how to make a random quote of the day. It reads the quotes from a textfile (for easy maintenance), and displays it. Full...


Views: 895 | Rating star | by Slicer
ASP - Quote Display

Language specific response

Language specific response

A tutorial showing how to get information from browser with Request.ServerVariables('HTTP_ACCEPT_LANGUAGE'). A list of available...


Views: 839 | Rating star | by Simon
ASP - Redirection

Object Moved

Object Moved

A small code snippet that lets you eliminate 'Object Moved, This object may be found here' problem that occur on IIS server with some...


Views: 874 | Rating star | by John
ASP - Redirection

Random Image Sample

Random Image Sample

This sample code presents three different ways to show a random image in ASP, each approach illustrated and explained. Source code available for...


Views: 825 | Rating star | by Mark
ASP - Randomizing

Random Passwords

Random Passwords

This is a quick and easy example of how to create a random password and mail it to the person who tried to register at your site.


Views: 843 | Rating star | by Sean
ASP - Randomizing

Graphics for WAP

Graphics for WAP

This article describes how to turn your IIS Web Server to a WAP server that creates WBMP images on the fly. The article consists of 3 parts. First...


Views: 901 | Rating star | by Mathew
ASP - WAP and WML

Using ASP to Send a Wireless Text Message

Using ASP to Send a Wireless Text Message

Sending an SMS message via e-mail requires the acceptance of several hidden flaws. This article shows how to avoid these complications by sending a...


Views: 842 | Rating star | by Source
ASP - WAP and WML

Access remote URLs with asp

Access remote URLs with asp

This tutorial will show you how to use XMLHTTP Object to request a page to a remote address from your server. Some copy and paste examples are...


Views: 867 | Rating star | by Sean
ASP - Web Fetching

How to Build a Low-Budget Web Service with Classic ASP

How to Build a Low-Budget Web Service with Classic ASP

This article illustrates how to create a news feed Web service in classic ASP. The Web service created is extremely light-weight, requiring minimal...


Views: 850 | Rating star | by Sarah
ASP - Web Fetching

Get the News

Get the News

This article describes how to put ASPWire's news feed onto your Web site. The steps are: Get the raw news data from a given ASP page (no more...


Views: 866 | Rating star | by Nick
ASP - Web Fetching

Framed Click Through

Framed Click Through

This example code shows how to place a frame around an external link from your site, similar to the method AskJeeves.com site uses. This enables a...


Views: 889 | Rating star | by Marry
ASP - Site Navigation

Building a Yahoo!™ Style Navigation Bar

Building a Yahoo!™ Style Navigation Bar

This sample will demonstrate how to quickly build a simple Yahoo! style navigation bar that displays the paths a user has taken to get to a given...


Views: 916 | Rating star | by Jarry
ASP - Site Navigation

An Article Rating System With ASP

An Article Rating System With ASP

This article shows you how to use ASP and a Microsoft Access database to create a basic content rating system. It will look at how to setup the...


Views: 906 | Rating star | by Brad
ASP - Polls and Voting

Online Survey Form Administration

Online Survey Form Administration

The author notes, 'In most web_based database application, webmasters are allowed to administrate their web sites throuth internet. In that...


Views: 919 | Rating star | by Sean
ASP - Polls and Voting

Searching with Index Server

Searching with Index Server

This article introduces MS Index Server, guides through setting it up, and then describes actually using it to search. Various options in SQL...


Views: 838 | Rating star | by Nick
ASP - Searching

SmartSurf!

SmartSurf!

If a user doesn't find what they are looking for in the first couple clicks, the majority of them will move on to greener pastures. So how do...


Views: 862 | Rating star | by Sean
ASP - Searching

A Text-Based Search Engine

A Text-Based Search Engine

Have you wanted to allow your users to search through your website, checking for files that contain a particular string? Using the...


Views: 871 | Rating star | by Stephen
ASP - Searching