<?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>zontheworld &#187; JavaScript</title>
	<atom:link href="http://www.zontheworld.com/blog/archives/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zontheworld.com/blog</link>
	<description>Hello zontheworld!</description>
	<lastBuildDate>Wed, 07 Jul 2010 08:42:58 +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>Google Chrome でページランクとはてブ数を表示するブックマークレット</title>
		<link>http://www.zontheworld.com/blog/archives/64</link>
		<comments>http://www.zontheworld.com/blog/archives/64#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:11:29 +0000</pubDate>
		<dc:creator>zon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Greasemetal]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[ブックマークレット]]></category>

		<guid isPermaLink="false">http://www.zontheworld.com/blog/?p=64</guid>
		<description><![CDATA[Google Chrome でページランクとはてなブックマークのブックマーク数を表示するのはGreasemetal を使っていたのだけれど、Greasemetal のユーザスクリプトはどうもレスポンスがもうひとつなので  [...]]]></description>
		<wfw:commentRss>http://www.zontheworld.com/blog/archives/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome で使う Make Link の代用ブックマークレット vol.3</title>
		<link>http://www.zontheworld.com/blog/archives/63</link>
		<comments>http://www.zontheworld.com/blog/archives/63#comments</comments>
		<pubDate>Sat, 07 Mar 2009 16:42:21 +0000</pubDate>
		<dc:creator>zon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[アドオン]]></category>
		<category><![CDATA[ブックマークレット]]></category>

		<guid isPermaLink="false">http://www.zontheworld.com/blog/?p=63</guid>
		<description><![CDATA[※Make Link ジェネレータを作ったのでそちらも参照してみてください。
Google Chrome で使う Make Link の代用ブックマークレットのジェネレータ
Google Chrome で使う Make  [...]]]></description>
		<wfw:commentRss>http://www.zontheworld.com/blog/archives/63/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Chrome で使う Make Link の代用ブックマークレット vol.2</title>
		<link>http://www.zontheworld.com/blog/archives/62</link>
		<comments>http://www.zontheworld.com/blog/archives/62#comments</comments>
		<pubDate>Fri, 06 Mar 2009 15:23:31 +0000</pubDate>
		<dc:creator>zon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[アドオン]]></category>
		<category><![CDATA[ブックマークレット]]></category>

		<guid isPermaLink="false">http://www.zontheworld.com/blog/?p=62</guid>
		<description><![CDATA[※改良版を作ったのでそちらを使ったほうが便利です。
Google Chrome で使う Make Link の代用ブックマークレット vol.3
Google Chrome で使う Make Link の代用ブックマーク [...]]]></description>
		<wfw:commentRss>http://www.zontheworld.com/blog/archives/62/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goo 辞書で簡単に調べられるブックマークレット</title>
		<link>http://www.zontheworld.com/blog/archives/61</link>
		<comments>http://www.zontheworld.com/blog/archives/61#comments</comments>
		<pubDate>Mon, 02 Mar 2009 09:37:46 +0000</pubDate>
		<dc:creator>zon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ブックマークレット]]></category>

		<guid isPermaLink="false">http://www.zontheworld.com/blog/?p=61</guid>
		<description><![CDATA[前回、Goo 辞書で簡単に調べられる Google Chrome Greasemetal の ユーザスクリプト を作ったものの、検索用のアイコンの表示に時間がかかったり表示されない場合があり、使用頻度は低い割りに毎回ユーザスクリプトを読み込むのは気分的にもあまりいいものではないのでブックマークレット形式に変更することにしました。 前回までのブックマークレットの経緯 EUC-JP の URL エンコードでなければ文字化けを起こす。 EUC-JP の URL エンコードの用ライブラリがあるがソースコードが長いので、Chrome のブックマークのURLの文字列長制限に引っかかる。 ブックマークレットで JavaScript 外部ファイルを読み込むことは可能。 前回までのブックマークレットの経緯は下記の記事に書いてあるので参照のこと。 Goo 辞書で簡単に調べられる Google Chrome Greasemetal の ユーザスクリプト 失敗編 js の外部ファイルを用意 問題点を解決した外部ファイルを適当な場所にアップロードし、下記の記事を参考にブックマークレットを書く。 ブックマークレットで外部jsファイルを読み込む &#8211; perl 覚え書き日記 &#8211; Hatena::Group::Perl アップロードする外部ファイル EscapeEUCJP=function(str){ return str.replace(/[^*+.-9A-Z_a-z-]/g,function(s){ var c=s.charCodeAt(0); return (c&#38;lt;128?(c&#38;lt;16?&#34;%0&#34;:&#34;%&#34;)+c.toString(16):65376&#38;lt;c&#38;&#38;c&#38;lt;65440?&#34;%8E%&#34;+(c-65216).toString(16):(c=JCT8836.indexOf(s))&#38;lt;0?&#34;%A1%A6&#34;:&#34;%&#34;+((c-(c%=94))/94+161).toString(16)+&#34;%&#34;+(c+161).toString(16)).toUpperCase() }) }; JCT11280=Function('var a=&#34;zKV33~jZ4zN=~ji36XazM93y!{~k2y!o~k0ZlW6zN?3Wz3W?{EKzK[33[`y&#124;;-~j^YOTz$!~kNy&#124;L1$353~jV3zKk3~k-4P4zK_2+~jY4y!xYHR~jlz$_~jk4z$e3X5He&#38;lt;0y!wy&#124;X3[:~l&#124;VU[F3VZ056Hy!nz/m1XD61+1XY1E1=1y&#124;bzKiz!H034zKj~mEz#c5ZA3-3X$1~mBz$$3~lyz#,4YN5~mEz#{ZKZ3V%7Y}!J3X-YEX_J(3~mAz =V;kE0/y&#124;F3y!}~m&#38;gt;z/U~mI~j_2+~mA~jp2;~m@~k32;~m&#38;gt;V}2u~mEX#2x~mBy+x2242(~mBy,;2242(~may-&#38;gt;2&#38;XkG2;~mIy-_2&#38;NXd2;~mGz,{4&#38;lt;6:.:B*B:XC4&#38;gt;6:.&#38;gt;B*BBXSA+A:X]E&#38;E&#38;lt;~r#z+625z s2+zN=`HXI@YMXIAXZYUM8X4K/:Q!Z&#38;33 3YWX[~mB`{zKt4z (zV/z [...]]]></description>
		<wfw:commentRss>http://www.zontheworld.com/blog/archives/61/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>goo 辞書で簡単に調べられる Google Chrome Greasemetal の ユーザスクリプト</title>
		<link>http://www.zontheworld.com/blog/archives/60</link>
		<comments>http://www.zontheworld.com/blog/archives/60#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:48:50 +0000</pubDate>
		<dc:creator>zon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Greasemetal]]></category>
		<category><![CDATA[ブックマークレット]]></category>

		<guid isPermaLink="false">http://www.zontheworld.com/blog/?p=60</guid>
		<description><![CDATA[Web 閲覧中に分からない単語を調べるときは Goo 辞書を使っているので、goo 辞書で簡単に単語を調べることができるブックマークレットを作ろうとおもったら、うまくいかなかったので Greasemetal を利用して作 [...]]]></description>
		<wfw:commentRss>http://www.zontheworld.com/blog/archives/60/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>検索エンジンのインデックスと被リンクを調べるブックマークレット</title>
		<link>http://www.zontheworld.com/blog/archives/59</link>
		<comments>http://www.zontheworld.com/blog/archives/59#comments</comments>
		<pubDate>Mon, 23 Feb 2009 15:29:41 +0000</pubDate>
		<dc:creator>zon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[ブックマークレット]]></category>

		<guid isPermaLink="false">http://www.zontheworld.com/blog/?p=59</guid>
		<description><![CDATA[Google と Yahoo! JAPAN の検索エンジンで指定されたURL 配下にインデックスされているページとリンクしているページの検索結果を表示するブックマークレットを書いた。
検索エンジンの検索ボックスに『sit [...]]]></description>
		<wfw:commentRss>http://www.zontheworld.com/blog/archives/59/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome で Feed の URL を表示するブックマークレット</title>
		<link>http://www.zontheworld.com/blog/archives/58</link>
		<comments>http://www.zontheworld.com/blog/archives/58#comments</comments>
		<pubDate>Sun, 22 Feb 2009 08:54:47 +0000</pubDate>
		<dc:creator>zon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[ブックマークレット]]></category>

		<guid isPermaLink="false">http://www.zontheworld.com/blog/?p=58</guid>
		<description><![CDATA[Chrome は、Feed の URL を簡単に表示する方法が見当たらない。
ほとんどの人が Feed の URL を簡単に表示する必要がないと思うので、初めから実装されていないのだろうけど個人的にはたまに必要なときがあ [...]]]></description>
		<wfw:commentRss>http://www.zontheworld.com/blog/archives/58/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>はてブのコメントを表示するブックマークレット</title>
		<link>http://www.zontheworld.com/blog/archives/56</link>
		<comments>http://www.zontheworld.com/blog/archives/56#comments</comments>
		<pubDate>Wed, 18 Feb 2009 11:50:27 +0000</pubDate>
		<dc:creator>zon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[アドオン]]></category>
		<category><![CDATA[ブックマークレット]]></category>

		<guid isPermaLink="false">http://www.zontheworld.com/blog/?p=56</guid>
		<description><![CDATA[Firefox から Google Chrome へ乗り換えにあたって で書いたとおり、Firefox から Chrome への乗り換えで、これは欲しいという機能にワンクリックではてブのコメントが見れるというのがあるので [...]]]></description>
		<wfw:commentRss>http://www.zontheworld.com/blog/archives/56/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Chrome で使う Make Link の代用ブックマークレット</title>
		<link>http://www.zontheworld.com/blog/archives/55</link>
		<comments>http://www.zontheworld.com/blog/archives/55#comments</comments>
		<pubDate>Tue, 17 Feb 2009 15:33:07 +0000</pubDate>
		<dc:creator>zon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[アドオン]]></category>
		<category><![CDATA[ブックマークレット]]></category>

		<guid isPermaLink="false">http://www.zontheworld.com/blog/?p=55</guid>
		<description><![CDATA[※改良版を作ったのでそちらを使ったほうが便利です。
Google Chrome で使う Make Link の代用ブックマークレット vol.3
Google Chrome で Firefox の アドオン Make L [...]]]></description>
		<wfw:commentRss>http://www.zontheworld.com/blog/archives/55/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LightBoxとFLASHの周辺</title>
		<link>http://www.zontheworld.com/blog/archives/12</link>
		<comments>http://www.zontheworld.com/blog/archives/12#comments</comments>
		<pubDate>Fri, 20 Jul 2007 07:42:29 +0000</pubDate>
		<dc:creator>zon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[LightBox]]></category>

		<guid isPermaLink="false">http://www.zontheworld.com/blog/archives/12</guid>
		<description><![CDATA[FlashblogとLightBoxを連携させるためにいんぐりもんぐりやってみた。
ちなみにLightbBoxのバージョンは2．0.2。
参考URLは以下

Lightbox JS で画像を表示する

Lightbox  [...]]]></description>
		<wfw:commentRss>http://www.zontheworld.com/blog/archives/12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
