New PHP Project & Name Parsing

Thinking about developing a mysql database for help with case management in my firm. Learned alot by using XAMPP and the excellent PHP Development Series video tutorials at Lecture Snippets.

Jonathon Hill‘s PHP Human Name Parsing, improving Keith Beckman’s script.

Jason Priem’s page about parsing human names in PHP.

Here is the same type thing in javascript by Josh Frasier.

Another javascript name parser by Jerry Davidson.

Chris West’s blog post about javascript name parsing.

Control Panel Upgrade

Upgraded the control panel so that the form will automatically look for any file in the /img directory that starts with “Frame” and will include that as an option for the bottom decoration. This uses the glob function to read the matching files into an array.