Categories
ASPTips and Tutorials → Development

Stripping HTML Tags using Regular Expressions

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

String Functions (Len, Left, Mid, Right)

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Some Nifty Functions for Passing Variables Around

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
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Maximize Your ASP Performance

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

ASP Quick Debug

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...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Built in ASP Events

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Trimming Strings - The Right Way

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Passing arrays from one page to another

This article explains how to pass the values in an array from one page to another without using session or application variables.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Using Application variables, and introducing global.asa

Here, you''ll find a few example codes that allows you to save thousands of unnecessary database queries using Application variables.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Using &<% %&> correctly in ASP

This article explains why you shouldn''t be sprinking &&lt;% %&&gt; render blocks throughout your HTML code. It''s inefficient for the server and for your users!
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2019 A--9.com