/**

popular collection of scripts for all

*/
/** Search */

Development

 }

Recursive Functions

Hits: 13
*****
0.0
This tutorial explains the
This tutorial covers several
This short tutorial provides
A function that calls itself
basic use of Subroutines and
important Active Server
two simple solutions for
repeatedly, satisfying some
Include virtual using SSI
Pages looping structures,
trimming strings: the easy
condition is called a
that may be used in ASP
including do..while,
way and the right way. The
Recursive Function. Using
pages to make your code
do..until, and select case
right way will ensure not to
recursion, we split a
cleaner.
structures.
return a string with the
complex problem into its
 
 
last word cut off.
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.


Date: Jan, 14 2002


Date: Jan, 14 2002


Date: Jan, 03 2001


Date: Aug, 04 2000
This article examines how to
A short tutorial showing the
This is a short tip on how to
This article takes a look at
strip HTML tags using
basic the basic structure of
build dynamic cascading
three different ways to
regular expressions. Regular
the global.asa file.
style sheets using an ASP
output content using
expressions are nifty little
Describes different objects:
page. Stylesheets are useful
Response.Write: using
buggers that can be used to
Application_OnStart,
for separating the content
context switching, simple
perform advanced string
Application_OnEnd,
and presentation of a Web
Response.Write statements,
pattern matching and
Session_OnStart,
page. While cascading style
and Response.Write
replacing.
Session_OnEnd. An active
sheets are static text
statements within a With
 
servers counter is used as
files, it shows how to
block. Also examines the
 
an example.
generate dynamic style
performance implications of
 
 
sheets using ASP.
each approach as well as the
 
 
 
timing results of the
 
 
 
vanilla Response.Write
 
 
 
approach in an ASP.NET Web
 
 
 
page.


Date: Apr, 25 2001


Date: Jan, 14 2002


Date: Jul, 11 2001


Date: Jan, 04 2002
{ Copyright } ©2006 NuclearScripts.com