[Site Logo]
MauveCloud's Browser Tests

Character Set Tests

HTML 4.01 Tests

Image File Format Tests

Sound File Format Tests

Color Tests

A versatile JavaScript password generator
This generates pseudo-random sequences of letters, numbers, and/or symbols depending on choices. Unlike many other random password generators, this allows the starting character to be more restricted than the others, and allows the non-alphanumeric characters to be toggled individually, since some places that require passwords specify subsets of them that are supported, rather than supporting all ASCII characters.

A JavaScript text generator
This is similar to the password generator above, except that you specify the characters to choose from in two text boxes. This way, non-ASCII characters can be included in the text (provided your browser supports them), and repetitions can be used to affect probability.

A JavaScript random chooser
If you have several related things to choose from (e.g. movies to watch, games to play), and just want to pick randomly from them, you can use this page.

Related Links

If you have any questions, comments, or suggestions related to these tests, e-mail me: mauvecloud at mauvecloud dot net