<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:xhtml="http://www.w3.org/1999/xhtml"
	>
<channel>
	<title>CodeIgniterのURIルーティングで.htaccessいらず へのコメント</title>
	<atom:link href="http://creco.net/2009/02/26/i_love_codeigniters_uri_routing/feed/" rel="self" type="application/rss+xml" />
	<link>http://creco.net/2009/02/26/i_love_codeigniters_uri_routing/</link>
	<description>East or west, home is best.</description>
	<lastBuildDate>Wed, 06 Jan 2010 06:41:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>inagaki より</title>
		<link>http://creco.net/2009/02/26/i_love_codeigniters_uri_routing/comment-page-1/#comment-10</link>
		<dc:creator>inagaki</dc:creator>
		<pubDate>Fri, 27 Feb 2009 12:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://creco.net/2009/02/26/i_love_codeigniters_uri_routing/#comment-10</guid>
		<description>コメントありがとう！
実際に試してみて、やはりこちらが正解だと思ったよ。ありがとう。


ついでに、ちょっと自分用に技術的なメモを書いておく。

真ん中のマーカーはマップを動かしてやるときにイベント同期してるんだけど、IEみたいにJavaScriptの処理が遅いブラウザだと、動きがにぶくなっちゃう＞＜

だから、動かしてる間のイベントにはマーカー同期だけして、
GEvent.addListener(map, &quot;move&quot;, function(){});
動かし終わった間のイベントに、ジオポの書き換え処理など書くことで処理は軽くなった。
GEvent.addListener(map, &quot;moveend&quot;, function(){});

常識かもしれないけど、moveendっていうイベント知らなかった</description>
		<content:encoded><![CDATA[<p>コメントありがとう！<br />
実際に試してみて、やはりこちらが正解だと思ったよ。ありがとう。</p>
<p>ついでに、ちょっと自分用に技術的なメモを書いておく。</p>
<p>真ん中のマーカーはマップを動かしてやるときにイベント同期してるんだけど、IEみたいにJavaScriptの処理が遅いブラウザだと、動きがにぶくなっちゃう＞＜</p>
<p>だから、動かしてる間のイベントにはマーカー同期だけして、<br />
GEvent.addListener(map, &#8220;move&#8221;, function(){});<br />
動かし終わった間のイベントに、ジオポの書き換え処理など書くことで処理は軽くなった。<br />
GEvent.addListener(map, &#8220;moveend&#8221;, function(){});</p>
<p>常識かもしれないけど、moveendっていうイベント知らなかった</p>
]]></content:encoded>
	</item>
	<item>
		<title>NI-Lab. より</title>
		<link>http://creco.net/2009/02/26/i_love_codeigniters_uri_routing/comment-page-1/#comment-9</link>
		<dc:creator>NI-Lab.</dc:creator>
		<pubDate>Fri, 27 Feb 2009 11:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://creco.net/2009/02/26/i_love_codeigniters_uri_routing/#comment-9</guid>
		<description>たしかにあのドロップは楽しい動きをするので私も好きですが、

スクロール地図移動 → マーカードロップ
の2段階の手順はちょっとめんどうなんですよね。

位置を特定するだけなら
中心点がジオポになるだけでじゅうぶんかなーと思います。

複数の点をまとめて指定してジオポのURLを生成するとかになると、話は別ですけど。</description>
		<content:encoded><![CDATA[<p>たしかにあのドロップは楽しい動きをするので私も好きですが、</p>
<p>スクロール地図移動 → マーカードロップ<br />
の2段階の手順はちょっとめんどうなんですよね。</p>
<p>位置を特定するだけなら<br />
中心点がジオポになるだけでじゅうぶんかなーと思います。</p>
<p>複数の点をまとめて指定してジオポのURLを生成するとかになると、話は別ですけど。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
