jsonder

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2007-09-08 03:55:14
Size: 10715
Editor: ip68-231-151-57
Comment:
Revision 6 as of 2008-07-11 18:39:33
Size: 1149
Editor: client-86-24-144-11
Comment: Wiki clean. Added to CategoryHomepage.
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">
My name is John Sonderegger. I'm a retired hydrogeologist living in Green Valley, Arizona.
Line 7: Line 3:
I started dinking with linux in 1996, burning out on Caldera and Corel distros. In 2001 I put one computer solely on linux because I needed a free drawing program for textbook figures. That computer later became the photo printer because HP's software for their photosmart printer was "erratic" under Windows 2000.
Line 8: Line 5:
<title>jsonder - Ubuntu Wiki</title> I had helped develop advanced Windows XP classes for the Computer Club of Green Valley, but became tired of the ongoing malware battles and started a Linux SIG with the club in 2004. We started there using Fedora Core (no numbers for core 1), and also supported Mepis and later Ubuntu.
Line 10: Line 7:
<script type="text/javascript">
<!--// common functions
Currently I run Mint on a Dell Inspiron 1505 notebook and an HP Pavilion 724c desktop. On the Ubuntu forums, I am normally found in the PPC area, as I run the community supported version of Feisty (7.04) on a dual-booting Mac Mini.
Line 13: Line 9:
// We keep here the state of the search box
searchIsDisabled = false;
I also play with motorcycles, not always safely as indicated from the year old picture (Sept. 2006):
Line 16: Line 11:
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);
    }
}
http://members.cox.net/so4plume/roadrash.jpg
 
Line 27: Line 14:
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="/jsonder?action=raw">
<link rel="Alternate" media="print" title="Print View" href="/jsonder?action=print">
<link rel="Search" href="/FindPage">
<link rel="Index" href="/TitleIndex">
<link rel="Glossary" href="/WordIndex">
<link rel="Help" href="/HelpOnFormatting">
</head>

<body 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="/jsonder">jsonder</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">
<li class="userlink"><a class="nonexistent" href="/http%3a/members%2ecox%2enet/jsonder">jsonder</a></li>
</ul>


<ul id="pagetrail">
<li><a href="/ArizonaTeam/Photos">ArizonaTeam/Photos</a></li>
<li><a href="/ArizonaTeam">ArizonaTeam</a></li>
<li><a href="/ArizonaTeam/Teams/Education">Education</a></li>
<li><a href="/Jpbinder">Jpbinder</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="/jsonder?action=edit">Edit</a></li>
<li><a href="/jsonder?action=diff">Show Changes</a></li>
<li><a href="/jsonder?action=info">Get Info</a></li>
<li><a href="/ksonder?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="/jsonder?action=fullsearch&amp;value=linkto%3A%22br24%22&amp;context=180">jsonder</a></h1>
<div lang="en" id="content" dir="ltr">
<a id="top"></a>
<div>
<table style="float:right; font-size: 0.8em; width:25%; background:#F1F1ED; margin: 0 0 1em 1em;">
<tr>
<td style="padding:0.5em;">
<p> <strong>Ubuntu Forums</strong>: </p>
</td>
<td>
<p> <a class="external" href="http://ubuntuforums.org/member.php?u=163112"><img src="/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16"> jsonder</a> </p>
</td>
</tr>
<tr>
<td>
<p> <strong>Launchpad</strong>: </p>
</td>
<td>
<p> <a class="external" href="https://launchpad.net/~jsonder"><img src="/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16"> jsonder</a> </p>
</td>
</tr>
<tr>
<td>
<p> <strong>IRC</strong>: </p>
</td>
<td>
<p> jsonder on <em>irc.freenode.net</em> </p>
</td>
</tr>
<tr>
<td>
<p> <strong>Email</strong>: </p>
</td>
<td>
<p> <a href="mailto:jsonder@yahoo.com"><img src="/htdocs/ubuntu/img/u-email.png" alt="[MAILTO]" height="13" width="23"> jsonder@yahoo.com</a> </p>
</td>
</tr>


</table>
</div>

<h3 id="head-07d11e8f0a455c75684154d8a6791ef7a5668f7d">Personal Information</h3>

<p>My name is John Sonderegger. I'm a retired hydrogeologist living in Green Valley, Arizona. </p>

<p>I started dinking with linux in 1996, burning out on Caldera and Corel distros. In 2001 I put one computer solely on linux because I needed a free drawing program for textbook figures. That computer later became the photo printer because HP's software for their photosmart printer was "erratic" under Windows 2000. </p>

<p>I had helped develop advanced Windows XP classes for the Computer Club of Green Valley, but became tired of the ongoing malware battles and started a Linux SIG with the club in 2004. We started there using Fedora Core (no numbers for core 1), and also supported Mepis and later Ubuntu.</p>

<p>Currently I run Mint on a Dell Inspiron 1505 notebook and an HP Pavilion 724c desktop. On the Ubuntu forums, I am normally found in the PPC area, as I run the community supported version of Feisty (7.04) on a dual-booting Mac Mini.




<hr>
<p> <a href="/CategoryHomepage">CategoryHomepage</a> <a href="/CategoryArizonaTeam">CategoryArizonaTeam</a> </p>
<a id="bottom"></a>

</div>
<p id="pageinfo" class="info" lang="en" dir="ltr">last edited 03.08.2007 17:20:47 by <span title="ip68-231-131-152.tc.ph.cox.net"><a href="/br24">br24</a></span></p>

</div> <!-- end page -->


<div id="footer">

  <div id="ubuntulinks">
     &copy; 2007 <a href="http://www.canonical.com">Canonical Ltd</a>. Ubuntu, Kubuntu, Edubuntu, Xubuntu and Canonical are registered trademarks of Canonical Ltd.<br />
     <a href="http://www.ubuntu.com/feedback">Feedback</a> &mdash;
     <a href="http://www.ubuntu.com/legal">Legal</a> &mdash;
     <a href="https://wiki.ubuntu.com/wiki/credits">Credits</a> &mdash;
     <a href="http://www.ubuntu.com/sitemap">Site Map</a> &mdash;
     <a href="http://moinmoin.wikiwikiweb.de/">Powered By the MoinMoin Wiki Engine</a>
  </div>
<script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1018242-7";
urchinTracker();
__utmSetVar('UbuntuWiki');
</script>


</div>
</body>
</html>
e-mail: jsonder@yahoo.com
----
CategoryHomepage

My name is John Sonderegger. I'm a retired hydrogeologist living in Green Valley, Arizona.

I started dinking with linux in 1996, burning out on Caldera and Corel distros. In 2001 I put one computer solely on linux because I needed a free drawing program for textbook figures. That computer later became the photo printer because HP's software for their photosmart printer was "erratic" under Windows 2000.

I had helped develop advanced Windows XP classes for the Computer Club of Green Valley, but became tired of the ongoing malware battles and started a Linux SIG with the club in 2004. We started there using Fedora Core (no numbers for core 1), and also supported Mepis and later Ubuntu.

Currently I run Mint on a Dell Inspiron 1505 notebook and an HP Pavilion 724c desktop. On the Ubuntu forums, I am normally found in the PPC area, as I run the community supported version of Feisty (7.04) on a dual-booting Mac Mini.

I also play with motorcycles, not always safely as indicated from the year old picture (Sept. 2006):

http://members.cox.net/so4plume/roadrash.jpg

e-mail: jsonder@yahoo.com


CategoryHomepage

jsonder (last edited 2010-01-25 03:37:12 by ip24-251-109-112)