<?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: 360&#124;iDev iPhone Developers Conference Presentation</title>
	<atom:link href="http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation</link>
	<description>Tips and Tricks for iPhone SDK Developers</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:29:19 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arne</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation/comment-page-1#comment-2122</link>
		<dc:creator>Arne</dc:creator>
		<pubDate>Sun, 14 Feb 2010 16:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=284#comment-2122</guid>
		<description>Your slides helped my a whole lot (especially the SnoopWindow).
Thank you so much.</description>
		<content:encoded><![CDATA[<p>Your slides helped my a whole lot (especially the SnoopWindow).<br />
Thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation/comment-page-1#comment-1881</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 21 Jan 2010 04:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=284#comment-1881</guid>
		<description>@bongjava: Correct, it does not work in the simulator.</description>
		<content:encoded><![CDATA[<p>@bongjava: Correct, it does not work in the simulator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bongjava</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation/comment-page-1#comment-1879</link>
		<dc:creator>bongjava</dc:creator>
		<pubDate>Thu, 21 Jan 2010 02:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=284#comment-1879</guid>
		<description>[PlayYouTubeInWebViewController]
Does not work on iphone simulator?</description>
		<content:encoded><![CDATA[<p>[PlayYouTubeInWebViewController]<br />
Does not work on iphone simulator?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation/comment-page-1#comment-1391</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 31 Oct 2009 02:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=284#comment-1391</guid>
		<description>@Sharif: If the CDC web service allows you to search by zip code, then the solution I would use is to retrieve a list of the data into an array and then display the data in a table view. This assumes that the typical number of search results is below a hundred, or at most a few hundred. Otherwise you may have some memory issues. 
If the web service does not provide search by zip code, then you have a problem. You would have to download the data locally on the device and then write your own geospatial search since SQLite does not have any geo functions built in.</description>
		<content:encoded><![CDATA[<p>@Sharif: If the CDC web service allows you to search by zip code, then the solution I would use is to retrieve a list of the data into an array and then display the data in a table view. This assumes that the typical number of search results is below a hundred, or at most a few hundred. Otherwise you may have some memory issues.<br />
If the web service does not provide search by zip code, then you have a problem. You would have to download the data locally on the device and then write your own geospatial search since SQLite does not have any geo functions built in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharif</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation/comment-page-1#comment-1387</link>
		<dc:creator>Sharif</dc:creator>
		<pubDate>Fri, 30 Oct 2009 18:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=284#comment-1387</guid>
		<description>by the way I figured out how to load the HTML into a string, and search the string for my Search module, thanks.</description>
		<content:encoded><![CDATA[<p>by the way I figured out how to load the HTML into a string, and search the string for my Search module, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharif</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation/comment-page-1#comment-1386</link>
		<dc:creator>Sharif</dc:creator>
		<pubDate>Fri, 30 Oct 2009 18:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=284#comment-1386</guid>
		<description>@Nick: I have been awarded permission to use the CDC&#039;s Database that has over 19,000 HIV testing sites and AIDS organizations in the US. I plan to use this database in my app to allow users the ability to search by zip code for the nearest location. I want to incorporate some of the technology that you explained in your presentation however I need a boost.... On the CDC&#039;s end it will be linked to their web services. So how do I retrieve those results when a users puts in a zip code and deliver it back in a nice results table. In summary, what is the best approach to handle this process.</description>
		<content:encoded><![CDATA[<p>@Nick: I have been awarded permission to use the CDC&#8217;s Database that has over 19,000 HIV testing sites and AIDS organizations in the US. I plan to use this database in my app to allow users the ability to search by zip code for the nearest location. I want to incorporate some of the technology that you explained in your presentation however I need a boost&#8230;. On the CDC&#8217;s end it will be linked to their web services. So how do I retrieve those results when a users puts in a zip code and deliver it back in a nice results table. In summary, what is the best approach to handle this process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation/comment-page-1#comment-1350</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=284#comment-1350</guid>
		<description>@Sharif: You can load the HTML into a string, and search the string.</description>
		<content:encoded><![CDATA[<p>@Sharif: You can load the HTML into a string, and search the string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharif</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation/comment-page-1#comment-1339</link>
		<dc:creator>Sharif</dc:creator>
		<pubDate>Sun, 25 Oct 2009 01:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=284#comment-1339</guid>
		<description>@Nick How would you search on HTML files in your app bundle from a three level tableView.</description>
		<content:encoded><![CDATA[<p>@Nick How would you search on HTML files in your app bundle from a three level tableView.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharif</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation/comment-page-1#comment-1330</link>
		<dc:creator>Sharif</dc:creator>
		<pubDate>Sat, 24 Oct 2009 02:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=284#comment-1330</guid>
		<description>YES again thank you Nick</description>
		<content:encoded><![CDATA[<p>YES again thank you Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation/comment-page-1#comment-1327</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 23 Oct 2009 19:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=284#comment-1327</guid>
		<description>thank you for this. The variable size row idea is really useful. It just made my life _much_ easier in a contracting project and gives a really nice result.</description>
		<content:encoded><![CDATA[<p>thank you for this. The variable size row idea is really useful. It just made my life _much_ easier in a contracting project and gives a really nice result.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
