<?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>24Days　iPhoeアプリはdelphiでいっとく &#187; 未分類</title>
	<atom:link href="http://musecode.net/technote/?cat=1&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://musecode.net/technote</link>
	<description>24日でiPhoneアプリを開発・公開するまでの過程を実況するサイト</description>
	<lastBuildDate>Wed, 07 Sep 2016 03:25:20 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
		<item>
		<title>「DelphiによるiPhone / iPadアプリ開発コンテスト」の景品が届く</title>
		<link>http://musecode.net/technote/?p=596</link>
		<comments>http://musecode.net/technote/?p=596#comments</comments>
		<pubDate>Fri, 27 Sep 2013 03:57:34 +0000</pubDate>
		<dc:creator>kawabata</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://musecode.net/technote/?p=596</guid>
		<description><![CDATA[iTuneカード10000円分でした。]]></description>
				<content:encoded><![CDATA[<p>iTuneカード10000円分でした。</p>
]]></content:encoded>
			<wfw:commentRss>http://musecode.net/technote/?feed=rss2&#038;p=596</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24日目+20 文字列の添字の下限について</title>
		<link>http://musecode.net/technote/?p=302</link>
		<comments>http://musecode.net/technote/?p=302#comments</comments>
		<pubDate>Thu, 11 Jul 2013 01:58:47 +0000</pubDate>
		<dc:creator>kawabata</dc:creator>
				<category><![CDATA[24Days Season1 初めてのiPhoneアプリ]]></category>
		<category><![CDATA[delphi]]></category>
		<category><![CDATA[iPhoneアプリ開発]]></category>
		<category><![CDATA[サンプルコード]]></category>
		<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://musecode.net/technote/?p=302</guid>
		<description><![CDATA[Win32 では 1 iOS では 0 もしくは]]></description>
				<content:encoded><![CDATA[<p>Win32 では 1<br />
iOS では 0</p>
<pre class="brush: delphi; title: ; notranslate">
  for i := 0 to Length(tmpRemoveOrderArray) - 1 do
{$IFDEF IOS}
    TileManager.TileList.Items[tmpRemoveOrderArray[i]].Letter := tmpQuestString[i];
{$else}
    TileManager.TileList.Items[tmpRemoveOrderArray[i]].Letter := tmpQuestString[i+1];
{$ENDIF}
</pre>
<p>もしくは</p>
<pre class="brush: delphi; title: ; notranslate">
  tmpMinIndex := Low(tmpQuestString);
  for i := 0 to Length(tmpRemoveOrderArray) - 1 do
    TileManager.TileList.Items[tmpRemoveOrderArray[i]].Letter := tmpQuestString[tmpMinIndex+i];
</pre>
]]></content:encoded>
			<wfw:commentRss>http://musecode.net/technote/?feed=rss2&#038;p=302</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>14日目　Delphi XE4 Professional と Mobile Add-On Pack for Delphi XE4 をインストール</title>
		<link>http://musecode.net/technote/?p=191</link>
		<comments>http://musecode.net/technote/?p=191#comments</comments>
		<pubDate>Wed, 12 Jun 2013 03:05:19 +0000</pubDate>
		<dc:creator>kawabata</dc:creator>
				<category><![CDATA[24Days Season1 初めてのiPhoneアプリ]]></category>
		<category><![CDATA[iPhoneアプリ開発]]></category>
		<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://musecode.net/technote/?p=191</guid>
		<description><![CDATA[今朝、シリアルの記載されたメールが届いていたので、インストール ついでにメモリ関係のデバッガ？AQtimeもイ [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>今朝、シリアルの記載されたメールが届いていたので、インストール</p>
<p>ついでにメモリ関係のデバッガ？AQtimeもインストール。</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://musecode.net/technote/?feed=rss2&#038;p=191</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireMonkey の画像効果 のリスト</title>
		<link>http://musecode.net/technote/?p=136</link>
		<comments>http://musecode.net/technote/?p=136#comments</comments>
		<pubDate>Tue, 04 Jun 2013 00:57:35 +0000</pubDate>
		<dc:creator>kawabata</dc:creator>
				<category><![CDATA[24Days Season1 初めてのiPhoneアプリ]]></category>
		<category><![CDATA[firemonkey]]></category>
		<category><![CDATA[iPhoneアプリ開発]]></category>
		<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://musecode.net/technote/?p=136</guid>
		<description><![CDATA[FireMonkey の画像効果]]></description>
				<content:encoded><![CDATA[<p><a href="http://docwiki.embarcadero.com/RADStudio/XE4/ja/FireMonkey_%E3%81%AE%E7%94%BB%E5%83%8F%E5%8A%B9%E6%9E%9C" target="_blank">FireMonkey の画像効果</a></p>
]]></content:encoded>
			<wfw:commentRss>http://musecode.net/technote/?feed=rss2&#038;p=136</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6日目　iOS Developer Program　に加入した</title>
		<link>http://musecode.net/technote/?p=123</link>
		<comments>http://musecode.net/technote/?p=123#comments</comments>
		<pubDate>Mon, 03 Jun 2013 13:23:14 +0000</pubDate>
		<dc:creator>kawabata</dc:creator>
				<category><![CDATA[24Days Season1 初めてのiPhoneアプリ]]></category>
		<category><![CDATA[iPhoneアプリ開発]]></category>
		<category><![CDATA[未分類]]></category>
		<category><![CDATA[申請手続き等]]></category>

		<guid isPermaLink="false">http://musecode.net/technote/?p=123</guid>
		<description><![CDATA[メールが届いていていたのでクリックしたら　iOS Developer Program　に加入したみたい。]]></description>
				<content:encoded><![CDATA[<p>メールが届いていていたのでクリックしたら　iOS Developer Program　に加入したみたい。</p>
]]></content:encoded>
			<wfw:commentRss>http://musecode.net/technote/?feed=rss2&#038;p=123</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6日目　11：20　apple サポートセンターから直電</title>
		<link>http://musecode.net/technote/?p=113</link>
		<comments>http://musecode.net/technote/?p=113#comments</comments>
		<pubDate>Mon, 03 Jun 2013 02:08:22 +0000</pubDate>
		<dc:creator>kawabata</dc:creator>
				<category><![CDATA[24Days Season1 初めてのiPhoneアプリ]]></category>
		<category><![CDATA[iPhoneアプリ開発]]></category>
		<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://musecode.net/technote/?p=113</guid>
		<description><![CDATA[apple サポートセンターから直電をいただいて登録手続き完了。（Ext に01を入れてなかったのが原因か？： [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>apple サポートセンターから直電をいただいて登録手続き完了。（Ext に01を入れてなかったのが原因か？：　わかんないよね、ふつう）</p>
<p>その後、カードで支払いを済ませる。</p>
]]></content:encoded>
			<wfw:commentRss>http://musecode.net/technote/?feed=rss2&#038;p=113</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6日目　ShowMessage</title>
		<link>http://musecode.net/technote/?p=90</link>
		<comments>http://musecode.net/technote/?p=90#comments</comments>
		<pubDate>Sun, 02 Jun 2013 20:41:43 +0000</pubDate>
		<dc:creator>kawabata</dc:creator>
				<category><![CDATA[24Days Season1 初めてのiPhoneアプリ]]></category>
		<category><![CDATA[iPhoneアプリ開発]]></category>
		<category><![CDATA[サンプルコード]]></category>
		<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://musecode.net/technote/?p=90</guid>
		<description><![CDATA[FMX.Dialogs よく忘れるので。]]></description>
				<content:encoded><![CDATA[<p>FMX.Dialogs</p>
<p>よく忘れるので。</p>
]]></content:encoded>
			<wfw:commentRss>http://musecode.net/technote/?feed=rss2&#038;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
