<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>lab.琉結</title>
	<atom:link href="http://lab.ryu-yui.com/feed" rel="self" type="application/rss+xml" />
	<link>http://lab.ryu-yui.com</link>
	<description>昨日より今日、今日より明日の一歩</description>
	<lastBuildDate>Mon, 15 Feb 2010 08:48:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/feed" />
		<item>
		<title>ドキュタイプについて　その前に…2010</title>
		<link>http://lab.ryu-yui.com/archives/116.html</link>
		<comments>http://lab.ryu-yui.com/archives/116.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 08:40:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[携帯サイト作成]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=116</guid>
		<description><![CDATA[				携帯サイトを作成する前に色々とメモ。
				【docomo】
				＜!DOCTYPE html PUBLIC &#8220;-//i-mode group (ja)//DTD XHTML i-XHTML(L [...]]]></description>
			<content:encoded><![CDATA[				<p>携帯サイトを作成する前に色々とメモ。</p>
				<p><strong>【docomo】</strong></p>
				<blockquote><p>＜!DOCTYPE html PUBLIC &#8220;-//i-mode group (ja)//DTD XHTML i-XHTML(Locale/Ver.=ja/[iモードXHTMLバージョン]) 1.0//EN&#8221; &#8220;i-xhtml_4ja_10.dtd&#8221;＞</p></blockquote>
				<p>自分は今のところxhtml1.0でコーディングすることがほとんどなのでこうなるみたい。</p>
				<blockquote><p>＜!DOCTYPE html PUBLIC &#8220;-//i-mode group (ja)//DTD XHTML i-XHTML(Locale/Ver.=ja/1.0) 1.0//EN&#8221; &#8220;i-xhtml_4ja_10.dtd&#8221;＞</p></blockquote>
				<p><strong>【au】</strong></p>
				<blockquote><p>＜!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML Basic 1.0//EN&#8221; &#8220;http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd&#8221;＞</p></blockquote>
				<p><strong>【softbank】</strong></p>
				<blockquote><p>＜!DOCTYPE html PUBLIC &#8220;-//J-PHONE//DTD XHTML Basic 1.0 Plus//EN&#8221; &#8220;xhtml-basic10-plus.dtd&#8221;＞</p></blockquote>
				<p>ドキュタイプを振り分けるのが、一般的といことですが、<br />
				調べたところ下記の情報を確認しました。</p>
				<p><a href="http://ke-tai.org/blog/2009/10/14/doctype/" target="_blank">http://ke-tai.org/blog/2009/10/14/doctype/</a><br />
				<a href="http://ke-tai.org/forum/comments.php?DiscussionID=8&amp;Focus=354" target="_blank"> http://ke-tai.org/forum/comments.php?DiscussionID=8&amp;Focus=354</a></p>
				<p>つまりはある程度、共通のドキュタイプで可能のようです。</p>
				<blockquote><p>＜!DOCTYPE html PUBLIC &#8220;-//WAPFORUM//DTD XHTML Mobile 1.0//EN&#8221; &#8220;http://www.wapforum.org/DTD/xhtml-mobile10.dtd&#8221;＞</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/116.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/116.html" />
	</item>
		<item>
		<title>phpBB3 ロゴの変更</title>
		<link>http://lab.ryu-yui.com/archives/114.html</link>
		<comments>http://lab.ryu-yui.com/archives/114.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 03:52:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ｐｈｐBB]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=114</guid>
		<description><![CDATA[				phpBB3　カスタマイズ　ロゴを変更してみる。
				phpBB3のレイアウトはstylesディレクトリに入っている。
				ヘッターの変更は、適用中のスタイルディレクトリにあるtemplate/overa [...]]]></description>
			<content:encoded><![CDATA[				<p>phpBB3　カスタマイズ　ロゴを変更してみる。</p>
				<p>phpBB3のレイアウトはstylesディレクトリに入っている。<br />
				ヘッターの変更は、適用中のスタイルディレクトリにあるtemplate/overall_header.html</p>
				<p>phpBB_root_directory/styles/yourtemplatefolder/template/overall_header.html</p>
				<p>内容を確認すると{SITE_LOGO_IMG}となっている。<br />
				どこかにファイルの定義があるはず…</p>
				<p>調べてみると下記のファイル内にありました。</p>
				<p>phpBB_root_directory/styles/yourtemplatefolder/imageset/imageset.cfg</p>
				<p>25行目あたり<br />
				img_site_logo = &#8212;&#8212;&#8212;&#8212;&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/114.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/114.html" />
	</item>
		<item>
		<title>phpBB3 CSSファイルを修正しても反映されない</title>
		<link>http://lab.ryu-yui.com/archives/110.html</link>
		<comments>http://lab.ryu-yui.com/archives/110.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 02:59:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ｐｈｐBB]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=110</guid>
		<description><![CDATA[				よくはることですが、少しはまったのでメモ。
				phpBBのレイアウトを変更しようと思い、CSSファイルを直接編集してアップロード。
				でも変更が反映されない。
				ブラウザのキャッシュをクリアして [...]]]></description>
			<content:encoded><![CDATA[				<p>よくはることですが、少しはまったのでメモ。</p>
				<p>phpBBのレイアウトを変更しようと思い、CSSファイルを直接編集してアップロード。<br />
				でも変更が反映されない。</p>
				<p>ブラウザのキャッシュをクリアしても反映されない。</p>
				<p>phpBBの管理画面からスタイルをクリック。<br />
				左枠にでてくるスタイル構成の項目で、「テンプレートセット」「テーマ」「イメージセット」をリフレッシュしないといけないようです。</p>
				<p>使い始めで分らないことだらけ…<br />
				それぞれのシステムにそれぞれの概念やクセみたいなものがあって慣れるまでが大変だ～</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/110.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/110.html" />
	</item>
		<item>
		<title>WordPress 　メール　スパム防止関数があるみたい</title>
		<link>http://lab.ryu-yui.com/archives/107.html</link>
		<comments>http://lab.ryu-yui.com/archives/107.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 02:33:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=107</guid>
		<description><![CDATA[				よく忘れるのでメモ。
				WordPressでget_the_author_email() 関数でメールを表示することがありますが、普通にメールを公開すると確実にスパムの餌食になります。調べてみると、Word [...]]]></description>
			<content:encoded><![CDATA[				<p>よく忘れるのでメモ。<br />
				WordPressでget_the_author_email() 関数でメールを表示することがありますが、普通にメールを公開すると確実にスパムの餌食になります。調べてみると、WordPressの標準でスパム防止の関数が用意されてるみたい。</p>
				<p>php antispambot()</p>
				<p>使い方としてはこんな感じ。</p>
				<blockquote><p>
				&lt;?php echo antispambot(get_the_author_email()); ?&gt;
				</p></blockquote>
				<p>
				HTML character entityとかなんとかを使用しているらしい。<br />
				ただこれで確実に防止できるわけではなく、最近のスパムロボットはそれも解読できるのもあるらしいです。<br />
				とりあえずないよりはやってた方がいいかな。</p>
				<p>参照↓<br />
				<a href="http://codex.wordpress.org/Protection_From_Harvesters" target="_blank">http://codex.wordpress.org/Protection_From_Harvesters</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/107.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/107.html" />
	</item>
		<item>
		<title>アイポ　81番ポート「接続できません」</title>
		<link>http://lab.ryu-yui.com/archives/102.html</link>
		<comments>http://lab.ryu-yui.com/archives/102.html#comments</comments>
		<pubDate>Tue, 19 Jan 2010 02:10:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[アイポ]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=102</guid>
		<description><![CDATA[				1週間以上ハマったのでメモ。
				会社のWebサーバーへ「アイポ5」を設置、検証してみたいという要望があり作業に取りかかる。
				「アイポ」はオープンソースで公開されている、グループウェアです。
				 [...]]]></description>
			<content:encoded><![CDATA[				<p>1週間以上ハマったのでメモ。</p>
				<p>会社のWebサーバーへ「アイポ5」を設置、検証してみたいという要望があり作業に取りかかる。<br />
				「アイポ」はオープンソースで公開されている、グループウェアです。<br />
				javaで書かれているプログラムで、ほとんど動作環境を選ばないそうです。</p>
				<p>というのも、インストールの際に一緒に必要なプログラムをインストールしてくれるみたいです。<br />
				ただ、下記は必須モジュールで、ないとインストール時にエラーになるので先にサーバーに入れておきます。</p>
				<p>「gcc」 「readline」 「zlib」</p>
				<p>サーバーの知識が浅いため、簡単にできるyumコマンドでインストール。</p>
				<blockquote><p>yum install gcc<br />
				yum install readline<br />
				yum install zlib</p></blockquote>
				<p>あとはアイポのHPのインストール方法に従ってインストール。<br />
				<a href="http://aipostyle.com/online-manual/installation/manual_linux.html" target="_blank">http://aipostyle.com/online-manual/installation/manual_linux.html</a></p>
				<p>ここからの道のりが大変でした。</p>
				<p><strong>1.ディバイスの検知が上手く行かない。</strong></p>
				<p><a href="http://user.aipostyle.com/viewtopic.php?t=83" target="_blank">http://user.aipostyle.com/viewtopic.php?t=83</a></p>
				<p>上記の記事にもある通り、aipo/bin/install.conf　内のネットワークインターフェース名を変更する。とりあえずifconfigコマンドで確認して「ethx」→「venet0:0」 に変更。</p>
				<p>下記の通りアンインストールをして、再度インストール。<br />
				<a href="http://user.aipostyle.com/viewtopic.php?p=289 " target="_blank">http://user.aipostyle.com/viewtopic.php?p=289 </a></p>
				<p>インストール完了の表示がでてオッケーと思いきや…</p>
				<p><strong>2.ブラウザから「接続できません」となりアクセスできない </strong></p>
				<p>ここからすごくハマったところ…<br />
				ポートが開いていないのかとか、色々調べましたが分からずじまいでしたが、やっとできた！</p>
				<p><strong>まずは、javaがちゃんとインストールされているかを確認すること！</strong><br />
				プロセスを見ると、アイポ（java）の動作環境であるTomcatが動いていない。</p>
				<p>tomcatのログを確認<br />
				/usr/local/aipo/tomcat/logs/startup.log</p>
				<p>エラーを発見！やはり動いていない！？</p>
				<p>次に、/usr/local/aipo/tomcat/bin/　内にある起動スクリプトで直接起動させてみる。</p>
				<blockquote><p># cd /usr/local/aipo/tomcat/bin/<br />
				# sh startup.sh</p></blockquote>
				<p>エラーで動かないJDKが必要ですよというエラー。<br />
				アイポが自動で動作環境を整えると思い込んでいましたが、<br />
				どうもアイポのjavaは32ビット用らしく64ビット環境のサーバーでは独自にインストールが必要のようです。</p>
				<p>ということで色々な記事を参考に独自にjavaをインストールしました。</p>
				<p><a href="http://it.kndb.jp/entry/show/id/908" target="_blank">http://it.kndb.jp/entry/show/id/908<br />
				</a><a href="http://centossrv.com/tomcat5.shtml" target="_blank">http://centossrv.com/tomcat5.shtml</a></p>
				<p>javaをインストールしなおして、アイポをアンインストール、インストール。<br />
				tomcatを起動、アイポ起動で動作確認できました。</p>
				<p>今のところはアイポ起動で、tomcatは自動起動されませんでした。<br />
				少し調べて、また今度にメモします。</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/102.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/102.html" />
	</item>
		<item>
		<title>2009年-2010年1月のTo Do</title>
		<link>http://lab.ryu-yui.com/archives/95.html</link>
		<comments>http://lab.ryu-yui.com/archives/95.html#comments</comments>
		<pubDate>Thu, 17 Dec 2009 08:50:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[To Do]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=95</guid>
		<description><![CDATA[				あー、早いもので2009年も終盤。
				今年こそはと、色々勉強したい事を並べて意気込んだ1月からあっという間です。
				そして毎年思う事。
				去年より自分レベル上がった？
				そして自己嫌悪に陥 [...]]]></description>
			<content:encoded><![CDATA[				<p>あー、早いもので2009年も終盤。<br />
				今年こそはと、色々勉強したい事を並べて意気込んだ1月からあっという間です。</p>
				<p>そして毎年思う事。<br />
				去年より自分レベル上がった？<br />
				そして自己嫌悪に陥るのです。</p>
				<p>というわけTo Doリストを作って、毎月自分を追い込んでみようと思います。<br />
				毎月1つ気になる事を勉強します。</p>
				<p>「身近な目標を繰り返し達成すること。その積み重ねが大きな目標達成となる。」<br />
				誰かが言った言葉だと思いますが自分も頑張ってみます。</p>
				<p>ということで今月、来月は小規模ツアー取り扱い企業向けのパッケージ作成にします。</p>
				<p>■　要望</p>
				<p>・ツアーの登録はクライアント側にしてもらう。<br />
				・できれば「空き」の有無も管理できるようにしたい。<br />
				・各ツアーに対応した予約フォームを自動生成したい。<br />
				・トップページにはキャンペーン用バナーを表示、非表示をつけたい。<br />
				・ツアー検索機能をつける。</p>
				<p>概要など、進み次第追記していきます。</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/95.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/95.html" />
	</item>
		<item>
		<title>アクセス解析　メモ1</title>
		<link>http://lab.ryu-yui.com/archives/91.html</link>
		<comments>http://lab.ryu-yui.com/archives/91.html#comments</comments>
		<pubDate>Thu, 26 Nov 2009 05:25:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[アクセス解析]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=91</guid>
		<description><![CDATA[				これはWeb担当者Forumの「Webサイトの&#8221;見える化&#8221;＆&#8221;カイゼン講座&#8221;」の記事で勉強したもののメモです。
				用語メモ
				・リクエスト：ページ閲覧の [...]]]></description>
			<content:encoded><![CDATA[				<p>これはWeb担当者Forumの「<a href="http://web-tan.forum.impressrd.jp/l/84" target="_blank">Webサイトの&#8221;見える化&#8221;＆&#8221;カイゼン講座&#8221;</a>」の記事で勉強したもののメモです。</p>
				<p><strong>用語メモ</strong></p>
				<p>・リクエスト：ページ閲覧の際、サーバーへの要求（エラー含む）<br />
				・ヒット：リクエスト内容があれば、ファイル、画像、ページすべてヒットとしてカウント<br />
				・ ページに対するアクセスがページビュー数（PV数）</p>
				<p>・訪問：サイトに訪れてから離脱するまでを1カウントとする考え<br />
				・訪問者：IPとOSなどの情報から見て1人を1カウントとする考え<br />
				・ユニークブラウザ：クッキーなどがら同じマシンを使って訪れたと判断できる1連のアクセス</p>
				<p><a href="http://web-tan.forum.impressrd.jp/e/2006/07/27/77/page%3D0%2C1" target="_blank">http://web-tan.forum.impressrd.jp/e/2006/07/27/77/page%3D0%2C1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/91.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/91.html" />
	</item>
		<item>
		<title>Web制作　h2,h3にはアンカーを!?</title>
		<link>http://lab.ryu-yui.com/archives/89.html</link>
		<comments>http://lab.ryu-yui.com/archives/89.html#comments</comments>
		<pubDate>Wed, 18 Nov 2009 04:26:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=89</guid>
		<description><![CDATA[				これまでWeb制作　Web標準に準ずるのに最も重要とされてきた?（個人的はそう思います）工程に文章構造をしっかりと整えるということがありました。
				見出し、文章。
				さらに見出しは具体的な言葉を使い、 [...]]]></description>
			<content:encoded><![CDATA[				<p>これまでWeb制作　Web標準に準ずるのに最も重要とされてきた?（個人的はそう思います）工程に文章構造をしっかりと整えるということがありました。</p>
				<p>見出し、文章。<br />
				さらに見出しは具体的な言葉を使い、長い文章は見やすく区切る。<br />
				ユーザビリティーの向上とともに、SEOとしても有効だと伺いました。</p>
				<p>そして今回、気になった記事。<br />
				googleの検索でページの内部へダイレクトで飛ぶリンク機能の追加です。</p>
				<p>もともとページ内でのアンカーはSEO的としても、ユーザビリーティーとしても有効です。<br />
				と、知識としてあったのですが、</p>
				<p>本当なの？<br />
				また個人的にページ内でのリンクは紛らわしくユーザーも混乱させるとの思いがあり導入には消極的でした。</p>
				<p>でも見直しの時期かもしれません。<br />
				新機能でアンカーが検索への影響を与えるのはほぼ間違いなさそうですし、紛らわしさはページ内スクロール機能（javascript）の導入により回避できそうだし。</p>
				<p>google　検索の新機能についてもう少し検証してみようっと！</p>
				<p><a href="http://web-tan.forum.impressrd.jp/e/2009/11/17/6861 " target="_blank">http://web-tan.forum.impressrd.jp/e/2009/11/17/6861 </a></p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/89.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/89.html" />
	</item>
		<item>
		<title>WordPress　管理画面　右枠にセンターがかぶる</title>
		<link>http://lab.ryu-yui.com/archives/84.html</link>
		<comments>http://lab.ryu-yui.com/archives/84.html#comments</comments>
		<pubDate>Thu, 05 Nov 2009 07:44:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP-Plugin]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=84</guid>
		<description><![CDATA[				最近のディスプレイはサイズも大きくなっているので自分は気づかなかったのですが、お客さんの指摘があったのでメモ…
				ディスプレイサイズが小さいPCでWordPressの管理画面から投稿しようとすると、右の枠（ [...]]]></description>
			<content:encoded><![CDATA[				<p>最近のディスプレイはサイズも大きくなっているので自分は気づかなかったのですが、お客さんの指摘があったのでメモ…</p>
				<p>ディスプレイサイズが小さいPCでWordPressの管理画面から投稿しようとすると、右の枠（カテゴリーや公開、投稿のタグetc…）がセンターにかぶって、思うように使えない。</p>
				<p>公開、納品後の指摘だったのでかなり焦りましたが、<a href="http://wordpress.org/extend/plugins/tinymce-advanced/">TinyMCE Advanced</a>のプラグインを使って回避する方法があるそうです。ホッ…</p>
				<p><a title="WordPress 管理画面で右エリアがセンターエリアにかぶる" href="http://ja.forums.wordpress.org/topic/1686" target="_blank">http://ja.forums.wordpress.org/topic/1686</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/84.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/84.html" />
	</item>
		<item>
		<title>WordPress ウィジェット機能の利用　Part1</title>
		<link>http://lab.ryu-yui.com/archives/76.html</link>
		<comments>http://lab.ryu-yui.com/archives/76.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 08:18:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=76</guid>
		<description><![CDATA[				ウィジェット機能で少しメモ
				これまではほとんどウィジェット機能は使用しない仕様で制作していましたが、あると便利と思い少し勉強 しました
				まずウィジェット機能を適用させる基本的。
				sideb [...]]]></description>
			<content:encoded><![CDATA[				<p>ウィジェット機能で少しメモ<br />
				これまではほとんどウィジェット機能は使用しない仕様で制作していましたが、あると便利と思い少し勉強 しました</p>
				<p>まずウィジェット機能を適用させる基本的。</p>
				<p><strong>sidebar.php</strong></p>
				<blockquote><p>&lt;ul id=&#8221;sidebar&#8221;&gt;<br />
				&lt;?php if (!function_exists(&#8216;dynamic_sidebar&#8217;) || !dynamic_sidebar()); ?&gt;<br />
				&lt;li id=&#8221;about&#8221;&gt;<br />
				&lt;h2&gt;About&lt;/h2&gt;<br />
				&lt;p&gt;This is my blog.&lt;/p&gt;<br />
				&lt;/li&gt;<br />
				&lt;li id=&#8221;links&#8221;&gt;<br />
				&lt;h2&gt;Links&lt;/h2&gt;<br />
				&lt;ul&gt;<br />
				&lt;li&gt;&lt;a href=&#8221;http://example.com&#8221;&gt;Example&lt;/a&gt;&lt;/li&gt;<br />
				&lt;/ul&gt;<br />
				&lt;/li&gt;<br />
				&lt;? php endif; ?&gt;<br />
				&lt;/ul&gt;</p></blockquote>
				<p>この2行がポイント</p>
				<blockquote><p>&lt;?php if (!function_exists(&#8216;dynamic_sidebar&#8217;) || !dynamic_sidebar()); ?&gt;</p>
				<p>&lt;? php endif; ?&gt;</p></blockquote>
				<p>利用可能であれば、ウィジェット機能のサイドバーを利用し、なければ通常のサイドバーを表示させている</p>
				<p><strong>functions.php（WordPress2.0以上の場合）</strong></p>
				<blockquote><p>&lt;?php<br />
				if(function_exists(&#8216;register_sidebar&#8217;))<br />
				register_sidebar();<br />
				?&gt;</p></blockquote>
				<p>この4行だそうです。<br />
				これがとりあえずの基本要素。<br />
				さらに実践的なことはPart2に分けてメモしよ〜っと。</p>
				<p>上記のすべての情報は下記から↓<br />
				<a title="WordPress ウィジェット機能について" href="http://wpdocs.sourceforge.jp/Widgetizing_Themes" target="_blank">http://wpdocs.sourceforge.jp/Widgetizing_Themes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/76.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/76.html" />
	</item>
	</channel>
</rss>
