<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<base href="http://andruscavage.com/" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://andruscavage.com/index.php?id=11" />
<link title="Trend" rel="stylesheet" type="text/css" href="/assets/templates/default/fashion-modx-clear.css" />
<link rel="stylesheet" type="text/css" href="/assets/templates/default/modx.css" />
<link rel="stylesheet" type="text/css" href="/assets/templates/default/print.css" media="print" />
<link title="ZiX" rel="alternate stylesheet" type="text/css" href="/assets/templates/default/zi-modx-1.css" />
<link title="ZiX Background" rel="alternate stylesheet" type="text/css" href="/assets/templates/default/zi-modx-2.css" />
<link title="Trend (Alternate)" rel="alternate stylesheet" type="text/css" href="/assets/templates/default/default.css" />
<link title="Light" rel="alternate stylesheet" type="text/css" href="/assets/templates/default/light_green.css" />
<link title="Light Green" rel="alternate stylesheet" type="text/css" href="/assets/templates/default/light.css" />
<link title="Dark" rel="alternate stylesheet" type="text/css" href="/assets/templates/default/dark.css" />
<script src="/assets/templates/default/styleswitcher.js" type="text/javascript"></script>
<title>Eric's Web Pages | RSS Feed</title>
<script src="manager/media/script/scriptaculous/prototype.js" type="text/javascript"></script>
<script src="manager/media/script/scriptaculous/scriptaculous.js" type="text/javascript"></script>
<script type="text/javascript">
function highlight(el,endcolor,duration) {
$(el).style.background = '#ffd700';
var fx = $(el).effects({duration: 1000, transition: Fx.Transitions.linear});
fx.start.delay(duration/2,fx,{
'background-color': endcolor
});
return false;
}
</script>
	<script type="text/javascript" src="assets/snippets/AjaxSearch/AjaxSearch.js"></script>
	<script type="text/javascript">
		<!--
		stripHtml = 1;
		stripSnip = 1;
		stripSnippets = 1;
		useAllWords = 0;
		searchStyle = 'partial';
		minChars = 4;
		maxResults = 6;
		showMoreResults = 1;
		moreResultsPage = 8;
		as_language = 'english'
		extract = 0;
		liveSearch = 0;
		docgrp = '';
		highlightResult = 1;
		-->
	</script>
</head>
<body>
<div id="wrap">
  <div id="header">
    <div id="title">
      <h1><a href="index.php?id=1">Eric's Web Pages</a></h1>
      <p id="slogan"></p>
    </div>
    <h2 class="hide">Main menu</h2>
    <div id="mainmenu"><ul class="topnav"><li><a href="http://andruscavage.com/" title="Home Page" >Home</a></li>
<li><a href="/index.php?id=2" title="Blog" >Blog</a></li>
<li><a href="/index.php?id=15" title="MODx Features" >Features</a></li>
<li><a href="/index.php?id=33" title="Getting Help" >Getting Help</a></li>
<li><a href="/index.php?id=39" title="Template Examples" >Templates</a></li>
<li><a href="/index.php?id=32" title="Design" >Design</a></li>
<li class="last"><a href="/index.php?id=6" title="Interested in Eric's Web Pages?" >Contact us</a></li>
</ul></div>
    <div class="clear"></div>
  </div>
  <div id="leftside">
    <div id="lmenu" style="display: none;">
      <h2>Menu</h2>
      <ul class="sidemenu"><li><a href="http://andruscavage.com/" title="Home Page" >Home</a></li>
<li><a href="/index.php?id=2" title="Blog" >Blog</a></li>
<li><a href="/index.php?id=15" title="MODx Features" >Features</a><ul><li><a href="/index.php?id=16" title="Ajax" >Ajax</a></li>
<li><a href="/index.php?id=22" title="Menus and Lists" >Menus and Lists</a></li>
<li><a href="/index.php?id=14" title="Content Management" >Manage Content</a></li>
<li class="last"><a href="/index.php?id=24" title="Extendable by design" >Extendability</a></li>
</ul></li>
<li><a href="/index.php?id=33" title="Getting Help" >Getting Help</a></li>
<li><a href="/index.php?id=39" title="Template Examples" >Templates</a><ul><li><a href="index.php?id=39" title="MODxHost" >MODxHost</a></li>
<li><a href="/index.php?id=42" title="MODxCSS Wide" >MODxCSS Wide</a></li>
<li class="last"><a href="/index.php?id=43" title="MODxCSS" >MODxCSS</a></li>
</ul></li>
<li><a href="/index.php?id=32" title="Design" >Design</a></li>
<li class="last"><a href="/index.php?id=6" title="Interested in Eric's Web Pages?" >Contact us</a></li>
</ul>
    </div>
    <h2>Search</h2>
    
		
		<form id="ajaxSearch_form" action="index.php?id=8" method="post">
			<label for="ajaxSearch_input">
				<input id="ajaxSearch_input" type="text" name="search" value="Search here..." onfocus="this.value=(this.value=='Search here...')? '' : this.value ;" />
			</label>
			<label for="ajaxSearch_submit">
				<input id="ajaxSearch_submit" type="submit" name="sub" value="Go!" />
			</label>
		</form>
		
		<div id="ajaxSearch_output" style="opacity:0;"> </div>
    <h2>News</h2>
    <strong><a href="index.php?id=18" title="Just a pretend, older post">Just a pretend, older post</a></strong><br />
This post should in fact be archived<br /><br />
    <embed src="http://embed.grandcentral.com/webcall/558b740d89a6258abcb404b114491c5a" width="142" height="54" wmode="transparent"></embed>
    <h2>Login</h2>
    <div id="sidebarlogin">    <script type="text/JavaScript">

        function getElementById(id){
            var o, d=document;
            if (d.layers) {o=d.layers[id];if(o) o.style=o};
            if (!o && d.getElementById) o=d.getElementById(id);
            if (!o && d.all) o = d.all[id];
            return o;
        }
    
        function webLoginShowForm(i){
            var a = getElementById('WebLoginLayer0');
            var b = getElementById('WebLoginLayer2');
            if(i==1 && a && b) {
                a.style.display="block";
                b.style.display="none";
                document.forms['loginreminder'].txtpwdrem.value = 0;
            }
            else if(i==2 && a && b) {
                a.style.display="none";
                b.style.display="block";    
                document.forms['loginreminder'].txtpwdrem.value = 1;
            }
        };        
        function webLoginCheckRemember () {
            if(document.loginfrm.rememberme.value==1) {
                document.loginfrm.rememberme.value=0;    
            } else {
                document.loginfrm.rememberme.value=1;
            }
        }
        function webLoginEnter(nextfield,event) {
            if(event && event.keyCode == 13) {
                if(nextfield.name=='cmdweblogin') {
                    document.loginfrm.submit();
                    return false; 
                }
                else {
                    nextfield.focus();
                    return false; 
                }
            } else {
                return true;
            }
        }
    </script>
    <div id='WebLoginLayer0' style='position:relative'> 
<!-- login form section-->
<form method="post" name="loginfrm" action="/index.php?id=11"> 
    <input type="hidden" value="0" name="rememberme" /> 
    <fieldset>
        <h3>Your Login Details</h3>
        <label for="username">User: <input type="text" name="username" id="username" tabindex="1" onkeypress="return webLoginEnter(document.loginfrm.password);" value="" /></label>
    	<label for="password">Password: <input type="password" name="password" id="password" tabindex="2" onkeypress="return webLoginEnter(document.loginfrm.cmdweblogin);" value="" /></label>
    	<input type="checkbox" id="checkbox_1" name="checkbox_1" tabindex="3" size="1" value=""  onclick="webLoginCheckRemember()" /><label for="checkbox_1" class="checkbox">Remember me</label>
    	<input type="submit" value="Login" name="cmdweblogin" class="button" />
	<a href="#" onclick="webLoginShowForm(2);return false;" id="forgotpsswd">Forget Your Password?</a>
	</fieldset>
</form>
</div><div id='WebLoginLayer2' style='position:relative;display:none'>
<!-- Password reminder form section -->
<form name="loginreminder" method="post" action="/index.php?id=11">
    <fieldset>
        <h3>It happens to everyone...</h3>
        <input type="hidden" name="txtpwdrem" value="0" />
        <label for="txtwebemail">Enter the email address of your account to reset your password: <input type="text" name="txtwebemail" id="txtwebemail" size="24" /></label>
        <label>To return to the login form, press the cancel button.</label>
    	<input type="submit" value="Submit" name="cmdweblogin" class="button" /> <input type="reset" value="Cancel" name="cmdcancel" onclick="webLoginShowForm(1);" class="button" style="clear:none;display:inline" />
    </fieldset>
</form>
</div>    <script type="text/javascript">
        if (document.loginfrm) document.loginfrm.username.focus();
    </script>
    </div>
    <h2>Styles</h2>
    <div id="modxhost">The CSS Themes can only be used on the MODxCSS and MODxCSSW Layouts</div>
<script type="text/javascript">$('modxhost').style.display='none';</script>
<ul class="links">
<li><a href="#" onclick="setActiveStyleSheet('Trend'); return false;">Trend (Default)</a></li>
<li><a href="#" onclick="setActiveStyleSheet('Trend (Alternate)'); return false;" >Trend (Alternate)</a></li>
<li><a href="#" onclick="setActiveStyleSheet('ZiX'); return false;" >ZiX (Clean)</a></li>
<li><a href="#" onclick="setActiveStyleSheet('ZiX Background'); return false;" >ZiX (Background)</a></li>
<li><a href="#" onclick="setActiveStyleSheet('Light'); return false;" >Light</a></li>
<li><a href="#" onclick="setActiveStyleSheet('Light Green'); return false;" >Light Green</a></li>
<li><a href="#" onclick="setActiveStyleSheet('Dark'); return false;" >Dark</a></li>
    </ul> </div>
  <div id="contentwide">
    <h2>Eric's Web Pages RSS Feed</h2>
    <?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
			<title>RSS Feed</title>
			<link>http://andruscavage.com/index.php?id=11</link>
			<description></description>
			<language>en</language>
			<copyright>Eric's Web Pages 2007</copyright>
			<ttl>120</ttl>
			<item>
				<title>Just a pretend, older post</title>
				<link>http://andruscavage.com/index.php?id=18</link>
				<description><![CDATA[ <p>Not so exciting, after all, eh?<br /></p>
 ]]></description>
				<pubDate>Wed, 12 Apr 2006 23:00:00 -0600</pubDate>
				<guid isPermaLink="false">http://andruscavage.com/index.php?id=18</guid>
				<dc:creator>Site Admin</dc:creator>
				
			</item>
			</channel>
</rss> </div>
  <div id="footer">
    <p> Eric's Web Pages is powered by <a href="http://modxcms.com/" title="Powered by MODx, Do more with less.">MODx CMS</a> |
      <span id="andreas">Design by <a href="http://andreasviklund.com/">Andreas Viklund</a></span>
<span id="zi" style="display: none">Designed by <a href="http://ziworks.com/" target="_blank" title="E-Business &amp; webdesign solutions">ziworks</a></span>

<!-- the modx icon -->

<div id="modxicon"><h6><a href="http://modxcms.com" title="MODx - The XHTML, CSS and Ajax CMS and PHP Application Framework" id="modxicon32">MODx - The XHTML, CSS and Ajax CMS and PHP Application Framework</a></h6></div></p>
    <p>MySQL: 0.0381 s, 13 request(s), PHP: 0.1262 s, total: 0.1643 s, document retrieved
      from database.</p>
  </div>
</div>
</body>
</html>
