Hashing Strings is a JavaScript, which calculates the 32 bit hash code of a string implementing a method of QControl. It is basically designed for alphanumerical characters. The parameter that is supplied should be a string type at least one characte
Random alphanumeric string generator is a php scripted program which can do two functions that you can use to assign random strings of any length. First fuction is assigning alphanumeric value and the second is generating random string. This program
This paper discusses how to get secure random numbers for your application. We describe how to take a single, secure, random number (a seed), and stretch it into a big stream of random numbers using a secure pseudo-random number generator. We talk ab
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 the B
This is a program that functions as the name suggests and allow website visitors to get registered by themselves without any help. This program checks if the user name already exist in the registration process, replaces random string short name with
Server Side Include Random Image Displayer is a slightly extended version of the original, and more simple Random Image Displayer. This version allows you to have a random image appear together with its corresponding random link, as well as a few mo
Random URLs is an excellent JavaScript that can be added to your webpage to open URLs selected at random when the visitor of your page clicks on the ?Random URL? button. This is implemented by calling a simple random selection function, which is defi
String Find and Replace is a tool to search multiple files for a specified string and replace the found string with a new string. This is handy tool for the programmer, web page designer, or any once else who needs to search multiple files for a stri
A random number is useful- if not required- in the creation of many popular JS applications, such as a dice, random image script, or random link generator. Learn how to generate a random number in JavaScript.
StringBuilder is an article in which author elaborates the method of string manipulation through string builders. The author discusses about System.Text namespace in which the string builder resides. This string builders helps in cancatenating string |