|
|
|
|
 |
|
 |
 |
 |
Development
|
|
|
Amount: 42
Displaying: 41 - 42
|
 |
Pages: << 1
2
3
4
[5]
|
|
|
|
|
Hits: 8
 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 |
 |
|
|
Hits: 13
 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 |
 |
|
|
Hits: 17
 0.0
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!
|
Platform(s): n/a |
Date: Oct, 11 2000 |
 |
|
|
Hits: 15
 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 |
 |
|
|
Hits: 12
 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 |
 |
|
|
Amount: 42
Displaying: 41 - 42
|
Pages: << 1
2
3
4
[5]
|
|
|
|
 |
 |
|
 |
|
 |
|