<?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>ThinkPad X31 with Xubuntu &#187; WordPress</title>
	<atom:link href="http://x31.yoshi-1968.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://x31.yoshi-1968.com</link>
	<description>−時々気が向いたらメモる備忘録−</description>
	<lastBuildDate>Fri, 04 Nov 2011 15:18:34 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>同一投稿名</title>
		<link>http://x31.yoshi-1968.com/2008/05/02/%e5%90%8c%e4%b8%80%e6%8a%95%e7%a8%bf%e5%90%8d/</link>
		<comments>http://x31.yoshi-1968.com/2008/05/02/%e5%90%8c%e4%b8%80%e6%8a%95%e7%a8%bf%e5%90%8d/#comments</comments>
		<pubDate>Thu, 01 May 2008 15:00:33 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=99</guid>
		<description><![CDATA[WordPress のタイトルに日本語を使用した場合、同一タイトルが存在すると新しく投稿（保存）が出来ないようです。 2.5.1 にバージョンアップしたら直っているかなと期待してましたが未だでした。 詳細は WordPr [...]]]></description>
			<content:encoded><![CDATA[				<p>WordPress のタイトルに日本語を使用した場合、同一タイトルが存在すると新しく投稿（保存）が出来ないようです。<br />
				2.5.1 にバージョンアップしたら直っているかなと期待してましたが未だでした。</p>
				<p>詳細は <a href="http://ja.forums.wordpress.org/topic/44">WordPress フォーラム</a>をご参照ください。<br />
				以下は引用です。</p>
				<p># 行番号は 2.5.1 用に変更しています。</p>
				<blockquote><p>
				wp-includes/post.phpの1284行辺りにurlencode、urldecodeを追加・変更することで解消しました。</p>
				<blockquote><p>
				if ($post_name_check || in_array($post_name, $wp_rewrite->feeds) ) {<br />
					$suffix = 2;<br />
					do {<br />
						$alt_post_name = substr($post_name, 0, 200-(strlen($suffix)+1)). &#8220;-$suffix&#8221;;<br />
						$alt_post_name = urldecode ($alt_post_name);	//★追加<br />
						// expected_slashed ($alt_post_name, $post_name, $post_type)<br />
						$post_name_check = $wpdb->get_var($wpdb->prepare(&#8220;SELECT post_name FROM $wpdb->posts WHERE post_name = &#8216;$alt_post_name&#8217; AND post_type = &#8216;$post_type&#8217; AND ID != %d AND post_parent = %d LIMIT 1&#8243;, $post_ID, $post_parent));<br />
						$suffix++;<br />
					} while ($post_name_check);<br />
					$post_name =urlencode($alt_post_name);	//★変更<br />
				}
				</p></blockquote>
				</blockquote>
				<p>だそうです。</p>
]]></content:encoded>
			<wfw:commentRss>http://x31.yoshi-1968.com/2008/05/02/%e5%90%8c%e4%b8%80%e6%8a%95%e7%a8%bf%e5%90%8d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vistered Little 1.7.7</title>
		<link>http://x31.yoshi-1968.com/2008/04/30/vistered-little-177/</link>
		<comments>http://x31.yoshi-1968.com/2008/04/30/vistered-little-177/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 14:44:13 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=93</guid>
		<description><![CDATA[今の WordPress のテーマ、大きな画像を固定表示させると動作がかなり遅いです。 特に firefox 3 になってから顕著に思われます。 でも、背景画像はお気に入りなので、左下に小さく表示することにしました。 し [...]]]></description>
			<content:encoded><![CDATA[				<p>今の WordPress のテーマ、大きな画像を固定表示させると動作がかなり遅いです。<br />
				特に firefox 3 になってから顕著に思われます。</p>
				<p>でも、背景画像はお気に入りなので、左下に小さく表示することにしました。</p>
				<p>しばらくこれで行ってみよう。</p>
]]></content:encoded>
			<wfw:commentRss>http://x31.yoshi-1968.com/2008/04/30/vistered-little-177/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>counter</title>
		<link>http://x31.yoshi-1968.com/2008/04/13/counter/</link>
		<comments>http://x31.yoshi-1968.com/2008/04/13/counter/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 14:46:19 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=91</guid>
		<description><![CDATA[WordPress のバージョンを 2.5 にアップグレードしてから、 Counterize II もバージョンアップしました。 ところが、カウンタとしては今まで Counterize II にコードを一部追加して使って [...]]]></description>
			<content:encoded><![CDATA[				<p>WordPress のバージョンを 2.5 にアップグレードしてから、 Counterize II もバージョンアップしました。<br />
				ところが、カウンタとしては今まで Counterize II にコードを一部追加して使っていましたが、バージョンアップ以降、うまく動作しなくなりました。<br />
				プラグインのバージョンアップの度にコードを追加・修正するのも何なので、普通の CGI のカウンタに変更してみました。<br />
				以前に使ってた php のカウンタとは異なり、データが飛んでしまうことは（たぶん）ないでしょう。</p>
				<p>使ってみたのは<a href="http://hp.bird.to/info/counter4.html">カウンターSP(C)HPサービスさま</a>の「昨日・今日・トータルカウンターSP」です。<br />
				シンプルで気に入っています。</p>
]]></content:encoded>
			<wfw:commentRss>http://x31.yoshi-1968.com/2008/04/13/counter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 日本語版</title>
		<link>http://x31.yoshi-1968.com/2008/02/07/wordpress-%e6%97%a5%e6%9c%ac%e8%aa%9e%e7%89%88/</link>
		<comments>http://x31.yoshi-1968.com/2008/02/07/wordpress-%e6%97%a5%e6%9c%ac%e8%aa%9e%e7%89%88/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 14:46:44 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[multibyte]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[日本語版]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/2008/02/07/wordpress-%e6%97%a5%e6%9c%ac%e8%aa%9e%e7%89%88/</guid>
		<description><![CDATA[気が付いていませんでした。 日本語リソースをインストールしていたので、いつもオリジナル英語版をアップグレードしていました。 でも、WordPress 日本語版があったのですね・・・って大ボケです。 2.3.3にアップグレ [...]]]></description>
			<content:encoded><![CDATA[				<p>気が付いていませんでした。</p>
				<p>日本語リソースをインストールしていたので、いつもオリジナル英語版をアップグレードしていました。<br />
				でも、WordPress 日本語版があったのですね・・・って大ボケです。</p>
				<p>2.3.3にアップグレードする必要があったので、<a href="http://ja.wordpress.org/">http://ja.wordpress.org/</a>からダウンロードしてftpでup、wp-admin/upgrade.phpにアクセスして無事完了です。</p>
				<p>ついでに、<a href="http://eastcoder.com/code/wp-multibyte-patch">http://eastcoder.com/code/wp-multibyte-patch</a>のお世話になって、「マルチバイト文字の取り扱いに関する不具合の累積的修正と強化」を行いました。（そのままの引用です）</p>
]]></content:encoded>
			<wfw:commentRss>http://x31.yoshi-1968.com/2008/02/07/wordpress-%e6%97%a5%e6%9c%ac%e8%aa%9e%e7%89%88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vistered Little</title>
		<link>http://x31.yoshi-1968.com/2008/01/01/vistered-little-2/</link>
		<comments>http://x31.yoshi-1968.com/2008/01/01/vistered-little-2/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 03:27:42 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/2008/01/01/vistered-little-2/</guid>
		<description><![CDATA[いや、もう恥ずかしい限りで。タグ、次のエラーでダメダメなのに今の今まで気がつきませんでした。 Fatal error: Call to undefined function: utw_showcurrenttagset( [...]]]></description>
			<content:encoded><![CDATA[				<p>いや、もう恥ずかしい限りで。タグ、次のエラーでダメダメなのに今の今まで気がつきませんでした。</p>
				<blockquote><p>
				Fatal error: Call to undefined function: utw_showcurrenttagset() in /mnt/web4/51/69/51628669/htdocs/wp-content/themes/vistered-little/header.php on line 6</p></blockquote>
				<p>私自身はタグを全然使っていないことがバレバレです。<br />
				header.phpの</p>
				<blockquote><p>
				( function_exists( ‘is_tag’ ) &#038;&#038; is_tag() ) {<br />
				UTW_ShowCurrentTagSet(’tagsettextonly’);<br />
				echo ‘ ‘ . __(’@&#8217;, VL_DOMAIN) . ‘ ‘;<br />
				bloginfo(’name’);<br />
				}<br />
				else if
				</p></blockquote>
				<p>をそっくり削除して元どおり。<br />
				これからはタグも積極的?に活用します。</p>
]]></content:encoded>
			<wfw:commentRss>http://x31.yoshi-1968.com/2008/01/01/vistered-little-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress 2.3.2</title>
		<link>http://x31.yoshi-1968.com/2007/12/30/wordpress-232/</link>
		<comments>http://x31.yoshi-1968.com/2007/12/30/wordpress-232/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 09:47:11 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/2007/12/30/wordpress-232/</guid>
		<description><![CDATA[wordpressを2.3.2にアップグレードしました。 ついでにCounterize IIもバージョン 2.12.3にアップデートしました。 カウンタ表示用にcounterize.phpには # Returns amo [...]]]></description>
			<content:encoded><![CDATA[				<p>wordpressを2.3.2にアップグレードしました。<br />
				ついでにCounterize IIもバージョン 2.12.3にアップデートしました。</p>
				<p>カウンタ表示用にcounterize.phpには</p>
				<blockquote><p>
				# Returns amount of hits yesterday.<br />
				function counterize_gethitsyesterday()<br />
				{<br />
				$today = date(&#8220;Y-m-d&#8221;);<br />
				$yesterday = date(&#8220;Y-m-d&#8221;,strtotime(&#8220;-1 day&#8221;));<br />
				$sql = &#8220;SELECT COUNT(1) FROM &#8220;.counterize_logTable().&#8221; WHERE timestamp >= &#8216;$yesterday&#8217; AND timestamp < '$today' ";<br />
				$wpdb =&#038; $GLOBALS['wpdb'];<br />
				return $wpdb->get_var($sql);<br />
				}</p>
				<p># Returns amount of unique hits yesterday<br />
				function counterize_getuniquehitsyesterday()<br />
				{<br />
					$today = date(&#8220;Y-m-d&#8221;);<br />
					$yesterday = date(&#8220;Y-m-d&#8221;,strtotime(&#8220;-1 day&#8221;));<br />
					$sql = &#8220;SELECT count(DISTINCT ip) FROM &#8220;.counterize_logTable().&#8221; WHERE timestamp >= &#8216;$yesterday&#8217; AND timestamp < '$today' ";<br />
					$wpdb =&#038; $GLOBALS['wpdb'];<br />
					return $wpdb->get_var($sql);<br />
				}
				</p></blockquote>
				<p>を追加してます。</p>
]]></content:encoded>
			<wfw:commentRss>http://x31.yoshi-1968.com/2007/12/30/wordpress-232/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vistered Little</title>
		<link>http://x31.yoshi-1968.com/2007/12/15/vistered-little/</link>
		<comments>http://x31.yoshi-1968.com/2007/12/15/vistered-little/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 13:50:08 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/2007/12/15/vistered-little/</guid>
		<description><![CDATA[WordPress、今のモノクロデザインのテーマに落ち着きそうです。 テーマファイルはこちらのWINDY ROADから最新バージョン1.7.7をダウンロードしました。 同じサイトからSkinner PluginとPres [...]]]></description>
			<content:encoded><![CDATA[				<p>WordPress、今のモノクロデザインのテーマに落ち着きそうです。<br />
				テーマファイルは<a href="http://windyroad.org/software/wordpress/vistered-little-theme/download/">こちらのWINDY ROAD</a>から最新バージョン1.7.7をダウンロードしました。<br />
				同じサイトからSkinner PluginとPresentation Toolkit Pluginをダウンロード、インストールしてデザインを変更したのが今の状態です。<br />
				ハマったのは背景の選択でした。サムネイルをクリックしても目的の背景にならなかったのでどうしたものかと思案していたら、何のことはない、firefoxのキャッシュをクリアしていなかったことが原因でした。</p>
				<p>・・・最近はxubuntuについて書くことがありません。<br />
				動作は全く安定してますし、ワープロや表計算、インターネット以外のソフトを使うことが殆ど無いので何も不自由無く過ごしてます。<br />
				ブログタイトルを変更しないとダメ？</p>
]]></content:encoded>
			<wfw:commentRss>http://x31.yoshi-1968.com/2007/12/15/vistered-little/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Counterize II</title>
		<link>http://x31.yoshi-1968.com/2007/12/14/counterize-ii/</link>
		<comments>http://x31.yoshi-1968.com/2007/12/14/counterize-ii/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 14:55:12 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/2007/12/14/counterize-ii/</guid>
		<description><![CDATA[カウンター、やっぱりダメでした。しばらくCounterize IIにします。 PHPウィジェットには Total hits: < ?php echo counterize_getamount(); ?> Hits fro [...]]]></description>
			<content:encoded><![CDATA[				<p>カウンター、やっぱりダメでした。しばらくCounterize IIにします。<br />
				PHPウィジェットには</p>
				<blockquote><p>
				Total hits: < ?php echo counterize_getamount(); ?><br />
				Hits from unique IPs: < ?php echo counterize_getuniqueamount(); ?></p>
				<p>今日: < ?php echo counterize_gethitstoday(); ?> hits and < ?php echo counterize_getuniquehitstoday(); ?> unique.<br />
				昨日: < ?php echo counterize_gethitsyesterday(); ?> hits and < ?php echo counterize_getuniquehitsyesterday(); ?> unique.
				</p></blockquote>
				<p>としました。<br />
				「昨日」の表示は<a href="http://blog.oowarai.com/?p=142">芸人社長のブログ</a>に詳しくありますのでご覧あれ。<br />
				これで大丈夫でしょう・・・</p>
]]></content:encoded>
			<wfw:commentRss>http://x31.yoshi-1968.com/2007/12/14/counterize-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P-Counter</title>
		<link>http://x31.yoshi-1968.com/2007/12/12/p-counter/</link>
		<comments>http://x31.yoshi-1968.com/2007/12/12/p-counter/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 14:31:23 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/2007/12/12/p-counter/</guid>
		<description><![CDATA[アクセスカウンタのログが飛びました。ゼロからの再出発です。 一応、こういうことが稀に発生することがあると説明に記述されていましたが、まあ大丈夫だろうと何の根拠もなく高を括っていたのが失敗でした。 一度あることは二度あると [...]]]></description>
			<content:encoded><![CDATA[				<p>アクセスカウンタのログが飛びました。ゼロからの再出発です。<br />
				一応、こういうことが稀に発生することがあると説明に記述されていましたが、まあ大丈夫だろうと何の根拠もなく高を括っていたのが失敗でした。<br />
				一度あることは二度あると思い、P-Counterに代えての様子見とします。</p>
]]></content:encoded>
			<wfw:commentRss>http://x31.yoshi-1968.com/2007/12/12/p-counter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>テーマ</title>
		<link>http://x31.yoshi-1968.com/2007/11/30/%e3%83%86%e3%83%bc%e3%83%9e/</link>
		<comments>http://x31.yoshi-1968.com/2007/11/30/%e3%83%86%e3%83%bc%e3%83%9e/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 08:30:59 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/2007/11/30/%e3%83%86%e3%83%bc%e3%83%9e/</guid>
		<description><![CDATA[気分転換。Wordpressのテーマを替えてみました。本当に沢山のテーマがありますね。 画面上部の小さな四角形をクリックすると背景が変わります。 一番左端の画像（灰色の四角形）が私のX31のデスクトップ画像と同じものです [...]]]></description>
			<content:encoded><![CDATA[				<p>気分転換。Wordpressのテーマを替えてみました。本当に沢山のテーマがありますね。<br />
				画面上部の小さな四角形をクリックすると背景が変わります。<br />
				一番左端の画像（灰色の四角形）が私のX31のデスクトップ画像と同じものです。</p>
				<p>賛否両論かな。</p>
]]></content:encoded>
			<wfw:commentRss>http://x31.yoshi-1968.com/2007/11/30/%e3%83%86%e3%83%bc%e3%83%9e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
