- A php-based web page which generates xkcd-style passwords. The user specifies how many common words to use for the password. Additionally, the user can specify some tweaks to the password, such as making one character upper-case, inserting a special character, or inserting a number.
- Demonstrates use of php logic to read files, modify strings, read HTML form submission data, and generate inline HTML elements.
- Leverages multiple modules to demonstrate separation of concerns.
http://www.screencast.com/t/mgH7Zy4NkVfR
- google-10000-english: https://github.com/first20hours/google-10000-english
- normalize.css: http://necolas.github.io/normalize.css