<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://www.sutosoft.com/room/">
<title>MASATOの開発日記</title>
<link>http://www.sutosoft.com/room/</link>
<description>ソフト開発のTipsや自作ソフトウェアのリリース案内。</description>
<dc:language>ja</dc:language>
<dc:creator></dc:creator>
<dc:date>2011-01-29T23:58:16+09:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2-ja-2" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001475.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001462.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001452.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001434.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001430.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001423.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001419.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001417.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001413.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001412.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001411.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001410.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001400.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001234.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/001216.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://www.sutosoft.com/room/archives/001475.html">
<title>リアルタイム組込みシステム</title>
<link>http://www.sutosoft.com/room/archives/001475.html</link>
<description>リアルタイム組込みシステム という本を読みましたので感想を書いておきます。 </description>
<dc:subject>書評</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2011-01-29T23:58:16+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001462.html">
<title>iOS3.1.3でJpeg画像を読みだしたときにEXC_BAD_ACCESSが起きる問題</title>
<link>http://www.sutosoft.com/room/archives/001462.html</link>
<description>インターネットからJpeg画像をダウンロードして表示するアプリケーションを開発していたとき、
特定のJpeg画像を読みだしたときにiOS SDK側でEXC_BAD_ACCESSが起きて困ったことがありましたので、
解析結果と対策を書いておきます。</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2011-01-16T16:22:29+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001452.html">
<title>組込み開発現場のプロジェクトマネジメント&amp;プロセス改善</title>
<link>http://www.sutosoft.com/room/archives/001452.html</link>
<description>組込み開発現場のプロジェクトマネジメント&amp;プロセス改善 という本を読みましたので感想を書いておきます。 </description>
<dc:subject>書評</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2011-01-11T01:09:59+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001434.html">
<title>UINavigationController使用時にフルスクリーン表示する方法</title>
<link>http://www.sutosoft.com/room/archives/001434.html</link>
<description>UINavigationControllerを使うと、Viewのサイズが勝手にリサイズされてしまいます。
普段は便利なのかもしれませんが、
ナビゲーションバー(UINavigationBar)やツールバー(UIToolbar)を透明にしたとき、
その裏に描画できなくて困ります。
これを避けて、以下のように画面全体に描画する方法を調べましたので書いておきます。</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2010-12-26T14:06:48+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001430.html">
<title>平成22年度 秋期 システムアーキテクト試験 成績照会</title>
<link>http://www.sutosoft.com/room/archives/001430.html</link>
<description>平成22年度 秋期 システムアーキテクト試験 成績照会
</description>
<dc:subject>感想</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2010-12-20T22:57:37+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001423.html">
<title>NSString+Geometry</title>
<link>http://www.sutosoft.com/room/archives/001423.html</link>
<description>UIViewのframeの状態をコンソールに出力するのが結構面倒でしたので、
以下のようなクラスを作って対応することにしました。
</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2010-12-15T01:25:28+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001419.html">
<title>GTMLoggerクラス</title>
<link>http://www.sutosoft.com/room/archives/001419.html</link>
<description>Google Toolbox for Macに入っていたロギング用のGTMLoggerクラスを使ってみました。</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2010-12-13T17:06:00+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001417.html">
<title>Google Toolbox for Macの使い方</title>
<link>http://www.sutosoft.com/room/archives/001417.html</link>
<description><![CDATA[XMLやHTMLを扱うとき、"&amp;amp;"といった実体参照文字列を、"&amp;"に置き換えたい場合があったので、適当なライブラリがないか調べてみました。
Google Toolbox for Macのgtm_stringByUnescapingFromHTMLを使うのが良さそうだったので、これを導入してみることにしました。
導入手順を参考までに残しておきます。 ]]></description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2010-12-11T18:00:28+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001413.html">
<title>Objective-C@iOSの例外処理</title>
<link>http://www.sutosoft.com/room/archives/001413.html</link>
<description>最近Objective-CでiOSのアプリケーションを書いているのですが、ライブラリ的な役割をするコードで異常を検出した際、
呼び出し元への通知に例外処理を使ってよいのかどうかで良く悩みます。
</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2010-12-08T23:29:32+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001412.html">
<title>HTTPモニタFiddler</title>
<link>http://www.sutosoft.com/room/archives/001412.html</link>
<description>HTTPを扱うアプリケーションを開発するとき、 HTTPの生データをモニタするために横取り丸とInetSpyというソフトを使っていました。 </description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2010-12-05T01:16:08+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001411.html">
<title>UIViewControllerのframe設定</title>
<link>http://www.sutosoft.com/room/archives/001411.html</link>
<description>Window-based Applicationプロジェクトを作成して、initWithNibName:bundle:を使ってUIViewControllerを追加して表示しようとすると、
以下のようにInterface Builderの表示とiPhone Simulatorの表示がStatusBarの分ずれることがあります。</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2010-12-04T02:39:56+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001410.html">
<title>libxml2でHTML Parse</title>
<link>http://www.sutosoft.com/room/archives/001410.html</link>
<description>iOSでHTML(not XML)を解析(Parse)するコードを書く機会がありましたので、トラブル情報や解決策などをまとめておきます。
</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2010-12-03T22:58:27+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001400.html">
<title>NSURLResponseのexpectedContentLengthの使い方</title>
<link>http://www.sutosoft.com/room/archives/001400.html</link>
<description>NSURLConnectionを使ってデータをダウンロードするとき、
ダウンロードデータを格納するNSMutableDataの容量をダウンロードデータのサイズと合わせておこうと思って
NSURLConnectionのdelegateを担うクラスに以下のようなコードを書きました。
</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2010-11-23T02:59:34+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001234.html">
<title>新PCを購入</title>
<link>http://www.sutosoft.com/room/archives/001234.html</link>
<description>先日壊れたサーバPCとして今のゲーム用PCを割り当て、
ゲーム用PCは新しく組み立てることにしました。</description>
<dc:subject>感想</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2010-08-25T03:07:02+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/001216.html">
<title>2TB HDD</title>
<link>http://www.sutosoft.com/room/archives/001216.html</link>
<description>パソコンの内蔵HDDの容量が足りなくなってきましたので、ST32000542ASという新しい2TBのHDDを買いました。
</description>
<dc:subject>感想</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2010-08-14T11:07:47+09:00</dc:date>
</item>


</rdf:RDF>
