Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  76
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Saturday, July 04, 2009
Home
Articles & Samples
Dev Search
Dev Forum
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

ESET
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

If..then...Else        
Total Hits: 272  |  Today: 0 Author: Tim Warke       Rating:  
Read Reviews | Write Review |              Your Rating: 

The If statement in visual basic script is most useful and basically essential if you want to do any sort of ASP programming. So in this tutorial we will simply outline the basic syntax and give a few examples of how it works...

Introduction to Enterprise Development using ASP 3.0       
Total Hits: 306  |  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...

What are Active Server Pages?       
Total Hits: 481  |  Today: 0 Author: Sriram K       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article gives examples of how use Active Server Pages (ASPs) to customize the display of the current date and time on your Web page. There are also examples of how to display text such as assessing the length of a line (how many characters it has), instructions such as If...Then...Else, and how to process information a user has just typed into a form....

Bullschmidt ASP Web Developer Tips       
Total Hits: 1084  |  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......

Introduction to ASP       
Total Hits: 1213  |  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....

Beginning Active Server Pages 3.0       
Total Hits: 600  |  Today: 0 Author: Joe O'Donnell       Rating:  
Read Reviews | Write Review |              Your Rating: 

For many a developer (including myself) Beginning Active Server Pages 3 was "the" book for learning ASP. It includes everything you need to know to work your way from plain old HTML to the dynamic world of ASP and databases....

Basic Active Server Pages Tutorial for beginners        
Total Hits: 864  |  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: 1139  |  Today: 1 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.
...

Active Server Pages for Not Yet Techies       
Total Hits: 559  |  Today: 1 Author: Richard Stooker       Rating:  
Read Reviews | Write Review |              Your Rating: 

It is an article on introduction to ASP "Active Server Pages (ASP) is one of the big improvements. Active Server Pages is one of the first Internet technologies to make the web active and interactive"....

ASP Tutorial       
Total Hits: 2743  |  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....

"Hello World"       
Total Hits: 543  |  Today: 0 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this lesson we will look at the most basic example of an ASP script. Following programming tradition it is called "Hello World"....

Response       
Total Hits: 618  |  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....

How to run your test ASP file       
Total Hits: 939  |  Today: 0 Author: ASPronline       Rating:  
Read Reviews | Write Review |              Your Rating: 

In order to run your test ASP file (test.asp), you need a web server that supports ASP. Here are a list of web servers that are known to support ASP....

Introduction to Active Server Pages        
Total Hits: 170  |  Today: 0 Author: Anand Narayanaswamy       Rating:  
Read Reviews | Write Review |              Your Rating: 

With ASP, developers can build dynamic websites very easily. A script running on the server receives a request from the client and generates a customized HTML page, which will be returned to the client. ASP is available with Microsoft IIS....

Easy Basic ASP Guide       
Total Hits: 162  |  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....

Getting Started with Kathi's        
Total Hits: 640  |  Today: 0 Author: Kathi O'Shea       Rating:  
Read Reviews | Write Review |              Your Rating: 

Geared toward the novice, features easy to understand sample scripts and explanations, ASP/Access tutorial, and downloadable simplified sample guestbook application....

ASP: Under the Hood       
Total Hits: 318  |  Today: 0 Author: Keith Cox       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this tutorial, I'll discuss more of the overall capabilities of ASP. We'll dig deeper into some of the features you can take advantage of and some of the tools you have at your disposal....

COM and ASP        
Total Hits: 365  |  Today: 0 Author: Sandeep Chaudhary       Rating:  
Read Reviews | Write Review |              Your Rating: 

Do you know what COM is? Well, in this tutorial, it will give you the basics of COM with some ASP backround in it. IIS uses Component Object Model(COM). It is possible to built a component in virtually any language and then add that Component to IIS....

ASP Tutorial       
Total Hits: 644  |  Today: 0 Author: David Brebner       Rating:  
Read Reviews | Write Review |              Your Rating: 

A great tutorial for the very beginer covering many topics like, Basic ASP objects, to ASP coding.....Well first of all, ASP stands for Active Server Pages. ASP is a server side technology, this means it works on any web browser, because all the work is done at the web server end. Essentially ASP pages are just normal HTML with scripts embedded in them. You can write your scripts in VBScript, Javascript or any language which is ActiveScript compatible.

...

What is ASP?       
Total Hits: 211  |  Today: 0 Author: ASP-Help       Rating:  
Read Reviews | Write Review |              Your Rating: 

These are components that allow web developers to create server-side scripted templates that generate dynamic, interactive web server applications....


1  2  3  4  Next >> 

DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com