<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/wordpress-mu-1.2.3-2.2.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Nick Hodges</title>
	<link>http://blogs.codegear.com/nickhodges</link>
	<description>The Blog of the Delphi Product Manager</description>
	<pubDate>Thu, 17 Jul 2008 18:26:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.3-2.2.1</generator>
	<language>en-US</language>
			<item>
		<title>Don&#8217;t Get Caught with Boxes</title>
		<link>http://blogs.codegear.com/nickhodges/2008/07/17/39073</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/07/17/39073#comments</comments>
		<pubDate>Thu, 17 Jul 2008 17:58:01 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/07/17/39073</guid>
		<description><![CDATA[If you are a "non-Unicode Kind of Person" like I was just a few short months ago, one of the things that you&#8217;ll likely want to do if you want to get into the full features of Tiburon is get your system ready to handle the variety of non-Arabic alphabet fonts that are out there.  [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a "non-Unicode Kind of Person" like I was just a few short months ago, one of the things that you&#8217;ll likely want to do if you want to get into the full features of Tiburon is get your system ready to handle the variety of non-Arabic alphabet fonts that are out there.  Many ANSI-type folks probably haven&#8217;t installed the Supplemental Language Support for Windows. If you want to be able to view and use Japanese, Chinese, Arabic, and other alphabets in your Code Editor, you&#8217;ll need to install that support.  if you don&#8217;t, you might end up with code that looks like this:</p>
<p><a href="http://blogs.codegear.com/files/2008/07/boxes_690.png"><img src="http://blogs.codegear.com/files/2008/07/boxes-thumb_692.png" style="border: 0px none " alt="Boxes" border="0" height="269" width="636" /></a></p>
<p>Those boxes are supposed to be Japanese, Chinese, and Russian characters, but since the full language support isn&#8217;t installed on the machine where this screen shot was taken, it displays the boxes instead of the actual characters.</p>
<p>It&#8217;s pretty easy to add the functionality (though you&#8217;ll likely need your OS disc.  I know that you carefully saved that DVD when you bought your computer, so this won&#8217;t be an issue, right?  <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ).</p>
<p><a href="http://blogs.codegear.com/files/2008/07/regionalsettings_678.png"><img src="http://blogs.codegear.com/files/2008/07/regionalsettings-thumb_680.png" style="border-width: 0px; margin: 0px 15px 0px 0px" alt="RegionalSettings" border="0" /></a></p>
<p>The steps to add the Supplemental Language support are as follows:</p>
<ol>
<li>Open the Control Panel</li>
<li>Double click on Regional and Language Option</li>
<li>Go to the "Languages" Tab</li>
<li>In the "Supplemental Language Support", select either or both checkboxes. Check the first one for Arabic, Armenian, Georgian, Hebrew, Indic, Thai, and Vietnamese, and the second ones for Chinese, Japanese, and Korean.</li>
<li>Click Ok and Windows will install the files.  (Windows will likely ask for your Windows DVD.)</li>
</ol>
<p>Once you do that, the Tiburon IDE will be more than happy to display all different kinds of languages and alphabets.  Note, however, that you&#8217;ll need to use a font in the IDE that actually supports the fully Unicode codepage for the language in question.  In the picture below, I&#8217;m using <font face="Courier New"><strong>Courier New</strong></font>:</p>
<p><a href="http://blogs.codegear.com/files/2008/07/unicodeinthecodeeditor_682.png"><img src="http://blogs.codegear.com/files/2008/07/unicodeinthecodeeditor-thumb_684.png" style="border-width: 0px" alt="UnicodeInTheCodeEditor" border="0" /></a></p>
<p>(By the way, the above text says "Welcome to the world of Unicode using Delphi 2009!!" in Japanese, Chinese, and Russian.  Or at least I <em>think</em> so &#8212; maybe some of my co-workers played a joke on me.  <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</p>
<p>And here&#8217;s the actual code being run in the application:</p>
<p><a href="http://blogs.codegear.com/files/2008/07/unicodeapp_686.png"><img src="http://blogs.codegear.com/files/2008/07/unicodeapp-thumb_688.png" style="border: 0px none " alt="UnicodeApp" border="0" /></a></p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39073&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39073" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Don%27t%20Get%20Caught%20with%20Boxes&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F07%2F17%2F39073" id="akst_email_39073" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/07/17/39073/feed</wfw:commentRss>
		</item>
		<item>
		<title>Here Comes Tiburon</title>
		<link>http://blogs.codegear.com/nickhodges/2008/07/15/39066</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/07/15/39066#comments</comments>
		<pubDate>Tue, 15 Jul 2008 17:07:14 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/07/15/39066</guid>
		<description><![CDATA[I haven&#8217;t blogged in a while&#160; &#8212; yikes!&#160; I see now that it&#8217;s been over a month.&#160; It is definitely time for a post!
One of the reasons that I&#8217;ve been away is that things are starting to pick up with our next release, code-named Tiburon.&#160; 
Probably the biggest feature &#8212; and the one that you&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t blogged in a while&#160; &#8212; yikes!&#160; I see now that it&#8217;s been over a month.&#160; It is definitely time for a post!</p>
<p>One of the reasons that I&#8217;ve been away is that things are starting to pick up with our next release, code-named Tiburon.&#160; </p>
<p>Probably the biggest feature &#8212; and the one that you&#8217;ve likely heard the most about &#8212; is Unicode.&#160; Tiburon will be a completely Unicodified (yes, I&#8217;ll take credit for making up that word <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ) product.&#160; That means every single part of it will be based on and use UnicodeString as the default string.&#160; That means everywhere: compiler, RTL, VCL, IDE, COM, dbExpress, everything.&#160; </p>
<p>But Unicode isn&#8217;t the only feature in the box &#8212; far from it.&#160; In the coming weeks, you&#8217;ll be seeing lots information about all the cool stuff coming in Tiburon.&#160; Stuff like new VCL components, a really cool new DataSnap framework (that still works with your existing DataSnap applications), a new COM and ActiveX architecture, new language features like Generics and Anonymous Methods, IDE enhancements, and&#160; much more.&#160; You can get the first<a href="http://blogs.codegear.com/davidi/2008/07/15/38895"> taste on David I&#8217;s blog</a>.&#160; There will be videos and articles online, as well as events around the world demonstrating the product.</p>
<p>So keep your eyes open, and take a look at what we&#8217;ve been up to for the past year or so.&#160; If you have questions, please feel free to comment here.&#160; I&#8217;ll answer emails if you like, but a conversation here on the blog would be visible to everyone.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39066&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39066" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Here%20Comes%20Tiburon&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F07%2F15%2F39066" id="akst_email_39066" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/07/15/39066/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #71</title>
		<link>http://blogs.codegear.com/nickhodges/2008/06/11/39065</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/06/11/39065#comments</comments>
		<pubDate>Wed, 11 Jun 2008 16:57:09 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/06/11/39065</guid>
		<description><![CDATA[
Want to join our C++  Compiler team?
If we had an "Unsung Hero of the Delphi Community" award to give out, it probably would have to go to John Moshakis.  John&#8217;s latest?  For example, he created a data provider for Blackfish so he can use it with BlogEngine.Net.  Pretty cool.
From the "Old [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://blogs.codegear.com/michaeldevery/2008/06/04/33779">Want to join our C++  Compiler team</a>?</li>
<li>If we had an "Unsung Hero of the Delphi Community" award to give out, it probably would have to go to John Moshakis.  John&#8217;s latest?  For example, he <a href="http://blog.moshine.com/post/2008/05/EcoBlogEngineProvider---Data-Provider-for-BlogEngineNet.aspx">created a data provider for Blackfish</a> so he can use it with <a href="http://www.codeplex.com/blogengine">BlogEngine.Net</a>.  Pretty cool.</li>
<li>From the "Old School Blogger" Department:  Jerry Pournelle of Chaos Manor fame <a href="http://www.chaosmanorreviews.com//oa/2008/20080603_mail.php">wrote some interesting comments about Pascal</a>.  Here&#8217;s the old school part &#8212; you have to scroll down or search for the keyword "pascal" on the page &#8212; no direct link to the discussion. (Hat tip to <a href="http://www.thepythia.com/?p=77">The Pythia</a>)</li>
<li>I&#8217;ve yet to buy anything from them &#8212; I keep meaning to just for the fun of it &#8212; but I usually keep an eye on <a href="http://www.woot.com">Woot</a>. But this site &#8212; <a href="http://www.somethingstore.com/">The Something Store</a> &#8212; takes it even a step further.  You basically pay $10 for <em>something</em> &#8212; you don&#8217;t know what, but you&#8217;ll get something for $10.  Usually it isn&#8217;t much, but occasionally they send out stuff worth way more than ten bucks.  Looks fun.  I wonder whom I&#8217;ll buy from first &#8212; woot.com or thesomethingstore.com  <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39065&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39065" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2371&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F06%2F11%2F39065" id="akst_email_39065" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/06/11/39065/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cool Stuff with Delphi #21</title>
		<link>http://blogs.codegear.com/nickhodges/2008/05/30/39064</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/05/30/39064#comments</comments>
		<pubDate>Sat, 31 May 2008 01:20:09 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Cool Things with Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/05/30/39064</guid>
		<description><![CDATA[Piscatus &#8211;
Create detailed maps of any seabed area using your GPS and Sounder. Discover new fishing grounds, prevent loss of fishing gear, catch fish in less time saving on fuel costs, map the entrance of your habour or discover new mining areas. Plus many more features&#8230; 

]]></description>
			<content:encoded><![CDATA[<h2><a href="http://www.piscatus.co.nz/">Piscatus</a> &#8211;</h2>
<p><b>Create detailed maps of any seabed area using your GPS and Sounder. Discover new fishing grounds, prevent loss of fishing gear, catch fish in less time saving on fuel costs, map the entrance of your habour or discover new mining areas. Plus many more <a href="http://www.seabedmapping.com/features.htm"><u>features&#8230;</u></a> </b></p>
<p><strong><img src="http://www.seabedmapping.com/images/inshore.jpg" /></strong></p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39064&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39064" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Cool%20Stuff%20with%20Delphi%20%2321&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F05%2F30%2F39064" id="akst_email_39064" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/05/30/39064/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #70</title>
		<link>http://blogs.codegear.com/nickhodges/2008/05/30/39063</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/05/30/39063#comments</comments>
		<pubDate>Sat, 31 May 2008 01:16:28 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/05/30/39063</guid>
		<description><![CDATA[
My good friend Tim Jarvis makes an excellent point:  "Well you know you have made it in the word when Verity Stob mentions you by name in her column."
Michael Swindell and I (mostly Michael) did a podcast with Dr. Dobbs about Delphi for PHP 2.0
You can now tag articles on CDN, and help build [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>My good friend Tim Jarvis makes an excellent point:  "Well you know you have made it in the word when <a href="http://www.regdeveloper.co.uk/2008/05/26/embarcadero_buys_codegear/">Verity Stob mentions you by name in her column</a>."</li>
<li>Michael Swindell and I (mostly Michael) did a <a href="http://www.dobbscodetalk.com/index.php?option=com_myblog&amp;show=Dr.-Dobbs-and-CodeGear-Chat-It-Up.html&amp;Itemid=29">podcast with Dr. Dobbs about Delphi for PHP 2.0</a></li>
<li>You <a href="http://dn.codegear.com/article/38221">can now tag articles</a> on CDN, and help build up the tag cloud.</li>
<li>If you are interested in <a href="http://www.codegear.com/products/delphi/php">Delphi for PHP 2.0</a>, make sure <a href="http://blogs.codegear.com/joseleon/feed/">you are subscribing</a> to the <a href="http://blogs.codegear.com/joseleon/">Delphi for PHP blog</a>.  Jose Leon has been putting up a very nice collection of posts showing the new features of this very cool product.  There is quite a bit of new stuff there for both the PHP coder and the guy that just wants to create powerful websites really fast.</li>
<li>The RAD Studio version of <a href="http://www.codegear.com/products/blackfish">Blackfish</a> no longer <a href="http://cc.codegear.com/reg/blackfish">has a one CPU restriction</a>.</li>
</ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39063&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39063" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2370&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F05%2F30%2F39063" id="akst_email_39063" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/05/30/39063/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #69</title>
		<link>http://blogs.codegear.com/nickhodges/2008/05/21/39062</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/05/21/39062#comments</comments>
		<pubDate>Thu, 22 May 2008 00:52:07 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/05/21/39062</guid>
		<description><![CDATA[
Gotta like this stuff &#8212; Embarcadero Change Manager wins the Editor&#8217;s Choice award from SQL Server Magazine.  The Embarcadero lineup of products is pretty sweet if you are a database developer.
I&#8217;m surprised that cell phone repeaters like this aren&#8217;t more popular.  It seems to me that something like this would be very useful [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Gotta like this stuff &#8212; <a href="http://www.embarcadero.com/products/changemanager/index.html">Embarcadero Change Manager</a> wins <a href="http://gordon-lucas.blogspot.com/2008/05/editors-choice.html">the Editor&#8217;s Choice award</a> from <a href="http://www.sqlmag.com/">SQL Server Magazine</a>.  The Embarcadero lineup of products is pretty sweet if you are a database developer.</li>
<li>I&#8217;m surprised that <a href="http://www.repeaterstore.com/products/repeaterkits/wi-ex/zboost-zp-wireless.html">cell phone repeaters like this</a> aren&#8217;t more popular.  It seems to me that something like this would be very useful &#8212; but not necessaril for cell phone customers themselves.  If I were an apartment building or an office building, I&#8217;d be putting these around my building to make cell phone reception better.  I can imagine that looking down and seeing a solid four or five bars on your cell phone would help induce a rental decision.  I&#8217;m also surprised that I can&#8217;t buy these things at cell phone stores.  I&#8217;m a <a href="http://www.repeaterstore.com/products/repeaterkits/wi-ex/zboost-zp-wireless.html">Sprint</a> customer, and of course, if you go into the Sprint store, always get a sold signal, even though across the street you don&#8217;t.  I asked about this, and they said that they had a repeater in the ceiling.  My question to them was why they don&#8217;t sell them.  Heck, why don&#8217;t they<strong><em> give</em></strong> them away to owners of buildings, malls, etc.?</li>
<li><a href="http://www.rbmweb.com.br/en/">Nice multi-lingual website</a> built with Delphi for PHP.  If you haven&#8217;t given a look at all the new things you can do with Delphi for PHP 2.0, <a href="http://www.codegear.com/products/delphi/php">then you should</a>.</li>
<li>Joe White has a nice article on why you have to be careful when trying to compare interfaces and interface references: <a href="http://blog.excastle.com/2008/05/10/interfaces-and-reference-equality-beware/">"Interfaces and reference equality: beware"</a>.  It gives some interesting insight into exactly what an interface is referring to.</li>
</ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39062&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39062" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2369&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F05%2F21%2F39062" id="akst_email_39062" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/05/21/39062/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cool Stuff with Delphi #20</title>
		<link>http://blogs.codegear.com/nickhodges/2008/05/21/39061</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/05/21/39061#comments</comments>
		<pubDate>Wed, 21 May 2008 19:32:43 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Cool Things with Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/05/21/39061</guid>
		<description><![CDATA[FreeCommander
"FreeCommander is an easy-to-use alternative to the standard windows file manager. The program helps you with daily work in Windows. Here you can find all the necessary functions to manage your data stock. You can take FreeCommander anywhere - just copy the installation directory on a CD, USB-Stick or even a floppy disk - and [...]]]></description>
			<content:encoded><![CDATA[<h2><a href="http://www.freecommander.com/">FreeCommander</a></h2>
<p>"<a href="http://www.freecommander.com/">FreeCommander</a> is an easy-to-use alternative to the standard windows file manager. The program helps you with daily work in Windows. Here you can find all the necessary functions to manage your data stock. You can take FreeCommander anywhere - just copy the installation directory on a CD, USB-Stick or even a floppy disk - and you can even work with this program on a foreign computer."</p>
<p><img src="http://www.freecommander.com/Images/fc1_en.png" /></p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39061&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39061" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Cool%20Stuff%20with%20Delphi%20%2320&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F05%2F21%2F39061" id="akst_email_39061" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/05/21/39061/feed</wfw:commentRss>
		</item>
		<item>
		<title>The New Delphi Product Page</title>
		<link>http://blogs.codegear.com/nickhodges/2008/05/14/39060</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/05/14/39060#comments</comments>
		<pubDate>Thu, 15 May 2008 00:22:53 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/05/14/39060</guid>
		<description><![CDATA[You guys have no doubt noticed our new web site.&#160; I want to make sure that you&#8217;ve noticed some of the new features of the Delphi product page.
First, we&#8217;ve added a Delphi Resource Page.&#160; On this page, we&#8217;ve put in some of the popular blogs, web sites, toolkits, and other resources that are useful for [...]]]></description>
			<content:encoded><![CDATA[<p>You guys have no doubt noticed our <a href="http://www.codegear.com/">new web site</a>.&#160; I want to make sure that you&#8217;ve noticed some of the new features of the <a href="http://www.codegear.com/products/delphi/win32">Delphi product page</a>.</p>
<p>First, we&#8217;ve added a <a href="http://www.codegear.com/products/delphi/win32/win32-web-resource/">Delphi Resource Page</a>.&#160; On this page, we&#8217;ve put in some of the popular blogs, web sites, toolkits, and other resources that are useful for Delphi developers.&#160; We&#8217;ve concentrated on resources for beginners, things that will help your productivity, and things to help you get nice user interfaces up and running very quickly. If there is a site you think should be in on the Resource page, <a href="mailto:nick.hodges@codegear.com">let me know</a>.&#160; </p>
<p>Secondly, we&#8217;ve added a &quot;<a href="http://www.codegear.com/products/delphi/win32/features/">Feature Drill Down</a>&quot;.&#160; Here, we have an outline of the major feature areas, with sub items for the specific features, that then take you to a short description and/or screen shot of the feature.&#160; Right now, the feature drill downs aren&#8217;t completely comprehensive.&#160; We&#8217;re working to flesh them out more.&#160; If there are areas or specific features that you&#8217;d like to see, <a href="mailto:nick.hodges@codegear.com">let me know</a>.</p>
<p>I think both of these are nice additions to the web site, particularly for those folks not so familiar with Delphi&#8217;s features and capabilities, and for those folks wanting to get started in the community.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39060&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39060" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=The%20New%20Delphi%20Product%20Page&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F05%2F14%2F39060" id="akst_email_39060" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/05/14/39060/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #69</title>
		<link>http://blogs.codegear.com/nickhodges/2008/05/08/39059</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/05/08/39059#comments</comments>
		<pubDate>Fri, 09 May 2008 04:53:08 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/05/08/39059</guid>
		<description><![CDATA[
Best question asked at the All Hand meeting yesterday:  "When&#8217;s the party?"
Sounds like things were pretty crazy at JavaOne yesterday.
Interesting graph:  http://www.news.com/8301-13580_3-9936329-39.html
One thing that is clear to me &#8212; Embarcadero is most decidedly not an "ALM Company".  That phrase carries a some baggage for many of you, but it seems pretty clear [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Best question asked at the All Hand meeting yesterday:  "When&#8217;s the party?"</li>
<li>Sounds like things were <a href="http://metafrequency.blogspot.com/2008/05/javaone.html">pretty crazy at JavaOne yesterday</a>.</li>
<li>Interesting graph:  <a href="http://www.news.com/8301-13580_3-9936329-39.html" title="http://www.news.com/8301-13580_3-9936329-39.html">http://www.news.com/8301-13580_3-9936329-39.html</a></li>
<li>One thing that is clear to me &#8212; Embarcadero is most decidedly <strong><em>not</em></strong> an "ALM Company".  That phrase carries a some baggage for many of you, but it seems pretty clear to me that the new company will be focused on developers as we have been all along.</li>
<li>Other thoughts from the Blogsphere on the deal:</li>
</ul>
<ul>
<li>
<ul>
<li>Kim Madsen &#8212; <a href="http://myc4d.com:8080/post/Solong-Borland-it-has-been-a-true-rollercoaster-ride-with-lots-of-fun-on-the-way.aspx">So long Borland.. it has been a true rollercoaster ride with lots of fun on the way!</a></li>
</ul>
<ul>
<li>Marco &#8212; <a href="http://blog.marcocantu.com/blog/delphi_jumps_ship.html">Delphi Jumps Ship: Welcome Embarcadero</a></li>
</ul>
<ul>
<li><a href="http://www.knowing.net/PermaLink,guid,acdd99c8-ca39-4a0d-8ee9-7b33c67a4954.aspx">Embarcadero Acquires CodeGear (nee Borland Languages)</a></li>
</ul>
<ul>
<li>Allen has a <a href="http://blogs.codegear.com/abauer/2008/05/07/38860">nice take</a> on a slightly crazy day yesterday</li>
</ul>
<ul>
<li><a href="http://blogs.codegear.com/davidi/2008/05/07/38884">David I, of course</a></li>
</ul>
<ul>
<li><a href="http://blogs.codegear.com/ao/2008/05/07/38924">Anders Ohlsson&#8217;s take</a></li>
</ul>
<ul>
<li><a href="http://blogs.codegear.com/johnk/2008/05/07/38841">John Kaster, too.</a></li>
</ul>
<ul>
<li>Chris Bensen <a href="http://chrisbensen.blogspot.com/2008/05/embarcadero-technology-agrees-to.html">times</a> <a href="http://chrisbensen.blogspot.com/2008/05/goodbye-borland-hello-embarcadero-day-2.html">two</a>.</li>
</ul>
<ul>
<li><a href="?fdactionkey=Bc73Jd2Nf2&amp;action=gotopostlink&amp;feedid=A659A688-5902-4B8D-B4BA-6C7191829DC0&amp;postid=646185F3-D576-4618-BD9D-B18FC92F51B2&amp;markpostread=1">NewChance:=TEmbarcadero.create(CodeGear);</a></li>
</ul>
<ul>
<li><a href="http://discuss.joelonsoftware.com/default.asp?biz.5.627739.17">Discussion on joelonsoftware.com</a></li>
</ul>
<ul>
<li>Roland BeenHakker &#8212; <a href="http://beensoft.blogspot.com/2008/05/embarrawhat-embarcedar-embarcadero.html">EmbarraWhat?, Embarcedar, Embarcadero&#8230;</a></li>
</ul>
</li>
</ul>
<li>And some news articles:</li>
<li>SDTimes &#8212; <a href="http://www.sdtimes.com/content/article.aspx?ArticleID=32156">Embarcadero picks up CodeGear assets</a></li>
<li>The Register &#8212; <a href="http://www.regdeveloper.co.uk/2008/05/07/codegear_embarcadero/">Embarcadero snaps up Borland&#8217;s CodeGear for $23m</a></li>
<li>Information Week &#8212; <a href="http://www.informationweek.com/news/software/development/showArticle.jhtml?articleID=207600865">Embarcadero Buys CodeGear</a></li>
<li>DevEx &#8212; <strong><a href="http://www.devxnews.com/article.php/3745421">Borland Finally Sells CodeGear</a></strong></li>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39059&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39059" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2369&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F05%2F08%2F39059" id="akst_email_39059" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/05/08/39059/feed</wfw:commentRss>
		</item>
		<item>
		<title>Totally Juiced Up!</title>
		<link>http://blogs.codegear.com/nickhodges/2008/05/07/39058</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/05/07/39058#comments</comments>
		<pubDate>Wed, 07 May 2008 23:52:05 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[CodeGear News]]></category>

		<category><![CDATA[CodeGear]]></category>

		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/05/07/39058</guid>
		<description><![CDATA[Well, if you haven&#8217;t heard the news yet, you probably want to read this:
Embarcadero Technologies&#174; to Acquire CodeGear&#8482; from Borland Software
There is also an FAQ, Customer letter from Wayne Williams, the CEO of Embarcadero Technologies, as well as a Community Letter from David I.
For a view from the Embarcadero side of things, you can read [...]]]></description>
			<content:encoded><![CDATA[<p>Well, if you haven&#8217;t heard the news yet, you probably want to read this:</p>
<p><a href="http://www.codegear.com/article/38124/images/38124/EMBT-CG_Press_Release_050708.pdf">Embarcadero Technologies&#174; to Acquire CodeGear&#8482; from Borland Software</a></p>
<p>There is also an <a href="http://www.codegear.com/article/38124/images/38124/CG_Customer_FAQ_FINAL_5.7.08.pdf">FAQ</a>, <a href="http://www.codegear.com/article/38124/images/38124/WWCustomerLetterFinal.pdf">Customer letter from Wayne Williams</a>, the CEO of Embarcadero Technologies, as well as a <a href="http://dn.codegear.com/article/38132">Community Letter</a> from <a href="http://blogs.codegear.com/davidi">David I</a>.</p>
<p>For a view from the Embarcadero side of things, you can read <a href="http://metafrequency.blogspot.com/2008/05/embarcadero-and-codegear.html">this blog post</a> from <a href="http://metafrequency.blogspot.com/">Greg Keller</a>, the Products Manager at Embarcadero.</p>
<p>Go ahead and read all that stuff.&#160; I&#8217;ll wait.</p>
<p>&lt;finger strumming&gt;</p>
<p>Done?&#160; Great.&#160; And now, I have to tell you, I am thrilled with this.&#160; Totally thrilled. Seriously.&#160; It is hard for me to conceive of a non-fantasy based outcome for us, the products, and our customers that could have been better.&#160; Merging into Embarcadero Technologies is going to be awesome.&#160; I&#8217;m already thinking up new products, combinations and SKUing that is really, really exciting.&#160; If you haven&#8217;t taken a look at the <a href="http://www.embarcadero.com/products/products.html">Embarcadero product line up</a>, please do. There is some seriously cool stuff there.&#160; All of the products are database-neutral, just like us.&#160; All of them are developer tools.&#160; </p>
<p>The cool part is that the Embarcadero product line is completely complementary to Delphi.&#160; Delphi&#8217;s bread an butter has always been client/server development with rich, powerful Windows interfaces.&#160; Database access has always been a key and valuable part of the product, but we never really ventured over the world of database design and management.&#160; Where Delphi lets off, tools like Rapid SQL and ER Studio start.&#160;&#160;&#160;&#160; </p>
<p>And a word for you guys who don&#8217;t care about databases and don&#8217;t know a SELECT statement from a hole in the wall.&#160; Delphi still is and will continue to be the tool of choice for you.&#160; How could it not be?&#160; We&#8217;ve got some really cool stuff on our roadmap for this year including VCL enhancements, language enhancements like Generics and Anonymous Methods, as well as Unicode development that will continue to make Delphi the best development tool in the world.&#160; If database isn&#8217;t your thing, we still have you covered like we always have.&#160; Not to worry.&#160; It&#8217;s me, remember?&#160; <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Okay, enough for now.&#160; No doubt this will be a topic for a while, eh?</p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39058&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39058" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Totally%20Juiced%20Up%21&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F05%2F07%2F39058" id="akst_email_39058" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/05/07/39058/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #68</title>
		<link>http://blogs.codegear.com/nickhodges/2008/05/06/39057</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/05/06/39057#comments</comments>
		<pubDate>Wed, 07 May 2008 07:32:59 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/05/06/39057</guid>
		<description><![CDATA[
I despise wires.&#160; I hate them.&#160; They get tangled.&#160; They get caught.&#160; You have to snake them around to where you want them to go.&#160; Right now, my biggest wish is a relatively inexpensive, effective pair of wireless headphones.&#160; So when I see this &#8212; Is Wireless Power Closer Than We Think? &#8212; I get [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>I <strong><em>despise</em></strong> wires.&#160; I hate them.&#160; They get tangled.&#160; They get caught.&#160; You have to snake them around to where you want them to go.&#160; Right now, my biggest wish is a relatively inexpensive, effective pair of wireless headphones.&#160; So when I see this &#8212; <a href="http://cleantechnica.com/2008/05/02/is-wireless-power-transmission-closer-than-we-think/">Is Wireless Power Closer Than We Think?</a> &#8212; I get pretty fired up.&#160; One can dream, can&#8217;t one? </li>
<li>Anders Melander, probably best known as the author of TGIFImage, <a href="http://melander.dk/">has a blog</a>. (Thanks to <a href="http://blogs.teamb.com/craigstuntz/2008/05/02/37815">Craig Stuntz</a>&#8230;.)</li>
<li>My recent post on the publishing business has elicited quite a bit of response from <a href="http://www.bobswart.nl/Weblog/Blog.aspx?RootId=5:2214">Dr. Bob</a>, <a href="http://www.micro-isv.asia/2008/05/book-publishing-in-a-digital-world/">Jan Goyvaerts</a>, and <a href="http://blog.marcocantu.com/blog/books_publishing_part1.html">Marco Cantu</a>.&#160; Cool!&#160; I think its really interesting, and I&#8217;m glad to have some comments from folks who have written books the old way and the new way.</li>
<li>While we are at it &#8212; <a href="http://www.ebob42.com/lulu/">here is a list of all of Dr. Bob&#8217;s stuff on Lulu.com</a></li>
</ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39057&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39057" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2368&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F05%2F06%2F39057" id="akst_email_39057" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/05/06/39057/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #67</title>
		<link>http://blogs.codegear.com/nickhodges/2008/05/04/39056</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/05/04/39056#comments</comments>
		<pubDate>Sun, 04 May 2008 19:33:40 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/05/04/39056</guid>
		<description><![CDATA[
I had the web guys add (Thanks, Tim) the Delphi Wiki to the Delphi Resources Page. 
Interesting list of top ten tools every Delphi developer should have. (Got this from the DZone entry &#8212; feel free to click it up). 
Everyone likes a good rant &#8212; and this one is above average, I think. 
Far [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>I had the web guys add (Thanks, Tim) the <a href="http://delphi.wikia.com">Delphi Wiki</a> to the <a href="http://www.codegear.com/products/delphi/win32/win32-web-resource/">Delphi Resources Page</a>. </li>
<li>Interesting list of <a href="http://sevensteps.blogspot.com/2008/04/top-10-tools-every-delphi-programmer.html">top ten tools every Delphi developer should have</a>. (Got this from the <a href="http://www.dzone.com/links/the_top_10_tools_every_delphi_programmer_needs.html">DZone entry</a> &#8212; feel free to click it up). </li>
<li><a href="http://www.joelonsoftware.com/items/2008/05/01.html">Everyone likes a good rant</a> &#8212; and this one is above average, I think. </li>
<li>Far and away the best part of this job is working with so many super-smart people who really know how to write code.&#160;&#160; </li>
</ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39056&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39056" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2367&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F05%2F04%2F39056" id="akst_email_39056" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/05/04/39056/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Programming Book Business</title>
		<link>http://blogs.codegear.com/nickhodges/2008/05/02/39055</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/05/02/39055#comments</comments>
		<pubDate>Sat, 03 May 2008 00:53:59 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Delphi]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/05/02/39055</guid>
		<description><![CDATA[I&#8217;ve blogged about this before &#8212; the programming book industry continues to fascinate me. Jeff Atwood comments this week on it, talking about how &#34;The Internet has rendered programming books obsolete.&#34;&#160; Lately, there has been a resurgence of Delphi books, lead by Marco Cantu and others, but these guys are not using traditional book publishing [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve blogged about this before &#8212; the programming book industry continues to fascinate me. <a href="http://www.codinghorror.com/blog/archives/001108.html">Jeff Atwood comments this week on it</a>, talking about how &quot;<em>The Internet has rendered programming books obsolete.</em>&quot;&#160; Lately, there has been a resurgence of Delphi books, lead by <a href="http://www.marcocantu.com">Marco Cantu</a> and others, but these guys are not using traditional book publishing channels, but rather are taking advantage of the&#160; budding &quot;on demand publishing&quot; industry, most notably on <a href="http://www.lulu.com">lulu.com</a>.&#160;&#160; I know that I first do a Google search if I have a programming issue, and if I want to learn to do something new, I tend look first to the Internet rather than for a book.&#160; But that doesn&#8217;t mean that books aren&#8217;t valuable &#8212; they are.</p>
<p>I still buy programming books, but I find that I don&#8217;t buy the books that &quot;teach you to program &lt;insert language name&gt; in &lt;insert ever shrinking period of time&gt;.&quot; Instead, like Jeff Atwood, I tend to buy books about the practice of software development &#8212; my latest is Facts and Fallacies of Software Engineering by Robert L. Glass.&#160; This is a cool book. Easy to read, and full of terrific nuggets of wisdom.&#160; Probably my all time favorite is The Pragmatic Programmer by Andrew Hunt and David Thomas.&#160; Atwood makes a great, great point when he says, <em>&quot;If you feel compelled to clean house on your bookshelf every five years, trust me on this, <b>you&#8217;re buying the wrong programming books</b>.&quot; </em>&#160; I think he&#8217;s dead on about that.&#160; (I&#8217;m happy to note that the two books I mentioned above are in his list of top five programming books. <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> I need to get <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FPeopleware-Productive-Projects-Tom-DeMarco%2Fdp%2F0932633439%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1209767158%26sr%3D8-1&amp;tag=nickhodgeshomepa&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">Peopleware</a><img style="margin: 0px; border-top-style: none! important; border-right-style: none! important; border-left-style: none! important; border-bottom-style: none! important" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=nickhodgeshomepa&amp;l=ur2&amp;o=1" width="1" border="0" /> and <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FDont-Make-Me-Think-Usability%2Fdp%2F0321344758%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1209767236%26sr%3D1-1&amp;tag=nickhodgeshomepa&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">Don&#8217;t Make Me Think</a><img style="margin: 0px; border-top-style: none! important; border-right-style: none! important; border-left-style: none! important; border-bottom-style: none! important" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=nickhodgeshomepa&amp;l=ur2&amp;o=1" width="1" border="0" />.)&#160; </p>
<p>I have been involved with the publishing of a few books done in the &quot;old-school&quot; way, and I dare say it is really, really inefficient.&#160; Really inefficient.&#160; Really, really inefficient.&#160; There were editors and more editors and them some other editors.&#160; And they don&#8217;t know one thing about programming.&#160; (I remember a book in the early days of Delphi where an editor decided that the word &quot;Pascal&quot; should be replaced with &quot;Delphi&quot; everywhere.&#160; Or maybe it was the other way around.&#160; In any event, it wasn&#8217;t pretty.)&#160; You have to submit your work to them in a special MS Word template, and then they comment (generally very ignorantly), and then you do a huge back and forth with them.&#160; Then of course, once the book <em>fiiiinally</em> gets past that treacherous gauntlet, they print up boxes and boxes and boxes of them, ship them all around the country, put them on shelves, sell a few, and eventually box the remainders up again and send them back to the publisher.&#160; They pay the author a very small royalty relative to the book price. This whole thing simply does not make sense to me.</p>
<p>Marco Cantu was here last week &#8212; and he graciously gave me a signed copy of his new &quot;<a href="http://www.lulu.com/content/2398448">Essential Pascal</a>&quot;.&#160; This book was printed on demand by Lulu, and is a nicely made and bound as any book I have.&#160; Marco has been very pleased with the way his Lulu publishing as gone.&#160; <a href="http://www.boyet.com/">Julian Bucknall</a> has said the same thing about his <a href="http://www.lulu.com/content/435417">The Tomes of Delphi: Algorithms and Data Structures</a>.&#160; There is a <a href="http://www.lulu.com/groups/delphis">nice collection of Delphi books on Lulu</a>, including a number of them from <a href="http://www.lulu.com/browse/search.php?search_forum=-1&amp;search_cat=2&amp;show_results=topics&amp;return_chars=200&amp;search_keywords=&amp;keys=&amp;fSearch=bob+swart&amp;fSearchFamily=0&amp;fSubmitSearch.x=0&amp;fSubmitSearch.y=0">Dr. Bob</a> as well. (Ray Konopka, call your agent!)&#160; </p>
<p>On demand publishing is clearly the future.&#160;&#160; It&#8217;s a classic case of cutting out the middle man.&#160; A guy like Marco makes a <em><strong>lot</strong></em> more money per book sale, so he doesn&#8217;t have to sell as many books to make it worth his while.&#160; This enables authors to publish books of smaller and tighter scopes &#8212; that is, books that the traditional publishing industry wouldn&#8217;t touch in a million years.&#160; This is good for authors &#8212; they make money where they wouldn&#8217;t have been able to previously.&#160; </p>
<p>It is also good for customers &#8212; they get books that they want that would never have been published under the previous model.&#160; Prices are lower, too, because with the overhead gone, authors can charge less and still make more.&#160; It&#8217;s simply a vastly superior business model.&#160; And the cool thing is that anyone can publish almost any book at all, and sell it to anyone.&#160; You could, quite literally, take that paper you wrote for a conference a while back, work it up a bit, and be selling online in a week.&#160; I don&#8217;t know why I haven&#8217;t done it.</p>
<p>Why haven&#8217;t you?&#160; <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39055&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39055" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=The%20Programming%20Book%20Business&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F05%2F02%2F39055" id="akst_email_39055" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/05/02/39055/feed</wfw:commentRss>
		</item>
		<item>
		<title>Help Update #3 is out</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/28/39054</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/04/28/39054#comments</comments>
		<pubDate>Mon, 28 Apr 2008 20:15:54 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/04/28/39054</guid>
		<description><![CDATA[If you have your IDE set to check for updates, you should know by now that Help Update #3 is out &#8212; and this should be a good update.&#160; There should be loads of new content in the VCL section, and improvements throughout.
If you don&#8217;t have the IDE set to automatically check for updates, then [...]]]></description>
			<content:encoded><![CDATA[<p>If you have your IDE set to check for updates, you should know by now that Help Update #3 is out &#8212; and this should be a good update.&#160; There should be loads of new content in the VCL section, and improvements throughout.</p>
<p>If you don&#8217;t have the IDE set to automatically check for updates, then do a:</p>
<p><font face="Courier New"><strong>Start|All Programs|CodeGear RAD Studio|Check for Updates</strong></font></p>
<p>and it should tell you about the April 08 Help Update.</p>
<p>Or, if you prefer, you can download the Help Update from the <a href="http://cc.codegear.com/reg/radstudio">Registered User Page</a>.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39054&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39054" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Help%20Update%20%233%20is%20out&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F04%2F28%2F39054" id="akst_email_39054" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/04/28/39054/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #66</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/25/39053</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/04/25/39053#comments</comments>
		<pubDate>Fri, 25 Apr 2008 20:50:22 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/04/25/39053</guid>
		<description><![CDATA[
I think our new web site looks really great &#8212; keep your eyes peeled for more valuable content coming down the pike.&#160; I particularly like the Delphi Resources page.&#160; Also, we&#8217;ll have a pretty thorough &#34;Feature Drill Down&#34; like the one for Delphi for PHP.
For all you German speakers &#8212; Danny Magin gives a heads [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>I think our <a href="http://www codegear.com">new web site</a> looks really great &#8212; keep your eyes peeled for more valuable content coming down the pike.&#160; I particularly like the <a href="http://www.codegear.com/products/radstudio/radstudio-web-resource/">Delphi Resources page</a>.&#160; Also, we&#8217;ll have a pretty thorough &quot;Feature Drill Down&quot; like <a href="http://www.codegear.com/products/delphi/php/features/">the one for Delphi for PHP</a>.</li>
<li>For all you German speakers &#8212; <a href="http://dmagin.wordpress.com/">Danny Magin</a> gives a heads up about <a href="http://www.delphi-tage.de/veranstaltung/agenda.html">German Delphi Days 2008</a> on 14 June 2008.</li>
<li>Are you a member yet of the <a href="http://www.lulu.com/groups/delphis">Delphi Community</a> at <a href="http://www.lulu.com">lulu.com</a>?</li>
<li>Our PR Department is working overtime!&#160; <a href="http://blogs.codegear.com/davidi">David I</a> has a good summary of <a href="http://blogs.codegear.com/davidi/2008/04/24/38876">the great press we&#8217;ve been getting for Delphi for PHP 2.0</a>.</li>
<li>Delphi is <a href="http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html">moving up</a>!&#160; So is Pascal, for that matter.&#160; And PHP is holding strong.</li>
<li>Here&#8217;s a question for you:&#160; Why can&#8217;t you &quot;un-press&quot; elevator buttons?&#160; I got on the elevator this morning (I know, I&#8217;m lazy&#8230;.) and accidentally pressed the &quot;1&quot; button before pressing &quot;3&quot;. Naturally, I had to stop at the first first floor and wait for the door to close. Seems like a simple thing to fix.&#160; And while we are at it, if I turn off my car, why to my lights stay on?</li>
</ul>
<ul></ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39053&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39053" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2366&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F04%2F25%2F39053" id="akst_email_39053" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/04/25/39053/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #65</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/24/39052</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/04/24/39052#comments</comments>
		<pubDate>Thu, 24 Apr 2008 18:40:56 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/04/24/39052</guid>
		<description><![CDATA[

CapableObjects, the guys who build ECO &#8212; an integral part of Delphi &#8212; have a spiffy new website. 
DZone is a pretty cool site that I found today and signed up for.&#160; It&#8217;s sort of like a Digg just for developers. It looks fairly new, as nothing seems to have very many votes, but it [...]]]></description>
			<content:encoded><![CDATA[</p>
<ul>
<li>CapableObjects, the guys who build ECO &#8212; an integral part of Delphi &#8212; have a <a href="http://www.capableobjects.com">spiffy new website</a>. </li>
<li><a href="http://www.dzone.com/links/index.html">DZone</a> is a pretty cool site that I found today and signed up for.&#160; It&#8217;s sort of like a Digg just for developers. It looks fairly new, as nothing seems to have very many votes, but it seems worth a look anyway.&#160; I&#8217;m always interested in good programming articles, and it seems like a nice place to find them.&#160; And while you are there, feel free to <a href="http://www.dzone.com/links/rss/codegears_delphi_php_suite_gets_nip_and_tuck_job.html">pump up this story</a>.&#160; <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>Now <a href="http://www.clicktracks.com/insidetrack/articles/kirk_analytics.php?source=nws072007">here</a> is a Star Trek fan with waaaaayyyy too much time on his hands.&#160; But he does prove a point we all know to be true.&#160; <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>Perspicacity from the newsgroups: <em>&quot;Delphi is the only game in town for productive, powerful desktop Win32 apps.&quot; &#8212; Roger Lascelles</em> </li>
</ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39052&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39052" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2365&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F04%2F24%2F39052" id="akst_email_39052" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/04/24/39052/feed</wfw:commentRss>
		</item>
		<item>
		<title>RAD Studio Roadmap Updated</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comments</comments>
		<pubDate>Wed, 23 Apr 2008 21:44:43 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/04/23/39051</guid>
		<description><![CDATA[The Delphi and C++Builder Roadmap has been updated.&#160; Note that this roadmap focuses on our native features only.&#160; We&#8217;re working on an updated roadmap for our .Net development products.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://dn.codegear.com/article/36620">The Delphi and C++Builder Roadmap</a> has been updated.&#160; Note that this roadmap focuses on our native features only.&#160; We&#8217;re working on an updated roadmap for our .Net development products.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39051&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39051" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=RAD%20Studio%20Roadmap%20Updated&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F04%2F23%2F39051" id="akst_email_39051" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/04/23/39051/feed</wfw:commentRss>
		</item>
		<item>
		<title>April 2008 Hotfix is Available</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/18/39050</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/04/18/39050#comments</comments>
		<pubDate>Fri, 18 Apr 2008 21:59:10 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/04/18/39050</guid>
		<description><![CDATA[A Delphi hotfix we are calling &#34;The April 2008 Hotfix&#34; is now live at http://cc.codegear.com/item/25495.&#160; It is also referenced at the Registered Users Site.
Some things to note:

This hotfix applies to all versions of Delphi 2007, C++Builder 2007, and RAD Studio 2007. 
You must have the December Update installed for this hotfix to work correctly.&#160; Your [...]]]></description>
			<content:encoded><![CDATA[<p>A Delphi hotfix we are calling &quot;The April 2008 Hotfix&quot; is now live at <a href="http://cc.codegear.com/item/25495">http://cc.codegear.com/item/25495</a>.&#160; It is also referenced at the <a href="http://cc.codegear.com/reg/radstudio">Registered Users Site</a>.</p>
<p>Some things to note:</p>
<ul>
<li>This hotfix applies to all versions of Delphi 2007, C++Builder 2007, and RAD Studio 2007. </li>
<li>You must have the December Update installed for this hotfix to work correctly.&#160; Your About Box will tell you if you have the December Update. </li>
<li>Being a hotfix, it merely fixes a select number of bugs &#8212; eight to be exact.&#160; See the <a href="http://dn.codegear.com/article/37877">Readme</a> for details. </li>
<li>Being a hotfix, it will not alter the About Box at all &#8212; you can only tell if you&#8217;ve applied it by knowing that you have.&#160; ;-)&#160; If you are concerned, it is perfectly safe to apply it again.&#160; Heck, apply it every day if you like.&#160; No harm done. </li>
<li>Being a hotfix, it will not be part of your MSI library.&#160; Therefore, if you do a repair, you&#8217;ll need to apply the hotfix again. </li>
</ul>
<p>For localized versions of the Readme:</p>
<ul>
<li>German: <a href="http://dn.codegear.com/article/37878/">http://dn.codegear.com/article/37878/</a> </li>
<li>French: <a href="http://dn.codegear.com/article/37879/">http://dn.codegear.com/article/37879/</a> </li>
<li>Japanese: <a href="http://dn.codegear.com/article/37880/">http://dn.codegear.com/article/37880/</a> </li>
</ul>
<ul></ul>
<ul></ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39050&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39050" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=April%202008%20Hotfix%20is%20Available&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F04%2F18%2F39050" id="akst_email_39050" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/04/18/39050/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cool Stuff with Delphi #19</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/17/39049</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/04/17/39049#comments</comments>
		<pubDate>Thu, 17 Apr 2008 21:16:37 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Cool Things with Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/04/17/39049</guid>
		<description><![CDATA[Saleen Software has a rather impressive set of free utilities, all built with Delphi.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.saleensoftware.com/">Saleen Software</a> has a rather impressive set of free utilities, all built with Delphi.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39049&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39049" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Cool%20Stuff%20with%20Delphi%20%2319&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F04%2F17%2F39049" id="akst_email_39049" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/04/17/39049/feed</wfw:commentRss>
		</item>
		<item>
		<title>Delphi for PHP 2.0 is Out!</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/16/39048</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/04/16/39048#comments</comments>
		<pubDate>Wed, 16 Apr 2008 21:32:21 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Delphi for PHP]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/04/16/39048</guid>
		<description><![CDATA[Hey, welcome to the world, Delphi for PHP 2.0! You can order your upgrade or new version right this very minute!
There are a lot of really cool things going on with this product.&#160; First up:&#160; there are some great features that make building PHP applications even easier.&#160; You can check them out at in PDF [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codegear.com/products/delphi/php">Hey, welcome to the world, Delphi for PHP 2.0</a>! You can order your upgrade or new version <strong><em><a href="http://www.codegear.com/shop/online-stores">right this very minute!</a></em></strong></p>
<p>There are a lot of really cool things going on with this product.&#160; First up:&#160; there are some great features that make building PHP applications even easier.&#160; You can check them out at in <a href="http://www.codegear.com/article/34379/images/34379/DelphiPHP_2_Whats_New_080411.pdf">PDF form</a>, or you can go here to read about them:</p>
<p><a title="http://www.qadram.com/vcl4php/docwiki/index.php/What_is_new_in_Delphi_for_PHP_2.0" href="http://www.qadram.com/vcl4php/docwiki/index.php/What_is_new_in_Delphi_for_PHP_2.0">http://www.qadram.com/vcl4php/docwiki/index.php/What_is_new_in_Delphi_for_PHP_2.0</a></p>
<p>Oh, wait, hey, check out that link!&#160; That&#8217;s right &#8212; that&#8217; a Documentation Wiki!&#160; The entire set of documentation for Delphi for PHP 2.0 is on a Wiki. Sweet!&#160; So get busy and help out!&#160; Be advised that all contributions are governed by a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons License</a>, and things posted to the Wiki very likely will end up in the &quot;official&quot; help file in the product.&#160; We have it set up so that the current state of the wiki can be captured and included as the official help, and we&#8217;ll be doing that.&#160; </p>
<p>We&#8217;ve also been getting a lot of great press:</p>
<ul>
<li><a href="http://www.codegear.com/article/37885">The Press Release</a></li>
<li>InfoWorld: <a href="http://www.infoworld.com/article/08/04/13/codegear-php_1.html">CodeGear upgrades PHP IDE</a> by Paul Krill</li>
<li>The Register: <a href="http://www.theregister.co.uk/2008/04/14/codegear_php_delphi/">CodeGear&#8217;s Delphi PHP suite gets nip and tuck job</a></li>
<li>Internet News (with quotes from yours truly): <a href="http://www.internetnews.com/dev-news/article.php/3740726/PHP+IDE+Space+Gets+Competitive.htm">PHP IDE Space Gets Competitive</a></li>
<li>eWeek (feel free to rate this article, by the way) : <a href="http://www.eweek.com/index.php?option=content&amp;task=view&amp;id=47611&amp;Itemid=28&amp;limit=&amp;limitstart=&amp;mosmsg=Thanks%20For%20Your%20Vote">CodeGear Enhances PHP Tool</a>&#160;</li>
<li>SDTimes: <a href="http://www.sdtimes.com/content/article.aspx?ArticleID=32014">CodeGear widens database support in upgrade to Delphi PHP 2.0</a> </li>
</ul>
<p>Hey, do you want to help out even more than updating the Wiki?&#160; There are a couple of ways for you to do that. </p>
<p>First, you can contribute to the <a href="http://www.qadram.com/vcl4php/">VCL for PHP project</a>, which is an <a href="http://sourceforge.net/projects/vcl4php/">open source project on SourceForge</a>.&#160; You can contribute new components, fix bugs, and generally improve the code base. </p>
<p>You can also help by localizing the IDE to your favorite spoken language.&#160; <a href="http://www.qadram.com/vcl4php/docwiki/index.php/Multilanguage">Delphi for PHP 2.0 supports community-contributed localizations for the IDE</a>.&#160; Out of the box we provide such localizations for:</p>
<ul>   </ul>
<ul>
<li>English</li>
<li>German</li>
<li>Traditional Chinese</li>
<li>Portuguese</li>
<li>Japanese</li>
<li>Spanish</li>
</ul>
<p><a href="http://www.qadram.com/vcl4php/docwiki/index.php/Contributor%27s_Guide_::_How_to_add_a_new_translation_to_the_IDE">And we also make it easy for further localizations to be done</a>, so if you can make an IDE localization in your language of choice, please do.&#160; Donate it to the community, and we all can benefit.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39048&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39048" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Delphi%20for%20PHP%202.0%20is%20Out%21&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F04%2F16%2F39048" id="akst_email_39048" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/04/16/39048/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #64</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/12/39047</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/04/12/39047#comments</comments>
		<pubDate>Sat, 12 Apr 2008 14:35:20 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/04/12/39047</guid>
		<description><![CDATA[
There are 24 entries in Zarko&#8217;s &#34;Creating Fancy Applications&#34; Delphi Contest. I may have an app laying around that I&#8217;m going to submit.&#160;  
Way to go, Marco!&#160; Keep up the good work.&#160; And while we are reading Marco&#8217;s blog, make sure to give a look to the VB2Delphi converter he talks about. 
Huw Collingbourne [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>There are 24 entries in Zarko&#8217;s <a href="http://delphi.about.com/od/humorandfun/a/fany_contest.htm">&quot;Creating Fancy Applications&quot; Delphi Contest</a>. I may have an app laying around that I&#8217;m going to submit.&#160; <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li><a href="http://blog.marcocantu.com/blog/1000_delphi_2007_handbook.html">Way to go, Marco!</a>&#160; Keep up the good work.&#160; And while we are reading Marco&#8217;s blog, make sure to give a look to <a href="http://blog.marcocantu.com/blog/vb2delphi_AlbertAlmeida.html">the VB2Delphi converter he talks about</a>. </li>
<li>Huw Collingbourne <a href="http://www.bitwisemag.com/2/CodeGear-Delphi-JBuilder-and">interviews Jason Vokes and Jon Harrison</a> on the direction of Delphi, JBuilder and CodeGear.</li>
<li>Olaf Monien of AtoZed Software is doing an <a href="http://entwickler-akademie.de/codecamps/delphi#tag-4">Intraweb/VCL for the Web Code Camp</a> in Germany on 24 April.</li>
</ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39047&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39047" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2364&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F04%2F12%2F39047" id="akst_email_39047" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/04/12/39047/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #63</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/07/39046</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/04/07/39046#comments</comments>
		<pubDate>Mon, 07 Apr 2008 18:28:19 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/04/07/39046</guid>
		<description><![CDATA[
From this &#34;If you can read Portuguese&#34; Department &#8212; RBM Web has a nice collection of products, all built with Delphi for PHP.&#160; If you haven&#8217;t yet taken a look at Delphi for PHP, you should.&#160; And keep an eye out, as the road map shows where we are headed with the product.&#160; 
This may [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>From this &quot;If you can read Portuguese&quot; Department &#8212; <a href="http://www.rbmweb.com.br/produtos.php">RBM Web</a> has a nice collection of products, all built with <a href="http://www.codegear.com/products/delphi/php">Delphi for PHP</a>.&#160; If you haven&#8217;t yet taken a look at Delphi for PHP, <a href="http://cc.codegear.com/free/delphiphp">you should</a>.&#160; And keep an eye out, as the <a href="http://dn.codegear.com/article/37662">road map shows where we are headed with the product</a>.&#160; </li>
<li><a href="http://www.dilbert.com/comics/dilbert/archive/dilbert-20080402.html">This</a> may very well be the funniest Dilbert of all time.&#160; And that is saying something. </li>
<li><a href="http://www.bobswart.nl/blog/">Dr. Bob</a> has an <a href="http://www.bobswart.nl/Weblog/Blog.aspx?RootId=5:2108">interesting blog post</a> about a new magazine that covers all flavors of Pascal, including Delphi:&#160; <a href="http://www.blaisepascal.eu/">Blaise Pascal</a>&#160; I subscribed via the special &quot;early bird&quot; offer.</li>
<li><a href="http://www.hadihariri.com/Blogs/Delphi/20080407.aspx">Hadi</a> and I agree &#8212; <a href="http://www.finalbuilder.com">FinalBuillder</a> is a great product. And they have recently released a brand new version that is basically an <a href="http://www.finalbuilder.com/finalbuilder-server-feature-tour.aspx">enormously powerful continuous integration server</a>.&#160; As always, highly recommended.</li>
<li><a href="http://www.shareware-beach.com/">Jan Goyvaerts</a>, Delphi developer and builder of <a href="http://www.regexbuddy.com/">RegexBuddy</a>, <a href="http://www.editpadpro.com/">EditPadPro</a>, and <a href="http://www.helpscribble.com/">HelpScribble</a>, has a new blog:&#160; <a href="http://www.micro-isv.asia/">Micro-ISV.asia</a></li>
<li>This is cool:&#160; <a href="http://www.codegear.com">CodeGear</a> is sponsoring an award on the <a href="http://sourceforge.net/community/cca08-categories">2008 SourceForge Community Choice Awards</a> called &quot;Most Likely to Change the World&quot;&#160; (<a href="http://blogs.codegear.com/davidi/2008/04/06/38870">DavidI pointed me to this</a>&#8230;)</li>
</ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39046&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39046" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2363&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F04%2F07%2F39046" id="akst_email_39046" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/04/07/39046/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cool Stuff with Delphi #19</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/03/39045</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/04/03/39045#comments</comments>
		<pubDate>Thu, 03 Apr 2008 15:34:42 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/04/03/39045</guid>
		<description><![CDATA[FL Studio
&#160; 
&#34;FL Studio is the most complete virtual studio currently available. It will play any sample file (wav), generator (softsynth), VSTi &#38; DXi) or midi instrument you feed it.&#34;
I&#8217;m told that they get 5,000,000 downloads a year &#8212; pretty slick.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flstudio.com/index.html">FL Studio</a></p>
<p><img src="http://www.flstudio.com/documents/GiantScreenshot8Mirrored.jpg" />&#160; </p>
<p>&quot;FL Studio is the most complete virtual studio currently available. It will play any sample file (wav), <a href="http://www.flstudio.com/documents/generatorsandfx.html">generator</a> (softsynth), VSTi &amp; DXi) or midi instrument you feed it.&quot;</p>
<p>I&#8217;m told that they get <a href="http://www.flstudio.com/documents/download.html">5,000,000 downloads a year</a> &#8212; pretty slick.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39045&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39045" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Cool%20Stuff%20with%20Delphi%20%2319&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F04%2F03%2F39045" id="akst_email_39045" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/04/03/39045/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cool Stuff with Delphi #18</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/02/39044</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/04/02/39044#comments</comments>
		<pubDate>Wed, 02 Apr 2008 21:46:00 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Cool Things with Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/04/02/39044</guid>
		<description><![CDATA[Q10 from Baara EStudio
And the cool part is it is free.
And it is a PortableApp.&#160; 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.baara.com/q10/">Q10 from Baara EStudio</a></p>
<p>And the cool part is it is free.</p>
<p>And it is a <a href="http://portableapps.com/">PortableApp</a>.&#160; </p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39044&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39044" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Cool%20Stuff%20with%20Delphi%20%2318&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F04%2F02%2F39044" id="akst_email_39044" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/04/02/39044/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #63</title>
		<link>http://blogs.codegear.com/nickhodges/2008/03/28/39043</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/03/28/39043#comments</comments>
		<pubDate>Sat, 29 Mar 2008 00:57:45 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/03/28/39043</guid>
		<description><![CDATA[
I am going to be on the road next week.&#160; I&#8217;ll be attending the COMMON Conference for AS400 developers, showing them all the cool stuff you can do with Delphi/400 and Delphi/400 for PHP.&#160; Should be fun &#8212; it is being held in Nashville at the Gaylord Opryland Resort, which is where we had a [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>I am going to be on the road next week.&#160; I&#8217;ll be attending the <a href="http://www.common.org/conferences/2008/annual/index.html">COMMON Conference for AS400 developers</a>, showing them all the cool stuff you can do with Delphi/400 and Delphi/400 for PHP.&#160; Should be fun &#8212; it is being held in Nashville at the Gaylord Opryland Resort, which is where we had a Borcon a while back.&#160; Fun place.&#160; I plan on entering, staying inside, and not going outside until it&#8217;s time to catch my plane.&#160; ;-)&#160; If you are in the area, stop by our booth and say hello. </li>
<li>Jeff Atwood has <a href="http://www.codinghorror.com/blog/archives/001084.html">a nice post about Unicode</a>.&#160; Some good links there if you want to start learning about BOMs and surrogate pairs and UTF-16, etc.&#160;&#160; One of the articles he links to is by <a href="http://www.joelonsoftware.com/articles/Unicode.html">Joel Spoelsky</a>, which has in nice big bold type in the middle: &quot;<strong>IT&#8217;S NOT THAT HARD.</strong>&quot; Exactly my point.&#160; ;-)&#160; And besides, it is clear we all should get <a href="http://www.cafepress.com/nucleartacos.26721820">one of those T-Shirts</a>. </li>
<li>If you are a unit test junky &#8212; and you are, of course, aren&#8217;t you? &#8212; then you are probably using DUnit.&#160; If so, have you checked out Joe Whites cool extension to DUnit he calls <a href="http://code.google.com/p/dunitlite/">DUnitLite</a>? It lets you write things like
<pre>Specify.That(Add(2, 2), Should.Equal(4));
Specify.That(Control.Caption, Should.Equal(&#8217;Close&#8217;).IgnoringCase);
Specify.That(ElapsedTime, Should.Be.AtMost(500));</pre>
<p>into your tests &#8212; which are a little easier to understand. Very cool. Be sure to check out <a href="http://blog.excastle.com/">Joe&#8217;s Blog</a> while you are at it. </li>
</ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39043&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39043" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2363&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F03%2F28%2F39043" id="akst_email_39043" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/03/28/39043/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #62</title>
		<link>http://blogs.codegear.com/nickhodges/2008/03/26/39042</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/03/26/39042#comments</comments>
		<pubDate>Thu, 27 Mar 2008 00:59:24 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/03/26/39042</guid>
		<description><![CDATA[
This Eric Lippert post really hits home for me.&#160; It is always way more complicated to get something done than you first think. That was a big lesson of my first year here.&#160; Starting here, I was as guilty as the next non-tech poster of saying &#34;Why can&#8217;t they just do &#60;some feature&#62; over the [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>This <a href="http://blogs.msdn.com/ericlippert/archive/2003/10/28/53298.aspx">Eric Lippert</a> post really hits home for me.&#160; It is always way more complicated to get something done than you first think. That was a big lesson of my first year here.&#160; Starting here, I was as guilty as the next non-tech poster of saying &quot;Why can&#8217;t they just do &lt;some feature&gt; over the weekend? Heck, I could knock it out in a day&quot;.&#160; While things around here aren&#8217;t quite as Kafka-esque as at Microsoft, the point is definitely the same &#8212; there&#8217;s <em>tons and tons</em> of things that need to happen after that the&quot;I could do that in and afternoon&quot; code actually gets written. Writing code is an actually the easiest and one of the smallest portions of actually getting a feature into the product.&#160; This isn&#8217;t, of course, to say that we don&#8217;t get new features done &#8212; obviously we do &#8212; but it is to say that getting that feature done takes a lot more work than merely knocking out some code and checking it in to SVN. </li>
<li>I read <a href="http://www.codinghorror.com/blog/archives/001083.html">this post</a>, and immediately <a href="http://www.amazon.com/exec/obidos/ASIN/0321117425/codinghorror-20">bought this book</a>.&#160; The list of facts and fallacies was just too compelling not to buy it and give it a read.&#160; I always like a book that busts conventional wisdom.&#160; And who doesn&#8217;t like a book fully of short, truthful statements that get explained later?&#160; ;-)&#160; </li>
<li>One thing I&#8217;ve learned:&#160; There isn&#8217;t a direct correlation between the desktop OS market and the developer tools market for that Desktop OS. </li>
<li>Interesting.&#160; This article &#8212; <a href="http://dn.codegear.com/article/31863">Practical UML&#8482;: A Hands-On Introduction for Developers</a> &#8212; is by a very large factor the most popular technical article on <a href="http://dn.codegear.com/">CDN</a>.&#160; I mean like by a factor of five or six times.&#160; It must be a popular link on Google somehow for people looking into UML. </li>
</ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39042&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39042" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2362&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F03%2F26%2F39042" id="akst_email_39042" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/03/26/39042/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Unicode Shift</title>
		<link>http://blogs.codegear.com/nickhodges/2008/03/24/39041</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/03/24/39041#comments</comments>
		<pubDate>Mon, 24 Mar 2008 17:33:06 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/03/24/39041</guid>
		<description><![CDATA[We&#8217;ve been hard at work on our Unicode product called &#34;Tiburon&#34;.&#160; Things are going really, really well. 
Internally, the process has been quite smooth.&#160; The process went like this: 


The first step was to get the compiler working.&#160; First, we established a new type &#8220;UnicodeString&#8221; which works pretty much like AnsiString does.&#160;&#160; It knows how [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been hard at work on our Unicode product called &quot;Tiburon&quot;.&#160; Things are going really, really well. </p>
<p>Internally, the process has been quite smooth.&#160; The process went like this: </p>
<div style="padding-right: 15px; padding-left: 15px">
<ol>
<li>The first step was to get the compiler working.&#160; First, we established a new type &#8220;UnicodeString&#8221; which works pretty much like AnsiString does.&#160;&#160; It knows how to handle Unicode string types, and carries along with it information about the type of string &quot;payload&quot; that it is carrying.&#160; By default, it&#8217;s payload is UTF-16.&#160; Note that this new type is an <strong><em>addition</em></strong> to the set of string types.&#160; All existing string types are still there and still work like they always did. </li>
<li>Next, we updated the RTL to use the new UnicodeString as the default string type. That is, we set string = UnicodeString, Char = WideChar&#160; and&#160; PChar = PWideChar.&#160; We then added classes and functions that will allow you to have greater control over the encoding of text for I/O operations, and other data storage and conversion needs.The result was a complete RTL that knows how to deal with Unicode data without you having to do much of anything to your existing code. </li>
<li>Once that was complete, we applied the new RTL to the VCL.&#160; This proved to be a very easy step, as the VCL was already basically &quot;Unicode-ready&quot;.&#160; The VCL is single-sourced, and since VCL.NET is already &quot;Unicode-ified&quot;, it was a pretty straight-forward process to get the VCL up and running with the new RTL and compiler.&#160; The result was a VCL that is completely Unicode enabled. </li>
<li>Finally, once the VCL was updated, we started compiling the IDE with the new VCL, RTL, and compiler.&#160; Naturally, the IDE itself needs to be built with the same VCL that you all will use, thus enabling you to install fully Unicode-enabled components and experts into the IDE.&#160; We run and use the same VCL you do, so we&#8217;ve got a fully Unicode-ified IDE up and running.&#160; This process was also remarkably easy &#8212; the new RTL and VCL work so similarly to the previous version that getting the IDE working was a much smoother process than even we had anticipated.&#160; Because we&#8217;ve done all the heavy lifting in the RTL, large swaths of our existing code is working just fine as is, and yours will too. </li>
</ol></div>
<p>We only in the early pre-Alpha stages, but as a result, we already have: </p>
<div style="padding-right: 15px; padding-left: 15px">
<ol>
<li>A new compiler with new inherent UnicodeString type </li>
<li>A new RTL using new string type routines (i.e. many new compiler helper functions in System.pas). </li>
<li>An updated VCL using the new RTL that allows the string type to easily &quot;float&quot; to the UnicodeString type </li>
<li>A fully functional IDE compiling with the new Unicode Compiler, RTL, and VCL. </li>
</ol></div>
<p>As part of the process, we had a partner summit here this past week. We invited some of our key technology partners out to look at early versions of Tiburon, and they ran their code against it.&#160; They all were able to make great progress towards converting their code in just the one day they were here.&#160; All of them reported that the porting process was quite easy, and they were very pleased with how it all went.&#160; A number of them had their entire code based transitioned to the new compiler and RTL and had their components up and running within a few hours.&#160; All in all, it was quite painless for the guys who build components and products for Delphi.&#160; Everyone was quite pleased at the end of the day. We were happy because we got to see some of the fruits of our labor, and the partners were happy because they rather easily had much of their code up and running very quickly.&#160;&#160; As a result, we are more confident than ever that we are on the right track and that the vast majority your existing code will make the leap to a Unicode product just fine.</p>
<p>Our Chief Scientist <a href="http://blogs.codegear.com/abauer">Allen Bauer</a> has revealed a little bit of the specifics of what we are up to, so if you need to know more about the bits and bytes side of things, give him a read. But from the Product Manager side of things, we are ahead of schedule and moving along nicely.&#160; We&#8217;ll continue to roll out information as it becomes available, but you can rest assured that your existing code base, to a very, very large degree, is safe, and will compile with Tiburon.&#160; There will be certain code idioms that will need to be checked and reviewed, and we&#8217;ll be letting you know about those things in the coming weeks. The cool part is that many of the changes you can do now with the existing compiler, and such changes, minor as they are, will give you a more robust code base.&#160; We are working hard to ensure that the migration to Tiburon is as smooth as possible, and our process (which, believe me, gives the compiler, the RTL, and the VCL a really good workout; there are advantages to building Delphi in Delphi) has shown us that our work will reap rewards for your code base. </p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39041&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39041" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=The%20Unicode%20Shift&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F03%2F24%2F39041" id="akst_email_39041" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/03/24/39041/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #61</title>
		<link>http://blogs.codegear.com/nickhodges/2008/03/20/39040</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/03/20/39040#comments</comments>
		<pubDate>Fri, 21 Mar 2008 00:16:36 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/03/20/39040</guid>
		<description><![CDATA[
Nice article in Redmond Developer &#8212; Delphi Goes to School in Russia
Here&#8217;s another one in SDA India &#8212; QA with Jim Douglas (CEO) &#38; Ravi Kumar (Principal Architect of JBuilder) for CodeGear
Help Update #2 is now available for download on the Registered User Page.  You can also get the IDE to check for updates [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Nice article in Redmond Developer &#8212; <a href="http://reddevnews.com/news/devnews/article.aspx?editorialsid=1012">Delphi Goes to School in Russia</a></li>
<li>Here&#8217;s another one in SDA India &#8212; <a href="http://www.sda-india.com/sda_india/psecom,id,23,site_layout,sdaindia,interviews,59,p,0.html">QA with Jim Douglas (CEO) &amp; Ravi Kumar (Principal Architect of JBuilder) for CodeGear</a></li>
<li>Help Update #2 is now available for download on the <a href="http://www.codegear.com/downloads/regusers/radstudio">Registered User Page</a>.  You can also get the IDE to check for updates (from the Start Menu) and it should find it for you.  Another delivery on our promise to continuously improve and frequently update the documentation.</li>
<li>A note for all you true Star Trek fans:  The original three seasons of Star Trek are <a href="http://www.cbs.com/classics/star_trek/video/video.php">now all online at cbs.com</a>, and totally legal.  For an Old School, Captain Kirk kind of guy like me, this is awesome.  I remember very well watching these after school when I was a kid.  Outstanding stuff.</li>
<li>John Moskakis got <a href="http://community.moshine.com/blogs/johnmoshakis/archive/2008/03/12/asp-net-mvc-preview-2-with-delphi-2007.aspx">ASP.Net MVC Preview 2 working with Delphi 2007</a>.  Pretty cool.</li>
</ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39040&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39040" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2361&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F03%2F20%2F39040" id="akst_email_39040" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/03/20/39040/feed</wfw:commentRss>
		</item>
		<item>
		<title>Random Thoughts on the Passing Scene #60</title>
		<link>http://blogs.codegear.com/nickhodges/2008/03/12/39039</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/03/12/39039#comments</comments>
		<pubDate>Thu, 13 Mar 2008 04:40:36 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/03/12/39039</guid>
		<description><![CDATA[
BTW, pursuant to the launch of the Delphi/400 products, I&#8217;ll be at the COMMON Conference in Nashville at the end of the month.  Some of you old timers might remember the venue from Borcon a number of years ago.  If by chance you are there, stop by our booth to say hello.
More Delphi/400 [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>BTW, pursuant to the launch of the Delphi/400 products, I&#8217;ll be at the <a href="http://www.common.org/conferences/2008/annual/index.html">COMMON Conference</a> in Nashville at the end of the month.  Some of you old timers might remember the venue from Borcon a number of years ago.  If by chance you are there, stop by our booth to say hello.</li>
<li>More Delphi/400 stuff:  <a href="http://www.itjungle.com/fhs/fhs031108-story03.html">Nice article in ITJungle</a> about Delphi/400 and Delphi/400 for PHP.  In addition, it was nice to see that the top story on SD Times was about us:  <a href="http://www.sdtimes.com/content/article.aspx?ArticleID=31832">System i gets some love from CodeGear</a></li>
</ul>
<p><a href="http://blogs.codegear.com/files/2008/03/sd_286.png"><img src="http://blogs.codegear.com/files/2008/03/sd-thumb_288.png" style="border: 0px none " alt="SD" border="0" height="229" width="428" /></a></p>
<ul>
<li><a href="http://www.remobjects.com">RemObjects</a> has published their <a href="http://www.remobjects.com/page2.asp?id={C397EC1D-EDC2-4C44-BE2E-7FB3AA12B60A}">2008 Roadmap</a>.</li>
<li>The CodeGear folks in EMEA (Europe, Middle East, Africa) are busy.  Have you checked out <a href="http://www.codegear-events.eu">http://www.codegear-events.eu</a>, where they are running web seminars something like every fifteen minutes?  Okay, it might not be that often, but it sure seems like it.  Many of these seminars are in English, and you don&#8217;t have to be in the EMEA region to sign up.  The times might not be perfect for you if you aren&#8217;t in the EMEA region, but the replays are available 24 hours a day.</li>
<li>If you haven&#8217;t noticed what is up over there, you should head over to <a href="http://hallvards.blogspot.com/">Hallvard Vassbotn&#8217;s blog</a>.  He&#8217;s re-running all of his Delphi Magazine articles that he had written over the years.  Hallvard is a seriously smart guy and an outstanding writer, so don&#8217;t miss all the great content that he&#8217;s publishing there.</li>
</ul>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39039&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39039" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Random%20Thoughts%20on%20the%20Passing%20Scene%20%2360&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F03%2F12%2F39039" id="akst_email_39039" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/03/12/39039/feed</wfw:commentRss>
		</item>
		<item>
		<title>Delphi/400 and Delphi/400 for PHP</title>
		<link>http://blogs.codegear.com/nickhodges/2008/03/10/39036</link>
		<comments>http://blogs.codegear.com/nickhodges/2008/03/10/39036#comments</comments>
		<pubDate>Mon, 10 Mar 2008 17:46:57 +0000</pubDate>
		<dc:creator>Nick Hodges</dc:creator>
		
		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2008/03/10/39036</guid>
		<description><![CDATA[Today we announced two new products: Delphi/400 and Delphi/400 for PHP.  You can find out more about them on the product page.
I&#8217;m pretty excited about this new product.  We&#8217;ve worked with SystemObjects in the past, but we decided to take the partnership a step further and create an actual product that includes connectivity [...]]]></description>
			<content:encoded><![CDATA[<p>Today we announced two new products: <a href="http://biz.yahoo.com/bw/080310/20080310005235.html?.v=1">Delphi/400 and Delphi/400 for PHP</a>.  You can find out more about them on the <a href="http://www.codegear.com/products/delphi/400">product page</a>.</p>
<p>I&#8217;m pretty excited about this new product.  We&#8217;ve worked with <a href="http://www.systemobjects.com/">SystemObjects</a> in the past, but we decided to take the partnership a step further and create an actual product that includes connectivity to AS/400 and System i machines.  There are a <strong><em>lot</em></strong> of old, green-screen type applications out there that can now be easily and quickly modernized and brought to either the browser or the Windows desktop.  Developers can access AS/400 and System i data just like any other data in Delphi &#8212; a few components hooked up together and you are running and displaying data immediately.</p>
<p>If you are a Delphi guy, this is good news &#8212; you can now get your foot in the door at companies that use AS/400s.  You can show them how you can use Delphi to create powerful, rich GUI-based applications for them in Windows or in the browser.</p>
<p>If you already have Delphi, you can purchase the connectivity to AS/400 separately.  If you don&#8217;t, you can buy the whole package together.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/nickhodges/?p=39036&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_39036" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Delphi%2F400%20and%20Delphi%2F400%20for%20PHP&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fnickhodges%2F2008%2F03%2F10%2F39036" id="akst_email_39036" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/nickhodges/2008/03/10/39036/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
