Skip to content

Author: Will Chatham

Will Chatham is the Security Assessment Engineer for Arbor Networks. Since Netscape 2.0, he has worked in a wide array of environments including non-profit, corporate, small business, and government. He started as a web developer, moved into Linux system administration, and ultimately found his place as a security professional. Having most recently conquered the OSCP certification, Will continues to hack his way into various things in an effort to make them more secure.

Some Updates

Here are some updates of what has been happening around here lately. First, I moved in with Rachael a few weeks ago, and last week they pulled a dead person out of the apartment downstairs. He or she had been there long enough to stink up the stairwells pretty bad.…

New Therapist In Town

My fiancé, Rachael, is excited to get her new therapy practice started here in Asheville. Whole Self Therapy is the name, and being the coolest therapist in Asheville is the game!

WordPress and jQuery issues

First, I don’t remember where I found this along the way, but this is a smart and efficient way to include jQuery in your WordPress themes. Just add this to your theme’s functions.php file: // ADDING JQUERY add_action( ‘init’, ‘jquery_register’ ); add_filter( ‘script_loader_src’, ‘jquery_unversion’ ); function jquery_register() { if (…