<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>なんだか～ブログ</title>
      <link>http://WWW.chikugo.com/miyahara/blog/</link>
      <description>～　ファンタじーさんの　Weblogだよ～
福岡ソフトバンクホークス応援Blog＆薪ストーブログです。</description>
      <language>ja</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Sun, 09 Nov 2008 21:59:46 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2-ja-2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>携帯　　iPhone 風</title>
         <description><![CDATA[iPodｔｏｕｃｈ画面を写真に撮って
携帯の待受けにしてみた。
うけるかな～（笑）
<a href="http://WWW.chikugo.com/miyahara/blog/IMG_0136.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/IMG_0136.html','popup','width=150,height=200,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/IMG_0136-thumb.jpg" width="150" height="200" alt="" /></a>
]]></description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/11/iphone_1.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/11/iphone_1.html</guid>
         <category></category>
         <pubDate>Sun, 09 Nov 2008 21:59:46 +0900</pubDate>
      </item>
            <item>
         <title>2008年　バルーンフェスタ</title>
         <description><![CDATA[今年も、バルーンに行きました。
５時にいちを起こして、吉野ヶ里へ行き
バスで神埼駅まで。
駅で地元の女子大生のおねーちゃん二人と列車が来るまで
しばし談笑。なんと沖縄出身のおねーちゃんたちだったバイ
バルーンは初めて行くそうだ。

<a href="http://WWW.chikugo.com/miyahara/blog/IMG_0092.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/IMG_0092.html','popup','width=320,height=240,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/IMG_0092-thumb.jpg" width="320" height="240" alt="" /></a>

<a href="http://WWW.chikugo.com/miyahara/blog/IMG_0081.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/IMG_0081.html','popup','width=320,height=240,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/IMG_0081-thumb.jpg" width="320" height="240" alt="" /></a>
]]></description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/11/2008.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/11/2008.html</guid>
         <category>一翔</category>
         <pubDate>Sun, 02 Nov 2008 13:38:51 +0900</pubDate>
      </item>
            <item>
         <title>VAIO　リカバリ</title>
         <description>5年間使用してきた愛機を
リカバしました。
うん～～すっきりです！

</description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/10/vaio_1.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/10/vaio_1.html</guid>
         <category>今日の出来事</category>
         <pubDate>Sun, 26 Oct 2008 10:13:41 +0900</pubDate>
      </item>
            <item>
         <title>ファイル形式 FAT32 → NTFS 変換方法 </title>
         <description>◆スタート→ファイル名を指定して実行→[cmd]と入力エンター（スタート→プログラム→アクセサリ→コマンドプロンプトでも可）

◆&gt;のあとに　[convert c: /fs:ntfs]と入力してエンター
　C:\Documents and Settings\ユーザ名&gt;convert c: /fs:ntfs
　※詳しく書くと　 convert[半角スペース][ドライブ：][半角スペース]/fs：ntfs　（すべて半角入力です。）
　※オプションで　[ /v]をつけると，変換処理中にすべてのメッセージを表示します。&gt;convert c: /fs:ntfs /v　となります。

◆「ドライブ C: の現在のボリューム ラベルを入力してください」というメッセージが表示される場合があります。
ボリューム名を入力し、 [エンターキー]を押してください。

◆「ファイル システムの種類は FAT32 です。ボリュームが別のプロセスによって使用されているため、変換を実行できません。このボリュームのマウントを解除すると、変換が実行できる可能性があります。この場合、このボリュームへ開かれたハンドルはすべて無効になります。このボリュームのマウントを強制的に解除しますか? (Y/N)」というメッセージが表示されます。「n」を入力してエンターです。
　　※起動ドライブC: の変換以外ではこのメッセージはでません。

◆「システムが起動中のため変換できない」旨のメッセージが出ます。「次回のシステム起動時にスケジュールしますか？」と聞かれますから「y」を入力してエンター（これは起動ドライブの「エラーチェック」などと同じですね。）
　　※起動ドライブC: の変換以外ではこのメッセージはでません。

◆[exit]と入力してエンターでコマンドプロンプトを終了し，パソコンを再起動します。

◆Windowsが起動する前に変換が行われます。

◆マイコンピュータの Cドライブのプロパティで変換されているかを確認してください。
※変換でHDDの内容が失われることはありませんが，心配な方は大事なデータなどはバックアップしたほうがいいですね。） </description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/10/_fat32_ntfs.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/10/_fat32_ntfs.html</guid>
         <category>今日の出来事</category>
         <pubDate>Sat, 25 Oct 2008 22:57:31 +0900</pubDate>
      </item>
            <item>
         <title>電車祭り</title>
         <description><![CDATA[先日、電車祭りへ行ってきました。
タイミングよくクレーンで吊り上げ、走行も見れた。
<a href="http://WWW.chikugo.com/miyahara/blog/densya13.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/densya13.html','popup','width=320,height=240,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/densya1-thumb.jpg" width="320" height="240" alt="" /></a><a href="http://WWW.chikugo.com/miyahara/blog/densya2.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/densya2.html','popup','width=320,height=240,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/densya2-thumb.jpg" width="320" height="240" alt="" />
</a></a><a href="http://WWW.chikugo.com/miyahara/blog/NEC_0153.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/NEC_0153.html','popup','width=240,height=427,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/NEC_0153-thumb.JPG" width="240" height="427" alt="" /></a>><a href="http://WWW.chikugo.com/miyahara/blog/densya3.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/densya3.html','popup','width=320,height=240,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/densya3-thumb.jpg" width="320" height="240" alt="" />





]]></description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/10/post_150.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/10/post_150.html</guid>
         <category></category>
         <pubDate>Fri, 17 Oct 2008 04:33:18 +0900</pubDate>
      </item>
            <item>
         <title>煙突メンテ</title>
         <description><![CDATA[煙突掃除と塗装をやった。

専用道具もたんし、高い所は、ちょっとにがてなもんで
業者にお願いした。
塗装は登ったついでにお願いした。
快く受けていただきました
<a href="http://WWW.chikugo.com/miyahara/blog/enotsu.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/enotsu.html','popup','width=320,height=240,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/enotsu-thumb.jpg" width="320" height="240" alt="" /></a>


煙突の状態はGood！でした。
安心して焚けます
]]></description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/09/post_149.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/09/post_149.html</guid>
         <category>薪ストーブ</category>
         <pubDate>Thu, 25 Sep 2008 21:45:58 +0900</pubDate>
      </item>
            <item>
         <title>良い天気</title>
         <description>今日は、朝からとても言い天気
昨日は、朝雨で、パレード中止(￣□||||!!

良い天気なんで、デッキの塗装を
はやめにやろうかなぁ～
去年塗ってなかった箇所がやっぱハゲてきてるばい
でも、午後から熊本行きだし時間が中途半端・・・
予定どうり24日薪ストーブの煙突掃除のときにしょっかのぉ～
</description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/09/post_148.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/09/post_148.html</guid>
         <category>今日の出来事</category>
         <pubDate>Mon, 22 Sep 2008 08:31:33 +0900</pubDate>
      </item>
            <item>
         <title>城島祭り</title>
         <description>昨日から、はじまった城島まつり。
今日は、パレード参加です。
ビデオ、カメラセッティング～～
しかし、お天気がビミョウ　：：：( ^^)T ：：：雨が・・・</description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/09/post_147.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/09/post_147.html</guid>
         <category>一翔</category>
         <pubDate>Sun, 21 Sep 2008 05:31:35 +0900</pubDate>
      </item>
            <item>
         <title>ヽ( ￣○)ゞ。o○ファ~~♪</title>
         <description>明日も（本日）4時おきです。
コンサルの宿題やってたら、こんな時間バイ！ε=ε=ε=ε=ヾ(;◎_◎)ノ ヤバヤバ
Blog更新もままならんですのぉ～～</description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/09/_o.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/09/_o.html</guid>
         <category>オーレック</category>
         <pubDate>Fri, 12 Sep 2008 00:22:21 +0900</pubDate>
      </item>
            <item>
         <title>DELL　ノート</title>
         <description><![CDATA[昨日、悠叶がノートPCのキートップを外した。
しかもスペースキー　がぁ～ん！
油断しとった。あっちゃ～
<a href="http://WWW.chikugo.com/miyahara/blog/kyetop1.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/kyetop1.html','popup','width=320,height=240,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/kyetop1-thumb.jpg" width="320" height="240" alt="" /></a>

構造わからんし・・・
しかたないんで、隣のキー（無変換）を外して
見るも、スペースキーとは形がちがうしあまり参考にならんばい。
デスクトップのキーは、外したことあるんだが、ノートは
まったく構造が違うバイ。

ネットで調べてなんとな～く納得（謎）
パンダグラフってやつが、ばらけてて
これの組合わせ方が分からんやっとけど
パズルみたいにやってたら写真のように組込めた。

ココまで来れば、楽勝

<a href="http://WWW.chikugo.com/miyahara/blog/kyetop2.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/kyetop2.html','popup','width=320,height=240,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/kyetop2-thumb.jpg" width="320" height="240" alt="" /></a>
そぉ～っとはめ込んで　プッチン！完了～♪
一時は、メーカー送りになるとこでした。(;^_^A アセアセ・・・
]]></description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/08/dell.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/08/dell.html</guid>
         <category>悠叶</category>
         <pubDate>Sun, 24 Aug 2008 13:54:56 +0900</pubDate>
      </item>
            <item>
         <title>草刈</title>
         <description><![CDATA[お盆前に草刈やってました。
WMを借りれたのでよかったよぉ～
<a href="http://WWW.chikugo.com/miyahara/blog/wm716tl1.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/wm716tl1.html','popup','width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/wm716tl-thumb.jpg" width="100" height="75" alt="" /></a>

かなりのびほうだいでした。
<a href="http://WWW.chikugo.com/miyahara/blog/befor11.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/befor11.html','popup','width=480,height=360,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/befor1-thumb.jpg" width="164" height="123" alt="" /></a>

かなりスッキリ！！さすがウィングモアー

<a href="http://WWW.chikugo.com/miyahara/blog/after11.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/after11.html','popup','width=480,height=360,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/after1-thumb.jpg" width="164" height="123" alt="" /></a>

]]></description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/08/post_146.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/08/post_146.html</guid>
         <category>オーレック</category>
         <pubDate>Sat, 16 Aug 2008 06:43:54 +0900</pubDate>
      </item>
            <item>
         <title>ビデオ編集</title>
         <description><![CDATA[ビデオ編集してたら、予想通り
ヨコヤリが入ってきて、あっというまに
占領された。(^^;
<a href="http://WWW.chikugo.com/miyahara/blog/video_edi.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/video_edi.html','popup','width=240,height=427,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/video_edi-thumb.jpg" width="100" height="175" alt="" /></a>


お盆休みこそは、ビデオの整理をせねば・・・]]></description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/08/post_145.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/08/post_145.html</guid>
         <category>悠叶</category>
         <pubDate>Tue, 12 Aug 2008 00:31:27 +0900</pubDate>
      </item>
            <item>
         <title>カブト虫</title>
         <description><![CDATA[近所の方からカブト虫とクワガタ頂きまし。
<a href="http://WWW.chikugo.com/miyahara/blog/kabuto.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/kabuto.html','popup','width=240,height=427,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/kabuto-thumb.jpg" width="200" height="355" alt="" /></a>
ゼリーはホント美味しそうです
]]></description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/07/post_144.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/07/post_144.html</guid>
         <category>一翔</category>
         <pubDate>Sun, 27 Jul 2008 06:41:30 +0900</pubDate>
      </item>
            <item>
         <title>マシーン</title>
         <description><![CDATA[古いPCがついに2台とも寿命がきたので
DELLのノートを買っちゃいました。（嫁用）
現在使用しているマシンから、5年ぶりの購入です。
古いやつは、9年くらい使用していました。
メール、ネットバンキング、ショッピングが主な使用
目的なのでスペックもおさえて価格重視です。
でも、HDDと液晶、無線LANは、オプションでグレードアップしました。

<a href="http://WWW.chikugo.com/miyahara/blog/dell1.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/dell1.html','popup','width=240,height=427,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/dell1-thumb.jpg" width="240" height="427" alt="" /></a>


購入価格は、7万までは、いってません
一通り設定終わって、問題なし！
ちょっとファンの音がウルサイ感じだが、まぁこんなもんでしょう（笑）



]]></description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/07/post_143.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/07/post_143.html</guid>
         <category>今日の出来事</category>
         <pubDate>Mon, 14 Jul 2008 17:53:03 +0900</pubDate>
      </item>
            <item>
         <title>ウクレレ</title>
         <description><![CDATA[俺のウクレレかえして～♪
夢中で弾いています
あと１本買っちゃおうかなぁ～
カマカ欲しい！
<a href="http://WWW.chikugo.com/miyahara/blog/ichirre.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/ichirre.html','popup','width=320,height=427,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/ichirre-thumb.jpg" width="100" height="133" alt="" /></a>

虫捕り。これまた夢中（笑）
<a href="http://WWW.chikugo.com/miyahara/blog/ichi2.html" onclick="window.open('http://WWW.chikugo.com/miyahara/blog/ichi2.html','popup','width=320,height=427,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://WWW.chikugo.com/miyahara/blog/ichi2-thumb.jpg" width="100" height="133" alt="" /></a>
]]></description>
         <link>http://WWW.chikugo.com/miyahara/blog/2008/06/post_140.html</link>
         <guid>http://WWW.chikugo.com/miyahara/blog/2008/06/post_140.html</guid>
         <category>一翔</category>
         <pubDate>Wed, 25 Jun 2008 23:10:37 +0900</pubDate>
      </item>
      
   </channel>
</rss>
