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

<channel>
	<title>HOTSYSTEMS - BLOG - &#187; wordpress</title>
	<atom:link href="http://www.hotsystems.jp/blog/archives/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hotsystems.jp/blog</link>
	<description>簡単で使いやすいシステム開発でみんなを笑顔に！</description>
	<lastBuildDate>Sat, 22 Oct 2011 16:26:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 独自テンプレート　プラグインが動かない？</title>
		<link>http://www.hotsystems.jp/blog/archives/288</link>
		<comments>http://www.hotsystems.jp/blog/archives/288#comments</comments>
		<pubDate>Mon, 23 Aug 2010 01:29:44 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=288</guid>
		<description><![CDATA[WordPressにて独自テンプレートを作るときにヘッダーとフッターにそれぞれ
&#60;/head&#62;の前あたりに
&#60;?php wp_head(); ?&#62;
&#60;/body&#62;の前あたりに
&#60;?php wp_footer(); ?&#62;
をいれないと使えないプラグインがあるので。
ついつい忘れそうになるので、記載
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/288/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress2.6系 CPIの設定</title>
		<link>http://www.hotsystems.jp/blog/archives/251</link>
		<comments>http://www.hotsystems.jp/blog/archives/251#comments</comments>
		<pubDate>Mon, 10 Nov 2008 06:01:33 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/archives/251</guid>
		<description><![CDATA[WordPress2.6.3をCPIのサーバにインストールした時の覚書。
/html/blog/にwordpressをインストール
■.htaccessの設定　/html/blog/.htaccess
 AddHandler x-httpd-php524 .php
 suPHP_ConfigPath /usr/home/お客様ID/html/blog/
※2行目は下層フォルダにもphp.iniの設定を反映させるおまじない
これを書いていなかった為かなりはまる事に・・・・
■php.iniの設定　/html/blog/php.ini
 mbstring.language = Japanese
 mbstring.internal_encoding = UTF-8
 mbstring.http_input = auto
 mbstring.http_output = UTF-8
 mbstring.encoding_translation = On
 mbstring.detect_order = auto
 mbstring.substitute_character = none;
■wp-config.php
 define(&#8216;DB_HOST&#8217;, &#8216;127.0.0.1:3307&#8242;);
※CPIではMySQLのバージョンが二つ選べるのでポートで指定
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/251/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 参考本</title>
		<link>http://www.hotsystems.jp/blog/archives/162</link>
		<comments>http://www.hotsystems.jp/blog/archives/162#comments</comments>
		<pubDate>Thu, 25 Oct 2007 14:24:07 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/archives/162</guid>
		<description><![CDATA[先日、打ち合わせに出たついでに書店に寄りWordPressの参考書を買ってきた。タグリファレンスやブログツールとしてだけでなくCMSとしての使い方なども載っていた。自分のサイトもこれで管理してみよう！と思いつつ買ってから一週間位たっているんだよね。自分のサイトをXHTML +　CSSで作り直した所だしそろそろやってみたい。
明日は少しうねりが入ってきそうですな。
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/162/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>スパムコメント　パート２</title>
		<link>http://www.hotsystems.jp/blog/archives/161</link>
		<comments>http://www.hotsystems.jp/blog/archives/161#comments</comments>
		<pubDate>Tue, 23 Oct 2007 01:10:24 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/archives/161</guid>
		<description><![CDATA[先日、スパム対策にWordPress Hashcashを入れてみたが自分が普通にコメントできなかったのでBad-Behaviorと言うのに変えて様子を見ていた。しかし殆ど効果がない。どんどん入ってきますよ。訳分からんコメントが。携帯は夜中じゃんじゃんなるので、電源切って寝てた。。。うーむ何か方法は無いのか？ってことでこんどはやっぱりWordPress Hashcashを有効にしてみる。
これで上手くいくだろうか？様子をみてみよう。
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/161/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress2.2</title>
		<link>http://www.hotsystems.jp/blog/archives/53</link>
		<comments>http://www.hotsystems.jp/blog/archives/53#comments</comments>
		<pubDate>Thu, 21 Jun 2007 11:41:30 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/archives/53</guid>
		<description><![CDATA[WordPress2.2の本が出たってことで、このブログも2.1からバージョンアップしてみた。バージョンアップは以外と簡単。とりあえず現在のバックアップをとり2.2のファイルをアップするだけ。DBの変更もいらないし問題も特になさそうだ。ただサイドバーやら、フッターやら、スタイルシートを変更していた所はもう一度設定しなければならないよう。具体的に何が変わったのかイマイチまだわかりませんが、きっと機能的にパワーアップしているのでしょう。そんな事も知らないでバージョンを上げてしまうなんてどんなん・・・・？まあ、実験的？(特になにもやっておりませんが。。。)に使っているこのブログなら問題ありましぇ?ん。さてさてまだ新しい本のチェックはしてないので、明日あたり本屋行って見てみましょ。

]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/53/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>アクセス解析</title>
		<link>http://www.hotsystems.jp/blog/archives/6</link>
		<comments>http://www.hotsystems.jp/blog/archives/6#comments</comments>
		<pubDate>Wed, 09 May 2007 03:25:45 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=6</guid>
		<description><![CDATA[このブログで使っているwordpressにアクセス解析を入れてみようという事になりました。最初は本に載っていた「bsuite」を入れてみようと思ったんだけど、英語が苦手な小生。。。日本語版の解析はないのか！？と探してみると「StatTraq」と云うものがありやんした。
早速ダウンロードして入れてみるが？？？日本語になっていないぞ。。。色々調べた結果（Masayanさんありがとうございました。）WPの設定ファイルの言語とpluginsのmoファイルの名前が同じでないといけないらしい。（ちなみに最初WPの設定をEUC-JPにしていました）
define (’WPLANG’, ‘ja_UTF’); ← これがja_EUCになっておった
stattraq-ja_UTF.mo
ja_UTFが同じでないと駄目
結局、文字化けなどもあったのでWPもUTF-8にした方が早いちゃうの？ってことで最初からやり直し。。。
てなわけで無事アクセス解析を追加する事ができました。
補足：
wp-stattraq/index.phpの50行目あたりに以下を追加するとStatTraq管理画面の一部ページで文字化けしてしまうのを回避できた
&#60;meta http-equiv=&#8221;content-type&#8221; content=&#8221;text/html;charset=UTF-8&#8243;&#62;
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>アソシエイトリンク</title>
		<link>http://www.hotsystems.jp/blog/archives/4</link>
		<comments>http://www.hotsystems.jp/blog/archives/4#comments</comments>
		<pubDate>Wed, 09 May 2007 02:38:54 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog3/?p=4</guid>
		<description><![CDATA[Amazonのアソシエイトリンクを入れてみたところ、何故かリンク先に飛んでいかない。調べて見るとどうやら新しいウィンドで開くとちゃんと飛んで行くみたいだ。それとNetscapeでは飛んでる。。
しょうがないのでアソシエイトリンクの中をちょいと修正して別ウィンドで表示できるように
lt1=_blank
をiframe内のｓｒｃに追加。とりあえず表示できるみたいだ。しかしなんでだろう？？
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World!!</title>
		<link>http://www.hotsystems.jp/blog/archives/3</link>
		<comments>http://www.hotsystems.jp/blog/archives/3#comments</comments>
		<pubDate>Wed, 09 May 2007 02:38:03 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog3/?p=3</guid>
		<description><![CDATA[WordPress（フリーのブログツール）にて自身初のブログを立ち上げてみました。きっかけは「ホット、これ（WordPress)今度使ってみたいから調べておいて」といつもお世話になっておりますデザイン会社の社長さんから頼まれ、テストインストールするうちに自分もブログ書いてみよっかなと、なんともまあ、お気楽な気持ちで立ち上げたのでした。
そもそも、文章書く事の苦手な小生としてはテーマが重要！！波乗りと仕事絡みの事ならなんとなしに書けるかなと。。。気負いせずにいってみます。
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

