| Visit tutorial >> |
| password generator Author ... password generator by posted on 19 Sep 2002 03:22 level: Beginner tool: PHP 3.0 In this tutorial I will be showing ... random password using nothing but loops and random letters. For extra security I will define a minimum length and a max... |
| Hits: 823 |
| Visit tutorial >> |
| Random parts of a movie clip Tutorial details: Written by: / Difficulty Level: beginner Yet another simple but useful... random parts of a movie clip. I used the MC below as part of the "lives left" section of a game I made. Everytime the... |
| Hits: 176 |
| Visit tutorial >> |
| Fetching random record by ... records from the database in a random order. For example it can be the banner rotation system or the "random quote" g... random line of text appear on the page: .... database connection code $query = "SELECT * FROM QUOTES" $result = MY... |
| Hits: 265 |
| Visit tutorial >> |
| Flash Kit A Flash Deve... Flash 5 Flash MX Flash MX 2004 Level IntermediateAdded 2001-04-23 Rating: 5.99 Votes: 68 Hits: 7503 Author I design w... Random Quotes for Flash Author: Website: Page 1 ! 1 1 Create a new flash movie set everything up as you like it. A... |
| Hits: 662 |
| Visit tutorial >> |
| ... Resources Random Password example. This is a simple random password example , you could generate... ?php function random_password () { $seed = (integer) md5(microtime()) mt_srand($seed) $password = m... |
| Hits: 394 |
| Visit tutorial >> |
| ... Random Numbers Quickly generate random num... in java... Generating random numbers in JAVA is easily. Make sure to add this import statement at the beginning of your class import... |
| Hits: 2724 |
| Visit tutorial >> |
| ... Unique Random Number Generator with Flash, generate random yet unique numbers... |
| Hits: 1069 |
| Visit tutorial >> |
| A Quick and Simple Script for Rotating Links without MySQL... Displaying Random Links... |
| Hits: 227 |