Useful functions on ASP strings can be obtained from this online educational module that describes the steps to convert a string into clickable web link. To implement this task, the string functions are used on the given input and it simply...
Encoding and Decoding URL strings is an ASP tutorial in which author describes various string and character that have to be used in the query string of the URL while encoding and what are all the charecters and string that should not be used in...
Learn how to format strings in JavaScript, such as making them bold, changing font size, etc.
Overloading Strings in C# is a web based tutorial in which author discusses about using string in C#. The author describes the method of using SuperStringFunction() in string processing. The author provides code for performing various operation in...
Random Strings is a JavaScript that act as an alternative to SSI and can be implemented in your webpage to display strings in your webpage that are selected randomly each time the page is loaded. You can click on the refresh button or can click...
Learn how to work with strings. Upper, lower and sentence case. Concatenate. Trim leading and/or trailing space.
VCL/RTL resource strings translated to Mexican Spanish.
More information on strings with ASP application can be learnt online through this ASP tutorial that demonstrates the VBScript string functions to work with dynamic tables on a database and instructs you to implement the faster way to manipulate...
The function decodes Base64 encoded strings in ASP/VBS. Let's you make custom basic http authentication by ASP, without NT security or ISAPI filter. Reference to VBS encoder.
At the end of this online article the developers can easily come to a point to choose the exact database connection string. The author explains the database methods in which more possible connection strings are shown as worked out examples. The...
Use hash() method of QControl class to convert a string to integer hash value. My original algorithm takes a moment to convert and guarantee secure and collision-free convolution even of short strings.
The usage of strings within ASP applications can be learnt through this ASP article that clearly provides solutions to parse the HTML documents to filter required text by removing the HTML tags. Seperate source snippets describe all needed process...
This nifty little applet takes strings of text and displays them from the inside out
This tutorial lays down the foundations needed for a solid understanding of strings.
Quickly search and replace strings of text in multiple files on your server. Update links, paths or tags in multiple files across multiple directories.
Making a Database Connection is an important task while making a database call from the web. In this article the author highlights the importance of planning a good database connection with few sample database connection strings. This article...
This is an online tutorial that details on using Secure Query String to prevent tampering of URL. The author starts this tutorial with an explanation about query strings and its uses and discusses about passing values from aspx pages to other aspx...
This is an useful tutorial for the system administrators which gives introduction on SQL strings harmful action and it guides them how to build a SQL statements using objects for preventing hackers from SQL injections on database. The tutor of...
One of the web based ASP article that gets you familiar with string and array functions. In this article, splitting a string into an array, filtering a particular word, finding the top most value of an array, joining strings, replacing an existing...
"This tutorial starts with the simple constructs used to create strings and moves through to more advanced techniques for string handling." |