|
ASP pages are executed on the
This is a short exmaple that
This article examines how to
This tutorial explains the
fly by a server when they
demonstrates the text
strip HTML tags using
basic use of Subroutines and
are requested by a visitor.
manipulation functions in
regular expressions. Regular
Include virtual using SSI
Because they are not
.asp. It takes a string of
expressions are nifty little
that may be used in ASP
compiled, ASP scripts are
ten numbers 8005551212 (the
buggers that can be used to
pages to make your code
slow and hold up the
800 number for 800 info) and
perform advanced string
cleaner.
processing of an html page.
splits it into the common
pattern matching and
This results in people
###-###-#### format.
replacing.
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.
Date: Aug, 13 2000 Date: Apr, 20 2001 Date: Apr, 25 2001 Date: Jan, 14 2002 |
|
Overview and a quick example
This short tutorial provides
This article explains why you
Here, you'll find a few
of the Len() function that
two simple solutions for
shouldn't be sprinking
example codes that allows
calculates the LENGTH of a
trimming strings: the easy
<% %> render
you to save thousands of
string.
way and the right way. The
blocks throughout your HTML
unnecessary database queries
right way will ensure not to
code. It's inefficient for
using Application variables.
return a string with the
the server and for your
last word cut off.
users!
Date: Jun, 17 2002 Date: Jan, 03 2001 Date: Oct, 11 2000 Date: Nov, 16 2000 |