<?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>Andreano Lanusse - CodeGear Evangelist Leader for Latin America &#187; English</title>
	<link>http://blogs.codegear.com/andreanolanusse</link>
	<description>PLSM and Technical Evangelist Leader for Latin America</description>
	<pubDate>Tue, 29 Jul 2008 19:40:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.3-2.2.1</generator>
	<language>en-US</language>
			<item>
		<title>Tiburon - Building strings with TStringBuilder</title>
		<link>http://blogs.codegear.com/andreanolanusse/2008/07/24/tiburon-building-strings-with-tstringbuilder/</link>
		<comments>http://blogs.codegear.com/andreanolanusse/2008/07/24/tiburon-building-strings-with-tstringbuilder/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 06:02:45 +0000</pubDate>
		<dc:creator>Andreano Lanusse</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2008/07/24/tiburon-building-strings-with-tstringbuilder/</guid>
		<description><![CDATA[The RTL now includes a class called TStringBuilder.  Its purpose is revealed in its name – it is a class designed to “build up” strings.  TStringBuilder contains any number of overloaded functions for adding, replacing, and inserting content into a given string.
Here an example:

 The first message, 2009andC++ together, ops  

Replacing  &#8216;and&#8217; to &#8216; and &#8216;, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.codegear.com/files/2008/07/stringbuilderexample_726.jpg" title="String Builder example"></a><a href="http://blogs.codegear.com/files/2008/07/sbmessageok_730.jpg" title="sbmessageok_730.jpg"></a>The RTL now includes a class called TStringBuilder.  Its purpose is revealed in its name – it is a class designed to “build up” strings.  TStringBuilder contains any number of overloaded functions for adding, replacing, and inserting content into a given string.</p>
<p>Here an example:</p>
<p><a href="http://blogs.codegear.com/files/2008/07/stringbuilderexample_732.jpg" title="String Builder example"><img src="http://blogs.codegear.com/files/2008/07/stringbuilderexample_732.jpg" alt="String Builder example" /></a><a href="http://blogs.codegear.com/files/2008/07/stringbuilderexample_726.jpg" title="String Builder example"></a></p>
<p> The first message, 2009andC++ together, ops <img src='http://blogs.codegear.com/andreanolanusse/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://blogs.codegear.com/files/2008/07/sbandtogether_728.jpg" title="sbandtogether_728.jpg"><img src="http://blogs.codegear.com/files/2008/07/sbandtogether_728.jpg" alt="sbandtogether_728.jpg" /></a></p>
<p>Replacing  <strong>&#8216;and&#8217;</strong> to <strong>&#8216; and &#8216;</strong>, line 50</p>
<p><a href="http://blogs.codegear.com/files/2008/07/sbmessageok_730.jpg" title="sbmessageok_730.jpg"><img src="http://blogs.codegear.com/files/2008/07/sbmessageok_730.jpg" alt="sbmessageok_730.jpg" /></a></p>
<p class="akst_link"><a href="http://blogs.codegear.com/andreanolanusse/?p=38916&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_38916" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Tiburon%20-%20Building%20strings%20with%20TStringBuilder&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fandreanolanusse%2F2008%2F07%2F24%2Ftiburon-building-strings-with-tstringbuilder%2F" id="akst_email_38916" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/andreanolanusse/2008/07/24/tiburon-building-strings-with-tstringbuilder/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tiburon - more about DataSnap</title>
		<link>http://blogs.codegear.com/andreanolanusse/2008/07/21/tiburon-more-about-datasnap/</link>
		<comments>http://blogs.codegear.com/andreanolanusse/2008/07/21/tiburon-more-about-datasnap/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 18:25:58 +0000</pubDate>
		<dc:creator>Andreano Lanusse</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2008/07/21/tiburon-more-about-datasnap/</guid>
		<description><![CDATA[DataSnap is one of the big features in Tiburon. I’m pretty sure you will be surprised. Steve Shaughnessy started to talk about the new DataSnap.
The new DataSnap is completely independent from COM/DCOM and takes advantage of the DBX Framework. Basically you will transfer information between client and server, using the DBX Framework data types is [...]]]></description>
			<content:encoded><![CDATA[<p>DataSnap is one of the big features in Tiburon. I’m pretty sure you will be surprised. <a href="http://blogs.codegear.com/steveshaughnessy/2008/07/20/38912/">Steve Shaughnessy</a> started to talk about the new DataSnap.</p>
<p>The new DataSnap is completely independent from COM/DCOM and takes advantage of the DBX Framework. Basically you will transfer information between client and server, using the DBX Framework data types is very easy. So you are be able to execute server methods through the DataSet, and manipulating the returns as DBXReader and ClientDataSet.</p>
<p><strong>Building a Server Side</strong></p>
<p>To build a new DataSnap Server application, you basically need three components.</p>
<ul>
<li>DSServer - Server Component, control the server connection allowing to handle thought the events onConnect, onDisconnect, onError activities on the server.</li>
<li>DSTCPServerTransport - Component responsible to transfer the information between client and server thought the port specified as a property. Also you can define the buffer kb size.</li>
<li>DSServerClass - Register the server methods to the client.</li>
</ul>
<p>But, how and what can I expose to the DataSnap Client?</p>
<p>All public methods from any class descendent of TPersistence class could be exposed, since the class contain the compile directive {$MethodInfo ON} and is registered by DSServerClass.</p>
<p>Yes, it works for remote data module.</p>
<p>Below an example, a class exposed in my DataSnap server, contain 3 public methods.</p>
<p><a href="/files/2008/07/dsserver1_710.jpg" title="DataSnap - Server methods"><img src="/files/2008/07/dsserver1_710.jpg" alt="DataSnap - Server methods" /></a></p>
<p><strong>Client Side</strong></p>
<p>Let’s talk about the client side. How to connect and execute methods on the server?</p>
<p>The client side connection is based on DBXClient, which means you just need the SQLConnection(dbExpress), define the host name, port and DBXClient driver.</p>
<p>Using DBXClient as the driver you will take advantage of the entire DBX Framework, for example transfer DBXReader between client and server is very easy.</p>
<p>There are many ways to execute the methods exposed on the server, below are some examples using the methods from figure 1.</p>
<p><strong>Executing methods through SqlServerMethod component</strong></p>
<p>One way to execute the methods on the server is using the new SqlServerMethod component, this component inherits from CustomSQLDataSet, which means you will be able to execute server side methods using a DataSet, input/output parameters will be represented by Params property.</p>
<p><a href="/files/2008/07/dsclient1_712.jpg" title="DataSnap Client side"><img src="/files/2008/07/dsclient1_712.jpg" alt="DataSnap Client side" /></a></p>
<p><strong> Executing methods through SQLDataSet component</strong></p>
<p>A new CommandType named DataSnap.ServerMethods was added to the SQLDataSet component, which allows you to execute server side methods, returning DBXReader allows you to have bi-directional cursor through the ClientDataSet.</p>
<p>This is a small introduction about things you can do using the new DataSnap. Stay tuned we will bring more details and examples about DataSnap.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/andreanolanusse/?p=38912&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_38912" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Tiburon%20-%20more%20about%20DataSnap&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fandreanolanusse%2F2008%2F07%2F21%2Ftiburon-more-about-datasnap%2F" id="akst_email_38912" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/andreanolanusse/2008/07/21/tiburon-more-about-datasnap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tiburon - Anonymous Methods</title>
		<link>http://blogs.codegear.com/andreanolanusse/2008/07/17/tiburon-anonymous-methods/</link>
		<comments>http://blogs.codegear.com/andreanolanusse/2008/07/17/tiburon-anonymous-methods/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 08:54:35 +0000</pubDate>
		<dc:creator>Andreano Lanusse</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2008/07/17/tiburon-anonymous-methods/</guid>
		<description><![CDATA[In Tiburon you will be able to work with anonymous methods, but what is it?
Anonymous method is a procedure or function that does not have a name associated with it. An anonymous method treats a block of code as an entity that can be assigned to a variable or used as a parameter to a [...]]]></description>
			<content:encoded><![CDATA[<p>In Tiburon you will be able to work with anonymous methods, but what is it?</p>
<p>Anonymous method is a procedure or function that does not have a name associated with it. An anonymous method treats a block of code as an entity that can be assigned to a variable or used as a parameter to a method. In addition, an anonymous method can refer to variables and bind values to the variables in the context in which the method is defined.</p>
<p>Suppose you need to execute part of one code more them once, this code is only necessary in this method, you can define this code as anonymous, look the example below.</p>
<p><a href="http://blogs.codegear.com/files/2008/07/anonymous2_664.png" title="Anonymous example - binding variable"></a><a href="http://blogs.codegear.com/files/2008/07/anonymous_662.png" title="Anonymous Example"><img src="http://blogs.codegear.com/files/2008/07/anonymous_662.png" alt="Anonymous Example" /></a></p>
<p>Simple and shorter the code is that uses anonymous methods. This is ideal if you want to explicitly and simply define these methods and use them immediately without the overhead and effort of creating a class that may never be used anywhere else. The resulting code is easier to understand.</p>
<p>A very important feature of anonymous methods is that they may reference variables that are visible to them where they were defined, these variables can be bound to values and wrapped up with a reference to the anonymous method.</p>
<p><a href="http://blogs.codegear.com/files/2008/07/anonymous2_664.png" title="Anonymous example - binding variable"><img src="http://blogs.codegear.com/files/2008/07/anonymous2_664.png" alt="Anonymous example - binding variable" /></a></p>
<p>The variable adder contains an anonymous method that binds the value 20 to the variable y referenced in the anonymous method&#8217;s code block. This binding persists even if the value goes out of scope.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/andreanolanusse/?p=38909&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_38909" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Tiburon%20-%20Anonymous%20Methods&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fandreanolanusse%2F2008%2F07%2F17%2Ftiburon-anonymous-methods%2F" id="akst_email_38909" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/andreanolanusse/2008/07/17/tiburon-anonymous-methods/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Webinar: Delphi for PHP for PHP developers</title>
		<link>http://blogs.codegear.com/andreanolanusse/2008/06/26/webinar-delphi-for-php-for-php-developers/</link>
		<comments>http://blogs.codegear.com/andreanolanusse/2008/06/26/webinar-delphi-for-php-for-php-developers/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 08:01:50 +0000</pubDate>
		<dc:creator>Andreano Lanusse</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2008/06/26/webinar-delphi-for-php-for-php-developers/</guid>
		<description><![CDATA[If yolu are interested in PHP development, fell free to join me today June 26, for our PHP webinar "Delphi for PHP for PHP developers".
I wll demonstrate how Delphi for PHP brings visual development to the world of PHP, and how powerful is our PHP editor, debugger and profiler. Below a list of features will you see [...]]]></description>
			<content:encoded><![CDATA[<p>If yolu are interested in PHP development, fell free to join me today June 26, for our PHP webinar "Delphi for PHP for PHP developers".</p>
<p>I wll demonstrate how Delphi for PHP brings visual development to the world of PHP, and how powerful is our PHP editor, debugger and profiler. Below a list of features will you see in this presentation:</p>
<ul>
<li>Source code features
<ul>
<li>Error Insight</li>
<li>Sync Edit</li>
<li>Structure Pane</li>
<li>Code Insight</li>
<li>Change tracking</li>
<li>Macro record</li>
<li>Code Folding</li>
<li>Bookmarks</li>
<li>Multiple editors</li>
<li>UTF-8 support</li>
<li>phpDoc support</li>
<li>Customize the editor</li>
<li>Code formatter</li>
</ul>
</li>
<li>Running and debugging a PHP legacy application</li>
<li>Visual Designer and Templated forms</li>
<li>Zend framework</li>
<li>Build a database access</li>
</ul>
<p>Register <a href="https://www1.gotomeeting.com/register/399976972"><strong>here</strong></a></p>
<p>See you soon!!</p>
<p class="akst_link"><a href="http://blogs.codegear.com/andreanolanusse/?p=38906&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_38906" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Webinar%3A%20Delphi%20for%20PHP%20for%20PHP%20developers&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fandreanolanusse%2F2008%2F06%2F26%2Fwebinar-delphi-for-php-for-php-developers%2F" id="akst_email_38906" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/andreanolanusse/2008/06/26/webinar-delphi-for-php-for-php-developers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FireFox Download Day</title>
		<link>http://blogs.codegear.com/andreanolanusse/2008/05/30/firefox-download-day-3/</link>
		<comments>http://blogs.codegear.com/andreanolanusse/2008/05/30/firefox-download-day-3/#comments</comments>
		<pubDate>Fri, 30 May 2008 08:42:21 +0000</pubDate>
		<dc:creator>Andreano Lanusse</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2008/05/30/firefox-download-day-3/</guid>
		<description><![CDATA[My favorite browser is FireFox, the version 3 is comming soon, and they want to set a Guinness World Record for the most software download in 24 hours.
If you wanna help FireFox, click here for more information.
]]></description>
			<content:encoded><![CDATA[<p>My favorite browser is FireFox, the version 3 is comming soon, and they want to set a Guinness World Record for the most software download in 24 hours.</p>
<p>If you wanna help FireFox, <a href="http://www.spreadfirefox.com/en-US/worldrecord"><strong>click here</strong></a><strong> </strong>for more information.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/andreanolanusse/?p=38905&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_38905" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=FireFox%20Download%20Day&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fandreanolanusse%2F2008%2F05%2F30%2Ffirefox-download-day-3%2F" id="akst_email_38905" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/andreanolanusse/2008/05/30/firefox-download-day-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating Compact Framework Applications in RAD Studio 2007</title>
		<link>http://blogs.codegear.com/andreanolanusse/2008/05/29/creating-compact-framework-applications-in-rad-studio-2007/</link>
		<comments>http://blogs.codegear.com/andreanolanusse/2008/05/29/creating-compact-framework-applications-in-rad-studio-2007/#comments</comments>
		<pubDate>Thu, 29 May 2008 14:05:43 +0000</pubDate>
		<dc:creator>Andreano Lanusse</dc:creator>
		
		<category><![CDATA[English]]></category>

		<category><![CDATA[Delphi .NET Compact Framework]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2008/05/29/creating-compact-framework-applications-in-rad-studio-2007/</guid>
		<description><![CDATA[David Clegg published on Developer Network a great article about Compact Framework Applications in RAD Studio. The article outline the steps required to get up and running with creating Compact Framework applications using RAD Studio 2007.
]]></description>
			<content:encoded><![CDATA[<p>David Clegg published on Developer Network a great article about <a href="http://dn.codegear.com/article/37915"><strong>Compact Framework Applications in RAD Studio</strong></a>. The article outline the steps required to get up and running with creating Compact Framework applications using RAD Studio 2007.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/andreanolanusse/?p=38900&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_38900" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Creating%20Compact%20Framework%20Applications%20in%20RAD%20Studio%202007&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fandreanolanusse%2F2008%2F05%2F29%2Fcreating-compact-framework-applications-in-rad-studio-2007%2F" id="akst_email_38900" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/andreanolanusse/2008/05/29/creating-compact-framework-applications-in-rad-studio-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Delphi Day/JBuilder Day in Chile and Argentina</title>
		<link>http://blogs.codegear.com/andreanolanusse/2008/05/27/delphi-dayjbuilder-day-in-chile-and-argentina/</link>
		<comments>http://blogs.codegear.com/andreanolanusse/2008/05/27/delphi-dayjbuilder-day-in-chile-and-argentina/#comments</comments>
		<pubDate>Wed, 28 May 2008 05:37:51 +0000</pubDate>
		<dc:creator>Andreano Lanusse</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<category><![CDATA[JBuilder/Java]]></category>

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

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

		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2008/05/27/delphi-dayjbuilder-day-in-chile-and-argentina/</guid>
		<description><![CDATA[During the last 2 weeks we had 4 events in Latin America: 2 Delphi Days and 2 JBuilder Days, both in Chile and Argentina.  This was my first event after the announcement, but I was not alone- David I was with me in Chile and Jeff Anders in Argentina.
Both of the Delphi Days were great [...]]]></description>
			<content:encoded><![CDATA[<p>During the last 2 weeks we had 4 events in Latin America: 2 Delphi Days and 2 JBuilder Days, both in Chile and Argentina.  This was my first event after the announcement, but I was not alone- David I was with me in Chile and Jeff Anders in Argentina.</p>
<p>Both of the Delphi Days were great and unique opportunities to talk our community and answer the main question: “What will happen with Delphi?”.  The answer is very simple, LONG LIFE FOR DELPHI.</p>
<p>During the event the attendees had an opportunity to see Delphi for PHP 2 and Delphi/400, our most recently released products.</p>
<p>Both JBuilder Day as well as Delphi Day were successful.   The new JBuilder 2008 with Application Factories is an answer to many Java issues;  not just to support web development, frameworks, libraries, etc., but to help developers to share ideas, to transform their intention into reality and dramatically improve productivity.</p>
<p>This week more 4 JBuilder events to go!  Two in Mexico City and one in Guadalajara and Monterrey.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/andreanolanusse/?p=38899&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_38899" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Delphi%20Day%2FJBuilder%20Day%20in%20Chile%20and%20Argentina&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fandreanolanusse%2F2008%2F05%2F27%2Fdelphi-dayjbuilder-day-in-chile-and-argentina%2F" id="akst_email_38899" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/andreanolanusse/2008/05/27/delphi-dayjbuilder-day-in-chile-and-argentina/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Modeling databases with Embarcadero ER/Studio: an InterBase example</title>
		<link>http://blogs.codegear.com/andreanolanusse/2008/05/13/modeling-databases-with-embarcadero-erstudio-an-interbase-example/</link>
		<comments>http://blogs.codegear.com/andreanolanusse/2008/05/13/modeling-databases-with-embarcadero-erstudio-an-interbase-example/#comments</comments>
		<pubDate>Tue, 13 May 2008 21:38:54 +0000</pubDate>
		<dc:creator>Andreano Lanusse</dc:creator>
		
		<category><![CDATA[English]]></category>

		<category><![CDATA[InterBase (Portuguese)]]></category>

		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2008/05/13/modeling-databases-with-embarcadero-erstudio-an-interbase-example/</guid>
		<description><![CDATA[As you know Embarcadero is a database company, now a database and developer company.  A number of great database tools are coming, one of these tools is ER/Studio, which is a tool specialized in database modeling.
ER/Studio is independent of the database, offering native integration with MySQL, Oracle, Sysbase, and DB2.  To connect to [...]]]></description>
			<content:encoded><![CDATA[<p>As you know Embarcadero is a database company, now a database and developer company.  A number of great database tools are coming, one of these tools is ER/Studio, which is a tool specialized in database modeling.</p>
<p>ER/Studio is independent of the database, offering native integration with MySQL, Oracle, Sysbase, and DB2.  To connect to other databases, you can use ODBC, and in the screen shot below you can see the famous example database from InterBase, the employee.ib represented in ER/Studio.</p>
<p><a href="/files/2008/05/erstudio_465.jpeg" title="ER/Studio Modeling"><img src="/files/2008/05/erstudio_465.jpeg" alt="ER/Studio Modeling" height="428" width="683" /></a></p>
<p>ER/Studio provides a lot of functionality and definitely will make your life easier with features like: reverse engineering, synchronization, data warehouse support, and the complete database management.</p>
<p>This is just the beginning!!!</p>
<p class="akst_link"><a href="http://blogs.codegear.com/andreanolanusse/?p=38894&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_38894" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=Modeling%20databases%20with%20Embarcadero%20ER%2FStudio%3A%20an%20InterBase%20example&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fandreanolanusse%2F2008%2F05%2F13%2Fmodeling-databases-with-embarcadero-erstudio-an-interbase-example%2F" id="akst_email_38894" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/andreanolanusse/2008/05/13/modeling-databases-with-embarcadero-erstudio-an-interbase-example/feed/</wfw:commentRss>
		</item>
		<item>
		<title>E-Commerce Application V3 with Delphi for PHP 2 and InterBase</title>
		<link>http://blogs.codegear.com/andreanolanusse/2008/05/05/e-commerce-application-v3-with-delphi-for-php-2-and-interbase/</link>
		<comments>http://blogs.codegear.com/andreanolanusse/2008/05/05/e-commerce-application-v3-with-delphi-for-php-2-and-interbase/#comments</comments>
		<pubDate>Mon, 05 May 2008 18:22:22 +0000</pubDate>
		<dc:creator>Andreano Lanusse</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2008/05/05/e-commerce-application-v3-with-delphi-for-php-2-and-interbase/</guid>
		<description><![CDATA[Here the third version of the e-commerce application, based on Delphi for PHP 2.
There are some updates on this version, especially on the smarty template, now with the new HTML Designer we can see the templates in the IDE.  
After you download the example read the Readme file and my first post about this [...]]]></description>
			<content:encoded><![CDATA[<p><font face="Verdana"><font size="2"><font color="#000000"><span>Here the third version of the e-commerce application, based on Delphi</span> for PHP 2.</font></font></font></p>
<p><font color="#000000" face="Verdana" size="2"><span>There are some updates on this version, especially on the smarty template, now with the new HTML Designer we can see the templates in the IDE.  </span></font></p>
<p><font color="#000000" face="Verdana" size="2"><span>After<span> </span><span>you</span> download the example read the Readme file and my first post about this <strong><a href="http://blogs.codegear.com/andreanolanusse/2007/04/22/e-commerce-application-with-delphi-for-php-and-interbase/">demo</a></strong>.</span></font></p>
<p><a href="/files/2008/05/ecommerce_439.jpg" title="E-commerce application in Delphi for PHP 2"><img src="/files/2008/05/ecommerce_439.thumbnail.jpg" alt="E-commerce application in Delphi for PHP 2" /></a></p>
<p><span><font color="#000000" face="Verdana" size="2">Download -&gt; <strong><a href="http://cc.codegear.com/item/24557">http://cc.codegear.com/item/25575</a></strong></font></span><font color="#000000" face="Verdana" size="2"><span></span></font></p>
<p><font color="#000000" face="Verdana" size="2">Have fun!!<br />
</font></p>
<p class="akst_link"><a href="http://blogs.codegear.com/andreanolanusse/?p=38887&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_38887" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=E-Commerce%20Application%20V3%20with%20Delphi%20for%20PHP%202%20and%20InterBase&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fandreanolanusse%2F2008%2F05%2F05%2Fe-commerce-application-v3-with-delphi-for-php-2-and-interbase%2F" id="akst_email_38887" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/andreanolanusse/2008/05/05/e-commerce-application-v3-with-delphi-for-php-2-and-interbase/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The future of MySQL (The Project)</title>
		<link>http://blogs.codegear.com/andreanolanusse/2008/04/30/the-future-of-mysql-the-project/</link>
		<comments>http://blogs.codegear.com/andreanolanusse/2008/04/30/the-future-of-mysql-the-project/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 13:56:12 +0000</pubDate>
		<dc:creator>Andreano Lanusse</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<guid isPermaLink="false">http://blogs.codegear.com/andreanolanusse/2008/04/30/the-future-of-mysql-the-project/</guid>
		<description><![CDATA[Michael Widenius (often called Monty), the main author of the original version of the open-source MySQL database and a founding member of the MySQL AB company, explain in this presentation the future of MySQL and why he believes MySQL is not a  Open Source project, very interesting presentation.
Share This &#124; Email this page to a [...]]]></description>
			<content:encoded><![CDATA[<p>Michael Widenius (often called Monty), the main author of the original version of the open-source MySQL database and a founding member of the MySQL AB company, explain in this <strong><a href="http://www.scribd.com/doc/2575733/The-future-of-MySQL-The-Project">presentation</a></strong> the future of MySQL and why he believes MySQL is not a  Open Source project, very interesting presentation.</p>
<p class="akst_link"><a href="http://blogs.codegear.com/andreanolanusse/?p=38886&amp;akst_action=share-this"  title="Post to del.icio.us, etc." id="akst_link_38886" class="akst_share_link" rel="nofollow">Share This</a> | <a href="mailto:?subject=The%20future%20of%20MySQL%20%28The%20Project%29&body=Have you seen this? http%3A%2F%2Fblogs.codegear.com%2Fandreanolanusse%2F2008%2F04%2F30%2Fthe-future-of-mysql-the-project%2F" id="akst_email_38886" class="akst_share_email" rel="nofollow">Email this page to a friend</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.codegear.com/andreanolanusse/2008/04/30/the-future-of-mysql-the-project/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
