Single page web sites ver

  Single page web sites
  Category : Asp Scripts-components Development-tools String processing  
  Platform :  
  Price :  
  Developer: Michael Brinkley  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  


An ASP tutorial that educates you about the usage of querystring functions in building a website which has only one page with several navigation links. This article describes how all links can be accessed within a single page through Querystrings. Online demo clearly depicts the aspects of this tutorial.

 

more Tag: single, single page,

Also see ...


String ASP tutorial 1)    String ASP tutorial
 Variable declaration is an important task in all applications and this tutorial educates you whichever ways can be implemented to define a variable in ASP applications and also it desribes on how to assign values to the string variables. Retrieving values from database table, VBScript variables are demonstrated with detailed explanation....

Master your strings 2)    Master your strings
 It is a web based online ASP article through which you will get familiar with basic string functions in ASP. Given functions are available with detailed definition which are : joining two or more texts, filtering particular sub string from a text, search for a required string which returns it's position if it exists, replace one string with another etc.,...

ASP Random Code Generator 3)    ASP Random Code Generator
 This online ASP article tells you the easier ways to generate the random codes dynamically. The length of the code and the number of combinations of the code length should be given when initiating the code generator function. Comes with source code that explains every function with detailed explanation....

Accessing and Changing Arrays 4)    Accessing and Changing Arrays
 One of the ASP based online array tutorial that educates about the several uses of index value in conjunction with array elements. Replacing the existing elements with a new item in a specific index can be done in more than ways. And it is explained to return the values stored in uppper and lower index via VBScript functions....

Manipulation of String 5)    Manipulation of String
 One of the string manipulation ASP article that clearly demonstrates on several functions in strings. You will come to know about the process of joining two strings, filtering particular parts from strings, check for the availability of certain text, characters with string, calculating the length of string, replacing existing text with new, find the occurance of specific characters in a string, and still a lot of functions....

Generic BadLanguage Filter 6)    Generic BadLanguage Filter
 The abused words in comments and message in ASP forms can be detected and replaced / deleted using the given array based string functions in VBScript and you can get more information about ASP functions through this ASP article. In-built example program describes the ways to create the badwords into an array module and explains the functions used to filter the bad words and to replace them with '*' character....

Examining a text string with ASP and DHTML 7)    Examining a text string with ASP and DHTML
 One of the ASP tutorial that comes with detailed demonstration on how to check the inputted text is a valid one or not by implementing string functions. Coding are available with description to help you to create an ASP page to collect the text string like username, and to create the verify page to check for the specific characters with the given string and also it directs you to display the data entry form to feed the string again if it does not consists of valid characters....

Display all active session variables 8)    Display all active session variables
 This is a web based ASP study system that shows the ways to you to retrieve all session variables that are currently available on your ASP application. Also, explains how to keep them right on their own window. Comes with the sample snippet that implements FOR NEXT loop to collect session variables....

Extract String 9)    Extract String
 Users can utilize this given function for eliminating the occurrences of substring in a string. This function will be useful for Active Server Pages. This function will be of much use for the users in minimizing coding process for parsing strings....

GotoCode - Classifieds 10)    GotoCode - Classifieds
 This remotely hosted classified system can be run with all kind of websites which deal with web based business. Users can register their names via admin area to access ad module. You can display personlized ads in large numbers with 'my classified system'. New ads can be added via admin area using password. Supports several categories. Search engine is available to find desired items. Demonstration helps you understand all aspects of this program....

Add Item to array 1)    Add Item to array
 From this online ASP resource you will be able to know about adding items to array for administering the data files. In this article, it is explained with a little program which function should be used to add a value to an array dynamically. Required functions can be got with proper syntax from the program....

MSCCrypto for Windows 2)    MSCCrypto for Windows
 MSCCrypto is an Active Server component. It is a collection of the best encryption and hashing algorithms: RSA public key algorithm AES symmetric block algorithm Blowfish symmetric block algorithm Cast5 symmetric block algorithm TripleDES symmetric block algorithm Twofish symmetric block algorithm MD5 hash SHA1 hash Ripemd hash 32-bit CRC checksum algorithm 24-bit CRC checksum algorithm PGP - compatible module...

ActiveX ByteArray object for ASP 3)    ActiveX ByteArray object for ASP
 Read and write binary data from a disk. Conversion between unicode string (OLE string - VBA, VBScript, Jscript) and any code page (ConvertCodePages). Conversion from/to any code page (charset). See list of available charsets at ConvertCodePages page and CharSetConvert method. Hi-speed binary-to-hex, hex-to-binary, string-to-hex and hex-to-string conversion algorithm (usable to store binary data with SQL statement, HexString property) Hi-performance Base64 decoder and encoder (binary-to-Base6...

SQL string processing 4)    SQL string processing
 Through this ASP tutorial, you can get many solutions for sending the array elements seperated by delimiters to the database server. This method helps you to pass the data faster and reduces your source length. Required functions to send array elements into SQL server can be learnt with their syntax from the given ASP script....

How To Parse Strings in ASP or VBScript 5)    How To Parse Strings in ASP or VBScript
 Strings in ASP and VBScript applications can be manipulated as you need and the required functions are demonstrated on this ASP tutorial with a detailed explanation. Provided examples shows the process of retrieving substrings from the left, right and center from the text, finding the position of a specific character in a string, replacing existing string with new text and more....

Sorting an Array Using Combsort 6)    Sorting an Array Using Combsort
 This ASP learning module analyses the usage of array functions in VBScript Combsort and bobblesort. The author prefers the Combsort method to sort larger arrays in no time. The given table lists the difference on Combsort and Bubblesort implementaion on various number of array items. From which you can learn the easier and faster way to sort your database....

Comparing two sets of data 7)    Comparing two sets of data
 To check the availablity of array values within another array set is taught through this ASP learning course that describes the uses of VBscript's array and string functions. And here it is demostrated how to create two sets of arrays, how to assign values to arrays and how to compare arrays to find common / uncommon values in both arrays with simple programs....

Use Option Explicit 8)    Use Option Explicit
 With the help of this ASP tutorial, you can learn how the variables in ASP applications can be declared to be used by the commands. This ASP lesson suggests to define the variables above the coding so that you can detect misspelled variable names. Using other articles provided in this tutorial you can develop your coding skills in ASP....

ASP Profiling Component 9)    ASP Profiling Component
 How do you decide which piece of code is faster? Guessing isn`t the right decision, profiling is! This component measures the runtime of the piece of code you want to profile, allowing you to verify your performance improvements....