<?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>You Look Too Cool &#187; プラグイン</title>
	<atom:link href="http://stabucky.com/wp/archives/tag/%e3%83%97%e3%83%a9%e3%82%b0%e3%82%a4%e3%83%b3/feed" rel="self" type="application/rss+xml" />
	<link>http://stabucky.com/wp</link>
	<description>ゆるくつくる - stabuckyのブログ。</description>
	<lastBuildDate>Thu, 09 Feb 2012 22:24:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPressでGoogleマップを表示するためのプラグイン</title>
		<link>http://stabucky.com/wp/archives/2631</link>
		<comments>http://stabucky.com/wp/archives/2631#comments</comments>
		<pubDate>Sat, 09 Apr 2011 09:03:50 +0000</pubDate>
		<dc:creator>stabucky</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[地図]]></category>

		<guid isPermaLink="false">http://stabucky.com/wp/?p=2631</guid>
		<description><![CDATA[WordPressでGoogleマップを表示するためのプラグインは色々あるようですが、私は「Google maps」という、シンプルなプラグインを使っています。 WordPress › Google maps « WordPress Plugins インストールは他のプラグインと同様です。 ダウンロードして解凍してプラグインのフォルダ「Plugins」にコピーします。 初期設定として、APIキーを取得し(無料)、プラグインの設定画面に入力しておきます。 Google Maps API に登録する &#8211; Google Maps API ファミリー &#8211; Google Code 使い方は簡単です。 Googleマップを表示します。アイコンを使うなどマイマップを編集します。 「(メール)送信」をクリックします。 ダイアログが表示され、「Google マップ へのリンクをお知らせします。リンク: &#60;http://maps.google.co.jp/～&#62;」と出ます。 &#60; &#62;で挟まれた部分(http://maps.google.co.jp/～)をコピーします。なお「リンク」をクリックして表示される(短縮された)URLは使えないようです。 キャンセルします。 WordPressの投稿画面を表示します。 編集BOXに「［map:http://maps.google.co.jp/～ 450 300］」と入力します(［ ］は半角です)。「map:」の直後に先ほどコピーした文字列を貼り付けます。 「450」が幅、「300」が高さになります。適当に調整します。 URLの中に「z=10」とあればズームを表しますので、もしアイコンがはみ出るような場合は「z=9」と数値を小さくします。 これで投稿すればブログに地図が表示されます。 サンプル 日本の原子力発電所の地図です。 Loading...Be careful to see the map you have to activate the [...]]]></description>
		<wfw:commentRss>http://stabucky.com/wp/archives/2631/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeColorer使用例</title>
		<link>http://stabucky.com/wp/archives/2454</link>
		<comments>http://stabucky.com/wp/archives/2454#comments</comments>
		<pubDate>Sat, 05 Mar 2011 10:17:04 +0000</pubDate>
		<dc:creator>stabucky</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CodeColorer]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://stabucky.com/wp/?p=2454</guid>
		<description><![CDATA[このブログでも使っている、WordPressのプラグインの「CodeColorer」ですが、使用例についてまとめてみました。 他にも設定ができますが、効果が確認できなかったものについては割愛しています。 言語は私がよく使うものを使い、特にJavaScriptを中心に例を挙げています。 cc function test(a) { &#160; &#160; var b = 0; &#160; &#160; for (var i = 1; i &#60;= a; i++) { &#160; &#160; &#160; &#160; b + = i; &#160; &#160; } &#160; &#160; return b; } cc lang=&#8221;text&#8221; function test(a) { &#160; &#160; var b = 0; &#160; &#160; for [...]]]></description>
		<wfw:commentRss>http://stabucky.com/wp/archives/2454/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeColorerでコードを見やすくする</title>
		<link>http://stabucky.com/wp/archives/1359</link>
		<comments>http://stabucky.com/wp/archives/1359#comments</comments>
		<pubDate>Mon, 31 May 2010 12:41:40 +0000</pubDate>
		<dc:creator>stabucky</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CodeColorer]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://stabucky.com/wp/?p=1359</guid>
		<description><![CDATA[WordPressでプログラムのコードを書くと、インデントが上手くセットできず、読みにくくなります。 そこでプラグインの「CodeColorer」を使うことにしました。 WordPress › CodeColorer « WordPress Plugins ファイルをダウンロードして解凍します。 自分のWordPressフォルダ「wp-content/plugins/codecolorer」にアップロードします。 管理画面を開き、CodeColorerを有効にします。 使い方は、編集するときにコードの部分を［cc］と［/cc］(すべて半角)で挟むだけです。 さらに［cc lang=&#8221;javascript&#8221;］などとプログラム種類を指定することができます。 これでコードが見やすくなります。 インデントが崩れない。 適当に色分けされる。 枠で囲まれる。右にはみ出すときはスクロールバーが表示される。 つぎのようになります。 alert&#40;&#34;こんなかんじ&#34;&#41;]]></description>
		<wfw:commentRss>http://stabucky.com/wp/archives/1359/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressに関連投稿表示プラグインを入れる</title>
		<link>http://stabucky.com/wp/archives/903</link>
		<comments>http://stabucky.com/wp/archives/903#comments</comments>
		<pubDate>Thu, 03 Dec 2009 12:24:17 +0000</pubDate>
		<dc:creator>stabucky</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://stabucky.com/wp/?p=903</guid>
		<description><![CDATA[このブログに、WordPress Related Post for Japaneseというプラグインを入れてみました。 WordPress Plugins/JSeries » WordPress Related Post for Japanese (関連投稿表示プラグイン) Yahoo! Japan からアプリケーションID を取得するのが面倒な感じがしましたが、実際はとても簡単。 設定してから5分くらいで表示に反映されました。 説明には「MySQL は 5 系で確認」とありますが、4系でも一応、動くようです。]]></description>
		<wfw:commentRss>http://stabucky.com/wp/archives/903/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>プラグイン「Similar Posts」が機能しない</title>
		<link>http://stabucky.com/wp/archives/164</link>
		<comments>http://stabucky.com/wp/archives/164#comments</comments>
		<pubDate>Thu, 15 Jan 2009 17:49:10 +0000</pubDate>
		<dc:creator>stabucky</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://stabucky.com/wp/?p=164</guid>
		<description><![CDATA[プラグイン「Similar Posts」をインストールしたのですが、新規追加した記事に対して、うまく機能していないようです。 もっと、投稿しないとダメなのかな。 と思っていたら、この記事自身では正しく機能しました。タイトルがほぼ同じ記事だからか。]]></description>
		<wfw:commentRss>http://stabucky.com/wp/archives/164/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>プラグイン「Akismet」を導入</title>
		<link>http://stabucky.com/wp/archives/150</link>
		<comments>http://stabucky.com/wp/archives/150#comments</comments>
		<pubDate>Mon, 12 Jan 2009 02:11:52 +0000</pubDate>
		<dc:creator>stabucky</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://stabucky.com/wp/?p=150</guid>
		<description><![CDATA[このブログにAkismetという、スパムコメントを防ぐプラグインを導入しました。 しばらくはスパムコメントなど来ないと思っていましたが、立て続けに5件ほど入ってきて驚きました。 それで慌ててAkismetを導入したわけです。 API Keyを取得するという手間がありますが、それほど面倒でもありませんでした。 さあ、どれほど効果があるのか。]]></description>
		<wfw:commentRss>http://stabucky.com/wp/archives/150/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>プラグイン「Similar Posts」をインストール</title>
		<link>http://stabucky.com/wp/archives/55</link>
		<comments>http://stabucky.com/wp/archives/55#comments</comments>
		<pubDate>Tue, 30 Dec 2008 03:07:58 +0000</pubDate>
		<dc:creator>stabucky</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://stabucky.com/wp/?p=55</guid>
		<description><![CDATA[このブログはWordPressを使っています。 関連記事を自動的に載せるプラグイン「Similar Posts」を追加してみました。 プラグインを追加したのは初めてなのですが、とても簡単なことに驚きました。 MovableTypeを使っていたときには考えられなかったことです。 テンプレートを直接、編集する必要がありません。 「Similar Posts」は過去の記事を分析して関連記事を探すのでしょうが、処理がとても早く、全くロスを感じません。素晴らしいです。 こうなるともっと記事を多くして、その効果を確かめたいところ。 昔の別のブログも移行しようか、と考え中。 WordPress: Similar Posts の紹介と設定例を参考にさせていただきました。]]></description>
		<wfw:commentRss>http://stabucky.com/wp/archives/55/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

