<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>tail2nose.com | RSS Feed</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <base href="http://darkmoon.sytes.net/modx/"></base>
  <link rel="stylesheet" href="assets/templates/modxhost/layout.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/modxmenu.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/form.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/modx.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/print.css" type="text/css" media="print" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://darkmoon.sytes.net/modx/index.php?id=11" />
  <script src="manager/media/script/mootools/mootools.js" type="text/javascript"></script>
  <script src="assets/templates/modxhost/drop_down_menu.js" type="text/javascript"></script>
<script type="text/javascript">
function setActiveStyleSheet() {
var el= $('modxhost');
el.style.background = '#ffd700';
el.style.padding = '10px';
el.style.display='block';
var bgEffect = new Fx.Styles('modxhost', {duration: 1000,transition: Fx.Transitions.linear});
bgEffect.start( {'background-color': '#f9f9f9'});
return false;
}

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/js/ajaxSearch.js"></script>
<!-- start AjaxSearch header -->
<script type="text/javascript">
as_version = '1.7.1';
debug = 0;
as_language = 'japanese-utf8';
opacity = 1;
stripHtml = 1;
stripSnip = 1;
stripSnippets = 1;
searchStyle = 'partial';
advSearch = 'oneword';
minChars = 4;
ajaxMax = 6;
showMoreResults = 1;
moreResultsPage = 8;
extract = 0;
extractLength = 200;
liveSearch = 0;
docgrp = '';
idgrp = '';
idType = 'parents';
depth = '10';
highlightResult = 1;
hideMenu = 2;
</script>
<!-- end AjaxSearch header -->
</head>
<body>
<div id="wrapper">
  <div id="minHeight"></div>
  <div id="outer">
    <div id="inner">
      <div id="right">
        <div id="right-inner">
          <h1 style="text-indent: -5000px;padding: 0px; margin:0px; font-size: 1px;">tail2nose.com</h1>
          <div id="sidebar">
            <h2>News:</h2>
            <strong><a href="index.php?id=9" title="Mini-Blog HOWTO">Mini-Blog HOWTO</a></strong><br />
How to Start Posting with MODx Mini-Blogs<br /><br /><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 />
            <div id="recentdocsctnr">
              <h2>Most Recent:</h2>
              <a name="recentdocs"></a><ul class="LIn_shortMode">
<li><a href="index.php?id=91" title="SpeakLap 開発の記録">SpeakLap 開発の記録</a> <span class="LIn_date">2008.12.17</span> <span class="LIn_desc"></span></li>
<li><a href="index.php?id=90" title="ラップ測定システム">ラップ測定システム</a> <span class="LIn_date">2008.12.17</span> <span class="LIn_desc"></span></li>
<li><a href="index.php?id=89" title="2002年度　練習の記録">2002年度　練習の記録</a> <span class="LIn_date">2008.12.17</span> <span class="LIn_desc"></span></li>
</ul>
 </div>
            <h2>Login:</h2>
            <div id="sidebarlogin">    <script type="text/JavaScript">
    <!--//--><![CDATA[//><!--
        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="/modx/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="/modx/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>Meta:</h2>
            <p><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></p>
            <p><a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page uses valid Cascading Stylesheets" rel="external">Valid <abbr title="W3C Cascading Stylesheets">css</abbr></a></p>
            <p><a href="http://modxcms.com" title="Ajax CMS and PHP Application Framework">MODx</a></p>
          </div>
          <!-- close #sidebar -->
        </div>
        <!-- end right inner-->
      </div>
      <!-- end right -->
      <div id="left">
        <div id="left-inner">
          <div id="content">
            <div class="post">
              <h2>tail2nose.com 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://darkmoon.sytes.net/modx/index.php?id=11</link>
			<description></description>
			<language>en</language>
			<copyright>tail2nose.com 2006</copyright>
			<ttl>120</ttl>
			<item>
				<title>Mini-Blog HOWTO</title>
				<link>http://darkmoon.sytes.net/modx/index.php?id=9</link>
				<description><![CDATA[ <p>Setting up a mini-blog is relatively simple. Here's what you need to do to get started with making new posts:</p>
<ol>
    <li>Login to the <a href="http://darkmoon.sytes.net/modx/http://darkmoon.sytes.net/modx/manager/">MODx Control Panel</a>.</li>
    <li>Create a new Webuser by clicking the <strong>Users &gt; Manage web users</strong> link.</li>
    <li>Make sure to check the <strong>Site Admins</strong> Webuser Group at the bottom of the page.</li>
    </ol> ]]></description>
				<pubDate>Thu, 13 Apr 2006 14:00:00 +0900</pubDate>
				<guid isPermaLink="false">http://darkmoon.sytes.net/modx/index.php?id=9</guid>
				<dc:creator>Site Admin</dc:creator>
				
			</item>
		
			<item>
				<title>Just a pretend, older post</title>
				<link>http://darkmoon.sytes.net/modx/index.php?id=18</link>
				<description><![CDATA[ <p>Not so exciting, after all, eh?<br /></p>
 ]]></description>
				<pubDate>Thu, 13 Apr 2006 14:00:00 +0900</pubDate>
				<guid isPermaLink="false">http://darkmoon.sytes.net/modx/index.php?id=18</guid>
				<dc:creator>Site Admin</dc:creator>
				
			</item>
			</channel>
</rss> </div>
            <!-- close .post (main column content) -->
          </div>
          <!-- close #content -->
        </div>
        <!-- end left-inner -->
      </div>
      <!-- end left -->
    </div>
    <!-- end inner -->
    <div id="clearfooter"></div>
    <div id="header">
      <h1><a id="logo" href="index.php?id=48" title="tail2nose.com">tail2nose.com</a></h1>
      <div id="search"><!--search_terms--><span id="search-txt">SEARCH</span><a name="search"></a>
  
  <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="検索" />
      </label>
    </form>
  
  <div id="ajaxSearch_output" style="opacity:0;filter:alpha(opacity=0);-moz-opacity:0.;" > </div></div>
      <div id="ajaxmenu">   <ul id="myajaxmenu">
    <li class="category first"><a href="http://darkmoon.sytes.net/modx/" title="frontpage of tail2nose.com">frontpage of tail2nose.com</a></li>
<li class="category "><a href="/modx/index.php?id=49" title="Rover Mini Cooper">Rover Mini Cooper</a><ul style="display:none">
  <li class="first"><a href="/modx/index.php?id=50" title="カスタマイズ">カスタマイズ</a><ul style="display:none">
  <li class="first"><a href="/modx/index.php?id=51" title="フロントスポイラー">フロントスポイラー</a></li>
<li><a href="/modx/index.php?id=64" title="こんなん付けてこんなん付けてみましたぁ">こんなん付けてこんなん付けてみましたぁ</a></li>
<li><a href="/modx/index.php?id=65" title="コイルサスへの換装 ［フロント］">コイルサスへの換装 ［フロント］</a></li>
<li><a href="/modx/index.php?id=66" title="フロントバンプラバースペーサーの取り外し">フロントバンプラバースペーサーの取り外し</a></li>
<li><a href="/modx/index.php?id=67" title="コイルサス(リヤ)の装着">コイルサス(リヤ)の装着</a></li>
<li><a href="/modx/index.php?id=68" title="ネガキャンロアアームの装着とブッシュの交換">ネガキャンロアアームの装着とブッシュの交換</a></li>
<li><a href="/modx/index.php?id=69" title="アジャスタブルテンションロッドの交換">アジャスタブルテンションロッドの交換</a></li>
<li><a href="/modx/index.php?id=71" title="ビタローニ　カリフォルニアミラー">ビタローニ　カリフォルニアミラー</a></li>
<li><a href="/modx/index.php?id=72" title="スパルコREV フルバケ化">スパルコREV フルバケ化</a></li>
<li><a href="/modx/index.php?id=73" title="チンスポイラーの取り付け">チンスポイラーの取り付け</a></li>
<li class="last"><a href="/modx/index.php?id=76" title="GAZショートストローク">GAZショートストローク</a></li>

</ul></li>
<li><a href="/modx/index.php?id=52" title="メンテナンス">メンテナンス</a><ul style="display:none">
  <li class="first"><a href="/modx/index.php?id=53" title="ステディロッドブッシュの交換">ステディロッドブッシュの交換</a></li>
<li><a href="/modx/index.php?id=54" title="エアクリーナの交換">エアクリーナの交換</a></li>
<li><a href="/modx/index.php?id=70" title="タイロッドブーツの交換">タイロッドブーツの交換</a></li>
<li class="last"><a href="/modx/index.php?id=74" title="リヤハブベアリングのグリスアップ">リヤハブベアリングのグリスアップ</a></li>

</ul></li>
<li class="last"><a href="/modx/index.php?id=75" title="購入後現在までの経過">購入後現在までの経過</a></li>

</ul></li>
<li class="category "><a href="/modx/index.php?id=55" title="D-Tracker">D-Tracker</a><ul style="display:none">
  <li class="first"><a href="/modx/index.php?id=56" title="カスタム記録">カスタム記録</a></li>

</ul></li>
<li class="category "><a href="/modx/index.php?id=60" title="RC">RC</a><ul style="display:none">
  <li class="first"><a href="/modx/index.php?id=77" title="岡山県のRCサーキット">岡山県のRCサーキット</a></li>
<li><a href="/modx/index.php?id=78" title="レースの記録">レースの記録</a><ul style="display:none">
  <li class="first"><a href="/modx/index.php?id=79" title="2001年度レースの記録">2001年度レースの記録</a></li>
<li><a href="/modx/index.php?id=80" title="2001年 タミヤグランプリ 岡山大会">2001年 タミヤグランプリ 岡山大会</a></li>
<li><a href="/modx/index.php?id=81" title="2002年度レースの記録">2002年度レースの記録</a></li>
<li><a href="/modx/index.php?id=82" title="2002年度フジモデル フレッシュマンレースの記録">2002年度フジモデル フレッシュマンレースの記録</a></li>
<li><a href="/modx/index.php?id=83" title="2002年 タミヤグランプリ 岡山大会">2002年 タミヤグランプリ 岡山大会</a></li>
<li><a href="/modx/index.php?id=84" title="2003年度レースの記録">2003年度レースの記録</a></li>
<li><a href="/modx/index.php?id=85" title="タミヤチャレンジカップ 2003/03/26">タミヤチャレンジカップ 2003/03/26</a></li>
<li class="last"><a href="/modx/index.php?id=86" title="タミヤチャレンジカップ 2003/07/05">タミヤチャレンジカップ 2003/07/05</a></li>

</ul></li>
<li><a href="/modx/index.php?id=87" title="練習の記録">練習の記録</a><ul style="display:none">
  <li class="first"><a href="/modx/index.php?id=88" title="2001年度 練習の記録">2001年度 練習の記録</a></li>
<li class="last"><a href="/modx/index.php?id=89" title="2002年度　練習の記録">2002年度　練習の記録</a></li>

</ul></li>
<li class="last"><a href="/modx/index.php?id=90" title="ラップ測定システム">ラップ測定システム</a><ul style="display:none">
  <li class="first"><a href="/modx/index.php?id=91" title="SpeakLap 開発の記録">SpeakLap 開発の記録</a></li>

</ul></li>

</ul></li>
<li class="category "><a href="/modx/index.php?id=6" title="Contact Us">Contact us</a></li>
<li class="category last"><a href="/modx/index.php?id=57" title="linux">linux</a><ul style="display:none">
  <li class="first"><a href="/modx/index.php?id=58" title="debian">debian</a></li>
<li class="last"><a href="/modx/index.php?id=59" title="plamo">plamo</a><ul style="display:none">
  <li class="first"><a href="/modx/index.php?id=63" title="Plamo Linuxを使ったホームサーバ">Plamo Linuxを使ったホームサーバ</a></li>

</ul></li>

</ul></li>

  </ul> </div>
      <!-- end topmenu -->
    </div>
    <!-- end header -->
    <br style="clear:both;height:0;font-size: 1px" />
    <div id="footer">
      <p> <a href="http://modxcms.com" title="Ajax CMS and PHP Application Framework">Powered
          by MODx</a> &nbsp;<a href="http://www.modxhost.com/" title="Template Designed by modXhost.com">Template &copy; 2006
          modXhost.com</a><br />
        MySQL: 0.0145 s, 24 request(s), PHP: 0.1600 s, total: 0.1745 s, document retrieved
        from database. </p>
    </div>
    <!-- end footer -->
  </div>
  <!-- end outer div -->
</div>
<!-- end wrapper -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-453441-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>