|
|
|
|
 |
|
 |
 |
 |
Development
|
|
|
Amount: 42
Displaying: 31 - 40
|
 |
Pages: << 1
2
3
[4]
5
>> |
|
|
|
|
Hits: 13
 0.0
A function that calls itself repeatedly, satisfying some condition is called a Recursive Function. Using recursion, we split a complex problem into its single simplest case. The recursive function only knows how to solve that simplest case. You'll see the difference between solving a problem iteratively and recursively later.
|
Platform(s): n/a |
Date: Aug, 04 2000 |
 |
|
|
Hits: 19
 0.0
Many times we need to perform an action or display something different based on some different parameters. Using select case is one such way to do this.
|
Platform(s): n/a |
Date: Jun, 10 2002 |
 |
|
|
Hits: 14
 0.0
An ASP-page has access to variables that contain information about the webserver and the clientcomputer. Using the Request.ServerVariables statement, you can get a list of all available server variables on screen.
|
Platform(s): n/a |
Date: Mar, 28 2002 |
 |
|
|
Hits: 14
 0.0
Here are a set of very useful functions that allows you to pass variables around via forms, querystrings, and/or cookies. Source code available for download. More free help at www.webforumz.com
|
Platform(s): n/a |
Date: Aug, 28 2003 |
 |
|
|
Hits: 15
 0.0
This article shows you how to boost the performance of your ASP Web application by improving the speed at which your browser renders your resultant HTML.
|
Platform(s): n/a |
Date: Jun, 05 2001 |
 |
|
|
Hits: 16
 0.0
ASP pages are executed on the fly by a server when they are requested by a visitor. Because they are not compiled, ASP scripts are slow and hold up the processing of an html page. This results in people leaving your site and severely reduces the enjoyment that your asp apps can provide. This short tutorial provides a few tips to increase the execution speed of your asp programs.
|
Platform(s): n/a |
Date: Aug, 13 2000 |
 |
|
|
Hits: 162
 2.0
This is a short exmaple that demonstrates the text manipulation functions in .asp. It takes a string of ten numbers 8005551212 (the 800 number for 800 info) and splits it into the common ###-###-#### format.
|
Platform(s): n/a |
Date: Apr, 20 2001 |
 |
|
|
Hits: 15
 0.0
This article examines how to strip HTML tags using regular expressions. Regular expressions are nifty little buggers that can be used to perform advanced string pattern matching and replacing.
|
Platform(s): n/a |
Date: Apr, 25 2001 |
 |
|
|
Hits: 13
 0.0
This tutorial explains the basic use of Subroutines and Include virtual using SSI that may be used in ASP pages to make your code cleaner.
|
Platform(s): n/a |
Date: Jan, 14 2002 |
 |
|
|
Hits: 16
 0.0
Overview and a quick example of the Len() function that calculates the LENGTH of a string.
|
Platform(s): n/a |
Date: Jun, 17 2002 |
 |
|
|
Amount: 42
Displaying: 31 - 40
|
Pages: << 1
2
3
[4]
5
>> |
|
|
|
 |
 |
|
 |
|
 |
|