Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  104
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Tuesday, May 13, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Introduction > ASP
Search
DevASP

What's New
What's Hot

Easy Basic ASP Guide       
Total Hits: 104  |  Today: 0 Author: LoudASP       Rating:  
Read Reviews | Write Review |              Your Rating: 

Active Server Pages or ASP is an internet scripting language that allows webmasters to create dynamic web content. Here is a look at basic ASP coding....

Foros ASP en Español       
Total Hits: 381  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Participa en estos foros en los cuales no es necesario registrarse para participar en el soporte de ASP contestando o resolviendo dudas de los demas. Todo en Español.

...

ASP Lesson #1 - Introduction       
Total Hits: 676  |  Today: 0 Author: Kathi O'Shea       Rating:  
Read Reviews | Write Review |              Your Rating: 

Kathi O'Shea takes you from installing and setting up IIS, to creating ASP script, to setting up a DSN and accessing a database in just ten minutes in this brisk Planet Source Code tutorial....

Active Server Pages Tutorial       
Total Hits: 1254  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This two-module tutorial provides a step-by-step introduction to several ASP features. The tutorial shows how to build sample applications and demonstrates key concepts you'll need to understand when developing your own ASP pages....

What is ASP?       
Total Hits: 424  |  Today: 0 Author: Scott Kallmeyer       Rating:  
Read Reviews | Write Review |              Your Rating: 

10 second explanation of Microsoft's server-based technology. Active Server Pages 2.0 is the latest update to Microsoft's server- based technology which comes free as part of both IIS 4.0 and Personal Web Server 4.0. It is designed to create dynamically generated HTML pages for a WWW site or corporate intranet....

An Introduction to ASP       
Total Hits: 2772  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 


If you want to know What is ASP and How it really works? This article will introduce you with Active Server Pages to individuals who are responsible for developing, building, managing or maintaining a Web site. You need some knowledge but overall this is pretty good for beginners....

Basic Active Server Pages Tutorial for beginners       
Total Hits: 940  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

A basic tutorial on ASP for beginners which will get them started in writing Active Server Pages....

Beginning ASP 3.0       
Total Hits: 1051  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This tutorial is concerned with an explanation of objects. In order, however, to understand what terms like this mean, we first need to look at the word found at the core of each of them - object....

Beginner's Coding Tips Index       
Total Hits: 1440  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Are you a beginning ASP developer who'd like to improve his coding abilities?
This collection of tips will help you become a better ASP coder.....

The ABCs of Active Server Pages       
Total Hits: 970  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Active Server Pages is an open, compile-free application environment in which you can combine HTML, scripts, and reusable ActiveX server components to create dynamic and powerful Web-based business solutions....

Built-in ASP Objects       
Total Hits: 646  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Active Server Pages provides built-in objects that make it easier for you to gather information sent with a browser request, to respond to the browser, and to store information about a particular user, such as user-selected preferences....

Introduction to Enterprise Development using ASP 3.0       
Total Hits: 163  |  Today: 0 Author: James Westgate       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sooner or later the time comes when a website you’ve developed will need to take a step up in terms of performance, availability and security. This article will show you how to enable an existing ASP website to handle more users, more effectively and more securely. The principles outlined in the article can be applied to any future enterprise web development. This is the first of two articles on the subject of enterprise development. This article covers ASP 3.0 while the follow up will cover ASP...

ASP The Global.asa file       
Total Hits: 292  |  Today: 0 Author: w3schools       Rating:  
Read Reviews | Write Review |              Your Rating: 

The Global.asa file is an optional file that can contain declarations of objects, variables, and methods that can be accessed by every page in an ASP application....

Bullschmidt ASP Web Developer Tips       
Total Hits: 928  |  Today: 0 Author: J. Paul Schmidt       Rating:  
Read Reviews | Write Review |              Your Rating: 

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

Basics of ASP       
Total Hits: 749  |  Today: 0 Author: Geoff Swartz       Rating:  
Read Reviews | Write Review |              Your Rating: 

This introduction is to explain what ASP is, it's uses and how you as a developer can use it to spice up your static HTML pages....

Introduction to ASP       
Total Hits: 1059  |  Today: 0 Author: Manas Tungare       Rating:  
Read Reviews | Write Review |              Your Rating: 

An introduction To Asp covers all ths basics for beginners, Includes a hello World example and a few other small APPs you can do with ASP....

Basic Active Server Pages Tutorial for beginners        
Total Hits: 702  |  Today: 0 Author: Faisal Khan       Rating:  
Read Reviews | Write Review |              Your Rating: 

Tutorial on Basics of ASP and you will learn here about how to install Personal Web Server and many more about ASP for beginners....

ASP Syntax       
Total Hits: 989  |  Today: 0 Author: w3schools.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

You cannot view the ASP source code by selecting "View source" in a browser, you will only see the output from the ASP file, which is plain HTML. This is because the scripts are executed on the server before the result is sent back to the browser. In our ASP tutorial, every example displays the hidden ASP source code. This will make it easier for you to understand how it works.
...

ASP Tutorial       
Total Hits: 2444  |  Today: 0 Author: Abstractvb       Rating:  
Read Reviews | Write Review |              Your Rating: 

Simply put Active Server Pages are just normal HTML code that has script (VBScript or JavaScript) that is executed on the server instead of on the client....

Response       
Total Hits: 481  |  Today: 0 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |              Your Rating: 

So far we haven't done anything useful in this tutorial. I expect now you know what ASP is you are itching to have a go at making it do something! Let's start nice and easy by outputting some text to the users browser....


1  2  3  4  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com