<?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 for markjnet</title>
	<atom:link href="http://www.markj.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markj.net</link>
	<description>iPhone App Development &#38; Consulting</description>
	<lastBuildDate>Sat, 31 Jul 2010 13:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on UITables with Downloaded Images &#8211; Easy Asynchronous Code by Neha</title>
		<link>http://www.markj.net/iphone-asynchronous-table-image/comment-page-3/#comment-2297</link>
		<dc:creator>Neha</dc:creator>
		<pubDate>Sat, 31 Jul 2010 13:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.markj.net/?p=174#comment-2297</guid>
		<description>Thanx markj.. Worked like a charm..</description>
		<content:encoded><![CDATA[<p>Thanx markj.. Worked like a charm..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UITables with Downloaded Images &#8211; Easy Asynchronous Code by links for 2010-07-30 at ≈ Relations</title>
		<link>http://www.markj.net/iphone-asynchronous-table-image/comment-page-3/#comment-2296</link>
		<dc:creator>links for 2010-07-30 at ≈ Relations</dc:creator>
		<pubDate>Sat, 31 Jul 2010 01:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.markj.net/?p=174#comment-2296</guid>
		<description>[...] UITables with Downloaded Images – Easy Asynchronous Code &#124; markjnet (tags: software opebsource objectivec images async) [...]</description>
		<content:encoded><![CDATA[<p>[...] UITables with Downloaded Images – Easy Asynchronous Code | markjnet (tags: software opebsource objectivec images async) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UITables with Downloaded Images &#8211; Easy Asynchronous Code by Lamo</title>
		<link>http://www.markj.net/iphone-asynchronous-table-image/comment-page-3/#comment-2295</link>
		<dc:creator>Lamo</dc:creator>
		<pubDate>Thu, 29 Jul 2010 03:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.markj.net/?p=174#comment-2295</guid>
		<description>Thanks for responding Mark!

That sounds really great - don&#039;t suppose you have an ETA for the code update/repost? Sorry normally don&#039;t like to beg but now I&#039;m very anxious to implement what you have described just now :)

Cheers</description>
		<content:encoded><![CDATA[<p>Thanks for responding Mark!</p>
<p>That sounds really great &#8211; don&#8217;t suppose you have an ETA for the code update/repost? Sorry normally don&#8217;t like to beg but now I&#8217;m very anxious to implement what you have described just now :)</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UITables with Downloaded Images &#8211; Easy Asynchronous Code by markj</title>
		<link>http://www.markj.net/iphone-asynchronous-table-image/comment-page-3/#comment-2294</link>
		<dc:creator>markj</dc:creator>
		<pubDate>Wed, 28 Jul 2010 17:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.markj.net/?p=174#comment-2294</guid>
		<description>Hi Deepak and Lamo, we faced this too in our commercial apps. For the photo browsing part of our facebook app we use a &#039;3 photo&#039; load ahead system so that while looking at photo #4, #5,6,7 are loading too. This code has &#039;cancel behind&#039; too, so that if you scroll ahead quickly it cancels the loading of the photos you passed by. Works nicely. I took that small feature as part of the inspiration of the re-write of the async photo loading code. The new version, which is not yet published here, features a custom circular buffer of images it is loading. The buffer is of configurable size, and it functions to limit how many photos are being loaded at once. As you scroll down the table, images that haven&#039;t finished loading yet (and probably never even started loading) get pushed out of the buffer and their URLs are cancelled. This new library does a lot more, too - caches images in local file storage, shares image objects between multiple table cells, etc.</description>
		<content:encoded><![CDATA[<p>Hi Deepak and Lamo, we faced this too in our commercial apps. For the photo browsing part of our facebook app we use a &#8216;3 photo&#8217; load ahead system so that while looking at photo #4, #5,6,7 are loading too. This code has &#8216;cancel behind&#8217; too, so that if you scroll ahead quickly it cancels the loading of the photos you passed by. Works nicely. I took that small feature as part of the inspiration of the re-write of the async photo loading code. The new version, which is not yet published here, features a custom circular buffer of images it is loading. The buffer is of configurable size, and it functions to limit how many photos are being loaded at once. As you scroll down the table, images that haven&#8217;t finished loading yet (and probably never even started loading) get pushed out of the buffer and their URLs are cancelled. This new library does a lot more, too &#8211; caches images in local file storage, shares image objects between multiple table cells, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UITables with Downloaded Images &#8211; Easy Asynchronous Code by Lamo</title>
		<link>http://www.markj.net/iphone-asynchronous-table-image/comment-page-3/#comment-2293</link>
		<dc:creator>Lamo</dc:creator>
		<pubDate>Wed, 28 Jul 2010 16:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.markj.net/?p=174#comment-2293</guid>
		<description>Good question deepak - I noticed this too. I was hoping to show 50+ records/images in a table - but now noticing long wait  when scrolling fast to bottom - if anyone has ideas on how best to only load content within current viewpoint of table without loading prior images on route would be appreciated.

I imagine this will be tricky to resolve as I believe would need to detect users scroll speed 

if scrolling fast then don&#039;t load sequentially just load images in view etc but if scrolling slow load in sequence - wish i knew where to begin to code that but just learning myself at this stage.</description>
		<content:encoded><![CDATA[<p>Good question deepak &#8211; I noticed this too. I was hoping to show 50+ records/images in a table &#8211; but now noticing long wait  when scrolling fast to bottom &#8211; if anyone has ideas on how best to only load content within current viewpoint of table without loading prior images on route would be appreciated.</p>
<p>I imagine this will be tricky to resolve as I believe would need to detect users scroll speed </p>
<p>if scrolling fast then don&#8217;t load sequentially just load images in view etc but if scrolling slow load in sequence &#8211; wish i knew where to begin to code that but just learning myself at this stage.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
