• home
  • forum
  • my
  • kt
  • download
  • this:1/2 25records  total:33    Start  Previous  Next  Last    goto:
    Built-in Objects
    ON: 2007-06-29 23:59:31
    This tutorial helps you understand: How ASP server presents the programming environment to ASP pages with a number of run-time objects; Basic properties and methods of run-time objects: request, response, server, application, and session.

    5 times | category:
    Controlling HTTP Response Header Lines
    ON: 2007-06-29 23:50:52
    This tutorial helps you understand: HTTP Response Syntax; HTTP Response Header Lines;
    Controlling Response Header Lines; Viewing Response Header Lines; Response Header Lines of Static Files; Setting Header Lines Directly in ASP Pages; Sending Binary Files to Browsers
    67 times | category:
    Some Nifty Functions for Passing Variables Around
    ON: 2007-06-29 23:45:53
    Here are a set of very useful functions that allows you to pass variables around via forms, querystrings, and/or cookies
    4 times | category:
    Maximize Your ASP Performance
    ON: 2007-06-29 23:43:18
    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.
    15 times | category:
    Bullschmidt ASP Developer Tips
    ON: 2007-06-29 23:38:01
    ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...
    7 times | category:
    Using The Split() Function
    ON: 2007-06-29 23:36:05
    Often times it is necessary to take a string and dice it up in order to extract portions to be used for some obscure purpose. Enter the Split() function. Split is a very easy concept to grasp. Decide where you want to split your string and away you go.
    4 times | category:
    Left() Mid() Right()
    ON: 2007-06-29 23:33:17
    There will come a time when you need to dice up a string which is all one word or a number. In this particular case, Split() won't work for you. This page explains how Left() Mid() and Right() work.
    4 times | category:
    Introduction to global.asa
    ON: 2007-06-29 23:32:44
    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.
    4 times | category:
    if...Then...Else / For...Next Instructions
    ON: 2007-06-29 23:29:37
    A short tutorial on the If....Then...Else instructions sequence in ASP that is very similar to the one in different kind of scripting languages.
    3 times | category:
    if...Then...Else / For...Next Instructions
    ON: 2007-06-29 23:27:35
    A short tutorial on the If....Then...Else instructions sequence in ASP that is very similar to the one in different kind of scripting languages.
    2 times | category:
    Compare strings
    ON: 2007-06-29 23:26:58
    Self explaining sort scripts to show how to compare strings: Basics, Compare two strings for similarity, Find position of a substrings within a string, Is a substrings within a string?, Find position of a substrings within a string after skipping part of the string.
    4 times | category:
    Math functions
    ON: 2007-06-29 23:24:37
    Usage of the following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan().
    4 times | category:
    Query String Example
    ON: 2007-06-29 23:19:55
    A short tip on passing info between pages via a query string
    3 times | category:
    Do...Loop / Select...Case Instructions
    ON: 2007-06-29 23:19:16
    This tutorial covers several important Active Server Pages looping structures, including do..while, do..until, and select case structures
    3 times | category:
    Select Case Example
    ON: 2007-06-29 23:17:16
    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.
    4 times | category:
    The Len() Function
    ON: 2007-06-29 23:14:30
    Overview and a quick example of the Len() function that calculates the LENGTH of a string
    3 times | category:
    Arrays in plain English
    ON: 2007-06-29 22:59:37
    There are many ways to use arrays. This page shows a couple of quick examples for using arrays in ASP
    2 times | category:
    String Functions (Len, Left, Mid, Right)
    ON: 2007-06-29 22:58:16
    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 times | category:
    Stripping HTML Tags using Regular Expressions
    ON: 2007-06-29 22:56:46
    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
    6 times | category:
    Using the Application Object to Improve Performance
    ON: 2007-06-29 22:52:58
    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.
    6 times | category:
    Displaying All of the Form Variables
    ON: 2007-06-29 22:50:24
    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.
    1 times | category:
    Creating Dynamic Cascading Style Sheets with ASP
    ON: 2007-06-29 22:47:49
    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.
    4 times | category:
    Beginner's Guide to Effective use of Arrays in ASP
    ON: 2007-06-29 22:42:01
    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.
    9 times | category:
    Performance Metrics for the ASP Response Object
    ON: 2007-06-29 22:16:15
    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.
    8 times | category:
    Dictionary object
    ON: 2007-06-29 22:14:42
    This tutorial explains basics of the Dictionary object by using two examples: translation of a number from English to Spanish and password protection
    3 times | category:
    this:1/2 25records  total:33    Start  Previous  Next  Last    goto: