|
|
|
|
|
Total Hits: 109 | Today: 0 |
Author: Philip Q
|
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....
|
|
|
|
Total Hits: 208 | Today: 0 |
Author: Tim Warke
|
Rating:
|
|

If you have never used ASP before, this is the place to start. We will teach you from the ground up....
|
|
|
|
Total Hits: 541 | Today: 0 |
Author: Chris Garrett
|
Rating:
|
|

This lesson deals with working with data using variables, one of the most important concepts to get to grips with when learning programming....
|
|
|
|
Total Hits: 193 | Today: 0 |
Author: Bill Raudabaugh
|
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....
|
|
|
|
Total Hits: 226 | Today: 0 |
Author: Kannaiah Vadlakunta
|
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....
|
|
|
|
Total Hits: 621 | Today: 0 |
Author: Sriram K
|
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....
|
|
|
|
Total Hits: 357 | Today: 0 |
|
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...
|
|
|
|
Total Hits: 260 | Today: 0 |
Author: Wes DeMoney
|
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...
|
|
|
|
Total Hits: 572 | Today: 0 |
Author: Troy Marchand
|
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....
|
|
|
|
Total Hits: 159 | Today: 0 |
Author: Chris Garrett
|
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"...
|
|
|
|
Total Hits: 2168 | Today: 0 |
Author: liquidrage.com
|
Rating:
|
|

You'll see how to connect to a database as well as mix VBScript and HTML to view the results of a query....
|
|
|
|
Total Hits: 1769 | Today: 0 |
Author: Manas Tungare
|
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....
|
|
|
|
Total Hits: 847 | Today: 0 |
Author: Joe O'Donnell
|
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....
|
|
|
|
Total Hits: 877 | Today: 0 |
Author: LoudASP
|
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....
|
|
|
|
Total Hits: 1114 | Today: 0 |
Author: Faisal Khan
|
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....
|
|
|
|
Total Hits: 789 | Today: 0 |
Author: Richard Stooker
|
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"....
|
|
|
|
Total Hits: 3235 | Today: 0 |
Author: Abstractvb
|
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....
|
|
|
|
Total Hits: 799 | Today: 0 |
Author: Chris Garrett
|
Rating:
|
|

In this lesson we will look at the most basic example of an ASP script. Following programming tradition it is called "Hello World"....
|
|
|
|
Total Hits: 854 | Today: 0 |
Author: Chris Garrett
|
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....
|
|
|
|
Total Hits: 345 | Today: 0 |
Author: Tim Warke
|
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...
|
|
|
|
|
|
|