<?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>Seatrustaim.jp: ブログ</title>
	<atom:link href="http://blog.seatrustaim.jp/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.seatrustaim.jp</link>
	<description>Seatrustaimのスタッフによる開発ブログです。</description>
	<lastBuildDate>Wed, 08 Sep 2010 06:28:34 +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>WordPress ３へバージョンアップを行ないました。</title>
		<link>http://blog.seatrustaim.jp/?p=788</link>
		<comments>http://blog.seatrustaim.jp/?p=788#comments</comments>
		<pubDate>Wed, 08 Sep 2010 06:28:34 +0000</pubDate>
		<dc:creator>k kaji</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://blog.seatrustaim.jp/?p=788</guid>
		<description><![CDATA[試験的にWordPress３へ本ブログを移行しました。 この記事はテストです。]]></description>
			<content:encoded><![CDATA[<p>試験的にWordPress３へ本ブログを移行しました。</p>
<p>この記事はテストです。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seatrustaim.jp/?feed=rss2&amp;p=788</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>日本一の美味いカツ丼（たぶん・・）</title>
		<link>http://blog.seatrustaim.jp/?p=783</link>
		<comments>http://blog.seatrustaim.jp/?p=783#comments</comments>
		<pubDate>Thu, 22 Jul 2010 10:05:51 +0000</pubDate>
		<dc:creator>k kaji</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://blog.seatrustaim.jp/?p=783</guid>
		<description><![CDATA[久々の更新です。 あまりにもおいしいのでご紹介。 その名も、「ドラゴン食堂　カツ丼」。 なぜか、女性には不人気なんですが、 男児には、大盛況の大人気。 大人になっても、行きたくなるそんな青春を思い出させるカツ丼。 「ドラゴン食堂　カツ丼」で検索すると場所などわかるのでぜひぜひ行ってみてください。 参考URL： http://r.tabelog.com/nagasaki/A4204/A420401/42003377/ ちなみに、このカツ丼、月に少なくとも２度は食べに行っている私たちでした。]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 310px"><img src="http://taro-hoshi.cocolog-nifty.com/photos/uncategorized/2009/06/20/photo_3.jpg" alt="ドラゴン食堂　カツ丼" title="ドラゴン食堂　カツ丼" width="300" height="225" /><p class="wp-caption-text">カツ丼</p></div>
<p>久々の更新です。</p>
<p>あまりにもおいしいのでご紹介。</p>
<p>その名も、「ドラゴン食堂　カツ丼」。</p>
<p>なぜか、女性には不人気なんですが、</p>
<p>男児には、大盛況の大人気。</p>
<p>大人になっても、行きたくなるそんな青春を思い出させるカツ丼。</p>
<p>「ドラゴン食堂　カツ丼」で検索すると場所などわかるのでぜひぜひ行ってみてください。</p>
<p>参考URL：</p>
<p><a href="http://r.tabelog.com/nagasaki/A4204/A420401/42003377/">http://r.tabelog.com/nagasaki/A4204/A420401/42003377/</a></p>
<p>ちなみに、このカツ丼、月に少なくとも２度は食べに行っている私たちでした。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seatrustaim.jp/?feed=rss2&amp;p=783</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ソリューションファイルとプロジェクトファイル</title>
		<link>http://blog.seatrustaim.jp/?p=768</link>
		<comments>http://blog.seatrustaim.jp/?p=768#comments</comments>
		<pubDate>Fri, 26 Mar 2010 03:48:17 +0000</pubDate>
		<dc:creator>morihd</dc:creator>
				<category><![CDATA[C♯]]></category>

		<guid isPermaLink="false">http://blog.seatrustaim.jp/?p=768</guid>
		<description><![CDATA[Visual Studioを使用していると、 ソリューションファイルとプロジェクトファイルを混合しやすいので その定義について記します。 ※今回は、現在使用しているC#について。 プロジェクトファイル（csproj） ⇒プログラムを構成するファイル。複数存在。 ソリューションファイル（sln） ⇒プロジェクトをまとめて管理するための箱（コンテナ） 階層的には、ソリューションファイルの中に、 プロジェクトファイルが存在している形式になっている。]]></description>
			<content:encoded><![CDATA[<p>Visual Studioを使用していると、<br />
ソリューションファイルとプロジェクトファイルを混合しやすいので<br />
その定義について記します。<br />
※今回は、現在使用しているC#について。</p>
<p>プロジェクトファイル（csproj）<br />
⇒プログラムを構成するファイル。複数存在。</p>
<p>ソリューションファイル（sln）<br />
⇒プロジェクトをまとめて管理するための箱（コンテナ）</p>
<p>階層的には、ソリューションファイルの中に、<br />
プロジェクトファイルが存在している形式になっている。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seatrustaim.jp/?feed=rss2&amp;p=768</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>100体のウイルスでセキュリティテスト</title>
		<link>http://blog.seatrustaim.jp/?p=760</link>
		<comments>http://blog.seatrustaim.jp/?p=760#comments</comments>
		<pubDate>Wed, 24 Mar 2010 11:50:50 +0000</pubDate>
		<dc:creator>morihd</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.seatrustaim.jp/?p=760</guid>
		<description><![CDATA[こんな動画を見つけました。（たまにはこんな投稿もアリかとww） 注）一概にソフトの優劣を決めるものではないようですからご注意ください。]]></description>
			<content:encoded><![CDATA[<p>こんな動画を見つけました。（たまにはこんな投稿もアリかとww）</p>
<p>注）一概にソフトの優劣を決めるものではないようですからご注意ください。</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/cGAi_OIMEzQ&amp;hl=ja_JP&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/cGAi_OIMEzQ&amp;hl=ja_JP&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seatrustaim.jp/?feed=rss2&amp;p=760</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gmailプロトコルのポート番号</title>
		<link>http://blog.seatrustaim.jp/?p=758</link>
		<comments>http://blog.seatrustaim.jp/?p=758#comments</comments>
		<pubDate>Fri, 19 Mar 2010 05:17:21 +0000</pubDate>
		<dc:creator>morihd</dc:creator>
				<category><![CDATA[内部向け]]></category>

		<guid isPermaLink="false">http://blog.seatrustaim.jp/?p=758</guid>
		<description><![CDATA[以外と忘れやすいのでメモしておきます。 POP　SSL　995 SMTP　SSL　465]]></description>
			<content:encoded><![CDATA[<p>以外と忘れやすいのでメモしておきます。</p>
<p>POP　SSL　995</p>
<p>SMTP　SSL　465</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seatrustaim.jp/?feed=rss2&amp;p=758</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>東急ハンズが在庫確認にTwitter</title>
		<link>http://blog.seatrustaim.jp/?p=756</link>
		<comments>http://blog.seatrustaim.jp/?p=756#comments</comments>
		<pubDate>Tue, 09 Mar 2010 13:20:09 +0000</pubDate>
		<dc:creator>morihd</dc:creator>
				<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://blog.seatrustaim.jp/?p=756</guid>
		<description><![CDATA[最近、何かと話題のTwitterですが、 ついに、取り扱い店舗や在庫を確認できるサービスが開始されたようです。 東急ハンズの 『コレカモネット』 http://korekamo.net/ Twitterのアカウントから「＠korekamo」宛てにメッセージを送信すると、 Twitter上で回答を確認できるというものらしいです。 今後も同様なサービスが他企業でも展開されるのでは？]]></description>
			<content:encoded><![CDATA[<p>最近、何かと話題のTwitterですが、<br />
ついに、取り扱い店舗や在庫を確認できるサービスが開始されたようです。</p>
<p>東急ハンズの 『コレカモネット』<br />
<a href="http://korekamo.net/">http://korekamo.net/</a></p>
<p><a href="http://korekamo.net/"></a>Twitterのアカウントから「＠korekamo」宛てにメッセージを送信すると、<br />
Twitter上で回答を確認できるというものらしいです。</p>
<p>今後も同様なサービスが他企業でも展開されるのでは？</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seatrustaim.jp/?feed=rss2&amp;p=756</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【ニュース】IE6の”葬儀”が行われる</title>
		<link>http://blog.seatrustaim.jp/?p=754</link>
		<comments>http://blog.seatrustaim.jp/?p=754#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:14:27 +0000</pubDate>
		<dc:creator>morihd</dc:creator>
				<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://blog.seatrustaim.jp/?p=754</guid>
		<description><![CDATA[2010年3月4日、IE6を弔う”葬儀”が行われたとのニュースを目にしました。 http://headlines.yahoo.co.jp/hl?a=20100308-00000024-zdn_n-sci 主催はWebデザイン会社のようですが、Microsoftも献花を行っており、 暗に、IE6のサポートを撤退することを伝えたいようにも見えます。 ちなみに、09年12月時点でのバージョン別ブラウザシェアは、下記のようになっています。 1位　IE6　　　　20,99％ 2位　IE8　　　　20,86％ 3位　 Firefox 3.5　　　16,32% 4位　IE7　　　　15.53% 5位　Firefox 3.0　　　6.91% シェア率はかなり下がってきているようですが、まだまだ使用率の高い ブラウザのようです。]]></description>
			<content:encoded><![CDATA[<p>2010年3月4日、IE6を弔う”葬儀”が行われたとのニュースを目にしました。</p>
<p><a href="http://headlines.yahoo.co.jp/hl?a=20100308-00000024-zdn_n-sci">http://headlines.yahoo.co.jp/hl?a=20100308-00000024-zdn_n-sci</a></p>
<p>主催はWebデザイン会社のようですが、Microsoftも献花を行っており、<br />
暗に、IE6のサポートを撤退することを伝えたいようにも見えます。</p>
<p>ちなみに、09年12月時点でのバージョン別ブラウザシェアは、下記のようになっています。</p>
<p>1位　IE6　　　　20,99％<br />
2位　IE8　　　　20,86％<br />
3位　 Firefox 3.5　　　16,32%<br />
4位　IE7　　　　15.53%<br />
5位　Firefox 3.0　　　6.91%</p>
<p>シェア率はかなり下がってきているようですが、まだまだ使用率の高い<br />
ブラウザのようです。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seatrustaim.jp/?feed=rss2&amp;p=754</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a name=&#8221;#&#8221; IEの動作</title>
		<link>http://blog.seatrustaim.jp/?p=751</link>
		<comments>http://blog.seatrustaim.jp/?p=751#comments</comments>
		<pubDate>Thu, 04 Mar 2010 09:15:19 +0000</pubDate>
		<dc:creator>morihd</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.seatrustaim.jp/?p=751</guid>
		<description><![CDATA[a name のリンクは、IEでは上手く動作しないことがあります。 下記のように設定したときに、そのような症状に陥ります。 &#60;a name=&#8221;link&#8221;&#62;&#60;/a&#62; どうやら、アンカーの要素を空白にすると、IEではリンクしないようです。 テキストや画像といったものを必ず記述する必要があります。 下記のように記述すると、問題解決しました。 &#60;a name=&#8221;link&#8221;&#62;link&#60;/a&#62;]]></description>
			<content:encoded><![CDATA[<p>a name のリンクは、IEでは上手く動作しないことがあります。</p>
<p>下記のように設定したときに、そのような症状に陥ります。</p>
<p>&lt;a name=&#8221;link&#8221;&gt;&lt;/a&gt;</p>
<p>どうやら、アンカーの要素を空白にすると、IEではリンクしないようです。<br />
テキストや画像といったものを必ず記述する必要があります。</p>
<p>下記のように記述すると、問題解決しました。</p>
<p>&lt;a name=&#8221;link&#8221;&gt;link&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seatrustaim.jp/?feed=rss2&amp;p=751</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse　外部ブラウザを設定</title>
		<link>http://blog.seatrustaim.jp/?p=749</link>
		<comments>http://blog.seatrustaim.jp/?p=749#comments</comments>
		<pubDate>Fri, 26 Feb 2010 12:44:21 +0000</pubDate>
		<dc:creator>morihd</dc:creator>
				<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://blog.seatrustaim.jp/?p=749</guid>
		<description><![CDATA[EclipseでHTMLのページを表示する場合、Eclipse自身が持っているブラウザを使う場合と 外部のブラウザを使う場合があります。 外部ブラウザの設定方法があるようなので記述します。 ①ウィンドウ⇒設定⇒一般⇒Webブラウザ　を選択。 ②外部ブラウザをチェック。 ③使いたいWebブラウザにチェック。 ④OKをクリック。 私が設定したときは、FirefoxとIEとOperaが入ってました。 良く使っているChromeは入っておらず。 ブラウザをインストールすれば勝手に追加されるのか・・・？]]></description>
			<content:encoded><![CDATA[<p>EclipseでHTMLのページを表示する場合、Eclipse自身が持っているブラウザを使う場合と<br />
外部のブラウザを使う場合があります。</p>
<p>外部ブラウザの設定方法があるようなので記述します。</p>
<p>①ウィンドウ⇒設定⇒一般⇒Webブラウザ　を選択。</p>
<p>②外部ブラウザをチェック。</p>
<p>③使いたいWebブラウザにチェック。</p>
<p>④OKをクリック。</p>
<p>私が設定したときは、FirefoxとIEとOperaが入ってました。<br />
良く使っているChromeは入っておらず。<br />
ブラウザをインストールすれば勝手に追加されるのか・・・？</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seatrustaim.jp/?feed=rss2&amp;p=749</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual　C#　フォームの追加</title>
		<link>http://blog.seatrustaim.jp/?p=745</link>
		<comments>http://blog.seatrustaim.jp/?p=745#comments</comments>
		<pubDate>Mon, 22 Feb 2010 12:40:32 +0000</pubDate>
		<dc:creator>morihd</dc:creator>
				<category><![CDATA[C♯]]></category>

		<guid isPermaLink="false">http://blog.seatrustaim.jp/?p=745</guid>
		<description><![CDATA[①メニュー　⇒　プロジェクト　⇒　windowsフォームの追加　を選択。 ②新しい項目の追加のダイアログボックスが表示されたら、 ファイル名を付けて、追加ボタンをクリック。 ※ソリューションエクスプローラーからプロジェクトを右クリックし、 ショートカットメニューから追加⇒windowsフォームを選択。 という方法でも、追加できる。]]></description>
			<content:encoded><![CDATA[<p>①メニュー　⇒　プロジェクト　⇒　windowsフォームの追加　を選択。</p>
<p>②新しい項目の追加のダイアログボックスが表示されたら、<br />
ファイル名を付けて、追加ボタンをクリック。</p>
<p>※ソリューションエクスプローラーからプロジェクトを右クリックし、<br />
ショートカットメニューから追加⇒windowsフォームを選択。<br />
という方法でも、追加できる。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seatrustaim.jp/?feed=rss2&amp;p=745</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
