<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"><id>http://blog.marcocantu.com/</id><title>marcocantu.blog</title><author><name>marcocantu</name><uri>http://www.marcocantu.com</uri></author><subtitle>Techie Italian Blogging on Delphi and More</subtitle><generator>GeoAtomService</generator><rights>©2005 Marco Cantù</rights><updated>2009-11-10T19:16:32.402Z</updated><link rel="self" href="http://feeds.feedburner.com/marcocantublog" type="application/atom+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry><author><name>marcocantu</name><uri>http://www.marcocantu.com</uri></author><title>Getting Rid of Description Pane in Delphi 2010</title><link href="http://feedproxy.google.com/~r/marcocantublog/~3/5F6YdTGY9nE/getting_rid_description_pane.html" /><id>http://blog.marcocantu.com/blog/getting_rid_description_pane.html</id><published>2009-11-10T19:16:32.402Z</published><updated>2009-11-10T19:16:32.402Z</updated><summary>There is a "feature" of Delphi 2010 that I don't stand, the new Description Pane of the Object Inspector.</summary><content type="html">
    &lt;p&gt;There is a "feature" of Delphi 2010 that I don't stand, the new Description Pane of the Object Inspector. Don't take me wrong, I'm impressed by the improvements of the product and haven't even opened Delphi 2009 in a few months now. There are many improvements and I really recommend moving to Delphi 2010. But there are also a few things I don't like (but I do have a fix, though).&lt;/p&gt;
    &lt;p&gt;This is a small area at the bottom of the Object Inspector offering a description of the selected property (like it happens in Visual Studio, I guess). However, there is no description ever displayed, only an empty area with the property name repeated, like you can see at the bottom of the Object Inspector for the Caption property of TButton:&lt;/p&gt;
    &lt;p style="text-align: center; "&gt;
      &lt;img width="493" height="339" alt="" src="http://blog.marcocantu.com/images/forblog/oi_description01.jpg"&gt;&lt;/img&gt;
    &lt;/p&gt;
    &lt;p style="text-align: left; "&gt;You might start looking for a way to get rid of it. There is no option. Nothing to right click. Nothing in the detailed Options page of the Object Inspector. What about making is smaller by dragging the slider at the top? YOucan end up with only half a line. Better, but quite ugly:&lt;/p&gt;
    &lt;p style="text-align: center; "&gt;
      &lt;img width="497" height="338" align="middle" alt="" src="http://blog.marcocantu.com/images/forblog/oi_description02.jpg"&gt;&lt;/img&gt;
    &lt;/p&gt;
    &lt;p style="text-align: left; "&gt;The solution? There might be a hidden registry setting or something, I ended up writing some code in a design time package to locate the Object Inspector (which is the form called &lt;em&gt;'TPropertyInspector'&lt;/em&gt;), select its 'DescriptionPane' component, and forcing its height to 0. The effect is the pane is now totally gone:&lt;/p&gt;
    &lt;p style="text-align: center; "&gt;
      &lt;img width="492" height="341" alt="" src="http://blog.marcocantu.com/images/forblog/oi_description03.jpg"&gt;&lt;/img&gt;
    &lt;/p&gt;
    &lt;p style="text-align: left; "&gt;Out of the dozens of great new features in Delphi 2010 (many of which I mentioned in this blog and other have covered in details) this one is rather annoying. It is another half-done help mechanism, much like Help Insight. We badly need improved help in Delphi, not only by having complete help files (I still keep my fingers crossed for those), but providing better integration with the IDE. This Description pane and the Help Insight are tools going in the right direction. Too bad that comments in the new areas of DataSnap and dbExpress don't follow Help Insight own conventions as they started doing in Delphi 2007. At times I think this side of Delphi is somewhat helpless... but still hope to be proved wrong.&lt;/p&gt;
    &lt;p style="text-align: left; "&gt;In any case, getting back to the main topic of this blog post, if you use Delphi 2010 and want to get rid of the Description pane you can add to a design time package the unit available as &lt;a href="http://blog.marcocantu.com/files/NoInspectorDescriptionPane.pas"&gt;NoInspectorDescriptionPane.pas&lt;/a&gt;.&lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jdpCAtNF3rQOZHajgac3Ct42dbs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jdpCAtNF3rQOZHajgac3Ct42dbs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jdpCAtNF3rQOZHajgac3Ct42dbs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jdpCAtNF3rQOZHajgac3Ct42dbs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/marcocantublog/~4/5F6YdTGY9nE" height="1" width="1"/&gt;</content><feedburner:origLink>http://blog.marcocantu.com/blog/getting_rid_description_pane.html</feedburner:origLink></entry><entry><author><name>marcocantu</name><uri>http://www.marcocantu.com</uri></author><title>Call for Unicode Migration Stories (by Cary Jensen)</title><link href="http://feedproxy.google.com/~r/marcocantublog/~3/PyMcu35dBv0/call_unicode_migration.html" /><id>http://blog.marcocantu.com/blog/call_unicode_migration.html</id><published>2009-11-05T19:07:49.118Z</published><updated>2009-11-05T19:07:49.118Z</updated><summary>Cary Jensen is looking for contribution to a paper on Unicode Migration Stories he is writing for Embarcadero.</summary><content type="html">
    &lt;p&gt;As he blogged on &lt;a href="http://caryjensen.blogspot.com/2009/10/share-your-unicode-migration-story.html"&gt;http://caryjensen.blogspot.com/2009/10/share-your-unicode-migration-story.html&lt;/a&gt;, my friend Cary Jensen is looking for experiences in migrating Delphi projects to Unicode. He is looking for "real-life stories from developers". &lt;/p&gt;
    &lt;p&gt;The deadline for submitting ideas and material is November 27, but the sooner the better. You can email your contribution to Tim Del Chiaro at Tim.DelChiaro@embarcadero.com or submit them using the Get Published interface at the Embarcadero Developer Network (EDN). More details are in Cary's blog post. &lt;/p&gt;
    &lt;p&gt;This would be a very nice way to help the community at large in learning from experience how to migrate applications to Delphi 2009 and 2010. The material will be edited and organized, so don't worry about writing perfect English or giving out many details, even a rough skeleton with code samples will probably do.&lt;/p&gt;
    &lt;p&gt;I migrated most of the programs quite smoothly, with some extra hassle in my web servers code. The piece of code I probably had to change more often was file reading and writing code, based on streams, like:&lt;/p&gt;
    &lt;pre&gt;
stream.Read (strData[1], length (strData));&lt;/pre&gt;
    &lt;p&gt;Good that I could move to the new (in Delphi 2009) TTextReader and TTextWriter classes, which are also much nicer to use. Anyway, I'll look for more migration issues and send them to Cary. Hope you'll contribute as well, as this can really become a community-driven effort. &lt;/p&gt;
    &lt;p&gt;PS. Meanwhile, my REST white paper (focused on Delphi 2010) is almost done and will become available in the coming days. Stay tuned as usual.&lt;/p&gt;
    &lt;p&gt; &lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PT1QX6OKW3p5Zza3V7982hJc1Ok/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PT1QX6OKW3p5Zza3V7982hJc1Ok/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PT1QX6OKW3p5Zza3V7982hJc1Ok/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PT1QX6OKW3p5Zza3V7982hJc1Ok/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/marcocantublog/~4/PyMcu35dBv0" height="1" width="1"/&gt;</content><feedburner:origLink>http://blog.marcocantu.com/blog/call_unicode_migration.html</feedburner:origLink></entry><entry><author><name>marcocantu</name><uri>http://www.marcocantu.com</uri></author><title>Delphi Application Showcase</title><link href="http://feedproxy.google.com/~r/marcocantublog/~3/hyRT4fwxaKo/delphi_application_showcase.html" /><id>http://blog.marcocantu.com/blog/delphi_application_showcase.html</id><published>2009-11-03T10:54:11.255Z</published><updated>2009-11-03T10:54:11.255Z</updated><summary>Embarcadero has set up an official Delphi Application Showcase, make sure you send them information about your applications written in Delphi.</summary><content type="html">
    &lt;p&gt;Embarcadero has set up an official Delphi Application Showcase, at &lt;a target="_blank" href="http://www.embarcadero.com/application-showcase"&gt;http://www.embarcadero.com/application-showcase&lt;/a&gt;. The idea is quite interesting and even if there were already similar lists around, having an official one by Embarcadero (and having the company use the Delphi community for marketing the product) is quite nice.&lt;/p&gt;
    &lt;p&gt;The user interface is nice, even if not very intuitive (how do you move to the next element? is there a way to get the complete list? I think no), and it is even nicer it was implemented with Javascript (using the &lt;em&gt;scriptaculous&lt;/em&gt; library) while at first sight it might as well seem a Flash page. When will we have a Javascript IDE from Embarcadero? But I'm digressing...&lt;/p&gt;
    &lt;p&gt;Make sure you send them information about your applications written in Delphi (and other Embarcadero languages), at &lt;a target="_blank" href="http://edn.embarcadero.com/article/39930"&gt;http://edn.embarcadero.com/article/39930&lt;/a&gt;. &lt;/p&gt;
    &lt;p&gt;Ironically, I just proposed a similar project to the European marketing, and it was not accepted as this was already in the works. There is one significant difference worth considering. The current list of programs in the Delphi Showcase is mostly made of  utilities, shareware, Internet client applications, and the like. In my view, it would be very relevant to have business applications (including applications that are not for sale, but made for internal usage). I hope people who wrote software in this caterogy will submit and Embarcadero will accept them, as this is an equally large category of programs written in Delphi.&lt;/p&gt;
    &lt;p&gt;Kudos to the idea and let's hope it grows, as for now the list of &lt;a target="_blank" href="http://delphi.wikia.com/wiki/Good_Quality_Applications_Built_With_Delphi"&gt;Good Quality Applications written in Delphi&lt;/a&gt; at Delphi Wiki is much longer. The more the better in terms of visibility, even if some of the programs are not well known to the large public.&lt;/p&gt;
    &lt;p&gt; &lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/JcpOvgj8kXNMWlSw-_ZJOesMVLA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JcpOvgj8kXNMWlSw-_ZJOesMVLA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/JcpOvgj8kXNMWlSw-_ZJOesMVLA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JcpOvgj8kXNMWlSw-_ZJOesMVLA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/marcocantublog/~4/hyRT4fwxaKo" height="1" width="1"/&gt;</content><feedburner:origLink>http://blog.marcocantu.com/blog/delphi_application_showcase.html</feedburner:origLink></entry><entry><author><name>marcocantu</name><uri>http://www.marcocantu.com</uri></author><title>La guia de Delphi (Spanish edition of Delphi 2009 Handbook)</title><link href="http://feedproxy.google.com/~r/marcocantublog/~3/FrWDOiwByiE/spanish_delphi_2009_handbook.html" /><id>http://blog.marcocantu.com/blog/spanish_delphi_2009_handbook.html</id><published>2009-10-31T01:08:57.883Z</published><updated>2009-10-31T01:08:57.884Z</updated><summary>Spanish Embarcadero partner Danysoft is releasing the Spanish edition of my book on Delphi 2009, "La guia de Delphi"</summary><content type="html">
    &lt;p&gt;Spanish Embarcadero partner Danysoft has released the Spanish edition of my book on Delphi 2009, titled "La guia de Delphi". This is the third published translation after those in Japanese and Portuguese.&lt;/p&gt;
    &lt;p&gt;
      &lt;img width="700" height="200" alt="" src="http://blog.marcocantu.com/images/forblog/topmarcocantuGG.jpg"&gt;&lt;/img&gt;
    &lt;/p&gt;
    &lt;p&gt;More information about the book is available (in Spanish) at &lt;a href="http://www.danysoft.com/bol/guiaDelphi.htm"&gt;http://www.danysoft.com/bol/guiaDelphi.htm&lt;/a&gt; and you can buy the book at &lt;a href="http://www.codegear-shop.com/epages/62042259.sf"&gt;http://www.codegear-shop.com/epages/62042259.sf&lt;/a&gt;. From what I've been told, an ebook edition will also be made available.&lt;/p&gt;
    &lt;p&gt; &lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Q3gzMflBN7TwjqLxmAOjn6KVKHI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Q3gzMflBN7TwjqLxmAOjn6KVKHI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Q3gzMflBN7TwjqLxmAOjn6KVKHI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Q3gzMflBN7TwjqLxmAOjn6KVKHI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/marcocantublog/~4/FrWDOiwByiE" height="1" width="1"/&gt;</content><feedburner:origLink>http://blog.marcocantu.com/blog/spanish_delphi_2009_handbook.html</feedburner:origLink></entry><entry><author><name>marcocantu</name><uri>http://www.marcocantu.com</uri></author><title>Delphi 2010 Help Update 1</title><link href="http://feedproxy.google.com/~r/marcocantublog/~3/pB7XRvs1c5Q/delphi_2010_help_upodate_1.html" /><id>http://blog.marcocantu.com/blog/delphi_2010_help_upodate_1.html</id><published>2009-10-30T00:09:30.300Z</published><updated>2009-10-30T00:09:30.301Z</updated><summary>Embarcadero has released the first update of Delphi 2010 Help. If you have the product, make sure you download it.</summary><content type="html">
    &lt;p&gt;Embarcadero has released the first update of Delphi 2010 Help. If you have the product, make sure you download it, as the improvements (even if not massive) are significant, particularly in the coverage of new units. As an example, I was not sure if the &lt;em&gt;Diagnostics&lt;/em&gt; unit I found in the source code (featuring a very precise stop watch) was just slipped there or was an intentional as it was not mentioned. Now it is in the help, along with the new Timespan unit.&lt;/p&gt;
    &lt;p&gt;There is also new documentation for the GestureMgr unit, and some of the DataSnap components. For more information and download instructions see:&lt;/p&gt;
    &lt;p&gt;
      &lt;a target="_blank" href="http://edn.embarcadero.com/article/40075"&gt;http://edn.embarcadero.com/article/40075&lt;/a&gt;
    &lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-pVHEQEJ7trTboih-0TpeBfvPwM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-pVHEQEJ7trTboih-0TpeBfvPwM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-pVHEQEJ7trTboih-0TpeBfvPwM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-pVHEQEJ7trTboih-0TpeBfvPwM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/marcocantublog/~4/pB7XRvs1c5Q" height="1" width="1"/&gt;</content><feedburner:origLink>http://blog.marcocantu.com/blog/delphi_2010_help_upodate_1.html</feedburner:origLink></entry><entry><author><name>marcocantu</name><uri>http://www.marcocantu.com</uri></author><title>Delphi 2010 Survey</title><link href="http://feedproxy.google.com/~r/marcocantublog/~3/yzJH88-bBqU/delphi_2010_survey.html" /><id>http://blog.marcocantu.com/blog/delphi_2010_survey.html</id><published>2009-10-26T13:40:22.317Z</published><updated>2009-10-26T13:40:22.318Z</updated><summary>A new Delphi survey is available, let Embarcadero hear about your needs and desires</summary><content type="html">
    &lt;p&gt;A new Delphi survey is available. It is important that many people fill it to let Embarcadero hear about your needs and desires, even if it takes about 20 minutes to go over is with some care. Over the last few years the survey has been used a a key input element to determine the future direction of the product, I have no doubt it will be highly considered this time as well.&lt;/p&gt;
    &lt;p&gt;Another interesting element is that by going through the questions you can figure out some of the possible future directions of the products, including those announced (Mac, Linux, 64 bit) and many specific features you might want to push for (O/R mapping, MVC model, native garbage collector, web server technologies, preferred databases, phones you wish to program for...). It looks like a very long wish list on Embarcadero side, on which you can comment and pick your favorites.&lt;/p&gt;
    &lt;p&gt;So, as soon as you have a few minutes available, go ahead and jump to &lt;a href="http://www.surveymonkey.com/s.aspx?sm=XrKr27_2bmLfybzGzZi_2brsBQ_3d_3d"&gt;http://www.surveymonkey.com/s.aspx?sm=XrKr27_2bmLfybzGzZi_2brsBQ_3d_3d&lt;/a&gt;.&lt;/p&gt;
    &lt;p&gt; &lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9g2zo0zbWHmuFvGLB146MFUOiiA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9g2zo0zbWHmuFvGLB146MFUOiiA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9g2zo0zbWHmuFvGLB146MFUOiiA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9g2zo0zbWHmuFvGLB146MFUOiiA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/marcocantublog/~4/yzJH88-bBqU" height="1" width="1"/&gt;</content><feedburner:origLink>http://blog.marcocantu.com/blog/delphi_2010_survey.html</feedburner:origLink></entry><entry><author><name>marcocantu</name><uri>http://www.marcocantu.com</uri></author><title>Windows 6.1, Also Known as Seven</title><link href="http://feedproxy.google.com/~r/marcocantublog/~3/usjbYtN6OSo/windows_6point1_seven.html" /><id>http://blog.marcocantu.com/blog/windows_6point1_seven.html</id><published>2009-10-23T18:39:00.375Z</published><updated>2009-10-23T18:39:00.375Z</updated><summary>Yesterday was the official launch date of the new version of Windows, but which version is it?</summary><content type="html">
    &lt;p&gt;Yesterday was the official launch date of the new version of Windows, of which I've been a very happy user for over a month. It is so much better than Vista, in terms of resource usage, start up and shut down times, finding drivers and downloading them automatically, that I forgive it not being able to pick up my office network settings properly and loosing the Internet connection a few times every day (while, before you ask, the XP box sitting near it has zero problems!) I also like the improved UI and have spent some time writing Delphi applications that interact with libraries, change the taskbar buttons, and take advantage of Direct2D (as I &lt;a href="http://blog.marcocantu.com/blog/direct2d_delphi2010.html"&gt;posted last week&lt;/a&gt;).&lt;/p&gt;
    &lt;p&gt;What I find quite odd is that even in tables providing a comprehensive list of versions of Windows (like this &lt;a href="http://ztrek.blogspot.com/2009/10/windows-name-game.html"&gt;one by Alan Zeichick&lt;/a&gt;) people are asking what the name of the next version of Windows will be, but forget to ask with version of Windows the current one is. In fact, while Windows version 6.0 was called Vista, the current version 6.1 is called Seven (or 7). But (technically) version 7 it isn't. Which is just a little bit confusing. So will next version be called "Eight" and be version number 7? &lt;/p&gt;
    &lt;p&gt;In case you have any doubt, the following image from my System Configuration program, shows the version and name of the operating system I'm using (and that's the final version 6.1 build 7600):&lt;/p&gt;
    &lt;p style="text-align: center; "&gt;
      &lt;img alt="win 6.1 or 7" width="414" height="141" src="http://blog.marcocantu.com/images/forblog/win61_7.jpg"&gt;&lt;/img&gt;
    &lt;/p&gt;
    &lt;p style="text-align: left; "&gt;Is technology fully controlled by marketing? At times this is the case, but that's quite true for any consumer-oriented business. Still it was nice when Windows 3.1 was called... 3.1!&lt;/p&gt;
    &lt;p&gt; &lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/t-l1wAH8Ep35lZ21hw0kfDWNtTQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/t-l1wAH8Ep35lZ21hw0kfDWNtTQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/t-l1wAH8Ep35lZ21hw0kfDWNtTQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/t-l1wAH8Ep35lZ21hw0kfDWNtTQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/marcocantublog/~4/usjbYtN6OSo" height="1" width="1"/&gt;</content><feedburner:origLink>http://blog.marcocantu.com/blog/windows_6point1_seven.html</feedburner:origLink></entry><entry><author><name>marcocantu</name><uri>http://www.marcocantu.com</uri></author><title>SDC Conference 2009</title><link href="http://feedproxy.google.com/~r/marcocantublog/~3/1KaTBg9oHfs/sdc_conference_2009.html" /><id>http://blog.marcocantu.com/blog/sdc_conference_2009.html</id><published>2009-10-22T18:45:55.405Z</published><updated>2009-10-22T18:45:55.405Z</updated><summary>Some considerations and comments about the recent SDC conference in the Netherlands.</summary><content type="html">
    &lt;p&gt;I'm back home from the &lt;a target="_blank" href="http://www.sdc.nl/"&gt;SDC&lt;/a&gt; conference in the Netherlands. That's a large conference organized by a developers user group and covering multiple topics, from .NET development to Delphi, from database topics to .NET Nuke. I was involved in the Delphi track and followed mostly its sessions, with occasional glimpses in other topics. Delphi speakers don't have a lot of consideration among the other mostly Microsoft-oriented speakers, but give an interesting opportunity to interact with different point of views. Anyway, here are some sparse considerations and comments to sessions I attended. See also Pawel post on &lt;a href="http://blogs.embarcadero.com/pawelglowacki/2009/10/21/38805"&gt;Delphi@SDC2009&lt;/a&gt; for more comments.&lt;/p&gt;
    &lt;p&gt;First, the conference was considerably smaller than in the past. This is somewhat of a trend, but I got the impression that IT in the Netherlands was hit by the current financial crisis more than other European countries. There were other reasons (school holiday, conflicting conferences) that contributed to the numbers. The Delphi group was close to 50 people. Anyway, the Papendal conference center is very nice (they picked a different ones last year), even if far from Amsterdam, and the new hotel rooms much better. The luxury room Cary Jensen got was just unbelievable in both size and equipment, but all rooms seemed more than adequante (after you learned how to avoid freezing, but that's a different story).&lt;/p&gt;
    &lt;p&gt;I attended a few other Delphi sessions (beside giving 3 on Windows 7, Multi-threading, and Domain Specific Languages), which is unusual as I generally don't get to many other sessions at conferences I speak at. Anyway, I attended a very nice session with a very detailed overview of RTTI in Delphi 2010 by Delphi compiler-guru Barry Kelly. That was very nice and I did learn a couple of extra tricks I still have time to add to my book. He gave a second very intriguing session about writing a Garbage Collection and a Binary Serialization mechanism in Delphi, taking advantage of the new RTTI. His code was very tight but extremely powerful. Kudos. I wanted to attend Dr. Bob talk on DataSnap, but that was in Dutch!&lt;/p&gt;
    &lt;p&gt;Outside of the Delphi topics, I attended Hadi's session on jQuery (this was a replacement session for another speaker), which happend to be part of the Delphi session. I attended mostly because I'm going to speak on the exact same topic at the Italian &lt;a target="_blank" href="http://blog.marcocantu.com/blog/itdevcon_european_delphi_italy.html"&gt;ITDevCon&lt;/a&gt; (for which I still have discounted tickets), and wanted to see the appraoch of his presentation. Very nice session on a technology I liek and use a lot. Another session I attend was a disappointment. It was meant as a critique to relational databses in the current web distributed model, and it ended up almost as a compariosn between a stand alone SQL Server and using it on Azure. When facing issues in SQL Server (scalability, locking problems, and the like) the apparent solution was to suggest the same DB in a different deployment mode, rather than look at alternatives. The fact MySQL scales way better, has faster navigational interfaces, and is in fact used for most huge sites was not even omitted, but totally out of the picture as the equivalence was "relational model = Microsoft SQL Server". Very annoying, but not alone. Notice this was an architectural talk, not a vendor pitch.&lt;/p&gt;
    &lt;p&gt;Speaking of marketing, there was an "advanced" launch of Windos 7 that seemed quite technically oriented (seemed as it was partially in Dutch and after a while I ended playing soccer with the XBox console sitting in the main conference room...). Anyway, waiting for the end of the session proved useful as I won a copy of Windows 7 Ultimate (quite nice, even if I already have one). I won it along with 99 other people, but several hundred didn't win, so it was something.&lt;/p&gt;
    &lt;p&gt;What else? Beer was very good, as usual, food above average for the Netherlands (even if I really cannot get used to milk or milk shakes at lunch), and the hospitality of the organizers absolutely great, as we now almost expect. This is a unique conference, from many point of views, and one worth attending and speaking at, so keep an eye for next year conference.&lt;/p&gt;
    &lt;p&gt; &lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NfzPPgYW6Jufgg7POd8YQUeFHg4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NfzPPgYW6Jufgg7POd8YQUeFHg4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NfzPPgYW6Jufgg7POd8YQUeFHg4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NfzPPgYW6Jufgg7POd8YQUeFHg4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/marcocantublog/~4/1KaTBg9oHfs" height="1" width="1"/&gt;</content><feedburner:origLink>http://blog.marcocantu.com/blog/sdc_conference_2009.html</feedburner:origLink></entry><entry><author><name>marcocantu</name><uri>http://www.marcocantu.com</uri></author><title>A Delphi Powered (Google) Wave</title><link href="http://feedproxy.google.com/~r/marcocantublog/~3/hAZzaQHkeCI/delphi_powered_waves.html" /><id>http://blog.marcocantu.com/blog/delphi_powered_waves.html</id><published>2009-10-14T19:14:41.524Z</published><updated>2009-10-15T11:20:20.654Z</updated><summary>A Google Wave with a gadget powered by a Delphi REST server.</summary><content type="html">
    &lt;p&gt;A Google Wave with a gadget powered by a Delphi REST server.&lt;/p&gt;
    &lt;p style="text-align: center; "&gt;
      &lt;img width="635" height="445" alt="" src="http://blog.marcocantu.com/images/forblog/DelphiWave.jpg"&gt;&lt;/img&gt;
    &lt;/p&gt;
    &lt;p&gt; Notice that the database is queried again as you reopen the wave, so the gadget can show live, changing data from your database server. This makes Google Waves more powerful than most other collaboration tools.&lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7C4Y9KAM2Md58B0LJzRSHEBeag8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7C4Y9KAM2Md58B0LJzRSHEBeag8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7C4Y9KAM2Md58B0LJzRSHEBeag8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7C4Y9KAM2Md58B0LJzRSHEBeag8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/marcocantublog/~4/hAZzaQHkeCI" height="1" width="1"/&gt;</content><feedburner:origLink>http://blog.marcocantu.com/blog/delphi_powered_waves.html</feedburner:origLink></entry><entry><author><name>marcocantu</name><uri>http://www.marcocantu.com</uri></author><title>ITDevCon, an European Delphi Conference in Italy</title><link href="http://feedproxy.google.com/~r/marcocantublog/~3/XNNyJx3s6YE/itdevcon_european_delphi_italy.html" /><id>http://blog.marcocantu.com/blog/itdevcon_european_delphi_italy.html</id><published>2009-10-12T18:50:07.232Z</published><updated>2009-10-12T18:50:07.232Z</updated><summary>In a month I'll be speaking at ITDevCon, a brand new European Delphi Conference taking place in Italy. Here are some highlights.</summary><content type="html">
    &lt;p&gt;In about a month I'll be speaking at &lt;a href="http://www.itdevcon.it/en/home"&gt;
        &lt;strong&gt;ITDevCon&lt;/strong&gt;
      &lt;/a&gt;, a brand new European Delphi Conference taking place in Italy (and I have some &lt;em&gt;discounted tickets&lt;/em&gt;, see later for details).&lt;/p&gt;
    &lt;p&gt;The conference is organized by the local Embarcadero representative (Bittime), with whom I've a long and effective business relationship... and I'm also good friend of. The conference will be in&lt;strong&gt; Verona, on November 11 and 12&lt;/strong&gt; and is focused on Delphi, both &lt;strong&gt;native Win32 Delphi and Delphi for PHP&lt;/strong&gt;. There will be 3 tracks, with at least one session in Italian and one in English language at each time slot. For those coming from abroad, Verona has only a minor airport, but distances from Milan (particularly the Orio al Serio BGY or Linate LIN airports) and Venice are limited. And if you are in Germany you can drive a take a train over Brenner pass and get right into Verona (the city itself is worth a visit, with its remarkable roman Arena still being used for concerts today).&lt;/p&gt;
    &lt;p&gt;Regarding the conference content, the Delphi Win32 international speakers include myself, Pawel Glowacki, Joachim Duerr, Holger Klemt, Daniel Magin, Boian Mitov, plus keynote speaker David Intersimone. (Seems there are going to be many Germans after all.) The Delphi for PHP guest spaeker will be Jose Leon Serna (one of the key authors of the product) along with quite a few Italian PHP gurus. Daniele Teti and Fabrizio Bitti are also speaking, beside organizing the event. There will also be sessions on agile modeling and software engineering topics. &lt;/p&gt;
    &lt;p&gt;I'm scheduled to speak on five different topics (partially classic and partially new... I'm always ready to offer custom training on those of course):&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;Generics and Closures in Delphi&lt;/li&gt;
      &lt;li&gt;Multitier with DataSnap&lt;/li&gt;
      &lt;li&gt;Domain Specific Languages in Delphi&lt;/li&gt;
      &lt;li&gt;Multi-Threading in Delphi&lt;/li&gt;
      &lt;li&gt;jQuery with Delphi&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p&gt;Looks like it will be a lot of work, but I'm looking forward to this new conference. If you are interested to attend consider that the &lt;strong&gt;499 Euro&lt;/strong&gt; price deadline has been extended and that (as I partner) I have &lt;strong&gt;a few admission tickets with a very significant discount&lt;/strong&gt; I can sell you through my company. These are offered as a fist come, first served basis, and you'll be able to pay with credit card at my online shop. Send me an email ASAP if interested, and I'll forward you the discount code and any extra information you'd be interested in.&lt;/p&gt;
    &lt;p&gt;Before the Italian event, however, there is still the &lt;a target="_blank" href="http://www.sdc.nl/Home/Welkom/tabid/70/language/en-US/Default.aspx"&gt;SDN Conference&lt;/a&gt; coming up next week in the Netherlands. I guess there is still time to sign up for that as well if you lie in the area. That's a conference I generally enjoy a lot, with its diverse mix of .NET, Delphi, PHP, and database tools developers. Stay tuned for reports and other information.&lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QRZyZqktAnbv45uqpvF6B9mXvJQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QRZyZqktAnbv45uqpvF6B9mXvJQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QRZyZqktAnbv45uqpvF6B9mXvJQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QRZyZqktAnbv45uqpvF6B9mXvJQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/marcocantublog/~4/XNNyJx3s6YE" height="1" width="1"/&gt;</content><feedburner:origLink>http://blog.marcocantu.com/blog/itdevcon_european_delphi_italy.html</feedburner:origLink></entry></feed>
