<?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>blog.maru.cc &#187; ツール</title>
	<atom:link href="http://blog.maru.cc/archives/category/notes/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.maru.cc</link>
	<description>くるくる回せ</description>
	<lastBuildDate>Sat, 23 Oct 2010 16:53:26 +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>livedoor clipに別画面で登録できるブックマークレット</title>
		<link>http://blog.maru.cc/archives/100/</link>
		<comments>http://blog.maru.cc/archives/100/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 02:21:03 +0000</pubDate>
		<dc:creator>maru_cc</dc:creator>
				<category><![CDATA[ツール]]></category>

		<guid isPermaLink="false">http://blog.maru.cc/archives/100</guid>
		<description><![CDATA[別にたいしたもんではありませんが、livedoor clipで、見ている画面をclipするブックマークレットが以下の公式なところでも紹介されていますが、これだと画面自体が遷移してしまうので、微妙に使いづらかったりします。 [...]]]></description>
			<content:encoded><![CDATA[<p>別にたいしたもんではありませんが、livedoor clipで、見ている画面をclipするブックマークレットが以下の公式なところでも紹介されていますが、これだと画面自体が遷移してしまうので、微妙に使いづらかったりします。</p>
<p><a href="http://clip.livedoor.com/bookmarklet/">http://clip.livedoor.com/bookmarklet/</a></p>
<p>例えば、遷移してきた画面が気に入ったのでclipしたが、前のページに戻りたいときに、一度livedoor clipのページを経由して戻らなければならなくなってしまいます。<br />
なので、window.openにしたというだけです。</p>
<pre><code>
javascript:void(window.open('http://clip.livedoor.com/clip/add?link='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title)));
</code></pre>
<p>ブックマークレット<br />
<a href="javascript:void(window.open('http://clip.livedoor.com/clip/add?link='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title)));">clip!</a></p>
<p>単に、リンクを <code>void(window.open(～));</code>で囲むだけなのでいろいろ使い勝手があると思います。</p>
<p>IE7とか、ポップアップブロックを入れていると、アラートが出ちゃいます。<br />
Firefox2使ってるので問題ないけど。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maru.cc/archives/100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>見ているページを和訳するブックマークレット</title>
		<link>http://blog.maru.cc/archives/86/</link>
		<comments>http://blog.maru.cc/archives/86/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 12:40:06 +0000</pubDate>
		<dc:creator>maru_cc</dc:creator>
				<category><![CDATA[ツール]]></category>

		<guid isPermaLink="false">http://blog.maru.cc/archives/86</guid>
		<description><![CDATA[今日、仕事でphpのチェンジログやらバグ報告などをいろいろ調べていたのですが、あたりまえですが、全て英語だったりします。
あまり英語に強くないので、何が書いているのだかさっぱりです。
そんなときに、いちいちExciteで [...]]]></description>
			<content:encoded><![CDATA[<p>今日、仕事でphpのチェンジログやらバグ報告などをいろいろ調べていたのですが、あたりまえですが、全て英語だったりします。<br />
あまり英語に強くないので、何が書いているのだかさっぱりです。</p>
<p>そんなときに、いちいちExciteでWebページ翻訳してたりしたのですが、その作業を簡略化できるようにブックマークレット作ってみました。</p>
<pre>
javascript:location.href='http://www.excite.co.jp/world/english/web/?wb_dis=3&#038;wb_url='+location.href
</pre>
<p>こちらをお気に入りやリンクバーに入れてみてください。</p>
<ul>
<li><a href="javascript:location.href='http://www.excite.co.jp/world/english/web/?wb_dis=3&#038;wb_url='+location.href">Excite翻訳</a></li>
</ul>
<p>ついでに、訳文のみ表示するブックマークレット</p>
<ul>
<li><a href="javascript:location.href='http://www.excite.co.jp/world/english/web/?wb_url='+location.href">Excite翻訳(訳文のみ)</a></li>
</ul>
<p>たいしたことはしてません。<br />
他のブックマークレット参考にしてURL変えただけみたいなもんです。</p>
<p>Webページ翻訳する場合、exciteでは、ページサイズで翻訳してくれない場合があります。<br />
そんな場合、Infoseekでやった方がちゃんと出る場合もありました。<br />
<a href="http://translation.infoseek.co.jp/?ac=Web&#038;lng=en">http://translation.infoseek.co.jp/?ac=Web&#038;lng=en</a></p>
<p>ブックマークレット、あんまり使ってませんが、ちょっとしたJavaScriptの知識があれば簡単に作れるので、繰り返し作業をしてくるカスタマイズした自分専用のを作ってみるとちょっと幸せになれるかもしれません。</p>
<p>こんなブックマークレットのスクリプト集もありました。<br />
JavaScript::Bookmarklet<br />
<a href="http://bookmarklet.daa.jp/">http://bookmarklet.daa.jp/</a><br />
参考になりますね。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maru.cc/archives/86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

