<?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>おいぬま日報 &#187; Google Analytics</title>
	<atom:link href="http://tech.lampetty.net/tech/index.php/archives/category/google/google-analytics/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.lampetty.net/tech</link>
	<description>Apache, MySQL, Perl, WordPressあたり</description>
	<lastBuildDate>Mon, 23 Aug 2010 10:15:01 +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://tech.lampetty.net/tech/index.php/archives/category/google/google-analytics/feed" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>モバイルサイトのアクセス解析をGoogle Analyticsで行なうことについて</title>
		<link>http://tech.lampetty.net/tech/index.php/archives/265</link>
		<comments>http://tech.lampetty.net/tech/index.php/archives/265#comments</comments>
		<pubDate>Wed, 11 Feb 2009 02:03:42 +0000</pubDate>
		<dc:creator>oinume</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[アクセス解析]]></category>

		<guid isPermaLink="false">http://tech.lampetty.net/tech/?p=265</guid>
		<description><![CDATA[selene.GA4Kを入れてこのブログのモバイル版にもアクセス解析のコードをいれていたのですが、実際にやってみて思ったのは

そもそもPCサイトとモバイルサイトではUIやリンク構造が全く違うので、直帰率とか1セッション [...]]]></description>
			<content:encoded><![CDATA[<p>selene.GA4Kを入れてこのブログのモバイル版にもアクセス解析のコードをいれていたのですが、実際にやってみて思ったのは</p>
<ul>
<li>そもそもPCサイトとモバイルサイトではUIやリンク構造が全く違うので、直帰率とか1セッションあたりのPV数などごちゃ混ぜになってしまってデータがおかしくなってしまう</li>
<li>selene.GA4Kはバグが多いし、フォーラムでの解答状況を見る限りサポートが手薄である。(この状態で商用利用では金取ろうってのがすごい)</li>
</ul>
<p>ということでした。なのでGA4Kやめて<a title="myRTモバイル" href="http://myrt.auriq.com/mobile/jp/">myRTモバイル</a>を使ってみようと思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.lampetty.net/tech/index.php/archives/265/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tech.lampetty.net/tech/index.php/archives/265" />
	</item>
		<item>
		<title>GA4Kでクローラーのアクセスを除外するパッチ</title>
		<link>http://tech.lampetty.net/tech/index.php/archives/260</link>
		<comments>http://tech.lampetty.net/tech/index.php/archives/260#comments</comments>
		<pubDate>Sat, 07 Feb 2009 13:24:04 +0000</pubDate>
		<dc:creator>oinume</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[patch]]></category>

		<guid isPermaLink="false">http://tech.lampetty.net/tech/?p=260</guid>
		<description><![CDATA[Google Analyticsを携帯サイトで利用するためのGA4Kにバグ？と書きましたが、ちゃんと検索エンジンのクローラーのアクセスを除外するようなパッチを書いてみました。マニュアルには「クローラからのアクセスを無視す [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Google Analyticsを携帯サイトで利用するためのGA4Kにバグ？" href="http://tech.lampetty.net/tech/index.php/archives/252">Google Analyticsを携帯サイトで利用するためのGA4Kにバグ？</a>と書きましたが、ちゃんと検索エンジンのクローラーのアクセスを除外するようなパッチを書いてみました。マニュアルには「クローラからのアクセスを無視するための設定手順」というのがあるのですが、クローラーはUserAgentを携帯端末のように詐称してくるので、これが機能してないように思います。</p>

<div class="wp_syntax"><div class="code"><pre class="diff" style="font-family:monospace;">diff -Naru selene_ga4k.orig/GoogleAnalytics/Config/analytics_config.php selene_ga4k/GoogleAnalytics/Config/analytics_config.php
<span style="color: #888822;">--- selene_ga4k.orig/GoogleAnalytics/Config/analytics_config.php	<span style="">2009</span>-01-05 <span style="">10</span>:<span style="">59</span>:<span style="">41.000000000</span> +0900</span>
<span style="color: #888822;">+++ selene_ga4k/GoogleAnalytics/Config/analytics_config.php	<span style="">2009</span>-02-07 <span style="">22</span>:02:<span style="">41.000000000</span> +0900</span>
<span style="color: #440088;">@@ -<span style="">29</span>,<span style="">7</span> +<span style="">29</span>,<span style="">7</span> @@</span>
 define<span style="">&#40;</span>'USER_AGENT_PATTERN_SOFTBANK',   '^SoftBank|^J-PHONE|^Vodafone|^MOT-'<span style="">&#41;</span>;
 define<span style="">&#40;</span>'USER_AGENT_PATTERN_AU',         '^KDDI-|^UP.Browser'<span style="">&#41;</span>;
 define<span style="">&#40;</span>'USER_AGENT_PATTERN_WILLCOM',    '^Mozilla/<span style="">3</span>\.0\<span style="">&#40;</span><span style="">&#40;</span>?:DDIPOCKET|WILLCOM<span style="">&#41;</span>;'<span style="">&#41;</span>;
<span style="color: #991111;">-</span>
<span style="color: #00b000;">+define<span style="">&#40;</span>'USER_AGENT_PATTERN_CRAWLER',    'Y!J-SRD|Y!J-MBS|Googlebot-Mobile'<span style="">&#41;</span>;</span>
&nbsp;
 //=================================================================================
 //各種設定
diff -Naru selene_ga4k.orig/GoogleAnalytics/Service/analytics.php selene_ga4k/GoogleAnalytics/Service/analytics.php
<span style="color: #888822;">--- selene_ga4k.orig/GoogleAnalytics/Service/analytics.php	<span style="">2009</span>-01-05 <span style="">10</span>:<span style="">59</span>:<span style="">34.000000000</span> +0900</span>
<span style="color: #888822;">+++ selene_ga4k/GoogleAnalytics/Service/analytics.php	<span style="">2009</span>-02-07 <span style="">22</span>:01:<span style="">38.000000000</span> +0900</span>
<span style="color: #440088;">@@ -<span style="">81</span>,<span style="">7</span> +<span style="">81</span>,<span style="">10</span> @@</span>
  *  @return boolean
  */
 function isMobile<span style="">&#40;</span>$user_agent<span style="">&#41;</span><span style="">&#123;</span>
<span style="color: #991111;">-</span>
<span style="color: #00b000;">+    if<span style="">&#40;</span>eregi<span style="">&#40;</span>USER_AGENT_PATTERN_CRAWLER, $user_agent<span style="">&#41;</span><span style="">&#41;</span><span style="">&#123;</span></span>
<span style="color: #00b000;">+        return false;</span>
<span style="color: #00b000;">+    <span style="">&#125;</span></span>
<span style="color: #00b000;">+    </span>
     $mobile_flg = false;
&nbsp;
     if<span style="">&#40;</span>eregi<span style="">&#40;</span>USER_AGENT_PATTERN_DOCOMO, $user_agent<span style="">&#41;</span><span style="">&#41;</span><span style="">&#123;</span></pre></div></div>

<p>とりあえずこのサイトで動かしているので、<del datetime="2009-02-08T00:52:09+00:00">様子見て問題なさそうだったらバグレポートしようと思います。</del> <a href="http://eos.exbridge.jp/boards/21/topics/show/671">バグレポート</a>しました。</p>
<p>2009/2/17追記：http://eos.exbridge.jp/news/show/17 の1.1.1でこの問題は修正されているようです。</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.lampetty.net/tech/index.php/archives/260/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tech.lampetty.net/tech/index.php/archives/260" />
	</item>
		<item>
		<title>Google Analyticsを携帯サイトで利用するためのGA4K 1.1.0にバグ？</title>
		<link>http://tech.lampetty.net/tech/index.php/archives/252</link>
		<comments>http://tech.lampetty.net/tech/index.php/archives/252#comments</comments>
		<pubDate>Thu, 05 Feb 2009 16:11:48 +0000</pubDate>
		<dc:creator>oinume</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://tech.lampetty.net/tech/?p=252</guid>
		<description><![CDATA[WordPressをモバイル対応させるプラグインKtai StyleとGoogle Analyticsでのアクセス解析でGoogle Analyticsを携帯サイトで利用するためのライブラリGA4Kを導入したと書きました [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/tech/index.php/archives/220">WordPressをモバイル対応させるプラグインKtai StyleとGoogle Analyticsでのアクセス解析</a>でGoogle Analyticsを携帯サイトで利用するためのライブラリ<a href="http://eos.exbridge.jp/projects/show/ga4k">GA4K</a>を導入したと書きましたが、ちょっと挙動があやしかったので一時的に使用をやめていました。(GA4Kのバージョンは1.1.0)</p>
<p>というのも、どうやらクローラーのアクセスもカウントしている節があるのです。</p>
<p style="text-align: center;"><a class="" rel="lightbox" title="google-analytics-mobile-docomo" href="http://www.flickr.com/photos/8250493@N05/3256013830/"><img class="alignnone" src="http://static.flickr.com/3506/3256013830_b721f46f0b.jpg" alt="google-analytics-mobile-docomo"></a></p>
<p>具体的には、Google Analytics上で↑のようなDoCoMoからのアクセスがあるのですが、Apacheのログを見ても下記のようなYahoo!のモバイル版クローラーのアクセスしか見当たらないのです。</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">124.83.159.168 - - [01/Feb/2009:18:00:58 +0900] &quot;GET /tech/index.php/archives/156?view=co_post HTTP/1.1&quot; 206 3625 &quot;-&quot; &quot;DoCoMo/2.0 SH902i (compatible; Y!J-SRD/1.0; http://help.yahoo.co.jp/help/jp/search/indexing/indexing-27.html)&quot;</pre></div></div>

<p>ちょっとコードを見てみると、GoogleAnalytics/Service/analytics.php L36あたりで</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">        <span style="color: #666666; font-style: italic;">//モバイル判定</span>
        <span style="color: #000088;">$send_flg</span> <span style="color: #339933;">=</span> isMobile<span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'HTTP_USER_AGENT'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>みたいなことをやってて、isMobile()の中の処理を見てみると</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> isMobile<span style="color: #009900;">&#40;</span><span style="color: #000088;">$user_agent</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
    <span style="color: #000088;">$mobile_flg</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">eregi</span><span style="color: #009900;">&#40;</span>USER_AGENT_PATTERN_DOCOMO<span style="color: #339933;">,</span> <span style="color: #000088;">$user_agent</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
        <span style="color: #666666; font-style: italic;">//echo(&quot;ドコモ&quot;);</span>
        <span style="color: #000088;">$mobile_flg</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span><span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">eregi</span><span style="color: #009900;">&#40;</span>USER_AGENT_PATTERN_SOFTBANK<span style="color: #339933;">,</span> <span style="color: #000088;">$user_agent</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    <span style="color: #339933;">...</span></pre></div></div>

<p>となっていました。USER_AGENT_PATTERN_DOCOMOは残念なことに</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'USER_AGENT_PATTERN_DOCOMO'</span><span style="color: #339933;">,</span>     <span style="color: #0000ff;">'^DoCoMo'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>なので、&#8221;DoCoMo&#8221;という文字列が UserAgent に存在すると、それがクローラーでも集計されてしまうというシナリオのようです。ここまでわかればPHP超初心者の自分でもパッチが作れそうだと思ったのですが、今日は寝不足で力尽きたのでまた次回。</p>
<p>2009/2/17追記：http://eos.exbridge.jp/news/show/17 の1.1.1でこの問題は修正されているようです。</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.lampetty.net/tech/index.php/archives/252/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tech.lampetty.net/tech/index.php/archives/252" />
	</item>
		<item>
		<title>WordPressをモバイル対応させるプラグインKtai StyleとGoogle Analyticsでのアクセス解析</title>
		<link>http://tech.lampetty.net/tech/index.php/archives/220</link>
		<comments>http://tech.lampetty.net/tech/index.php/archives/220#comments</comments>
		<pubDate>Sat, 24 Jan 2009 18:49:06 +0000</pubDate>
		<dc:creator>oinume</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tech.lampetty.net/tech/?p=220</guid>
		<description><![CDATA[先週ぐらいにWordPressをモバイルに対応させるプラグインKtai Styleを導入したのですが、Google Analyticsだとモバイルサイトのアクセス解析ができなくってどうしようかと思っていたら、ケータイサイ [...]]]></description>
			<content:encoded><![CDATA[<p>先週ぐらいにWordPressをモバイルに対応させるプラグイン<a href="http://wppluginsj.sourceforge.jp/ktai_style/">Ktai Style</a>を導入したのですが、Google Analyticsだとモバイルサイトのアクセス解析ができなくってどうしようかと思っていたら、<a href="http://ke-tai.org/blog/2009/01/16/selenga4k/">ケータイサイトでGoogle Analyticsを利用するためのライブラリ</a>という記事があったので早速試してみました。</p>
<ol>
<li>まずはファイルを<a href="http://eos.exbridge.jp/projects/show/ga4k">GA4K</a>からダウンロードして解凍し、&#8221;GoogleAnalytics&#8221;というディレクトリをKtai Styleプラグインで利用しているテーマ(自分の場合は&#8221;default&#8221;)のディレクトリである wp-content/plugins/ktai_style/themes/default/ 配下にコピーします。</li>
<li>そしてコピーしたGoogleAnalyticsディレクトリ配下にある Config/analytics_config.php にトラッキングしたいサイトのIDとドメインを設定します。該当箇所がコメントアウトされているのでこれを解除します。</li>
<li>最後にトラッキングするため、以下のようにコードを wp-content/plugins/ktai_style/themes/default/header.php あたりに追加します。</li>
</ol>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">--- header.php.orig     2009-01-25 19:46:39.000000000 +0900
+++ header.php  2009-02-01 23:01:34.000000000 +0900
@@ -6,6 +6,15 @@
        &lt;style&gt;p {margin:0.75em 0;}&lt;/style&gt;
 <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span>
 <span style="color: #666666; font-style: italic;">/* ks_wp_head(); */</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
+<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #339933;">+</span><span style="color: #666666; font-style: italic;">/* customize: Google Analytics */</span>
<span style="color: #339933;">+</span><span style="color: #b1b100;">require_once</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">dirname</span><span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">__FILE__</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'/GoogleAnalytics/Service/analytics.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">+</span><span style="color: #b1b100;">require_once</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">dirname</span><span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">__FILE__</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'/GoogleAnalytics/Config/analytics_config.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">+</span>sendGoogleAnalytics<span style="color: #009900;">&#40;</span>ANALYTICS_ID<span style="color: #339933;">,</span> WEBSITE_DOMAIN<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">+</span><span style="color: #666666; font-style: italic;">/* /customize: Google Analytics */</span>
<span style="color: #339933;">+</span><span style="color: #000000; font-weight: bold;">?&gt;</span>
 &lt;/head&gt;
 &lt;body&gt;
 <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #666666; font-style: italic;">/* &lt;body bgcolor=&quot;&quot; text=&quot;&quot; link=&quot;&quot; vlink=&quot;&quot;&gt; */</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
@@ -28,4 +37,4 @@
        &lt;h1&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/h1&gt;
 <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
 &lt;div align=&quot;right&quot;&gt;&lt;img localsrc=&quot;325&quot; alt=&quot;0.&quot; /&gt;&lt;img localsrc=&quot;30&quot; alt=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'v'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'ktai_style'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; /&gt;&lt;a href=&quot;#tail&quot; accesskey=&quot;0&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Menu'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'ktai_style'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/div&gt;</pre></div></div>

<p>これで実際に携帯でアクセスしてみてから1,2時間後にGoogle Analyticsをチェックしてみると、以下のように携帯端末のアクセスが記録されているはずです。</p>
<p><a class="" rel="lightbox" title="google-analytics-mobile" href="http://www.flickr.com/photos/8250493@N05/3222442543/"><img src="http://static.flickr.com/3524/3222442543_cfed40d07d.jpg" alt="google-analytics-mobile"></a></p>
<p>それにしてもKtai Styleプラグインの携帯対応ぶりがすごい。プラグインの自由度が高いからここまでできるのですかね&#8230;なお、Google Analyticsのモバイル対応にあたっては<a href="http://m120.scriptkiddie.net/wordpress/?p=142">こちら</a>を参考にさせてもらいました。
</p>
<div class="tmkm-amazon-view">
	<p><a href="http://www.amazon.co.jp/WordPress%E3%83%AC%E3%83%83%E3%82%B9%E3%83%B3%E3%83%96%E3%83%83%E3%82%AF-2-8%E5%AF%BE%E5%BF%9C%E2%80%95%E3%82%B9%E3%83%86%E3%83%83%E3%83%97%E3%83%90%E3%82%A4%E3%82%B9%E3%83%86%E3%83%83%E3%83%97%E5%BD%A2%E5%BC%8F%E3%81%A7%E3%83%9E%E3%82%B9%E3%82%BF%E3%83%BC%E3%81%A7%E3%81%8D%E3%82%8B-%E3%82%A8%E3%83%93%E3%82%B9%E3%82%B3%E3%83%A0/dp/4883376737%3FSubscriptionId%3DAKIAJGVWECUONT35GEJA%26tag%3Dkazzhomeunixo-22%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D4883376737"><img src="http://ecx.images-amazon.com/images/I/51ax8oRVxrL._SL160_.jpg" border="0" alt="" /></a></p>
	<p><a href="http://www.amazon.co.jp/WordPress%E3%83%AC%E3%83%83%E3%82%B9%E3%83%B3%E3%83%96%E3%83%83%E3%82%AF-2-8%E5%AF%BE%E5%BF%9C%E2%80%95%E3%82%B9%E3%83%86%E3%83%83%E3%83%97%E3%83%90%E3%82%A4%E3%82%B9%E3%83%86%E3%83%83%E3%83%97%E5%BD%A2%E5%BC%8F%E3%81%A7%E3%83%9E%E3%82%B9%E3%82%BF%E3%83%BC%E3%81%A7%E3%81%8D%E3%82%8B-%E3%82%A8%E3%83%93%E3%82%B9%E3%82%B3%E3%83%A0/dp/4883376737%3FSubscriptionId%3DAKIAJGVWECUONT35GEJA%26tag%3Dkazzhomeunixo-22%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D4883376737">WordPressレッスンブック 2.8対応―ステップバイステップ形式でマスターできる</a></p>
	<p><em>著者／訳者：</em>エビスコム</p>
	<p><em>出版社：</em>ソシム( 2009-09 )</p>
	<p>単行本 ( 319 ページ )</p>
<hr class="tmkm-amazon-clear" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tech.lampetty.net/tech/index.php/archives/220/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tech.lampetty.net/tech/index.php/archives/220" />
	</item>
	</channel>
</rss>
