<?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>MIGI PLANNING &#187; プラグイン</title>
	<atom:link href="http://m-pl.jp/category/wordpress/wordpress_plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://m-pl.jp</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 23 Jul 2010 10:05:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://m-pl.jp/category/wordpress/wordpress_plugin/feed/" />
		<item>
		<title>Easy Start Pack &#8211; WordPress プラグイン</title>
		<link>http://m-pl.jp/2009/10/21/easy-start-pack-wordpress-%e3%83%97%e3%83%a9%e3%82%b0%e3%82%a4%e3%83%b3/</link>
		<comments>http://m-pl.jp/2009/10/21/easy-start-pack-wordpress-%e3%83%97%e3%83%a9%e3%82%b0%e3%82%a4%e3%83%b3/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 00:59:12 +0000</pubDate>
		<dc:creator>migi</dc:creator>
				<category><![CDATA[08 jQuery]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://m-pl.jp/?p=242</guid>
		<description><![CDATA[かたつむりくんのWWW
http://www.tinybeans.net/blog/download/wp-plugin/easy-start-pack.html
このプラグインは、jQuery をベースにした色々な機能（ jQuery プラグイン）を WordPress に簡単に導入できるようにしたものです。
このプラグインが受け持つ役割は、単純に (X)HTML の head 要素内にライブラリを読み込むための要素を追加するだけですが、ライブラリ自体の CSS ファイルや js ファイルに少しだけ手を加えて、WordPress でより簡単に使えるようにしてあります。
]]></description>
			<content:encoded><![CDATA[<p>かたつむりくんのWWW<br />
<a href="http://www.tinybeans.net/blog/download/wp-plugin/easy-start-pack.html" target="_blank">http://www.tinybeans.net/blog/download/wp-plugin/easy-start-pack.html</a></p>
<p>このプラグインは、jQuery をベースにした色々な機能（ jQuery プラグイン）を WordPress に簡単に導入できるようにしたものです。</p>
<p>このプラグインが受け持つ役割は、単純に (X)HTML の head 要素内にライブラリを読み込むための要素を追加するだけですが、ライブラリ自体の CSS ファイルや js ファイルに少しだけ手を加えて、WordPress でより簡単に使えるようにしてあります。</p>
]]></content:encoded>
			<wfw:commentRss>http://m-pl.jp/2009/10/21/easy-start-pack-wordpress-%e3%83%97%e3%83%a9%e3%82%b0%e3%82%a4%e3%83%b3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://m-pl.jp/2009/10/21/easy-start-pack-wordpress-%e3%83%97%e3%83%a9%e3%82%b0%e3%82%a4%e3%83%b3/" />
	</item>
		<item>
		<title>上から迫り出てくるようなスライドパネルをプラグインで簡単実装「Sliding Panel」</title>
		<link>http://m-pl.jp/2009/08/03/%e4%b8%8a%e3%81%8b%e3%82%89%e8%bf%ab%e3%82%8a%e5%87%ba%e3%81%a6%e3%81%8f%e3%82%8b%e3%82%88%e3%81%86%e3%81%aa%e3%82%b9%e3%83%a9%e3%82%a4%e3%83%89%e3%83%91%e3%83%8d%e3%83%ab%e3%82%92%e3%83%97%e3%83%a9/</link>
		<comments>http://m-pl.jp/2009/08/03/%e4%b8%8a%e3%81%8b%e3%82%89%e8%bf%ab%e3%82%8a%e5%87%ba%e3%81%a6%e3%81%8f%e3%82%8b%e3%82%88%e3%81%86%e3%81%aa%e3%82%b9%e3%83%a9%e3%82%a4%e3%83%89%e3%83%91%e3%83%8d%e3%83%ab%e3%82%92%e3%83%97%e3%83%a9/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 08:17:16 +0000</pubDate>
		<dc:creator>migi</dc:creator>
				<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://m-pl.jp/?p=177</guid>
		<description><![CDATA[上から迫り出てくるようなスライドパネルを簡単に実装でいる「Sliding Panel」
実装は簡単でプラグインをダウンロード後、フォルダごと「/wp-content/plugins 」へ移動。その後プラグインの設定でプラグインを有効にすれば設定完了です。あとはheader.phpファイルの&#60;body&#62;タグの後に下記のコードを貼付ければOKです。
&#60;?php if ( function_exists( ‘get_sliding_panel’ ) ) get_sliding_panel(); ?&#62;
デザインはCSSで制御されていますので比較的簡単にカスタマイズできるかと思います。その他カスタム方法などを含め実装の詳しい流れなどがまとめられたドキュメントがプラグインのzipファイルの中に同封されていますのでそちらもご覧ください。なおプラグインは2.8+となっています。

Sliding Panel: WordPress Plugin
]]></description>
			<content:encoded><![CDATA[<p>上から迫り出てくるようなスライドパネルを簡単に実装でいる「Sliding Panel」</p>
<p>実装は簡単でプラグインをダウンロード後、フォルダごと「/wp-content/plugins 」へ移動。その後プラグインの設定でプラグインを有効にすれば設定完了です。あとはheader.phpファイルの&lt;body&gt;タグの後に下記のコードを貼付ければOKです。</p>
<p>&lt;?php if ( function_exists( ‘get_sliding_panel’ ) ) get_sliding_panel(); ?&gt;</p>
<p>デザインはCSSで制御されていますので比較的簡単にカスタマイズできるかと思います。その他カスタム方法などを含め実装の詳しい流れなどがまとめられたドキュメントがプラグインのzipファイルの中に同封されていますのでそちらもご覧ください。なおプラグインは2.8+となっています。</p>
<p><a title="hybrid01" href="http://justintadlock.com/archives/2009/06/25/sliding-panel-wordpress-plugin" target="_blank"><img class="attachment wp-att-176 " src="http://m-pl.jp/wordpress/wp-content/uploads/2009/08/hybrid01.thumbnail.jpg" alt="hybrid01" width="200" height="190" /></a></p>
<p><a title="hybrid01" href="http://justintadlock.com/archives/2009/06/25/sliding-panel-wordpress-plugin" target="_blank">Sliding Panel: WordPress Plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://m-pl.jp/2009/08/03/%e4%b8%8a%e3%81%8b%e3%82%89%e8%bf%ab%e3%82%8a%e5%87%ba%e3%81%a6%e3%81%8f%e3%82%8b%e3%82%88%e3%81%86%e3%81%aa%e3%82%b9%e3%83%a9%e3%82%a4%e3%83%89%e3%83%91%e3%83%8d%e3%83%ab%e3%82%92%e3%83%97%e3%83%a9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://m-pl.jp/2009/08/03/%e4%b8%8a%e3%81%8b%e3%82%89%e8%bf%ab%e3%82%8a%e5%87%ba%e3%81%a6%e3%81%8f%e3%82%8b%e3%82%88%e3%81%86%e3%81%aa%e3%82%b9%e3%83%a9%e3%82%a4%e3%83%89%e3%83%91%e3%83%8d%e3%83%ab%e3%82%92%e3%83%97%e3%83%a9/" />
	</item>
		<item>
		<title>ホームページフルーツ</title>
		<link>http://m-pl.jp/2009/05/13/%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e3%83%95%e3%83%ab%e3%83%bc%e3%83%84/</link>
		<comments>http://m-pl.jp/2009/05/13/%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e3%83%95%e3%83%ab%e3%83%bc%e3%83%84/#comments</comments>
		<pubDate>Wed, 13 May 2009 01:30:24 +0000</pubDate>
		<dc:creator>migi</dc:creator>
				<category><![CDATA[テンプレート]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://m-pl.jp/wordpress/?p=44</guid>
		<description><![CDATA[http://www.hpfruit.net/
【ホームページフルーツ】は、個人で運営しているホームページ作成、CSS・JavaScript、Flash（フラッシュ）などに関わる情報・サービスの情報を提供するサイトです。『ホームページビルダー』や『BiND for WebLiFE* 』など初心者にもやさしいホームページ作成ソフトもでていますので、初心者でもホームページが手軽に作成できる時代になったと思います。初心者の方にはそういったソフトを使いながらも＋αでホームページをよりよくするTips、テクニックを紹介できればと思います。また、プロとしてホームページ作成をしている方にも魅力的な情報がネット上にはたくさんありますのでそういったホームページ作成に役立つ情報を提供していきます。

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hpfruit.net/" target="_blank">http://www.hpfruit.net/</a></p>
<p>【ホームページフルーツ】は、個人で運営しているホームページ作成、CSS・JavaScript、Flash（フラッシュ）などに関わる情報・サービスの情報を提供するサイトです。『ホームページビルダー』や『BiND for WebLiFE* 』など初心者にもやさしいホームページ作成ソフトもでていますので、初心者でもホームページが手軽に作成できる時代になったと思います。初心者の方にはそういったソフトを使いながらも＋αでホームページをよりよくするTips、テクニックを紹介できればと思います。また、プロとしてホームページ作成をしている方にも魅力的な情報がネット上にはたくさんありますのでそういったホームページ作成に役立つ情報を提供していきます。</p>
<p><a title="ホームページフルーツ" rel="lightbox[pics44]" href="http://m-pl.jp/wordpress/wp-content/uploads/2009/05/e38392e3829ae382afe38381e383a3-5.png"><img class="attachment wp-att-45 alignleft" src="http://m-pl.jp/wordpress/wp-content/uploads/2009/05/e38392e3829ae382afe38381e383a3-5.thumbnail.png" alt="ホームページフルーツ" width="200" height="195" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://m-pl.jp/2009/05/13/%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e3%83%95%e3%83%ab%e3%83%bc%e3%83%84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://m-pl.jp/2009/05/13/%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e3%83%95%e3%83%ab%e3%83%bc%e3%83%84/" />
	</item>
		<item>
		<title>Custom Field GUI Utility</title>
		<link>http://m-pl.jp/2008/12/04/custom-field-gui-utility/</link>
		<comments>http://m-pl.jp/2008/12/04/custom-field-gui-utility/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 09:18:09 +0000</pubDate>
		<dc:creator>migi</dc:creator>
				<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://m-pl.jp/wordpress/?p=9</guid>
		<description><![CDATA[このプラグインは、WordPress の「投稿」及び「ページ」の編集画面に、カスタムフィールドを入力するためのフォーム要素を生成し、カスタムフィールドを使いやすくするインターフェースを提供するプラグインです。
http://www.tinybeans.net/blog/download/wp-plugin/cfg-utility-100.html
]]></description>
			<content:encoded><![CDATA[<p>このプラグインは、WordPress の「投稿」及び「ページ」の編集画面に、カスタムフィールドを入力するためのフォーム要素を生成し、カスタムフィールドを使いやすくするインターフェースを提供するプラグインです。</p>
<p><a href="http://www.tinybeans.net/blog/download/wp-plugin/cfg-utility-100.html" target="_blank">http://www.tinybeans.net/blog/download/wp-plugin/cfg-utility-100.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://m-pl.jp/2008/12/04/custom-field-gui-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://m-pl.jp/2008/12/04/custom-field-gui-utility/" />
	</item>
	</channel>
</rss>
