<?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>Ange*Blanc &#187; Tab</title>
	<atom:link href="http://angeblanc.net/tag/tab/feed/" rel="self" type="application/rss+xml" />
	<link>http://angeblanc.net</link>
	<description>WordPressのプラグイン紹介をメインに細々と。時々写真も撮ったりするペンタスキー。</description>
	<lastBuildDate>Sat, 13 Mar 2010 14:26:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://angeblanc.net/tag/tab/feed/" />
		<item>
		<title>【WP】記事・ページ内でタブ表示する。Post Tabs</title>
		<link>http://angeblanc.net/2008/06/22/post-tabs/</link>
		<comments>http://angeblanc.net/2008/06/22/post-tabs/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 07:24:15 +0000</pubDate>
		<dc:creator>たちばな</dc:creator>
				<category><![CDATA[WP Plugin]]></category>
		<category><![CDATA[Tab]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://angeblanc.net/?p=157</guid>
		<description><![CDATA[『Post Tabs』は投稿記事・ページ内で、タブ表示を可能にするWordpressプラグインです。
面白そうとは思うのですが、いまいち使いどころが分かりません。何かうまい使い方はないものか、模索中。

プラグイン配布元 → <a href="http://wordpress.org/extend/plugins/posttabs/" hreflang="en">WordPress › postTabs « WordPress Plugins</a>
<br clear="all" />
<p><strong class="rating">個人的オススメ度：</strong>&#160;<img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/star.png" alt="&#9733;" title="1.5/5" /><img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/half_star.png" alt="&#189;" title="1.5/5" /><img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/blank_star.png" alt="&#9734;" title="1.5/5" /><img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/blank_star.png" alt="&#9734;" title="1.5/5" /><img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/blank_star.png" alt="&#9734;" title="1.5/5" />&#160;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://angeblanc.net/wp-content/uploads/icons/wpiconsv2.thumbnail.jpg"  alt="WordPress" /><br />
『Post Tabs』は投稿記事・ページ内で、タブ表示を可能にするWordPressプラグインです。<br />
面白そうとは思うのですが、いまいち使いどころが分かりません。何かうまい使い方はないものか、模索中。<br />
<br clear="all" /><br />
プラグイン配布元 → <a href="http://wordpress.org/extend/plugins/posttabs/" hreflang="en" target="_blank" class="liwp">WordPress › postTabs « WordPress Plugins</a><br />
<br clear="all" /></p>
<div align="right"><p><strong class="rating">個人的オススメ度：</strong>&nbsp;&#9733;&frac12;&#9734;&#9734;&#9734;&nbsp;</p></div>
<p class="more"><span id="more-157"></span></p>
<p><br clear="all" /></p>
<h3>導入方法</h3>
<ol>
<li>プラグイン配布元より『posttabs.**.zip』をダウンロード。（Download）</li>
<li>解凍後、『posttabs』をフォルダごとwp-content/pluginsへアップロード。</li>
<li>管理画面（Plugins（プラグイン））にて『Post Tabs』を有効化。</li>
<li>オプションの設定をする。</li>
<li>タブを設置したい記事またはページに、下記の様にコードを挿入する。</li>
</ol>
<p><br clear="all" /></p>
<h3>タブを設置する</h3>
<p>記事・ページ投稿欄等、タブ表示させたい箇所にコードを挿入する。</p>
<pre class="brush: php;">
[tab:Tab Title]
テスト1
[tab:Tab Title]
テスト2
[tab:END]
</pre>
<p>『Tab Title』にタブ部分に表示したいテキストを挿入。<br />
タブは増やすことが出来る。</p>
<p><br clear="all" /></p>
<h3>オプションの設定</h3>
<p>Setting&nbsp;&gt;&nbsp;postTabsからタブのテキストと背景の色を変更することが出来る。</p>
<p>Active Tab：アクティブ時のタブ<br />
Mouse Over Tab：マウスオーバー時のタブ<br />
Inactive Tab：非アクティブ時のタブ</p>
<p><br clear="all" /></p>
<h3>スクリーンショット</h3>
<p><a href="http://angeblanc.net/wp-content/uploads/2008/06/posttabs.jpg" rel="lightbox" title="Post Tabs"><img src="http://angeblanc.net/wp-content/uploads/2008/06/posttabs.thumbnail.jpg" alt="Post Tabs" width="100" height="100" class="attachment wp-att-160 alignleft" /></a><a href="http://angeblanc.net/wp-content/uploads/2008/06/posttabs-opt.jpg" rel="lightbox" title="Post Tabs Option"><img src="http://angeblanc.net/wp-content/uploads/2008/06/posttabs-opt.thumbnail.jpg" alt="Post Tabs Option" width="100" height="100" class="attachment wp-att-161 alignleft" /></a></p>
<p><br clear="all"></p>
<h3>動作確認環境</h3>
<p>WordPress 2.5.1 , 2.6<br />
Plugin ver. 1.0</p>
]]></content:encoded>
			<wfw:commentRss>http://angeblanc.net/2008/06/22/post-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://angeblanc.net/2008/06/22/post-tabs/" />
	</item>
		<item>
		<title>【WP】サイドバーウィジェットをタブ化してみる。Fun with Sidebar Tabs</title>
		<link>http://angeblanc.net/2008/04/29/fun-with-sidebar-tabs/</link>
		<comments>http://angeblanc.net/2008/04/29/fun-with-sidebar-tabs/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 14:09:07 +0000</pubDate>
		<dc:creator>たちばな</dc:creator>
				<category><![CDATA[WP Plugin]]></category>
		<category><![CDATA[Tab]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ウィジェット]]></category>
		<category><![CDATA[サイドバー]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://angeblanc.net/?p=91</guid>
		<description><![CDATA[『Fun with Sidebar Tabs』は、複数のサイドバーウィジェットをタブ化するWordpressプラグインです。
サイドバーをちょっとコンパクトにまとめたいときなどに、便利かもしれません。

プラグイン配布元 → <a href="http://wordpress.org/extend/plugins/fun-with-sidebar-tabs/" hreflang="en">WordPress › Fun with Sidebar Tabs « WordPress Plugins</a>
<br clear="all" />
<p><strong class="rating">個人的オススメ度：</strong>&#160;<img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/star.png" alt="&#9733;" title="4/5" /><img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/star.png" alt="&#9733;" title="4/5" /><img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/star.png" alt="&#9733;" title="4/5" /><img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/star.png" alt="&#9733;" title="4/5" /><img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/blank_star.png" alt="&#9734;" title="4/5" />&#160;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://angeblanc.net/wp-content/uploads/icons/wpiconsv2.thumbnail.jpg"  alt="WordPress" />『Fun with Sidebar Tabs』は、複数のサイドバーウィジェットをタブ化するWordPressプラグインです。<br />
サイドバーをちょっとコンパクトにまとめたいときなどに、便利かもしれません。<br />
<br clear="all" /><br />
プラグイン配布元 → <a href="http://wordpress.org/extend/plugins/fun-with-sidebar-tabs/" hreflang="en" target="_blank" class="liwp">WordPress › Fun with Sidebar Tabs « WordPress Plugins</a><br />
<br clear="all" /></p>
<div align="right"><p><strong class="rating">個人的オススメ度：</strong>&nbsp;&#9733;&#9733;&#9733;&#9733;&#9734;&nbsp;</p></div>
<p class="more"><span id="more-91"></span></p>
<p><br clear="all" /></p>
<h3>導入方法</h3>
<ol>
<li>プラグイン配布元からfun-with-sidebar-tabs.0.4.2.zipをダウンロード。（Download）</li>
<li>解凍後、『fun-with-sidebar-tabs』をフォルダごとwp-content/pluginsにアップロード。</li>
<li>管理画面（Plugins（プラグイン））にて『Fun with Sidebar Tabs』を有効化。</li>
</ol>
<p><br clear="all" /></p>
<h3>タブの作成方法</h3>
<p>Design > Widgets</p>
<ol>
<li><strong>Tabbed Sidebars</strong><br />
　How many sidebars would you like?<br />
　タブ化サイドバーの数を選択し保存する。9個まで作成する事が出来る。
</li>
<li><strong>Current Widgets</strong><br />
　Tabbed Sidebar （Tabbed Sidebar number）を選択し、タブ化したいウィジェットを追加して、<br />
保存する。</li>
<li>タブ化サイドバーを置くサイドバーを選択し<sup>1</sup>、Tabbed Sidebar （Tabbed Sidebar number）を<br />
追加して、保存する。<br />
Tabbed Sidebar （Tabbed Sidebar number）を編集するとスタイルを変更することが出来る。<br />
もしくは、タブを置きたい箇所（sidebar.php等）に下記コードを挿入。
</li>
</ol>
<pre class="brush: php;">&lt;?php the_tabbed_sidebar( Tabbed Sidebar number ); ?&gt;</pre>
<p><br clear="all" /></p>
<h3>スクリーンショット</h3>
<p><a href="http://angeblanc.net/wp-content/uploads/2008/04/funwithsidebartabs2.jpg" rel="lightbox" title="Fun with Sidebar Tabs"><img src="http://angeblanc.net/wp-content/uploads/2008/04/funwithsidebartabs2-100x100.jpg" alt="Fun with Sidebar Tabs" width="100" height="100" class="attachment wp-att-92 alignleft" /></a><a href="http://angeblanc.net/wp-content/uploads/2008/04/funwithsidebartabs-w.jpg" rel="lightbox" title="Fun with Sidebar Tabs Widget"><img src="http://angeblanc.net/wp-content/uploads/2008/04/funwithsidebartabs-w-100x100.jpg" alt="Fun with Sidebar Tabs Widget" width="100" height="100" class="attachment wp-att-93 alignleft" /></a><a href="http://angeblanc.net/wp-content/uploads/2008/04/funwithsidebartabs3.jpg" rel="lightbox" title="Fun with Sidebar Tabs Style"><a href="http://angeblanc.net/wp-content/uploads/2008/04/funwithsidebartabs4.jpg" rel="lightbox" title="Fun with Sidebar Tabs"><img src="http://angeblanc.net/wp-content/uploads/2008/04/funwithsidebartabs4-100x100.jpg" alt="Fun with Sidebar Tabs" width="100" height="100" class="attachment wp-att-99 alignleft" /></a></p>
<p><br clear="all" /><br />
<br clear="all" /></p>
<h3>動作確認環境</h3>
<p>WordPress 2.5.1 , 2.6<br />
Plugin ver 0.4.2 , 0.5.3</p>
<ol class="footnotes"><li id="footnote_0_91" class="footnote">分かりにくい表現で申し訳ないです。</li></ol>]]></content:encoded>
			<wfw:commentRss>http://angeblanc.net/2008/04/29/fun-with-sidebar-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://angeblanc.net/2008/04/29/fun-with-sidebar-tabs/" />
	</item>
	</channel>
</rss>
