Monthly Archives: April 2014

Random Password Generator

One way to make a random password generator. See it in action: Random Password Generator Example Hopefully I’ve commented enough in the code to explain it all: <?php /** * generateRandomPasswords.php * @author Robert Newton <lektrikpukeAtYahooDotCom> * if you use/reuse … Continue reading

Posted in Computer Stuff, PHP | Tagged , | Leave a comment

Syncing MySQL Database Between A Mac And PC

I’ve been a long time Mac hater. Recently, though, I broke down and bought a Mac laptop. Being a geek on many levels, I immediately had to set it up as a development server environment. I won’t go into the … Continue reading

Posted in Computer Stuff, Mac, MySQL | Tagged , , , | Leave a comment