<?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>機械忍者 @cyborg__ninja &#187; カテゴリー</title>
	<atom:link href="http://cyborg-ninja.com/tag/%e3%82%ab%e3%83%86%e3%82%b4%e3%83%aa%e3%83%bc/feed" rel="self" type="application/rss+xml" />
	<link>http://cyborg-ninja.com</link>
	<description>主に「くだらないこと」「デジタル機器系」「すげぇと思ったもの」「Googleなどの検索エンジンもの」「マーケットやアンケート調査」「サッカー」「ゲーム」「ロードバイク（自転車）」などの情報をピックアップしています。たまにSEO、Ruby、CMSなどのナレッジログがあります。</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:50:37 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<atom:link rel='hub' href='http://cyborg-ninja.com/?pushpress=hub'/>
<cloud domain='cyborg-ninja.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>MTのカテゴリーを分割するプラグイン</title>
		<link>http://cyborg-ninja.com/cms/234</link>
		<comments>http://cyborg-ninja.com/cms/234#comments</comments>
		<pubDate>Mon, 04 Jul 2005 07:57:47 +0000</pubDate>
		<dc:creator>機械忍者</dc:creator>
				<category><![CDATA[CMS関連]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Movabletype]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[カテゴリー]]></category>

		<guid isPermaLink="false">http://cyborg-ninja.com/?p=234</guid>
		<description><![CDATA[network styly *: 【MovableTypeカスタマイズ】長くなりすぎたページを分割して表示する方法]]></description>
			<content:encoded><![CDATA[<p><a href="http://ellington.gel.sfc.keio.ac.jp/nsly/mt/ns/000664.html" target="_blank">network styly *: 【MovableTypeカスタマイズ】長くなりすぎたページを分割して表示する方法</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cyborg-ninja.com/cms/234/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>カテゴリーの順番を好きなように並べるために</title>
		<link>http://cyborg-ninja.com/cms/224</link>
		<comments>http://cyborg-ninja.com/cms/224#comments</comments>
		<pubDate>Thu, 14 Apr 2005 11:57:49 +0000</pubDate>
		<dc:creator>機械忍者</dc:creator>
				<category><![CDATA[CMS関連]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Movabletype]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[カテゴリー]]></category>

		<guid isPermaLink="false">http://cyborg-ninja.com/?p=224</guid>
		<description><![CDATA[TOY COZY MUSEUM 別館: カテゴリーの順番を好きなように並べ替える・・・の巻。 1.カテゴリ名を作る際に「001*******」など数字3文字程度を頭につける。 2.ルールにのっとってカテゴリ名をつけながら [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.toycozy.com/blog/archives/2005/02/post_211.html" target="_blank">TOY COZY MUSEUM 別館: カテゴリーの順番を好きなように並べ替える・・・の巻。</a></p>
<p><span id="more-224"></span><br />
1.カテゴリ名を作る際に「001*******」など数字3文字程度を頭につける。<br />
2.ルールにのっとってカテゴリ名をつけながらカテゴリを作る<br />
3.<a href="http://www.h-fj.com/blog/archives/2004/12/movable_type_2.php" target="_blank">このプラグイン</a>を利用する。<br />
4.以下のようにテンプレートに記述する</p>
<blockquote><p>各テンプレートの<&#36;MTCategoryLabel&#36;> 等のカテゴリー名を表示するタグを、<&#36;MTCategoryLabel cutfirstchar="3"&#36;>にしてあげるだけです。</p></blockquote>
<p>以前、カテゴリを順番にならべるため、カテゴリ名（CategoryLabel）はただの管理用として使用し、Categorydescriptionに正確なカテゴリ名を表記。<br />
表示にはCategorydescriptionを使用することで上記の「カテゴリーを順番に並べる」ことが可能でしたが、ちょっと邪道だなぁと思っていました。<br />
カテゴリの「ここはこういう内容をまとめとるザンス」っていう説明文としてのフィールドとして用意されているわけなので、本来の使い方から脱線しているわけです。<br />
ユーザビリティ上、カテゴリ名を見て一発でわかればいいですがどうしたって説明がついている方が分かりやすいに決まっています。<br />
なので、Categorydescriptionは生かしたまま、なんとか順番の制御をしたかったってところだったわけです。<br />
そしたらこんな便利なプラグインがあったと。。。。。<br />
(・e・)</p>
]]></content:encoded>
			<wfw:commentRss>http://cyborg-ninja.com/cms/224/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>特定のカテゴリを隠す。特定のカテゴリだけ表示する。</title>
		<link>http://cyborg-ninja.com/cms/223</link>
		<comments>http://cyborg-ninja.com/cms/223#comments</comments>
		<pubDate>Wed, 13 Apr 2005 06:19:23 +0000</pubDate>
		<dc:creator>機械忍者</dc:creator>
				<category><![CDATA[CMS関連]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Movabletype]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[カテゴリー]]></category>

		<guid isPermaLink="false">http://cyborg-ninja.com/?p=223</guid>
		<description><![CDATA[MovableTypeでマイブログ:特定のカテゴリを隠す MovableTypeではMTCategoriesタグを使うことで、カテゴリ一覧を取得することが出来ますが、細かな操作ができない為に、特定のカテゴリだけを抽出した [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hammer.bine.jp/mt/archives/2005/02/post_14.html" target="_blank">MovableTypeでマイブログ:特定のカテゴリを隠す</a></p>
<blockquote><p>MovableTypeではMTCategoriesタグを使うことで、カテゴリ一覧を取得することが出来ますが、細かな操作ができない為に、特定のカテゴリだけを抽出したり、もしくは特定のカテゴリだけを隠したりといったことが出来ません。</p></blockquote>
<p><span id="more-223"></span></p>
<blockquote><p>＜MTCategories＞<br />
＜MTFilterCategories exclude=&#8221;特集|オススメ&#8221;＞<br />
＜a href=&#8221;＜&#36;MTCategoryArchiveLink&#36;＞&#8221;＞＜&#36;MTCategoryLabel&#36;＞＜/a＞＜br＞<br />
＜/MTFilterCategories＞<br />
＜/MTCategories＞</p></blockquote>
<blockquote><p>excludeの部分をinclude</p></blockquote>
<blockquote><p>カテゴリ名を｜で区切って指定</p></blockquote>
<p>カテゴリを2種類に分けたりとかできないのですかね。<br />
Category1とCategory2みたいに。<br />
たとえばこのエントリーをMTでカテゴリ分けするときに、<br />
「BLOG」という大枠で見たものなのか「TIPS」でみたものかなのか、両方に入れるかは好きなところにカテゴリ分けしますわね。<br />
んで、エントリ自体のカテゴリ登録は問題ないんだけど、いざリストを作りたい時に「BLOGのリストだけ」とか「TIPSってところだけ」とか、限定しようとするといまいち使いづらい。というか使えない。<br />
「アルファベット順」にならべた地域名一覧と「地域別」にならべた地域名一覧が混在しちゃってリストが「ABCDアメリカEF」とか並んだ瞬間にMTの真髄を見る。<br />
（これうまく並べるコツ教えてください。MTCategoryDescriptionの指定なしで）<br />
いまいちカテゴリーまわりが<a href="http://users72.psychedance.com/up/renew/imgs/2/20030910/20280952.jpg" target="_blank">なんともにゃー</a>って思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://cyborg-ninja.com/cms/223/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

