Difference between revisions of "WolfTech Staff"

From WolfTech
Jump to navigation Jump to search
m
m
Line 11: Line 11:
 
==WolfTech Staff==
 
==WolfTech Staff==
  
<php>
+
<runphp>
 
require_once('wiki-main-functions.inc');
 
require_once('wiki-main-functions.inc');
 
displayStaff("f", "y");
 
displayStaff("f", "y");
</php>
+
</runphp>
  
 
==Part-Timers==
 
==Part-Timers==
  
<php>
+
<runphp>
 
require_once('wiki-main-functions.inc');
 
require_once('wiki-main-functions.inc');
 
displayStaff("p", "y");
 
displayStaff("p", "y");
</php>
+
</runphp>
  
 
==WorkStudy Students==
 
==WorkStudy Students==
  
<php>
+
<runphp>
 
require_once('wiki-main-functions.inc');
 
require_once('wiki-main-functions.inc');
 
displayStaff("w", "y");
 
displayStaff("w", "y");
</php>
+
</runphp>

Revision as of 09:37, 16 September 2015

"If it ain't broke, don't fix it."

Unfortunately, in the world of Information Technology, and especially in an environment as complex as our own, systems are often unhappily coexisting; being actively targeted by malicious users; or simply held together with figurative and occasionally, literal, duct tape. These are the people who work in the background -- maintaining, upgrading, and, occasionally, kicking our infrastructure. Their labors seek to keep them hidden in the shadows, for if everything is working well, you won't notice. And when something fails, they'll be working to fix it.

Should you see them walking down the hallway, muttering to themselves... don't worry, we're systems administrators -- that's to be expected.


WolfTech Staff

<runphp> require_once('wiki-main-functions.inc'); displayStaff("f", "y"); </runphp>

Part-Timers

<runphp> require_once('wiki-main-functions.inc'); displayStaff("p", "y"); </runphp>

WorkStudy Students

<runphp> require_once('wiki-main-functions.inc'); displayStaff("w", "y"); </runphp>