#Project Two - PHP Basics - xkcd Password Generator
##Live URL: http://p2.michaelklimek.com
##Description of Project 2: Project 2 involved creating a xkcd Password Generator using Arrays and Loops. The generator randomly creates a password based on the number of words selected, adding numbers, and/or adding symbols. A brief description is on the top of the page and the comic image is at the bottom. This was added to give to a better understanding to anyone who is not familiar with the xkcd password generator.
##Demo Information: I will be doing the demo for this project in my section on Wednesday, October 8th, 2014 at 7:30pm EST.
##Details for instrutor/TAs: No login required.
##List of plugins, libraries, packages or outside code used in the project:
- Password Strength Photo: http://imgs.xkcd.com/comics/password_strength.png/ This is the comic strip that is used on index.php for Project 2.
- CSS-Tricks Button Maker: http://css-tricks.com/examples/ButtonMaker/#/ This CSS styled button was used for the submit button on the index.php file.
- 4000 Most Common English Words: http://www.rupert.id.au/resources/1000-words.php/ (Original Source: http://www.wordfrequency.info/). This is the word list that the generator pulls from in the logic.php file.