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

<channel>
	<title>8bitodyssey.com &#187; 読書</title>
	<atom:link href="http://8bitodyssey.com/archives/tag/%e8%aa%ad%e6%9b%b8/feed" rel="self" type="application/rss+xml" />
	<link>http://8bitodyssey.com</link>
	<description>WordPressでつづる、おでのこの道わが旅。</description>
	<lastBuildDate>Mon, 21 May 2012 15:00:24 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://8bitodyssey.com/archives/tag/%e8%aa%ad%e6%9b%b8/feed" />
		<item>
		<title>[WordPress] WordPress標準ガイドブック</title>
		<link>http://8bitodyssey.com/archives/709</link>
		<comments>http://8bitodyssey.com/archives/709#comments</comments>
		<pubDate>Thu, 28 Sep 2006 14:59:59 +0000</pubDate>
		<dc:creator>おで</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[読書録]]></category>
		<category><![CDATA[読書]]></category>

		<guid isPermaLink="false">http://8bitodyssey.com/archives/709</guid>
		<description><![CDATA[<p><img src="http://www.odysseygate.com/images/pero.jpg" style="float: left; margin: 2px 5px 1px 0px"/></p>
<p><a href="http://static.flickr.com/97/254207807_79b8f38077.jpg" title="WordPress標準ガイドブック" rel="lightbox"><img src="http://static.flickr.com/97/254207807_79b8f38077_m.jpg" width="240" height="180" alt="WordPress標準ガイドブック" title="WordPress標準ガイドブック" class="imgalignleft" /></a><a href="http://8bitodyssey.com/archives/708" title="[WordPress] WordPressオフ in Tokyo">WordPressオフ in Tokyo</a>のビンゴ大会で頂いた、<a href="http://detlog.org/" target="_blank" title="detlog.org">Naoさん</a>執筆の『<strong style="color: #dc143c;">WordPress標準ガイド</strong>』が昨日（9/27）届きました :smile2: （Naoさん、<a href="http://cafelog.net/" target="_blank" title="cafelog">Otsukareさん</a>、<a href="http://book.mycom.co.jp/book/4-8399-2169-5/4-8399-2169-5.shtml" target="_blank" title="Mycom">MYCOMさん</a>、ありがとうございましたm(_ _)m。大切に使います）。<a href="http://www.flickr.com/photos/odysseygate/254207807/" target="_blank" title="2 flickr">2 flickr</a></p>
<p>WordPress本というと、『WordPressでつくる！最強のブログサイト』『次世代ブログWordPressで一歩先を行く』の2つの本もありますが、本書『WordPress標準ガイド』はオリジナルテーマの作成やカスタマイズなど、ブログの顔となる見た目をデザインする内容が中心となっています。</p>
<p>WordPressを始めて、ある程度遊びつくすと、最終的に行き着くところはやはりテーマのカスタマイズ…とはWPオフで<a href="http://zazie-tyo.com/" target="_blank" title="Zazie@Tokyo">Zazieさん</a>とも話していたことです。いや、<a href="http://hiromasa.zone.ne.jp/blog/" target="_blank" title="hiromasa.zone :o)">ひろまささん</a>ならプラグインの作成、と言うかもしれません…。いや、むしろ言って欲しい。…んがおいらには無理なので :troubled3: </p>
<p>本書は、単にソースコードを羅列するのではなく、どうしたらどういう結果（見た目）になるのか、どうするのが一般的なのか望ましいのか、丁寧に解説されているので分かりやすいと思います。</p>
<p>そんなわけで、これから自分だけのテーマを作ってみたいという中級ユーザさんや、サイドバーのカスタマイズ方法を知りたいという初中級ユーザはもちろんのこと、これからWordPressを始めたいという初心者ユーザさんにもオススメの一冊です。</p>
<p>…と頂いたのでたっぷり目に宣伝してみました。</p>
<p>そんなこんなで、私もそろそろローカル環境にWPのテスト環境を構築しようと思って、本書と付属のCD-ROMを使ってApache、PHP、MySQL、PHPMyAdmin、そしてWPをメインのノートPCにインストールしてみました。……ところが！</p>
<p>管理画面にログインしようとすると、<q style="font-weight: bold; color:#7d9ecd;">Warning: Invalid argument supplied for foreach() in /……/wp-includes/capabilities.php on line 19 </q>orz</p>
<p><a href="http://phpbb.xwd.jp/viewtopic.php?p=2056" target="_blank" title="WP-FORUM">フォーラム</a>やネットを見る限り、ログインユーザの権限部分がEUCとUTF-8の文字コード不整合を起こしてるようなのですが、環境やヴァージョンにも寄りけりで色々対処を施しても直らずorz</p>
<p>ノートPCにはかなり色々なソフトウェアが入ってしまっているし、PHP等のバージョンによっても違うでしょうから、原因を特定するのも大変だったので<a href="http://www.apachefriends.org/en/xampp-windows.html" target="_blank" title="apache friends - xampp for windows">XamppLite</a>を使ってみたらこちらはあっさりログイン成功……orz なんでだろう :sad: </p><p>&copy; 2012 <a href="http://www.odysseygate.com/" title="Odysseygate.com">Odysseygate.com</a> This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact odysseygate@gmail.com so we can take legal action immediately.</p><p>鼻からカフェモカ。</p>]]></description>
		<wfw:commentRss>http://8bitodyssey.com/archives/709/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://8bitodyssey.com/archives/709" />
	</item>
		<item>
		<title>[小説] 弥勒の掌 我孫子武丸著</title>
		<link>http://8bitodyssey.com/archives/694</link>
		<comments>http://8bitodyssey.com/archives/694#comments</comments>
		<pubDate>Fri, 01 Sep 2006 14:21:36 +0000</pubDate>
		<dc:creator>おで</dc:creator>
				<category><![CDATA[読書録]]></category>
		<category><![CDATA[読書]]></category>

		<guid isPermaLink="false">http://8bitodyssey.com/archives/694</guid>
		<description><![CDATA[<p><img src="http://www.odysseygate.com/images/pero.jpg" style="float: left; margin: 2px 5px 1px 0px"/></p>
<p><a href="http://www.amazon.co.jp/exec/obidos/redirect?link_code=as2&path=ASIN/4163238107&tag=odysseygate-22&camp=247&creative=1211" target="_blank"><img src="http://8bitodyssey.com/diary_photo/20060901.jpg" alt="弥勒の掌" title="弥勒の掌" width="180" height="240" class="imgalignleft" />『弥勒の掌』</a> 文庫になるのを待とうと思っていたのだけれど、このミス2006 ((『このミステリーがすごい 2006年版』のこと。『容疑者Xの献身』じゃなくて、こちらに反応するところが私らしい。))の19位にノミネートしているのを見て思わず買ってしまった一冊。</p>
<p>このミス曰く、<q>我孫子武丸が『殺戮に至る病』から13年。新しいあっと驚く仕掛けを引っさげてこのミスに戻ってきた</q>とのこと。</p>
<p>『殺戮に至る病』と言えば───この本はこういう本で、こういう謎解きなんだとネタばらしするのは好きじゃないのですが、面白いから読め！とだけ書いても伝わらないでしょう…───叙述トリックを使ったサイコサスペンスの傑作 ((傑作であるが、心臓の弱い方と18歳未満は読んじゃだめなんである。あとチュンソフトによると我孫子さんって素敵って思ってる女子の皆さんも読んじゃだめなんだそうである。まる。))です。</p>
<p>叙述トリックは、そのトリックが明らかになったときにあからさまに筆者の存在（あるいは、筆者の仕組んだ様をか）を感じさせるため、物語の世界に没入したい読者からは嫌われる傾向にあるそうですが、私はどちらかというとこの世界が崩壊するような感覚にある種カタルシスを感じるので、結構好んでいます。</p>
<p>話が長くなってしまいましたが、『弥勒の掌』もまた叙述トリックを使った操作小説です。読み進める途中でなんとなく真相が分かったのですが、最後まで読み終えたらトリックの半分も当てられていませんでした。こんなにも簡単なことだったのに！</p>
<p>今回も見事にやられてしまったわけですが、それがなんとも心地良い。ぜひともこおの気持ちを味わって頂きたいと思います。</p><p>&copy; 2012 <a href="http://www.odysseygate.com/" title="Odysseygate.com">Odysseygate.com</a> This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact odysseygate@gmail.com so we can take legal action immediately.</p><p>鼻からカフェモカ。</p>]]></description>
		<wfw:commentRss>http://8bitodyssey.com/archives/694/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://8bitodyssey.com/archives/694" />
	</item>
		<item>
		<title>最後まで読めた人は何人？</title>
		<link>http://8bitodyssey.com/archives/665</link>
		<comments>http://8bitodyssey.com/archives/665#comments</comments>
		<pubDate>Mon, 03 Jul 2006 14:50:11 +0000</pubDate>
		<dc:creator>おで</dc:creator>
				<category><![CDATA[インターネット]]></category>
		<category><![CDATA[ゲーム]]></category>
		<category><![CDATA[読書録]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[読書]]></category>

		<guid isPermaLink="false">http://8bitodyssey.com/archives/665</guid>
		<description><![CDATA[<p><img src="http://www.odysseygate.com/images/pero.jpg" style="float: left; margin: 2px 5px 1px 0px"/></p>
<p>映画を見て以来つるつると読めた『ダ・ヴィンチ・コード』。つい先日読了しました。最初はうんざりしていた宗教や美術の薀蓄もストーリーが頭に入っていると意外とついていけますね。</p>
<p>この『ダ・ヴィンチ・コード』、全世界で4900万部、日本でも400万部を超える大ヒットだそうですが、こんなことを聞くと果たしてこのうちの何人が最後まで読んだのだろう？なんて考えちゃいました。</p>
<p>出版社としてはとにかく買ってもらえればよいのかもしれませんが、作家としては最後まで読んで欲しいはず。これがWEBなら最後までたどり着けた人が分かるのですけどね。</p>
<p>そんなことを思っていたらゲームの世界では最後のシーンまでたどり着いたプレーヤーの数を収集する仕組みが登場したのだそうです。</p>
<p><a href="http://it.nikkei.co.jp/digital/news/index.aspx?n=MMITew000030062006" target="_blank" title="全クリ率は何％？　プレーヤーのログ収集で分かった新事実&nbsp;デジタル家電&エンタメ-最新ニュース:IT-PLUS">全クリ率は何％？　プレーヤーのログ収集で分かった新事実&nbsp;デジタル家電&エンタメ-最新ニュース:IT-PLUS</a></p>
<p>この記事によると5時間程度で最後のシーンまでたどり着けるというHalf-Life2 Episode1のクリア率は48.35%。およそ半数の人は何らかの理由で諦めているということだそうです（オンラインゲームならともかく、スタンドアロンのシューティングというところが新しいのでしょうね）。</p>
<p>この仕組み、紙の本に応用するのはちと無理なわけですが、実に興味深いアプローチだと思います。</p>
<p>『わしんちコード』。500万人の日本人が買いました。でも250万人は途中で挫折しました…そう聞かされたら面白そうだと手を伸ばすとは到底思えないからです。こうしたアプローチが採用されれれば、最後まで衰えない吸引力をもった作品作りがされるようになるのではないでしょうか。</p><p>&copy; 2012 <a href="http://www.odysseygate.com/" title="Odysseygate.com">Odysseygate.com</a> This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact odysseygate@gmail.com so we can take legal action immediately.</p><p>鼻からカフェモカ。</p>]]></description>
		<wfw:commentRss>http://8bitodyssey.com/archives/665/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://8bitodyssey.com/archives/665" />
	</item>
		<item>
		<title>The Universe of English</title>
		<link>http://8bitodyssey.com/archives/647</link>
		<comments>http://8bitodyssey.com/archives/647#comments</comments>
		<pubDate>Wed, 17 May 2006 07:50:41 +0000</pubDate>
		<dc:creator>おで</dc:creator>
				<category><![CDATA[読書録]]></category>
		<category><![CDATA[勉強]]></category>
		<category><![CDATA[英語]]></category>
		<category><![CDATA[読書]]></category>

		<guid isPermaLink="false">http://8bitodyssey.com/archives/647</guid>
		<description><![CDATA[<p><img src="http://www.odysseygate.com/images/pero.jpg" style="float: left; margin: 2px 5px 1px 0px"/></p>
<p>スゴ本さんが<a href="http://dain.cocolog-nifty.com/myblog/2006/05/100_5cc0.html" target="_blank" title="東大教官がすすめる100冊">東大教官がすすめる100冊</a>というエントリで、「東大教官が新入生にすすめる本」を取り上げていた。</p>
<p>記憶をたどってみるとそういえば当時、冊子で（しっかりとした装丁ではなくてコピー用紙に色紙の表紙をつけたようなやつだ）教官が薦める本リストみたいなのが出回っていた気がする（当時はいろいろな冊子を有志が作っていて、<strong style="color: #dc143c;">教官逆評定リスト</strong>とかもあった。鬼教官と仏教官が載っていて、非常に役立った）。</p>
<p style="margin-top: 2em;">スゴ本さんがまとめなおした100冊を見ていてびっくりした。4位に、<strong style="color: #dc143c;">The Universe of English</strong>が入っているではないかΣ(゜д゜lll)</p>
<p>と書いたところで、知らない人はまるで知らないと思うので説明すると、オランダ絵画の話、右脳と左脳、人類の誕生、などなど知的好奇心をくすぐる（かもしれない）英文が載っている本である。スゴ本さんも<q>良書</q>だと言っているし、この本を編集した教官が何度も何度もいい本だと薦めていたところからすると、確かに良い本なのだろう。</p>
<p style="margin-top: 2em;">しかし、どんなにほめられたところで所詮は<strong style="color: #dc143c;">教科書</strong>なのである。パンキョーの英語の教科書になっていて、これを読んだ上で試験される。要するにみんな買う本なのだ（中には買わずに単位だけもらう猛者もいた。単位ももらえない猛者もいた）。そんな本好きになれというのが無理っちゅうねんヽ (｀Д´)ノ</p>
<p>この本を嫌いな理由の一つが、英文がとんでもなく読みづらかった記憶があるからだ。</p>
<p>Movable TypeやWordPressをいじっているから英語のページを読むことも多いけど、別にそれで読みづらかったりはしない。CNN.comとかでもわりかし平気なのだ。それでも、この本は読みづらかった。</p>
<p>先に書いたテーマを見ると、この本で取り上げられていた文章は英語の学術論文とかが多かったのかもしれない（新聞の切り抜きとかもあったけど）。要するに小説とかでいうところの文章の読みやすさ、というところからはまるで外れた<strong style="color: #dc143c;">悪文</strong>だったんじゃないか。<strong style="color: #dc143c;">声に出して読みたい英語じゃなかった</strong>ってことか。</p>
<p style="margin-top: 2em;">この本、今年から第三版になっているらしい。Amazonじゃひっかからないけど、未だに読みにくいのかちょっと気になる。</p><p>&copy; 2012 <a href="http://www.odysseygate.com/" title="Odysseygate.com">Odysseygate.com</a> This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact odysseygate@gmail.com so we can take legal action immediately.</p><p>鼻からカフェモカ。</p>]]></description>
		<wfw:commentRss>http://8bitodyssey.com/archives/647/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://8bitodyssey.com/archives/647" />
	</item>
	</channel>
</rss>

