<?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:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>ueblog</title>
	<atom:link href="http://ueblog.natural-wave.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ueblog.natural-wave.com</link>
	<description>Ajax、JavaなどWeb技術に関するネタをするどくつっこむ。</description>
	<pubDate>Sun, 24 Aug 2008 13:17:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>ja</language>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ueblog.natural-wave.com/feed/" />
		<item>
		<title>WordPressでライフログしてみる</title>
		<link>http://ueblog.natural-wave.com/2008/08/24/wordpress-lifelog/</link>
		<comments>http://ueblog.natural-wave.com/2008/08/24/wordpress-lifelog/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 13:00:44 +0000</pubDate>
		<dc:creator>ueblog</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

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

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

		<guid isPermaLink="false">http://ueblog.natural-wave.com/?p=207</guid>
		<description><![CDATA[最近流行？なライフログサービス。ミニブログやSNSといったサービスとあわせて、ライフログに結びつける動きであったり、独自でライフログのサービスをはじめている会社もあるが、どうも決め手というものがない気がする。]]></description>
			<content:encoded><![CDATA[<p>最近流行？なライフログサービス。ミニブログやSNSといったサービスとあわせて、ライフログに結びつける動きであったり、独自でライフログのサービスをはじめている会社もあるが、どうも決め手というものがない気がする。</p>
<p>であれば、独自に作ったほうが早くない？と思ったりもするが、それなら使い慣れたWordPressとプラグインで何とかならんかと言う訳で調べてみた。</p>
<h3 class="PostLine">何ができればいいのか</h3>
<p>基本的には</p>
<ul>
<li>遠隔地から投稿できる。</li>
<li>画像や動画を投稿できる。</li>
<li>遠隔地から閲覧できる。</li>
<li>遠隔地から投稿する場合、位置情報が結びついている。</li>
<li>アクセス制限（個人のみ、友人のみ、全体など）</li>
</ul>
<p>このあたりを満たせばいいかなと。要は、携帯などから遠隔で投稿、操作できるってこと。でこれを満たすための機能として、</p>
<ul>
<li>携帯電話からの投稿、閲覧</li>
<li>携帯メールからの投稿（画像含め）</li>
<li>iPhoneからの投稿、閲覧</li>
<li>位置情報との紐付け</li>
<li>アクセス制限機能</li>
</ul>
<p>があれば、とりあえずはよさげ。</p>
<h3 class="PostLine">携帯電話からの投稿、閲覧</h3>
<p>まずは携帯電話からの投稿と閲覧。いろいろとプラグインはあるが、おすすめはこれ。</p>
<p><a href="http://wppluginsj.sourceforge.jp/ktai_style/" target="_blank"> Ktai Style (携帯対応プラグイン)</a></p>
<p>基本的には、プラグインを有効にするだけで、携帯のUSER_AGENTを判定して携帯用のページを表示してくれるが、そのほかにも、携帯用のテーマファイルが複数用意されていて、デザインをキャリアごとに選択できたり、画面の分割、絵文字の対応と日本の携帯にあった細かい配慮がされているのが特徴。</p>
<p>また、管理画面にもログインできるので、投稿や簡単な管理機能に対応している。</p>
<h3 class="PostLine">携帯メールからの投稿</h3>
<p>携帯であれば、メールでの投稿に対応してほしいところ。また、ファイルアップロードができないので、メールの添付ファイルにより画像をアップさせたい。これを満たす最適なプラグインはこれだ。</p>
<p><a href="http://wppluginsj.sourceforge.jp/ktai_entry/" target="_blank">Ktai Entry (メール投稿プラグイン)</a></p>
<p>メールの添付ファイルに対応しているだけではなく、絵文字や投稿時のカテゴリ、日時、画像の編集といった操作もメールに書くMETA情報（CAT:だったりDATE:といった独自書式）を書くことで投稿できる、本当にかゆいところに手が届くプラグインだ。</p>
<p>メールサーバ側の対応方法は2つ。</p>
<p>1つ目は、メールが送信された場合に即反映させるため、メールアカウントに対してプログラムを実行させるように仕込む方法。こちらは、Webサーバとメールサーバが同じサーバの必要がある。主に自宅サーバの人向け。</p>
<p>2つ目は、POPサーバへ定期的にメールをとりに行くように設定する方法。こちらであれば、メールサーバは自前で必要なく、フリーメールなども利用できるが、取りに行くためのタイムラグが発生するので、すぐには反映することができない。</p>
<h3 class="PostLine">iPhoneからの投稿、閲覧</h3>
<p>携帯以外に、iPhoneやiPod Touchを利用しているならそちらで投稿、閲覧したいだろう。その場合はこのブログでも紹介した、</p>
<p><a rel="nofollow" href="http://iphone.wordpress.net/" target="_blank">WordPress for iPhone</a></p>
<p><a href="http://www.bravenewcode.com/wptouch/" target="_blank">WPtouch: WordPress On iPhone</a></p>
<p>あたりを駆使すればよいだろう。</p>
<h3 class="PostLine">位置情報との紐付け</h3>
<p>位置情報も意外と簡単に連携できる。</p>
<p><a href="http://wppluginsj.sourceforge.jp/ktai_location/" target="_blank">Ktai Location (携帯の位置情報活用プラグイン)</a></p>
<p>こちらを利用すれば、上述のKtai Entryでメール投稿する際に、画像にGPS情報をくっつけたり、GPSに非対応の場合もMAPのURLをくっつけるだけで、後ほど紹介する、GoogleMapプラグインに必要な位置座標情報を投稿記事に紐付けて投稿できる。</p>
<p><a href="http://wppluginsj.sourceforge.jp/lightweight-google-maps/" target="_blank">Lightweight Google Maps (地図プラグイン)</a></p>
<p>Ktai Locationで投稿される座標情報から、Google Mapを表示してくれるプラグイン。WordPress記事の「カスタムフィールド」に位置情報が入っていれば地図を表示してくれる。そして記事全体の地図も表示できるので、座標情報のある記事の地図全体も閲覧可能だ。</p>
<h3 class="PostLine">アクセス制限機能</h3>
<p>こちらはいまいち素晴らしいプラグインを見つけることができなかったが、単純に全体に対して認証をかける場合は、こちらが利用できる。</p>
<p><a href="http://blog.taragana.com/index.php/archive/angsumans-authenticated-wordpress-plugin-password-protection-for-your-wordpress-blog/" target="_blank">Angsuman’s Authenticated WordPress Plugin</a></p>
<p>これで一通り、遠隔地からの投稿や位置情報などの取得が可能なわけだが、画像に関しては、</p>
<p><a title="プラグインのホームページを開く" href="http://zeo.unic.net.my/notes/lightbox2-for-wordpress/">WP lightbox 2</a></p>
<p>を利用すれば、かっこよく画像が表示できる。</p>
<p>ここで紹介したプラグインのほとんどは</p>
<p><a href="http://www.yuriko.net/travel/" target="_blank">http://www.yuriko.net/travel/</a></p>
<p>こちらの方が作成されたもののようですね。いや～素晴らしい！</p>
]]></content:encoded>
			<wfw:commentRss>http://ueblog.natural-wave.com/2008/08/24/wordpress-lifelog/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ueblog.natural-wave.com/2008/08/24/wordpress-lifelog/" />
	</item>
		<item>
		<title>おすすめ！WordPressのiPhoneプラグイン「iWPhone」</title>
		<link>http://ueblog.natural-wave.com/2008/08/19/wordpress-iphone-plugin/</link>
		<comments>http://ueblog.natural-wave.com/2008/08/19/wordpress-iphone-plugin/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 15:08:52 +0000</pubDate>
		<dc:creator>ueblog</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

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

		<guid isPermaLink="false">http://ueblog.natural-wave.com/?p=201</guid>
		<description><![CDATA[
これはかっこいい！！
WordPressのiPhoneインターフェースのプラグインだ。
WPtouch: WordPress On iPhone
使い方はいつもどおり、プラグインにファイルを入れて有効化するだけ。
さっそく利用してみたが、自動でiPhoneやiPod Touchのアクセスを判別し、かっこいいiPhone用のインタ]]></description>
			<content:encoded><![CDATA[<p><a href="http://ueblog.natural-wave.com/wp-content/uploads/2008/08/phone-rev121.png" rel="lightbox"><img class="alignleft size-medium wp-image-202" title="phone-rev121" src="http://ueblog.natural-wave.com/wp-content/uploads/2008/08/phone-rev121-203x300.png" alt="" width="203" height="300" /></a></p>
<p>これはかっこいい！！</p>
<p>WordPressのiPhoneインターフェースのプラグインだ。</p>
<p><a href="http://www.bravenewcode.com/wptouch/" target="_blank">WPtouch: WordPress On iPhone</a></p>
<p>使い方はいつもどおり、プラグインにファイルを入れて有効化するだけ。</p>
<p>さっそく利用してみたが、自動でiPhoneやiPod Touchのアクセスを判別し、かっこいいiPhone用のインターフェースになる。</p>
<p>下部のほうに、オリジナルへ戻るようのリンクもあるので、オリジナル版を閲覧したい場合も対応できる。管理画面のOptionで色やアイコンなどの制御も可能。</p>
<p>当ブログは、ソースとか張り付けまくりなので微妙に記事が見にくいが、普通に使えるなこれは。</p>
<p>ぜひ、お手持ちのiPhone or iPod Touchでアクセスしてみてください！</p>
]]></content:encoded>
			<wfw:commentRss>http://ueblog.natural-wave.com/2008/08/19/wordpress-iphone-plugin/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ueblog.natural-wave.com/2008/08/19/wordpress-iphone-plugin/" />
	</item>
		<item>
		<title>ipod touchからの初投稿</title>
		<link>http://ueblog.natural-wave.com/2008/08/17/ipod-touch%e3%81%8b%e3%82%89%e3%81%ae%e5%88%9d%e6%8a%95%e7%a8%bf/</link>
		<comments>http://ueblog.natural-wave.com/2008/08/17/ipod-touch%e3%81%8b%e3%82%89%e3%81%ae%e5%88%9d%e6%8a%95%e7%a8%bf/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 06:22:29 +0000</pubDate>
		<dc:creator>ueblog</dc:creator>
		
		<category><![CDATA[日記]]></category>

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

		<guid isPermaLink="false">http://ueblog.natural-wave.com/2008/08/17/ipod-touch%e3%81%8b%e3%82%89%e3%81%ae%e5%88%9d%e6%8a%95%e7%a8%bf/</guid>
		<description><![CDATA[App Storeにある、Wordpressアプリで初投稿です。最近のバージョンアップでマルチバイトに対応したようで、日本語も問題なしです。
カテゴリやタグも入力できるし、オフラインでもローカルに保存出来るのが嬉しい。
キー打ちが慣れない]]></description>
			<content:encoded><![CDATA[<p>App Storeにある、Wordpressアプリで初投稿です。最近のバージョンアップでマルチバイトに対応したようで、日本語も問題なしです。</p>
<p>カテゴリやタグも入力できるし、オフラインでもローカルに保存出来るのが嬉しい。</p>
<p>キー打ちが慣れないけど、これで外でも投稿できるようになる。実際に、現在電車の中で打ってます。投稿数もこれでもう少し増えるかな。でもちょい恥ずかしい。。</p>
]]></content:encoded>
			<wfw:commentRss>http://ueblog.natural-wave.com/2008/08/17/ipod-touch%e3%81%8b%e3%82%89%e3%81%ae%e5%88%9d%e6%8a%95%e7%a8%bf/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ueblog.natural-wave.com/2008/08/17/ipod-touch%e3%81%8b%e3%82%89%e3%81%ae%e5%88%9d%e6%8a%95%e7%a8%bf/" />
	</item>
		<item>
		<title>LinuxでCPUの温度を調べる</title>
		<link>http://ueblog.natural-wave.com/2008/08/03/linux%e3%81%a7cpu%e3%81%ae%e6%b8%a9%e5%ba%a6%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b/</link>
		<comments>http://ueblog.natural-wave.com/2008/08/03/linux%e3%81%a7cpu%e3%81%ae%e6%b8%a9%e5%ba%a6%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 12:01:39 +0000</pubDate>
		<dc:creator>ueblog</dc:creator>
		
		<category><![CDATA[Web技術]]></category>

		<category><![CDATA[サーバ運用]]></category>

		<category><![CDATA[サーバ]]></category>

		<category><![CDATA[サーバ設定]]></category>

		<guid isPermaLink="false">http://ueblog.natural-wave.com/?p=198</guid>
		<description><![CDATA[暑い毎日が続いていますが、自宅サーバな方はサーバのCPU温度が気になるものです。
というわけで、本日はLinuxサーバ上でのCPU温度やファンの回転数を計測するlm_sensorsを紹介する。
セットアップ
まずはインストールしよう。今回はyumを利]]></description>
			<content:encoded><![CDATA[<p>暑い毎日が続いていますが、自宅サーバな方はサーバのCPU温度が気になるものです。</p>
<p>というわけで、本日はLinuxサーバ上でのCPU温度やファンの回転数を計測する<strong>lm_sensors</strong>を紹介する。</p>
<h3 class="PostLine">セットアップ</h3>
<p>まずはインストールしよう。今回はyumを利用する。</p>
<blockquote><p># yum install lm_sensors</p></blockquote>
<p>ソースからインストールしたい場合は下記から。<br />
<a href="http://www.edgedesign.us/about/lm_sensors" target="_blank">Edge Design - lm_sensors</a></p>
<p><strong>sensors-detect</strong>というコマンドでセットアップする。</p>
<blockquote><p># sensors-detect</p></blockquote>
<p>すると、いろんな質問をしてくるんだが、よく意味がわからないので、Enter連打でOK。そして最後のほうに下記のような指示をしてきます。</p>
<div class="igBar"><span id="lcode-2"><a href="#" onclick="javascript:showPlainTxt('code-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-2">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">To make the sensors modules behave correctly, add these lines to</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">/etc/modprobe.<span style="">conf</span>:</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">#----cut here----</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># I2C module options</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">alias char-major-<span style="color:#800000;color:#800000;">89</span> i2c-dev</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">#----cut here----</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">To load everything that is needed, add this to some /etc/rc* file:</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">#----cut here----</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># I2C adapter drivers</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">modprobe i2c-i801</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># Chip drivers</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">modprobe w83781d</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># sleep <span style="color:#800000;color:#800000;">2</span> # optional</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">/usr/bin/sensors -s # recommended</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">#----cut here---- </div>
</li>
</ol>
</div>
</div>
</div>
<p>
上部のcut hereの中身を<strong>/etc/modprobe.conf</strong>ファイルに。そして、下部のcut here部分を<strong>/etc/rc.local</strong>ファイルにそのままコピーして編集してしまおう。</p>
<p>そして、rc.localを実行してする、もしくはサーバを再起動してしまおう。</p>
<h3 class="PostLine">利用方法</h3>
<p>あとは、<strong>sensors</strong>コマンドを打つと下記のような結果が返ってくる。</p>
<blockquote><p># sensors<br />
as99127f-i2c-0-2d<br />
 ERROR: Can't get adapter or algorithm?!?<br />
VCore 1:   +1.71 V  (min =  +1.65 V, max =  +2.05 V)<br />
VCore 2:   +1.81 V  (min =  +1.65 V, max =  +2.05 V)<br />
+3.3V:     +3.30 V  (min =  +2.96 V, max =  +3.63 V)<br />
+5V:       +4.97 V  (min =  +4.49 V, max =  +5.51 V)<br />
+12V:     +11.55 V  (min =  +9.55 V, max = +14.41 V)<br />
-12V:      -2.42 V  (min =  -4.07 V, max =  -0.32 V)<br />
-5V:       -1.30 V  (min =  -1.76 V, max =  -0.82 V)<br />
fan1:     3901 RPM  (min =   -1 RPM, div = 2)<br />
fan2:        0 RPM  (min = 2636 RPM, div = 8)<br />
fan3:        0 RPM  (min =   -1 RPM, div = 8)<br />
M/B Temp:    +41°C  (high =    +0°C, hyst =    +0°C)<br />
CPU Temp:  +51.0°C  (high =  +100°C, hyst =   +90°C)<br />
temp3:      -0.5°C  (high =   +80°C, hyst =   +75°C)<br />
vid:      +1.750 V  (VRM Version 9.0)<br />
alarms:<br />
beep_enable:<br />
          Sound alarm enabled
</p></blockquote>
<p>電圧やファンの回転数、CPUの温度がわかる。</p>
<p>微妙にエラーが出ているが、ここでは気にしないことにした。</p>
<p>詳細は下記の方がかなり詳しくやっています。あとハードディスクの温度も。</p>
<p><a href="http://d.hatena.ne.jp/kakurasan/20070727/p1" target="_blank">hwmonモジュール+lm_sensorsとhddtempで温度を取得 - 試験運用中なLinux備忘録</a></p>
<p>あとは、下記にCPUそれぞれのMAX温度等がのってます。</p>
<p><a href="http://users.erols.com/chare/elec.htm" target="_blank">Processor Electrical Specifications</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ueblog.natural-wave.com/2008/08/03/linux%e3%81%a7cpu%e3%81%ae%e6%b8%a9%e5%ba%a6%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ueblog.natural-wave.com/2008/08/03/linux%e3%81%a7cpu%e3%81%ae%e6%b8%a9%e5%ba%a6%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b/" />
	</item>
		<item>
		<title>WordPress for iPhoneが登場！</title>
		<link>http://ueblog.natural-wave.com/2008/07/23/wordpress-for-iphone%e3%81%8c%e7%99%bb%e5%a0%b4%ef%bc%81/</link>
		<comments>http://ueblog.natural-wave.com/2008/07/23/wordpress-for-iphone%e3%81%8c%e7%99%bb%e5%a0%b4%ef%bc%81/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 16:50:19 +0000</pubDate>
		<dc:creator>ueblog</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ueblog.natural-wave.com/?p=187</guid>
		<description><![CDATA[




WordPressの公式サイトに、WordPressブログを更新できるアプリがApp Storeに公開されています。
WordPress for iPhone
wordpress.comのほうと、もちろん自分でインストールしたWordPressも対応だそうです。ただしバージョンは2.5.1以上！
最近バージョンアップしてよかった～
でも、iPod Touch]]></description>
			<content:encoded><![CDATA[
<a href='http://ueblog.natural-wave.com/2008/07/23/wordpress-for-iphone%e3%81%8c%e7%99%bb%e5%a0%b4%ef%bc%81/main/' title='wordpress for iphone1'><img src="http://ueblog.natural-wave.com/wp-content/uploads/2008/07/main-150x150.png" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://ueblog.natural-wave.com/2008/07/23/wordpress-for-iphone%e3%81%8c%e7%99%bb%e5%a0%b4%ef%bc%81/addblog/' title='wordpress for iphone2'><img src="http://ueblog.natural-wave.com/wp-content/uploads/2008/07/addblog-150x150.png" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://ueblog.natural-wave.com/2008/07/23/wordpress-for-iphone%e3%81%8c%e7%99%bb%e5%a0%b4%ef%bc%81/photos/' title='wordpress for iphone3'><img src="http://ueblog.natural-wave.com/wp-content/uploads/2008/07/photos-150x150.png" width="150" height="150" class="attachment-thumbnail" alt="" /></a>

<p>WordPressの公式サイトに、WordPressブログを更新できるアプリがApp Storeに公開されています。</p>
<p><a rel="nofollow" href="http://iphone.wordpress.net/" target="_blank">WordPress for iPhone</a></p>
<p>wordpress.comのほうと、もちろん自分でインストールしたWordPressも対応だそうです。ただしバージョンは2.5.1以上！</p>
<p>最近バージョンアップしてよかった～</p>
<p>でも、iPod Touchを2.0にまだしてません。。。</p>
<p>Jailbreakも2.0に対応（<a href="http://wikee.iphwn.org/" target="_blank">Pwnage</a>）しているようだし、時間のあるときにまた。</p>
]]></content:encoded>
			<wfw:commentRss>http://ueblog.natural-wave.com/2008/07/23/wordpress-for-iphone%e3%81%8c%e7%99%bb%e5%a0%b4%ef%bc%81/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ueblog.natural-wave.com/2008/07/23/wordpress-for-iphone%e3%81%8c%e7%99%bb%e5%a0%b4%ef%bc%81/" />
	</item>
		<item>
		<title>WordPressを2.1系から2.6にアップグレード</title>
		<link>http://ueblog.natural-wave.com/2008/07/20/wordpress-upgrade/</link>
		<comments>http://ueblog.natural-wave.com/2008/07/20/wordpress-upgrade/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 12:00:38 +0000</pubDate>
		<dc:creator>ueblog</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ueblog.natural-wave.com/?p=181</guid>
		<description><![CDATA[最近、Ultimate Tag Warriorのタグが微妙に消えたり、バグっぽかったりしたので、思い切ってWordPressのアップグレードを敢行した。
結論から言うと大失敗！
これからアップグレードされる方に役に立つかもなので、いろいろと書き記しておく。
ま]]></description>
			<content:encoded><![CDATA[<p>最近、Ultimate Tag Warriorのタグが微妙に消えたり、バグっぽかったりしたので、思い切ってWordPressのアップグレードを敢行した。</p>
<p>結論から言うと大失敗！</p>
<p>これからアップグレードされる方に役に立つかもなので、いろいろと書き記しておく。</p>
<p>まず失敗第1<br />
<span style="color: #00ff00;"><strong>１．Ultimate Tag Warriorは2.6では使えず、標準で装備しているタグ機能を利用することになるが、<span style="text-decoration: line-through;">アップグレード前にタグをエクスポートし忘れていたので、タグをはじめから入れ直さなければならなかった。</span></strong></span></p>
<p>※追記（コメントにてご指摘いただきました）<br />
アップグレード後でもWP管理画面⇒「管理」⇒「インポート」にUltimate Tag Warriorの移行についてのプログラムがありました。</p>
<p><a href="http://www.hide10.com/?p=9586" target="_blank">Simple Tags導入 - Hinemosu</a></p>
<p>こちらの方がタグの移行について書かれています。</p>
<p>また、関連記事やタグクラウド、まとめてタグの設定ができる<a href="http://wordpress.org/extend/plugins/simple-tags/" target="_blank">Simple Tags</a>もあわせて導入した。</p>
<p><span style="color: #00ff00;"><strong>２．カテゴリ名がすべて消えてしまった・・・</strong></span></p>
<p>こちらは原因がわからなかったが、とにかくカテゴリ名がすべて空になってしまった。</p>
<p>記事の紐付けはあるようなので、「wp_terms」というテーブルを直に修正して対応。</p>
<p><strong><span style="color: #00ff00;">３．人気記事を表示できる「<a class="external text" title="http://alexking.org/projects/wordpress" href="http://alexking.org/projects/wordpress">Popularity Contest</a> 」が利用できないのを後で知った。。</span></strong></p>
<p>こちらの<a href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.6" target="_blank">WordPress2.6 対応、非対応プラグイン一覧</a>を見ていれば、困らなかったものを・・・</p>
<p>とりあえず機能はなくしておいた。。はてぶの人気エントリ一覧に変えようか・・・</p>
<p>とまあ、復旧するまでかなり面倒くさいことになったがとりあえずは復旧した。</p>
<p><a href="http://wpdocs.sourceforge.jp/WordPress_%E3%81%AE%E3%82%A2%E3%83%83%E3%83%97%E3%82%B0%E3%83%AC%E3%83%BC%E3%83%89/%E8%A9%B3%E7%B4%B0" target="_blank">WordPress のアップグレード/詳細 - WordPress Codex 日本語版</a></p>
<p>この辺にもかなり詳しく書いているのにね。</p>
<p>バックアップもしっかりとっていればよかったものを。</p>
<p>あと、管理画面はなかなか良い感じです。</p>
<p>日本語化が中途半端になった感じの方は「wp-config.php」の言語ファイルが変更されているので、下記のように修正すればよい。</p>
<blockquote><p>define ('WPLANG', 'ja_UTF');<br />
↓<br />
define ('WPLANG', 'ja');</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ueblog.natural-wave.com/2008/07/20/wordpress-upgrade/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ueblog.natural-wave.com/2008/07/20/wordpress-upgrade/" />
	</item>
		<item>
		<title>symfonyのジョブ管理プラグイン「sfJobQueuePlugin」</title>
		<link>http://ueblog.natural-wave.com/2008/07/19/sfjobqueueplugin/</link>
		<comments>http://ueblog.natural-wave.com/2008/07/19/sfjobqueueplugin/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 13:21:00 +0000</pubDate>
		<dc:creator>ueblog</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Web技術]]></category>

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

		<guid isPermaLink="false">http://ueblog.natural-wave.com/2008/07/19/sfjobqueueplugin/</guid>
		<description><![CDATA[Javaでいう「ActiveMQ」、Perlでいう「TheSchwartz」みたいなジョブキューサーバ的なもので、PHPから簡単に利用できるものがないかと探していると、symfonyのプラグインとしてありました。
その名も「sfJobQueuePlugin」です。
まあ、何がやりたいかと言うと、、Webサーバの処]]></description>
			<content:encoded><![CDATA[<p>Javaでいう「<strong>ActiveMQ</strong>」、Perlでいう「<strong>TheSchwartz</strong>」みたいなジョブキューサーバ的なもので、PHPから簡単に利用できるものがないかと探していると、symfonyのプラグインとしてありました。</p>
<p>その名も「<a href="http://trac.symfony-project.org/wiki/sfJobQueuePlugin" target="_blank">sfJobQueuePlugin</a>」です。</p>
<p>まあ、何がやりたいかと言うと、、Webサーバの処理等ですぐ処理しなくてもよいような処理や、Webプロセスとしてやるには時間がかかってしまったり、重たい処理なんかを、ジョブキューサーバにリクエストしておいて、非同期に処理させたい場合なんかに利用したいんですね。</p>
<p>例えば、メール大量送信処理とか、CSVや画像のアップロード処理なんかをキューにリクエストを送っておいて、非同期で処理⇒何かしらの手段で通知！みたいな感じをしたい時とかを想定してます。</p>
<p>さっそく、インストールしてみることに。</p>
<h3  class="PostLine">インストール</h3>
<p>いつものプラグインインストールと同じで、プロジェクトディレクトリ下で下記のコマンドを。</p>
<blockquote><p>symfony plugin-install http://plugins.symfony-project.com/sfJobQueuePlugin</p></blockquote>
<p>そして、sfJobQueuePluginで利用されるテーブルを作成するため、propelのビルドを行います。</p>
<blockquote><p>symfony propel-build-all</p></blockquote>
<p>ジョブ、キューはDBで管理してるようです。</p>
<p>そして<br />
<img src='http://ueblog.natural-wave.com/wp-content/uploads/2008/07/s-sfjobqueueplugin_admin_panel.jpg' alt='sfJobQueuePlugin管理ツール' /><br />
こんな、キューを管理するインターフェースがあるので、settings.ymlに宣言しましょう。</p>
<p>apps/[application]/config/settings.yml</p>
<div class="igBar"><span id="lcode-6"><a href="#" onclick="javascript:showPlainTxt('code-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-6">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">all:</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; .<span style="">settings</span>:</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; enabled_modules:&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#006600; font-weight:bold;">&#91;</span>default, sfJob, sfJobQueue<span style="color:#006600; font-weight:bold;">&#93;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>
あとはキャッシュクリア（symfony cc）して<br />
「http://domain/[application].php/sfJobQueue」にアクセスすれば、管理画面が見れる。</p>
<p>最後に、ジョブを管理するデーモンのようなものを立ち上げておく必要があるようだ。</p>
<blockquote><p>symfony sfqueue-start-queuemanager [application]</p></blockquote>
<p>停止するには、上記プロセスをKILLしてしまえばよい。</p>
<h3  class="PostLine">ジョブタイプの作成</h3>
<p>まずは、処理させる内容（ジョブタイプ）を作成する。</p>
<p>作成するには、sfJobHandlerを継承して、runメソッドを実装したクラスを作成する。配置は、lib以下などにおいて置くと勝手にJobHandlerとして認識してくれる。また、呼び出し側からパラメータを受け取ることもできる。</p>
<p>あるパスの画像から、サムネイル画像を作成するサンプルは下記のような感じだ。</p>
<div class="igBar"><span id="lphp-7"><a href="#" onclick="javascript:showPlainTxt('php-7'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-7">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?php</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">class</span> sfMakeImageJobHandler extends sfJobHandler</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; public <span style="color:#000000; font-weight:bold;">function</span> getParamFields<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#616100;">return</span> <a href="http://www.php.net/array"><span style="color:#000066;">array</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'path'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; public <span style="color:#000000; font-weight:bold;">function</span> run<span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/array"><span style="color:#000066;">array</span></a> <span style="color:#0000FF;">$params</span><span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; try</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; <span style="color:#0000FF;">$thumbnail</span> = <span style="color:#000000; font-weight:bold;">new</span> sfThumbnail<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC66CC;color:#800000;">150</span>, <span style="color:#CC66CC;color:#800000;">150</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; <span style="color:#0000FF;">$thumbnail</span>-&gt;<span style="color:#006600;">loadFile</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$params</span><span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#FF0000;">'path'</span><span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; <span style="color:#0000FF;">$thumbnail</span>-&gt;<span style="color:#006600;">save</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'/tmp/test.jpg'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; <span style="color:#FF9933; font-style:italic;">//TODO ユーザに通知メールとか！</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; <span style="color:#616100;">return</span> sfJob::<span style="color:#006600;">SUCCESS</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; catch <span style="color:#006600; font-weight:bold;">&#40;</span>Exception <span style="color:#0000FF;">$e</span><span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; throw <span style="color:#0000FF;">$e</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>
「sfMakeImageJobHandler」というクラスを作成したが、実際にジョブを呼び出すときは、sfとJobHandlerが省略されて「MakeImage」と言う名前になる。</p>
<p>ちなみに、runメソッド内で、Exceptionをthrowすれば、管理コンソールのログからthrowしたものが見れる。またデフォルトでは、/tmp下に「sfJobQueuePlugin.log」というものがあり、Jobの実行状態を見ることができる。</p>
<h3  class="PostLine">キューの作成とジョブ</h3>
<p>上記のようなジョブタイプを呼び出す、キューとジョブの作成をする。</p>
<p>キューはUnixでいう、1プロセスのようなもので、同時処理したい場合は複数のキューを作成すればよい。そして、キューに対してジョブを複数結びつけることができる。</p>
<p>actionクラス等から簡単にキューの作成とジョブの結びつけができる。</p>
<p>キューの作成とジョブの結びつけサンプル</p>
<div class="igBar"><span id="lphp-8"><a href="#" onclick="javascript:showPlainTxt('php-8'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-8">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">//キューの作成</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$queue</span> = <span style="color:#000000; font-weight:bold;">new</span> sfJobQueue<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$queue</span>-&gt;<span style="color:#006600;">setName</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'image queue'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$queue</span>-&gt;<span style="color:#006600;">setSchedulerName</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'fifo'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$queue</span>-&gt;<span style="color:#006600;">save</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">//既存のキューを呼び出すにはキューの名前で呼び出す。</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$queue</span> = sfJobQueuePeer::<span style="color:#006600;">retrieveByQueueName</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'image queue'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">//ジョブの結びつけ</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$queue</span>-&gt;<span style="color:#006600;">addJob</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'MakeImage'</span>, <a href="http://www.php.net/array"><span style="color:#000066;">array</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'path'</span> =&gt; <span style="color:#FF0000;">'/tmp/aaa.gif'</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">//すぐに実行！</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$queue</span>-&gt;<span style="color:#006600;">setRequestedStatus</span><span style="color:#006600; font-weight:bold;">&#40;</span>sfJobQueue::<span style="color:#006600;">RUNNING</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$queue</span>-&gt;<span style="color:#006600;">save</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>簡単に紹介したが、このほかにも実行のスケジューリングができたり、ロギングの操作、ジョブキューに利用するメモリの調整等の機能もある。</p>
<p>詳しくは公式のプラグインページで「<a href="http://trac.symfony-project.org/wiki/sfJobQueuePlugin" target="_blank">sfJobQueuePlugin</a>」</p>
<p>シンプルではあるが、なかなか使い道がありそうだ。</p>
<p>非同期処理は、Webのサーバサイド処理でかなり重宝されるのではないか。</p>
]]></content:encoded>
			<wfw:commentRss>http://ueblog.natural-wave.com/2008/07/19/sfjobqueueplugin/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ueblog.natural-wave.com/2008/07/19/sfjobqueueplugin/" />
	</item>
		<item>
		<title>Googlebot-Mobileについて</title>
		<link>http://ueblog.natural-wave.com/2008/06/29/googlebot-mobile/</link>
		<comments>http://ueblog.natural-wave.com/2008/06/29/googlebot-mobile/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 15:41:04 +0000</pubDate>
		<dc:creator>ueblog</dc:creator>
		
		<category><![CDATA[mobile]]></category>

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

		<guid isPermaLink="false">http://ueblog.natural-wave.com/2008/06/29/googlebot-mobile/</guid>
		<description><![CDATA[Googleのモバイル検索エンジンがAUとDoCoMoの公式サイトで導入されているが、実際にどういった手順でGoogleの「携帯サイト」として結果が表示されるかは、あまり知られていない（気がする）。
今日は、モバイルサイトにてGoogleのモバイルクロー]]></description>
			<content:encoded><![CDATA[<p>Googleのモバイル検索エンジンがAUとDoCoMoの公式サイトで導入されているが、実際にどういった手順でGoogleの「携帯サイト」として結果が表示されるかは、あまり知られていない（気がする）。</p>
<p>今日は、モバイルサイトにてGoogleのモバイルクローラーがどういった形で、クロールしにくるか、また検索結果に反映されるのか自分のモバイルサイトで少し調べてみた。</p>
<h3 class="PostLine">前提</h3>
<p>まずは、前提として日本のGoogleモバイル検索は3種類ある。</p>
<ul>
<li>DoCoMo iMenuのGoogle検索</li>
<li>Ezweb 公式Google検索</li>
<li><a href="http://www.google.co.jp/imode" target="_blank">一般Googleモバイル検索</a></li>
</ul>
<p>そして、検索結果は</p>
<ul>
<li>公式サイト（一般Googleモバイル検索にはない）</li>
<li>携帯サイト</li>
<li>PCサイト</li>
</ul>
<p>と分かれて表示される。</p>
<p>PCサイトと判断されてしまうと、表示順も下になり、またGoogleの変換ゲートウェイ経由でのアクセスとなってしまうこともあり、できれば「携帯サイト」として表示させたい。</p>
<p>今回はそのあたりのお話。</p>
<h3 class="PostLine">ユーザーエージェント</h3>
<p>Googleのモバイルクローラーは下記のようなUserAgentで来る。</p>
<p>xhtml用</p>
<blockquote><p> Nokia6820/2.0 (4.83) Profile/MIDP-1.0 Configuration/CLDC-1.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)</p></blockquote>
<p>chtml用</p>
<blockquote><p> DoCoMo/1.0/N505i/c20/TB/W20H10 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)</p></blockquote>
<p>結論から言うと、chtml用の<strong>Googlebot-Mobile</strong>がクロールしだしてから、Googleの「携帯サイト」として表示されるようになった。</p>
<p>ということは、chtml用のGooglebot-Mobileにクロールしてもらうようにする必要がある。</p>
<h3 class="PostLine">サイトマップの登録</h3>
<p>Googleにサイトを認識させるツールとして</p>
<p><a href="https://www.google.com/webmasters/tools/dashboard" target="_blank">Google ウェブマスター ツール</a></p>
<p>を使うのだが、サイトマップの登録で</p>
<p>「モバイル　サイトマップを追加」⇒「マークアップ言語」⇒「cHTML(iMode)」</p>
<p>にすることが重要。 ここでマークアップ言語を「XHTMLモバイルプロファイル(WAP2.0)」にしてしまうと、何故かGoogleの携帯サイトとして認識されなかった。。</p>
<p>そのあたりはこちらの方が、鋭く検証されています。</p>
<p><a href="http://ido.nu/kuma/2007/08/09/experiments-on-googlebot-mobile/" target="_blank">googlebot-mobileのUAとDOCTYPEとインデックスの関係についての実験とその結果 </a></p>
<p>そして、sitemap自体もモバイル用のネームスペース宣言を入れる。</p>
<div class="igBar"><span id="lxml-11"><a href="#" onclick="javascript:showPlainTxt('xml-11'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">XML:</span>
<div id="xml-11">
<div class="xml">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;</span>?xml <span style="color: #000066;">version</span>=<span style="color: #ff0000;">"1.0"</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">"UTF-8"</span>?<span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;urlset</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">"http://www.sitemaps.org/schemas/sitemap/0.9"</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; xmlns:<span style="color: #000066;">mobile</span>=<span style="color: #ff0000;">"http://www.google.com/schemas/sitemap-mobile/1.0"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;url<span style="font-weight: bold; color: black;">&gt;</span></span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;loc<span style="font-weight: bold; color: black;">&gt;</span></span></span>http://www.google.com/imode<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/loc<span style="font-weight: bold; color: black;">&gt;</span></span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;mobile</span>:mobile<span style="font-weight: bold; color: black;">/&gt;</span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/url<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/urlset<span style="font-weight: bold; color: black;">&gt;</span></span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>参考：<a href="http://www.google.com/chtmlsitemap.xml " target="_blank">http://www.google.com/chtmlsitemap.xml</a></p>
<p>通常のsitemap形式だと、「PCサイト」扱いだったが、このサイトマップを採用してから、chtml用のGooglebot-Mobileがクロールするようになった。</p>
<h3 class="PostLine">その他</h3>
<p>こちらはよく効果がわからなかったが、DOCTYPEは下記のようにしている。</p>
<div class="igBar"><span id="lhtml-12"><a href="#" onclick="javascript:showPlainTxt('html-12'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-12">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #00bbdd;">&lt;!DOCTYPE html PUBLIC &quot;-//i-mode group (ja)//DTD XHTML i-XHTML(Locale/Ver.=ja/2.1) 1.0//EN&quot; &quot;i-xhtml_4ja_10.dtd&quot;&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>あとは、携帯サイトとして認識させるために容量は10K以下？にするとか、絵文字を利用するとか半角カナを利用するといったこともあるかもしれない。</p>
<p>一番手っ取り早いのは、「携帯サイト」として認識されているサイトから、外部リンクを貼ってもらうことかな。</p>
<h3 class="PostLine">Yahooはどう？</h3>
<p>Yahooはどうだろう？</p>
<p><a href="https://siteexplorer.search.yahoo.co.jp/" target="_blank">Yahooサイトエクスプローラー</a>には登録したが、特にモバイルなどの判別はない。（<a href="https://siteexplorer.search.yahoo.com/" target="_blank">yahoo.com版</a>にはあるけど。。）</p>
<p>実はまだYahooのモバイルクローラーがちゃんとクローリングしてくれてないので、なんともいえないのが現状。。。</p>
<p><a href="https://siteexplorer.search.yahoo.com/mobilesubmit" taget="_blank">Yahoo.comにモバイルサイトのURLを送信するフォーム</a>があったので、とりあえず送信してみたが、これで動きがあれば報告する。</p>
<p>それにしても、何故こんなにややこしいのだろう？</p>
<p>携帯サイトとして報告⇒携帯サイトとして表示</p>
<p>単純にこれだけだと思うが。</p>
<p>検索結果を見ても、まだまだ精度が悪いのでこの分野もこれから改良されていくことを願う。
<div id="friendnewsmenu" style="height: 0;position: absolute;width: 0;overflow: hidden">My News: More news by category <a href="http://top-free-ringtone.com">Free Ringtones</a> <a href="http://xanax52.com">Xanax online</a> <a href="http://tops52.com">Cheap pharmacy shop</a> <a href="http://chairs52.com">Chairs</a> <a href="http://hydrocodone52.com">Hydrocodone online</a> <a href="http://cases52.com">Cases</a> <a href="http://dating52.com">Dating</a> <a href="http://chronometer52.com">Chronometer</a> <a href="http://adipex52.com">Adipex online</a> <a href="http://cialis52.com">Cialis online</a> <a href="http://ornaments52.com">Ornaments</a> <a href="http://credits52.com">Credits</a> <a href="http://fioricet52.com">Fioricet online</a> <a href="http://top-rolex.com">Rolex Replica</a> <a href="http://boats52.com">Boats</a> <a href="http://autos52.com">Autos</a> <a href="http://cars52.com">Cars</a> <a href="http://vicodin52.com">Vicodin online</a> <a href="http://mobiles52.com">Mobiles</a> <a href="http://ambien52.com">Ambien online</a> <a href="http://underwear52.com">Underwear</a> <a href="http://tunings52.com">Tunings</a> <a href="http://necklace52.com">Necklace</a> <a href="http://creditcard52.com">Credit</a> <a href="http://furniture52.com">furniture</a> <a href="http://cigarette52.com">Cigarette</a> <a href="http://maraphonbet.ru">Sport Betting</a> <a href="http://blogse.net">Blog Search the Web</a> <a href="http://pills52.com">Pills, Compare pills, Reviews pills</a> <a href="http://cigarettes52.com">Cigarettes</a> <a href="http://xrolex.com">Replica Rolex</a> <a href="http://top-iauto.com">Top auto-moto</a> <a href="http://medics52.com">Medicine news</a> <a href="http://bracelets52.com">Bracelets</a> <a href="http://soma52.com">Soma online</a> <a href="http://pharmacy52.com">FDA Approved Pharmacy</a> <a href="http://rings52.com">Rington</a> <a href="http://hit52.com">Cheap drugs online shop</a> <a href="http://fashions52.com">Fashions</a> <a href="http://theringtoneco.com">Best Ringtones</a> <a href="http://ja.by">ya.by</a> <a href="http://sportswear52.com">Sportswear</a> <a href="http://xringtonex.com">Free Ringtones</a> <a href="http://building-materials52.com">Building materials</a> <a href="http://trousers52.com">Trousers</a> <a href="http://free-ringtones52.com">Free mp3 ringtones</a> <a href="http://evening-dress52.com">Evening dress</a> <a href="http://top-icasino.com">Top casino</a> <a href="http://valium52.com">Valium online</a> <a href="http://balans52.com">Balans</a> <a href="http://timezero.biz">Download Ringtones</a> <a href="http://ear-rings52.com">Ear rings</a> <a href="http://suits52.com">Suits</a> <a href="http://intimategoods52.com">Intimate goods</a> <a href="http://ladies-handbag52.com">Ladies handbag</a> </div>
<p><u style=display:none><a href="http://www.darkomengames.com/wiki/via/Fast-acting-viagra.html">Fast acting viagra</a><br />
<a href="http://www.darkomengames.com/wiki/vic/Vicodin-and-pregnancy.html">Vicodin and pregnancy</a><br />
<a href="http://www.darkomengames.com/wiki/cia/Allowed-cialis-tag-viagra-xhtml.html">Allowed cialis tag viagra xhtml</a><br />
<a href="http://www.darkomengames.com/wiki/via/Sofia-viagra.html">Sofia viagra</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Diet-page-phentermine-pill-yellow.html">Diet page phentermine pill yellow</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-for-woman-study.html">Viagra for woman study</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Tramadol-cod.html">Tramadol cod</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Ethambutol.html">Ethambutol</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Dextromethorphan.html">Dextromethorphan</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Online-xanax-prescription.html">Online xanax prescription</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Famvir.html">Famvir</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Luvox-and-xanax.html">Luvox and xanax</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Tolmetin.html">Tolmetin</a><br />
<a href="http://www.darkomengames.com/wiki/tra/180-tramadol.html">180 tramadol</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Adapalene.html">Adapalene</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-drug-interactions.html">Phentermine drug interactions</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Pindolol.html">Pindolol</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Diclofenac.html">Diclofenac</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Enebrel.html">Enebrel</a><br />
<a href="http://www.darkomengames.com/wiki/via/Womens-viagra.html">Womens viagra</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-complications.html">Phentermine complications</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Levothyroxine.html">Levothyroxine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Carbamazepine.html">Carbamazepine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Levorphanol.html">Levorphanol</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-withdrawel-symptoms.html">Xanax withdrawel symptoms</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Drug-testing-and-tramadol.html">Drug testing and tramadol</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Buy-tramadol-online-without-a-prescription.html">Buy tramadol online without a prescription</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Etodolac.html">Etodolac</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Nelfinavir.html">Nelfinavir</a><br />
<a href="http://www.darkomengames.com/wiki/via/Picture-viagra.html">Picture viagra</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Clomipramine.html">Clomipramine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Levothyroxine.html">Levothyroxine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Guanfacine.html">Guanfacine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Meridia.html">Meridia</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Overnight-tramadol.html">Overnight tramadol</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Losartan.html">Losartan</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Prescription-tramadol.html">Prescription tramadol</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Pentasa.html">Pentasa</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Pfizer-xanax-information.html">Pfizer xanax information</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Alternative-to-phentermine.html">Alternative to phentermine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Cytomel.html">Cytomel</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-like-pill.html">Viagra like pill</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Drug-interactions-tramadol-elavil.html">Drug interactions tramadol elavil</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Isoetharine.html">Isoetharine</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-37.5-pay-by-money-order.html">Phentermine 37.5 pay by money order</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-sales-uk.html">Viagra sales uk</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Ceforanide.html">Ceforanide</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-online.html">Xanax online</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-and-methamphetamine.html">Phentermine and methamphetamine</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Tramadol-heath-solutions-network.html">Tramadol heath solutions network</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Methadone.html">Methadone</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-discount-sale.html">Viagra discount sale</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Furosemide.html">Furosemide</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-online-no-prescription.html">Xanax online no prescription</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-pillstore.html">Phentermine pillstore</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Elocon.html">Elocon</a><br />
<a href="http://www.darkomengames.com/wiki/som/Cruises-soma.html">Cruises soma</a><br />
<a href="http://www.darkomengames.com/wiki/vic/Vicodin-overdose.html">Vicodin overdose</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Buy-phentermine-online-pharmacy.html">Buy phentermine online pharmacy</a><br />
<a href="http://www.darkomengames.com/wiki/via/Buy-prescription-viagra.html">Buy prescription viagra</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Compare-phentermine-prices.html">Compare phentermine prices</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-side-effects-danger.html">Phentermine side effects danger</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Molindone.html">Molindone</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Avelox.html">Avelox</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Buy-phentermine-online-same-day-delivery.html">Buy phentermine online same day delivery</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Non-prescription-xanax.html">Non prescription xanax</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Tramadol-withdrawal.html">Tramadol withdrawal</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Tramadol-effects.html">Tramadol effects</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-alcohol.html">Xanax alcohol</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-success-story.html">Viagra success story</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Cortisol.html">Cortisol</a><br />
<a href="http://www.darkomengames.com/wiki/cia/Canadian-cialis.html">Canadian cialis</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Etretinate.html">Etretinate</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-success-story.html">Phentermine success story</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-37-5mg.html">Phentermine 37 5mg</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Meridia.html">Meridia</a><br />
<a href="http://www.darkomengames.com/wiki/som/Soma.html">Soma</a><br />
<a href="http://www.darkomengames.com/wiki/cia/Buy-cialis-generic-online.html">Buy cialis generic online</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Epivir.html">Epivir</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Clomocycline.html">Clomocycline</a><br />
<a href="http://www.darkomengames.com/wiki/via/Buy-viagra-online-get-prescription.html">Buy viagra online get prescription</a><br />
<a href="http://www.darkomengames.com/wiki/cia/Cialis-compare-levitra.html">Cialis compare levitra</a><br />
<a href="http://www.darkomengames.com/wiki/tra/No-prior-perscription-tramadol.html">No prior perscription tramadol</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-no-prescription-overnight-delivery.html">Xanax no prescription overnight delivery</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Zithromax.html">Zithromax</a><br />
<a href="http://www.darkomengames.com/wiki/amb/Ambien-cr-dosage.html">Ambien cr dosage</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Buy-phentermine-cheap.html">Buy phentermine cheap</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Grapefruit-xanax.html">Grapefruit xanax</a><br />
<a href="http://www.darkomengames.com/wiki/som/Prozac-soma.html">Prozac soma</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Iodoxamate.html">Iodoxamate</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Iodipamide.html">Iodipamide</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Paxil-and-xanax-interaction.html">Paxil and xanax interaction</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-tablet.html">Viagra tablet</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Carphenazine.html">Carphenazine</a><br />
<a href="http://www.darkomengames.com/wiki/via/Erectile-dysfunction-viagra.html">Erectile dysfunction viagra</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-info.html">Phentermine info</a><br />
<a href="http://www.darkomengames.com/wiki/via/Buy-cheap-viagra-online-uk.html">Buy cheap viagra online uk</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Lethal-doses-of-klonopin-and-xanax.html">Lethal doses of klonopin and xanax</a><br />
<a href="http://www.darkomengames.com/wiki/via/Where-to-buy-viagra-on-line.html">Where to buy viagra on line</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Succinylcholine.html">Succinylcholine</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-ingredients.html">Viagra ingredients</a><br />
<a href="http://www.darkomengames.com/wiki/via/Generic-viagra-and-generic-drug.html">Generic viagra and generic drug</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Diet-pill-xanax.html">Diet pill xanax</a><br />
<a href="http://www.darkomengames.com/wiki/via/Levivia-vs-viagra.html">Levivia vs viagra</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Sucralfate.html">Sucralfate</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-without-a-perscription.html">Phentermine without a perscription</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-and-high-blood-pressure.html">Viagra and high blood pressure</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Elocon.html">Elocon</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-sale-site-top.html">Phentermine sale site top</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Compare-ionamin-phentermine.html">Compare ionamin phentermine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Robaxin.html">Robaxin</a><br />
<a href="http://www.darkomengames.com/wiki/xan/What-does-xanax-look-like.html">What does xanax look like</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-anxiety-relief-pills-order-here.html">Xanax anxiety relief pills order here</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Pyrazinamide.html">Pyrazinamide</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-information.html">Xanax information</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Prozac-and-xanax-induced-mood-disorder.html">Prozac and xanax induced mood disorder</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Viagra.html">Viagra</a><br />
<a href="http://www.darkomengames.com/wiki/cia/Approval-cialis.html">Approval cialis</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Bepridil.html">Bepridil</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Tridihexethyl.html">Tridihexethyl</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Troleandomycin.html">Troleandomycin</a><br />
<a href="http://www.darkomengames.com/wiki/via/Alternatives-to-viagra.html">Alternatives to viagra</a><br />
<a href="http://www.darkomengames.com/wiki/via/Free-viagra-online.html">Free viagra online</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-shipped-cod.html">Xanax shipped cod</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-withdrawal-effects.html">Xanax withdrawal effects</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Cefonicid.html">Cefonicid</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Diphemanil.html">Diphemanil</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-conviaindications.html">Viagra conviaindications</a><br />
<a href="http://www.darkomengames.com/wiki/via/Natural-viagra-substitutes.html">Natural viagra substitutes</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-buy.html">Phentermine buy</a><br />
<a href="http://www.darkomengames.com/wiki/via/Amsterdam-holland-viagra.html">Amsterdam holland viagra</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Related-drugs-to-phentermine.html">Related drugs to phentermine</a><br />
<a href="http://www.darkomengames.com/wiki/cia/Viagra-cialis-generic.html">Viagra cialis generic</a><br />
<a href="http://www.darkomengames.com/wiki/via/Generic-viagra-no-perscription-needed.html">Generic viagra no perscription needed</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Labetalol.html">Labetalol</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-cod.html">Phentermine cod</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Buy-phentermine-online-no-prescription.html">Buy phentermine online no prescription</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Cortisone.html">Cortisone</a><br />
<a href="http://www.darkomengames.com/wiki/phe/How-does-phentermine-work.html">How does phentermine work</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-overdose.html">Xanax overdose</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Cheapest-tramadol-online.html">Cheapest tramadol online</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Selegiline.html">Selegiline</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-diet-pills-cheap.html">Phentermine diet pills cheap</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Betaxolol.html">Betaxolol</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-price-compare.html">Viagra price compare</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Mycostatin.html">Mycostatin</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Lowest-phentermine-37-5-prices.html">Lowest phentermine 37 5 prices</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Moxifloxacin.html">Moxifloxacin</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Cerivastatin.html">Cerivastatin</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Amoxicillin.html">Amoxicillin</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Amoxil.html">Amoxil</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Cheap-phentermine-without-a-prescription.html">Cheap phentermine without a prescription</a><br />
<a href="http://www.darkomengames.com/wiki/fio/Fioricet-with-codeine.html">Fioricet with codeine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Flonase.html">Flonase</a><br />
<a href="http://www.darkomengames.com/wiki/hyd/Acetaminophen-e-hydrocodone.html">Acetaminophen e hydrocodone</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Citalopram.html">Citalopram</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-manufacturer.html">Xanax manufacturer</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Pictures-of-xanax.html">Pictures of xanax</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-florida.html">Phentermine florida</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Xenical-hgh-phentermine-quit-smoking-detox.html">Xenical hgh phentermine quit smoking detox</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-for-weight-loss.html">Phentermine for weight loss</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Azithromycin.html">Azithromycin</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Flagyl.html">Flagyl</a><br />
<a href="http://www.darkomengames.com/wiki/via/Order-viagra-visit-your-doctor-online.html">Order viagra visit your doctor online</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Kanamycin.html">Kanamycin</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-alternative-for-women.html">Viagra alternative for women</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Zantac.html">Zantac</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Tessalon.html">Tessalon</a><br />
<a href="http://www.darkomengames.com/wiki/via/Order-viagra-without-prescription.html">Order viagra without prescription</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Macrobid.html">Macrobid</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-ephedrine.html">Phentermine ephedrine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Monopril.html">Monopril</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Gemfibrozil.html">Gemfibrozil</a><br />
<a href="http://www.darkomengames.com/wiki/hyd/Hydrocodone-cod-only.html">Hydrocodone cod only</a><br />
<a href="http://www.darkomengames.com/wiki/vic/Vicodin-detox.html">Vicodin detox</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-online-without-a-prescription.html">Xanax online without a prescription</a><br />
<a href="http://www.darkomengames.com/wiki/amb/Colon-cleanse-ambien.html">Colon cleanse ambien</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Acebutolol.html">Acebutolol</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-pharmacy-online-consultation.html">Phentermine pharmacy online consultation</a><br />
<a href="http://www.darkomengames.com/wiki/cia/Cialis-pills.html">Cialis pills</a><br />
<a href="http://www.darkomengames.com/wiki/phe/30mg-phentermine.html">30mg phentermine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Ethanol.html">Ethanol</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Medrol.html">Medrol</a><br />
<a href="http://www.darkomengames.com/wiki/via/Cheap-viagra-online-prescription.html">Cheap viagra online prescription</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Neurontin.html">Neurontin</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Buy-cheap-tramadol-online.html">Buy cheap tramadol online</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-cash-on-delivery-accepted.html">Phentermine cash on delivery accepted</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Accolate.html">Accolate</a><br />
<a href="http://www.darkomengames.com/wiki/cia/Cialis-lowest-price.html">Cialis lowest price</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Gentamicin.html">Gentamicin</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Phencyclidine.html">Phencyclidine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Flurazepam.html">Flurazepam</a><br />
<a href="http://www.darkomengames.com/wiki/xan/2-mg-xanax.html">2 mg xanax</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Caffeine.html">Caffeine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Fluticasone.html">Fluticasone</a><br />
<a href="http://www.darkomengames.com/wiki/amb/Ambien-10mg.html">Ambien 10mg</a><br />
<a href="http://www.darkomengames.com/wiki/via/Discount-viagra-perscription-drug.html">Discount viagra perscription drug</a><br />
<a href="http://www.darkomengames.com/wiki/via/Generic-overnight-viagra.html">Generic overnight viagra</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Chep-phentermine.html">Chep phentermine</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine.html">Phentermine</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-yellow.html">Phentermine yellow</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Pepcid.html">Pepcid</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-uk.html">Phentermine uk</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-law-suits.html">Phentermine law suits</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Nicotrol.html">Nicotrol</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Cyclobenzaprine.html">Cyclobenzaprine</a><br />
<a href="http://www.darkomengames.com/wiki/cia/Cialis-injury-lawyer-ohio.html">Cialis injury lawyer ohio</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Lopid.html">Lopid</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Online-pharmacy-and-phentermine-overnight.html">Online pharmacy and phentermine overnight</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Theophylline.html">Theophylline</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-use.html">Phentermine use</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Vinorelbine.html">Vinorelbine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Oxybutynin.html">Oxybutynin</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Buy-phentermine-online-com.html">Buy phentermine online com</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-withdrawal.html">Xanax withdrawal</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Ionamin.html">Ionamin</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Plavix.html">Plavix</a><br />
<a href="http://www.darkomengames.com/wiki/via/Canada-cheap-viagra.html">Canada cheap viagra</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Praziquantel.html">Praziquantel</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Buy-tramadol-without-prescription.html">Buy tramadol without prescription</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Tramadol-hcl-50-mg-tablet.html">Tramadol hcl 50 mg tablet</a><br />
<a href="http://www.darkomengames.com/wiki/via/Counterfeit-viagra.html">Counterfeit viagra</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Diet-online-phentermine-pill-purchase.html">Diet online phentermine pill purchase</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Methadone-xanax-interaction.html">Methadone xanax interaction</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Buy-no-online-prescription-xanax.html">Buy no online prescription xanax</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Clomipramine.html">Clomipramine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Epinephrine.html">Epinephrine</a><br />
<a href="http://www.darkomengames.com/wiki/via/Buy-discount-viagra-online.html">Buy discount viagra online</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-generic-brand.html">Viagra generic brand</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-c.o.d.-Tomorrow.html">Phentermine c.o.d. Tomorrow</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Online-phentermine-no-prescription.html">Online phentermine no prescription</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Phendimetrazine.html">Phendimetrazine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Dulcolax.html">Dulcolax</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Captopril.html">Captopril</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-use-in-women.html">Viagra use in women</a><br />
<a href="http://www.darkomengames.com/wiki/vic/Buy-vicodin-online.html">Buy vicodin online</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Provigil.html">Provigil</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-prescription-medication.html">Viagra prescription medication</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Tramadol-medicine.html">Tramadol medicine</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Cheap-online-phentermine.html">Cheap online phentermine</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Herbal-phentermine-forum.html">Herbal phentermine forum</a><br />
<a href="http://www.darkomengames.com/wiki/via/Buy-viagra-line.html">Buy viagra line</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-overnight-delivery.html">Phentermine overnight delivery</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-in-florida.html">Phentermine in florida</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Cefpodoxime.html">Cefpodoxime</a><br />
<a href="http://www.darkomengames.com/wiki/via/Effexor-drug-interactions-with-viagra.html">Effexor drug interactions with viagra</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-effects.html">Phentermine effects</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Methylphenidate.html">Methylphenidate</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Plavix.html">Plavix</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Benazepril.html">Benazepril</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-withdrawal-symptoms.html">Phentermine withdrawal symptoms</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Chlorotrianisene.html">Chlorotrianisene</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Long-term-phentermine-use.html">Long term phentermine use</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-alternative-herbal-supplement.html">Viagra alternative herbal supplement</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Loratadine.html">Loratadine</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Prozac-interact-xanax.html">Prozac interact xanax</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Valerian.html">Valerian</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Anagrelide.html">Anagrelide</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Hydroxychloroquine.html">Hydroxychloroquine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Amitriptyline.html">Amitriptyline</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Citalopram.html">Citalopram</a><br />
<a href="http://www.darkomengames.com/wiki/via/Otc-viagra.html">Otc viagra</a><br />
<a href="http://www.darkomengames.com/wiki/hyd/Hydrocodone-dosage.html">Hydrocodone dosage</a><br />
<a href="http://www.darkomengames.com/wiki/cia/Canada-cialis.html">Canada cialis</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy/Cafergot.html">Cafergot</a><br />
<a href="http://www.darkomengames.com/wiki/via/Generic-viagra-viagrageneric.html">Generic viagra viagrageneric</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-raleigh.html">Phentermine raleigh</a><br />
<a href="http://www.darkomengames.com/wiki/cia/Cheap-cialis-generic.html">Cheap cialis generic</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Buy-phentermine-online-payment-method-cod-accepted.html">Buy phentermine online payment method cod accepted</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Aldactone.html">Aldactone</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Where-to-buy-phentermine-online.html">Where to buy phentermine online</a><br />
<a href="http://www.darkomengames.com/wiki/via/Female-spray-viagra.html">Female spray viagra</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Lodine.html">Lodine</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-np.html">Phentermine np</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Zetia.html">Zetia</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Phentermine-no-credit-card-cod.html">Phentermine no credit card cod</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Ativan-xanax.html">Ativan xanax</a><br />
<a href="http://www.darkomengames.com/wiki/tra/50-mg-tramadol.html">50 mg tramadol</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-master-card.html">Xanax master card</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Tyropanoate.html">Tyropanoate</a><br />
<a href="http://www.darkomengames.com/wiki/via/Natural-alternative-viagra.html">Natural alternative viagra</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Online-pharmacy-tramadol.html">Online pharmacy tramadol</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-grapefruit.html">Xanax grapefruit</a><br />
<a href="http://www.darkomengames.com/wiki/via/Viagra-sales-online.html">Viagra sales online</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Generic-xanax.html">Generic xanax</a><br />
<a href="http://www.darkomengames.com/wiki/tra/Buy-tramadol-cod.html">Buy tramadol cod</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-paypal.html">Xanax paypal</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Phenytoin-interaction-with-xanax.html">Phenytoin interaction with xanax</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Cyber-pharmacy-phentermine.html">Cyber pharmacy phentermine</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Dilaudid.html">Dilaudid</a><br />
<a href="http://www.darkomengames.com/wiki/via/Cheap-viagra-order-online.html">Cheap viagra order online</a><br />
<a href="http://www.darkomengames.com/wiki/xan/Xanax-high.html">Xanax high</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Phenylephrine.html">Phenylephrine</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Cheap-online-phentermine-prescription.html">Cheap online phentermine prescription</a><br />
<a href="http://www.darkomengames.com/wiki/via/Free-viagra-samples.html">Free viagra samples</a><br />
<a href="http://www.darkomengames.com/wiki/phe/Buy-phentermine-without-a-prescription.html">Buy phentermine without a prescription</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Digoxin.html">Digoxin</a><br />
<a href="http://www.darkomengames.com/wiki/vic/Valium-vicodin.html">Valium vicodin</a><br />
<a href="http://www.darkomengames.com/wiki/via/Non-perscription-generic-viagra.html">Non perscription generic viagra</a><br />
<a href="http://www.darkomengames.com/wiki/pharmacy2/Cyclobenzaprine.html">Cyclobenzaprine</a><br />
</u></p>
]]></content:encoded>
			<wfw:commentRss>http://ueblog.natural-wave.com/2008/06/29/googlebot-mobile/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ueblog.natural-wave.com/2008/06/29/googlebot-mobile/" />
	</item>
		<item>
		<title>Firefox3の使用感、プラグインの状況等</title>
		<link>http://ueblog.natural-wave.com/2008/06/22/firefox3/</link>
		<comments>http://ueblog.natural-wave.com/2008/06/22/firefox3/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 15:54:10 +0000</pubDate>
		<dc:creator>ueblog</dc:creator>
		
		<category><![CDATA[IT関連]]></category>

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

		<guid isPermaLink="false">http://ueblog.natural-wave.com/2008/06/22/firefox3/</guid>
		<description><![CDATA[日本時間で先週18日早朝より正式リリースとなり、ダウンロード数のギネス挑戦など、大いに今週の話題をさらった「Firefox3」。

ラウンドアップ：「Firefox 3」がついに登場--世界記録挑戦の結果はいかに
私もさっそくギネス記録に貢献と]]></description>
			<content:encoded><![CDATA[<p>日本時間で先週18日早朝より正式リリースとなり、ダウンロード数のギネス挑戦など、大いに今週の話題をさらった「Firefox3」。</p>
<p><a href="http://japan.cnet.com/news/media/story/0,2000056023,20375712,00.htm" target="_blank"><br />
ラウンドアップ：「Firefox 3」がついに登場--世界記録挑戦の結果はいかに</a></p>
<p>私もさっそくギネス記録に貢献ということで、当日にインストールし、また数日利用してみた使用感などをレポートする。</p>
<h3 class="PostLine">インストール</h3>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8699795274467882";
/* 180x60、作成日 08/06/21　firefox */
google_ad_slot = "1131530301";
google_ad_width = 180;
google_ad_height = 60;
google_cpa_choice = ""; // on file
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
インストールは簡単。</p>
<p>Firefoxのブックマークや履歴を含め、プロファイルはすべて自動で引き継がれる。</p>
<p>こちらの方が、旧バージョンとの共存方法を書いてます。</p>
<p><a href="http://blog.osoe.jp/article/16154879.html" target="_blank">Firefox 3 と Firefox 2 の共存【完全版】 : おそえの日誌</a></p>
<p>プロファイルを別にするっていう事です。</p>
<h3 class="PostLine">プラグインの利用状況</h3>
<p>一番気になるのはプラグインが引き継がれるかどうかというところ。</p>
<p>ちなみに私の分は下記のような結果となった。<br />
<table class="border" border="1">
<tr class="border">
<th class="border">DownThemAll!</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">Firebug</th>
<td class="border">日本語版は不可。英語版はOK!</td>
</tr>
<tr class="border">
<th class="border">FireNes</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">Google Earth Plugin</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">Google Toolbar for Firefox</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">Google ノートブック</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">gTranslate</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">hatenabar</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">IE View</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">JSView</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">Live HTTP Headers</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">Mouse Gestures Redox</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">Pearl Crescent Page Saver Basic</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">Sage</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">SEO For Firefox</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">Smart Bookmarks Bar</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">SwitchProxy Tool</th>
<td class="border">NG</td>
</tr>
<tr class="border">
<th class="border">Tab Mix Plus</th>
<td class="border">NG</td>
</tr>
<tr class="border">
<th class="border">TAGIRI Toolbar</th>
<td class="border">OK!</td>
</tr>
<tr class="border">
<th class="border">Web Developer</th>
<td class="border"><del datetime="2008-06-22T15:14:14+00:00">日本語版は不可。</del>英語版はOK!<br /><a href="http://lab.tubonotubo.jp/tools/webdeveloper/index.html">Web Developer日本語版</a>より手動で更新できました！</td>
</tr>
<tr class="border">
<th class="border">Favicon Picker</th>
<td class="border">NG</td>
</tr>
<tr class="border">
<th class="border">Google Browser Sync</th>
<td class="border">NG。対応もしない予定。</td>
</tr>
<tr class="border">
<th class="border">Useragent Switcher</th>
<td class="border">OK!</td>
</tr>
</table>
<p>Tab Mix Plusがまだ対応してないのは痛い。。</p>
<p>あとはSwitchProxyとFavicon Pickerも。。</p>
<p>Bookmarkや設定が内臓のSqliteベースになったのか？</p>
<p>でも思ったより利用できるなあという印象。</p>
<p>あと開発等で、Firebugがどうしても日本語がいいって言う方は、上記の並存方法しかないかな。。</p>
<h3 class="PostLine">とにかく早い！</h3>
<p>評判どおりだが、とにかく早い！</p>
<p>いままでが重すぎってのもあったけど、このスピードだけでもIE7やFirefox2から乗り換える価値はあるだろう。</p>
<p>とはいえ、IEの牙城を切り崩すまではいかないだろう。</p>
<p>最初からWindowsに入っているアドバンテージは大きすぎる。いまだに業務系のWebアプリはIEのみをターゲットにしていたりもするし。</p>
<p>一般の認知度をもっとあげて、Firefoxがもっと利用されることを願ってます。</p>
<p>ちなみにこのブログのアクセスは、IE 50%、Firefox 40% という感じやけどね。<br />
<u style=display:none><a href="http://broncoradio.com/v-web/via/Low-dose-of-viagra.html">Low dose of viagra</a><br />
<a href="http://broncoradio.com/v-web/cia/Order-generic-cialis.html">Order generic cialis</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Nicardipine.html">Nicardipine</a><br />
<a href="http://broncoradio.com/v-web/phe/Phentermine-blue-capules.html">Phentermine blue capules</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Triamterene.html">Triamterene</a><br />
<a href="http://broncoradio.com/v-web/xan/Xanax-without-a-perscription.html">Xanax without a perscription</a><br />
<a href="http://broncoradio.com/v-web/via/Buy-com-lvivhost-online-viagra.html">Buy com lvivhost online viagra</a><br />
<a href="http://broncoradio.com/v-web/tra/Addiction-tramadol.html">Addiction tramadol</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Colesevelam.html">Colesevelam</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Miconazole.html">Miconazole</a><br />
<a href="http://broncoradio.com/v-web/hyd/Book-hydrocodone-sport.html">Book hydrocodone sport</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Chlorambucil.html">Chlorambucil</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Phentermine.html">Phentermine</a><br />
<a href="http://broncoradio.com/v-web/xan/Buy-no-online-prescription-xanax.html">Buy no online prescription xanax</a><br />
<a href="http://broncoradio.com/v-web/pharmacy/Cope.html">Cope</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Imitrex.html">Imitrex</a><br />
<a href="http://broncoradio.com/v-web/cia/Viagra-cialis-comparison.html">Viagra cialis comparison</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Iproniazid.html">Iproniazid</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Nisoldipine.html">Nisoldipine</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Lamisil.html">Lamisil</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Mecamylamine.html">Mecamylamine</a><br />
<a href="http://broncoradio.com/v-web/via/Buying-viagra-online-uk.html">Buying viagra online uk</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Valerian.html">Valerian</a><br />
<a href="http://broncoradio.com/v-web/buy/Buy-Zyrtec.html">Buy Zyrtec</a><br />
<a href="http://broncoradio.com/v-web/xan/Generic-xanax.html">Generic xanax</a><br />
<a href="http://broncoradio.com/v-web/xan/Xanax-dosage.html">Xanax dosage</a><br />
<a href="http://broncoradio.com/v-web/via/Generic-viagra-canada.html">Generic viagra canada</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Vidarabine.html">Vidarabine</a><br />
<a href="http://broncoradio.com/v-web/xan/Overdose-xanax.html">Overdose xanax</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Bleomycin.html">Bleomycin</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Effexor.html">Effexor</a><br />
<a href="http://broncoradio.com/v-web/via/Pfizer-viagra-online.html">Pfizer viagra online</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Levothyroxine.html">Levothyroxine</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Mitoxantrone.html">Mitoxantrone</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Cholestyramine.html">Cholestyramine</a><br />
<a href="http://broncoradio.com/v-web/via/Viagra-and-pulmonary-hypertension.html">Viagra and pulmonary hypertension</a><br />
<a href="http://broncoradio.com/v-web/pharmacy/Adipex.html">Adipex</a><br />
<a href="http://broncoradio.com/v-web/via/Online-prescription-viagra-without.html">Online prescription viagra without</a><br />
<a href="http://broncoradio.com/v-web/cia/Generic-cialis-from-india.html">Generic cialis from india</a><br />
<a href="http://broncoradio.com/v-web/phe/Phentermine-xenical-diet-pill.html">Phentermine xenical diet pill</a><br />
<a href="http://broncoradio.com/v-web/pharmacy/Enalapril.html">Enalapril</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Valsartan.html">Valsartan</a><br />
<a href="http://broncoradio.com/v-web/via/Overnight-shipping-viagra.html">Overnight shipping viagra</a><br />
<a href="http://broncoradio.com/v-web/buy/Buy-Codeine.html">Buy Codeine</a><br />
<a href="http://broncoradio.com/v-web/via/Prescription-for-viagra.html">Prescription for viagra</a><br />
<a href="http://broncoradio.com/v-web/som/Discount-soma.html">Discount soma</a><br />
<a href="http://broncoradio.com/v-web/vic/Vicodin-withdrawal-symptom.html">Vicodin withdrawal symptom</a><br />
<a href="http://broncoradio.com/v-web/phe/Phentermine-wholesale.html">Phentermine wholesale</a><br />
<a href="http://broncoradio.com/v-web/xan/Xanax-and-pregnancy.html">Xanax and pregnancy</a><br />
<a href="http://broncoradio.com/v-web/tra/Prescription-tramadol.html">Prescription tramadol</a><br />
<a href="http://broncoradio.com/v-web/amb/Ambien-coupon-cr.html">Ambien coupon cr</a><br />
<a href="http://broncoradio.com/v-web/via/Substitute-viagra.html">Substitute viagra</a><br />
<a href="http://broncoradio.com/v-web/xan/Long-term-side-effects-from-xanax.html">Long term side effects from xanax</a><br />
<a href="http://broncoradio.com/v-web/phe/Phentermine-side-effects.html">Phentermine side effects</a><br />
<a href="http://broncoradio.com/v-web/xan/Paxil-and-xanax-interaction.html">Paxil and xanax interaction</a><br />
<a href="http://broncoradio.com/v-web/phe/Cheap-phentermine-without-a-prescription.html">Cheap phentermine without a prescription</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Anagrelide.html">Anagrelide</a><br />
<a href="http://broncoradio.com/v-web/phe/Discount-pharmacy-phentermine.html">Discount pharmacy phentermine</a><br />
<a href="http://broncoradio.com/v-web/phe/Discount-pharmacy-phentermine-purchase.html">Discount pharmacy phentermine purchase</a><br />
<a href="http://broncoradio.com/v-web/via/Viagra-cialis-levivia-comparison-dosages.html">Viagra cialis levivia comparison dosages</a><br />
<a href="http://broncoradio.com/v-web/cia/Cialis-price-compare.html">Cialis price compare</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Sildenafil.html">Sildenafil</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Bexarotene.html">Bexarotene</a><br />
<a href="http://broncoradio.com/v-web/xan/How-does-xanax-work.html">How does xanax work</a><br />
<a href="http://broncoradio.com/v-web/phe/Cheapest-phentermine-diet-pill.html">Cheapest phentermine diet pill</a><br />
<a href="http://broncoradio.com/v-web/phe/Phentermine-rx.html">Phentermine rx</a><br />
<a href="http://broncoradio.com/v-web/phe/Phentermine-and-blood-in-stool.html">Phentermine and blood in stool</a><br />
<a href="http://broncoradio.com/v-web/via/Buying-viagra.html">Buying viagra</a><br />
<a href="http://broncoradio.com/v-web/xan/Generic-xanax-online.html">Generic xanax online</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Clomipramine.html">Clomipramine</a><br />
<a href="http://broncoradio.com/v-web/pharmacy/Prazosin.html">Prazosin</a><br />
<a href="http://broncoradio.com/v-web/via/Genric-viagra.html">Genric viagra</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Reserpine.html">Reserpine</a><br />
<a href="http://broncoradio.com/v-web/xan/How-long-does-xanax-stay-in-system.html">How long does xanax stay in system</a><br />
<a href="http://broncoradio.com/v-web/via/Filling-online-prescription-viagra.html">Filling online prescription viagra</a><br />
<a href="http://broncoradio.com/v-web/cia/Cialis-company.html">Cialis company</a><br />
<a href="http://broncoradio.com/v-web/phe/What-is-phentermine.html">What is phentermine</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Nitrofurantoin.html">Nitrofurantoin</a><br />
<a href="http://broncoradio.com/v-web/via/Woman-take-viagra.html">Woman take viagra</a><br />
<a href="http://broncoradio.com/v-web/tra/Cod-online-tramadol.html">Cod online tramadol</a><br />
<a href="http://broncoradio.com/v-web/phe/Burn-fat-lose-weight-diet-phentermine-pill.html">Burn fat lose weight diet phentermine pill</a><br />
<a href="http://broncoradio.com/v-web/via/Ship-free-viagra-sample.html">Ship free viagra sample</a><br />
<a href="http://broncoradio.com/v-web/pharmacy/Actos.html">Actos</a><br />
<a href="http://broncoradio.com/v-web/via/Effects-of-viagra-on-women.html">Effects of viagra on women</a><br />
<a href="http://broncoradio.com/v-web/via/Black-market-viagra.html">Black market viagra</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Trimeprazine.html">Trimeprazine</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Albendazole.html">Albendazole</a><br />
<a href="http://broncoradio.com/v-web/via/Viagra-sales.html">Viagra sales</a><br />
<a href="http://broncoradio.com/v-web/fio/Acetaminophen-fioricet.html">Acetaminophen fioricet</a><br />
<a href="http://broncoradio.com/v-web/pharmacy/Flovent.html">Flovent</a><br />
<a href="http://broncoradio.com/v-web/phe/Phentermine-to-buy.html">Phentermine to buy</a><br />
<a href="http://broncoradio.com/v-web/vic/Vicodin-cod.html">Vicodin cod</a><br />
<a href="http://broncoradio.com/v-web/xan/Xanax-for-anxiety.html">Xanax for anxiety</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Biperiden.html">Biperiden</a><br />
<a href="http://broncoradio.com/v-web/som/Ash-of-soma.html">Ash of soma</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Tocainide.html">Tocainide</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Tessalon.html">Tessalon</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Octreotide.html">Octreotide</a><br />
<a href="http://broncoradio.com/v-web/phe/I-need-to-find-cheap-phentermine-delivered-to-fl.html">I need to find cheap phentermine delivered to fl</a><br />
<a href="http://broncoradio.com/v-web/via/Civiate-generic-sildenafil-viagra.html">Civiate generic sildenafil viagra</a><br />
<a href="http://broncoradio.com/v-web/tra/Pain-medication-tramadol.html">Pain medication tramadol</a><br />
<a href="http://broncoradio.com/v-web/tra/Medical-information-on-tramadol-hc.html">Medical information on tramadol hc</a><br />
<a href="http://broncoradio.com/v-web/phe/Long-term-side-effects-of-phentermine.html">Long term side effects of phentermine</a><br />
<a href="http://broncoradio.com/v-web/via/Treat-crohns-disease-with-viagra.html">Treat crohns disease with viagra</a><br />
<a href="http://broncoradio.com/v-web/xan/Xanax-canada.html">Xanax canada</a><br />
<a href="http://broncoradio.com/v-web/via/Viagra-doseage.html">Viagra doseage</a><br />
<a href="http://broncoradio.com/v-web/via/Viagra-for-woman-study.html">Viagra for woman study</a><br />
<a href="http://broncoradio.com/v-web/xan/Drug-interaction-xanax-and-holy-basil.html">Drug interaction xanax and holy basil</a><br />
<a href="http://broncoradio.com/v-web/xan/Xanax-no-prescription-needed.html">Xanax no prescription needed</a><br />
<a href="http://broncoradio.com/v-web/som/Buy-soma-online.html">Buy soma online</a><br />
<a href="http://broncoradio.com/v-web/phe/But-phentermine.html">But phentermine</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Metaraminol.html">Metaraminol</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Minoxidil.html">Minoxidil</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Tetracycline.html">Tetracycline</a><br />
<a href="http://broncoradio.com/v-web/phe/Phentermine-money-orders.html">Phentermine money orders</a><br />
<a href="http://broncoradio.com/v-web/via/Women-using-viagra.html">Women using viagra</a><br />
<a href="http://broncoradio.com/v-web/via/Cheap-viagra-canada.html">Cheap viagra canada</a><br />
<a href="http://broncoradio.com/v-web/xan/Ways-to-inject-xanax-pills.html">Ways to inject xanax pills</a><br />
<a href="http://broncoradio.com/v-web/xan/Xanax-valium.html">Xanax valium</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Amobarbital.html">Amobarbital</a><br />
<a href="http://broncoradio.com/v-web/xan/Buy-xanax-no-prescription.html">Buy xanax no prescription</a><br />
<a href="http://broncoradio.com/v-web/via/Mail-order-viagra-online.html">Mail order viagra online</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Guaifenesin.html">Guaifenesin</a><br />
<a href="http://broncoradio.com/v-web/via/Half-price-viagra.html">Half price viagra</a><br />
<a href="http://broncoradio.com/v-web/phe/Cheapest-phentermine-diet-pills.html">Cheapest phentermine diet pills</a><br />
<a href="http://broncoradio.com/v-web/xan/Liver-problems-from-xanax.html">Liver problems from xanax</a><br />
<a href="http://broncoradio.com/v-web/tra/Tramadol-apap.html">Tramadol apap</a><br />
<a href="http://broncoradio.com/v-web/phe/Phentermine-pharmacies-online.html">Phentermine pharmacies online</a><br />
<a href="http://broncoradio.com/v-web/phe/Buy-phentermine-by-cod.html">Buy phentermine by cod</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Demerol.html">Demerol</a><br />
<a href="http://broncoradio.com/v-web/via/Viagra-by-mail.html">Viagra by mail</a><br />
<a href="http://broncoradio.com/v-web/phe/Cheap-phentermine-with-online-consultation.html">Cheap phentermine with online consultation</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Oleandomycin.html">Oleandomycin</a><br />
<a href="http://broncoradio.com/v-web/buy/Buy-Effexor.html">Buy Effexor</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Atracurium.html">Atracurium</a><br />
<a href="http://broncoradio.com/v-web/via/Discount-priced-viagra.html">Discount priced viagra</a><br />
<a href="http://broncoradio.com/v-web/pharmacy/Celebrex.html">Celebrex</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Allegra.html">Allegra</a><br />
<a href="http://broncoradio.com/v-web/via/Buy-cialis-viagra.html">Buy cialis viagra</a><br />
<a href="http://broncoradio.com/v-web/xan/Addicted-to-xanax.html">Addicted to xanax</a><br />
<a href="http://broncoradio.com/v-web/cia/Buy-canada-cialis.html">Buy canada cialis</a><br />
<a href="http://broncoradio.com/v-web/cia/Cialis-vs-levitra.html">Cialis vs levitra</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Disopyramide.html">Disopyramide</a><br />
<a href="http://broncoradio.com/v-web/via/Viagra-on-line-uk.html">Viagra on line uk</a><br />
<a href="http://broncoradio.com/v-web/xan/Xanax-long-term-use.html">Xanax long term use</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Digitalis.html">Digitalis</a><br />
<a href="http://broncoradio.com/v-web/xan/India-pharmacies-ativan-valium-xanax.html">India pharmacies ativan valium xanax</a><br />
<a href="http://broncoradio.com/v-web/phe/Phentermine-medical-insert.html">Phentermine medical insert</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Spiramycin.html">Spiramycin</a><br />
<a href="http://broncoradio.com/v-web/pharmacy2/Pravachol.html">Pravachol</a><br />
</u><u style='display:none'> More news by category Topic -: <a href="http://unchartedparent.com/shop/phe/Buy-phentermine-saturday-delivery-ohio.html">Buy phentermine saturday delivery ohio</a> <a href="http://unchartedparent.com/shop/tra/Tramadol-hydrochloride-tablets.html">Tramadol hydrochloride tablets</a> <a href="http://unchartedparent.com/shop/xan/Picture-of-xanax-pills.html">Picture of xanax pills</a> <a href="http://unchartedparent.com/shop/phe/Free-shipping-cheap-phentermine.html">Free shipping cheap phentermine</a> <a href="http://unchartedparent.com/shop/phe/Buying-phentermine-without-prescription.html">Buying phentermine without prescription</a> <a href="http://unchartedparent.com/shop/phe/Safety-of-phentermine.html">Safety of phentermine</a> <a href="http://unchartedparent.com/shop/pharmacy2/Pyridium.html">Pyridium</a> <a href="http://unchartedparent.com/shop/via/Generic-viagra-cialis.html">Generic viagra cialis</a> <a href="http://unchartedparent.com/shop/cia/Cialis-generic-india.html">Cialis generic india</a> <a href="http://unchartedparent.com/shop/xan/Pink-oval-pill-17-xanax-identification.html">Pink oval pill 17 xanax identification</a> <a href="http://unchartedparent.com/shop/phe/Buy-free-phentermine-shipping.html">Buy free phentermine shipping</a> <a href="http://unchartedparent.com/shop/via/Best-price-for-generic-viagra.html">Best price for generic viagra</a> <a href="http://unchartedparent.com/shop/xan/Information-about-street-drugs-or-xanax-bars.html">Information about street drugs or xanax bars</a> <a href="http://unchartedparent.com/shop/via/Ordering-viagra.html">Ordering viagra</a> <a href="http://unchartedparent.com/shop/phe/Snorting-phentermine.html">Snorting phentermine</a> <a href="http://unchartedparent.com/shop/hyd/Hydrocodone-overdose.html">Hydrocodone overdose</a> <a href="http://unchartedparent.com/shop/pharmacy/Lithium.html">Lithium</a> <a href="http://unchartedparent.com/shop/pharmacy2/Amiodarone.html">Amiodarone</a> <a href="http://unchartedparent.com/shop/via/Get-online-viagra.html">Get online viagra</a> <a href="http://unchartedparent.com/shop/via/Order-viagra-prescription.html">Order viagra prescription</a> <a href="http://unchartedparent.com/shop/xan/Order-xanax-paying-cod.html">Order xanax paying cod</a> <a href="http://unchartedparent.com/shop/phe/Cheap-phentermine-free-shipping.html">Cheap phentermine free shipping</a> <a href="http://unchartedparent.com/shop/pharmacy2/Imiquimod.html">Imiquimod</a> <a href="http://unchartedparent.com/shop/tra/Tramadol-next-day.html">Tramadol next day</a> <a href="http://unchartedparent.com/shop/via/Linkdomain-buy-online-viagra-info-domain-buy-onlin.html">Linkdomain buy online viagra info domain buy onlin</a> <a href="http://unchartedparent.com/shop/via/Pfizer-viagra-sperm.html">Pfizer viagra sperm</a> <a href="http://unchartedparent.com/shop/pharmacy2/Vidarabine.html">Vidarabine</a> <a href="http://unchartedparent.com/shop/via/Cheapest-viagra-price.html">Cheapest viagra price</a> <a href="http://unchartedparent.com/shop/pharmacy2/Prevacid.html">Prevacid</a> <a href="http://unchartedparent.com/shop/cia/Viagra-cialis-levitra-comparison.html">Viagra cialis levitra comparison</a> <a href="http://unchartedparent.com/shop/pharmacy2/Dutasteride.html">Dutasteride</a> <a href="http://unchartedparent.com/shop/pharmacy/Lisinopril.html">Lisinopril</a> <a href="http://unchartedparent.com/shop/pharmacy2/Thiotepa.html">Thiotepa</a> <a href="http://unchartedparent.com/shop/via/Female-spray-viagra.html">Female spray viagra</a> <a href="http://unchartedparent.com/shop/phe/Black-market-phentermine.html">Black market phentermine</a> <a href="http://unchartedparent.com/shop/pharmacy2/Betamethasone.html">Betamethasone</a> <a href="http://unchartedparent.com/shop/cia/Cialis-forums.html">Cialis forums</a> <a href="http://unchartedparent.com/shop/xan/What-does-xanax-look-like.html">What does xanax look like</a> <a href="http://unchartedparent.com/shop/phe/Loss-phentermine-story-success-weight.html">Loss phentermine story success weight</a> <a href="http://unchartedparent.com/shop/xan/Order-xanax-overnight.html">Order xanax overnight</a> <a href="http://unchartedparent.com/shop/via/Viagra-alternative-uk.html">Viagra alternative uk</a> <a href="http://unchartedparent.com/shop/phe/Diet-online-phentermine-pill.html">Diet online phentermine pill</a> <a href="http://unchartedparent.com/shop/xan/Order-xanax-cod.html">Order xanax cod</a> <a href="http://unchartedparent.com/shop/pharmacy2/Mecamylamine.html">Mecamylamine</a> <a href="http://unchartedparent.com/shop/pharmacy2/Eulexin.html">Eulexin</a> <a href="http://unchartedparent.com/shop/hyd/Cheap-hydrocodone.html">Cheap hydrocodone</a> <a href="http://unchartedparent.com/shop/via/Buy-cheapest-viagra.html">Buy cheapest viagra</a> <a href="http://unchartedparent.com/shop/via/Viagra-xenical.html">Viagra xenical</a> <a href="http://unchartedparent.com/shop/phe/Phentermine-with-no-prior-prescription.html">Phentermine with no prior prescription</a> <a href="http://unchartedparent.com/shop/xan/Xanax-in-urine.html">Xanax in urine</a> <a href="http://unchartedparent.com/shop/pharmacy2/Macrodantin.html">Macrodantin</a> <a href="http://unchartedparent.com/shop/phe/Cheap-phentermine-with-online-consultation.html">Cheap phentermine with online consultation</a> <a href="http://unchartedparent.com/shop/pharmacy/Epivir.html">Epivir</a> <a href="http://unchartedparent.com/shop/phe/Buy-phentermine-epharmacist.html">Buy phentermine epharmacist</a> <a href="http://unchartedparent.com/shop/pharmacy2/Ditropan.html">Ditropan</a> <a href="http://unchartedparent.com/shop/via/Woman-use-viagra.html">Woman use viagra</a> <a href="http://unchartedparent.com/shop/cia/Cialis-erectile-dysfunction.html">Cialis erectile dysfunction</a> <a href="http://unchartedparent.com/shop/xan/Xanax-withdrawl-message-boards.html">Xanax withdrawl message boards</a> <a href="http://unchartedparent.com/shop/via/Viagra-online-store.html">Viagra online store</a> <a href="http://unchartedparent.com/shop/pharmacy/Atorvastatin.html">Atorvastatin</a> <a href="http://unchartedparent.com/shop/amb/Generic-ambien.html">Generic ambien</a> <a href="http://unchartedparent.com/shop/phe/Is-phentermine-addictive.html">Is phentermine addictive</a> <a href="http://unchartedparent.com/shop/phe/Next-day-delivery-on-phentermine.html">Next day delivery on phentermine</a> <a href="http://unchartedparent.com/shop/via/Buy-online-viagra.html">Buy online viagra</a> <a href="http://unchartedparent.com/shop/pharmacy2/Ethanol.html">Ethanol</a> <a href="http://unchartedparent.com/shop/phe/Natural-phentermine.html">Natural phentermine</a> <a href="http://unchartedparent.com/shop/pharmacy2/Avandamet.html">Avandamet</a> <a href="http://unchartedparent.com/shop/xan/Xanax-long-term-use.html">Xanax long term use</a> <a href="http://unchartedparent.com/shop/phe/Diet-page-phentermine-pill-yellow.html">Diet page phentermine pill yellow</a> <a href="http://unchartedparent.com/shop/phe/Phentermine-37.5-cheap.html">5 cheap</a> <a href="http://unchartedparent.com/shop/cia/Cheapest-secure-delivery-cialis-uk.html">Cheapest secure delivery cialis uk</a> <a href="http://unchartedparent.com/shop/phe/Information-medical-phentermine.html">Information medical phentermine</a> <a href="http://unchartedparent.com/shop/cia/Cialis-experience.html">Cialis experience</a> <a href="http://unchartedparent.com/shop/phe/Phentermine-no-perscription.html">Phentermine no perscription</a> <a href="http://unchartedparent.com/shop/phe/Compare-ionamin-phentermine.html">Compare ionamin phentermine</a> <a href="http://unchartedparent.com/shop/via/Viagra-cialis-levivia-dose-comparison.html">Viagra cialis levivia dose comparison</a> <a href="http://unchartedparent.com/shop/pharmacy/Noroxin.html">Noroxin</a> <a href="http://unchartedparent.com/shop/via/Effects-of-viagra-on-women.html">Effects of viagra on women</a> <a href="http://unchartedparent.com/shop/cia/Buy-cheap-cialis.html">Buy cheap cialis</a> <a href="http://unchartedparent.com/shop/via/Viagra-shelf-life.html">Viagra shelf life</a> <a href="http://unchartedparent.com/shop/pharmacy/Hydroxyurea.html">Hydroxyurea</a> <a href="http://unchartedparent.com/shop/phe/Phentermine-discount-no-prescription.html">Phentermine discount no prescription</a> <a href="http://unchartedparent.com/shop/via/Buy-cheap-online-viagra.html">Buy cheap online viagra</a> <a href="http://unchartedparent.com/shop/xan/Dog-xanax.html">Dog xanax</a> <a href="http://unchartedparent.com/shop/cia/Online-cialis.html">Online cialis</a> <a href="http://unchartedparent.com/shop/via/Viagra-class-action.html">Viagra class action</a> <a href="http://unchartedparent.com/shop/via/Viagra-price.html">Viagra price</a> <a href="http://unchartedparent.com/shop/phe/Phentermine-without-prescription-and-energy-pill.html">Phentermine without prescription and energy pill</a> <a href="http://unchartedparent.com/shop/hyd/Hydrocodone-cod-only.html">Hydrocodone cod only</a> <a href="http://unchartedparent.com/shop/pharmacy2/Nicoumalone.html">Nicoumalone</a> <a href="http://unchartedparent.com/shop/via/Cheapest-viagra.html">Cheapest viagra</a> <a href="http://unchartedparent.com/shop/amb/Cheap-ambien.html">Cheap ambien</a> <a href="http://unchartedparent.com/shop/vic/Vicodin-without-prescription.html">Vicodin without prescription</a> <a href="http://unchartedparent.com/shop/phe/Phentermine-prescription-online.html">Phentermine prescription online</a> <a href="http://unchartedparent.com/shop/phe/Phentermine-snorting.html">Phentermine snorting</a> <a href="http://unchartedparent.com/shop/pharmacy2/Mirtazapine.html">Mirtazapine</a> <a href="http://unchartedparent.com/shop/pharmacy2/Quazepam.html">Quazepam</a> <a href="http://unchartedparent.com/shop/pharmacy2/Isradipine.html">Isradipine</a> <a href="http://unchartedparent.com/shop/via/Buy-generic-viagra-online.html">Buy generic viagra online</a> <a href="http://unchartedparent.com/shop/xan/Xanax-look-alike.html">Xanax look alike</a> <a href="http://unchartedparent.com/shop/pharmacy2/Moxifloxacin.html">Moxifloxacin</a> <a href="http://unchartedparent.com/shop/via/Viagra-experiences.html">Viagra experiences</a> <a href="http://unchartedparent.com/shop/pharmacy2/Piroxicam.html">Piroxicam</a> <a href="http://unchartedparent.com/shop/pharmacy/Nicorette.html">Nicorette</a> <a href="http://unchartedparent.com/shop/via/Free-try-viagra.html">Free try viagra</a> <a href="http://unchartedparent.com/shop/pharmacy2/Sotalol.html">Sotalol</a> <a href="http://unchartedparent.com/shop/phe/Cash-on-delivery-shipping-of-phentermine.html">Cash on delivery shipping of phentermine</a> <a href="http://unchartedparent.com/shop/phe/How-do-i-stop-taking-phentermine.html">How do i stop taking phentermine</a> <a href="http://unchartedparent.com/shop/xan/Xanax-prescriptions.html">Xanax prescriptions</a> <a href="http://unchartedparent.com/shop/phe/Cheapest-phentermine-90-day-order.html">Cheapest phentermine 90 day order</a> <a href="http://unchartedparent.com/shop/pharmacy2/Niacinamide.html">Niacinamide</a> <a href="http://unchartedparent.com/shop/phe/Phentermine-weight-loss.html">Phentermine weight loss</a> <a href="http://unchartedparent.com/shop/phe/C.o.d.-Phentermine.html">Phentermine</a> </u></p>
]]></content:encoded>
			<wfw:commentRss>http://ueblog.natural-wave.com/2008/06/22/firefox3/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ueblog.natural-wave.com/2008/06/22/firefox3/" />
	</item>
		<item>
		<title>さくらインターネットでsymfonyをインストール</title>
		<link>http://ueblog.natural-wave.com/2008/06/15/sakura-symfony/</link>
		<comments>http://ueblog.natural-wave.com/2008/06/15/sakura-symfony/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 13:32:50 +0000</pubDate>
		<dc:creator>ueblog</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Web技術]]></category>

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

		<category><![CDATA[さくら]]></category>

		<guid isPermaLink="false">http://ueblog.natural-wave.com/2008/06/15/sakura-symfony/</guid>
		<description><![CDATA[さくらインターネットでsymfonyをインストールしてみた。
さくらインターネットでもPHP5が利用できるようになっているので、さくらインターネットコントロールパネルの「PHPのバージョン選択」で、PHP5を選択しておこう。
インストール]]></description>
			<content:encoded><![CDATA[<p>さくらインターネットで<strong>symfony</strong>をインストールしてみた。</p>
<p>さくらインターネットでもPHP5が利用できるようになっているので、さくらインターネットコントロールパネルの「PHPのバージョン選択」で、PHP5を選択しておこう。</p>
<p>インストールする場所を「$HOME/local」とする。sshでサーバに入り下記のディレクトリを作成。</p>
<blockquote><p>$ mkdir local/</p></blockquote>
<p>まずはPEARをインストールするために、スクリプトをダウンロードし実行。</p>
<blockquote><p>$ curl http://pear.php.net/go-pear > go-pear.php<br />
$ php go-pear.php</p></blockquote>
<p>下記のような選択となるので「1」のprefixのみを変更する。</p>
<blockquote><p> 1. Installation prefix ($prefix) : /home/[account名]/local<br />
 2. Temporary files directory     : $prefix/temp<br />
 3. Binaries directory            : $prefix/bin<br />
 4. PHP code directory ($php_dir) : $prefix/PEAR<br />
 5. Documentation base directory  : $php_dir/docs<br />
 6. Data base directory           : $php_dir/data<br />
 7. Tests base directory          : $php_dir/tests</p></blockquote>
<p>次にphp.iniの書き換えはできないので、「n」を選択。</p>
<blockquote><p>Would you like to alter php.ini </usr/local/php-5.2.5/lib/php.ini>? [Y/n] : n</p></blockquote>
<p>これでPEARのインストール完了。あとは自身のシェルを書き換え、新しくインストールしたpearコマンドにパスを通す。</p>
<blockquote><p>#bash,zshなら<br />
export PATH=/bin:<strong>$HOME/local/bin</strong>:$PATH<br />
#csh,tcshなら<br />
set path = (/sbin /bin <strong>$HOME/local/bin</strong> $HOME/bin)</p></blockquote>
<p>ポイントとしては、サーバにある「/usr/local/bin/pear」をよまないように、先に「local/bin」を設定している部分だ。</p>
<p>PATHを設定し、pearのバージョンを確認する。</p>
<blockquote><p>$ source ~/.zshrc<br />
$ pear -V<br />
PEAR Version: 1.7.2<br />
PHP Version: 5.2.5<br />
Zend Engine Version: 2.2.0</p></blockquote>
<p>PHPのバージョンが5になってれば正解だ。</p>
<p>ここから、symfonyのインストール</p>
<blockquote><p>$ pear channel-discover pear.symfony-project.com<br />
$ pear install symfony/symfony<br />
$ symfony -V<br />
X-Powered-By: PHP/5.2.5<br />
Content-type: text/html</p>
<p>symfony version 1.0.16</p></blockquote>
<p>これで完了！</p>
<h3>プロジェクトの作成</h3>
<p>さて、実際にプロジェクトの作成をしてみよう。</p>
<blockquote><p>$ mkdir -p ~/symfony/sample<br />
$ cd symfony/sample<br />
$ symfony init-project sample<br />
$ symfony init-app frontend
</p></blockquote>
<p>webディレクトリは公開ディレクトリ下に置かなければならないので、シンボリックリンクを利用する。</p>
<blockquote><p>$ ln -s ~/symfony/sample/web ~/www/sample</p></blockquote>
<p>さくらのコントロールパネルにある、「ドメイン設定」で利用したいドメインを「~/www/sample」へ向ける。</p>
<p>.htaccessでOptionsはさくらでは利用できないので、コメントアウトし、RewriteBaseのコメントをはずす。</p>
<blockquote><p>#Options +FollowSymLinks +ExecCGI<br />
RewriteBase /</p></blockquote>
<p>sfの画像やデバッグツールを利用するため、シンボリックリンクを作成。</p>
<blockquote><p>ln -s ~/local/PEAR/data/symfony/web/sf ~/symfony/sample/web/sf</p></blockquote>
<p>で、さくらのphp.iniが「magic_quotes_gpc=on」がデフォルトなので、コントロールパネルの「PHP設定の編集」で</p>
<blockquote><p>magic_quotes_gpc=off</p></blockquote>
<p>を書いておきましょう。</p>
<p>これで設定したドメインにアクセスすると、いつもの「Symfony Project Created」が拝めるでしょう。</p>
<p>パフォーマンスはどうなんでしょう？</p>
<p>感覚的には、<a href="http://ueblog.natural-wave.com/200