Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, February 09, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
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 > Articles & Samples > ASP > My First Script > With ASP
Search
DevASP

What's New
What's Hot

Windows Scripting Components (WSC) in ASP       
Total Hits: 109  |  Today: 0 Author: Philip Q       Rating:  
Read Reviews | Write Review |              Your Rating: 

Windows
Script Components (WSC) have been around for a while, but I've never really seen them being used that widely. A WSC is just a file with some script in it (written in your favorite scripting language, eg. VBScipt, JScript, JavaScript etc.) and can be accessed in an ASP page like a normal component. WSCs are very versatile, they can be easily created, used, and distributed. In this article I'll be showing you how to do these things with WSC and look at some of the uses that they have....

My first ASP page       
Total Hits: 208  |  Today: 0 Author: Tim Warke       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you have never used ASP before, this is the place to start. We will teach you from the ground up....

Variables       
Total Hits: 541  |  Today: 0 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |              Your Rating: 

This lesson deals with working with data using variables, one of the most important concepts to get to grips with when learning programming....

Uploading Multiple Files to your ASP script       
Total Hits: 193  |  Today: 0 Author: Bill Raudabaugh       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sending files to web browsers has always been easy. However, uploading files to the web server has been a very difficult task. Your options were pretty much limited to using FTP, FrontPage, or some other site management tool. These options have two fundamental problems:
1.Security Risk. They require NT accounts to be assigned or shared with anyone using these tools. And once inside, access to files can only be controlled through tedious management of file permissions....

Client-Side Scripting and ASP       
Total Hits: 226  |  Today: 0 Author: Kannaiah Vadlakunta       Rating:  
Read Reviews | Write Review |              Your Rating: 

Most web applications involve both client-side and server-side script. Client-side script is often used to program the user interface for an application - for example, to change a web page's text dynamically, respond to user actions such as button clicks, and perform such client-oriented tasks as input validation. Client-side script executes locally in the browser, which provides the user with a lively and responsive interface....

What are Active Server Pages?       
Total Hits: 621  |  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....

The Path to ASP       
Total Hits: 357  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Some time ago I wrote an article for WebReference called "10 Reasons To Develop in ASP". After publication I received several e-mails from people telling me that I've convinced them to give ASP a try, but they didn't know where to start. So now in this article, I will try to give some paths to learning ASP. Let's start with explanation of what ASP is all about. ASP (Active Server Pages) is a server-side scripting technology, enabling developers to generate dynamic content for their Web sites. Yo...

Tips To Prevent Improper Use Of Your ASP Scripts       
Total Hits: 260  |  Today: 0 Author: Wes DeMoney       Rating:  
Read Reviews | Write Review |              Your Rating: 

As developers, we should always take steps to prevent the misuse of our scripts. In this article Wes gives us some handy tips to secure our ASP scripts.http://forums.devarticles.com/t1157/s.html&highlight=improperTo protect your scripts, files, and databases, you need to ensure that user entered data that your scripts process is legitimate. Users can pass strange data to try and crash your scripts, learn your database username and password, or vandalize your site. This article outlines simple te...

Programmatically Populating HTML forms made easy       
Total Hits: 572  |  Today: 0 Author: Troy Marchand       Rating:  
Read Reviews | Write Review |              Your Rating: 

A simple way to separate your design from your scripting when populating forms with data. Adding an 'edit' feature to a web site (i.e. editing registration information, updating content, modifying a shopping cart list) requires that HTML forms are built that are populated with the data that is to be edited. One of the worst things about populating an HTML form with data is the fact that the HTML and ASP script need to be mixed together....

Lazy Programmers Shortcuts 1: Collections       
Total Hits: 159  |  Today: 0 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |              Your Rating: 

Active Server Pages offers the programmer a hell of a lot of objects that can help in developing scripts quickly, and with a little thought it is possible for a lazy programmer to use these to your advantage. A lot of scripts you will write will be for either displaying or inputting database information. These pages will not always need to be 100% secure, robust, scaleable, etc, especially if for your own use. If this is the case, don't spend hours on a bespoke script each time, use the "fields"...

Connecting to a Database       
Total Hits: 2168  |  Today: 0 Author: liquidrage.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

You'll see how to connect to a database as well as mix VBScript and HTML to view the results of a query....

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

Hit Counter for ASP using Session       
Total Hits: 877  |  Today: 0 Author: LoudASP       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are looking for a one-day or one week hit counter to monitor your traffic, try this Session Based hit counter. This is as easy as it gets. I would recommend a database driven hit counter that track more than just hits....

Basic Active Server Pages Tutorial for beginners        
Total Hits: 1114  |  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....

Active Server Pages for Not Yet Techies       
Total Hits: 789  |  Today: 0 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: 3235  |  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: 799  |  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: 854  |  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....

If..then...Else        
Total Hits: 345  |  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...


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com