Kennymc0

Differences between revisions 1 and 17 (spanning 16 versions)
Revision 1 as of 2008-01-14 19:37:11
Size: 10193
Editor: ip70-162-166-56
Comment:
Revision 17 as of 2008-11-11 00:15:09
Size: 2569
Editor: ip98-165-20-5
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="robots" content="index,nofollow">
#format wiki
#language en

=== Arizona Team Information ===
||<tablestyle="text-align:center; font-size: 0.80em; border: none; width: 100%; background-color: #f1f1ed; font-weight: bold;"> {*} [[ArizonaTeam|Arizona Team]]<<BR>> || {*} [[http://ubuntuforums.org/forumdisplay.php?f=209|Forums]]|| {*} [[http://lists.ubuntu.com/mailman/listinfo/ubuntu-us-az|Mailing List]] <<BR>>([[http://lists.ubuntu.com/archives/ubuntu-us-az/|archives]])|| {*} #ubuntu-arizona <<BR>>([[http://ubuntuaz.selfip.com/~ianmcorvidae/|stats ]]) || {*} [[https://launchpad.net/~ubuntu-us-arizona/|Launchpad]] || {*} [[http://www.cafepress.com/ubuntu_arizona/|Store]] ||

||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents(2)>>||
{{attachment:ArizonaTeam/BannerAZ_b.png}}

'''Ubuntu-Arizona Lo``Co Team - The Hottest Lo``Co on Earth'''

== About Kenny McHenry (kennymc0) ==
I'm a 21 year old De``Vry graduate. I graduated at the end of October with a Bachelors of Science in Electronics Engineering Technology. I'm looking forward to putting degree to good use in the technology field.

I have been heavily involved in the Boy Scouts since I was 12. I worked hard and by February 2003 I earned the rank of Eagle Scout. I have stayed active in my troop even after my 18th birthday and became an Assistant Scoutmaster.

I was born in Dallas, Texas, but my parents had to move when I was 2 and a half years old so I don't remember it. We moved to a small town in northern Alabama where we lived for about 6 years, and then for another year we lived in Wisconson for about a year. We then moved from Wisconson to Arizona, where we have lived for 12 years.

=== Background ===
I have been using Ubuntu since version 6.06 Dapper Drake almost 3 years ago if I got my dates right which was a couple of months before I started at De``Vry, and I have been using it ever since. I have been switching back and forth between Ubuntu and Kubuntu and have liked both. Both my laptop and my desktop are running dual boot with Ubuntu and that Windows XP. I still don't trust Vista in any form other than in a virtual machine.

== Contact Information ==

 || '''Name:''' || Kenny Mc``Henry ||
 || '''Launchpad:''' || [[https://launchpad.net/~kennymcaz|Launchpad Link]] ||
 || '''Wiki:''' || [[https://wiki.ubuntu.com/Kennymc0|Wiki Link]] ||
 || '''Email:''' || <<MailTo([email protected] )>> ||
 || '''IRC:''' || kennymc0 on irc.freenode.net ||
Line 8: Line 31:
<title>Kennymc0 - Ubuntu Wiki</title>

<script type="text/javascript">
<!--// common functions

// We keep here the state of the search box
searchIsDisabled = false;

function searchChange(e) {
    // Update search buttons status according to search box content.
    // Ignore empty or whitespace search term.
    var value = e.value.replace(/\s+/, '');
    if (value == '' || searchIsDisabled) {
        searchSetDisabled(true);
    } else {
        searchSetDisabled(false);
    }
}

function searchSetDisabled(flag) {
    // Enable or disable search
    document.getElementById('fullsearch').disabled = flag;
    document.getElementById('titlesearch').disabled = flag;
}

function searchFocus(e) {
    // Update search input content on focus
    if (e.value == 'Search') {
        e.value = '';
        e.style.color = 'black';
        searchIsDisabled = false;
    }
}

function searchBlur(e) {
    // Update search input content on blur
    if (e.value == '') {
        e.value = 'Search';
        e.style.color = 'gray';
        searchIsDisabled = true;
    }
}

function actionsMenuInit(title) {
    // Initiliaze action menu
    for (i = 0; i < document.forms.length; i++) {
        var form = document.forms[i];
        if (form.className == 'actionsmenu') {
            // Check if this form needs update
            var div = form.getElementsByTagName('div')[0];
            var label = div.getElementsByTagName('label')[0];
            if (label) {
                // This is the first time: remove label and do buton.
                div.removeChild(label);
                var dobutton = div.getElementsByTagName('input')[0];
                div.removeChild(dobutton);
                // and add menu title
                var select = div.getElementsByTagName('select')[0];
                var item = document.createElement('option');
                item.appendChild(document.createTextNode(title));
                item.value = 'show';
                select.insertBefore(item, select.options[0]);
                select.selectedIndex = 0;
            }
        }
    }
}
//-->
</script>

<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/htdocs/ubuntu/css/common.css">
<link rel="stylesheet" type="text/css" charset="utf-8" media="screen" href="/htdocs/ubuntu/css/screen.css">
<link rel="stylesheet" type="text/css" charset="utf-8" media="print" href="/htdocs/ubuntu/css/print.css">
<link rel="stylesheet" type="text/css" charset="utf-8" media="projection" href="/htdocs/ubuntu/css/projection.css">

<link rel="Start" href="/Home">
<link rel="Alternate" title="Wiki Markup" href="/Kennymc0?action=raw">
<link rel="Alternate" media="print" title="Print View" href="/Kennymc0?action=print">
<link rel="Search" href="/FindPage">
<link rel="Index" href="/TitleIndex">
<link rel="Glossary" href="/WordIndex">
<link rel="Help" href="/HelpOnFormatting">
</head>

<body ondblclick="location.href='/Kennymc0?action=edit'" lang="en" dir="ltr">

<div id="header">
<div id="mastwrap"><div id="masthead">
<div id="logo"><a href="/Home">Ubuntu Wiki</a></div>

<form id="searchform" method="get" action="">
<div>
<input type="hidden" name="action" value="fullsearch">
<input type="hidden" name="context" value="180">
<label for="searchinput">Search:</label>
<input id="searchinput" type="text" name="value" value="" size="20"
    onfocus="searchFocus(this)" onblur="searchBlur(this)"
    onkeyup="searchChange(this)" onchange="searchChange(this)" alt="Search">
<input id="titlesearch" name="titlesearch" type="submit"
    value="Titles" alt="Search Titles">
<input id="fullsearch" name="fullsearch" type="submit"
    value="Text" alt="Search Full Text">
</div>
</form>
<script type="text/javascript">
<!--// Initialize search form
var f = document.getElementById('searchform');
f.getElementsByTagName('label')[0].style.display = 'none';
var e = document.getElementById('searchinput');
searchChange(e);
searchBlur(e);
//-->
</script>

<ul id="username">
<li><a class="nonexistent" href="/Kennymc0">Kennymc0</a></li>

<li><a href="/UserPreferences">UserPreferences</a></li>
<li><a href="/HelpContents">Help</a></li>
</ul>

  <div id="sisternav">
      <ul>
        <li id="plain">
            <a href="http://www.ubuntu.com"
               accesskey="t">Ubuntu</a>
        </li>

        <li id="plain">
            <a href="http://www.ubuntu.com/community"
               accesskey="t">Community</a>
        </li>
        <li id="plain">
            <a href="http://www.ubuntu.com/support"
               accesskey="t">Support</a>
        </li>
        <li id="plain">
            <a href="http://www.ubuntu.com/partners/program"
               accesskey="t">Partners</a>

        </li>
        <li id="current">
            <a href="http://wiki.ubuntu.com/"
               accesskey="t">Wiki</a>
        </li>
        <li id="plain">
            <a href="http://planet.ubuntulinux.org"
               accesskey="t">Planet</a>
        </li>
      </ul>

  </div>

</div></div>


<ul id="navibar">

</ul>


<ul id="pagetrail">
<li><a href="/WikiName">WikiName</a></li>
<li><a href="/UserPreferences">UserPreferences</a></li>
</ul>

<ul class="extranav">
<li><a href="/RecentChanges">RecentChanges</a></li>
<li><a href="/FindPage">FindPage</a></li>
</ul>
<ul class="editbar">
<li><a href="/Kennymc0?action=edit">Edit</a></li>
<li><a href="/Kennymc0?action=diff">Show Changes</a></li>
<li><a href="/Kennymc0?action=info">Get Info</a></li>
<li><a href="/Kennymc0?action=subscribe">Subscribe</a></li>
<li>
<form class="actionsmenu" method="get" action="">

<div>
    <label>More Actions:</label>
    <select name="action"
        onchange="if ((this.selectedIndex != 0) &&
                      (this.options[this.selectedIndex].disabled == false)) {
                this.form.submit();
            }
            this.selectedIndex = 0;">
        <option value="raw">Show Raw Text</option>
<option value="print">Show Print View</option>
<option value="refresh">Delete Cache</option>
<option value="show" disabled class="disabled">--------</option>
<option value="AttachFile">Attachments</option>

<option value="SpellCheck">Check Spelling</option>
<option value="LikePages">Show Like Pages</option>
<option value="LocalSiteMap">Show Local Site Map</option>
<option value="show" disabled class="disabled">--------</option>
<option value="RenamePage">Rename Page</option>
<option value="DeletePage">Delete Page</option>
    </select>
    <input type="submit" value="Do">
</div>

<script type="text/javascript">
<!--// Init menu
actionsMenuInit('More Actions:');
//-->
</script>
</form>
</li>
</ul>

</div>

<div id="page" lang="en" dir="ltr"><!-- start page -->


<h1 id="title"><a title="Click to do a full-text search for this title" href="/Kennymc0?action=fullsearch&amp;value=linkto%3A%22Kennymc0%22&amp;context=180">Kennymc0</a></h1>
<div lang="en" id="content" dir="ltr">
<a id="top"></a>

<h4 id="head-b92fac0fae3033b80e2d1a7347ee6abc4d3ad3d3">Arizona Team Information</h4>

<div>
<table style="text-align:center; font-size: 0.80em; border: none; width: 100%; background-color: #f1f1ed; font-weight: bold;">
<tr>
<td>
<p> <img src="/htdocs/ubuntu/img/star_on.png" alt="{*}" height="15" width="15"> <a href="/ArizonaTeam">Arizona Team</a><br>
 </p>
</td>
<td>
<p> <img src="/htdocs/ubuntu/img/star_on.png" alt="{*}" height="15" width="15"> <a class="external" href="http://ubuntuforums.org/forumdisplay.php?f=209"><img src="/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16"> Forums</a></p>

</td>
<td>
<p> <img src="/htdocs/ubuntu/img/star_on.png" alt="{*}" height="15" width="15"> <a class="external" href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-us-az"><img src="/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16"> Mailing List</a> <br>
(<a class="external" href="http://lists.ubuntu.com/archives/ubuntu-us-az/"><img src="/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16"> archives</a>)</p>
</td>
<td>
<p> <img src="/htdocs/ubuntu/img/star_on.png" alt="{*}" height="15" width="15"> #ubuntu-arizona <br>

(<a class="external" href="http://ubuntuaz.selfip.com/~ianmcorvidae/"><img src="/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16"> stats </a>) </p>
</td>
<td>
<p> <img src="/htdocs/ubuntu/img/star_on.png" alt="{*}" height="15" width="15"> <a class="external" href="https://launchpad.net/~ubuntu-us-arizona/"><img src="/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16"> Launchpad</a> </p>
</td>
<td>
<p> <img src="/htdocs/ubuntu/img/star_on.png" alt="{*}" height="15" width="15"> <a class="external" href="http://www.cafepress.com/ubuntu_arizona/"><img src="/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16"> Store</a> </p>

</td>
</tr>
</table>
</div>
<div>
<table style="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;">
<tr>
<td style="padding:0.5em;">
<p><strong>Contents</strong><br>
<ol>

<li>
<a href="#head-6ccec0bebdc666ef64dfdb17b0f6bdb4a93bdce4">About Kenny McHenry (kennymc0)</a>
</li>

</li>

</ol>
</p>
</td>
</tr>
</table>
</div>
<p><img src="/ArizonaTeam?action=AttachFile&amp;do=get&amp;target=BannerAZ_b.png" alt="BannerAZ_b.png"> </p>
<p><strong>Ubuntu-Arizona <a href="/LoCo">LoCo</a> Team - The Hottest <a href="/LoCo">LoCo</a> on Earth</strong> </p>

<h3 id="head-6ccec0bebdc666ef64dfdb17b0f6bdb4a93bdce4">About Kenny McHenry (kennymc0)</h3>

<p>ENTER STUFF ABOUT YOU HERE </p>

<h4 id="head-27598925e98d4220f94b187b5bb0d409dcc37a4f">Background</h4>

<p>ENTER BACKGROUND INFO HERE :P </p>

<h4 id="head-60c740e7747bcd763f5b7388b6878f9c0c04dce4">My nick</h4>

<p> </p>
Line 294: Line 32:
CategoryArizonaTeam CategoryHomepage CategoryArizonaTeam

Arizona Team Information

ArizonaTeam/BannerAZ_b.png

Ubuntu-Arizona LoCo Team - The Hottest LoCo on Earth

About Kenny McHenry (kennymc0)

I'm a 21 year old DeVry graduate. I graduated at the end of October with a Bachelors of Science in Electronics Engineering Technology. I'm looking forward to putting degree to good use in the technology field.

I have been heavily involved in the Boy Scouts since I was 12. I worked hard and by February 2003 I earned the rank of Eagle Scout. I have stayed active in my troop even after my 18th birthday and became an Assistant Scoutmaster.

I was born in Dallas, Texas, but my parents had to move when I was 2 and a half years old so I don't remember it. We moved to a small town in northern Alabama where we lived for about 6 years, and then for another year we lived in Wisconson for about a year. We then moved from Wisconson to Arizona, where we have lived for 12 years.

Background

I have been using Ubuntu since version 6.06 Dapper Drake almost 3 years ago if I got my dates right which was a couple of months before I started at DeVry, and I have been using it ever since. I have been switching back and forth between Ubuntu and Kubuntu and have liked both. Both my laptop and my desktop are running dual boot with Ubuntu and that Windows XP. I still don't trust Vista in any form other than in a virtual machine.

Contact Information


CategoryHomepage CategoryArizonaTeam

Kennymc0 (last edited 2009-04-07 02:32:12 by ip98-165-20-5)