This is a random password example that can be used with a user signup system.
A component that will generate a random password based on a number of user-defined options.
Random Password Generator is a simple and effective online randomizer capable of generating arbitrary passwords. This program is simple and creates each and every password according to the supplied data. This is an useful PHP application for...
A Simplified Password Protection Tutorial (IDC) is a tutorial which deals with steps that have to be taken while generating password protection for ASP pages. In this article the author describes about creating form with IDC files, what are all...
Create a custom server control in .NET to serve data to different types of devices is a tutorial which helps you to build a custom server control for transforming the data to various devices such as the palm, pocket PC, internet-enabled phones,...
Create a Dynamic Database Web Site With ASP.NET is a tutorial which guides you in building an attractive userfriendly database website using ASP.NET. Each aspx page has four literals which are are used to contain the links at the top of the page,...
Create a restriction class for your ASP.NET application is an easy to learn tutorial in which the author discusses about the procedure for creating a restriction class which helps in eliminating the access of particular page by the users. The...
Create a Site Search Engine in ASP.NET is a perfect search engine. Using this search engine you have an option to search entire page and also dynamic pages. This search engine searches any types of file with any extension placed on web.config...
Create a timed cache with .NET is a web based tutorial which concentrates on advanced techniques of cache. In this article author describes about / setting time for the items that has to be exist in cache and if the time terminates then the items...
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. |