<?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>WEB制作のメモ帳 - coral design &#187; firefox</title>
	<atom:link href="http://www.coral-design.net/tag/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.coral-design.net</link>
	<description>WEB Creator的仕事備忘録Blog</description>
	<lastBuildDate>Fri, 02 Jul 2010 06:25:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FireBug ファイアーバグ</title>
		<link>http://www.coral-design.net/css/36.html</link>
		<comments>http://www.coral-design.net/css/36.html#comments</comments>
		<pubDate>Tue, 29 Jul 2008 08:47:52 +0000</pubDate>
		<dc:creator>Hiroyuki Watanabe</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[movabletype]]></category>

		<guid isPermaLink="false">http://www.coral-design.net/?p=36</guid>
		<description><![CDATA[				FirefoxのアドオンFireBug。最近MovableTypeを使ってサイトを作ったりしてたんで、とくに重宝した。
				前は、ずっとWeb Developers を使ってたけど、CSSを編集しようとしたら [...]]]></description>
			<content:encoded><![CDATA[				<p>FirefoxのアドオンFireBug。最近MovableTypeを使ってサイトを作ったりしてたんで、とくに重宝した。</p>
				<p>前は、ずっとWeb Developers を使ってたけど、CSSを編集しようとしたらCSSが切れたりして、なんだかなぁ。と思っていたが、FireBugならそんなこともなく…</p>
				<p>ブラウザに表示されている画面をマウスオーバーでどの部分のHTMLでどんなCSSがかかっているのかすぐわかるんで、<br />
				使ったことがないWEBデザイナーさんは、つかってみるといいんだよー。</p>
				<p><a href="https://addons.mozilla.org/ja/firefox/addon/1843">https://addons.mozilla.org/ja/firefox/addon/1843</a></p>
				<p>そういえば、Firefox3になってFireBugのアイコンが虫になったのはなぜ？</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coral-design.net/css/36.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox3をインストールした。firegestureも</title>
		<link>http://www.coral-design.net/firefox/15.html</link>
		<comments>http://www.coral-design.net/firefox/15.html#comments</comments>
		<pubDate>Fri, 20 Jun 2008 08:27:27 +0000</pubDate>
		<dc:creator>Hiroyuki Watanabe</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://coral-design.net/?p=15</guid>
		<description><![CDATA[				日本時間の6月18日早朝2時位？にFirefox3のダウンロードが始まった。 たまたま起きていたので、勢いで夜中3時ころにダウンロードしてインストールした。 アドオンをたくさん入れていたが、いくつかのアドオン（F [...]]]></description>
			<content:encoded><![CDATA[				<p>日本時間の6月18日早朝2時位？にFirefox3のダウンロードが始まった。 たまたま起きていたので、勢いで夜中3時ころにダウンロードしてインストールした。 アドオンをたくさん入れていたが、いくつかのアドオン（Firebugやall-in-one-gesturesなど）で「３では使えないよ！」的なメッセージがでてきて、夜中いや早朝から焦る。 結局、firebugについては、β版が出ていて(https://addons.mozilla.org/ja/firefox/addon/1843)とりあえずインストール。 他のアドオンたちももう一度検索したりして再インストール。まだ、対応してなかったのが、all-in-one-gesturesだった。。 ネットを巡回する時にマウスジェスチャーがないとつらい。。探した結果、「firegesture」なるものがあったので、代わりにインストールしておいた。  ところで、この「firegesture」おもしろい機能があった。 <span id="more-15"></span> ジェスチャにスクリプトを登録できるようで、例えば</p>
				<blockquote><p><code>function htmlEscape(s) { s = s.replace(/&amp;/g, "&amp;"); s = s.replace(/&gt;/g, "&gt;"); s = s.replace(/ s = s.replace(/"/g, """); return s; } loadURI('http://b.hatena.ne.jp/add?mode=confirm&amp;title='+htmlEscape(window.content.document.title)+'&amp;url='+escape(window.content.location.href));</code></p></blockquote>
				<p>と登録しておけば、マウスジェスチャではてブに追加できてしまうらしい。</p>
				<blockquote><p><a href="http://d.hatena.ne.jp/milkmaker/20080302/1204439126">牛乳工房さん参照</a></p></blockquote>
				<p>おもしろい！というわけで試してみた。  <a href="http://www.coral-design.net/wp-content/uploads/2008/07/2008-06-20_1718.swf">firegestureに「はてなブックマーク」に登録するジェスチャを登録する。（クリックすると動画が出てきます）</a> ジェスチャを右クリックしながら丸を書くで、はてぶに飛ぶように設定してみた。</p>
				<p><a rel="tag" href="http://www.technorati.jp/tag/firegesture"><img style="border:0;vertical-align:middle;margin-left:.4em" src="http://static.technorati.jp/static/img/pub/icon-utag-16x13.png?tag=firegesture" alt=" " />firegesture</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coral-design.net/firefox/15.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
