<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>秘密結社ぎゅう☆ぎゅう倶楽部</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/" />
    <link rel="self" type="application/atom+xml" href="http://ushi.donburi.net/atom.xml" />
    <id>tag:ushi.donburi.net,2007-11-13://1</id>
    <updated>2011-06-07T03:53:51Z</updated>
    <subtitle>牛丼を心から愛する人々が集い、牛丼愛好家人口のさらなる拡大を目指して、日々暗躍する地下組織である</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 5.01</generator>

<entry>
    <title>[SIlverlight4]OOBアプリケーションアンインストール時にIsolatedStorageのデータも削除したい</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2011/06/2011060701.html" />
    <id>tag:ushi.donburi.net,2011://1.102</id>

    <published>2011-06-07T03:52:27Z</published>
    <updated>2011-06-07T03:53:51Z</updated>

    <summary> 　残念ながらできません。 　アプリケーション起動時にIsolatedStorage内のデータを読み込んで削除し、終了時に再度す...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="Silverlight" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="裏" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="isolatedstorage" label="IsolatedStorage" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="oob" label="OOB" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="silverlight" label="Silverlight" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　残念ながらできません。
</p>
<p>
　アプリケーション起動時にIsolatedStorage内のデータを読み込んで削除し、終了時に再度すべて保存し直すという方法も検討しましたが、コントロールパネルからアンインストールされた際には結局データが残ってしまいますし、アプリケーションが正常終了しなかった場合に全保存データが失われてしまうというリスクもあるため、今回は実装を見合わせました。
</p>
<p>
　これは是非なんとかして欲しいんですが、Silverlight5ではどうなってるんでしょう？
</p>]]>
        
    </content>
</entry>

<entry>
    <title>[Silverlight4]高DPI設定のWin7でOOBアプリケーションを実行した際のレイアウト問題</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2011/06/2011060601.html" />
    <id>tag:ushi.donburi.net,2011://1.101</id>

    <published>2011-06-06T06:30:00Z</published>
    <updated>2011-06-07T03:54:23Z</updated>

    <summary> 　Windows7で高DPI設定にした時だけ、OOB（Out-of-browser）アプリケーションウインドウ内のコンテンツが...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="Silverlight" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="裏" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="oob" label="OOB" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="silverlight" label="Silverlight" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="windows7" label="Windows7" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　Windows7で高DPI設定にした時だけ、OOB（Out-of-browser）アプリケーションウインドウ内のコンテンツが、ウインドウからはみ出してしまうという現象が発生してしまいました。<br />
　DPIの変更自体にはXPから対応しているのですが、どうしてWindows7でだけ問題が生じるのですか？ボクカナシイ<br />
</p>
<p>
　特別な設定でしか発生しない現象なら、別に対応しなくても良いよね！なんて思っていたのですが、聞いたところによると、標準で125%（120DPI）に設定されているPCもあるとかで、仕方なく調査に乗り出したのでした。（第一部・完）
</p>
<p>
　最初は、ものすごく面倒な対応を強いられるのではないかと思っていたのですが（全コントロールのサイズをDPI比から算出して再設定するとか）、調査をはじめて三日目の晩、実家の茶の間に飾られた白黒写真でしか見たことのない曽祖父が夢枕に立ち、「SettingsクラスのEnableAutoZoom プロパティ」と呟いたところではっと目が覚めた僕は、早速以下の一行をAppクラスのコンストラクタに追記してみました。
</p>
<blockquote>
Host.Settings.EnableAutoZoom = false;
</blockquote>
<p>
　上記の一行加えただけで、見た目は標準のDPI（96DPI）設定時と同じように表示されるようになり、動作上も今のところは特に問題なさそうです。<br />
</p>
<p>
　本当はちゃんと解像度設定に従うような実装を心がけるべきなんでしょうが、今さらもうどうしようもない！なんて時はとりあえずこんな感じで対応するのもやむなしってことで、僕は引き続き「マルマルモリモリ」の振り付けを覚える仕事に戻りたいと思います。
</p>]]>
        
    </content>
</entry>

<entry>
    <title>[Silverlight]実行環境のOS判定</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2011/02/2011020601.html" />
    <id>tag:ushi.donburi.net,2011://1.100</id>

    <published>2011-02-06T07:24:32Z</published>
    <updated>2011-02-06T07:24:55Z</updated>

    <summary> 　ホントは環境による処理の振り分けなんてしたくはないんですが、Silverlight側のバグへの対応という話になると、そう悠長...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="Silverlight" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="裏" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="silverlight" label="Silverlight" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　ホントは環境による処理の振り分けなんてしたくはないんですが、Silverlight側のバグへの対応という話になると、そう悠長なことも言っていられません。<br />
</p>
<p>
　兄ちゃん、なんでMacの時だけWebBrowserコントロール消えてしまうん？<br />
</p>
<p>
　ということで、Macの時だけ力技で対応することにしたのですが、Macかどうかの判定は以下のように行なっています。<br />
</p>
<blockquote>
<span class="keyword">if</span> (<span class="classname">Environment</span>.OSVersion.Platform == <span class="classname">PlatformID</span>.MacOSX)<br />
{<br />
　　<span class="comment">// Macだけの処理</span><br />
}<br />
</blockquote>
<p>
　本当にちなみにですが、MacでWebBrowserが消えてしまう（再描画されない）不具合への対応方法は、<a href="http://forums.silverlight.net/forums/p/196125/456124.aspx" target="_blank">こちら</a>のページを参考にしました。
</p>]]>
        
    </content>
</entry>

<entry>
    <title>[SIlverlight]ImageToolsでGIF画像を表示</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2011/02/2011020301.html" />
    <id>tag:ushi.donburi.net,2011://1.99</id>

    <published>2011-02-03T11:26:00Z</published>
    <updated>2011-02-04T07:52:44Z</updated>

    <summary> 　GIF画像の表示くらい普通に対応してくれればいいのにー！ 　なんて文句を言っていても仕方が無いので、MS謹製ライブラリ「Im...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="Silverlight" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="裏" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="gif" label="GIF" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="imagetools" label="ImageTools" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="silverlight" label="Silverlight" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　GIF画像の表示くらい普通に対応してくれればいいのにー！<br />
　なんて文句を言っていても仕方が無いので、MS謹製ライブラリ「ImageTools」を使ってGIF画像を表示することにしたのですが、つまらないことで少しだけはまってしまったのでメモ。<br />
　ImageToolsの入手は以下の公式サイトから。ライセンスは<a href="http://www.microsoft.com/japan/opensource/licenses.mspx#Ms-PL" target="_blank">Ms-PL</a>です。<br />
　<a href="http://imagetools.codeplex.com/" target="_blank">http://imagetools.codeplex.com/</a>
</p>
<blockquote>
<p class="comment">
<span class="comment">/*<br />
▼AddReferencesが必要なDLL<br />
ImageTools.dll　// 当然必要なライブラリ本体<br />
ImageTools.IO.Gif.dll　// これを忘れる人はいないでしょう<br />
ImageTools.IO.Png.dll　// これが必要だと気づかずにはまった<br />
ImageTools.Utils.dll　// ToBitmapするのに必要<br />
*/</span><br />
</p>
<span class="comment">// 初期化の際に一度だけ必要な処理</span><br />
<span class="classname">ImageTools</span>.IO.Decoders.AddDecoder&lt;GifDecoder&gt;();<br />
<br />
<span class="classname">ExtendedImage</span> eximg = <span class="keyword">new</span> <span class="classname">ExtendedImage</span>();<br />
<span class="comment">// GIF画像読み込み完了時の処理</span><br />
eximg.LoadingCompleted += (sender, args) =><br />
{<br />
　Dispatcher.BeginInvoke(() =><br />
　{<br />
　　<span class="comment">// image = XAML側に配置してあるImage</span><br />
　　image.Source = eximg.ToBitmap();<br />
　});<br />
};<br />
<span class="comment">// GIF画像読み込み開始</span><br />
eximg.UriSource = <span class="keyword">new</span> <span class="classname">Uri</span>(<span class="literal">"http://hoge.com/foo.gif"</span>, <span class="classname">UriKind</span>.Absolute);<br />

</blockquote>]]>
        
    </content>
</entry>

<entry>
    <title>牛丼大手３社 夏のキャンペーン揃い踏み</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2010/07/2010072201.html" />
    <id>tag:ushi.donburi.net,2010://1.95</id>

    <published>2010-07-22T02:16:43Z</published>
    <updated>2010-07-22T02:16:37Z</updated>

    <summary> 　暑い暑い暑い暑い！＞＜ 　ということで、毎日暑い日が続いていますが、皆様いかがお過ごしでしょうか？ 　古くから日本では「夏バ...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="牛丼ニュース" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="すき家" label="すき家" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="キャンペーン" label="キャンペーン" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="セール" label="セール" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="吉野家" label="吉野家" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="牛めし" label="牛めし" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="牛丼" label="牛丼" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="松屋" label="松屋" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　暑い暑い暑い暑い！＞＜<br />
</p>
<p>
　ということで、毎日暑い日が続いていますが、皆様いかがお過ごしでしょうか？<br />
　古くから日本では「夏バテ防止には牛丼が一番」なんてことを申しますが、夏も真っ盛りのこの時期に、牛丼大手３社が、そろって値引きキャンペーンを実施するそうです。<br />
　各社のキャンペーンの詳細は以下の通り。<br />
</p>
<p>
▼吉野家・夏の牛丼祭<br />
開催期間：7/28（水）10：00〜8/3（火）15:00<br />
内容：牛丼・牛皿・牛丼弁当・牛鮭定食・牛鮭サラダ定食が110円引き<br />
牛丼並の価格：270円<br />
</p>
<p>
▼すき家 夏の感謝祭<br />
開催期間：7/27（火）9:00〜8/10（火）9:00<br />
内容：牛丼類全品30円引き<br />
牛丼並の価格：250円<br />
</p>
<p>
▼松屋 <br　/>
開催期間：7月29日(木)〜8月5日(木)<br />
（時間などの詳細不明）<br />
内容：牛めし並盛250円、大盛350円<br />
</p>
<p>
　最安値はすき家と松屋の250円ですが、値引き率によるお得感は吉野家の方が上だし、どれを食ようかな...なんて悩んでいる場合じゃありません。３店舗ぐるぐるローテーションしてしまえば全然問題有りません(●´ー`●)<br />
</p>
<p>
<a href="http://www.sankeibiz.jp/business/news/100722/bsc1007220954011-n1.htm" target="_blank">■</a>「すき家」も２週間限定で牛丼値下げ、並盛"最安値"２５０円　大手３社再び激安戦争（<a href="http://www.sankeibiz.jp/" target="_blank">SankeiBiz</a>）<br />
<a href="http://gigazine.net/index.php?/news/comments/20100722_sukiya_summer_festival/" target="_blank">■</a>すき家「夏の感謝祭」で牛丼類全品が30円引き、大手3社の値下げ額が出揃う（<a href="http://gigazine.net/" target="_blank">Gigazine</a>）<br />
</p>
]]>
        
    </content>
</entry>

<entry>
    <title>吉野家が都内に弁当専門店を出店</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2010/07/2010070901.html" />
    <id>tag:ushi.donburi.net,2010://1.94</id>

    <published>2010-07-09T09:04:58Z</published>
    <updated>2010-07-09T09:11:09Z</updated>

    <summary> 　これ、結構流行るんじゃないかと思うんだけどどうでしょう？ 　あと、大学堂みたいな移動販売なんかも良いかも、と一瞬思ったけど、...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="牛丼ニュース" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="吉野家" label="吉野家" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="牛丼" label="牛丼" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="弁当" label="弁当" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　これ、結構流行るんじゃないかと思うんだけどどうでしょう？<br/ >
　あと、<a href="http://www.daigaku-do.co.jp/" target="_blank">大学堂</a>みたいな移動販売なんかも良いかも、と一瞬思ったけど、そういえばすでに<a href="http://www.yoshinoya.com/about/orangedream_gou/index.html" target="_blank">オレンジドリーム号</a>があるんですよね。固定ルートではないけど。<br />
　とはいえ、やっぱり出来立てをその場で食べるのが一番美味しいんだよなー。<br />
</p>
<p>
　<a href="http://www.asahi.com/business/update/0708/TKY201007080615.html" target="blank">■</a>吉野家が牛丼弁当専門店　都内に出店、収益改善狙う（<a href="http://www.asahi.com/" target="blank">アサヒコム</a>）<br />
</p>
]]>
        
    </content>
</entry>

<entry>
    <title>なか卯が新メニュー「和風牛丼」を発売</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2010/05/2010050601.html" />
    <id>tag:ushi.donburi.net,2010://1.93</id>

    <published>2010-05-06T03:04:14Z</published>
    <updated>2010-06-28T15:39:29Z</updated>

    <summary> 　今月12日（水）午前10時より、なか卯にて新メニュー「和風牛丼」が発売されるそうです。 　定番の牛肉、玉ねぎに、しいたけ、長...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="牛丼ニュース" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="牛丼" label="牛丼" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　今月12日（水）午前10時より、なか卯にて新メニュー「和風牛丼」が発売されるそうです。
</p>
<p>
　定番の牛肉、玉ねぎに、しいたけ、長ネギ、しらたきを加えた5種類の食材を、さっぱりとした上品なすきやき風味を追求したタレで煮込んだということで、これだけ聞くと蕎麦屋の牛丼風のものを想像してしまいますが、実際どんな感じなのか食べてみるのが楽しみです。
</p>
<p>
　先日、5年以上振りになか卯に行ってみましたが、牛丼もうどんもとっても美味しかったです。<br />
　近所にあればもっと通えるんですが、店舗数が少ないのが残念です。<br/>
</p>
<p>
　発売に合わせて、Twitterを利用したキャンペーンも行われるということですので、アカウントをお持ちの方は<a href="http://twitter.com/nakau_pr" target="_blank">こちらのアカウント</a>をフォローしておきましょう。
</p>
<p>
<a href="http://www.nakau.co.jp/news/cgi-bin/news.cgi?news=0000000143" target="_blank">■</a>新着情報（なか卯）<br/>
</p>]]>
        
    </content>
</entry>

<entry>
    <title>タイで牛野家が大盛況！？</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2010/04/2010041601.html" />
    <id>tag:ushi.donburi.net,2010://1.92</id>

    <published>2010-04-16T10:35:47Z</published>
    <updated>2010-04-16T10:47:22Z</updated>

    <summary> 　以前、コメント欄で、牛鮭さんに教えて頂いた、吉野家にそっくりな牛丼屋さん「牛野家（ぎゅうのや）」が大盛況だという記事が、ロケ...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="牛丼ニュース" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="タイ" label="タイ" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="牛野家" label="牛野家" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="牛丼" label="牛丼" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　以前、コメント欄で、牛鮭さんに教えて頂いた、吉野家にそっくりな牛丼屋さん「牛野家（ぎゅうのや）」が大盛況だという記事が、ロケットニュース24に掲載されていたのでご紹介。<br/>
　なんでも、味には日によってばらつきはあるものの、吉野家と同等かそれ以上のクオリティだとか。<br/>
　そこまで言われると、出来ることなら一度食べてみたいと思うのが人情というものですが、タイじゃあちょっとなあ...<br/>
　これからタイを訪れる方は是非！<br />
</p>
<p>
<a href="http://rocketnews24.com/?p=30357" target="_blank">■</a>『吉野家』にソックリな『牛野家』が大盛況！ 続々と支店を開店（<a href="http://rocketnews24.com/" target="_blank">ロケットニュース24</a>）
</p>]]>
        
    </content>
</entry>

<entry>
    <title>ゼンショー広報室長のTwitterアカウントがあった</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2010/04/2010041302.html" />
    <id>tag:ushi.donburi.net,2010://1.91</id>

    <published>2010-04-13T09:35:17Z</published>
    <updated>2010-04-13T09:43:53Z</updated>

    <summary> 　全然知りませんでした。早速フォロー。 ■【すき家】ゼンショー広報室長、「牛丼戦争」「デフレ助長」などマスコミ報道に物申す（T...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="牛丼ニュース" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="twitter" label="Twitter" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="牛丼" label="牛丼" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　全然知りませんでした。早速フォロー。
</p>
<p>
<a href="http://kokumaijp.blog70.fc2.com/blog-entry-56.html" target="_blank">■</a>【すき家】ゼンショー広報室長、「牛丼戦争」「デフレ助長」などマスコミ報道に物申す（<a href="http://kokumaijp.blog70.fc2.com/" target="_blank">Twitter総研</a>）<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>ゆでたまご氏「吉野家を嫌いにならないで」</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2010/04/2010041301.html" />
    <id>tag:ushi.donburi.net,2010://1.90</id>

    <published>2010-04-13T08:15:39Z</published>
    <updated>2010-04-13T08:14:32Z</updated>

    <summary> 　キン肉マンとすき家＆なか卯のコラボレーション企画、「キン肉マン祭り」に関しての発言のようです。 　裏ではそういう事情があった...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="牛丼ニュース" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="ゆでたまご" label="ゆでたまご" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="キン肉マン" label="キン肉マン" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="吉野家" label="吉野家" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="牛丼" label="牛丼" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　キン肉マンとすき家＆なか卯のコラボレーション企画、「キン肉マン祭り」に関しての発言のようです。<br />
　裏ではそういう事情があったんですねー。<br />
</p>
<p>
<a href="http://rocketnews24.com/?p=30134" target="_blank">■</a>『キン肉マン』の作者が異例のコメント「吉野家さんを嫌いにならないで」（<a href="http://rocketnews24.com/" target="_blank">ロケットニュース24</a>）<br/>
</p>]]>
        
    </content>
</entry>

<entry>
    <title>【記事】緊急提言：「牛丼戦争は停戦を、吉野家はプレミアム化せよ！」</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2010/04/2010040601.html" />
    <id>tag:ushi.donburi.net,2010://1.88</id>

    <published>2010-04-06T07:35:50Z</published>
    <updated>2010-04-06T08:44:47Z</updated>

    <summary> ■緊急提言：「牛丼戦争は停戦を、吉野家はプレミアム化せよ！」（INSIGHT NOW!） 　プレミアム化はともかく、これ以上の...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="牛丼ニュース" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="牛丼" label="牛丼" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="値下げ戦争" label="値下げ戦争" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
<a href="http://www.insightnow.jp/article/5174" target="_blank">■</a>緊急提言：「牛丼戦争は停戦を、吉野家はプレミアム化せよ！」（<a href="http://www.insightnow.jp/" target="_blank">INSIGHT NOW!</a>）<br />
</p>
<p>
　プレミアム化はともかく、これ以上の値下げ戦争は、最終的には誰も得しないような気がします。<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>松屋とすき家が、牛丼（並）を250円で食べられちゃうキャンペーンを開催</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2010/04/2010040501.html" />
    <id>tag:ushi.donburi.net,2010://1.87</id>

    <published>2010-04-05T12:05:58Z</published>
    <updated>2010-04-06T08:44:19Z</updated>

    <summary> 　先日、吉野家が牛丼が270円のキャンペーンを実施するとお伝えしたばかりですが、早速すき家と松屋が手を打ったようです。 　吉野...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="牛丼ニュース" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="キャンペーン" label="キャンペーン" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="吉野家" label="吉野家" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="牛丼" label="牛丼" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="松屋" label="松屋" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　先日、吉野家が牛丼が270円のキャンペーンを実施するとお伝えしたばかりですが、早速すき家と松屋が手を打ったようです。<br />
　吉野家のキャンペーン期間に合わせて、吉野家の価格を下回る250円で、牛丼の並を提供するそうです。<br/>
　鬼！(ﾉ∀`)
</p>
<p>
　ということで、各店のキャンペーン期間は、吉野家が４月７日（水）?１３日（火）、すき家が４月９日（金）?２１日（水）、松屋が４月１２日（月）?２３日（金）までとなっております。<br />
</p>
<p>
<a href="http://www.sankeibiz.jp/business/news/100405/bsd1004051520012-n1.htm" target="_blank">■</a>すき家と松屋、最安値２５０円に　吉野家つぶし"仁義なき牛丼戦争"（<a href="http://www.sankeibiz.jp/" target="_blank">SankeiBiz</a>）<br/>
</p>]]>
        
    </content>
</entry>

<entry>
    <title>最安値に挑戦！吉野家が期間限定で並270円</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2010/03/2010033101.html" />
    <id>tag:ushi.donburi.net,2010://1.86</id>

    <published>2010-03-31T11:23:19Z</published>
    <updated>2010-03-31T11:24:43Z</updated>

    <summary> 　無茶しやがって...（AA略 　ここのところ苦戦続きの吉野家が、一週間の期間限定で、牛丼・牛皿・牛鮭定食を110円引きで提供...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="牛丼ニュース" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="キャンペーン" label="キャンペーン" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="吉野家" label="吉野家" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="牛丼" label="牛丼" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　無茶しやがって...（AA略
</p>
<p>
　ここのところ苦戦続きの吉野家が、一週間の期間限定で、牛丼・牛皿・牛鮭定食を110円引きで提供するキャンペーンを開催するそうです。<br />
　好みはそれぞれでしょうが、僕は吉野家の牛丼の味が一番好きなので、多少の価格差であれば気にしないのですが、100円も差があるとなると、流石にちょっと考えちゃいますよね...。<br/>
　吉野家の牛丼が270円で食べられるとあれば、少なくとも期間中は、千客万来の大賑わい間違いなしだとは思いますが、元の値段に戻った時がちょっと心配です。<br/>
　いずれにせよ、吉野家には一日も早く元気を取り戻してもらいたいものです。
</p>
<p>
　ところで小盛っていつからなんでしょうか？<br/>
　頼みませんが。
</p>
<p>
<a href="http://www.sankeibiz.jp/business/news/100331/bsd1003311653016-n1.htm" target="_blank">■</a>吉野家、１週間限定で牛丼２７０円　最安値で逆襲、副作用の懸念も（<a href="http://www.sankeibiz.jp/" target="_blank">SankeiBIZ</a>）<br/>
</p>]]>
        
    </content>
</entry>

<entry>
    <title>吉野家に新たなメニュー「小盛り」</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2010/03/2010031601.html" />
    <id>tag:ushi.donburi.net,2010://1.85</id>

    <published>2010-03-16T11:31:14Z</published>
    <updated>2010-03-16T11:37:55Z</updated>

    <summary> 　我々、育ち盛りの男子には無縁の話しですが、確かに女性には並でもちょっと多いかも知れませんね。 　「軽いの」というメニューも有...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="牛丼ニュース" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="メニュー" label="メニュー" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="吉野家" label="吉野家" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="牛丼" label="牛丼" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　我々、育ち盛りの男子には無縁の話しですが、確かに女性には並でもちょっと多いかも知れませんね。<br/>
　「軽いの」というメニューも有りますが、知らない人の方が多いだろうし、値段も並と同じなので、お得じゃないというか逆に損した感じがするし、そう考えると、300円の「小盛り」というのは、新たな客層開拓に繋がるんじゃないかなー、と思います。<br/>
　頼みませんが。<br/>
</p>
<p>
　で、読み方は「しょうもり」で良いのかな？
</p>
<p>
<a href="http://headlines.yahoo.co.jp/hl?a=20100316-00000557-san-bus_all" target="_blank">■</a>吉野家、牛丼「小盛り」で女性需要開拓へ　すき家、松屋に対抗（<a href="http://headlines.yahoo.co.jp/" target="_blank">Yahoo!ニュース</a>）<br/>
http://headlines.yahoo.co.jp/hl?a=20100316-00000557-san-bus_all
</p>]]>
        
    </content>
</entry>

<entry>
    <title>【吉野家】創業１１１周年記念特製・丼＆湯飲みプレゼント</title>
    <link rel="alternate" type="text/html" href="http://ushi.donburi.net/archives/2010/02/2010022501.html.html" />
    <id>tag:ushi.donburi.net,2010://1.83</id>

    <published>2010-02-25T09:26:30Z</published>
    <updated>2010-02-25T09:30:24Z</updated>

    <summary> 　もう2月も終わろうとしているというのになんですが、皆様明けましておめでとうございます。 　こんな有様ですが引き続き今年も宜し...</summary>
    <author>
        <name>会長</name>
        <uri>http://ushi.donburi.net/</uri>
    </author>
    
        <category term="牛丼ニュース" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="キャンペーン" label="キャンペーン" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="プレゼント" label="プレゼント" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="吉野家" label="吉野家" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://ushi.donburi.net/">
        <![CDATA[<p>
　もう2月も終わろうとしているというのになんですが、皆様明けましておめでとうございます。<br />
　こんな有様ですが引き続き今年も宜しくお願い致します。<br />
　さて、本日は取り急ぎ、皆様にこんな素敵なニュースをお知らせ。<br />
　僕も3つめの並丼ゲット目指して頑張ろうと思います！<br />
</p>
<p>
<a href="http://sankei.jp.msn.com/economy/business/100225/biz1002251759035-n1.htm" target="_blank">■</a>創業１１１周年の特製・丼と湯飲みプレゼント　吉野家が１万１１００人（<a href="http://sankei.jp.msn.com/" target="_blank">MSN産経ニュース</a>）<br />
</p>]]>
        
    </content>
</entry>

</feed>

