<?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 D17's blog</title>
	<atom:link href="http://blog.d-17.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.d-17.com</link>
	<description>About hardcore technology and softcore business</description>
	<lastBuildDate>Fri, 18 Jun 2010 02:03:13 +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 Wordpress installation experience on blank Apache/MySQL by john</title>
		<link>http://blog.d-17.com/2008/03/wordpress-installation-experience-on-blank-apachemysql/comment-page-1/#comment-5257</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 18 Jun 2010 02:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/2008/03/09/wordpress-installation-experience-on-blank-apachemysql/#comment-5257</guid>
		<description>I love this website, the information is great and I have bookmarked it in my favorites. This is a well organized and informative website. Great Job!</description>
		<content:encoded><![CDATA[<p>I love this website, the information is great and I have bookmarked it in my favorites. This is a well organized and informative website. Great Job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Battle of mobile platforms is taking off by Abbie Hunt</title>
		<link>http://blog.d-17.com/2009/01/battle-of-mobile-platforms-is-taking-off/comment-page-1/#comment-5014</link>
		<dc:creator>Abbie Hunt</dc:creator>
		<pubDate>Fri, 28 May 2010 00:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/?p=35#comment-5014</guid>
		<description>Mobile computing is on the rise these days. Maybe we will get a dual core powered cellphones in the future.;-;</description>
		<content:encoded><![CDATA[<p>Mobile computing is on the rise these days. Maybe we will get a dual core powered cellphones in the future.;-;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Combining multiple UITextFields and a UITableView in a nice way for an iPhone app by Paula</title>
		<link>http://blog.d-17.com/2009/08/combining-multiple-uitextfields-and-a-uitableview-in-a-nice-way-for-an-iphone-app/comment-page-1/#comment-4784</link>
		<dc:creator>Paula</dc:creator>
		<pubDate>Fri, 14 May 2010 02:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/?p=85#comment-4784</guid>
		<description>&gt; Wont doing that mean it all stays in memory and results in slow scroll performance? 

&quot;Using more memory&quot; and &quot;slow scrolling&quot;... are NOT the same things.

Which sounds faster:
1. Drawing it once... use a little memory... and just scroll it around.
  
2. Save a little memory... and alloc ever cell... over and over... or dealloc... and reuse... and redesign ever cell... countless times.</description>
		<content:encoded><![CDATA[<p>&gt; Wont doing that mean it all stays in memory and results in slow scroll performance? </p>
<p>&#8220;Using more memory&#8221; and &#8220;slow scrolling&#8221;&#8230; are NOT the same things.</p>
<p>Which sounds faster:<br />
1. Drawing it once&#8230; use a little memory&#8230; and just scroll it around.</p>
<p>2. Save a little memory&#8230; and alloc ever cell&#8230; over and over&#8230; or dealloc&#8230; and reuse&#8230; and redesign ever cell&#8230; countless times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Combining multiple UITextFields and a UITableView in a nice way for an iPhone app by admin</title>
		<link>http://blog.d-17.com/2009/08/combining-multiple-uitextfields-and-a-uitableview-in-a-nice-way-for-an-iphone-app/comment-page-1/#comment-4756</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 12 May 2010 12:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/?p=85#comment-4756</guid>
		<description>Yes, that would keep the actual data in memory. I do not think the 50 lines of input causes the problems, that&#039;s with UTF-8 maybe 50 * 60 * 2 = 6k of data. Any given moment an app will use 10-20mb of memory, so 6k is not a lot. 

Look at incorrect overlaps/sizes of subviews in views, too many transparent views etc to fix your problems.

dirk</description>
		<content:encoded><![CDATA[<p>Yes, that would keep the actual data in memory. I do not think the 50 lines of input causes the problems, that&#8217;s with UTF-8 maybe 50 * 60 * 2 = 6k of data. Any given moment an app will use 10-20mb of memory, so 6k is not a lot. </p>
<p>Look at incorrect overlaps/sizes of subviews in views, too many transparent views etc to fix your problems.</p>
<p>dirk</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Combining multiple UITextFields and a UITableView in a nice way for an iPhone app by patty</title>
		<link>http://blog.d-17.com/2009/08/combining-multiple-uitextfields-and-a-uitableview-in-a-nice-way-for-an-iphone-app/comment-page-1/#comment-4749</link>
		<dc:creator>patty</dc:creator>
		<pubDate>Tue, 11 May 2010 16:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/?p=85#comment-4749</guid>
		<description>50 lines of input????
  
Who is going to type in all of that???</description>
		<content:encoded><![CDATA[<p>50 lines of input????</p>
<p>Who is going to type in all of that???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Combining multiple UITextFields and a UITableView in a nice way for an iPhone app by Andyong</title>
		<link>http://blog.d-17.com/2009/08/combining-multiple-uitextfields-and-a-uitableview-in-a-nice-way-for-an-iphone-app/comment-page-1/#comment-4693</link>
		<dc:creator>Andyong</dc:creator>
		<pubDate>Fri, 07 May 2010 08:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/?p=85#comment-4693</guid>
		<description>Just a question. Wont doing that mean it all stays in memory and results in slow scroll performance? I have an app that requires up to 50 lines of input involving UITextFields, and a switch and am currently using a UIScrollview but the scrolling is no longer smooth as soon as you start adding UITextfields as subviews.</description>
		<content:encoded><![CDATA[<p>Just a question. Wont doing that mean it all stays in memory and results in slow scroll performance? I have an app that requires up to 50 lines of input involving UITextFields, and a switch and am currently using a UIScrollview but the scrolling is no longer smooth as soon as you start adding UITextfields as subviews.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on T-mobile subscription plans with Iphone 3G for Netherlands by Noella Servino</title>
		<link>http://blog.d-17.com/2008/07/t-mobile-subscription-plans-with-iphone-3g-for-netherlands/comment-page-1/#comment-4681</link>
		<dc:creator>Noella Servino</dc:creator>
		<pubDate>Thu, 06 May 2010 08:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/2008/07/01/t-mobile-subscription-plans-with-iphone-3g-for-netherlands/#comment-4681</guid>
		<description>i can say that the iPhone 3G has the best design and erconomics when it comes to 3G phones.      *</description>
		<content:encoded><![CDATA[<p>i can say that the iPhone 3G has the best design and erconomics when it comes to 3G phones.      *</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retweetiquette- when to use the new or old retweet, or use multiple accounts by Glenn Sojourner</title>
		<link>http://blog.d-17.com/2010/04/retweetiquette-when-to-use-the-new-or-old-retweet-or-use-multiple-accounts/comment-page-1/#comment-4519</link>
		<dc:creator>Glenn Sojourner</dc:creator>
		<pubDate>Thu, 22 Apr 2010 21:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/?p=168#comment-4519</guid>
		<description>Frankly, I think Twitter screwed it all up when they created that button.  I read RT@ tweets and skim over the rest.  I don&#039;t mind the multiple RT&#039;s because the intent by the person was to pass along what they thought was valuable or entertaining ifo.</description>
		<content:encoded><![CDATA[<p>Frankly, I think Twitter screwed it all up when they created that button.  I read RT@ tweets and skim over the rest.  I don&#8217;t mind the multiple RT&#8217;s because the intent by the person was to pass along what they thought was valuable or entertaining ifo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress installation experience on blank Apache/MySQL by admin</title>
		<link>http://blog.d-17.com/2008/03/wordpress-installation-experience-on-blank-apachemysql/comment-page-1/#comment-2507</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 10 Dec 2009 23:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/2008/03/09/wordpress-installation-experience-on-blank-apachemysql/#comment-2507</guid>
		<description>howdy,

it&#039;s just the default wordpress theme, but heavily customised to fit our corporate web site&#039;s style: check out http://ww.d17.nl for this</description>
		<content:encoded><![CDATA[<p>howdy,</p>
<p>it&#8217;s just the default wordpress theme, but heavily customised to fit our corporate web site&#8217;s style: check out <a href="http://ww.d17.nl" rel="nofollow">http://ww.d17.nl</a> for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress installation experience on blank Apache/MySQL by DorAssubs</title>
		<link>http://blog.d-17.com/2008/03/wordpress-installation-experience-on-blank-apachemysql/comment-page-1/#comment-2493</link>
		<dc:creator>DorAssubs</dc:creator>
		<pubDate>Wed, 09 Dec 2009 20:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/2008/03/09/wordpress-installation-experience-on-blank-apachemysql/#comment-2493</guid>
		<description>Sry for writing OFFTOPIC - what WP template are you using? Looks amazing!</description>
		<content:encoded><![CDATA[<p>Sry for writing OFFTOPIC &#8211; what WP template are you using? Looks amazing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
