<?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>Dazzling World 2 &#187; Windows</title>
	<atom:link href="http://www.dazzlingworld2.com/category/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dazzlingworld2.com</link>
	<description>に！</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:13:26 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.dazzlingworld2.com/mephistopeles2/wp-content/themes/wikistyle/rss2.png</url>
		<title>Dazzling World 2 &#187; Windows</title>
		<link>http://www.dazzlingworld2.com/</link>
	</image>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>使いにくいコマンドプロンプト</title>
		<link>http://www.dazzlingworld2.com/post_5440.html</link>
		<comments>http://www.dazzlingworld2.com/post_5440.html#comments</comments>
		<pubDate>Sun, 11 Sep 2011 12:23:23 +0000</pubDate>
		<dc:creator>だかね</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[コマンドプロンプト]]></category>

		<guid isPermaLink="false">http://www.dazzlingworld2.com/?p=5440</guid>
		<description><![CDATA[Windowsのコマンドプロンプトが使いにくくて、何かいいツールが無いものかと探してみたところ、いい感じのがあったので紹介。 NYAOS NYAOS.ORG &#8211; FrontPage unixなコマンドが使える [...]]]></description>
			<content:encoded><![CDATA[<p>Windowsのコマンドプロンプトが使いにくくて、何かいいツールが無いものかと探してみたところ、いい感じのがあったので紹介。</p>
<p>NYAOS<br />
<a href="http://www.nyaos.org/">NYAOS.ORG &#8211; FrontPage</a></p>
<p>unixなコマンドが使える。<br />
もちろん、エイリアスも使えるので自分の使いやすいようにコマンドをカスタマイズすることも可能。</p>
<p><a href="http://www.dazzlingworld2.com/uploads/2011/09/dw2011091104.jpg"><img src="http://www.dazzlingworld2.com/uploads/2011/09/dw2011091104-512x340.jpg" alt="dw2011091104 512x340 使いにくいコマンドプロンプト" title="NYAOS" width="512" height="340" class="alignnone size-large wp-image-5441" /></a><br />
Unix/Linuxの動きとほぼ同じ。<br />
エクスプローラーからD&#038;Dでファイルパスも送れる。</p>
<p>初期設定だとプロンプトに改行入っててかっこ悪いので、改行を取る。<br />
_nyaの45行目あたり</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>45
46
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#option prompt $e[31;40;1m[$w]$_$$ $e[37;1m</span>
option prompt <span style="color: #007800;">$e</span><span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">31</span>;<span style="color: #000000;">40</span>;1m<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #007800;">$w</span><span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #007800;">$$</span> <span style="color: #007800;">$e</span><span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">37</span>;1m</pre></td></tr></table></div>

<p>さらに、<a href="http://www.kaoriya.net/">Vim</a>使いたかったり、&#8221;ls -l&#8221;を&#8221;ll&#8221;で使いたかったりするので、エイリアスを追加。</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>211
212
213
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">alias</span> ll <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-l</span>
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #c20cb9; font-weight: bold;">vim</span> E:\FreeSoft\vim73-kaoriya-win64\vim.exe
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #c20cb9; font-weight: bold;">vi</span> E:\FreeSoft\vim73-kaoriya-win64\vim.exe</pre></td></tr></table></div>

<p>と、ここまでやっといてなんだが。<br />
最近、コマンドプロンプト使うようなことやってないんだよね…</p>
<hr />
<p><small>© <a href="http://www.dazzlingworld2.com">Dazzling World 2</a>, 2011. |
<a href="http://www.dazzlingworld2.com/post_5440.html">Permalink</a> |
<a href="http://www.dazzlingworld2.com/post_5440.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlingworld2.com/post_5440.html&title=使いにくいコマンドプロンプト">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlingworld2.com/tags/%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89%e3%83%97%e3%83%ad%e3%83%b3%e3%83%97%e3%83%88" rel="tag">コマンドプロンプト</a><br/>
</small></p>
	<h3>関連記事</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.dazzlingworld2.com/post_2822.html" title="zlib.lib作成 (2009年7月23日)">zlib.lib作成</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_2841.html" title="libpng.lib作成 (2009年7月23日)">libpng.lib作成</a></li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dazzlingworld2.com/post_5440.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WindowsにApacheをインストール</title>
		<link>http://www.dazzlingworld2.com/post_4987.html</link>
		<comments>http://www.dazzlingworld2.com/post_4987.html#comments</comments>
		<pubDate>Tue, 26 Oct 2010 13:14:49 +0000</pubDate>
		<dc:creator>だかね</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[インストール]]></category>
		<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://www.dazzlingworld2.com/?p=4987</guid>
		<description><![CDATA[テストサーバーとして利用するためにWindowsにApacheをインストールしましょう。 OSはWindows7 x64です。 Windows Vista x86でも確認。 ダウンロード それではまずダウンロードをしまし [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.dazzlingworld2.com/uploads/2010/10/dw2011120701.png" alt="dw2011120701 WindowsにApacheをインストール" title="Apache logo" width="169" height="51" class="alignleft size-full wp-image-5639" style="border: 0px; margin-right: 1em; float: left;" />テストサーバーとして利用するためにWindowsにApacheをインストールしましょう。<br />
OSはWindows7 x64です。<br />
Windows Vista x86でも確認。</p>
<h3>ダウンロード</h3>
<p>それではまずダウンロードをしましょう。<a href="http://httpd.apache.org/"><br />
http://httpd.apache.org/</a> よりApacheをダウンロードします。<br />
<a href="http://www.dazzlingworld2.com/uploads/2010/10/dw2010102001.jpg"><img src="http://www.dazzlingworld2.com/uploads/2010/10/dw2010102001-500x237.jpg" title="Apache - top" width="500" height="237" class="alignnone size-medium wp-image-4988" alt="dw2010102001 500x237 WindowsにApacheをインストール" /></a><br />
左のメニューの「Download!」の「from a mirror」をクリックしてください。</p>
<p><a href="http://www.dazzlingworld2.com/uploads/2010/10/dw2010102002.jpg"><img src="http://www.dazzlingworld2.com/uploads/2010/10/dw2010102002-500x395.jpg" title="Apache - ダウンロードページ" width="500" height="395" class="alignnone size-medium wp-image-4992" alt="dw2010102002 500x395 WindowsにApacheをインストール" /></a><br />
2.2系、2.0系、1.3系とありますが、古いバージョンのをあえて使う必要はないので2.2系をダウンロードします。</p>
<p>少し下の方にスクロールして、「Apache HTTP Server (httpd) 2.2.17 is the best available version」というブロックの中に「Win32 Binary without crypto (no mod_ssl) (MSI Installer)」というのがあるので、これをダウンロードします。</p>
<p>SSLを使うっていう人どっちか分からない人は「Win32 Binary including OpenSSL 0.9.8o (MSI Installer)」の方をダウンロードして下さい。</p>
<blockquote style="margin-bottom: 3em;"><p>SSL：インターネット上で情報を暗号化して送受信するプロトコル。</p></blockquote>
<p><br/>
<a href="http://www.dazzlingworld2.com/post_4987.html">WindowsにApacheをインストール</a> の続きを読む</p>
<hr />
<p><small>© <a href="http://www.dazzlingworld2.com">Dazzling World 2</a>, 2010. |
<a href="http://www.dazzlingworld2.com/post_4987.html">Permalink</a> |
<a href="http://www.dazzlingworld2.com/post_4987.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlingworld2.com/post_4987.html&title=WindowsにApacheをインストール">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlingworld2.com/tags/apache" rel="tag">Apache</a>, <a href="http://www.dazzlingworld2.com/tags/%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab" rel="tag">インストール</a>, <a href="http://www.dazzlingworld2.com/tags/%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc" rel="tag">サーバー</a><br/>
</small></p>
	<h3>関連記事</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.dazzlingworld2.com/post_4247.html" title="こっち見んな！ (2010年5月29日)">こっち見んな！</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_1812.html" title="色々テスト (2009年7月4日)">色々テスト</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_3688.html" title="メンテナンスは大事です。（マジで！ (2009年11月22日)">メンテナンスは大事です。（マジで！</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_2447.html" title="プラグインと動作チェック (2009年7月13日)">プラグインと動作チェック</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_1598.html" title="ぷらぐいん (2009年6月13日)">ぷらぐいん</a></li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dazzlingworld2.com/post_4987.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>エクスプローラのサムネイルが表示できなくて</title>
		<link>http://www.dazzlingworld2.com/post_4958.html</link>
		<comments>http://www.dazzlingworld2.com/post_4958.html#comments</comments>
		<pubDate>Mon, 18 Oct 2010 12:33:47 +0000</pubDate>
		<dc:creator>だかね</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[レジストリ]]></category>

		<guid isPermaLink="false">http://www.dazzlingworld2.com/?p=4958</guid>
		<description><![CDATA[psdか何かをエクスプローラでサムネイル表示(ファイルの縮小表示)したいが為にMysticThumbsをインストールしたんだけど、試用期間が過ぎたのでアンインストールした。 すると、どうしたことかBMPだけサムネイル表示 [...]]]></description>
			<content:encoded><![CDATA[<p>psdか何かをエクスプローラでサムネイル表示(ファイルの縮小表示)したいが為に<a href="http://mysticcoder.net/mysticthumbs.html">MysticThumbs</a>をインストールしたんだけど、試用期間が過ぎたのでアンインストールした。<br />
すると、どうしたことかBMP<span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>だけ</strong></span></span>サムネイル表示されなくなった。</p>
<p>治そうと調べてみたけれど、あるのは<br />
「フォルダオプション」の表示タブで「常にアイコンを表示し、縮小版は表示しない」のチェックを外してね。<br />
っていうのばかり。</p>
<p><a href="http://www.dazzlingworld2.com/uploads/2010/10/dw2010101801.jpg"><img src="http://www.dazzlingworld2.com/uploads/2010/10/dw2010101801.jpg" title="フォルダオプション" width="448" height="438" class="alignnone size-full wp-image-4959" alt="dw2010101801 エクスプローラのサムネイルが表示できなくて" /></a><br />
みんなこれにハマりすぎ…</p>
<p>BMPだけ表示されないのだから、これじゃあない。<br />
これにチェック付いてたらJPGもPNGも表示されないしね。</p>
<p>しつこく調べまわってたら<a href="http://www.dewassoc.com/support/useful/registry/repairthumb.htm">Repairing the Thumbnail Preview in Windows Explorer</a>ってのを見つけた。<br />
どうも、レジストリを弄らないと行けないようですね。<br />
非常に怖いですね、このページの更新日とかWindows7とかx64なところが。</p>
<p>怯えてても何も始まらないので、書いてある通り<br />
HKEY_CLASSES_ROOT\.bmp\ShellEx\{bb2e617c-0920-11d1-9a0b-00c04fc2d6c1}の(既定)のデータを<br />
{68C300AC-2314-4992-99E3-957A9F6C6D79}<br />
から<br />
{7376D660-C583-11d0-A3A5-00C04FD706EC}<br />
に変更して再起動してみた。</p>
<p><strong><span style="color: #ff0000;">表　示　さ　れ　な　い　じ　ゃ　な　イ　カ　！</span></strong></p>
<p>ううむ。<br />
HKEY_CLASSES_ROOT\.bmp\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}ってのもあるな。<br />
中身も一緒だし、これは同胞じゃなイカ？<br />
てなわけで、こっちも同じように変えてみた。</p>
<p><span style="color: #ff0000;">結果、駄目だった。</span></p>
<p>参考にPNGのレジストリの値を見てみた。</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">HKEY_CLASSES_ROOT\.png\ShellEx\{bb2e617c-0920-11d1-9a0b-00c04fc2d6c1}
(既定)={C7657C4A-9F68-40fa-A4DF-96BC08EB3551}
&nbsp;
HKEY_CLASSES_ROOT\.png\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}
(既定)={C7657C4A-9F68-40fa-A4DF-96BC08EB3551}</pre></div></div>

<p>キーがここまで同じならもう、PNGと同じでいいんじゃね？<br />
てことで、既定の値を{7376D660-C583-11d0-A3A5-00C04FD706EC}から{C7657C4A-9F68-40fa-A4DF-96BC08EB3551}に変えて再起動。</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">HKEY_CLASSES_ROOT\.bmp\ShellEx\{bb2e617c-0920-11d1-9a0b-00c04fc2d6c1}
(既定)={C7657C4A-9F68-40fa-A4DF-96BC08EB3551}
&nbsp;
HKEY_CLASSES_ROOT\.bmp\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}
(既定)={C7657C4A-9F68-40fa-A4DF-96BC08EB3551}</pre></div></div>

<p>そしたら、表示されるようになりました。</p>
<p>しっかし、相変わらずサムネイル作るのおっせーな。</p>
<hr />
<p><small>© <a href="http://www.dazzlingworld2.com">Dazzling World 2</a>, 2010. |
<a href="http://www.dazzlingworld2.com/post_4958.html">Permalink</a> |
<a href="http://www.dazzlingworld2.com/post_4958.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlingworld2.com/post_4958.html&title=エクスプローラのサムネイルが表示できなくて">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlingworld2.com/tags/%e3%83%ac%e3%82%b8%e3%82%b9%e3%83%88%e3%83%aa" rel="tag">レジストリ</a><br/>
</small></p>
	<h3>関連記事</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.dazzlingworld2.com/post_140.html" title="右クリックから始まる「～で開く」 (2008年11月23日)">右クリックから始まる「～で開く」</a></li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dazzlingworld2.com/post_4958.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ページランクを右下に</title>
		<link>http://www.dazzlingworld2.com/post_4321.html</link>
		<comments>http://www.dazzlingworld2.com/post_4321.html#comments</comments>
		<pubDate>Thu, 03 Jun 2010 13:00:28 +0000</pubDate>
		<dc:creator>だかね</dc:creator>
				<category><![CDATA[Firefox Add-ons]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://www.dazzlingworld2.com/?p=4321</guid>
		<description><![CDATA[ブログなんかやっていると、Google PageLankがちょっと気になるもの。 でも、いちいち調べに行くのも面倒。 そこでLive PageRank。 Live PageRank :: Add-ons for Fire [...]]]></description>
			<content:encoded><![CDATA[<p>ブログなんかやっていると、Google PageLankがちょっと気になるもの。<br />
でも、いちいち調べに行くのも面倒。</p>
<p>そこでLive PageRank。<br />
<a href="https://addons.mozilla.org/ja/firefox/addon/2007/">Live PageRank :: Add-ons for Firefox</a></p>
<p>インストールすると、Firefoxの右下に表示したwebページのページランクが表示されます。</p>
<p><span style="color: #ff0000;"><strong>０だったからといって、へこまないように。</strong></span><br />
うちも当たり前のように０…</p>
<p>まぁ、今までサボってたんで色々更新したい。（と思う。</p>
<hr />
<p><small>© <a href="http://www.dazzlingworld2.com">Dazzling World 2</a>, 2010. |
<a href="http://www.dazzlingworld2.com/post_4321.html">Permalink</a> |
<a href="http://www.dazzlingworld2.com/post_4321.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlingworld2.com/post_4321.html&title=ページランクを右下に">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlingworld2.com/tags/firefox" rel="tag">Firefox</a>, <a href="http://www.dazzlingworld2.com/tags/%e3%83%97%e3%83%a9%e3%82%b0%e3%82%a4%e3%83%b3" rel="tag">プラグイン</a><br/>
</small></p>
	<h3>関連記事</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.dazzlingworld2.com/post_4310.html" title="IE Tabが使えない (2010年6月3日)">IE Tabが使えない</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_465.html" title="ランダムイメージ (2008年12月20日)">ランダムイメージ</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_4219.html" title="ウィジェットでPHPを実行する -Executable PHP widget- (2010年5月21日)">ウィジェットでPHPを実行する -Executable PHP widget-</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_407.html" title="さよらなSleipnir、こんにちはFirefox！ その４ (2008年12月16日)">さよらなSleipnir、こんにちはFirefox！ その４</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_379.html" title="さよらなSleipnir、こんにちはFirefox！ その３ (2008年12月15日)">さよらなSleipnir、こんにちはFirefox！ その３</a></li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dazzlingworld2.com/post_4321.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE Tabが使えない</title>
		<link>http://www.dazzlingworld2.com/post_4310.html</link>
		<comments>http://www.dazzlingworld2.com/post_4310.html#comments</comments>
		<pubDate>Thu, 03 Jun 2010 12:43:50 +0000</pubDate>
		<dc:creator>だかね</dc:creator>
				<category><![CDATA[Firefox Add-ons]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://www.dazzlingworld2.com/?p=4310</guid>
		<description><![CDATA[Firefoxのバージョンが上がって、IE Tabが使えなくなった。 いつかバージョンアップして対応するだろうと思ったけれど、何時まで経ってもバージョンアップする気配もなく… いい加減にIE使えないと不便なので（IEオン [...]]]></description>
			<content:encoded><![CDATA[<p>Firefoxのバージョンが上がって、IE Tabが使えなくなった。<br />
いつかバージョンアップして対応するだろうと思ったけれど、何時まで経ってもバージョンアップする気配もなく…</p>
<p>いい加減にIE使えないと不便なので（IEオンリーなサイトなんて潰れてしまえー！！）<br />
類似品を探すことにした。</p>
<p>まぁ、サクッと見つかりましたよ。<br />
類似品というより派生したのをな！</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/10909/">IE Tab Plus (FF 3.6+) :: Add-ons for Firefox</a></p>
<p>使い方はもちろん無印の時と同じ。<br />
そして、これはなんと<span style="color: #ff0000;">クッキーを共有出来る</span>。</p>
<p><span style="color: #ff6600;"><strong>「あぁ、これでIEに切り替えてログインし直すってことが無くなるのですね。」</strong></span></p>
<p>でも、やっぱりマウスジェスチャは使えないのね…</p>
<hr />
<p><small>© <a href="http://www.dazzlingworld2.com">Dazzling World 2</a>, 2010. |
<a href="http://www.dazzlingworld2.com/post_4310.html">Permalink</a> |
<a href="http://www.dazzlingworld2.com/post_4310.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlingworld2.com/post_4310.html&title=IE Tabが使えない">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlingworld2.com/tags/firefox" rel="tag">Firefox</a>, <a href="http://www.dazzlingworld2.com/tags/%e3%83%97%e3%83%a9%e3%82%b0%e3%82%a4%e3%83%b3" rel="tag">プラグイン</a><br/>
</small></p>
	<h3>関連記事</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.dazzlingworld2.com/post_4321.html" title="ページランクを右下に (2010年6月3日)">ページランクを右下に</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_465.html" title="ランダムイメージ (2008年12月20日)">ランダムイメージ</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_4219.html" title="ウィジェットでPHPを実行する -Executable PHP widget- (2010年5月21日)">ウィジェットでPHPを実行する -Executable PHP widget-</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_407.html" title="さよらなSleipnir、こんにちはFirefox！ その４ (2008年12月16日)">さよらなSleipnir、こんにちはFirefox！ その４</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_379.html" title="さよらなSleipnir、こんにちはFirefox！ その３ (2008年12月15日)">さよらなSleipnir、こんにちはFirefox！ その３</a></li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dazzlingworld2.com/post_4310.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbirdを持ち歩く -Thunderbird Portable-</title>
		<link>http://www.dazzlingworld2.com/post_4108.html</link>
		<comments>http://www.dazzlingworld2.com/post_4108.html#comments</comments>
		<pubDate>Mon, 26 Apr 2010 12:57:29 +0000</pubDate>
		<dc:creator>だかね</dc:creator>
				<category><![CDATA[ツール]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://www.dazzlingworld2.com/?p=4108</guid>
		<description><![CDATA[最近、出先でメールを見たいと思うことが多くなったので、リムーバブルディスクで持ち運べるメーラがないかなと探してみたところ、Thunderbirdのポータブルエディションがあったので紹介。 Mozilla Thunderb [...]]]></description>
			<content:encoded><![CDATA[<p>最近、出先でメールを見たいと思うことが多くなったので、リムーバブルディスクで持ち運べるメーラがないかなと探してみたところ、Thunderbirdのポータブルエディションがあったので紹介。</p>
<p><a style="font-size: 10pt;" href="http://portableapps.com/apps/internet/thunderbird_portable">Mozilla Thunderbird, Portable Edition | PortableApps.com &#8211; Portable software for USB drives</a><br />
<a href="http://www.dazzlingworld2.com/uploads/2010/04/dw2010042601.jpg"><img src="http://www.dazzlingworld2.com/uploads/2010/04/dw2010042601-550x331.jpg" alt="dw2010042601 550x331 Thunderbirdを持ち歩く  Thunderbird Portable " title="Localization | PortableApps.com - Portable software for USB drives" width="550" height="331" class="alignnone size-medium wp-image-4114" /></a></p>
<p><a href="http://www.dazzlingworld2.com/uploads/2010/04/dw2010042602.jpg"><img src="http://www.dazzlingworld2.com/uploads/2010/04/dw2010042602-550x331.jpg" alt="dw2010042602 550x331 Thunderbirdを持ち歩く  Thunderbird Portable " title="Localization | PortableApps.com - Portable software for USB drives" width="550" height="331" class="alignnone size-medium wp-image-4116" /></a></p>
<p>日本語版も用意されているので、日本語版をダウンロード。<br />
Languagesをクリックすると一覧が表示されるので、日本語の列のDownloadをクリック。</p>
<p><br/>
<a href="http://www.dazzlingworld2.com/post_4108.html">Thunderbirdを持ち歩く -Thunderbird Portable-</a> の続きを読む</p>
<hr />
<p><small>© <a href="http://www.dazzlingworld2.com">Dazzling World 2</a>, 2010. |
<a href="http://www.dazzlingworld2.com/post_4108.html">Permalink</a> |
<a href="http://www.dazzlingworld2.com/post_4108.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlingworld2.com/post_4108.html&title=Thunderbirdを持ち歩く -Thunderbird Portable-">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlingworld2.com/tags/thunderbird" rel="tag">Thunderbird</a><br/>
</small></p>
	<h3>関連記事</h3>
	<ul class="st-related-posts">
	<li>関連記事はありません。</li>
	</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dazzlingworld2.com/post_4108.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>電卓も進化するのですね。</title>
		<link>http://www.dazzlingworld2.com/post_3569.html</link>
		<comments>http://www.dazzlingworld2.com/post_3569.html#comments</comments>
		<pubDate>Wed, 11 Nov 2009 12:35:41 +0000</pubDate>
		<dc:creator>だかね</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.dazzlingworld2.com/?p=3569</guid>
		<description><![CDATA[関数電卓は昔からあったけれど、７ではプログラマと統計ってのが追加されている。 プログラマモード 二進数が同時に表示される。クリックすると0と1が切り替わって上の値も変わる。しかし、二進数直接いじるかなぁ。あんまり、いじら [...]]]></description>
			<content:encoded><![CDATA[<p>関数電卓は昔からあったけれど、７ではプログラマと統計ってのが追加されている。</p>
<p><a href="http://www.dazzlingworld2.com/uploads/2009/11/dw2009111101.jpg"><img title="７電卓" src="http://www.dazzlingworld2.com/uploads/2009/11/dw2009111101.jpg" alt="dw2009111101 電卓も進化するのですね。" width="413" height="394" /></a><br />プログラマモード</p>
<p>二進数が同時に表示される。<br />クリックすると0と1が切り替わって上の値も変わる。<br />しかし、二進数直接いじるかなぁ。あんまり、いじらないような気がするんだけどな。</p>
<p>それよか、16進も同時に表示してくれよ…<br />でも、4桁の2進を16進に変えるのは楽にできるからいいのか。いや、どうだろう…<br />ABCDEFが「10進だと何だっけか」と、いつも考える俺です。さすがに10はわかるだろう…</p>
<p>あと、統計があるけど使い方がわからん。<br />他にも、単位の変換とかあるな。</p>
<p><a href="http://www.dazzlingworld2.com/uploads/2009/11/dw2009111102.jpg"><img title="電卓さん" src="http://www.dazzlingworld2.com/uploads/2009/11/dw2009111102.jpg" alt="dw2009111102 電卓も進化するのですね。" width="450" height="420" /></a></p>
<p>これXPに持っていったらどうなるんだろうねぇ…XP32bitしか持ってないから試せねぇ…</p>
<p>あ、コマンドプロンプトもD&amp;Dできるようになってら。</p>
<p><strong>■ 余談</strong><br />仕事が会計系なので、ちゃんとした12桁電卓を持っているんだけど……<br />気がつくとWindows電卓を使っている。</p>
<hr />
<p><small>© <a href="http://www.dazzlingworld2.com">Dazzling World 2</a>, 2009. |
<a href="http://www.dazzlingworld2.com/post_3569.html">Permalink</a> |
<a href="http://www.dazzlingworld2.com/post_3569.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlingworld2.com/post_3569.html&title=電卓も進化するのですね。">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
	<h3>関連記事</h3>
	<ul class="st-related-posts">
	<li>関連記事はありません。</li>
	</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dazzlingworld2.com/post_3569.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>モジラ的バックアップ</title>
		<link>http://www.dazzlingworld2.com/post_3526.html</link>
		<comments>http://www.dazzlingworld2.com/post_3526.html#comments</comments>
		<pubDate>Sun, 08 Nov 2009 09:46:56 +0000</pubDate>
		<dc:creator>だかね</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[PC]]></category>

		<guid isPermaLink="false">http://www.dazzlingworld2.com/?p=3526</guid>
		<description><![CDATA[ちょっと７にするのでバックアップをするかの。 FirefoxFEBE :: Add-ons for Firefox ThunderbirdJapanese Installer &#8211; MozBackup JT © [...]]]></description>
			<content:encoded><![CDATA[<p>ちょっと７にするのでバックアップをするかの。</p>
<p>Firefox<br /><a href="https://addons.mozilla.org/ja/firefox/addon/2109">FEBE :: Add-ons for Firefox</a></p>
<p>Thunderbird<br /><a href="http://www.geocities.jp/chimantaea_mirabilis/MozBackup/files.html">Japanese Installer &#8211; MozBackup JT</a></p>
<hr />
<p><small>© <a href="http://www.dazzlingworld2.com">Dazzling World 2</a>, 2009. |
<a href="http://www.dazzlingworld2.com/post_3526.html">Permalink</a> |
<a href="http://www.dazzlingworld2.com/post_3526.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlingworld2.com/post_3526.html&title=モジラ的バックアップ">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlingworld2.com/tags/pc" rel="tag">PC</a><br/>
</small></p>
	<h3>関連記事</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.dazzlingworld2.com/post_1403.html" title="チューニング (2009年4月12日)">チューニング</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_1188.html" title="ショートカットキー (2009年3月13日)">ショートカットキー</a></li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dazzlingworld2.com/post_3526.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>チューニング</title>
		<link>http://www.dazzlingworld2.com/post_1403.html</link>
		<comments>http://www.dazzlingworld2.com/post_1403.html#comments</comments>
		<pubDate>Sun, 12 Apr 2009 04:59:10 +0000</pubDate>
		<dc:creator>だかね</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.dazzlingworld2.com/?p=1403</guid>
		<description><![CDATA[VistaはAuto-Tuning機能で回線の設定を勝手にやってくれるんだけど、残念ながら遅い。 さらにAuto-Tuning機能も簡単には向こうにできないときたもんだ。 設定が面倒なのは確かなんだけど、簡単に手動で設定 [...]]]></description>
			<content:encoded><![CDATA[<p>VistaはAuto-Tuning機能で回線の設定を勝手にやってくれるんだけど、残念ながら遅い。<br />
さらにAuto-Tuning機能も簡単には向こうにできないときたもんだ。<br />
設定が面倒なのは確かなんだけど、簡単に手動で設定出来るようにしていてクレよ…</p>
<p>なんか良い物がないか探してたらあった。<br />
<a href="http://www.mztweak.com/">Mz Vista Force</a>っていうのがあったんで試してみた。</p>
<p><a href="http://www.dazzlingworld2.com/uploads/2009/04/dw20090412011.jpg"><img class="alignnone size-medium wp-image-1404" title="Mz Vista Force" src="http://www.dazzlingworld2.com/uploads/2009/04/dw20090412011-550x506.jpg" alt="dw20090412011 550x506 チューニング" width="550" height="506" /></a></p>
<p>Internet Optimizerで回線を選んで、Enable Auto-tuningをクリックして…<br />
Apply Tweaksをクリック。そして、再起動。</p>
<p>デフォでダウンが40Mbpsくらいだったけな？</p>
<blockquote><p>ブロードバンドスピードテスト 通信速度測定結果<br />
http://www.bspeedtest.jp/　v3.0.0<br />
測定時刻 2009/04/12 13:34:41<br />
回線種類/線路長/OS：-/-/Windows Vista/-<br />
サービス/ISP：-/-<br />
サーバ1[N] 54.6Mbps<br />
サーバ2[S] 73.8Mbps<br />
下り受信速度: 73Mbps(73.8Mbps,9.23MByte/s)<br />
上り送信速度: 3.0Mbps(3.07Mbps,380kByte/s)</p>
</blockquote>
<p>うむ、良い感じだ。<br />
家庭内なら70MByte/s</p>
<hr />
<p><small>© <a href="http://www.dazzlingworld2.com">Dazzling World 2</a>, 2009. |
<a href="http://www.dazzlingworld2.com/post_1403.html">Permalink</a> |
<a href="http://www.dazzlingworld2.com/post_1403.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlingworld2.com/post_1403.html&title=チューニング">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlingworld2.com/tags/pc" rel="tag">PC</a>, <a href="http://www.dazzlingworld2.com/tags/vista" rel="tag">Vista</a><br/>
</small></p>
	<h3>関連記事</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.dazzlingworld2.com/post_2813.html" title="朝の良く動いてない頭で (2009年7月23日)">朝の良く動いてない頭で</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_3526.html" title="モジラ的バックアップ (2009年11月8日)">モジラ的バックアップ</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_1188.html" title="ショートカットキー (2009年3月13日)">ショートカットキー</a></li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dazzlingworld2.com/post_1403.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ショートカットキー</title>
		<link>http://www.dazzlingworld2.com/post_1188.html</link>
		<comments>http://www.dazzlingworld2.com/post_1188.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 11:51:47 +0000</pubDate>
		<dc:creator>だかね</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[PC]]></category>

		<guid isPermaLink="false">http://www.dazzlingworld2.com/?p=1188</guid>
		<description><![CDATA[ネタがないのでWindowsで使えるショートカットを紹介。 いきなりショートカットとはちょっと違う、アクセラレーターキーから。 アクセラレーターキーとは、メニューの例えばファイル(F)ってなってる「F」の部分。 Alt+ [...]]]></description>
			<content:encoded><![CDATA[<p>ネタがないのでWindowsで使えるショートカットを紹介。</p>
<p>いきなりショートカットとはちょっと違う、アクセラレーターキーから。<br />
アクセラレーターキーとは、メニューの例えばファイル(<span style="text-decoration: underline;">F</span>)ってなってる「F」の部分。<br />
Alt+F(Alt押しながらじゃなくても良いけど）でメニューのファイルが開く。<br />
マウスが急に使えなくなったりマクロ組んだりするとき便利。<br />
アクセラレーターキーがないソフトの場合は、カーソルキー連打で頑張るしかない…</p>
<p><br/>
<a href="http://www.dazzlingworld2.com/post_1188.html">ショートカットキー</a> の続きを読む</p>
<hr />
<p><small>© <a href="http://www.dazzlingworld2.com">Dazzling World 2</a>, 2009. |
<a href="http://www.dazzlingworld2.com/post_1188.html">Permalink</a> |
<a href="http://www.dazzlingworld2.com/post_1188.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlingworld2.com/post_1188.html&title=ショートカットキー">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlingworld2.com/tags/pc" rel="tag">PC</a><br/>
</small></p>
	<h3>関連記事</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.dazzlingworld2.com/post_3526.html" title="モジラ的バックアップ (2009年11月8日)">モジラ的バックアップ</a></li>
	<li><a href="http://www.dazzlingworld2.com/post_1403.html" title="チューニング (2009年4月12日)">チューニング</a></li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dazzlingworld2.com/post_1188.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

