Top 1 to 50 String & Variables - ASP scripts

Scripts are listed afer popularity.       To display the scripts after name please click here



1)   Strings and Arrays
An ASP article that deals with string handling functions and describes how a string can be splitted to generate an array and tells the ways to filter a word from a sentence string.

2)   Send Binary Data from ASP
Sending documents and files through web browsers at client side is described in detail and this article provides the code to transmit binary data through ASP.

3)   Function to Convert Letters to Digits
This ASP article lets you learn how to convert the string into numeric value using VBScript. In-built program explains how a phone string can be displayed in number digits.

4)   Dynamic Arrays Made Easy
The benefits and functions of dynamic array class to resize the arrays on the fly is given in detail in this ASP study material which is more useful for the developers in ASP.

5)   Post binary data to URL from WSH/ASP/VBA/VBS
An ASP learning resource through which you can obtain the needed steps to transmit a binary coded documents to any server by several methods.

6)   Dividing a long string to "pages"
With the help of this online ASP tutorial, you will get the solutions to split a long string into pages. Comes with the source code that lets you learn the needed string functions easily.

7)   ActiveX ByteArray object for ASP
Object to work with safearray binary data (bytearray) and string data in VBScript/ASP. Lets you read and write binary data from disk, convert the binary to a string/hexstring, Base64, codepage/charset (including Unicode/utf-8) and punycode/idn conversion

8)   Remove item from array
A smaller ASP article that assists you to delete an item from an array. Explains how to use DIM, ReDIM and PRESERVE function to remove a content in array.

9)   Manipulating Arrays in ASP
Those who need to acquire more basic function in arrays on ASP can go through this online ASP course from which they can learn to manipulate the database in an easier way.

10)   ASP FAQS : Convert the contents of an array into a string
Both the simple and complex way to convert the array elements into string values can be got from this ASP based string and array tutorial.

11)   Sorting an Array Using Combsort
An useful ASP source for web developers in ASP code to get more tips on array handling functions and this article differentiates the uses of combsort and bobblesort functions.

12)   Examining a text string with ASP and DHTML
The process of checking a text string contains valid characters that can be perfectly done with the help of string functions which can be learnt with example coding provided in this ASP tutorial.

13)   Stuffing a Javascript Value into a VBScript Variable
From this ASP learning course learning the ways to send retrived values using javascript into an ASP page can be done clearly online. Explains everything with a little snippet.

14)   String Manipulation : Mid Function
A smaller online ASP article that tells about the function used to extract a sub string from a given string.

15)   Mid Function
It is very easy to understand the string functions through this ASP tutorial that particularly describes the Mid() Function in strings.

16)   Create Convert Http strings into Clickable links
A web based string manipulation ASP tutorial with which you can convert the text string that contains the 'http' to hyperlink by using the ASP string functions.

17)   isAlpha for ASP
An useful tutorial for learners in ASP to learn the ways to generate an ASP program to check if a certain string has only alphabets.

18)   Dynamic Arrays
Dynamic Arrays is a tutorial in which the author describes about declaring the array with the help of the Dim statement and passing the same into a parameter for determining the maximum number of items that the array can have.

19)   Create and work with binary data in ASP/VBS
An ASP based string manipulation tutorial which is available with example programs to let you understand the binary data process in ASP and VBS in an easier way.

20)   ASP Random Number Generator
This is a collection of ASP coded scripts using which you can generate lottery numbers, random numbers on your website. Users can configure number of digits or sets of numbers to be generated.

21)   Passing Data Using Query Strings
Passing Data Using Query Strings is a web based ASP article using which you can send values to one page. Provides a little snippet to let you understand the functions easily.

22)   String Handling - Trimming Strings
Both the easy and correct solutions to parse a text from an existing database is offered with this ASP tutorial where it explains how to display the retrieved string with a link.

23)   Len()
This little ASP article teaches how to use the LEN() string function to obtain string length and is useful for the beginners in ASP to learn string functions.

24)   Unicode to punycode online decoder and encoder
An useful ASP tutorial that educates you to learn how to encode and decode data / URL online. More information are available for Unicode and Punycode.

25)   Determine the position of a particular string in an Array
This array article in ASP shows a simple way to check if an item exists in an array and teaches how to retrive the position of an array element.

26)   Converting URLs into Hyperlinks
This web based ASP resource lets you learn the faster way to convert the URLs and email addresses into hyperlinks using ASP server side script.

27)   Putting Arrays to Work
An useful tip to call an array item to be used with ASP based web applications can be gained from this smaller ASP article.

28)   A Fast String Class for ASP Pages
This online ASP article is available with detailed explanation on string concatenation process with Visual Basic and VBScript and also provides solutions to handle query strings in ASP applications.

29)   How To Parse Strings in ASP or VBScript
The string functions used to manipulate the data are taught through this ASP article that provides individual example for each function.

30)   ColorConversion Object
The tabulated methods and properties of RGB and HexaDecimal color structure comes with detailed description which lets you learn how to convert RGB and hexadecimal color values between them.

31)   Using the Eval and Execute Functions
The benefits and working principles of EVAL and EXECUTE functions in ASP strings can be learnt easily through this online ASP study module.

32)   How to Use Dictionary Object
This string functions are used to store the values given in a form with a dictionary Object which is clearly demonstrated through this online ASP tutorial.

33)   Beginner's Guide to Effective use of Arrays in ASP
A full featured online ASP tutorial that would be of great use for the novice programmers in ASP language who can develop their knowledge on arrays in ASP.

34)   ASP Random Code Generator
Creation of random codes using string functions can be learnt through this ASP article which will be widely useful in order numbers, random password modules.

35)   Login using a session variable
An online ASP tutorial that lets you understand the creation of login pages with password protection in ASP by simple means of explanation and coding.

36)   Server Variables Sample
To manipulate the server variables in web applications, web programmers can go through this online ASP tutorial for an easier understanding.

37)   Queues in ASP Using Strings
More useful tips on advertisement rotation system can be gained from this ASP tutorial that implements the string functions effectively with ads in ASP applications.

38)   List of Server Variables
This variables in ASP article defines few of the server variables that can be used on website applications and provides required source code for free.

39)   Complete Web page PATH
Using Response object's servervariables() method, it is possible to find the path of the running page which is explained in detail in this ASP tutorial.

40)   Generic BadLanguage Filter
Through this online ASP tutorial, developers in ASP can generate the bad word filter system using ASP. Array structure in string handling functions are demonstrated with little program.

41)   Filtering Arrays with Filter
It has an detail demonstration about filtering particular words in a single dimensional array using ASP snippet through VBScript array and string functions.

42)   Exploring the Request Object
With the help GET and POST methods, the server variables can be passed to ASP pages / forms and this tutorial describes how to use Request variables to obtain information.

43)   Check a number is in a valid range
You will be capable of creating a number verification program for ASP applications by studying this online ASP learning source.

44)   Variable Scope
This is a web based ASP learning source that teaches about the scope of variables such as local and global variables. Explains the limitations and usage of variable scope in JScript.

45)   ASPFAQs : Arrays
Very useful ASP learning resource for all level of ASP developers to solve their problems with arrays in ASP and to get clarification for their doubts in realtime.

46)   Declare all your variables at the top of your ASP page
Variable declaration is an important function in ASP programs and web applications which is elaborately discussed in this online ASP study article.

47)   Capitalization in your code
This ASP article provides more solutions to the problems in writing ASP programs and scripts where presenting the code in proper case is analyazed in detail.

48)   Implementing Dynamic Arrays of Objects
You can gather more details about Dynamic Arrays of Objects to store the data and learn the easier ways to manipulate the data related functions using ASP technology.

49)   Load Down: Application Center Test
This ASP tutorial analyzes the problems with sending dynamic data from page to page when executing load-test on an ASP application and provides alternate ways to perform the load-test successfully.

50)   Handling Arrays Between ASP and COM
Transferring data between ASP and VB components can be implemented with the help of array functions which is explained in detail through this online tutorial.



Browse Pages:    |< 1 [2] [3]     >>     >|  

 
 
Tuesday, 2 December 2008
Main Menu
Home
Top Downloads
New Programs
Awards
Link to us
Submit
Contact us
Scripts Categories
  ·  2D
  ·  Ad Management
  ·  Affiliate Programs
  ·  Articles
  ·  ASP
  ·  ASP Bootcamp
  ·  Auctions
  ·  Blog
  ·  Bookmark Management
  ·  Books
  ·  Browser Utilities
  ·  Business & Enterprise
  ·  Calculators
  ·  Calendars
  ·  Chat Scripts
  ·  Classified Ads
  ·  Click Tracking
  ·  Clocks
  ·  Coders & Programmers
  ·  Collections
  ·  Communication Tools
  ·  Components
  ·  Content Management
  ·  Counters
  ·  Customer Support
  ·  Database Management
  ·  Database Tools
  ·  Date and Time
  ·  Development
  ·  Development Tools
  ·  Discussion Boards
  ·  Displaying Code
  ·  Documents
  ·  E-Commerce
  ·  Education
  ·  Email Systems
  ·  Error Handling
  ·  Excel and ASP
  ·  Exchange
  ·  FAQ and Knowledgebase
  ·  File Manipulation
  ·  Financial Tools
  ·  Flash and ASP
  ·  Flash and PHP
  ·  Form Processors
  ·  Free For All Links
  ·  Games
  ·  Games and Entertainment
  ·  Graphs and Charts
  ·  Groupware Tools
  ·  Guestbooks
  ·  HTTP
  ·  Image Manipulation
  ·  Instant Messaging
  ·  Internet Utilities
  ·  Link Checking
  ·  Link Indexing
  ·  Link Management
  ·  Mailing List Managers
  ·  Miscellaneous
  ·  MS Word and ASP
  ·  Multi-Level Marketing
  ·  Multimedia
  ·  Navigation
  ·  Networking Tools
  ·  News Publishing
  ·  Objects & Framework
  ·  Online Communities
  ·  Open Directory Project
  ·  Organizers
  ·  Others
  ·  Polls and Voting
  ·  Portal Systems
  ·  Postcards
  ·  Quote Display
  ·  Randomizing
  ·  Redirection
  ·  References
  ·  Scripting
  ·  Scripts and Components
  ·  Search Engines
  ·  Searching
  ·  Security Systems
  ·  Server Management
  ·  Server Manipulation
  ·  Site Navigation
  ·  Site Recommendation
  ·  Software
  ·  String & Variables
  ·  Survey Voting and Quiz
  ·  Tests and Quizzes
  ·  Tips and Tutorials
  ·  Top Sites
  ·  Top Sites Systems
  ·  User Authentication
  ·  User Management
  ·  Vertical Markets
  ·  Virtual Communities
  ·  WAP and WML
  ·  Web Fetching
  ·  Web Hosting Tools
  ·  Web Rings
  ·  Web Sites
  ·  Web Traffic Analysis
  ·  Website Promotion
  ·  XML
 
@2006-2008 GoldSofts.com - Privacy Policy