|
This article examines how to
This is a short exmaple that
The author writes "When
There are 8 events available
strip HTML tags using
demonstrates the text
it comes to debugging ASP,
in ASP grouped by Global
regular expressions. Regular
manipulation functions in
you often want to keep track
Events, Class Events, and
expressions are nifty little
.asp. It takes a string of
of the variable values
Transactional Events. This
buggers that can be used to
ten numbers 8005551212 (the
throughout the script. This
is a nice summary tutorial
perform advanced string
800 number for 800 info) and
article introduces a
on how to use them in your
pattern matching and
splits it into the common
procedure that, when
applications.
replacing.
###-###-#### format.
invoked, displays all
variables in a script along
with their values and
internal types."
Date: Apr, 25 2001 Date: Apr, 20 2001 Date: Jan, 25 2001 Date: Jan, 03 2001 |
|
This short tutorial provides
This article explains how to
Here, you'll find a few
This article explains why you
two simple solutions for
pass the values in an array
example codes that allows
shouldn't be sprinking
trimming strings: the easy
from one page to another
you to save thousands of
<% %> render
way and the right way. The
without using session or
unnecessary database queries
blocks throughout your HTML
right way will ensure not to
application variables.
using Application variables.
code. It's inefficient for
return a string with the
the server and for your
last word cut off.
users!
Date: Jan, 03 2001 Date: Dec, 12 2000 Date: Nov, 16 2000 Date: Oct, 11 2000 |