<?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"
	>
<channel>
	<title>Comments for iPhone Development Blog</title>
	<atom:link href="http://iphoneincubator.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneIncubator.com/blog</link>
	<description>Tips and Tricks for iPhone SDK Developers</description>
	<pubDate>Sun,  7 Sep 2008 15:55:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Display Rich Text Using a UIWebView by Barron</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/display-rich-text-using-a-uiwebview#comment-34</link>
		<dc:creator>Barron</dc:creator>
		<pubDate>Mon, 25 Aug 2008 16:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=18#comment-34</guid>
		<description>Some of the older documentation suggests that "the base URL allows relative URLs within a document." Haven't tried it yet, but I assume this is for links within the html code you display on the UIWebView...

http://developer.apple.com/documentation/Cocoa/Reference/WebKit/Classes/WebFrame_Class/Reference/Reference.html#//apple_ref/occ/instm/WebFrame/loadData:MIMEType:textEncodingName:baseURL:</description>
		<content:encoded><![CDATA[<p>Some of the older documentation suggests that &#8220;the base URL allows relative URLs within a document.&#8221; Haven&#8217;t tried it yet, but I assume this is for links within the html code you display on the UIWebView&#8230;</p>
<p><a href="http://developer.apple.com/documentation/Cocoa/Reference/WebKit/Classes/WebFrame_Class/Reference/Reference.html#//apple_ref/occ/instm/WebFrame/loadData:MIMEType:textEncodingName:baseURL" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://developer.apple.com/documentation/Cocoa/Reference/WebKit/Classes/WebFrame_Class/Reference/Reference.html#//apple_ref/occ/instm/WebFrame/loadData:MIMEType:textEncodingName:baseURL');">http://developer.apple.com/documentation/Cocoa/Reference/WebKit/Classes/WebFrame_Class/Reference/Reference.html#//apple_ref/occ/instm/WebFrame/loadData:MIMEType:textEncodingName:baseURL</a>:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create An iPhone Preferences File by Nick Dalton</title>
		<link>http://iPhoneIncubator.com/blog/tutorial/how-to-create-an-iphone-preferences-file#comment-26</link>
		<dc:creator>Nick Dalton</dc:creator>
		<pubDate>Fri, 22 Aug 2008 22:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=16#comment-26</guid>
		<description>Jesse and Jason,

See this post: &lt;a href="http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app" rel="nofollow"&gt;How To Access Preferences From Your iPhone App&lt;/a&gt;

Nick</description>
		<content:encoded><![CDATA[<p>Jesse and Jason,</p>
<p>See this post: <a href="http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app');">How To Access Preferences From Your iPhone App</a></p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Play Audio With The iPhone SDK by Nick Dalton</title>
		<link>http://iPhoneIncubator.com/blog/tutorial/how-to-play-audio-with-the-iphone-sdk#comment-21</link>
		<dc:creator>Nick Dalton</dc:creator>
		<pubDate>Fri, 22 Aug 2008 17:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=6#comment-21</guid>
		<description>As the SDK has evolved Apple has not maintained all the sample code projects. For an example of playing audio see the SoundEffect class used in the sample projects BubbleLevel, GLPaint and Metronome.</description>
		<content:encoded><![CDATA[<p>As the SDK has evolved Apple has not maintained all the sample code projects. For an example of playing audio see the SoundEffect class used in the sample projects BubbleLevel, GLPaint and Metronome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Play Audio With The iPhone SDK by Chris</title>
		<link>http://iPhoneIncubator.com/blog/tutorial/how-to-play-audio-with-the-iphone-sdk#comment-20</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 21 Aug 2008 21:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=6#comment-20</guid>
		<description>Hi!
Can you please provide a link to the JigSaw application or post the source to this example project?

Apple seems to have taken down the JigSaw example...

Best Regards
Chris</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Can you please provide a link to the JigSaw application or post the source to this example project?</p>
<p>Apple seems to have taken down the JigSaw example&#8230;</p>
<p>Best Regards<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create An iPhone Preferences File by Jason</title>
		<link>http://iPhoneIncubator.com/blog/tutorial/how-to-create-an-iphone-preferences-file#comment-19</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 20 Aug 2008 19:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=16#comment-19</guid>
		<description>It would be nice if somebody could post a line of code to show how you actually read these settings in your app.  Anyone..?</description>
		<content:encoded><![CDATA[<p>It would be nice if somebody could post a line of code to show how you actually read these settings in your app.  Anyone..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Play Audio With The iPhone SDK by Luiz</title>
		<link>http://iPhoneIncubator.com/blog/tutorial/how-to-play-audio-with-the-iphone-sdk#comment-18</link>
		<dc:creator>Luiz</dc:creator>
		<pubDate>Mon, 18 Aug 2008 18:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=6#comment-18</guid>
		<description>Please post a link to this sample app as Apple seem to have taken it down of their site. Thanks!</description>
		<content:encoded><![CDATA[<p>Please post a link to this sample app as Apple seem to have taken it down of their site. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create An iPhone Preferences File by Nick Dalton</title>
		<link>http://iPhoneIncubator.com/blog/tutorial/how-to-create-an-iphone-preferences-file#comment-22</link>
		<dc:creator>Nick Dalton</dc:creator>
		<pubDate>Thu, 14 Aug 2008 22:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=16#comment-22</guid>
		<description>Jesse,

Yes, you can make the text field "secure" for entry of passwords. Use the same Type of PSTextFieldSpecifier and then add IsSecure as another key with the value true.

Search for PSTextFieldSpecifier in Xcode documentation for more information.

Nick</description>
		<content:encoded><![CDATA[<p>Jesse,</p>
<p>Yes, you can make the text field &#8220;secure&#8221; for entry of passwords. Use the same Type of PSTextFieldSpecifier and then add IsSecure as another key with the value true.</p>
<p>Search for PSTextFieldSpecifier in Xcode documentation for more information.</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create An iPhone Preferences File by Jesse Couch</title>
		<link>http://iPhoneIncubator.com/blog/tutorial/how-to-create-an-iphone-preferences-file#comment-17</link>
		<dc:creator>Jesse Couch</dc:creator>
		<pubDate>Wed, 13 Aug 2008 17:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=16#comment-17</guid>
		<description>hey, 

you should also add in some code showing how to access the PSTextFieldSpecifier text value from with in the code.</description>
		<content:encoded><![CDATA[<p>hey, </p>
<p>you should also add in some code showing how to access the PSTextFieldSpecifier text value from with in the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create An iPhone Preferences File by Jesse Couch</title>
		<link>http://iPhoneIncubator.com/blog/tutorial/how-to-create-an-iphone-preferences-file#comment-16</link>
		<dc:creator>Jesse Couch</dc:creator>
		<pubDate>Wed, 13 Aug 2008 17:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=16#comment-16</guid>
		<description>Thanks Nick, this tutorial works great.

I was looking at the documentation and i couldnt find the answer to this anywhere ....

Is there any way to make the text field password protected?

, Jesse</description>
		<content:encoded><![CDATA[<p>Thanks Nick, this tutorial works great.</p>
<p>I was looking at the documentation and i couldnt find the answer to this anywhere &#8230;.</p>
<p>Is there any way to make the text field password protected?</p>
<p>, Jesse</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create An iPhone Preferences File by Nick Dalton</title>
		<link>http://iPhoneIncubator.com/blog/tutorial/how-to-create-an-iphone-preferences-file#comment-25</link>
		<dc:creator>Nick Dalton</dc:creator>
		<pubDate>Wed, 06 Aug 2008 22:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=16#comment-25</guid>
		<description>Thanks! I've updated the post.

Nick</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;ve updated the post.</p>
<p>Nick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
