jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

  • DHTML Tree Menu
    Create Superb DHTML Tree Menu and Buttons For Your Site! Free Download!
    deluxe-tree.com

Development

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

Recursive Functions

Rating 0.0 0.0
A function that calls itself repeatedly, satisfying some condition is called a Recursive Function. Using recursion, we split a complex problem into its single simplest case. The recursive function only knows how to solve that simplest case. You'll see the difference between solving a problem iteratively and recursively later.
Platform(s): n/a Date: Aug, 04 2000
DETAIL
Hits: 19

Select Case Example

Rating 0.0 0.0
Many times we need to perform an action or display something different based on some different parameters. Using select case is one such way to do this.
Platform(s): n/a Date: Jun, 10 2002
DETAIL
Hits: 14

Show user variables

Rating 0.0 0.0
An ASP-page has access to variables that contain information about the webserver and the clientcomputer. Using the Request.ServerVariables statement, you can get a list of all available server variables on screen.
Platform(s): n/a Date: Mar, 28 2002
DETAIL
Hits: 14

Some Nifty Functions for Passing Variables Around

Rating 0.0 0.0
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
Platform(s): n/a Date: Aug, 28 2003
DETAIL
Hits: 15

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: 16

Speeding Up ASP Page Execution

Rating 0.0 0.0
ASP pages are executed on the fly by a server when they are requested by a visitor. Because they are not compiled, ASP scripts are slow and hold up the processing of an html page. This results in people 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.
Platform(s): n/a Date: Aug, 13 2000
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: 15

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: 13

Subroutines and Include/virtual

Rating 0.0 0.0
This tutorial explains the basic use of Subroutines and Include virtual using SSI that may be used in ASP pages to make your code cleaner.
Platform(s): n/a Date: Jan, 14 2002
DETAIL
Hits: 16

The Len() Function

Rating 0.0 0.0
Overview and a quick example of the Len() function that calculates the LENGTH of a string.
Platform(s): n/a Date: Jun, 17 2002
DETAIL
Amount: 42
Displaying: 31 - 40
Pages: << 1 2 3 [4] 5 >>