<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>regulus8.com</title>
	<atom:link href="http://www.regulus8.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.regulus8.com/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 26 Mar 2008 15:31:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Mixwitでオンラインで聴けるデモテープをつくってみた</title>
		<link>http://www.regulus8.com/blog/2008/03/27/44</link>
		<comments>http://www.regulus8.com/blog/2008/03/27/44#comments</comments>
		<pubDate>Wed, 26 Mar 2008 15:30:41 +0000</pubDate>
		<dc:creator>ozatz</dc:creator>
		
		<category><![CDATA[その他]]></category>

		<category><![CDATA[Music]]></category>

		<category><![CDATA[Nooopy]]></category>

		<guid isPermaLink="false">http://www.regulus8.com/blog/2008/03/27/44</guid>
		<description><![CDATA[				
				Mixwit :: media playground
				レトロカセット風Flash MP3プレイヤーでオンラインミックステープが作れる : Mixwit：■ 音楽方丈記 ■
				
				こち [...]]]></description>
			<content:encoded><![CDATA[				<ul>
				<li><a href="http://www.mixwit.com/" title="Mixwit :: media playground">Mixwit :: media playground</a></li>
				<li><a href="http://sothis.blog.so-net.ne.jp/2008-03-19" title="レトロカセット風Flash MP3プレイヤーでオンラインミックステープが作れる : Mixwit：■ 音楽方丈記 ■">レトロカセット風Flash MP3プレイヤーでオンラインミックステープが作れる : Mixwit：■ 音楽方丈記 ■</a></li>
				</ul>
				<p>こちらで紹介されていた、オンラインでカセットテープ風なMP3プレーヤーがつくれるウェブサービスを使ってみた。音は友人とやってる<a href="http://www.nooopy.com/">Nooopy</a>のサイトから。</p>
				<p>
<div style="margin: 10px 0 20px;">
<div style="width: 430px; height: 350px; text-align:center;"><embed width="426" height="327" type="application/x-shockwave-flash" name="mixwit_mixtape_bb820d0a618dbc1bbb25a9114498c707" src="http://www.mixwit.com/flash/widgets/shell.swf" quality="high" wmode="transparent" flashvars="env=embed&widget=bb820d0a618dbc1bbb25a9114498c707&playlist=dc4aba6da7f1f6e5b72b676ad353d1d3&vuid=embed" align="middle"></embed><div style="text-align: center; margin: auto;"><a href="http://www.mixwit.com/create?refer=embed"><img src="http://mixwit.s3.amazonaws.com/public/resources/img/embed/make-a-mixtape.gif" border="0" style="border:0px;"></a></div></div>
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/CIMP/Jmx*PTEyMDY1NDM1OTYxMjMmcHQ9MTIwNjU*MzYxODEyNSZwPTE4NDMzMSZkPSZuPQ==.jpg" />
</div><br />
</p>
				<p>Mixwitのサイトで作ったカセットを聞くこともできる。<br />
				<a href="http://www.mixwit.com/widgets/bb820d0a618dbc1bbb25a9114498c707">http://www.mixwit.com/widgets/bb820d0a618dbc1bbb25a9114498c707<br />
				</a><br />
				カセットとラベルが何種類からか選べるんだけど、アップロードした画像をラベルやカセット本体に貼ったりもできる。曲はMP3検索エンジンで見つけた曲を追加したりもできるらしいけど、今回はウェブ上にあるMP3ファイルのURLを指定して曲を追加。</p>
				<p>こういうプレイヤーの方が聴いてみようって気がおこりそう。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.regulus8.com/blog/2008/03/27/44/feed</wfw:commentRss>
		</item>
		<item>
		<title>jQuery Easing Pluginの使い方</title>
		<link>http://www.regulus8.com/blog/2008/02/18/41</link>
		<comments>http://www.regulus8.com/blog/2008/02/18/41#comments</comments>
		<pubDate>Mon, 18 Feb 2008 13:54:57 +0000</pubDate>
		<dc:creator>ozatz</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.regulus8.com/blog/2008/02/18/41</guid>
		<description><![CDATA[				忘れそうなので、jQuery Easing Pluginの使い方を書いておく。
				
				jQuery: The Write Less, Do More, JavaScript Library
				j [...]]]></description>
			<content:encoded><![CDATA[				<p>忘れそうなので、jQuery Easing Pluginの使い方を書いておく。</p>
				<ul>
				<li><a href="http://jquery.com/" title="jQuery: The Write Less, Do More, JavaScript Library">jQuery: The Write Less, Do More, JavaScript Library</a></li>
				<li><a href="http://gsgd.co.uk/sandbox/jquery/easing/" title="jQuery Easing Plugin">jQuery Easing Plugin</a></li>
				</ul>
				<h3>読み込み</h3>
				<p>jQuery本体を読み込んでから、Easing Pluginを読み込む。</p>
				<pre><code>&lt;script type="text/javascript" src="jquery-1.2.3.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="jquery.easing.1.3.js"&gt;&lt;/script&gt;
</code></pre>
				<h3>イージングの指定</h3>
				<p>slideUpやfadeOutなどのエフェクトで、プラグインで定義されたイージングを使いたい場合、以下の書き方をする。</p>
				<pre><code>$(element).slideUp({
                    duration: 1000,
                    easing: method,
                    complete: callback
});</code></pre>
				<p>この書き方についての説明も、なんでこれでOKなのかも、jQueryのサイトのドキュメントに書いてない気がする。いい機会なのでソースを読んでみたけど、これでOKっぽい。</p>
				<p>animateと一緒に使う場合は、ドキュメントにある通りにeasingに&#8221;easeInCubic&#8221;とか指定する。</p>
				<pre><code>animate( params, [duration], [easing], [callback] )
</code></pre>
				<p><code>{duration: 1000, ... complete: callback}</code>の部分で指定できるオプションについては、ドキュメントの<a href="http://docs.jquery.com/Effects/animate#paramsoptions" title="Effects/animate - jQuery JavaScript Library">animate( params, options )</a>のページのoptionの部分で説明されている。</a></p>
				<h3>デフォルトのイージング</h3>
				<p>Easing Pluginを読み込むと、デフォルトのイージングが、swingからeaseOutQuadに変更される。jQueryで定義されていた、swingはjswingという名前に変更され、イージングにswingを指定しても、jQuery.easing.defで指定したイージングが呼ばれるように変更されている。<br />
				デフォルトで使われるイージングを変更したい場合は、以下のようにして指定する。</p>
				<pre><code>jQuery.easing.def = "easeInElastic";</code></pre>
<h3>独自のイージング</h3>
<p>プラグインと同じ方法でjQueryのオブジェクトを拡張して、かくかく動くイージングを作ってみた。書き方これでいいんだろうか。</p>
<pre><code>&lt;script src="http://www.regulus8.com/blog/wp-content/uploads/2008/02/js/jquery-1.2.3.min.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
$(document).ready(function(){
  jQuery.extend(jQuery.easing,{
    step: function (x, t, b, c, d) {
      return c*((t=Math.round((t+0.5)/200)*200)/d) + b;
    }
  });
  $("#start").click(function(){
    $("#box").slideToggle({duration: 1000, easing: "step"});
  });
});
&lt;/script&gt;
&lt;input id="start" value="start" type="button"&gt;
&lt;div id="box" style="width:200px;height:200px;color:white;background:red;"&gt;#box&lt;/div&gt;
</code></pre>
				<p>jQueryのパスを間違えていたので直しました。</p>
				<p>
<script src="http://www.regulus8.com/blog/wp-content/uploads/2008/02/js/jquery-1.2.3.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
  jQuery.extend(jQuery.easing,{
    step: function (x, t, b, c, d) {
      return c*((t=Math.round((t+0.5)/200)*200)/d) + b;
    }
  });
  $("#start").click(function(){
    $("#box").slideToggle({duration: 1000, easing: "step"});
  });
});
</script>
<input id="start" value="#boxをかくかくとslideToggleさせる" type="button">
<div id="box" style="width:200px;height:200px;color:white;background:red;">#box</div>
</p>
				<p>使ってるプラグインの動作を追いつつ、jQueryのソースを読むと楽しいと思う。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.regulus8.com/blog/2008/02/18/41/feed</wfw:commentRss>
		</item>
		<item>
		<title>投稿の一部分を自動整形しないプラグイン</title>
		<link>http://www.regulus8.com/blog/2008/02/17/39</link>
		<comments>http://www.regulus8.com/blog/2008/02/17/39#comments</comments>
		<pubDate>Sun, 17 Feb 2008 13:56:16 +0000</pubDate>
		<dc:creator>ozatz</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.regulus8.com/blog/2008/02/17/39</guid>
		<description><![CDATA[				投稿の本文にJavaScriptを埋め込もうとしたら、自動整形されてひどいことになったので、本文の一部分を自動整形しないプラグインを入れてみた。
				
				WordPress › Raw HTML « W [...]]]></description>
			<content:encoded><![CDATA[				<p>投稿の本文にJavaScriptを埋め込もうとしたら、自動整形されてひどいことになったので、本文の一部分を自動整形しないプラグインを入れてみた。</p>
				<ul>
				<li><a href="http://wordpress.org/extend/plugins/raw-html/" title="WordPress › Raw HTML « WordPress Plugins">WordPress › Raw HTML « WordPress Plugins</a></li>
				</ul>
				<p>コードエディタ中で、<code>&lt;!--start_raw--&gt; &lt;!--end_raw--&gt;</code>か<code>&#91;RAW&#93; &#91;/RAW&#93;</code>で囲んだ部分が自動整形されなくなる。ビジュアルエディタは使っていないので、どうなるのか試してない。</p>
				<h3><code>&lt;!--start_raw--&gt; &lt;!--end_raw--&gt;</code>のテスト</h3>
				<pre><code>&lt;!--start_raw--&gt;
&lt;script type="text/javascript"&gt;
  document.writeln(new Date());
&lt;/script&gt;
&lt;!--end_raw--&gt;
</code></pre>
				<p>上のコードをこの下に挿入してみる。</p>
				<p>
<script type="text/javascript">
  document.writeln(new Date());
</script>
</p>
				<h3><code>&#91;RAW&#93; &#91;/RAW&#93;</code>のテスト</h3>
				<pre><code>&#91;RAW&#93;
&lt;script type="text/javascript"&gt;
  document.writeln(new Date());
&lt;/script&gt;
&#91;/RAW&#93;
</code></pre>
				<p>上のコードをこの下に挿入してみる。</p>
				<p>
<script type="text/javascript">
  document.writeln(new Date());
</script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.regulus8.com/blog/2008/02/17/39/feed</wfw:commentRss>
		</item>
		<item>
		<title>グリッドレイアウト用ツール</title>
		<link>http://www.regulus8.com/blog/2008/02/11/36</link>
		<comments>http://www.regulus8.com/blog/2008/02/11/36#comments</comments>
		<pubDate>Sun, 10 Feb 2008 18:19:15 +0000</pubDate>
		<dc:creator>ozatz</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[grid]]></category>

		<category><![CDATA[layout]]></category>

		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.regulus8.com/blog/2008/02/11/36</guid>
		<description><![CDATA[				グリッドレイアウトのカラム幅を計算したり、文字のベースライングリッドを計算してくれるツール。これ使いやすいかも。
				
				Grid Designer 2
				
				
				グリッドを使うときは [...]]]></description>
			<content:encoded><![CDATA[				<p>グリッドレイアウトのカラム幅を計算したり、文字のベースライングリッドを計算してくれるツール。これ使いやすいかも。</p>
				<ul>
				<li><a href="http://grid.mindplay.dk/" title="Grid Designer 2">Grid Designer 2</a></li>
				</ul>
				<p><img src="http://www.regulus8.com/blog/wp-content/uploads/2008/02/griddesigner2.jpg" alt="Grid Designer 2 screenshot" /></p>
				<p>グリッドを使うときは、紙にラフスケッチをしてカラムの割り方を決めて、<a href="http://www.andrewingram.net/articles/gridmaker_reboot/" title="GridMaker Reboot - Article - andrewingram">GridMaker Reboot</a>をつかってPhotoshop上にレイアウトのガイドを作って、そこにパーツを作ってました。</p>
				<p>ラフを考えるときに<a href="http://grid.mindplay.dk/" title="Grid Designer 2">Grid Designer 2</a>を使ったら、分割とか視覚的にわかりやすくていいかも。ラフスケッチ、モックアップ段階で気楽に試して検討できることって重要かと思います。CSSフレームワークも試してみるか。</p>
				<p>メモついでに、グリッドレイアウトの紹介記事</p>
				<ul>
				<li><a href="http://www.subtraction.com/archives/2004/1231_grid_computi.php" title="Subtraction: Grid Computing… and Design">Subtraction: Grid Computing… and Design</a></li>
				<li><a href="http://www.markboulton.co.uk/journal/comments/five_simple_steps_to_designing_grid_systems_part_1/" title="Five simple steps to designing grid systems - Part 1 : Journal : Mark Boulton">Five simple steps to designing grid systems - Part 1 : Journal : Mark Boulton</a></li>
				<li><a href="http://www.alistapart.com/articles/settingtypeontheweb" title="A List Apart: Articles: Setting Type on the Web to a Baseline Grid">A List Apart: Articles: Setting Type on the Web to a Baseline Grid</a></li>
				</ul>
				<p>使ってみたグリッドレイアウト関連のツール</p>
				<ul>
				<li><a href="http://gridlayouts.com/" title="Grid Layout">Grid Layout</a></li>
				<li><a href="http://www.29digital.net/grid/" title="Grid Calculator">Grid Calculator</a></li>
				<li><a href="http://www.andrewingram.net/articles/gridmaker_reboot/" title="GridMaker Reboot - Article - andrewingram">GridMaker Reboot - Article - andrewingram</a></li>
				</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.regulus8.com/blog/2008/02/11/36/feed</wfw:commentRss>
		</item>
		<item>
		<title>1981オフ会に行ってきました。</title>
		<link>http://www.regulus8.com/blog/2007/12/22/34</link>
		<comments>http://www.regulus8.com/blog/2007/12/22/34#comments</comments>
		<pubDate>Fri, 21 Dec 2007 16:09:11 +0000</pubDate>
		<dc:creator>ozatz</dc:creator>
		
		<category><![CDATA[その他]]></category>

		<category><![CDATA[1981s]]></category>

		<guid isPermaLink="false">http://www.regulus8.com/blog/2007/12/22/34</guid>
		<description><![CDATA[				渋谷で飲んできた。すげー楽しかったです。
				いろいろ刺激受けました。
				皆さんありがとうございました。
]]></description>
			<content:encoded><![CDATA[				<p>渋谷で飲んできた。すげー楽しかったです。</p>
				<p>いろいろ刺激受けました。<br />
				皆さんありがとうございました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.regulus8.com/blog/2007/12/22/34/feed</wfw:commentRss>
		</item>
		<item>
		<title>友人のサイトを作りました。</title>
		<link>http://www.regulus8.com/blog/2007/12/20/31</link>
		<comments>http://www.regulus8.com/blog/2007/12/20/31#comments</comments>
		<pubDate>Thu, 20 Dec 2007 13:28:43 +0000</pubDate>
		<dc:creator>ozatz</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Theme]]></category>

		<category><![CDATA[WebDesign]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.regulus8.com/blog/2007/12/20/31</guid>
		<description><![CDATA[				友人のウェブサイトのデザイン、テンプレート制作をしました。WordPressを使っています。
				http://shihokorovich.com/
				
				全体像はこんな感じ。
				テンプレー [...]]]></description>
			<content:encoded><![CDATA[				<p><img src="http://www.regulus8.com/blog/wp-content/uploads/2007/12/shihokorovichcom_thumb.jpg" ilo-full-src="http://www.regulus8.com/blog/wp-content/uploads/2007/12/shihokorovichcom_thumb.jpg" alt="shihokorovich.com screehshot thumbnail" />友人のウェブサイトのデザイン、テンプレート制作をしました。WordPressを使っています。</p>
				<p><a href="http://shihokorovich.com/" title="http://shihokorovich.com/">http://shihokorovich.com/</a></p>
				<p><span id="more-31"></span></p>
				<p>全体像はこんな感じ。<a href="http://www.regulus8.com/blog/wp-content/uploads/2007/12/shihokorovichcom.jpg" title="shihokorovich.com screenshot"><img src="http://www.regulus8.com/blog/wp-content/uploads/2007/12/shihokorovichcom.jpg" ilo-full-src="http://www.regulus8.com/blog/wp-content/uploads/2007/12/shihokorovichcom.jpg" alt="shihokorovich.com screenshot" /></a></p>
				<p>テンプレート作るのおもしろい。</p>
				<p>コメントフォーム周りを直したり、サイドバーをウィジェットに対応させたりしないと。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.regulus8.com/blog/2007/12/20/31/feed</wfw:commentRss>
		</item>
		<item>
		<title>script.aculo.usを使ってみた。</title>
		<link>http://www.regulus8.com/blog/2007/12/18/30</link>
		<comments>http://www.regulus8.com/blog/2007/12/18/30#comments</comments>
		<pubDate>Mon, 17 Dec 2007 16:00:05 +0000</pubDate>
		<dc:creator>ozatz</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Prototype]]></category>

		<category><![CDATA[script.aculo.us]]></category>

		<guid isPermaLink="false">http://www.regulus8.com/blog/2007/12/18/30</guid>
		<description><![CDATA[				script.aculo.usのEffect.Transitionsのサンプルを作ってみた。
				scriptaculous_transitiontest.html
				当たり前なのだろうけど、使い方が全 [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://script.aculo.us/" title="script.aculo.us - web 2.0 javascript">script.aculo.us</a>のEffect.Transitionsのサンプルを作ってみた。</p>
				<p><a href="http://www.regulus8.com/blog/wp-content/uploads/2007/12/scriptaculous_transitiontest.html" title="scriptaculous_transitiontest.html">scriptaculous_transitiontest.html</a></p>
				<p>当たり前なのだろうけど、使い方が全然違って戸惑う。<br />
				jQuery Easing Pluginのようなイージングが無いことには途中で気づいた。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.regulus8.com/blog/2007/12/18/30/feed</wfw:commentRss>
		</item>
		<item>
		<title>jQuery Easing Pluginを使ってみた。</title>
		<link>http://www.regulus8.com/blog/2007/12/11/23</link>
		<comments>http://www.regulus8.com/blog/2007/12/11/23#comments</comments>
		<pubDate>Tue, 11 Dec 2007 13:27:14 +0000</pubDate>
		<dc:creator>ozatz</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.regulus8.com/blog/2007/12/11/23</guid>
		<description><![CDATA[				jQuery Easing Pluginを使って、easingの動きが見られるサンプルを作ってみた。
				easingtest.html
				これを書くだけで、えらい苦労した… やっぱり書いて動かさないと [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://gsgd.co.uk/sandbox/jquery/easing/" title="jQuery Easing Plugin">jQuery Easing Plugin</a>を使って、easingの動きが見られるサンプルを作ってみた。</p>
				<p><a href="http://www.regulus8.com/blog/wp-content/uploads/2007/12/easingtest.html" title="easingtest.html">easingtest.html</a></p>
				<p>これを書くだけで、えらい苦労した… やっぱり書いて動かさないと覚えられないな。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.regulus8.com/blog/2007/12/11/23/feed</wfw:commentRss>
		</item>
		<item>
		<title>テーマをwp.Vicuna Ext.に変更</title>
		<link>http://www.regulus8.com/blog/2007/12/09/22</link>
		<comments>http://www.regulus8.com/blog/2007/12/09/22#comments</comments>
		<pubDate>Sat, 08 Dec 2007 18:54:21 +0000</pubDate>
		<dc:creator>ozatz</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.regulus8.com/blog/2007/12/09/22</guid>
		<description><![CDATA[				テーマをwp.Vicuna Ext.に変更。サイドバーのウィジェットに対応してるし使いやすい！
				テーマを変えるとだいぶ雰囲気が変わるな。
				
				Vicuna - WordPress テーマ
	 [...]]]></description>
			<content:encoded><![CDATA[				<p>テーマをwp.Vicuna Ext.に変更。サイドバーのウィジェットに対応してるし使いやすい！</p>
				<p>テーマを変えるとだいぶ雰囲気が変わるな。</p>
				<ul>
				<li><a href="http://wp.vicuna.jp/" title="Vicuna - WordPress テーマ">Vicuna - WordPress テーマ</a></li>
				<li><a href="http://ma38su.sourceforge.jp/wp/vicuna/" title="ma38su.sourceforge.jp - wp.Vicuna Ext.">ma38su.sourceforge.jp - wp.Vicuna Ext.</a></li>
				</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.regulus8.com/blog/2007/12/09/22/feed</wfw:commentRss>
		</item>
		<item>
		<title>JavaScriptのライブラリ</title>
		<link>http://www.regulus8.com/blog/2007/12/05/21</link>
		<comments>http://www.regulus8.com/blog/2007/12/05/21#comments</comments>
		<pubDate>Wed, 05 Dec 2007 12:06:50 +0000</pubDate>
		<dc:creator>ozatz</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Ajax]]></category>

		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://www.regulus8.com/blog/2007/12/05/javascript%e3%81%ae%e3%83%a9%e3%82%a4%e3%83%96%e3%83%a9%e3%83%aa/</guid>
		<description><![CDATA[				とりあえずjQueryを使ってみているけど、ほかのも使ってみたい。
				
				jQuery: The Write Less, Do More, JavaScript Library
				
				いっ [...]]]></description>
			<content:encoded><![CDATA[				<p>とりあえずjQueryを使ってみているけど、ほかのも使ってみたい。</p>
				<ul>
				<li><a href="http://jquery.com/" title="jQuery: The Write Less, Do More, JavaScript Library">jQuery: The Write Less, Do More, JavaScript Library</a></li>
				</ul>
				<p>いっぱいあるなあ。</p>
				<ul>
				<li><a href="http://fnya.cocolog-nifty.com/blog/2006/08/ajax_76d4.html" title="あるＳＥのつぶやき: Ajaxライブラリまとめ">あるＳＥのつぶやき: Ajaxライブラリまとめ</a></li>
				<li><a href="http://www.openspc2.org/JavaScript/Ajax/Library/index.html" title="Ajax (JavaScript) Library List (Ajaxライブラリ一覧)">Ajax (JavaScript) Library List (Ajaxライブラリ一覧)</a></li>
				</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.regulus8.com/blog/2007/12/05/21/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
