jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Development

DeEnFrSp
Amount: 42
Displaying: 41 - 42
Pages: << 1 2 3 4 [5]
Sort Listings By:
Hits: 8

Passing arrays from one page to another

Rating 0.0 0.0
This article explains how to pass the values in an array from one page to another without using session or application variables.
Platform(s): n/a Date: Dec, 12 2000
DETAIL
Hits: 13

Using Application variables, and introducing global.asa

Rating 0.0 0.0
Here, you'll find a few example codes that allows you to save thousands of unnecessary database queries using Application variables.
Platform(s): n/a Date: Nov, 16 2000
DETAIL
Hits: 17

Using <% %> correctly in ASP

Rating 0.0 0.0
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!
Platform(s): n/a Date: Oct, 11 2000
DETAIL
Hits: 15

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

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
Amount: 42
Displaying: 41 - 42
Pages: << 1 2 3 4 [5]