Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, May 16, 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 VBScript
Search
DevASP

What's New
What's Hot

VBScript String Concatenation       
Total Hits: 155  |  Today: 1 Author: Marcus Tucker       Rating:  
Read Reviews | Write Review |              Your Rating: 

On the forums that I participate in (and at work) I often see ASP code making extensive use of string concatenation, and although I want to point out why it's bad and how to improve it, I usually bite my tongue and say nothing because to cover the topic in sufficient depth would take more time than I want to spend! It is disappointing to see that so many developers are unaware of the performance implications of doing so, and in other cases where inefficient techniques are used I would normally ...

Self Submitting drop down with Sub Drop down       
Total Hits: 237  |  Today: 0 Author: Tom Walter       Rating:  
Read Reviews | Write Review |              Your Rating: 

Self Submitting drop with Sub Drop down. With this code you can create a category and a sub-category drop downs and based on what you select as your category, the sub-category will change....

Back to Basics: VBScript for ASP       
Total Hits: 291  |  Today: 0 Author: Chris Assenza       Rating:  
Read Reviews | Write Review |              Your Rating: 

I have recently received a lot of e-mails from people who understand the concepts of Active Server Pages (ASP) and the techniques discussed in other tutorials, but are getting hung up on the code. What is worse is that I almost always hear that novice ASP developers can never find resources that are simple, easy to read, and for the "just getting my feet wet" crowd. Let's face it, there are plenty of advanced resources out there, so I have decided that it is time to go back to the basics and hel...

Subexpression Substitutions in VBScript RegExp       
Total Hits: 239  |  Today: 0 Author: Brett Burridge       Rating:  
Read Reviews | Write Review |              Your Rating: 

Although there are a good range of text handling functions in VBScript, there are times when the required text replacement operation would be very tricky to carry out with a combination of calls to functions such as Replace, InStr, and Left. In these cases, it is worth considering the use of VBScript's regular expressions, which are supported from VBScript Version 5 and upwards....

Getting Your Hands Dirty With VBScript       
Total Hits: 190  |  Today: 0 Author: Amrit Hallan       Rating:  
Read Reviews | Write Review |              Your Rating: 

I know some people don't like VBScript for being Microsoft-Centric, but it's very easy to get familiar with, and once you know how to create your ASP pages in VBScript, you can move on to any programming language of your choice....

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

An Overview to Active Server Pages (ASP)       
Total Hits: 167  |  Today: 0 Author: Derrald Farnsworth-Livingston       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this tutorial we will focus on the Visual Basic Scripting side of ASP and demonstrate how a few functions work within this technology....

Add some class to your VBScript code        
Total Hits: 217  |  Today: 1 Author: John R. Lewis       Rating:  
Read Reviews | Write Review |              Your Rating: 

Could it be true? Is VBScript object oriented? At last, the day had come. Finally, liberated from writing flat application code, I could write my ASP applications as objects!...

To Become an ASP Programmer       
Total Hits: 942  |  Today: 0 Author: Arsalan Aslam       Rating:  
Read Reviews | Write Review |              Your Rating: 

This script shows how to make an efficient script by storing Function and other required thing in different script. It also shows how to make Subs and Functions....

Getting Started with Kathi's        
Total Hits: 719  |  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....

COM and ASP        
Total Hits: 437  |  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 Lesson #1 - Introduction       
Total Hits: 855  |  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....

Intro to ASP Syntax       
Total Hits: 362  |  Today: 0 Author: Brad Hess       Rating:  
Read Reviews | Write Review |              Your Rating: 

Code your first ASP page with this well-paced tutorial which takes you from entering the script, viewing the results and debugging it, in just a few minutes!...

VBScript Tutorial       
Total Hits: 2370  |  Today: 0 Author: David M. Carr       Rating:  
Read Reviews | Write Review |              Your Rating: 

Welcome the the VBScript Tutorial. Here, you will learn how to use VBScript on web pages to create pages which are not only more interesting to visit, but also more functional....

Hello World Sample       
Total Hits: 577  |  Today: 0 Author: ASP 101       Rating:  
Read Reviews | Write Review |              Your Rating: 

The classic beginning script for any language implemented in ASP. They don't get much simpler! Uses a quick For loop and use the index variable as the size attribute of the font tag.That's all folks!...

Back to Basics: VBScript for ASP - Part 2       
Total Hits: 302  |  Today: 1 Author: Chris Assenza       Rating:  
Read Reviews | Write Review |              Your Rating: 

Last month marked the start of our journey into learning basic server-side VBScript for use in ASP pages. We learned about variables and types, conditional testing and some looping. This month we will take a look at some slightly higher-level techniques that can be very useful for making your ASP pages more functional and well-polished. We begin with a discussion of Arrays....

Your First ASP Page(A typical ASP page looks like)       
Total Hits: 176  |  Today: 0 Author: Amrit Hallan       Rating:  
Read Reviews | Write Review |              Your Rating: 

HTML tags and ASP scripts don't socialize well, and although it is not a politically correct agenda, you have to segregate them. A typical ASP page that breif you how you can develop the ASP page using VBScript. Read article to learn more!...

What are Active Server Pages (ASP)?       
Total Hits: 873  |  Today: 0 Author: Programmersresource       Rating:  
Read Reviews | Write Review |              Your Rating: 

This short article is on ASP which includes its history with Windows Service Pack information. Examples are also help you to understand what is ASP....

Learn VBScript!       
Total Hits: 650  |  Today: 0 Author: A.Haneng       Rating:  
Read Reviews | Write Review |              Your Rating: 

VBScript is the default scripting language for ASP, and most of the materials published here are things scripted in VBScript. VBScript is a light version of Visual Basic, and has an easy syntax....

First ASP in 10 minutes flat!        
Total Hits: 336  |  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....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com