<?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>東北アマ研 &#187; D3Pipes</title>
	<atom:link href="http://tohoku-affiliater.com/blog/tags/d3pipes/feed/" rel="self" type="application/rss+xml" />
	<link>http://tohoku-affiliater.com/blog</link>
	<description>～アフィリエイトの明日へつながる地域ネットワーク～　東北６県のアフィリエイト有志が集まりました。</description>
	<lastBuildDate>Tue, 27 Dec 2011 15:02:51 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tohoku-affiliater.com/blog/tags/d3pipes/feed/" />
		<item>
		<title>D3Pipesテンプレートの備忘録</title>
		<link>http://tohoku-affiliater.com/blog/d3pipes%e3%83%86%e3%83%b3%e3%83%97%e3%83%ac%e3%83%bc%e3%83%88%e3%81%ae%e5%82%99%e5%bf%98%e9%8c%b2/</link>
		<comments>http://tohoku-affiliater.com/blog/d3pipes%e3%83%86%e3%83%b3%e3%83%97%e3%83%ac%e3%83%bc%e3%83%88%e3%81%ae%e5%82%99%e5%bf%98%e9%8c%b2/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 12:40:32 +0000</pubDate>
		<dc:creator>あしおか</dc:creator>
				<category><![CDATA[アフィリエイト参考書籍]]></category>
		<category><![CDATA[ウェブサイト管理]]></category>
		<category><![CDATA[D3Pipes]]></category>
		<category><![CDATA[IE8.js]]></category>
		<category><![CDATA[XOOPS]]></category>
		<category><![CDATA[テンプレート]]></category>
		<category><![CDATA[メイリオ]]></category>

		<guid isPermaLink="false">http://tohoku-affiliater.com/blog/?p=55</guid>
		<description><![CDATA[メインサイトの表示を少し改善。 D3Pipesがリスト要素(ol,li)になっていたものをブロック要素(div)に変更。これで文章の折り返しが左端になることを回避。こうしておけば、あとはCSSの変更でなんとでもできる。将 [...]]]></description>
			<content:encoded><![CDATA[<p>メインサイトの表示を少し改善。<br />
D3Pipesがリスト要素(ol,li)になっていたものをブロック要素(div)に変更。これで文章の折り返しが左端になることを回避。こうしておけば、あとはCSSの変更でなんとでもできる。将来的に変更したくなっても対応は容易になる。<br />
<span id="more-55"></span>ただ、この変更したことを忘れないための備忘録。</p>
<p>XOOPS_TRUST_PATH配下のblock_sync.htmlとmain_jsbackend.htmlを変更した。</p>
<p>１．&lt;ol～&gt;・・・&lt;/ol&gt;を&lt;div～&gt;・・・&lt;/div&gt;に変更<br />
２．&lt;li&gt;・・・&lt;/li&gt;を&lt;div style=&#8221;clear:both;&#8221;&gt;・・・&lt;/div&gt;に変更<br />
３．日付表示をdiv要素にしてクラスを指定<br />
４．表示するリンクをdiv要素にしてクラスを指定<br />
ついでに外部リンクの時は外部リンクの画像を表示する<br />
５．style.cssに３と４のクラスを追加<br />
（どこに追加すべきかわからんかったので）</p>
<p>あとはレイアウトに合わせてCSSを書き直すだけ。</p>
<p>ものはついでだったので、使っている無料テーマも少し変更。<br />
ヘッダ部分へメールアドレスの表示をやめた。InternetExplorerを少しお利巧にする<a href="http://ie7-js.googlecode.com/svn/version/" target="_blank"><strong>IE8.js</strong></a>を使うことにした。これで少しはレイアウトの微調整が減る。</p>
<p>も１つついでにフォントにメイリオを追加してみた。<br />
こうやってみるとSafariのレンダリングって優秀だなぁ。ものすごくキレイに表示される。これからSafari派になろうかな。</p>
]]></content:encoded>
			<wfw:commentRss>http://tohoku-affiliater.com/blog/d3pipes%e3%83%86%e3%83%b3%e3%83%97%e3%83%ac%e3%83%bc%e3%83%88%e3%81%ae%e5%82%99%e5%bf%98%e9%8c%b2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tohoku-affiliater.com/blog/d3pipes%e3%83%86%e3%83%b3%e3%83%97%e3%83%ac%e3%83%bc%e3%83%88%e3%81%ae%e5%82%99%e5%bf%98%e9%8c%b2/" />
	</item>
		<item>
		<title>フィード取得をxhldからD3Pipesへ変更</title>
		<link>http://tohoku-affiliater.com/blog/%e3%83%95%e3%82%a3%e3%83%bc%e3%83%89%e5%8f%96%e5%be%97%e3%82%92xhld%e3%81%8b%e3%82%89d3pipes%e3%81%b8%e5%a4%89%e6%9b%b4/</link>
		<comments>http://tohoku-affiliater.com/blog/%e3%83%95%e3%82%a3%e3%83%bc%e3%83%89%e5%8f%96%e5%be%97%e3%82%92xhld%e3%81%8b%e3%82%89d3pipes%e3%81%b8%e5%a4%89%e6%9b%b4/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 09:40:41 +0000</pubDate>
		<dc:creator>あしおか</dc:creator>
				<category><![CDATA[ウェブサイト管理]]></category>
		<category><![CDATA[D3Pipes]]></category>
		<category><![CDATA[LOLIPOP]]></category>
		<category><![CDATA[xhld]]></category>
		<category><![CDATA[XOOPS]]></category>

		<guid isPermaLink="false">http://tohoku-affiliater.com/blog/?p=50</guid>
		<description><![CDATA[東北アフィリエイターネットワークは他のサイトからフィードを表示している。 その表示のしかたに少し不満はあったが、初めに見つけたモジュールということでxhldを使ってきた。 しかし、どうやらD3Pipesのほうが自分の好み [...]]]></description>
			<content:encoded><![CDATA[<p><strong>東北アフィリエイターネットワーク</strong>は他のサイトからフィードを表示している。<br />
その表示のしかたに少し不満はあったが、初めに見つけたモジュールということでxhldを使ってきた。</p>
<p>しかし、どうやらD3Pipesのほうが自分の好みに合ってるようなので、昨夜一気に切り替えることにした。</p>
<p><span id="more-50"></span>それに、よく調べたらD3Pipesを使うほうが最近の流れのようだ。</p>
<p>ということで、D3Pipesを使った感想。</p>
<p>これまでパースエラーを起こしていたサイトのフィードが問題なく取得できる。<br />
同期表示と非同期表示が選べるので、最初に見える範囲はページレンダリングと同期表示にして、スクロールしないと見えない範囲は非同期表示にした。<br />
これでページの表示開始が少し早くなった気がする。</p>
<p>ただ、気に入らないので何点かカスタマイズした。</p>
<p>１．日付表示がフルだったものを月日だけにした。<br />
/xoops_trust_path/modules/d3pipes/templates/の<br />
block_sync.html<br />
と<br />
main_jsbackend.html<br />
２．同じように日付表示を年月日だけにした。<br />
/xoops_trust_path/modules/d3pipes/templates/の<br />
inc_entries.html<br />
３．外部リンクの場合別ウィンドウで表示するようにした。<br />
１と２のテンプレートで外部リンクへ「target=&#8221;_blank&#8221;」追加<br />
４．他のブログのフィードから全文表示しないようにした。<br />
/xoops_trust_path/modules/d3pipes/templates/の<br />
inc_entries.html<br />
で表示部分を削除</p>
<p>残った課題。</p>
<p>・表示の折り返しが左端までくるからとても見づらい。<br />
これをなんとかしたい。</p>
]]></content:encoded>
			<wfw:commentRss>http://tohoku-affiliater.com/blog/%e3%83%95%e3%82%a3%e3%83%bc%e3%83%89%e5%8f%96%e5%be%97%e3%82%92xhld%e3%81%8b%e3%82%89d3pipes%e3%81%b8%e5%a4%89%e6%9b%b4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tohoku-affiliater.com/blog/%e3%83%95%e3%82%a3%e3%83%bc%e3%83%89%e5%8f%96%e5%be%97%e3%82%92xhld%e3%81%8b%e3%82%89d3pipes%e3%81%b8%e5%a4%89%e6%9b%b4/" />
	</item>
	</channel>
</rss>

