<?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/"
	>

<channel>
	<title>AOINA.COM &#187; update</title>
	<atom:link href="http://aoina.com/tag/update/feed" rel="self" type="application/rss+xml" />
	<link>http://aoina.com</link>
	<description>wordpress, yomi-search, firefox etc.</description>
	<pubDate>Thu, 28 Aug 2008 02:44:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加</title>
		<link>http://aoina.com/archives/85</link>
		<comments>http://aoina.com/archives/85#comments</comments>
		<pubDate>Sat, 03 Feb 2007 10:45:32 +0000</pubDate>
		<dc:creator>aoina</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[ranking]]></category>

		<category><![CDATA[SBM]]></category>

		<category><![CDATA[update]]></category>
<category>plugin</category><category>ranking</category><category>SBM</category><category>update</category><category>wordpress</category>
		<guid isPermaLink="false">http://aoina.com/archives/85</guid>
		<description><![CDATA[被ブックマーク数表示＋ランキング生成プラグインのコメントより
期間を区切ったランキング生成は可能ですか?
ついでにカテゴリーで区切ったランキング生成なんかもできれば面白いかな…
lomoさんから上記のコメント頂いてから期間が経ってしまいましたが、
「SBM Popular Entry」のランキング表示時にフィルタを加えてみました。
Ｆｉｌｔｅｒ

カテゴリIDで抽出
SBM_popular_entry_list(10, &#8220;category&#8221;, 1);
タグで抽出(UTW導入済みの場合)
SBM_popular_entry_list(10, &#8220;tag&#8221;, &#8220;wordpress&#8221;);
期間で抽出
SBM_popular_entry_list(10, &#8220;date&#8221;, &#8220;2007&#8243;);
SBM_popular_entry_list(10, &#8220;date&#8221;, &#8220;2007/6&#8243;);
SBM_popular_entry_list(10, &#8220;date&#8221;, &#8220;2006/7-2007/12&#8243;);
SBM_popular_entry_list(10, &#8220;date&#8221;, &#8220;2005-2007&#8243;);
キーワードで抽出
SBM_popular_entry_list(10, &#8220;search&#8221;, &#8220;wordpress&#8221;);
archive表示別(表示モードにより自動処理)
SBM_popular_entry_list(10, &#8220;auto&#8221;);

Sample
例えば下記のようにフィルタをかけることができます。

「2006年上半期人気記事ベスト20」
SBM_popular_entry_list(20, &#8220;date&#8221;, &#8220;2006/1-2006/6&#8243;);
「2006年人気記事ベスト20」
SBM_popular_entry_list(20, &#8220;date&#8221;, &#8220;2006&#8243;);
「2006年3月人気記事ベスト10」
SBM_popular_entry_list(10, &#8220;date&#8221;, &#8220;2006/3&#8243;);
同じカテゴリ内の人気記事ベスト5(archive.phpに記述)
SBM_popular_entry_list(5, &#8220;auto&#8221;);
検索結果の表示時に
「****」を含む人気記事ベスト5(search.phpに記述)
SBM_popular_entry_list(5, &#8220;auto&#8221;);

ダウンロードはこちらの記事から

	Tags: plugin, ranking, SBM, update, wordpress

	関連記事:
	
	[WP:Plugin] 被ブックマーク数表示＋ランキング生成プラグイン (49)
	被ブックマーク数表示プラグインSBM Popular Entryの更新 (1)
	被ブックマーク数表示プラグインSBM Popular Entryの修正 (2)
	プラグインのバージョンチェックをしてみる (6)
	[WP:Plugin] 「SBM Popular Entry」をバージョンアップしました (10)


]]></description>
			<content:encoded><![CDATA[<p><a href="http://aoina.com/archives/18#comment-13737">被ブックマーク数表示＋ランキング生成プラグイン</a>のコメントより</p>
<blockquote><p>期間を区切ったランキング生成は可能ですか?<br />
ついでにカテゴリーで区切ったランキング生成なんかもできれば面白いかな…</p></blockquote>
<p><a href="http://caramel-tea.com/">lomo</a>さんから上記のコメント頂いてから期間が経ってしまいましたが、<br />
「SBM Popular Entry」のランキング表示時にフィルタを加えてみました。</p>
<h3>Ｆｉｌｔｅｒ</h3>
<ul>
<li>カテゴリIDで抽出<br />
SBM_popular_entry_list(10, &#8220;category&#8221;, 1);</li>
<li>タグで抽出(<a href="http://aoina.com/archives/8">UTW</a>導入済みの場合)<br />
SBM_popular_entry_list(10, &#8220;tag&#8221;, &#8220;wordpress&#8221;);</li>
<li>期間で抽出<br />
SBM_popular_entry_list(10, &#8220;date&#8221;, &#8220;2007&#8243;);<br />
SBM_popular_entry_list(10, &#8220;date&#8221;, &#8220;2007/6&#8243;);<br />
SBM_popular_entry_list(10, &#8220;date&#8221;, &#8220;2006/7-2007/12&#8243;);<br />
SBM_popular_entry_list(10, &#8220;date&#8221;, &#8220;2005-2007&#8243;);</li>
<li>キーワードで抽出<br />
SBM_popular_entry_list(10, &#8220;search&#8221;, &#8220;wordpress&#8221;);</li>
<li>archive表示別(表示モードにより自動処理)<br />
SBM_popular_entry_list(10, &#8220;auto&#8221;);</li>
</ul>
<h3>Sample</h3>
<p>例えば下記のようにフィルタをかけることができます。</p>
<ul>
<li>「2006年上半期人気記事ベスト20」<br />
SBM_popular_entry_list(20, &#8220;date&#8221;, &#8220;2006/1-2006/6&#8243;);</li>
<li>「2006年人気記事ベスト20」<br />
SBM_popular_entry_list(20, &#8220;date&#8221;, &#8220;2006&#8243;);</li>
<li>「2006年3月人気記事ベスト10」<br />
SBM_popular_entry_list(10, &#8220;date&#8221;, &#8220;2006/3&#8243;);</li>
<li>同じカテゴリ内の人気記事ベスト5(archive.phpに記述)<br />
SBM_popular_entry_list(5, &#8220;auto&#8221;);</li>
<li>検索結果の表示時に<br />
「****」を含む人気記事ベスト5(search.phpに記述)<br />
SBM_popular_entry_list(5, &#8220;auto&#8221;);</li>
</ul>
<p><a href="http://aoina.com/archives/18">ダウンロードはこちらの記事から</a></p>

	Tags: <a href="http://aoina.com/archives/tag/plugin" title="plugin" rel="tag">plugin</a>, <a href="http://aoina.com/archives/tag/ranking" title="ranking" rel="tag">ranking</a>, <a href="http://aoina.com/archives/tag/sbm" title="SBM" rel="tag">SBM</a>, <a href="http://aoina.com/archives/tag/update" title="update" rel="tag">update</a>, <a href="http://aoina.com/archives/tag/wordpress" title="wordpress" rel="tag">wordpress</a><br />

	<h3>関連記事:</h3>
	<ul class="st-related-posts">
	<li><a href="http://aoina.com/archives/18" title="[WP:Plugin] 被ブックマーク数表示＋ランキング生成プラグイン (2006/06/06)">[WP:Plugin] 被ブックマーク数表示＋ランキング生成プラグイン</a> (49)</li>
	<li><a href="http://aoina.com/archives/37" title="被ブックマーク数表示プラグインSBM Popular Entryの更新 (2006/09/27)">被ブックマーク数表示プラグインSBM Popular Entryの更新</a> (1)</li>
	<li><a href="http://aoina.com/archives/32" title="被ブックマーク数表示プラグインSBM Popular Entryの修正 (2006/06/15)">被ブックマーク数表示プラグインSBM Popular Entryの修正</a> (2)</li>
	<li><a href="http://aoina.com/archives/81" title="プラグインのバージョンチェックをしてみる (2006/12/18)">プラグインのバージョンチェックをしてみる</a> (6)</li>
	<li><a href="http://aoina.com/archives/96" title="[WP:Plugin] 「SBM Popular Entry」をバージョンアップしました (2007/08/18)">[WP:Plugin] 「SBM Popular Entry」をバージョンアップしました</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://aoina.com/archives/85/feed</wfw:commentRss>
		</item>
		<item>
		<title>UTW mod Related Post Version: 0.2</title>
		<link>http://aoina.com/archives/83</link>
		<comments>http://aoina.com/archives/83#comments</comments>
		<pubDate>Wed, 03 Jan 2007 03:10:25 +0000</pubDate>
		<dc:creator>aoina</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[related]]></category>

		<category><![CDATA[update]]></category>

		<category><![CDATA[UTW]]></category>
<category>plugin</category><category>related</category><category>update</category><category>UTW</category><category>wordpress</category>
		<guid isPermaLink="false">http://aoina.com/archives/83</guid>
		<description><![CDATA[先日ある方から
UTW mod Related Postを導入すると
database errorがでるよ　と連絡いただいたので修正しました。
修正箇所

MySQLの設定により「database error」が表示される場合があるため修正
オプションとして関連記事数やタグの設定できるように修正
DBへのアクセス数を減らした

オプションパラメータは下記のように設定できます。
PLAIN TEXT
PHP:




&#38;lt;?php utw_mod_related_post&#40;5, "


&#160; &#160; &#60;li&#62;", "&#38;lt;/li&#38;gt;"&#41; ?&#38;gt; 





ダウンロードはこちらから

	Tags: plugin, related, update, UTW, wordpress

	関連記事:
	
	被ブックマーク数表示プラグインSBM Popular Entryの修正 (2)
	プラグインのバージョンチェックをしてみる (6)
	[WP:Plugin]UTWによる関連記事表示プラグイン「UTW mod Related Post」 (47)
	[WP:Plugin] 高機能Taggingプラグイン「UltimateTagWarrior」 (4)
	[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2)


]]></description>
			<content:encoded><![CDATA[<p>先日ある方から<br />
<a href="http://aoina.com/archives/65">UTW mod Related Post</a>を導入すると<br />
database errorがでるよ　と連絡いただいたので修正しました。</p>
<p>修正箇所</p>
<ul>
<li>MySQLの設定により「database error」が表示される場合があるため修正</li>
<li>オプションとして関連記事数やタグの設定できるように修正</li>
<li>DBへのアクセス数を減らした</li>
</ul>
<p>オプションパラメータは下記のように設定できます。</p>
<div class="igBar"><span id="lphp-2"><a href="#" onclick="javascript:showPlainTxt('php-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-2">
<div class="php">
<ol>
<li style="color:#3A6A8B;">
<div style="">&amp;lt;?php utw_mod_related_post<span style="color:#006600;">&#40;</span><span style="color:#CC66CC;color:#800000;">5</span>, <span style="color:#FF0000;">"</span></div>
</li>
<li style="color:#26536A;">
<div style=""><span style="color:#FF0000;">&nbsp; &nbsp; &lt;li&gt;"</span>, <span style="color:#FF0000;">"&amp;lt;/li&amp;gt;"</span><span style="color:#006600;">&#41;</span> ?&amp;gt; </div>
</li>
</ol>
</div>
</div>
</div>
<p><a href="http://aoina.com/archives/65">ダウンロードはこちらから</a></li>

	Tags: <a href="http://aoina.com/archives/tag/plugin" title="plugin" rel="tag">plugin</a>, <a href="http://aoina.com/archives/tag/related" title="related" rel="tag">related</a>, <a href="http://aoina.com/archives/tag/update" title="update" rel="tag">update</a>, <a href="http://aoina.com/archives/tag/utw" title="UTW" rel="tag">UTW</a>, <a href="http://aoina.com/archives/tag/wordpress" title="wordpress" rel="tag">wordpress</a><br />

	<h3>関連記事:</h3>
	<ul class="st-related-posts">
	<li><a href="http://aoina.com/archives/32" title="被ブックマーク数表示プラグインSBM Popular Entryの修正 (2006/06/15)">被ブックマーク数表示プラグインSBM Popular Entryの修正</a> (2)</li>
	<li><a href="http://aoina.com/archives/81" title="プラグインのバージョンチェックをしてみる (2006/12/18)">プラグインのバージョンチェックをしてみる</a> (6)</li>
	<li><a href="http://aoina.com/archives/65" title="[WP:Plugin]UTWによる関連記事表示プラグイン「UTW mod Related Post」 (2006/10/10)">[WP:Plugin]UTWによる関連記事表示プラグイン「UTW mod Related Post」</a> (47)</li>
	<li><a href="http://aoina.com/archives/8" title="[WP:Plugin] 高機能Taggingプラグイン「UltimateTagWarrior」 (2006/05/29)">[WP:Plugin] 高機能Taggingプラグイン「UltimateTagWarrior」</a> (4)</li>
	<li><a href="http://aoina.com/archives/85" title="[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2007/02/03)">[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://aoina.com/archives/83/feed</wfw:commentRss>
		</item>
		<item>
		<title>プラグインのバージョンチェックをしてみる</title>
		<link>http://aoina.com/archives/81</link>
		<comments>http://aoina.com/archives/81#comments</comments>
		<pubDate>Mon, 18 Dec 2006 13:33:03 +0000</pubDate>
		<dc:creator>aoina</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[update]]></category>
<category>plugin</category><category>update</category><category>wordpress</category>
		<guid isPermaLink="false">http://aoina.com/archives/81</guid>
		<description><![CDATA[久しぶりの投稿です。
wordpressのversionを今更ながら2.04から2.05に変更してみました。あまり変わったところが見当たらずブログを巡回してみると、トラックバックが受信できなかったりと不具合があるようです。
changelog.txtを見てて、標準プラグインであるwp-db-backupやakismetもバージョンがあがってました。
ということで、他のプラグインのバージョンはどうなっているのだろうとちょっと気になって調べてみると

Admin Drop Menus
Brian's Latest Comments
Edit N Place
Plugins Used Plugin
WP-PageNavi
Ultimate Tag Warrior

これだけバージョンがアップしていました。どこがどう変わったのか分かりませんが、まあ不具合の修正だと思います。
このサイトでもちょっとしたプラグインを公開しているので、そのソースも見直しをしなければ・・・・。
プラグインのバージョンチェックができるプラグインって無いのかな？

	Tags: plugin, update, wordpress

	関連記事:
	
	被ブックマーク数表示プラグインSBM Popular Entryの修正 (2)
	[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2)
	WP-SimpleGmapsの修正 (4)
	WP-SimpleGmapsにズーム機能を追加 (0)
	UTW mod Related Post Version: 0.2 (0)


]]></description>
			<content:encoded><![CDATA[<p>久しぶりの投稿です。<br />
wordpressのversionを今更ながら2.04から2.05に変更してみました。あまり変わったところが見当たらずブログを巡回してみると、トラックバックが受信できなかったりと不具合があるようです。</p>
<p>changelog.txtを見てて、標準プラグインであるwp-db-backupやakismetもバージョンがあがってました。</p>
<p>ということで、他のプラグインのバージョンはどうなっているのだろうとちょっと気になって調べてみると</p>
<ul>
<li>Admin Drop Menus</li>
<li>Brian's Latest Comments</li>
<li>Edit N Place</li>
<li>Plugins Used Plugin</li>
<li>WP-PageNavi</li>
<li>Ultimate Tag Warrior</li>
</ul>
<p>これだけバージョンがアップしていました。どこがどう変わったのか分かりませんが、まあ不具合の修正だと思います。</p>
<p>このサイトでもちょっとしたプラグインを公開しているので、そのソースも見直しをしなければ・・・・。</p>
<p>プラグインのバージョンチェックができるプラグインって無いのかな？</p>

	Tags: <a href="http://aoina.com/archives/tag/plugin" title="plugin" rel="tag">plugin</a>, <a href="http://aoina.com/archives/tag/update" title="update" rel="tag">update</a>, <a href="http://aoina.com/archives/tag/wordpress" title="wordpress" rel="tag">wordpress</a><br />

	<h3>関連記事:</h3>
	<ul class="st-related-posts">
	<li><a href="http://aoina.com/archives/32" title="被ブックマーク数表示プラグインSBM Popular Entryの修正 (2006/06/15)">被ブックマーク数表示プラグインSBM Popular Entryの修正</a> (2)</li>
	<li><a href="http://aoina.com/archives/85" title="[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2007/02/03)">[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加</a> (2)</li>
	<li><a href="http://aoina.com/archives/47" title="WP-SimpleGmapsの修正 (2006/09/30)">WP-SimpleGmapsの修正</a> (4)</li>
	<li><a href="http://aoina.com/archives/57" title="WP-SimpleGmapsにズーム機能を追加 (2006/10/07)">WP-SimpleGmapsにズーム機能を追加</a> (0)</li>
	<li><a href="http://aoina.com/archives/83" title="UTW mod Related Post Version: 0.2 (2007/01/03)">UTW mod Related Post Version: 0.2</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://aoina.com/archives/81/feed</wfw:commentRss>
		</item>
		<item>
		<title>WP-SimpleGmapsにズーム機能を追加</title>
		<link>http://aoina.com/archives/57</link>
		<comments>http://aoina.com/archives/57#comments</comments>
		<pubDate>Fri, 06 Oct 2006 17:50:06 +0000</pubDate>
		<dc:creator>aoina</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[map]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[update]]></category>

		<category><![CDATA[zoom]]></category>
<category>google</category><category>map</category><category>plugin</category><category>update</category><category>wordpress</category><category>zoom</category>
		<guid isPermaLink="false">http://aoina.com/archives/57</guid>
		<description><![CDATA[Going My Wayさんの記事を見てWP-SimpleGmapsにズーム機能を追加してみました。
Google Mapsでは、ダブルクリックするとズーム、右ダブルクリックで縮小ズームというのができますが、これがAPIでもできないのかなと思っていましたが、The Literacy Projectというのを見ていたら、ズームできるようなのでソースを見てみると
Going My Way: Google Maps APIでズーム機能を追加する方法
ダブルクリックでズーム、右ダブルクリックで縮小ズームのソース。
map.enableDoubleClickZoom();
map.enableContinuousZoom();
Google Maps API Version 2 Reference

	Tags: google, map, plugin, update, wordpress, zoom

	関連記事:
	
	WP-SimpleGmapsの修正 (4)
	[WP:Plugin]　簡単にGoogleMapsを利用できるプラグインWP-SimpleGmaps (66)
	被ブックマーク数表示プラグインSBM Popular Entryの修正 (2)
	プラグインのバージョンチェックをしてみる (6)
	[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2)


]]></description>
			<content:encoded><![CDATA[<p>Going My Wayさんの記事を見て<a href="http://aoina.com/archives/45">WP-SimpleGmaps</a>にズーム機能を追加してみました。</p>
<blockquote cite="http://kengo.preston-net.com/archives/002840.shtml"><p>Google Mapsでは、ダブルクリックするとズーム、右ダブルクリックで縮小ズームというのができますが、これがAPIでもできないのかなと思っていましたが、The Literacy Projectというのを見ていたら、ズームできるようなのでソースを見てみると</p>
<p><cite><a href="http://kengo.preston-net.com/archives/002840.shtml">Going My Way: Google Maps APIでズーム機能を追加する方法</a></cite></p></blockquote>
<p>ダブルクリックでズーム、右ダブルクリックで縮小ズームのソース。</p>
<blockquote><p>map.enableDoubleClickZoom();<br />
map.enableContinuousZoom();</p></blockquote>
<p><a href="http://www.google.com/apis/maps/documentation/reference.html">Google Maps API Version 2 Reference</a></p>

	Tags: <a href="http://aoina.com/archives/tag/google" title="google" rel="tag">google</a>, <a href="http://aoina.com/archives/tag/map" title="map" rel="tag">map</a>, <a href="http://aoina.com/archives/tag/plugin" title="plugin" rel="tag">plugin</a>, <a href="http://aoina.com/archives/tag/update" title="update" rel="tag">update</a>, <a href="http://aoina.com/archives/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://aoina.com/archives/tag/zoom" title="zoom" rel="tag">zoom</a><br />

	<h3>関連記事:</h3>
	<ul class="st-related-posts">
	<li><a href="http://aoina.com/archives/47" title="WP-SimpleGmapsの修正 (2006/09/30)">WP-SimpleGmapsの修正</a> (4)</li>
	<li><a href="http://aoina.com/archives/45" title="[WP:Plugin]　簡単にGoogleMapsを利用できるプラグインWP-SimpleGmaps (2006/09/29)">[WP:Plugin]　簡単にGoogleMapsを利用できるプラグインWP-SimpleGmaps</a> (66)</li>
	<li><a href="http://aoina.com/archives/32" title="被ブックマーク数表示プラグインSBM Popular Entryの修正 (2006/06/15)">被ブックマーク数表示プラグインSBM Popular Entryの修正</a> (2)</li>
	<li><a href="http://aoina.com/archives/81" title="プラグインのバージョンチェックをしてみる (2006/12/18)">プラグインのバージョンチェックをしてみる</a> (6)</li>
	<li><a href="http://aoina.com/archives/85" title="[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2007/02/03)">[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://aoina.com/archives/57/feed</wfw:commentRss>
		</item>
		<item>
		<title>WP-SimpleGmapsの修正</title>
		<link>http://aoina.com/archives/47</link>
		<comments>http://aoina.com/archives/47#comments</comments>
		<pubDate>Sat, 30 Sep 2006 14:18:32 +0000</pubDate>
		<dc:creator>aoina</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[map]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[update]]></category>
<category>google</category><category>map</category><category>plugin</category><category>update</category><category>wordpress</category>
		<guid isPermaLink="false">http://aoina.com/archives/47</guid>
		<description><![CDATA[yutaka’s homapageの中の人から指摘がありまして昨日アップした「WP-SimpleGmaps」にバグがありました。
IEでエラー表示になってしまうとのこと。
さっそく調べた結果、Google Maps を読み込んでしまった後にadsenceを読み込むとIEではエラーになってしまうようです。そのような仕様なんでしょうか？
ということでGoogleMapsの読み込みをfooterの後に読み込むように修正。
※あと分かっているが修正できてないところ
管理画面のGoogleMapsの枠と地図が5pxぐらいズレるんだよな

	Tags: google, map, plugin, update, wordpress

	関連記事:
	
	WP-SimpleGmapsにズーム機能を追加 (0)
	[WP:Plugin]　簡単にGoogleMapsを利用できるプラグインWP-SimpleGmaps (66)
	被ブックマーク数表示プラグインSBM Popular Entryの修正 (2)
	プラグインのバージョンチェックをしてみる (6)
	[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2)


]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.yamanaka.ics.keio.ac.jp/~arakawa/">yutaka’s homapage</a>の中の人から指摘がありまして昨日アップした「<a href="http://aoina.com/archives/45">WP-SimpleGmaps</a>」にバグがありました。</p>
<p>IEでエラー表示になってしまうとのこと。</p>
<p>さっそく調べた結果、Google Maps を読み込んでしまった後にadsenceを読み込むとIEではエラーになってしまうようです。そのような仕様なんでしょうか？</p>
<p>ということでGoogleMapsの読み込みをfooterの後に読み込むように修正。</p>
<p>※あと分かっているが修正できてないところ<br />
管理画面のGoogleMapsの枠と地図が5pxぐらいズレるんだよな</p>

	Tags: <a href="http://aoina.com/archives/tag/google" title="google" rel="tag">google</a>, <a href="http://aoina.com/archives/tag/map" title="map" rel="tag">map</a>, <a href="http://aoina.com/archives/tag/plugin" title="plugin" rel="tag">plugin</a>, <a href="http://aoina.com/archives/tag/update" title="update" rel="tag">update</a>, <a href="http://aoina.com/archives/tag/wordpress" title="wordpress" rel="tag">wordpress</a><br />

	<h3>関連記事:</h3>
	<ul class="st-related-posts">
	<li><a href="http://aoina.com/archives/57" title="WP-SimpleGmapsにズーム機能を追加 (2006/10/07)">WP-SimpleGmapsにズーム機能を追加</a> (0)</li>
	<li><a href="http://aoina.com/archives/45" title="[WP:Plugin]　簡単にGoogleMapsを利用できるプラグインWP-SimpleGmaps (2006/09/29)">[WP:Plugin]　簡単にGoogleMapsを利用できるプラグインWP-SimpleGmaps</a> (66)</li>
	<li><a href="http://aoina.com/archives/32" title="被ブックマーク数表示プラグインSBM Popular Entryの修正 (2006/06/15)">被ブックマーク数表示プラグインSBM Popular Entryの修正</a> (2)</li>
	<li><a href="http://aoina.com/archives/81" title="プラグインのバージョンチェックをしてみる (2006/12/18)">プラグインのバージョンチェックをしてみる</a> (6)</li>
	<li><a href="http://aoina.com/archives/85" title="[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2007/02/03)">[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://aoina.com/archives/47/feed</wfw:commentRss>
		</item>
		<item>
		<title>被ブックマーク数表示プラグインSBM Popular Entryの更新</title>
		<link>http://aoina.com/archives/37</link>
		<comments>http://aoina.com/archives/37#comments</comments>
		<pubDate>Tue, 26 Sep 2006 17:07:47 +0000</pubDate>
		<dc:creator>aoina</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[SBM]]></category>

		<category><![CDATA[update]]></category>
<category>plugin</category><category>SBM</category><category>update</category>
		<guid isPermaLink="false">http://aoina.com/archives/37</guid>
		<description><![CDATA[以前からlivedoorクリップを追加するか考えていたのだが、クリップ数が少ないし放っておいたんですが、
、「はてなブックマークコメントその場で表示ライブラリ」はちょっと興味があったので追加してみました。
修正や更新したところ
・livedoorクリップを追加
・はてなブックマークコメントその場で表示ライブラリを追加
・はてなアイコン[↑B]を[B!]に修正
SBM Popular Entry 1.３ をアップしましたので、利用して下さっている方アップデートをお願いします。
[関連記事]
・クリップ件数取得 API - livedoor クリップ まとめサイト -
・はてなブックマークコメントその場で表示ライブラリとは

	Tags: plugin, SBM, update

	関連記事:
	
	[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2)
	被ブックマーク数表示プラグインSBM Popular Entryの修正 (2)
	プラグインのバージョンチェックをしてみる (6)
	[WP:Plugin] 被ブックマーク数表示＋ランキング生成プラグイン (49)
	[WP:Plugin] 「SBM Popular Entry」をバージョンアップしました (10)


]]></description>
			<content:encoded><![CDATA[<p>以前からlivedoorクリップを追加するか考えていたのだが、クリップ数が少ないし放っておいたんですが、<br />
、「はてなブックマークコメントその場で表示ライブラリ」はちょっと興味があったので追加してみました。</p>
<p>修正や更新したところ<br />
・livedoorクリップを追加<br />
・はてなブックマークコメントその場で表示ライブラリを追加<br />
・はてなアイコン[↑B]を[B!]に修正</p>
<p><a href="http://aoina.com/archives/18">SBM Popular Entry 1.３ </a>をアップしましたので、利用して下さっている方アップデートをお願いします。</p>
<p>[関連記事]<br />
・<a href="http://wiki.livedoor.jp/staff_clip/d/%a5%af%a5%ea%a5%c3%a5%d7%b7%ef%bf%f4%bc%e8%c6%c0%20API">クリップ件数取得 API - livedoor クリップ まとめサイト -</a><br />
・<a href="http://d.hatena.ne.jp/keyword/%A4%CF%A4%C6%A4%CA%A5%D6%A5%C3%A5%AF%A5%DE%A1%BC%A5%AF%A5%B3%A5%E1%A5%F3%A5%C8%A4%BD%A4%CE%BE%EC%A4%C7%C9%BD%BC%A8%A5%E9%A5%A4%A5%D6%A5%E9%A5%EA">はてなブックマークコメントその場で表示ライブラリとは</a></p>

	Tags: <a href="http://aoina.com/archives/tag/plugin" title="plugin" rel="tag">plugin</a>, <a href="http://aoina.com/archives/tag/sbm" title="SBM" rel="tag">SBM</a>, <a href="http://aoina.com/archives/tag/update" title="update" rel="tag">update</a><br />

	<h3>関連記事:</h3>
	<ul class="st-related-posts">
	<li><a href="http://aoina.com/archives/85" title="[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2007/02/03)">[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加</a> (2)</li>
	<li><a href="http://aoina.com/archives/32" title="被ブックマーク数表示プラグインSBM Popular Entryの修正 (2006/06/15)">被ブックマーク数表示プラグインSBM Popular Entryの修正</a> (2)</li>
	<li><a href="http://aoina.com/archives/81" title="プラグインのバージョンチェックをしてみる (2006/12/18)">プラグインのバージョンチェックをしてみる</a> (6)</li>
	<li><a href="http://aoina.com/archives/18" title="[WP:Plugin] 被ブックマーク数表示＋ランキング生成プラグイン (2006/06/06)">[WP:Plugin] 被ブックマーク数表示＋ランキング生成プラグイン</a> (49)</li>
	<li><a href="http://aoina.com/archives/96" title="[WP:Plugin] 「SBM Popular Entry」をバージョンアップしました (2007/08/18)">[WP:Plugin] 「SBM Popular Entry」をバージョンアップしました</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://aoina.com/archives/37/feed</wfw:commentRss>
		</item>
		<item>
		<title>被ブックマーク数表示プラグインSBM Popular Entryの修正</title>
		<link>http://aoina.com/archives/32</link>
		<comments>http://aoina.com/archives/32#comments</comments>
		<pubDate>Thu, 15 Jun 2006 13:41:05 +0000</pubDate>
		<dc:creator>aoina</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[update]]></category>
<category>plugin</category><category>update</category><category>wordpress</category>
		<guid isPermaLink="false">http://aoina.com/archives/32</guid>
		<description><![CDATA[[WP:Plugin] 被ブックマーク数表示＋ランキング生成プラグインですが、はてなブックマークに追加するリンクが動作していませんでした。
naocoさん指摘ありがとうございます。
はてなのブックマークがうまく追加できないっぽい。
ochanoco blog » はてな と del.icio.us の被ブックマーク数を表示するプラグイン (2006-06-15)
そのほか下記を修正して SBM Popular Entry 1.2 をアップしましたので、利用して下さっている方アップデートをお願いします。

deliciousがbusyの時など件数が取得できなかったとき0件になってしまうのを修正
single表示の時のみデータを取得するように変更
(アーカイブ表示時に記事数分だけデータ取得をしているので表示に時間がかかってしまう)
Popular list の件数をaタグの外に表示
deliciousのアイコンを小さくした
&#38;→実体参照に修正

あとフォルダ名とファイル名のpopularのスペル違ってるし最悪。
今から修正しても、ややこしくなるのでそのまま。
※はてなアカウントを取って　はてなリング &#62; WordPressに登録してみました。

	Tags: plugin, update, wordpress

	関連記事:
	
	プラグインのバージョンチェックをしてみる (6)
	[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2)
	WP-SimpleGmapsの修正 (4)
	WP-SimpleGmapsにズーム機能を追加 (0)
	UTW mod Related Post Version: 0.2 (0)


]]></description>
			<content:encoded><![CDATA[<p><a href="http://aoina.com/archives/18">[WP:Plugin] 被ブックマーク数表示＋ランキング生成プラグイン</a>ですが、はてなブックマークに追加するリンクが動作していませんでした。<br />
naocoさん指摘ありがとうございます。</p>
<blockquote cite="http://blog2.ochanocosaisai.com/?p=143" title="ochanoco blog » はてな と del.icio.us の被ブックマーク数を表示するプラグイン"><p>はてなのブックマークがうまく追加できないっぽい。</p>
<p><cite><a href="http://blog2.ochanocosaisai.com/?p=143">ochanoco blog » はてな と del.icio.us の被ブックマーク数を表示するプラグイン</a> (2006-06-15)</cite></p></blockquote>
<p>そのほか下記を修正して <a href="http://aoina.com/archives/18">SBM Popular Entry 1.2</a> をアップしましたので、利用して下さっている方アップデートをお願いします。</p>
<ul>
<li>deliciousがbusyの時など件数が取得できなかったとき0件になってしまうのを修正</li>
<li>single表示の時のみデータを取得するように変更<br />
(アーカイブ表示時に記事数分だけデータ取得をしているので表示に時間がかかってしまう)</li>
<li>Popular list の件数をaタグの外に表示</li>
<li>deliciousのアイコンを小さくした</li>
<li>&amp;→実体参照に修正</li>
</ul>
<p>あとフォルダ名とファイル名のpopularのスペル違ってるし最悪。<br />
今から修正しても、ややこしくなるのでそのまま。</p>
<p>※はてなアカウントを取って　<a href="http://wordpress.ring.hatena.ne.jp/">はてなリング &gt; WordPress</a>に登録してみました。</p>

	Tags: <a href="http://aoina.com/archives/tag/plugin" title="plugin" rel="tag">plugin</a>, <a href="http://aoina.com/archives/tag/update" title="update" rel="tag">update</a>, <a href="http://aoina.com/archives/tag/wordpress" title="wordpress" rel="tag">wordpress</a><br />

	<h3>関連記事:</h3>
	<ul class="st-related-posts">
	<li><a href="http://aoina.com/archives/81" title="プラグインのバージョンチェックをしてみる (2006/12/18)">プラグインのバージョンチェックをしてみる</a> (6)</li>
	<li><a href="http://aoina.com/archives/85" title="[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2007/02/03)">[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加</a> (2)</li>
	<li><a href="http://aoina.com/archives/47" title="WP-SimpleGmapsの修正 (2006/09/30)">WP-SimpleGmapsの修正</a> (4)</li>
	<li><a href="http://aoina.com/archives/57" title="WP-SimpleGmapsにズーム機能を追加 (2006/10/07)">WP-SimpleGmapsにズーム機能を追加</a> (0)</li>
	<li><a href="http://aoina.com/archives/83" title="UTW mod Related Post Version: 0.2 (2007/01/03)">UTW mod Related Post Version: 0.2</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://aoina.com/archives/32/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress ME 2.0.3が公開されました</title>
		<link>http://aoina.com/archives/15</link>
		<comments>http://aoina.com/archives/15#comments</comments>
		<pubDate>Sat, 03 Jun 2006 11:12:46 +0000</pubDate>
		<dc:creator>aoina</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[update]]></category>
<category>update</category><category>wordpress</category>
		<guid isPermaLink="false">http://aoina.com/archives/15</guid>
		<description><![CDATA[WordPress ME 2.0.3が公開されました。
SecurityFix等の修正らしいです。
This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we’ve also backported a number of security enhancements from 2.1 to further enhance and protect your blog.
http://wordpress.xwd.jp/japan/2006/06/02/me-203/
v2.0.2 からのアップグレードの仕方は

こちらより、me202-to-203.zip をダウンロードします。
ダウンロードしたファイルを解凍して展開します。
すべてのファイルをサーバーにアップロードして上書きします。
wp-admin/upgrade.php にアクセスしてアップグレードしてください。


	Tags: update, wordpress

	関連記事:
	
	被ブックマーク数表示プラグインSBM Popular Entryの修正 [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress ME 2.0.3が公開されました。</p>
<p>SecurityFix等の修正らしいです。</p>
<blockquote><p>This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we’ve also backported a number of security enhancements from 2.1 to further enhance and protect your blog.</p></blockquote>
<p><a href="http://wordpress.xwd.jp/japan/2006/06/02/me-203/">http://wordpress.xwd.jp/japan/2006/06/02/me-203/</a></p>
<p>v2.0.2 からのアップグレードの仕方は</p>
<ol>
<li><a href="http://sourceforge.jp/projects/wordpress/files/">こちらより</a>、me202-to-203.zip をダウンロードします。</li>
<li>ダウンロードしたファイルを解凍して展開します。</li>
<li>すべてのファイルをサーバーにアップロードして上書きします。</li>
<li>wp-admin/upgrade.php にアクセスしてアップグレードしてください。</li>
</ol>

	Tags: <a href="http://aoina.com/archives/tag/update" title="update" rel="tag">update</a>, <a href="http://aoina.com/archives/tag/wordpress" title="wordpress" rel="tag">wordpress</a><br />

	<h3>関連記事:</h3>
	<ul class="st-related-posts">
	<li><a href="http://aoina.com/archives/32" title="被ブックマーク数表示プラグインSBM Popular Entryの修正 (2006/06/15)">被ブックマーク数表示プラグインSBM Popular Entryの修正</a> (2)</li>
	<li><a href="http://aoina.com/archives/81" title="プラグインのバージョンチェックをしてみる (2006/12/18)">プラグインのバージョンチェックをしてみる</a> (6)</li>
	<li><a href="http://aoina.com/archives/85" title="[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加 (2007/02/03)">[WP-Plugin]「SBM Popular Entry」にフィルタ機能を追加</a> (2)</li>
	<li><a href="http://aoina.com/archives/47" title="WP-SimpleGmapsの修正 (2006/09/30)">WP-SimpleGmapsの修正</a> (4)</li>
	<li><a href="http://aoina.com/archives/57" title="WP-SimpleGmapsにズーム機能を追加 (2006/10/07)">WP-SimpleGmapsにズーム機能を追加</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://aoina.com/archives/15/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
