HOWTOs

This section will include tutorials that I write for processes that I discover and learn from and feel the need to document for future reference.

Code examples included in the tutorials will look like this:

<?php
if(in_array('optimistic', $mentality)){
	echo 'Hello world.';
	present_self();
}
else{
	die('Goodbye cruel world!');
}
?>

Feel free to use the code examples for your own purpose. Feel free to link to these tutorials. Do not just copy and paste them because I will revise them as needed. Please read the Copyright, Terms & Conditions page if you haven't already.