Your first ASP program ver

  Your first ASP program
  Category : Asp Tutorials-tips Introduction to asp  
  Platform :  
  Price :  
  Developer:  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

This is Part I of the "Start programming with ASP" article series by onlineprogrammer.org . It is designed for newbie web programmers. You will learn ASP with easy lessons, examples and exercises.

 

more Tag: 

Also see ...


Intro to ASP 1)    Intro to ASP
 This a quick introductory guide to Active Server Pages. Explains what it is, what it can do, and what you need to get started....

Active Server Pages: tutorial for beginners 2)    Active Server Pages: tutorial for beginners
 This is an introductory tutorial on Active Server Pages. Main topics include: What are Active Server Pages?, Displaying Date, Time, and Text, Using Variables, and Forms, and Active Server Pages Server-Side Scripting Programmer`s Reference. It also includes several useful scripts....

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

Introduction to ASP 4)    Introduction to ASP
 This introductory guide on ASP explains what it is and how it is coded with some sample codes. Also, covers file access using ASP....

Intro to VBScript 5)    Intro to VBScript
 This introductory guide presents 5 useful VBScript tricks and examples. IT shows you how to detect the IP address of your visitors, detect the user`s browser, how to include files in your ASP pages, how to force the script to continue with the next statement when it encounters an error, and how to make subroutines....

An introduction to ASP 6)    An introduction to ASP
 Active Server Pages is a programming environment that gives the ability to generate dynamic html pages with the help of server side scripting. This article will help you to understand what is ASP, How is works and how to get started with ASP....

ASP Tutorial for Beginners 7)    ASP Tutorial for Beginners
 This introductory tutorial will teach you the basics of vbscript, ASP intrinsic objects, how to call ASP intrinsic objects and make use of them and what makes a .asp page different from a .htm / .html page. After the completion of this tutorial you will be able to start writing your own .asp pages....

ASP from A to Z 8)    ASP from A to Z
 This tutorial by Microsoft covers a nice summary of terms and tips to help you understand ASP. Also talks briefly about What ASP Is, and How ASP Works....

What are Active Server Pages? 9)    What are Active Server Pages?
 This is a short introductory tutorial on ASP. Explains what ASP is, and answers a few commonly asked questions....

Advanced Search Engine Pro 1)    Advanced Search Engine Pro
 Those who want a searching module to their site can access this script on their ASP supported websites. Admin allows users to post their own URLs and it can decide which of them can be included in search system. Email module is included that notifies you when new posts are received. Field validate feature, displaying ilnks with details, sorting data, 2 modes in search engine like pending and approved links, and a lot more are available with this program....

Shopping Cart Development Toolkit 2)    Shopping Cart Development Toolkit
 Shopping Cart Development Toolkit is an e-commerce software designed to assist e-commerce professionals in generating full featured e-stores on the net. This script is compatible with almost all types of ODBC databases and is bundled with access database, COM-objects implementing low-level API, and a VB and ASP based application with which webmasters can easily customize their shopping cart. Key features include credit card processing, item tracking, three-step checkout process for all sales...

Buy & sell (dynamic market) 3)    Buy & sell (dynamic market)
 This is an article that allows administrators to facilitate their visitors to sell and buy products on their websites. The author presents script to let the administrators build a database driven program to do this process. This provided program uses MS Access 2000 database and has features like search functionality, both server and client side authentication, administration area, dynamic dropdown boxes etc.,...

Effengud Zipper 4)    Effengud Zipper
 This is a database driven program through which users can find five digit zipcodes for any place in the US. It is possible to calculate the distance between any two cities of USA and collect several information about US cities including radius calculation, city lookup, zipcode lookup etc., It uses Access 97 database and allows users to export the contents to Access 2000....

Using ASP to View Site Server Search Catalog Properties 5)    Using ASP to View Site Server Search Catalog Properties
 This is a tutorial that discusses about displaying site server search catalog properties. The author says that when a user index number of websites using site server 3.0, it will be a critical one to track the growth of the catalog, so here the author instructs users to monitor the catalog properties with the help of ASP. The provided sample codes can be used as a guidance....

FileCache Component 6)    FileCache Component
 Webmasters can utilize this fast and efficient tool for managing the files on the website. This component is fast and it sets the MIME type before sending the files to the clients. This component is very useful for maintaining the files efficiently. This component has header and footer for easy customization. This file system can be integrated into any custom websites....

Functions and Subroutines 7)    Functions and Subroutines
 Basic tutorial explaining how, when, where, and why to use a Function or a Subroutine in your code. Learn how to call subroutines and functions and how to pass parameters....

Running ASP in Linux and Possible Problems 8)    Running ASP in Linux and Possible Problems
 This writing will discuss several things to do to ensure the application migration carried on in a good way, particularly for ASP Database applications and to overcome possible problems might occurred. Basically, migrating ASP to Linux means you have to convert to database supported by Linux platforms. Currently, Chili!Soft ASP is already supporting MS Access but not all web hosting companies install this feature. They prefer to use more common database in Linux such as MySQL and PostgreSQL....

Error Messages in ASP 9)    Error Messages in ASP
 Problems and coding syntax mistales can been in every serverside application. Security of application is very important. You should need to understand what`s going wrong in deep of an apllication. This sample of code is an easy to use an error handling message writer. ....