<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: iPhone App Advertising Now Available on iCodeBlog.com</title>
	<atom:link href="/2008/10/24/iphone-app-advertising-now-available-on-icodeblogcom/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2008/10/24/iphone-app-advertising-now-available-on-icodeblogcom/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Mon, 18 Aug 2014 06:06:00 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>By: Ryan Lawrence</title>
		<link>http://icodeblog.com/2008/10/24/iphone-app-advertising-now-available-on-icodeblogcom/#comment-9433</link>
		<dc:creator><![CDATA[Ryan Lawrence]]></dc:creator>
		<pubDate>Tue, 22 May 2012 11:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=518#comment-9433</guid>
		<description><![CDATA[I
think about that application use the ad six spaces banner area screen. ]]></description>
		<content:encoded><![CDATA[<p>I<br />
think about that application use the ad six spaces banner area screen. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://icodeblog.com/2008/10/24/iphone-app-advertising-now-available-on-icodeblogcom/#comment-1657</link>
		<dc:creator><![CDATA[Todd]]></dc:creator>
		<pubDate>Wed, 04 Feb 2009 20:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=518#comment-1657</guid>
		<description><![CDATA[Hello,

I am interested in advertising my iphone app. Can you please email me with website stats?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am interested in advertising my iphone app. Can you please email me with website stats?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Thorn</title>
		<link>http://icodeblog.com/2008/10/24/iphone-app-advertising-now-available-on-icodeblogcom/#comment-1656</link>
		<dc:creator><![CDATA[Steve Thorn]]></dc:creator>
		<pubDate>Fri, 14 Nov 2008 18:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=518#comment-1656</guid>
		<description><![CDATA[Brandon,
I attempted to buy an ad but it said it was full.  You are not making a waiting list of next month ads?  Or are you booked up that much. (And if so, good for you!)]]></description>
		<content:encoded><![CDATA[<p>Brandon,<br />
I attempted to buy an ad but it said it was full.  You are not making a waiting list of next month ads?  Or are you booked up that much. (And if so, good for you!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://icodeblog.com/2008/10/24/iphone-app-advertising-now-available-on-icodeblogcom/#comment-1655</link>
		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Fri, 31 Oct 2008 22:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=518#comment-1655</guid>
		<description><![CDATA[@michael

My email is brandon [at] icodeblog [dot] com. I&#039;m not sure I understand your problem. What is it you are trying to do?]]></description>
		<content:encoded><![CDATA[<p>@michael</p>
<p>My email is brandon [at] icodeblog [dot] com. I&#8217;m not sure I understand your problem. What is it you are trying to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Venini</title>
		<link>http://icodeblog.com/2008/10/24/iphone-app-advertising-now-available-on-icodeblogcom/#comment-1654</link>
		<dc:creator><![CDATA[Michael Venini]]></dc:creator>
		<pubDate>Fri, 31 Oct 2008 22:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=518#comment-1654</guid>
		<description><![CDATA[Hi,

I&#039;m interested in advertising, but I can&#039;t find your email address anywhere. Could you send me one?

Also, I have a question which I really hope you can help. I followed your todo tutorial which I really thank you for. It really helped me with SQLite.

I can&#039;t figure out this one part. Say I have a string in my database, and the string says &quot;a&quot;. I do a selct and pull it out to say, varible call text, just like your todo.text.

If I write this it doesn&#039;t work:

if (todo.text == @&quot;a&quot;){
//execute code;
}

It just doesn&#039;t work. It keeps telling me todo.text doesn&#039;t = &quot;a&quot;.

How can I get a string out of a database, match I string I write.

I can&#039;t figure this out.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m interested in advertising, but I can&#8217;t find your email address anywhere. Could you send me one?</p>
<p>Also, I have a question which I really hope you can help. I followed your todo tutorial which I really thank you for. It really helped me with SQLite.</p>
<p>I can&#8217;t figure out this one part. Say I have a string in my database, and the string says &#8220;a&#8221;. I do a selct and pull it out to say, varible call text, just like your todo.text.</p>
<p>If I write this it doesn&#8217;t work:</p>
<p>if (todo.text == @&#8221;a&#8221;){<br />
//execute code;<br />
}</p>
<p>It just doesn&#8217;t work. It keeps telling me todo.text doesn&#8217;t = &#8220;a&#8221;.</p>
<p>How can I get a string out of a database, match I string I write.</p>
<p>I can&#8217;t figure this out.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Takayuki Fukatsu</title>
		<link>http://icodeblog.com/2008/10/24/iphone-app-advertising-now-available-on-icodeblogcom/#comment-1653</link>
		<dc:creator><![CDATA[Takayuki Fukatsu]]></dc:creator>
		<pubDate>Sat, 25 Oct 2008 13:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=518#comment-1653</guid>
		<description><![CDATA[Brandon

I&#039;m live in Japan and I don&#039;t have any idea to promote my app to the world.
I hope our ad works well.

As Koen wrote, if possible I also want to see the details.

Thanks a lot.]]></description>
		<content:encoded><![CDATA[<p>Brandon</p>
<p>I&#8217;m live in Japan and I don&#8217;t have any idea to promote my app to the world.<br />
I hope our ad works well.</p>
<p>As Koen wrote, if possible I also want to see the details.</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koen</title>
		<link>http://icodeblog.com/2008/10/24/iphone-app-advertising-now-available-on-icodeblogcom/#comment-1652</link>
		<dc:creator><![CDATA[Koen]]></dc:creator>
		<pubDate>Fri, 24 Oct 2008 23:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=518#comment-1652</guid>
		<description><![CDATA[Could you send me some traffic details (visitors per day etc.) ? You&#039;ll be able to find my email address in WP-Admin if I&#039;m correct ;-)

Thanks a lot]]></description>
		<content:encoded><![CDATA[<p>Could you send me some traffic details (visitors per day etc.) ? You&#8217;ll be able to find my email address in WP-Admin if I&#8217;m correct <img src="/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /> </p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://icodeblog.com/2008/10/24/iphone-app-advertising-now-available-on-icodeblogcom/#comment-1651</link>
		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Fri, 24 Oct 2008 20:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=518#comment-1651</guid>
		<description><![CDATA[Daniel,

I went ahead and fixed it to link to your app.  thanks for advertising...]]></description>
		<content:encoded><![CDATA[<p>Daniel,</p>
<p>I went ahead and fixed it to link to your app.  thanks for advertising&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://icodeblog.com/2008/10/24/iphone-app-advertising-now-available-on-icodeblogcom/#comment-1650</link>
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Fri, 24 Oct 2008 20:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=518#comment-1650</guid>
		<description><![CDATA[Hi,
I just put up an advertisement, and I stupidly put in the wrong adress for the link, how can I go about changing this?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I just put up an advertisement, and I stupidly put in the wrong adress for the link, how can I go about changing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ade C</title>
		<link>http://icodeblog.com/2008/10/24/iphone-app-advertising-now-available-on-icodeblogcom/#comment-1649</link>
		<dc:creator><![CDATA[Ade C]]></dc:creator>
		<pubDate>Fri, 24 Oct 2008 19:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=518#comment-1649</guid>
		<description><![CDATA[Well done Brandon

I wonder how many advertisers your gonna get from people who publish an app after reading your tutorials LOL]]></description>
		<content:encoded><![CDATA[<p>Well done Brandon</p>
<p>I wonder how many advertisers your gonna get from people who publish an app after reading your tutorials LOL</p>
]]></content:encoded>
	</item>
</channel>
</rss>
