<?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>ゼロと無限の間のログ &#187; javascript</title>
	<atom:link href="http://0-oo.net/log/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://0-oo.net/log</link>
	<description>Wikiやサービスの更新記録とか</description>
	<lastBuildDate>Thu, 24 Jun 2010 19:28:42 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>未公開のまま溜まっていたPHPとJavaScriptのライブラリ的なものを公開した</title>
		<link>http://0-oo.net/log/javascript/javascript-and-php-new-libraries/</link>
		<comments>http://0-oo.net/log/javascript/javascript-and-php-new-libraries/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 14:00:56 +0000</pubDate>
		<dc:creator>管理人</dc:creator>
				<category><![CDATA[PHP x APIs]]></category>
		<category><![CDATA[PHP道具箱]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[auto-complete]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[exif]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[latlng]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[suggest]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://0-oo.net/log/?p=269</guid>
		<description><![CDATA[				PHP
				
				サイト内のURLを全て集めるPHP製クローラー &#8211; URL Collector
				サイト内の新規Webページを調べてRSSで配信するPHP製フィード生成ツール &#82 [...]]]></description>
			<content:encoded><![CDATA[				<p>PHP</p>
				<ul>
				<li><a href="/sbox/php-tool-box/url-collector">サイト内のURLを全て集めるPHP製クローラー &#8211; URL Collector</a></li>
				<li><a href="/sbox/php-tool-box/feed-meister">サイト内の新規Webページを調べてRSSで配信するPHP製フィード生成ツール &#8211; Feed Meister</a></li>
				<li><a href="/sbox/php-tool-box/sitemapper">URLの配列を渡すとXML Sitemapを生成するPHP製ツール &#8211; Sitemapper</a></li>
				<li><a href="/sbox/php-tool-box/exif-lat-lng">PHPでGPS等で写真に付与された緯度経度を取り出す &#8211; ExifLatLng.php</a></li>
				<li><a href="/sbox/php-tool-box/google-maps-static-api">PHPでGoogle Static Maps APIを使うサンプル</a></li>
				<li><a href="/sbox/php-tool-box">PHPでGoogle AJAX Search APIを使うサンプル</a></li>
				</ul>
				<p>JavaScript</p>
				<ul>
				<li><a href="/sbox/javascript/universal-colors">バリアフリーな色を広めよう &#8211; Universal Colors</a></li>
				<li><a href="/sbox/javascript/yahho-suggest">テキストボックスの下にJavaScriptで入力候補を表示 &#8211; Yahho Suggest</a></li>
				<li><a href="/sbox/javascript/number">JavaScriptのNumber型をちょっと便利に拡張 &#8211; Number.js</a></li>
				</ul>
				<p>だいぶ昔につくったのから、割と最近作ったのまで、まとめて公開した。</p>
				<p>ちょっとしたものが多い。</p>
				<p>それから、<a href="/sbox/php-x-apis">PHP x APIs</a>の方もいくつか追加した。</p>
]]></content:encoded>
			<wfw:commentRss>http://0-oo.net/log/javascript/javascript-and-php-new-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google MapperのGoogle Maps API V3対応版を作った</title>
		<link>http://0-oo.net/log/javascript/google-mapper/v3/</link>
		<comments>http://0-oo.net/log/javascript/google-mapper/v3/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 21:36:23 +0000</pubDate>
		<dc:creator>管理人</dc:creator>
				<category><![CDATA[Google Mapper]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[first-release]]></category>
		<category><![CDATA[google-maps]]></category>
		<category><![CDATA[google-maps-api]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[version-up]]></category>

		<guid isPermaLink="false">http://0-oo.net/log/?p=263</guid>
		<description><![CDATA[				&#8212;
				Google Maps API V3を使って地図をお手軽に表示 &#8211; Google Mapper V3 [ゼロと無限の間に]
				&#8212;
				V2対応版は消そうと [...]]]></description>
			<content:encoded><![CDATA[				<p>&#8212;</p>
				<p><a href="/sbox/javascript/google-mapper-v3">Google Maps API V3を使って地図をお手軽に表示 &#8211; Google Mapper V3 [ゼロと無限の間に]</a></p>
				<p>&#8212;</p>
				<p>V2対応版は消そうと思ってたけど、V3の機能がとても少ないので残すことにした。</p>
				<p>V3はGoogleBarが無いので、検索BOXを使い易いようにしてみた。</p>
]]></content:encoded>
			<wfw:commentRss>http://0-oo.net/log/javascript/google-mapper/v3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>アットマーク付きのTwitterユーザー名をダブルクリックで開けるGreasemonkeyを作った</title>
		<link>http://0-oo.net/log/javascript/greasemonkey-twitter-opener/</link>
		<comments>http://0-oo.net/log/javascript/greasemonkey-twitter-opener/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 19:11:02 +0000</pubDate>
		<dc:creator>管理人</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://0-oo.net/log/?p=261</guid>
		<description><![CDATA[				&#8212;
				アットマーク付きのTwitterのユーザー名をダブルクリックで開けるようにするGreasemonkey &#8211; Twitter Opener [ゼロと無限の間に]
				&#82 [...]]]></description>
			<content:encoded><![CDATA[				<p>&#8212;</p>
				<p><a href="/sbox/greasemonkey/twitter-opener">アットマーク付きのTwitterのユーザー名をダブルクリックで開けるようにするGreasemonkey &#8211; Twitter Opener [ゼロと無限の間に]</a></p>
				<p>&#8212;</p>
				<p>自分用にだいぶ前に作ったのを公開した。</p>
]]></content:encoded>
			<wfw:commentRss>http://0-oo.net/log/javascript/greasemonkey-twitter-opener/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahho Calendar バージョンアップ（0.4.4）</title>
		<link>http://0-oo.net/log/javascript/yahho-calendar/0-4-4-multi-schedules/</link>
		<comments>http://0-oo.net/log/javascript/yahho-calendar/0-4-4-multi-schedules/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:59:15 +0000</pubDate>
		<dc:creator>管理人</dc:creator>
				<category><![CDATA[Yahho Calendar]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[callback]]></category>
		<category><![CDATA[google-calendar]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[version-up]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://0-oo.net/log/?p=259</guid>
		<description><![CDATA[				&#8212;
				YUIのJavaScriptカレンダーを日本語化＆ポップアップ対応＆祝日も表示 &#8211; Yahho Calendar [ゼロと無限の間に]
				&#8212;
				主な変更 [...]]]></description>
			<content:encoded><![CDATA[				<p>&#8212;</p>
				<p><a href="/sbox/javascript/yahho-calendar" target="_self">YUIのJavaScriptカレンダーを日本語化＆ポップアップ対応＆祝日も表示 &#8211; Yahho Calendar [ゼロと無限の間に]</a></p>
				<p>&#8212;</p>
				<p>主な変更点</p>
				<ul>
				<li><strong>複数のカレンダー</strong>（Googleカレンダーで公開されているスケジュール）<strong>を同時に表示できる</strong>ようになった</li>
				<li>日付の値をセットする要素とは別に、カレンダーを表示する場所を指定できるようになった</li>
				<li>ポップアップでない表示もできるようになった</li>
				<li>YUIロード後にCallback関数を指定できるようになった</li>
				<li>カレンダー内のStyle設定のclass指定を少し変更</li>
				</ul>
				<p>今回の変更は0.4.4ではなく0.5.0にしようかと思った。それぐらいの内容だが、普通に使う分には使わない機能ばかりなので0.4.4にした。</p>
				<p>0.4.3は欠番で。</p>
]]></content:encoded>
			<wfw:commentRss>http://0-oo.net/log/javascript/yahho-calendar/0-4-4-multi-schedules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GCalHolidays バージョンアップ（0.2.0）</title>
		<link>http://0-oo.net/log/javascript/google-calendar-holidays/0-2-0-multi-schedules/</link>
		<comments>http://0-oo.net/log/javascript/google-calendar-holidays/0-2-0-multi-schedules/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:50:22 +0000</pubDate>
		<dc:creator>管理人</dc:creator>
				<category><![CDATA[GCalendar Holidays]]></category>
		<category><![CDATA[google-calendar]]></category>

		<guid isPermaLink="false">http://0-oo.net/log/?p=257</guid>
		<description><![CDATA[				&#8212;
				GoogleカレンダーからJSONPで日本の祝日一覧を取得 &#8211; GCalHolidays [ゼロと無限の間に]
				&#8212;
				主な変更点
				
				カ [...]]]></description>
			<content:encoded><![CDATA[				<p>&#8212;</p>
				<p><a href="/sbox/javascript/google-calendar-holidays" target="_self">GoogleカレンダーからJSONPで日本の祝日一覧を取得 &#8211; GCalHolidays [ゼロと無限の間に]</a></p>
				<p>&#8212;</p>
				<p>主な変更点</p>
				<ul>
				<li>カレンダー（Googleカレンダーで公開されているスケジュール）を複数指定できるようになった</li>
				</ul>
]]></content:encoded>
			<wfw:commentRss>http://0-oo.net/log/javascript/google-calendar-holidays/0-2-0-multi-schedules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GCalHolidaysをバージョンアップ（0.1.4）- prototype.jsと共存可能に</title>
		<link>http://0-oo.net/log/javascript/google-calendar-holidays/playing-with-prototype-js/</link>
		<comments>http://0-oo.net/log/javascript/google-calendar-holidays/playing-with-prototype-js/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:58:31 +0000</pubDate>
		<dc:creator>管理人</dc:creator>
				<category><![CDATA[GCalendar Holidays]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[conflict]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[prototype.js]]></category>

		<guid isPermaLink="false">http://0-oo.net/log/?p=255</guid>
		<description><![CDATA[				&#8212;&#8211;
				GoogleカレンダーからJSONPで日本の祝日一覧を取得 &#8211; GCalHolidays [ゼロと無限の間に]
				&#8212;&#8211;
				久し [...]]]></description>
			<content:encoded><![CDATA[				<p>&#8212;&#8211;</p>
				<p><a href="/sbox/javascript/google-calendar-holidays">GoogleカレンダーからJSONPで日本の祝日一覧を取得 &#8211; GCalHolidays [ゼロと無限の間に]</a></p>
				<p>&#8212;&#8211;</p>
				<p>久しぶりに更新した気がする。</p>
				<p>主な変更点</p>
				<ul>
				<li>prototype.jsを使用している場合にエラーが発生する問題を解消</li>
				</ul>
				<p>こちらも<a href="http://0-oo.net/log/javascript/google-calendar-holidays/0-1-3/#comment2449">scmkさんからのフィードバック</a>の取り込みです。</p>
]]></content:encoded>
			<wfw:commentRss>http://0-oo.net/log/javascript/google-calendar-holidays/playing-with-prototype-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YahhoCalendarバージョンアップ（0.4.2）</title>
		<link>http://0-oo.net/log/javascript/yahho-calendar/thanks-to-scmk/</link>
		<comments>http://0-oo.net/log/javascript/yahho-calendar/thanks-to-scmk/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:53:10 +0000</pubDate>
		<dc:creator>管理人</dc:creator>
				<category><![CDATA[Yahho Calendar]]></category>
		<category><![CDATA[bug-fix]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[date]]></category>

		<guid isPermaLink="false">http://0-oo.net/log/?p=252</guid>
		<description><![CDATA[				&#8212;&#8211;
				YUIのJavaScriptカレンダーを日本語化＆ポップアップ対応＆祝日も表示 &#8211; Yahho Calendar [ゼロと無限の間に]
				&#8212;&# [...]]]></description>
			<content:encoded><![CDATA[				<p>&#8212;&#8211;</p>
				<p><a href="/sbox/javascript/yahho-calendar">YUIのJavaScriptカレンダーを日本語化＆ポップアップ対応＆祝日も表示 &#8211; Yahho Calendar [ゼロと無限の間に]</a></p>
				<p>&#8212;&#8211;</p>
				<p>主な変更点</p>
				<ul>
				<li>テキストボックス1つに日付を貼り付ける場合で日付のフォーマットを変更していた場合に、入力済み日付をカレンダーに反映できない問題を解消</li>
				<li>日付フォーマットでゼロ埋めする設定のプロパティ名（padZero）を修正</li>
				</ul>
				<p><a href="/log/javascript/yahho-calendar/date-format-editablized/#comments">scmkさんからのフィードバック</a>を取り込みました。（scmkさんありがとうございました。）</p>
]]></content:encoded>
			<wfw:commentRss>http://0-oo.net/log/javascript/yahho-calendar/thanks-to-scmk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Mapper バージョンアップ（0.2.0）検索窓、ホイールによるスクロール、etc</title>
		<link>http://0-oo.net/log/javascript/google-mapper/search-box-scroll-zoom/</link>
		<comments>http://0-oo.net/log/javascript/google-mapper/search-box-scroll-zoom/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 13:27:58 +0000</pubDate>
		<dc:creator>管理人</dc:creator>
				<category><![CDATA[Google Mapper]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[google-maps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[version-up]]></category>

		<guid isPermaLink="false">http://0-oo.net/log/?p=246</guid>
		<description><![CDATA[				&#8212;
				Google Mapsをほどよくカスタマイズしてお手軽に表示 &#8211; Google Mapper [ゼロと無限の間に]
				&#8212;
				主な変更点
				
			 [...]]]></description>
			<content:encoded><![CDATA[				<p>&#8212;</p>
				<p><a href="/sbox/javascript/google-mapper">Google Mapsをほどよくカスタマイズしてお手軽に表示 &#8211; Google Mapper [ゼロと無限の間に]</a></p>
				<p>&#8212;</p>
				<p>主な変更点</p>
				<ul>
				<li>コントロール類のスタイルを、最新のGoogle Mapsと同じものにした。（左側のズームコントロールとか）</li>
				<li>左下に検索窓（GoogleBar）を表示し、地名で検索できるようにした。この検索結果には自分のGoogle AdSenseを表示することもできる。</li>
				<li>マウスホイールをスクロールさせることによって地図のズームイン・ズームアウトを可能にした。</li>
				<li>地図をクリックしたときのイベントのサンプルとして、クリックした地点の緯度・経度・ズーム値を表示するようにした。</li>
				</ul>
				<p>Google Maps API V3が出たが、まだV2より機能が少ない。早く出揃わないかなあ。ストリートビュー関連がシームレスに組み込まれると嬉しいんだけど。</p>
]]></content:encoded>
			<wfw:commentRss>http://0-oo.net/log/javascript/google-mapper/search-box-scroll-zoom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QR Thisバージョンアップ URLエンコードの不具合を修正</title>
		<link>http://0-oo.net/log/javascript/qr-this/bug-fix-of-url-encodin/</link>
		<comments>http://0-oo.net/log/javascript/qr-this/bug-fix-of-url-encodin/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 13:52:25 +0000</pubDate>
		<dc:creator>管理人</dc:creator>
				<category><![CDATA[QR This!]]></category>
		<category><![CDATA[bug-fix]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[qr-code]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[url-encode]]></category>

		<guid isPermaLink="false">http://0-oo.net/log/?p=234</guid>
		<description><![CDATA[				&#8212;
				ページのURLを自動でQRコードに変換するJavaScript &#8211; QR This! [ゼロと無限の間に]
				&#8212;
				今見ているWebページのURLをQR [...]]]></description>
			<content:encoded><![CDATA[				<p>&#8212;</p>
				<p><a href="/sbox/javascript/qr-this">ページのURLを自動でQRコードに変換するJavaScript &#8211; QR This! [ゼロと無限の間に]</a></p>
				<p>&#8212;</p>
				<p><a href="/sbox/javascript/qr-this-greasemonkey">今見ているWebページのURLをQRコードで表示する &#8211; GreaseMonkey版 QR This! [ゼロと無限の間に]</a></p>
				<p>&#8212;</p>
				<p>QRコードにする文字列に&#8221;&amp;&#8221;が含まれていると正しいQRコードにならない問題を解消した。</p>
]]></content:encoded>
			<wfw:commentRss>http://0-oo.net/log/javascript/qr-this/bug-fix-of-url-encodin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pryn.js &amp; cssバージョンアップ（0.2.4）</title>
		<link>http://0-oo.net/log/javascript/pryn-js-css/0-2-4/</link>
		<comments>http://0-oo.net/log/javascript/pryn-js-css/0-2-4/#comments</comments>
		<pubDate>Sun, 31 May 2009 13:52:32 +0000</pubDate>
		<dc:creator>管理人</dc:creator>
				<category><![CDATA[Pryn.js & css]]></category>
		<category><![CDATA[404-not-found]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[disabled]]></category>
		<category><![CDATA[dom-content-loaded]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[stripe]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[version-up]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://0-oo.net/log/?p=215</guid>
		<description><![CDATA[				&#8212;
				読み込むだけでWebページの「おもてなし度」を向上 &#8211; Pryn.js &#38; Pryn.css [ゼロと無限の間に]
				&#8212;
				主な変更点（js）
 [...]]]></description>
			<content:encoded><![CDATA[				<p>&#8212;</p>
				<p><a href="/sbox/javascript/pryn-js-css">読み込むだけでWebページの「おもてなし度」を向上 &#8211; Pryn.js &amp; Pryn.css [ゼロと無限の間に]</a></p>
				<p>&#8212;</p>
				<p>主な変更点（js）</p>
				<ul>
				<li>フォームSubmit後にフォームを凍結する時間を3秒から5秒に変更</li>
				<li>古いSafariがDOMContentLoadedに対応していないことによる問題を解消</li>
				<li>表（table）を簡単にシマシマにできる機能を追加</li>
				</ul>
				<p>主な変更点（css）</p>
				<ul>
				<li>読み込むYUIのCSSを2.7.0にバージョンアップ</li>
				<li>disabledなform要素はマウスカーソルをそれにふさわしいものに変更（IEは一部のみ対応）</li>
				<li>Googleのカスタム404ページのCSSを取り込んだ</li>
				</ul>
]]></content:encoded>
			<wfw:commentRss>http://0-oo.net/log/javascript/pryn-js-css/0-2-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
