<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>Scene Side B</title>
        <link>http://7rd.net/ssb/</link>
        <description></description>
        <language>ja</language>
        <copyright>Copyright 2009</copyright>
        <lastBuildDate>Sat, 04 Jul 2009 08:25:34 +0900</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>タブ切り離しと復帰</title>
            <description><![CDATA[<p>ここを見ないだろうけど、こんな<a href="http://beau.g-com.ne.jp/mon-extension-memo.html#memo0973b" target="_blank">記事</a>より。</p>

<p>「最後のタブを消すとウィンドウが閉じるのを止める裏技」を設定をしていても、<br />
「タブを元に戻してもウィンドウは空のまま残ってしまう」ことはないし、<br />
「元にドラッグして戻さないでうっかり新規ウィンドウを閉じるとタブが失われてしまう」こともない。</p>

<p>前者は、もとのひとつのウィンドウに戻るし、<br />
後者は、「最近閉じたウィンドウ」からしっかり復帰できる。</p>

<p>「余計に開いたウィンドウは自動的に」消える。</p>

<p>TMPなどのタブ関連のアドオンを入れている場合は、定かではない。</p>]]></description>
            <link>http://7rd.net/ssb/archives/post1.php</link>
            <guid>http://7rd.net/ssb/archives/post1.php</guid>
            
            
            <pubDate>Sat, 04 Jul 2009 08:25:34 +0900</pubDate>
        </item>
        
        <item>
            <title>MyMiniCity</title>
            <description><![CDATA[<p>どれかを適当に1日1クリックして頂けると嬉しいです＾＾<br />
(1) <a href="http://swrt.myminicity.com/" target="_blank">Increase population</a><br />
(2) <a href="http://swrt.myminicity.com/ind" target="_blank">Increase industry</a><br />
(3) <a href="http://swrt.myminicity.com/tra" target="_blank">Improve the transport network</a><br />
(4) <a href="http://swrt.myminicity.com/sec" target="_blank">Increase security</a><br />
(5) <a href="http://swrt.myminicity.com/env" target="_blank">Improve environment</a><br />
(6) <a href="http://swrt.myminicity.com/com" target="_blank">Increase business</a></p>

<p><br />
[2009-07-04]<br />
人口15500。<br />
・・・</p>]]></description>
            <link>http://7rd.net/ssb/archives/myminicity.php</link>
            <guid>http://7rd.net/ssb/archives/myminicity.php</guid>
            
            
            <pubDate>Sat, 04 Jul 2009 00:50:01 +0900</pubDate>
        </item>
        
        <item>
            <title>タブ閉じボタンのカスタマイズ</title>
            <description><![CDATA[<p>Firefox 3.5ではタブがひとつだけのときは、自動的に閉じるボタンは非表示になる(Bug<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=455990" target="_blank">#455990</a>)ため、about:configのやり方ではタブひとつの時に対応できません。</p>

<p>ひとつの時にも表示させたい場合は、以下をuserChrome.cssに追加。</p>

<p>.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button {<br />
display: -moz-box !important;<br />
}<br />
.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"] > .tab-close-button {<br />
display: -moz-box !important;<br />
}</p>

<p><br />
<b>Browser.tabs.closeButtons</b> / integer / 0(1,2,3)<br />
0 : Display a close button on the active tab only (アクティブなタブにだけ表示)<br />
1 : Display close buttons on all tabs (全タブに表示：デフォルト)<br />
2 : Don't display any close buttons (全非表示)<br />
3 : Display a single close button at the end of the tab strip (Firefox 1.x behavior) (全タブ非表示・タブバー右端に表示。Firefox 1.*と同形態。)</p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/tab-close-button.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/tab-close-button.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefox</category>
            
            
            <pubDate>Thu, 02 Jul 2009 10:48:38 +0900</pubDate>
        </item>
        
        <item>
            <title>Firefox 3.5</title>
            <description><![CDATA[<p>リリースされました。メジャーアップデート(3.0.11→3.5)もスタートです。<br />
<a href="http://mozilla.jp/firefox/3.5/releasenotes/" target="_blank">リリースノート</a></p>

<p>ということで、3.0.*系列は例の如く、半年後(年内いっぱい。日本では厳密には1月1日か?)でサポートが終わるでしょう。</p>

<p>そして、毎度?の如く、すぐ(7月中旬～下旬)に3.5.1が<a href="https://wiki.mozilla.org/Platform/2009-06-30#Notices_.2F_Schedule" target="_blank">リリース予定</a>。</p>

<p><br />
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 ID:20090624025744</p>

<p><br />
<blockquote>RCで使ったプロファイルをBeta版で使うと不具合がおきます。(Bug<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=488966" target="_blank">#488966</a>)<br />戻る場合は、新規プロファイルが必要です。<br />3.5→3.0.*は問題ありません。</blockquote></p>

<blockquote>AVG SafeSearch の 8.0 以前のバージョンを入れていると、ロケーションバーに不具合がおきます。(Bug#<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=479095" target="_blank">479095</a>)</blockquote>

<p><br />
[Firefox ダウンロード]<br />
<a href="http://www.mozilla.com/en-US/firefox/" target="_blank">本家</a> / <a href="http://mozilla.jp/" target="_blank">日本</a></p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/firefox3135/firefox-35.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/firefox3135/firefox-35.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefox3.1/3.5</category>
            
            
            <pubDate>Wed, 01 Jul 2009 00:14:05 +0900</pubDate>
        </item>
        
        <item>
            <title>Firefox 3</title>
            <description><![CDATA[<blockquote>Windows 95、98、ME、NT ではご利用になれません。</blockquote>

<blockquote>同じプロファイルをFirefox 2とFirefox 3両方で使うと不具合が出る可能性があります。不要なトラブルを避けるためにも新規プロファイルを作ることをオススメします。</blockquote>

<blockquote>Norton 360 v.2との組み合わせにおいて、一部不具合が出ているようです。(Bug<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=452469" target="_blank">#452469</a>)<br /><br />
[対処法]<br />
<a href="https://wiki.mozilla.org/QA/Firefox3/Investigation/Norton_360" target="_blank">その1</a> <a href="http://support.mozilla.com/en-US/kb/Configuring+Norton+360#_Firefox_Privacy_Cleanup" target="_blank">その2</a> <a href="http://support.mozilla.com/ja/kb/Bookmarks+and+toolbar+buttons+not+working+after+upgrading" target="_blank">その3</a></blockquote>

<p><br />
<a href="https://wiki.mozilla.org/Releases/Firefox_3.0.12" target="_blank">Firefox 3.0.12 スケジュール</a><br />
[PDT/PST]<br />
06/23 (23:59) : Code freeze<br />
06/24 : QA starts<br />
07/06 : Builds start<br />
07/07 : QA with builds start<br />
07/14 : Beta period starts<br />
07/21 : Final release</p>

<p><br />
<a href="https://wiki.mozilla.org/Releases/Firefox_3.0.13" target="_blank">Firefox 3.0.13 スケジュール</a><br />
[PDT/PST]<br />
08/04 (23:59) : Code freeze<br />
08/05 : QA starts<br />
08/17 : Builds start<br />
08/18 : QA with builds start<br />
08/25 : Beta period starts<br />
09/01 : Final release</p>

<p><br />
<a href="http://www.mozilla.com/en-US/firefox/all-older" target="_blank">Firefox 3.0.* ダウンロード</a></p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/firefox3/firefox-3.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/firefox3/firefox-3.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefox3</category>
            
            
            <pubDate>Mon, 29 Jun 2009 22:18:10 +0900</pubDate>
        </item>
        
        <item>
            <title>.NETとFirefox</title>
            <description><![CDATA[<p>6月26日、たまたまWindows Updateを確認したら.NET3.5の更新があった。<br />
やってみたら、Microsoft .NET Framework Assistant 1.1なるアドオンが。</p>

<p>しかし、今回のはアンインストールができるようになっていた。</p>

<p>当たり前の如く、すぐに削除。</p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/abc.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/abc.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefox</category>
            
            
            <pubDate>Sat, 27 Jun 2009 16:39:01 +0900</pubDate>
        </item>
        
        <item>
            <title>Firefox 3.6</title>
            <description><![CDATA[<p>Firefox 3.5の4週間後、Firefox 3.6 Alpha 1が<a href="https://wiki.mozilla.org/Firefox3.5/StatusMeetings/2009-06-17#Engineering" target="_blank">予定されている</a>ようだ。</p>

<p>Firefox.nextとは違うようだが、どうなんだろうか。</p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/firefox36/firefox-36.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/firefox36/firefox-36.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefox3.6</category>
            
            
            <pubDate>Thu, 18 Jun 2009 08:44:31 +0900</pubDate>
        </item>
        
        <item>
            <title>Firefox Trunk</title>
            <description><![CDATA[<p><a href="http://hg.mozilla.org/mozilla-central/" target="_blank">mozilla-central: Summary</a><br />
<a href="http://tinderbox.mozilla.org/Firefox/" target="_blank">Trunk tinderbox</a></p>

<p>[20090613** mozilla-central]<br />
HourlyにてBug<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=456535" target="_blank">#456533</a>/<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=477256" target="_blank">#477256</a>がcheckinされ、altキーでメニューバーを表示/非表示できるようになりました。(View>Toolbars>Menu Barのチェックをはずす)<br />
<s>バグだと思いますが、</s>タブバーの空白を中クリックしたり、WEB上のボタンをクリックしたりしても非表示になります。</p>

<p>上記、バグではなく正常動作とのこと。</p>

<p><br />
[<b>気になるバグ</b>]<br />
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=454247" target="_blank">#454247</a> Wrong icon appears on DM (20080827**以降→2009063004修正確認)<br />
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=465673" target="_blank">#465673</a> Change 'Default' Tab Opening Behavior/Position for Firefox<br />
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=476311" target="_blank">#476311</a> "Downloads" folder should not be created when Tools/Options/Main open (20090108**以降)<br />
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=478029" target="_blank">#478029</a>  [TSF] enable TSF support in default prefs</p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/firefoxtrunk/firefox-trunk-2009.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/firefoxtrunk/firefox-trunk-2009.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefoxtrunk</category>
            
            
            <pubDate>Sat, 13 Jun 2009 22:41:53 +0900</pubDate>
        </item>
        
        <item>
            <title>「Location bar search (2)」</title>
            <description><![CDATA[<p>[2009****** mozilla-central]<br />
下記configは<b>browser.urlbar.default.behavior</b>に変更されています。<br />
1 - history<br />
2 - bookmark<br />
4 - tag<br />
8 - title<br />
16 - url<br />
32 - typed</p>

<p>[使用例]<br />
0 = show all results (no filtering)<br />
1 = only visited pages in history<br />
2 = only bookmarks<br />
3 = visited bookmarks<br />
1+16 = history matching in the url</p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/location-bar-search-2.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/location-bar-search-2.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefox</category>
            
            
            <pubDate>Sat, 30 May 2009 16:05:54 +0900</pubDate>
        </item>
        
        <item>
            <title>Firefox 3.1/3.5 Beta版</title>
            <description><![CDATA[<p><b>ご利用は自己責任で。</b></p>

<blockquote>Windows 95、98、ME、NT ではご利用になれません。</blockquote>

<blockquote>Beta 4では、終了時に履歴クリアをするようにしている場合、デフォルト設定ではクッキーも削除されるようになっていますのでご注意下さい。(Bug<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=488706" target="_blank">#488706</a>)</blockquote>

<p><br />
[リリースノート]<br />
<a href="http://www.mozilla.com/en-US/firefox/3.5b4/releasenotes/" target="_blank">Firefox 3.5 Beta 4</a><br />
<a href="http://www.mozilla.com/en-US/firefox/3.1b3/releasenotes/" target="_blank">Firefox 3.1 Beta 3</a><br />
<a href="http://www.mozilla.com/en-US/firefox/3.1b2/releasenotes/" target="_blank">Firefox 3.1 Beta 2</a><br />
<a href="http://www.mozilla.com/en-US/firefox/3.1b1/releasenotes/" target="_blank">Firefox 3.1 Beta 1</a></p>

<p>[User Agent]<br />
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 ID:20090423204732<br />
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 ID:20090305152042<br />
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2 ID:20081201080242<br />
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1) Gecko/20081007 Firefox/3.1b1 ID:20081007144708</p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/firefox3135/firefox-3135-beta.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/firefox3135/firefox-3135-beta.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefox3.1/3.5</category>
            
            
            <pubDate>Wed, 13 May 2009 09:13:11 +0900</pubDate>
        </item>
        
        <item>
            <title>「Recently Closed Windows」</title>
            <description><![CDATA[<p>[20090423** mozilla-central]<br />
Hourlyにて、bug<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=394759" target="_blank">#394759</a>がcheckinされ、閉じたタブの復元に加えて、閉じたウィンドウの復元もできるようになりました。<br />
<img src="http://7rd.net/ssb/archives/upphoto/ff20090423_01.jpg" width="360" height="294" alt="images" title="images" /></p>

<p><b>browser.sessionstore.max_windows_undo</b>で復元可能なウィンドウ数を変更できます。(デフォルトは3)</p>

<p>ちなみに、タブ数の変更は、<b>browser.sessionstore.max_tabs_undo</b>で。</p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/recently-closed-windows.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/recently-closed-windows.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefox</category>
            
            
            <pubDate>Fri, 24 Apr 2009 08:22:36 +0900</pubDate>
        </item>
        
        <item>
            <title>「Clear Private Data」</title>
            <description><![CDATA[<p>[20090415** mozilla-central]<br />
HourlyにてBug<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=480169" target="_blank">#480169</a>がcheckinされ、ダイアログがリニューアルされました。<br />
<img src="http://7rd.net/ssb/archives/upphoto/20090415_04.jpg" width="360" height="273"  alt="images" title="images" /></p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/clear-private-data.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/clear-private-data.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefox</category>
            
            
            <pubDate>Thu, 16 Apr 2009 09:53:13 +0900</pubDate>
        </item>
        
        <item>
            <title>Privacy preference</title>
            <description><![CDATA[<p>[20090415** mozilla-central]<br />
HourlyにてBug<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=462041" target="_blank">#462041</a>がcheckinされ、OptionsダイアログのPrivacyがリニューアルされました。<br />
アイコンも変わっています。<br />
<img src="http://7rd.net/ssb/archives/upphoto/20090415_01.jpg" width="360" height="339" alt="images" title="images" /><br />
<img src="http://7rd.net/ssb/archives/upphoto/20090415_02.jpg" width="330" height="110" alt="images" title="images" /><br />
<img src="http://7rd.net/ssb/archives/upphoto/20090415_02a.jpg" width="360" height="280" alt="images" title="images" /><br />
<img src="http://7rd.net/ssb/archives/upphoto/20090415_02b.jpg" width="360" height="280" alt="images" title="images" /><br />
<img src="http://7rd.net/ssb/archives/upphoto/20090415_03.jpg" width="360" height="113"  alt="images" title="images" /></p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/privacy-preference.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/privacy-preference.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefox</category>
            
            
            <pubDate>Thu, 16 Apr 2009 09:44:23 +0900</pubDate>
        </item>
        
        <item>
            <title>Firefox nextのコードネーム</title>
            <description><![CDATA[<p><a href="https://wiki.mozilla.org/Firefox/Namoroka" target="_blank">MozillaWiki</a>によると、3.5の次のバージョンのコードネームは「Namoroka」らしい。マダガスカル共和国にある<a href="http://en.wikipedia.org/wiki/Namoroka_National_Park" target="_blank">ナモロカ国立公園</a>。</p>

<p>1.5の「Deer Park」、2.0の「<a href="http://wiki.mozilla.org/Firefox2" target="_blank">Bon Echo</a>」、3.0の「<a href="http://wiki.mozilla.org/Firefox3" target="_blank">Gran Paradiso</a>」、3.5の「<a href="http://wiki.mozilla.org/Firefox3.5" target="_blank">Shiretoko</a>」と公園シリーズ。</p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/firefoxnext/firefox-next-code-name.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/firefoxnext/firefox-next-code-name.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefoxnext</category>
            
            
            <pubDate>Wed, 01 Apr 2009 22:17:59 +0900</pubDate>
        </item>
        
        <item>
            <title>Mibbit</title>
            <description><![CDATA[<p>ちらっと話題の<a href="http://mozillalinks.org/wp/2009/03/firefox-35-gets-mibbit-a-web-irc-client/" target="_blank">web IRC client</a>。</p>

<p>20090314のTrunk/Branch HourlyにてBug<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=435687" target="_blank">#435687</a>がcheckinされ、Tools>Options>Applicationsから連携できるようになりました。<br />
<img src="http://7rd.net/ssb/archives/upphoto/ff20090314_01.jpg" width="360" height="128" alt="images" title="images" /></p>

<p>Firefox 3.5向けリリースビルドとしては、Beta 4から。</p>]]></description>
            <link>http://7rd.net/ssb/archives/firefox/mibbit.php</link>
            <guid>http://7rd.net/ssb/archives/firefox/mibbit.php</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">firefox</category>
            
            
            <pubDate>Wed, 18 Mar 2009 11:37:35 +0900</pubDate>
        </item>
        
    </channel>
</rss>
