jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Development

DeEnFrSp
Amount: 42
Displaying: 31 - 40
Pages: << 1 2 3 [4] 5 >>
Sort Listings By:
Hits: 9

Creating Dynamic Cascading Style Sheets with ASP

Rating 0.0 0.0
This is a short tip on how to build dynamic cascading style sheets using an ASP page. Stylesheets are useful for separating the content and presentation of a Web page. While cascading style sheets are static text files, it shows how to generate dynamic style sheets using ASP.
Platform(s): n/a Date: Jul, 11 2001
DETAIL
Hits: 15

Displaying All of the Form Variables

Rating 0.0 0.0
This short tutorial describes a little function that is useful in debugging your ASP pages. This function, FormDataDump(), outputs all of the form variables being passed into a page. Various options for this function allow the developer to view the values in a 'debugger-style' mode, or in a 'quiet-mode,' in which case the form variable output is hidden from the end user.
Platform(s): n/a Date: Jun, 29 2001
DETAIL
Hits: 13

Implementing Dynamic Arrays of Objects

Rating 0.0 0.0
Using classes in ASP 3.0 we can create dynamic arrays of objects. This article presents a sample code showing how to implement a class of dynamic arrays of objects several layers deep.
Platform(s): n/a Date: Jun, 11 2001
DETAIL
Hits: 14

Speed Up Rendering

Rating 0.0 0.0
This article shows you how to boost the performance of your ASP Web application by improving the speed at which your browser renders your resultant HTML.
Platform(s): n/a Date: Jun, 05 2001
DETAIL
Hits: 7

Using the Application Object to Improve Performance

Rating 0.0 0.0
This article discusses the usage of persistence with the Application object in detail. Explains when to use Persistence, advantanges and disadvantages of using Persistence, and what types of data exchanges are targets for optimization and the benefits and disadvantages of using persistence with the Application object. Example code available for download.
Platform(s): n/a Date: May, 11 2001
DETAIL
Hits: 12

Stripping HTML Tags using Regular Expressions

Rating 0.0 0.0
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.
Platform(s): n/a Date: Apr, 25 2001
DETAIL
Hits: 162

String Functions (Len, Left, Mid, Right)

Rating 2.0 2.0
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.
Platform(s): n/a Date: Apr, 20 2001
DETAIL
Hits: 14

ASP Quick Debug

Rating 0.0 0.0
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 and internal types."
Platform(s): n/a Date: Jan, 25 2001
DETAIL
Hits: 16

Built in ASP Events

Rating 0.0 0.0
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.
Platform(s): n/a Date: Jan, 03 2001
DETAIL
Hits: 12

Trimming Strings - The Right Way

Rating 0.0 0.0
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.
Platform(s): n/a Date: Jan, 03 2001
DETAIL
Amount: 42
Displaying: 31 - 40
Pages: << 1 2 3 [4] 5 >>