- 1,251 categories
- 40,829 scripts
- 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.
- 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.
- 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
- Active Server Pages give great performance, but you can make them even faster with a few tweaks to your code and database connections. Here''s a detailed tutorial on how to refine your scripts and ASP features for maximum speed.
- The author writes &"When it comes to debugging ASP, you often want to keep track of the variable values throughout the script. This article introduces a procedure that, when invoked, displays all variables in a script along with their values...
- There are 8 events available in ASP grouped by Global Events, Class Events, and Transactional Events. This is a nice summary tutorial on how to use them in your applications.
- This short tutorial provides two simple solutions for trimming strings: the easy way and the right way. The right way will ensure not to return a string with the last word cut off.
- This article explains how to pass the values in an array from one page to another without using session or application variables.
- Here, you''ll find a few example codes that allows you to save thousands of unnecessary database queries using Application variables.
- This article explains why you shouldn''t be sprinking &<% %&> render blocks throughout your HTML code. It''s inefficient for the server and for your users!
Page: