<?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>Nakatta blog &#187; ktai entry</title>
	<atom:link href="http://blog.nakatta.net/archives/tag/ktai-entry/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nakatta.net</link>
	<description>日々の出来事をただ書き綴る</description>
	<lastBuildDate>Fri, 31 Oct 2014 14:53:43 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.nakatta.net/archives/tag/ktai-entry/feed" />
		<item>
		<title>メール投稿のLightbox対応</title>
		<link>http://blog.nakatta.net/archives/2008/11/post_157-2.html</link>
		<comments>http://blog.nakatta.net/archives/2008/11/post_157-2.html#comments</comments>
		<pubDate>Thu, 13 Nov 2008 12:10:47 +0000</pubDate>
		<dc:creator>tada</dc:creator>
				<category><![CDATA[Moblog]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ktai entry]]></category>
		<category><![CDATA[Lightbox]]></category>
		<category><![CDATA[実験]]></category>

		<guid isPermaLink="false">http://muda.info/?p=157</guid>
		<description><![CDATA[できた？]]></description>
			<content:encoded><![CDATA[				<p><a rel="lightbox" href='http://muda.info/wp-content/uploads/2008/11/NEC_0141_4.jpg' title='NEC_0141_4'><img src="http://muda.info/wp-content/uploads/2008/11/NEC_0141_4-252x450.jpg" width="252" height="450" class="attachment-medium" alt="NEC_0141_4.jpg" /></a><br />
				できた？</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nakatta.net/archives/2008/11/post_157-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.nakatta.net/archives/2008/11/post_157-2.html" />
	</item>
		<item>
		<title>メール投稿における問題点</title>
		<link>http://blog.nakatta.net/archives/2008/11/post_138-2.html</link>
		<comments>http://blog.nakatta.net/archives/2008/11/post_138-2.html#comments</comments>
		<pubDate>Thu, 13 Nov 2008 01:54:35 +0000</pubDate>
		<dc:creator>tada</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ktai entry]]></category>
		<category><![CDATA[Lightbox]]></category>
		<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[携帯]]></category>

		<guid isPermaLink="false">http://muda.info/?p=138</guid>
		<description><![CDATA[画像付き投稿を行った場合の話。 使用しているメール投稿プラグインは「ktai entry」です。 んで、画像表示のエフェクトとして、「WP Lightbox2」を使用しているわけなんですが…どーもメール投稿画像には適用さ [...]]]></description>
			<content:encoded><![CDATA[				<p>画像付き投稿を行った場合の話。</p>
				<p>使用しているメール投稿プラグインは「<a href="http://wppluginsj.sourceforge.jp/ktai_entry/">ktai entry</a>」です。</p>
				<p>んで、画像表示のエフェクトとして、「<a href="http://zeo.unic.net.my/notes/lightbox2-for-wordpress/">WP Lightbox2</a>」を使用しているわけなんですが…どーもメール投稿画像には適用されない。まじまじとソースを見てみたところ、どうやらメール投稿画像は要素がシングルクォートで括られている。</p>
				<p>これかと思い調べてみるとktai entryはwordpressの機能でタグを出力してるらしい。つまりプラグインではなくてwordpress本体がネック。…とはいえ規格的には問題がないところなのでなんとも。</p>
				<p>自分としてはシングルクォートで要素囲むのあまり好きじゃないのでwordpressの仕様もどうなのかなと思いますが、とりあえずktai entryにはwordpressからの出力をフックする機能があるにはあるみたい。でもやっぱりwordpressの出力には従うのが無難だったりするのも事実。なので公式ページにて紹介されている「LightBox 用に、rel=”lightbox” 属性を追加する」を試してみたいと思います。</p>
				<p>つまり、WP Lightbox2は自動でrelを入れるプラグインであり、シングルクォートだと無視してしまうためタグが挿入されず反映されない。ってことはメール投稿時にのみシングルクォートになるんならその場合は直接rel入れちゃおうぜって感じですね。</p>
				<p>帰ったら試してみよ。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nakatta.net/archives/2008/11/post_138-2.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.nakatta.net/archives/2008/11/post_138-2.html" />
	</item>
		<item>
		<title>メール投稿の課題？</title>
		<link>http://blog.nakatta.net/archives/2008/11/post_115-2.html</link>
		<comments>http://blog.nakatta.net/archives/2008/11/post_115-2.html#comments</comments>
		<pubDate>Wed, 12 Nov 2008 04:14:54 +0000</pubDate>
		<dc:creator>tada</dc:creator>
				<category><![CDATA[Moblog]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ktai entry]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://muda.info/2008/11/131454.html</guid>
		<description><![CDATA[無事メール投稿が行えるようになりましたが、仕組み上メールボックスからデータを読み出すためのスクリプトを起動するトリガーがスタイルシートへのアクセスになってるっぽい なので携帯からアクセスしたときは新規投稿済みでも読み出し [...]]]></description>
			<content:encoded><![CDATA[				<p>無事メール投稿が行えるようになりましたが、仕組み上メールボックスからデータを読み出すためのスクリプトを起動するトリガーがスタイルシートへのアクセスになってるっぽい<img src="http://blog.nakatta.net/wp-content/plugins/ktai-style/pics/SA/eye.gif" alt="[目]" class="pictogram" style="border:0 none;" /></p>
				<p>なので携帯からアクセスしたときは新規投稿済みでも読み出し処理が行われないです<img src="http://blog.nakatta.net/wp-content/plugins/ktai-style/pics/SA/shock.gif" alt=")@_@(" class="pictogram" style="border:0 none;" />まぁさほど問題はないと思いますが<img src="http://blog.nakatta.net/wp-content/plugins/ktai-style/pics/SA/dash.gif" alt="=3" class="pictogram" style="border:0 none;" /></p>
				<p>Qmailからスクリプト呼ぶって方法もあるにはあるけど、セキュリティの都合上借りてるサーバーは対応してないみたいなので断念<img src="http://blog.nakatta.net/wp-content/plugins/ktai-style/pics/SA/down.gif" alt="↓" class="pictogram" style="border:0 none;" /></p>
				<p>とりあえず妥協点かな。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nakatta.net/archives/2008/11/post_115-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.nakatta.net/archives/2008/11/post_115-2.html" />
	</item>
	</channel>
</rss>
