Difference between revisions of "WolfTech Staff"

From WolfTech
Jump to navigation Jump to search
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{About WolfTech}}
 
''"If it ain't broke, don't fix it."''  
 
''"If it ain't broke, don't fix it."''  
  
Line 5: Line 6:
 
Should you see them walking down the hallway, muttering to themselves... don't worry, we're systems administrators -- that's to be expected.
 
Should you see them walking down the hallway, muttering to themselves... don't worry, we're systems administrators -- that's to be expected.
  
<center>WolfTech Organizational Chart</center>
+
<!--<center>[[wtorgchart|WolfTech Organizational Chart]]</center>-->
  
  
 
==WolfTech Staff==
 
==WolfTech Staff==
 +
 +
<php>
 +
function test1( &$article)
 +
require_once('wiki-main-functions.inc');
 +
displayStaff("f", "y");
 +
return "test1";
 +
</php>
  
 
==Part-Timers==
 
==Part-Timers==
 +
 +
<php>
 +
require_once('wiki-main-functions.inc');
 +
displayStaff("p", "y");
 +
</php>
  
 
==WorkStudy Students==
 
==WorkStudy Students==
 +
 +
<runphp>
 +
require_once('wiki-main-functions.inc');
 +
displayStaff("w", "y");
 +
</runphp>

Latest revision as of 09:56, 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

<php> function test1( &$article) require_once('wiki-main-functions.inc'); displayStaff("f", "y"); return "test1"; </php>

Part-Timers

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

WorkStudy Students

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