<?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>Yukun&#039;s Blog &#187; JavaScript</title>
	<atom:link href="http://www.yukun.info/blog/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yukun.info</link>
	<description>難しいことは分かりやすく、簡単なことは面白く紹介</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:33:59 +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>Yahoo!検索 サイトエクスプローラー を利用するブックマークレット</title>
		<link>http://www.yukun.info/blog/2008/05/siteexplorer-bookmarklet.html</link>
		<comments>http://www.yukun.info/blog/2008/05/siteexplorer-bookmarklet.html#comments</comments>
		<pubDate>Tue, 20 May 2008 15:00:00 +0000</pubDate>
		<dc:creator>yukun</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://www.yukun.info/trump/19700101/yahoo%e6%a4%9c%e7%b4%a2-%e3%82%b5%e3%82%a4%e3%83%88%e3%82%a8%e3%82%af%e3%82%b9%e3%83%97%e3%83%ad%e3%83%bc%e3%83%a9%e3%83%bc-%e3%82%92%e5%88%a9%e7%94%a8%e3%81%99%e3%82%8b%e3%83%96%e3%83%83%e3%82%af</guid>
		<description><![CDATA[追記：Yahoo!検索 サイトエクスプローラーのサービスって終了してしまったんですね。。 任意のWebページ上でワンクリックでサイトエクスプローラー &#8211; Yahoo!検索のインデックス検索が出来るブックマーク &#8230; <a href="http://www.yukun.info/blog/2008/05/siteexplorer-bookmarklet.html">Continue reading <span class="meta-nav">&#8594;</span></a><p><a href="http://www.yukun.info/blog/2008/05/siteexplorer-bookmarklet.html">Yahoo!検索 サイトエクスプローラー を利用するブックマークレット</a> is a post from: <a href="http://www.yukun.info">Yukun&#039;s Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>追記：Yahoo!検索 サイトエクスプローラーのサービスって終了してしまったんですね。。</p>
<p>任意のWebページ上でワンクリックで<a href="http://siteexplorer.search.yahoo.co.jp/">サイトエクスプローラー &#8211; Yahoo!検索</a>のインデックス検索が出来るブックマークレットを作ってみました。</p>
<h3>別ウィンドウで開く</h3>
<p>下のリンクをお気に入りにドラック＆ドロップして下さい。</p>
<p><a href="javascript:(function(){void(window.open('http://siteexplorer.search.yahoo.co.jp/advsearch?p='+location.href));})();">サイトエクスプローラー(別)</a></p>
<p>IEの場合、その際のホップアップは許可してください。ホップアップ確認がわずらわしい場合は下の「同じウィンドウで開く」バージョンを利用してください。</p>
<h3>同じウィンドウで開く</h3>
<p><a href="javascript:(function(){ document.location.href='http://siteexplorer.search.yahoo.co.jp/advsearch?p='+escape(document.location.href) })();">サイトエクスプローラー(同)</a></p>
<p>コード</p>
<pre>
javascript:(function(){
document.location.href=
'http://siteexplorer.search.yahoo.co.jp/advsearch?p='+escape(document.location.href)
})();
</pre>
<h3>使い方</h3>
<p>任意のサイトで上述で作成したお気に入りをクリックすると、そのサイトのインデックス検索が行われます。</p>
<h4>関連すると思われる記事：</h4>
<ul class="similar-posts">
<li><a href="http://www.yukun.info/blog/2008/11/site-maintenance-translate-script.html" rel="bookmark" title="2008年11月17日">サイトメンテナンスのお知らせ &#8211; 日→英翻訳スクリプト</a></li>
<li><a href="http://www.yukun.info/blog/2008/06/opengl-circle.html" rel="bookmark" title="2008年6月20日">OpenGL: ポリゴンで円の描画</a></li>
<li><a href="http://www.yukun.info/blog/2008/09/safari-webkit-python-syntaxhighlighter-issue.html" rel="bookmark" title="2008年9月5日">SafariとChromeでSyntaxHighlighterのPythonコードがハイライトされない問題の解決法</a></li>
<li><a href="http://www.yukun.info/blog/2010/04/setup-eclipse-64bit-android.html" rel="bookmark" title="2010年4月25日">Windows7 64bitにEclipseでAndroid開発環境をセットアップ</a></li>
<li><a href="http://www.yukun.info/blog/2008/11/actionscript-flash-load-server-image-file.html" rel="bookmark" title="2008年11月21日">ActionScript: 画像ファイルをダウンロードして表示 &#8211; Loaderクラス</a></li>
</ul>
<p><!-- Similar Posts took 8.570 ms --></p>
<p><a href="http://www.yukun.info/blog/2008/05/siteexplorer-bookmarklet.html">Yahoo!検索 サイトエクスプローラー を利用するブックマークレット</a> is a post from: <a href="http://www.yukun.info">Yukun&#039;s Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yukun.info/blog/2008/05/siteexplorer-bookmarklet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

