<?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>MRC株式会社 &#187; vista</title>
	<atom:link href="http://team-mrc.com/archives/tag/vista/feed" rel="self" type="application/rss+xml" />
	<link>http://team-mrc.com</link>
	<description>システム開発・HP製作・映像編集のMRCへようこそ</description>
	<lastBuildDate>Fri, 03 Sep 2010 07:44:22 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>sleipnirで選択した文字を右→左クリックでgoo辞書検索</title>
		<link>http://team-mrc.com/archives/914</link>
		<comments>http://team-mrc.com/archives/914#comments</comments>
		<pubDate>Fri, 08 May 2009 04:20:12 +0000</pubDate>
		<dc:creator>MachMute13</dc:creator>
				<category><![CDATA[お役立ち情報]]></category>
		<category><![CDATA[全ての投稿を読む]]></category>
		<category><![CDATA[goo辞書]]></category>
		<category><![CDATA[sleipnir]]></category>
		<category><![CDATA[smartsearch]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[検索]]></category>

		<guid isPermaLink="false">http://team-mrc.com/?p=914</guid>
		<description><![CDATA[今回はちょっとしたsleipnirのカスタマイズ方法をご紹介いたします。
ヤフーやライブドアなどニュースを読んでいて解らない語句、読めない漢字や英単語など出てきた場合、辞書サイトなどを使い意味を調べる事は結構あると思いま [...]]]></description>
			<content:encoded><![CDATA[<p>今回はちょっとしたsleipnirのカスタマイズ方法をご紹介いたします。</p>
<p>ヤフーやライブドアなどニュースを読んでいて解らない語句、読めない漢字や英単語など出てきた場合、辞書サイトなどを使い意味を調べる事は結構あると思います。そんな方のためにsleipnirにはsmartsearch（スマートサーチ）というものがあり、sleipnirオプションで有効にしますと下記のように選択した文字を様々なエンジンで調べる事ができます。</p>
<p><img class="alignnone size-full wp-image-915" title="スマートサーチ" src="http://team-mrc.com/mrc/img/smart.gif" alt="スマートサーチ" width="400" height="330" /><br />
※ツール→sleipnirオプション→ユーザーインターフェース→マウス割り当ての「テキスト選択時にsmartsearchを有効にする」にチェックが入っていないと使用できません。</p>
<p>ですが、この場合文字を選択し虫眼鏡をクリックし、また、クリック・・・と便利なのですが、調べる語句が多い場合はとてもわずらわしくなってきます（私だけですかね）。私のイメージでは右クリック→左クリックなどの簡単なマウスジェスチャーで選択した文字がgoo辞書で調べられるようにしたかったので、色々と探し、調べました。</p>
<p>■設定方法■<br />
※このソースはどこから持ってきたのか忘れてしまいました（汗。詳しくはフォーラムで調べてください※</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>if (API != null) {<br />
   var document;<br />
   if (document == null) {<br />
      id = API.GetDocumentID(API.ActiveIndex);<br />
      document = API.GetDocumentObject(id);<br />
   }<br />
   var targetDocument = document.all.tags(&#8220;frame&#8221;).length ? document.activeElement.contentWindow.document : document;</p>
<p>   engine = &#8220;<a href="http://dictionary.goo.ne.jp/search.php?kind=all&amp;mode=0&amp;MT={all}&amp;IE=sjis&amp;type=sleipnir">http://dictionary.goo.ne.jp/search.php?kind=all&amp;mode=0&amp;MT={all}&amp;IE=sjis&amp;type=sleipnir</a>&#8220;;<br />
   selected_text = targetDocument.selection.createRange().text;<br />
　 selected_text = encodeURIComponent(selected_text);<br />
   API.NewWindow(engine.replace(/{all}/, selected_text), true);<br />
}<br />
else {<br />
   Alert(&#8220;オプションの\n クライアント｜全般｜スクリプトによるクライアントの操作を許可する\nにチェックがないと動作しません&#8221;);<br />
}</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>上のソースをテキストに貼り付けgoo.js（好きなファイル名でいいです。）でデスクトップなどに保存。そのファイルをprogramfiles→Fenrir&amp;Co→sleipnir→plugins→scriptフォルダの中に移動します（vistaの場合です。）。次にsleipnirオプションを開き、ユーザーインターフェースを開き、マウス割り当ての右-&gt;左クリックの右側にあるプルダウンでgoo（.jsで保存したファイル名）を選択。他のジェスチャーが良い方は他のジェスチャーを選択してください。これで設定完了です。</p>
<p>goo辞書ではなくヤフオクなど、様々な設定もできますが詳細につきましては<a href="http://community.tabbrowser.jp/forum/" target="_blank">sleipnirフォーラム</a>で検索してください。</p>
<p>記事：清原一馬</p>
]]></content:encoded>
			<wfw:commentRss>http://team-mrc.com/archives/914/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ファイルを開くプログラムの選択でopenofficeが選択できない場合の対処法</title>
		<link>http://team-mrc.com/archives/652</link>
		<comments>http://team-mrc.com/archives/652#comments</comments>
		<pubDate>Mon, 01 Dec 2008 06:30:39 +0000</pubDate>
		<dc:creator>MachMute13</dc:creator>
				<category><![CDATA[お役立ち情報]]></category>
		<category><![CDATA[全ての投稿を読む]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[scalc.exe]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[ファイルを開くプログラムの選択]]></category>

		<guid isPermaLink="false">http://team-mrc.com/?p=652</guid>
		<description><![CDATA[Vistaでエクセルやワードなどのファイルを、【右クリック→プロパティ→「全般」ファイルの種類の変更】をクリックするとででてくる、ファイルを開くプログラムの選択でopenofficeを選択しても何も起こらないという問題は [...]]]></description>
			<content:encoded><![CDATA[<p>Vistaでエクセルやワードなどのファイルを、【右クリック→プロパティ→「全般」ファイルの種類の変更】をクリックするとででてくる、<strong>ファイルを開くプログラムの選択</strong>でopenofficeを選択しても何も起こらないという問題はレジストリを変更する事で解決します。</p>
<p>「何を言っているのか解らない・・・」</p>
<p>という方が殆どかと思いますが、長年openofficeを使っていると、バージョンアップしたときに前のバージョンのデータがレジストリに残ってしまうためファイルの関連付けなどができなくなるようです。ちなみにこの方法は危険ですので他に方法が無い場合のみ行ってください。レジストリを変更するので万が一の場合は自己責任でお願いします。</p>
<p>■例）scalc.exeの方法■<br />
レジストリを起動→　<strong>HKEY_CLASSES_ROOT\Applications\scalc.exe\shell\open\command　</strong>に出てくる</p>
<p><img class="alignnone size-medium wp-image-653" title="レジストリ" src="http://team-mrc.com/mrc/img/openofficetec.jpg" alt="" width="400" height="287" /></p>
<p>REG_SZの値をscalc.exeがインストールされているパスに変更します（上画像）。同様の方法でswriter.exeなども変更しますと<strong>ファイルを開くプログラムの選択</strong>でopenoffice系が選択できるようになります。</p>
<p>記事：清原一馬</p>
]]></content:encoded>
			<wfw:commentRss>http://team-mrc.com/archives/652/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows vistaを高速化させる方法</title>
		<link>http://team-mrc.com/archives/478</link>
		<comments>http://team-mrc.com/archives/478#comments</comments>
		<pubDate>Fri, 17 Oct 2008 06:15:31 +0000</pubDate>
		<dc:creator>MachMute13</dc:creator>
				<category><![CDATA[お役立ち情報]]></category>
		<category><![CDATA[全ての投稿を読む]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[エアロは切ったほうがいい]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[高速化]]></category>
		<category><![CDATA[高速化方法]]></category>

		<guid isPermaLink="false">http://team-mrc.com/?p=478</guid>
		<description><![CDATA[私もwindows vistaを使用していますが、「このスペックでXPだったら・・・」と1週間に1回は思います。そんな重い、遅い、など不評のvistaですが、少しカスタマイズすれば気持ち？処理が早くなるようです。ですが、 [...]]]></description>
			<content:encoded><![CDATA[<p>私もwindows vistaを使用していますが、「このスペックでXPだったら・・・」と1週間に1回は思います。そんな重い、遅い、など不評のvistaですが、少しカスタマイズすれば気持ち？処理が早くなるようです。ですが、「クラシックにすると重くなる」「エアロは切ったほうがいい」「切ると逆に重くなる」などの意見もございますので、掲載されております高速化方法を信じすぎないようにご注意ください。</p>
<p> </p>
<p>■<a href="http://pasofaq.jp/windows/vista/index.html" target="_blank">http://pasofaq.jp/windows/vista/index.html</a><br />
カスタマイズ方法、高速化方法、トラブル回避方法など様々なお役立ち情報が掲載されています。</p>
<p>■<a href="http://www.oshiete-kun.net/archives/2008/09/windows_vista4tips.html" target="_blank">http://www.oshiete-kun.net/archives/2008/09/windows_vista4tips.html</a><br />
王道とも呼ばれるvista高速化方法が掲載されています。</p>
<p>■<a href="http://www.winvistacafe.com/" target="_blank">http://www.winvistacafe.com/</a><br />
初心者の方にもわかり易く、事細かにVistaのアレコレについて書いています。</p>
<p>■<a href="http://trendy.nikkeibp.co.jp/article/special/20071228/1005830/" target="_blank">http://trendy.nikkeibp.co.jp/article/special/20071228/1005830/</a><br />
高速化について丁寧に説明しています。また、目から鱗情報もアリ。</p>
<p>■<a href="http://uchukamen.com/Development/Vista.htm" target="_blank">http://uchukamen.com/Development/Vista.htm</a><br />
vistaに対しての愛情すら感じさせる高速化情報サイトです。徹底的に分析してます。</p>
<p>■<a href="http://yakushima-tonbo.com/windows/vista/vista_main.htm" target="_blank">http://yakushima-tonbo.com/windows/vista/vista_main.htm</a><br />
超有名のvista高速化情報サイトです。私もこちらを試しました。</p>
<p> </p>
<p>レジストリを書き換えたりする場合もございますので、くれぐれもカスタマイズのしすぎには注意しましょう。</p>
<p>記事：清原一馬</p>
]]></content:encoded>
			<wfw:commentRss>http://team-mrc.com/archives/478/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>タスクバーの「通知アイコンのカスタマイズ」にある過去の項目を削除する</title>
		<link>http://team-mrc.com/archives/455</link>
		<comments>http://team-mrc.com/archives/455#comments</comments>
		<pubDate>Tue, 14 Oct 2008 07:10:50 +0000</pubDate>
		<dc:creator>MachMute13</dc:creator>
				<category><![CDATA[お役立ち情報]]></category>
		<category><![CDATA[全ての投稿を読む]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[通知アイコンのカスタマイズ]]></category>
		<category><![CDATA[過去の項目を削除]]></category>

		<guid isPermaLink="false">http://team-mrc.com/?p=455</guid>
		<description><![CDATA[先日、VistaPCの通知アイコンのカスタマイズを開いたら大変な事になっておりました。調べる方法は下記になります。
タスクバー上で右クリック＞プロパティー＞通知領域のアイコンにあるカスタマイズをクリックです。
私の場合は [...]]]></description>
			<content:encoded><![CDATA[<p>先日、VistaPCの通知アイコンのカスタマイズを開いたら大変な事になっておりました。調べる方法は下記になります。</p>
<p>タスクバー上で右クリック＞プロパティー＞通知領域のアイコンにあるカスタマイズをクリックです。</p>
<p>私の場合は、とうの昔の通知アイコンだったり同じものがいくつもありました。気にならない人は気にならないと思いますが私は気になって仕方なく削除をいたしました。また、これが、面倒で・・・。</p>
<p>ＸＰの場合はこちらのマイクロソフト公式ページをご覧下さい。<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;ja;882186" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;ja;882186</a></p>
<p>vistaの場合はこちらをご覧下さい。<br />
<a href="http://windowsvista.ms/index.php?custom" target="_blank">http://windowsvista.ms/index.php?custom</a></p>
<p>※この作業はレジストリを変更しますのでご不安な方はおやめください※</p>
<p>記事：清原一馬</p>
]]></content:encoded>
			<wfw:commentRss>http://team-mrc.com/archives/455/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
