<?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>「WordPress 2.7対応「導入&#38;カスタマイズ」実践ガイド」サポートサイト &#187; ソースコード</title>
	<atom:link href="http://wp.writing-office.jp/book/tag/%e3%82%bd%e3%83%bc%e3%82%b9%e3%82%b3%e3%83%bc%e3%83%89/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.writing-office.jp/book</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 24 Sep 2009 01:16:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>4-3（P170～181）：プラグインのインストール</title>
		<link>http://wp.writing-office.jp/book/4-3/</link>
		<comments>http://wp.writing-office.jp/book/4-3/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 00:28:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[第4章]]></category>
		<category><![CDATA[ソースコード]]></category>
		<category><![CDATA[参考リンク]]></category>

		<guid isPermaLink="false">http://wp.writing-office.jp/?p=39</guid>
		<description><![CDATA[				ソースコード
				[php num=435]
				]]></description>
			<content:encoded><![CDATA[				<h3>ソースコード</h3>
				<p>[php num=435]<br />
				<iframe id="uploading" width="100%" height="300px" frameborder="0" src="<?php echo $this->searchphp_path; ?>&#8221;>IFRAME による表示がサポートされている環境が必要です。</iframe><br />
				[/php]</p>
				<h3>参考リンク</h3>
				<table border="0">
				<tbody>
				<tr>
				<td>P174</td>
				<td><a href="http://wppluginsj.sourceforge.jp/wp-tmkm-amazon/" target="_blank">wp-tmkm-amazon</a> （WordPress Plugins/JSeries）</td>
				</tr>
				<tr>
				<td>P175</td>
				<td><a href="https://affiliate.amazon.co.jp/" target="_blank">Amazon アソシエイト</a></td>
				</tr>
				<tr>
				<td>P179</td>
				<td><a href="http://wordpress.org/extend/plugins/tinymce-advanced/" target="_blank">TinyMCE Advanced</a></td>
				</tr>
				<tr>
				<td>P180</td>
				<td><a href="http://lovelog.eternal-tears.com/wordpress/wp-plugin/tinymce-advanced-ja/" target="_blank">TinyMCE Advanced*ビジュアルエディタを強化-日本語版配布</a> （Lovelog+*）</td>
				</tr>
				<tr>
				<td>P181</td>
				<td><a href="http://wordpress.org/extend/plugins/fckeditor-for-wordpress-plugin/" target="_blank">Dean&#8217;s FCKEditor For Wordpress</a></td>
				</tr>
				</tbody>
				</table>
]]></content:encoded>
			<wfw:commentRss>http://wp.writing-office.jp/book/4-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4-7（P193～196）：WordPressでJavaScriptを使う</title>
		<link>http://wp.writing-office.jp/book/4-7/</link>
		<comments>http://wp.writing-office.jp/book/4-7/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 00:24:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[第4章]]></category>
		<category><![CDATA[ソースコード]]></category>
		<category><![CDATA[参考リンク]]></category>

		<guid isPermaLink="false">http://wp.writing-office.jp/?p=43</guid>
		<description><![CDATA[				ソースコード
				P194
				[html]
				
				
				[/html]
				[html]
				
				var sorter=new table.sorter("sorter");
				sorter.init("sorter",0);
				
				[/html]
				参考リンク
				
				
				
				P193
				JavaScript Table Sorter
				
				
				P194
				Header-Footer
				
				
				
]]></description>
			<content:encoded><![CDATA[				<h3>ソースコード</h3>
				<p>P194<br />
				[html]</p>
				<link rel="stylesheet" href="wp-admin/js/sorter/style.css" />
				<script type="text/javascript" src="wp-admin/js/sorter/script.js"></script><br />
				[/html]<br />
				[html]<br />
				<script type="text/javascript">
				var sorter=new table.sorter("sorter");
				sorter.init("sorter",0);
				</script><br />
				[/html]</p>
				<h3>参考リンク</h3>
				<table border="0">
				<tbody>
				<tr>
				<td>P193</td>
				<td><a href="http://www.leigeber.com/2008/11/javascript-table-sorter/" target="_blank">JavaScript Table Sorter</a></td>
				</tr>
				<tr>
				<td>P194</td>
				<td><a href="http://wordpress.org/extend/plugins/header-footer/"  target="_blank">Header-Footer</a></td>
				</tr>
				</tbody>
				</table>
]]></content:encoded>
			<wfw:commentRss>http://wp.writing-office.jp/book/4-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4-8（P197～200）：WordPressでjQueryを使う</title>
		<link>http://wp.writing-office.jp/book/4-8/</link>
		<comments>http://wp.writing-office.jp/book/4-8/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 00:23:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[第4章]]></category>
		<category><![CDATA[ソースコード]]></category>
		<category><![CDATA[参考リンク]]></category>

		<guid isPermaLink="false">http://wp.writing-office.jp/?p=44</guid>
		<description><![CDATA[				ソースコード
				[html]
				
				
				
				blockquote.inyou {
				margin: 6em;
				padding: 1em;
				border:2px  [...]]]></description>
			<content:encoded><![CDATA[				<h3>ソースコード</h3>
				<p>[html]<br />
				<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script><br />
				<script src="wp-admin/js/jquery.curvycorners.packed.js" type="text/javascript"></script></p>
				<style type="text/css">
				blockquote.inyou {
				margin: 6em;
				padding: 1em;
				border:2px solid #000;
				}
				</style>
				<p>[/html]<br />
				[html]<br />
				<script type="text/javascript">
				$(document).ready(
				function() {
				$('.inyou').corner({
				tl: { radius: 24 },　// 左上角の半径
				tr: { radius: 48 },　// 右上角の半径
				bl:  false,　 // 左下角の半径
				br: { radius: 12 },　// 右下角の半径
				antiAlias: true,　// アンチエイリアスの有無。trueは有り、falseは無し
				autoPad: true,　//　パディング処理の有無。trueは有り、falseは無し
				validTags: ["blockquote"] });　//　対象となる要素を指定
				});
				</script><br />
				[/html]</p>
				<h3>参考リンク</h3>
				<table border="0">
				<tbody>
				<tr>
				<td>P198</td>
				<td><a href="http://plugins.jquery.com/project/curvy-corners" target="_blank">jQuery Curvy Corners</a> （jQuery Plugins）</td>
				</tr>
				<tr>
				<td>P200</td>
				<td><a href="http://code.google.com/intl/ja/apis/ajaxlibs/documentation/index.html#jquery" target="_blank">AJAX Libraries API</a> （Google Code）</td>
				</tr>
				</tbody>
				</table>
]]></content:encoded>
			<wfw:commentRss>http://wp.writing-office.jp/book/4-8/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A1（P396～403）：Movable TypeからWordPressに完璧に移行する</title>
		<link>http://wp.writing-office.jp/book/a-1/</link>
		<comments>http://wp.writing-office.jp/book/a-1/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 00:02:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[巻末付録]]></category>
		<category><![CDATA[ソースコード]]></category>

		<guid isPermaLink="false">http://wp.writing-office.jp/book/?p=317</guid>
		<description><![CDATA[				ソースコード
				[xml]
				
				
				
				
				
				ja
				
				
				
				
				
				
				
				]]&#62;
				&#8220;>]]&#62;
				
				/wp/?p=
				
				]]&#62;
				
				]]&#62;
				
				
				
				open
				open
				
				publish
				0
				0
				post
				
				
				_edit_lock
				1221409228
				
				
				
				]]&#62;
				
				
				
				
				
				]]&#62;
				1
				
				0
				0
				
				
				
				
				
				]]&#62;
				
				
				
				
				
				
				
				&#8230;]]&#62;
				1
				trackback
				0
				0
				
				
				
				
				
				
				[/xml]
]]></description>
			<content:encoded><![CDATA[				<h3>ソースコード</h3>
				<p>[xml]<br />
				<?xml version="1.0" encoding="UTF-8"?></p>
				<p><rss version="2.0"<br />
				xmlns:content="http://purl.org/rss/1.0/modules/content/"<br />
				xmlns:wfw="http://wellformedweb.org/CommentAPI/"<br />
				xmlns:dc="http://purl.org/dc/elements/1.1/"<br />
				xmlns:wp="http://wordpress.org/export/1.0/"<br />
				></p>
				<p><channel></p>
				<link><$MTBlogURL$></link>
				<description><$MTBlogDescription$></description><br />
				<language>ja</language><br />
				<wp:base_site_url><$MTBlogURL$></wp:base_site_url><br />
				<wp:base_blog_url><$MTBlogURL$></wp:base_blog_url></p>
				<p><MTSetVarBlock name="ecount"><$MTBlogEntryCount$></MTSetVarBlock><br />
				<MTEntries lastn="$ecount"><br />
				<item></p>
				<link><$MTEntryPermalink$></link>
				<pubDate><$MTEntryDate format="%Y-%m-%d %H:%M:%S"$></pubDate>
				<dc:creator><![CDATA[<$MTEntryAuthor$>]]&gt;</dc:creator></p>
				<p><category domain="category" nicename="<$MTEntryCategory$>&#8220;><![CDATA[<$MTEntryCategory$>]]&gt;</category><br />
				<MTEntryIfTagged><br />
				<MTEntryTags><br />
				<category domain="tag"><![CDATA[<$MTTagName$>]]&gt;</category></p>
				<p><category domain="tag" nicename="<$MTTagName$>&#8220;><![CDATA[<$MTTagName$>]]&gt;</category><br />
				</MTEntryTags></MTEntryIfTagged></p>
				<p><guid isPermaLink="false"><$MTBlogURL$>/wp/?p=<$MTEntryID$></guid><br />
				<description></description><br />
				<content:encoded><![CDATA[<$MTEntrybody$>]]&gt;</content:encoded><br />
				<guid isPermaLink="false"><$MTEntryPermalink$></guid><br />
				<excerpt:encoded><![CDATA[<$MTEntryExcerpt$>]]&gt;</excerpt:encoded><br />
				<wp:post_id><$MTEntryID$></wp:post_id><br />
				<wp:post_date><$MTEntryDate format="%Y-%m-%d %H:%M:%S"$></wp:post_date><br />
				<wp:post_date_gmt><$MTEntryDate format="%Y-%m-%d %H:%M:%S"$></wp:post_date_gmt><br />
				<wp:comment_status>open</wp:comment_status><br />
				<wp:ping_status>open</wp:ping_status><br />
				<wp:post_name><$MTEntryBasename$></wp:post_name><br />
				<wp:status>publish</wp:status><br />
				<wp:post_parent>0</wp:post_parent><br />
				<wp:menu_order>0</wp:menu_order><br />
				<wp:post_type>post</wp:post_type><br />
				<wp:post_password></wp:post_password><br />
				<wp:postmeta><br />
				<wp:meta_key>_edit_lock</wp:meta_key><br />
				<wp:meta_value>1221409228</wp:meta_value></p>
				<p><MTComments sort_order="ascend"><br />
				<wp:comment><br />
				<wp:comment_id><$MTCommentID$></wp:comment_id><br />
				<wp:comment_author><![CDATA[<$MTCommentAuthor$>]]&gt;</wp:comment_author><br />
				<wp:comment_author_email><$MTCommentEmail$></wp:comment_author_email><br />
				<wp:comment_author_url><$MTCommentURL$></wp:comment_author_url><br />
				<wp:comment_author_IP><$MTCommentIP$></wp:comment_author_IP><br />
				<wp:comment_date><$MTCommentDate format="%Y-%m-%d %H:%M:%S"$></wp:comment_date><br />
				<wp:comment_date_gmt><$MTCommentDate format="%Y-%m-%d %H:%M:%S"$></wp:comment_date_gmt><br />
				<wp:comment_content><![CDATA[<$MTCommentBody convert_breaks="1"$>]]&gt;</wp:comment_content><br />
				<wp:comment_approved>1</wp:comment_approved><br />
				<wp:comment_type></wp:comment_type><br />
				<wp:comment_parent>0</wp:comment_parent><br />
				<wp:comment_user_id>0</wp:comment_user_id><br />
				</wp:comment><br />
				</MTComments></p>
				<p><MTPings sort_order="ascend"><br />
				<wp:comment><br />
				<wp:comment_id><$MTPingID$></wp:comment_id><br />
				<wp:comment_author><![CDATA[<$MTPingBlogName$>]]&gt;</wp:comment_author><br />
				<wp:comment_author_email></wp:comment_author_email><br />
				<wp:comment_author_url><$MTPingURL$></wp:comment_author_url><br />
				<wp:comment_author_IP><$MTPingIP$></wp:comment_author_IP><br />
				<wp:comment_date><$MTPingDate format="%Y-%m-%d %H:%M:%S"$></wp:comment_date><br />
				<wp:comment_date_gmt><$MTPingDate format="%Y-%m-%d %H:%M:%S"$></wp:comment_date_gmt><br />
				<wp:comment_content><![CDATA[<strong><$MTPingTitle$></strong><br />
				<$MTPingExcerpt$><br />
				&#8230;]]&gt;</wp:comment_content><br />
				<wp:comment_approved>1</wp:comment_approved><br />
				<wp:comment_type>trackback</wp:comment_type><br />
				<wp:comment_parent>0</wp:comment_parent><br />
				<wp:comment_user_id>0</wp:comment_user_id><br />
				</wp:comment><br />
				</MTPings><br />
				</item><br />
				</MTEntries><br />
				</channel><br />
				</rss><br />
				[/xml]</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.writing-office.jp/book/a-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
