Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Development

Results 21-40 of 42
Do...Loop / Select...Case Instructions
This tutorial covers several important Active Server Pages looping structures, including do..while, do..until, and select case structures.
(0 ratings)
Reviews0
PriceFree
Views1922
Subroutines and Include/virtual
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.
(0 ratings)
Reviews0
PriceFree
Views1863
Dictionary object
This tutorial explains basics of the Dictionary object by using two examples: translation of a number from English to Spanish and password protection.
(0 ratings)
Reviews0
PriceFree
Views1851
Introduction to global.asa
A short tutorial showing the basic the basic structure of the global.asa file. Describes different objects: Application_OnStart, Application_OnEnd, Session_OnStart, Session_OnEnd. An active servers counter is used as an example.
(0 ratings)
Reviews0
PriceFree
Views1700
Performance Metrics for the ASP Response Object
posted byjsginDevelopment
This article takes a look at three different ways to output content using Response.Write: using context switching, simple Response.Write statements, and Response.Write statements within a With block. Also examines the performance implications of each approach as well as the timing results of the vanilla Response.Write approach in an ASP.NET Web page.
(0 ratings)
Reviews0
PriceFree
Views973
Beginner's Guide to Effective use of Arrays in ASP
This step-by-step tutorial covers the basics from dynamic resizing of arrays, to useful array functions, to finding elements in an array and passing an array from page to page.
(0 ratings)
Reviews0
PriceFree
Views1971
Creating Dynamic Cascading Style Sheets with ASP
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.
(0 ratings)
Reviews0
PriceFree
Views1417
Displaying All of the Form Variables
posted bypaulhinDevelopment
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.
(0 ratings)
Reviews0
PriceFree
Views1215
Implementing Dynamic Arrays of Objects
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.
(0 ratings)
Reviews0
PriceFree
Views1795
Speed Up Rendering
posted byramainDevelopment
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.
(0 ratings)
Reviews0
PriceFree
Views1205
Using the Application Object to Improve Performance
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.
(0 ratings)
Reviews0
PriceFree
Views941
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.
(0 ratings)
Reviews0
PriceFree
Views3271
String Functions (Len, Left, Mid, Right)
posted byinfoinDevelopment
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.
(3 ratings)
Reviews0
PriceFree
Views4666
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
(0 ratings)
Reviews0
PriceFree
Views3388
Maximize Your ASP Performance
posted bydaveinDevelopment
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.
(0 ratings)
Reviews0
PriceFree
Views2583
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 and internal types."
(0 ratings)
Reviews0
PriceFree
Views1339
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.
(0 ratings)
Reviews0
PriceFree
Views1942
Passing arrays from one page to another
posted byamitinDevelopment
This article explains how to pass the values in an array from one page to another without using session or application variables.
(0 ratings)
Reviews0
PriceFree
Views3301
Using Application variables, and introducing global.asa
posted byjamesinDevelopment
Here, you'll find a few example codes that allows you to save thousands of unnecessary database queries using Application variables.
(0 ratings)
Reviews0
PriceFree
Views2004
Using correctly in ASP
posted byjamesinDevelopment
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!
(0 ratings)
Reviews0
PriceFree
Views1291
Results 21-40 of 42