<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Interview with Nick Hodges</title>
	<atom:link href="http://www.delphi.org/2008/08/interview-with-nick-hodges/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphi.org/2008/08/interview-with-nick-hodges/</link>
	<description>About the Delphi programming language, tools, news and community</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:46:30 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim McKeeth</title>
		<link>http://www.delphi.org/2008/08/interview-with-nick-hodges/comment-page-1/#comment-57</link>
		<dc:creator>Jim McKeeth</dc:creator>
		<pubDate>Mon, 25 Aug 2008 14:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/?p=54#comment-57</guid>
		<description>On specific bugs the best thing you can do is email Nick directly with the QC number.  If there isn&#039;t a QC number then create specific steps to reproduce it and submit a new QC number.  Then email it to Nick.</description>
		<content:encoded><![CDATA[<p>On specific bugs the best thing you can do is email Nick directly with the QC number.  If there isn&#8217;t a QC number then create specific steps to reproduce it and submit a new QC number.  Then email it to Nick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Miller</title>
		<link>http://www.delphi.org/2008/08/interview-with-nick-hodges/comment-page-1/#comment-56</link>
		<dc:creator>Bill Miller</dc:creator>
		<pubDate>Mon, 25 Aug 2008 13:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/?p=54#comment-56</guid>
		<description>Jim,

A great Podcast interview with Nick.
But I&#039;d like to comment more on one item I mentioned.

&gt; 1. TProgressBar does not paint its correct position in Vista… I hope the improved progress bar gets this fixed. Nick told &gt; me it was fixed with Delphi 2007 but many developers still report this bug continues including me.
This bug definately is present on Vista.  Even Codegear Partners (HiComponents) report the problem as a bug.  The only way to fix the problem is to use a third party progressbar that is not a descendent of TProgressbar.  I hope the improved Progressbar fixes the problem.

Thanks,

Bill</description>
		<content:encoded><![CDATA[<p>Jim,</p>
<p>A great Podcast interview with Nick.<br />
But I&#8217;d like to comment more on one item I mentioned.</p>
<p>&gt; 1. TProgressBar does not paint its correct position in Vista… I hope the improved progress bar gets this fixed. Nick told &gt; me it was fixed with Delphi 2007 but many developers still report this bug continues including me.<br />
This bug definately is present on Vista.  Even Codegear Partners (HiComponents) report the problem as a bug.  The only way to fix the problem is to use a third party progressbar that is not a descendent of TProgressbar.  I hope the improved Progressbar fixes the problem.</p>
<p>Thanks,</p>
<p>Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Knopfli</title>
		<link>http://www.delphi.org/2008/08/interview-with-nick-hodges/comment-page-1/#comment-49</link>
		<dc:creator>Ken Knopfli</dc:creator>
		<pubDate>Thu, 21 Aug 2008 12:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/?p=54#comment-49</guid>
		<description>Any chance of a transcript?</description>
		<content:encoded><![CDATA[<p>Any chance of a transcript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim McKeeth</title>
		<link>http://www.delphi.org/2008/08/interview-with-nick-hodges/comment-page-1/#comment-46</link>
		<dc:creator>Jim McKeeth</dc:creator>
		<pubDate>Thu, 21 Aug 2008 01:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/?p=54#comment-46</guid>
		<description>Finished the interview with Nick today.  Just need to clean it up and post the podcast.  I think we got through most of the questions.  There were some that the answers were elsewhere or outside Nick&#039;s area that I intentionally skipped, others that I may have just missed.  It was a good interview overall I believe.</description>
		<content:encoded><![CDATA[<p>Finished the interview with Nick today.  Just need to clean it up and post the podcast.  I think we got through most of the questions.  There were some that the answers were elsewhere or outside Nick&#8217;s area that I intentionally skipped, others that I may have just missed.  It was a good interview overall I believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bear</title>
		<link>http://www.delphi.org/2008/08/interview-with-nick-hodges/comment-page-1/#comment-45</link>
		<dc:creator>Bear</dc:creator>
		<pubDate>Thu, 21 Aug 2008 01:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/?p=54#comment-45</guid>
		<description>1. Does Delphi 2009 come with Fast Unicode process procedures?
like Function PosEx(SubStr, String, Start, CaseSensitive, Direction) : Integer;
and fast StringReplace
   If it does not include this, I think it still not think for delvelopers becuase it is so basic

2. How to promote Delphi in students group? I find it is not easy to find a graduate who like delphi and good at delphi when hiring programmers in China.

3. Why delphi 2009 provide so few NEW components? New components are more useful than editor improvement.

Bear</description>
		<content:encoded><![CDATA[<p>1. Does Delphi 2009 come with Fast Unicode process procedures?<br />
like Function PosEx(SubStr, String, Start, CaseSensitive, Direction) : Integer;<br />
and fast StringReplace<br />
   If it does not include this, I think it still not think for delvelopers becuase it is so basic</p>
<p>2. How to promote Delphi in students group? I find it is not easy to find a graduate who like delphi and good at delphi when hiring programmers in China.</p>
<p>3. Why delphi 2009 provide so few NEW components? New components are more useful than editor improvement.</p>
<p>Bear</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Bengtsson</title>
		<link>http://www.delphi.org/2008/08/interview-with-nick-hodges/comment-page-1/#comment-40</link>
		<dc:creator>Roland Bengtsson</dc:creator>
		<pubDate>Wed, 20 Aug 2008 10:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/?p=54#comment-40</guid>
		<description>1. On big projects there can be sudden freezes with cpuload at 100%. Any progress for this in the new release ?
2. Any progress about http://qc.codegear.com/wc/qcmain.aspx?d=44678 ?
3. Persistant mapping! What are the current plans ? I use the old Bold for Delphi that haven&#039;t been updated for years. Will it be released as opensource ?
   Eco is built on Dot.Net that is not included in the new version so I guess there is no changes here.</description>
		<content:encoded><![CDATA[<p>1. On big projects there can be sudden freezes with cpuload at 100%. Any progress for this in the new release ?<br />
2. Any progress about <a href="http://qc.codegear.com/wc/qcmain.aspx?d=44678" rel="nofollow">http://qc.codegear.com/wc/qcmain.aspx?d=44678</a> ?<br />
3. Persistant mapping! What are the current plans ? I use the old Bold for Delphi that haven&#8217;t been updated for years. Will it be released as opensource ?<br />
   Eco is built on Dot.Net that is not included in the new version so I guess there is no changes here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.delphi.org/2008/08/interview-with-nick-hodges/comment-page-1/#comment-30</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 19 Aug 2008 15:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/?p=54#comment-30</guid>
		<description>Will Delphi 2009 be binary compatible with delphi 2006
Will I be able to use BOLD the predecessor of Enterprise core objects in Delphi 2009 ?</description>
		<content:encoded><![CDATA[<p>Will Delphi 2009 be binary compatible with delphi 2006<br />
Will I be able to use BOLD the predecessor of Enterprise core objects in Delphi 2009 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.delphi.org/2008/08/interview-with-nick-hodges/comment-page-1/#comment-29</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Tue, 19 Aug 2008 14:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/?p=54#comment-29</guid>
		<description>Will Delphi support Silverlight?</description>
		<content:encoded><![CDATA[<p>Will Delphi support Silverlight?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Knopfli</title>
		<link>http://www.delphi.org/2008/08/interview-with-nick-hodges/comment-page-1/#comment-28</link>
		<dc:creator>Ken Knopfli</dc:creator>
		<pubDate>Tue, 19 Aug 2008 13:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/?p=54#comment-28</guid>
		<description>Oh! One more from me:

3. Will the Language Reference, User Manual and Help be up to the quality it was in D5?
(I still use D7&#039;s help and D5&#039;s printed manuals for D2007. Yes, I have the absolute latest download.)</description>
		<content:encoded><![CDATA[<p>Oh! One more from me:</p>
<p>3. Will the Language Reference, User Manual and Help be up to the quality it was in D5?<br />
(I still use D7&#8217;s help and D5&#8217;s printed manuals for D2007. Yes, I have the absolute latest download.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrián Avila</title>
		<link>http://www.delphi.org/2008/08/interview-with-nick-hodges/comment-page-1/#comment-27</link>
		<dc:creator>Adrián Avila</dc:creator>
		<pubDate>Tue, 19 Aug 2008 13:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/?p=54#comment-27</guid>
		<description>1.- What about FireBird support in Delphi?
2.- Will the DBGrid get an overhaul?</description>
		<content:encoded><![CDATA[<p>1.- What about FireBird support in Delphi?<br />
2.- Will the DBGrid get an overhaul?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
