<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-10113675</id><updated>2011-12-05T02:27:35.542-08:00</updated><title type='text'>Esteban's Blog (A Software Developer Management process blog)</title><subtitle type='html'>A blog dedicated to Software Development, specially on Embarcadero Delphi, Microsoft C# and Sun's Java.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default?start-index=101&amp;max-results=100'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>120</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-10113675.post-3446514068120624639</id><published>2009-10-03T17:27:00.000-07:00</published><updated>2009-10-03T17:47:05.359-07:00</updated><title type='text'>Lost your ethernet cards on your VM?</title><content type='html'>This tip may help you.&lt;br /&gt;&lt;br /&gt;We use virtualization A LOT on our environments, as a symbol of trust to this concept we only have half of our web production servers as real machines, the other half is virtualized.&lt;br /&gt;&lt;br /&gt;A common issue we found is that after installing SP2 on a Windows 2003 Ent/Standard installation or simply after installing certain security updates on Windows 2003 Ent/Standard R2 installations we lost sometimes the ethernet cards of the Virtual Machines (VM).&lt;br /&gt;&lt;br /&gt;Well, the solution is quite simple, this problem usually only happens when you have not installed the client VMware tools, after installing them and restarting the Virtual machine you will be back in business.&lt;br /&gt;&lt;br /&gt;Strange? yup.  Drove me nuts a couple of times.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-3446514068120624639?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/3446514068120624639/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=3446514068120624639' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3446514068120624639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3446514068120624639'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2009/10/lost-your-ethernet-cards-on-your-vm.html' title='Lost your ethernet cards on your VM?'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-6173467568075837246</id><published>2009-09-29T00:01:00.000-07:00</published><updated>2009-09-30T10:41:19.788-07:00</updated><title type='text'>Squeezing a Cabinet file.</title><content type='html'>As part of our applications automatic update process we transfer a CAB file to the client side that contains the required updates. &lt;br /&gt;&lt;br /&gt;Lately we've being using certain components that are increasing the "weight" of our applications to the point that it is becoming a bit slow to transfer these cab files.   The immediate solution to this situation was to review the compression rate of the CAB files to compensate for the additional weight of the applications.  &lt;br /&gt;&lt;br /&gt;The interesting part of this "simple" procedure was to look at the command line help of the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;makecab&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;exe&lt;/span&gt;, around four lines and none of them telling us what we could do to help us on this topic.  Nothing that some searching and reading can not fix, so if anyone ever has the need of adjusting its CAB compression ratio here it is the solution:&lt;br /&gt;&lt;br /&gt;The CAB format allows you to use three compression methods: Deflate, Quantum and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;LZX&lt;/span&gt;.  Obviously we pick the always effective &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;LZX&lt;/span&gt; algorithm, which you can enable by using this command:&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;MAKECAB&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;exe&lt;/span&gt; /D &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;CompressionType&lt;/span&gt;=&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;LZX&lt;/span&gt; /D &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;CompressionMemory&lt;/span&gt;=21 /L ..\Output File1 File2.CAB&lt;br /&gt;&lt;br /&gt;Where File1 is the file you want to compress and File2.cab is the resulting file.  "/L" indicates an output directory.  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;CompressionMemory&lt;/span&gt; is the level of compression under the algorithm in question, 21 seems to be the highest.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-6173467568075837246?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/6173467568075837246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=6173467568075837246' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/6173467568075837246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/6173467568075837246'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2009/09/squeezing-cabinet-file.html' title='Squeezing a Cabinet file.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-2488421750051662751</id><published>2009-09-27T21:55:00.001-07:00</published><updated>2009-09-27T22:04:30.729-07:00</updated><title type='text'>There is a business opportunity EVERYWHERE.</title><content type='html'>It is a matter of "simply" finding them. &lt;br /&gt;&lt;br /&gt;If there is a need, there is an opportunity.  Native cross platform? for me opportunity! 64 bits? semi-opportunity, for some it is very needed, for some others is just a way of showing management that our cool language and IDE supports the latest trends and we are as "fast" as any managed 64 bits and actually "faster" because we are native. (You must understand that's for management, so, save all the technical no no argument, that is why is on quotations.)&lt;br /&gt;&lt;br /&gt;The latest example of a good opportunity, and someone going after it is &lt;a href="http://www.captcha-bypass.com"&gt;this&lt;/a&gt; website that &lt;span class=""&gt;&lt;/span&gt;&lt;a href="https://forums.embarcadero.com/profile.jspa?userID=3480"&gt;Eko Indriyawan&lt;/a&gt; one of our community members post on the Delphi forums.&lt;br /&gt;&lt;br /&gt;It looks legit and actually from a technical point of view gets me thinking on the implementation they used to build it.  I'm pretty sure tons of spamming companies will give it a try.  It will mean a quick cash flow for the creators which probably will die soon after, but will get someone making good money for a bit.&lt;br /&gt;&lt;br /&gt;ahh so nice, the beautiful process of finding opportunities keeps going...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-2488421750051662751?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/2488421750051662751/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=2488421750051662751' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2488421750051662751'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2488421750051662751'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2009/09/there-is-business-opportunity.html' title='There is a business opportunity EVERYWHERE.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-2929251943696662795</id><published>2009-08-31T12:46:00.001-07:00</published><updated>2009-08-31T12:48:39.059-07:00</updated><title type='text'>DevExpress now officially supporting Delphi 2010.</title><content type='html'>Well, they were quick to deliver and now it is official.  DevExpress is supporting Delphi 2010 and it is available for download to all their license holders.&lt;br /&gt;&lt;br /&gt;The new Express Install, v1.46 includes full support for Delphi 2010 and C++ Builder 2010 to the following VCL components:&lt;br /&gt;&lt;br /&gt;ExpressQuantumGrid v6&lt;br /&gt;ExpressQuantumTreeList v5&lt;br /&gt;ExpressVerticalGrid&lt;br /&gt;ExpressPivotGrid v2&lt;br /&gt;ExpressScheduler v3&lt;br /&gt;ExpressBars v6 and Docking Library&lt;br /&gt;ExpressNavBar v2&lt;br /&gt;ExpressEditors Library&lt;br /&gt;ExpressSkins Library&lt;br /&gt;ExpressSpreadSheet&lt;br /&gt;ExpressLayout Control&lt;br /&gt;ExpressPageControl&lt;br /&gt;ExpressDBTree&lt;br /&gt;ExpressFlowChart&lt;br /&gt;ExpressOrgChart&lt;br /&gt;ExpressSpellChecker&lt;br /&gt;ExpressPrinting System v3&lt;br /&gt;&lt;br /&gt;Very good news indeed, Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-2929251943696662795?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/2929251943696662795/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=2929251943696662795' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2929251943696662795'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2929251943696662795'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2009/08/devexpress-now-officially-supporting.html' title='DevExpress now officially supporting Delphi 2010.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-8145951680580062011</id><published>2009-05-14T10:04:00.000-07:00</published><updated>2009-05-14T10:08:07.552-07:00</updated><title type='text'>Follow Delphi Live!</title><content type='html'>If you were one of the unlucky (like me) that could not assist to Delphi Live, follow the instant updates from lots of Delphi developers that are having a great time at it, this is the link at &lt;a href="http://search.twitter.com/search?q=delphilive"&gt;Twitter&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Nick Hodges is coming up next with an update on the Delphi Roadmap, so, what can be more exciting than that!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;GOGO Delphi!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-8145951680580062011?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/8145951680580062011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=8145951680580062011' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/8145951680580062011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/8145951680580062011'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2009/05/follow-delphi-live.html' title='Follow Delphi Live!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-1222203704381535004</id><published>2009-04-06T17:50:00.000-07:00</published><updated>2009-04-06T17:56:12.041-07:00</updated><title type='text'>Time for new looks...</title><content type='html'>Well,&lt;br /&gt;&lt;br /&gt;Lately we've seen a lot of websites changing their look to get into the web 2.0 fashion, and my favorite resource center for all Delphi related data is no exception.  The ultra fast and cool, Delphi made FullTextSearch.com (Tamarack) has a new address and look in &lt;a href="http://www.codenewsfast.com/"&gt;http://www.codenewsfast.com/&lt;/a&gt; under the umbrella of HREF Tools.&lt;br /&gt;&lt;br /&gt;Congratulations, can't wait to see the benefits of migrating to Delphi 2009 in the months to come!.&lt;br /&gt;&lt;br /&gt;If you were not using this full text search engine for the Delphi and C++ Builder community and third party newsgroups, it is time you do it.  Go and check it out!.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-1222203704381535004?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/1222203704381535004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=1222203704381535004' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/1222203704381535004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/1222203704381535004'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2009/04/time-for-new-looks.html' title='Time for new looks...'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-8945466859992041882</id><published>2009-03-24T14:41:00.001-07:00</published><updated>2009-03-24T14:48:45.939-07:00</updated><title type='text'>The future in our fingertips...</title><content type='html'>So, we loved the BlackBerry and what they did with that little ball on their keypad.  Then Apple came and show us how amazing it is to use our fingertips on screen touch technology, in the meanwhile Microsoft amazed us with their Microsoft Surface, but what is next?&lt;br /&gt;&lt;br /&gt;After I saw &lt;a href="http://www.ted.com/index.php/talks/pattie_maes_demos_the_sixth_sense.html"&gt;this video&lt;/a&gt;, I just laughed and enjoyed the fact that we live in very exciting times, StarTrek,  StarWars and more getting closer to our time.  Once reality came back to my senses, I went back to my Delphi 2009 and kept working on creating the coolest systems I can, with the language I love.&lt;br /&gt;&lt;br /&gt;Enjoy these times and enjoy life.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-8945466859992041882?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/8945466859992041882/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=8945466859992041882' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/8945466859992041882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/8945466859992041882'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2009/03/future-in-our-fingertips.html' title='The future in our fingertips...'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-5107831843506851698</id><published>2008-09-04T21:37:00.000-07:00</published><updated>2008-09-04T21:38:55.811-07:00</updated><title type='text'>You gotta love the TIOBE headline for September.</title><content type='html'>Want to find out what it is?&lt;br /&gt;&lt;br /&gt;Go and check it &lt;a href="http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html"&gt;out!&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-5107831843506851698?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/5107831843506851698/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=5107831843506851698' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/5107831843506851698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/5107831843506851698'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2008/09/you-gotta-love-tiobe-headline-for.html' title='You gotta love the TIOBE headline for September.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-2092221121671187807</id><published>2008-09-02T19:58:00.000-07:00</published><updated>2008-09-02T20:59:05.830-07:00</updated><title type='text'>Credit Card number validator for Delphi</title><content type='html'>We are implementing parts of a global electronic payment solution and one of the mandatory features was to verify credit card numbers.  This is done using the &lt;a href="http://en.wikipedia.org/wiki/Luhn_algorithm"&gt;Luhn algorithm&lt;/a&gt;.   I was expecting to find a wide variety of implementations on our sexy Delphi language but to my surprise there were very few hits on my search.&lt;br /&gt;&lt;br /&gt;So, for others that may needed, I'm including this small routine that validates the credit card number (not the card secure code, nor the expiration date).  There are several implementations on the web that based on the card prefix digits you can determine the kind of card you are looking at (VISA, MC, Dinners, etc.)  That kind of inferences are not reliable for a global solution so the decision was made to drop that auto detection.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote style="font-family: courier new;"&gt;&lt;span style="font-size:85%;"&gt;function ValidateCreditCardNumber(CreditCardNumber:string):boolean;&lt;br /&gt;&lt;br /&gt;Const&lt;br /&gt; DigitsAllowed = ['0'..'9'];&lt;br /&gt; MaxCCSize = 19;&lt;br /&gt; MinCCSize = 13;&lt;br /&gt;&lt;br /&gt; var&lt;br /&gt;  i : integer;&lt;br /&gt;  CleanCardNumber: string;&lt;br /&gt;  digit: Integer;&lt;br /&gt;  CheckSum: Integer; { Holds the value of the operation }&lt;br /&gt;  Flag: Boolean; { used to indicate when ready }&lt;br /&gt;  Counter: Integer; { index counter }&lt;br /&gt;  PartNumber: string; { used to extract each digit of number }&lt;br /&gt;  Number: Integer; { used to convert each digit to integer}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Begin&lt;br /&gt; CleanCardNumber:='';&lt;br /&gt; digit:=0;&lt;br /&gt;&lt;br /&gt; // Remove any non numeric value&lt;br /&gt; for I := 1 to Length(CreditCardNumber) do&lt;br /&gt;  Begin&lt;br /&gt;    if CreditCardNumber[i] in DigitsAllowed then&lt;br /&gt;     CleanCardNumber:= CleanCardNumber + CreditCardNumber[i];&lt;br /&gt;  End;&lt;br /&gt;&lt;br /&gt;// Check for valid card length number&lt;br /&gt; if (Length(CleanCardNumber)&lt;minccsize)&gt;MaxCCSize) then&lt;br /&gt;  Begin&lt;br /&gt;   Result:= False;&lt;br /&gt;   Exit;&lt;br /&gt;  End;&lt;br /&gt;&lt;br /&gt;// get the starting value for our counter&lt;br /&gt;  Counter := Length(CleanCardNumber);&lt;br /&gt;  CheckSum := 0;&lt;br /&gt;  PartNumber := '';&lt;br /&gt;  Number := 0;&lt;br /&gt;  Flag := false;&lt;br /&gt;&lt;br /&gt;  while (Counter &gt;= 1) do&lt;br /&gt;  begin&lt;br /&gt;    // get the current digit&lt;br /&gt;    PartNumber := Copy(CleanCardNumber, Counter, 1);&lt;br /&gt;    Number := StrToInt(PartNumber); // convert to integer&lt;br /&gt;    if (Flag) then // only do every other digit&lt;br /&gt;    begin&lt;br /&gt;      Number := Number * 2;&lt;br /&gt;      if (Number &gt;= 10) then&lt;br /&gt;        Number := Number - 9;&lt;br /&gt;    end;&lt;br /&gt;    CheckSum := CheckSum + Number;&lt;br /&gt;&lt;br /&gt;    Flag := not (Flag);&lt;br /&gt;&lt;br /&gt;    Counter := Counter - 1;&lt;br /&gt;  end;&lt;br /&gt;&lt;br /&gt;  result := ((CheckSum mod 10) = 0);&lt;br /&gt;&lt;br /&gt;End;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;This implementation is based on a 1996 VB Code migration from Shawn Wilson.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-2092221121671187807?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/2092221121671187807/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=2092221121671187807' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2092221121671187807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2092221121671187807'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2008/09/credit-card-number-validator-for-delphi.html' title='Credit Card number validator for Delphi'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-667839084911873632</id><published>2008-07-17T09:40:00.000-07:00</published><updated>2008-07-17T15:39:27.522-07:00</updated><title type='text'>Tiburón swimming in Lake Ontario.</title><content type='html'>For the first time, a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Tiburón&lt;/span&gt; was found last night swimming around the North York Public Library and people is wondering if they are coming out from Lake Ontario.&lt;br /&gt;&lt;br /&gt;But, such a thing seems to be untrue.  All points out that our visitor came from Silicon Valley.&lt;br /&gt;&lt;br /&gt;     Yup!, we had the pleasure to listen to no other than legend &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;CodeGear&lt;/span&gt; developer David &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;Intersimone&lt;/span&gt; and Anders &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;Ohlsson&lt;/span&gt; (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;geesh&lt;/span&gt;, hope i got his lastname right).  They gave us a good talk about CodeGear, Embarcadero and tour of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;Tiburón&lt;/span&gt;, called now &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_6"&gt;officialy&lt;/span&gt; "Delphi 2009".&lt;br /&gt;&lt;br /&gt;    The highly expected Unicode support is everywhere and it seems that the guys put lots of effort on achieving a high degree of backwards compatibility, which is as usual, a fantastic tradition that thankfully Delphi has never lost.&lt;br /&gt;&lt;br /&gt;Lots of new classes to help us on this transition, some new enhancements to the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;VCL&lt;/span&gt; (some cool new components there) which you probably already saw on all the blog posts that &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;CodeGear&lt;/span&gt; is generating now.&lt;br /&gt;&lt;br /&gt;BUT, now lets talk about those hidden gems that we could see while they were demoing stuff, for example, a new little &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_9"&gt;category&lt;/span&gt; to the component tool palette, something called "Ribbon Components", yup, they didn't mention it, they didn't demo them, but it was there.  So, no &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;NDA&lt;/span&gt; violation here, nor there, merely healthy speculation.&lt;br /&gt;&lt;br /&gt;Also I noticed two more categories, and I am extremely happy about them, because it means that we are finally getting some love on the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_11"&gt;middle tier&lt;/span&gt; area.  It seems to be part of the announced improvements to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;DataSnap&lt;/span&gt;, a "Data Snap Client" and "Data Snap Server" categories, instead of the typical single "&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;DataSnap&lt;/span&gt;" group.  What is in there, no idea, but hey, i like the hint.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Anyway, it was a great time, a great experience, Delphi is getting better.  The guys seemed to be pump about the future, and so are we.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Oh, and did I mention that we are hiring? :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;a id="Bloggers__ct8_Hyperlink1" class="blogname" name="Hyperlink1" title="The Hacker\'s Corner" href="http://blogs.codegear.com/ao/"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-667839084911873632?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/667839084911873632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=667839084911873632' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/667839084911873632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/667839084911873632'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2008/07/tiburn-swimming-in-lake-ontario.html' title='Tiburón swimming in Lake Ontario.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-7104080490609570006</id><published>2008-04-29T22:12:00.000-07:00</published><updated>2008-04-29T22:37:08.243-07:00</updated><title type='text'>How to create a Web Server Control in ASP.Net with Delphi 2007</title><content type='html'>We were presented with the challenge of creating our own server controls.  After some research on the web, we found very few examples regarding how to do this, even less if they are specifically targeted to Delphi.Net 2007.&lt;br /&gt;&lt;br /&gt;  So, in order to help the next fellow Delphi developer that is presented with similar situations, it is our objective to publish small articles on every new item that we face in our development process as a contribution to the new Spirit of Delphi that is growing in the community.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Special thanks to &lt;span style="font-weight: bold;"&gt;Feryal Badili&lt;/span&gt; for putting this article together.  :)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Here is the step-by-step instruction on how to create a simple server control in Delphi 2007.&lt;br /&gt;&lt;br /&gt;Well, there are two ways to create web components in Delphi:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1)&lt;/span&gt; You can go to 'File-New-Other-Delphi for .NET Projects' and choose 'Web Control Library'.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2)&lt;/span&gt; OR, you can go to 'File-New-Other-Delphi for .NET Projects' and choose 'Package'. Then in project manager panel, right click on 'Contains' folder and select 'Add new-Other-Delphi for .NET Projects-New ASP.NET Files' and select 'Web Custom Control'. You may want to use this approach if you would like to have multiple controls in the same package.&lt;br /&gt;&lt;br /&gt;The general recommendation is to use the first method to create a web custom control for the first time, it is a lot easier in the long run, believe me.&lt;br /&gt;&lt;br /&gt;Delphi will generate the source code for a very simple web control. Let's just try to understand it:&lt;br /&gt;&lt;br /&gt;The default name for the file is 'WebControl1.pas' . It is a Delphi unit file and the unit name is really your namespace. You need to remember that because you're going to need it later when you are using the control in your web page!&lt;br /&gt;&lt;br /&gt;Under 'Type' section of the code, you will see the following lines:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family:courier new;"&gt;[DefaultProperty('Text'),&lt;/span&gt; &lt;!--{0}:MyWebControl1--&gt;&lt;span style="font-family:courier new;"&gt;   ToolboxData('&lt;{0}:MyWebControl1 runat=server&gt;')]&lt;/span&gt; &lt;span style="font-family:courier new;"&gt;  MyWebControl1 = class(System.Web.UI.WebControls.WebControl)&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Well, what does it mean?&lt;br /&gt;Your class MyWebControl1 is derived from System.Web.UI.WebControls.WebControl.&lt;br /&gt;&lt;br /&gt;  If your control renders a user interface (UI) element or any other visible element on the client, you should derive your control from System.Web.UI.WebControls.WebControl (or a derived class).&lt;br /&gt;&lt;br /&gt;  If your control renders an element that is not visible in the client browser, such as a hidden element or a meta element, derive your control from System.Web.UI.Control. The WebControl class derives from Control and adds style-related properties such as Font, Forecolor, and BackColor.&lt;br /&gt;&lt;br /&gt;  In addition, a control that derives from WebControl participates in the themes features of ASP.NET without any extra work on your part.  If your control extends the functionality of an existing control, such as the Button, Label, or Image controls, you can derive from that control.&lt;br /&gt;If you are going to have multiple visual controls in your server component and you wish to inherit the basic functionality of the parent controls, you need to derive your class from CompositeControl class:&lt;br /&gt;&lt;blockquote face="courier new"&gt;MyWebControl1 = class(System.Web.UI.WebControls.CompositeControl)&lt;/blockquote&gt;To learn more about composite controls, see:&lt;br /&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/3257x3ea%28VS.80%29.aspx"&gt;http://msdn2.microsoft.com/en-us/library/3257x3ea(VS.80).aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The code inside brackets that is generated on top of your class definition is attributes that apply to your class. To learn more about these attributes, see the following link:&lt;br /&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/ms178658%28VS.80%29.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms178658(VS.80).aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The code generated by Delphi adds a property called 'Text' to your component . Since this property is published, you will be able to see it in the "IntelliSense" or "Code Completion" and object inspector when you use this component in a web page.&lt;br /&gt;&lt;br /&gt;As you can see, this property also has some attributes:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Bindable:&lt;/span&gt; set it to true if your property can be data bound.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Category:&lt;/span&gt; In object inspector,  this property will appear under the category(group) that you define.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;DefaultValue:&lt;/span&gt; Obviously, this is the default value of your property.&lt;br /&gt;&lt;br /&gt;You need to define these attributes for each and every property that you want to publish for your component. Also pay attention to the field definition for your property.&lt;br /&gt;&lt;br /&gt;Next step is to add your own child controls and render the server control. In order to do that, you need to implement the following procedures:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family:courier new;"&gt;    procedure CreateChildControls(); override;&lt;/span&gt; &lt;span style="font-family:courier new;"&gt;    procedure RenderContents(Output: HtmlTextWriter); override;&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Here is an example of simple server control that includes only one control (TextBox) and adds one property named 'ShowTime' to the control.&lt;br /&gt;&lt;br /&gt;You can use this component in both Visual studio or Delphi .NET.&lt;br /&gt;&lt;br /&gt;&lt;blockquote style="font-family: courier new;"&gt;&lt;span style="font-size:85%;"&gt;unit WebControl1;&lt;br /&gt;// To create a more advanced Web Control that supports live data at&lt;br /&gt;// design time, see instructions in the readme file located in the&lt;br /&gt;// 'BDS\5.0\Source\DotNet\dbwebcontrols' directory&lt;br /&gt;//&lt;br /&gt;&lt;br /&gt;interface&lt;br /&gt;&lt;br /&gt;uses&lt;br /&gt;system.web,&lt;br /&gt;System.Web.UI,&lt;br /&gt;System.Web.UI.WebControls,&lt;br /&gt;System.ComponentModel,&lt;br /&gt;system.Drawing,&lt;br /&gt;System.Data,&lt;br /&gt;system.security.Permissions;&lt;br /&gt;&lt;br /&gt;type&lt;br /&gt;/// &lt;summary&gt;&lt;br /&gt;/// Summary description for the component&lt;br /&gt;/// &lt;/summary&gt;&lt;br /&gt;&lt;br /&gt;[&lt;br /&gt;  AspNetHostingPermission(SecurityAction.Demand,&lt;br /&gt;      Level = AspNetHostingPermissionLevel.Minimal),&lt;br /&gt;  AspNetHostingPermission(SecurityAction.InheritanceDemand,&lt;br /&gt;      Level=AspNetHostingPermissionLevel.Minimal),&lt;br /&gt;  DefaultProperty('ShowTime'),&lt;br /&gt;  ToolboxData('&lt;{0}:OpenItems runat=server&gt;&lt;!--{0}:OpenItems--&gt;')&lt;br /&gt;]&lt;br /&gt;OpenItems = class(System.Web.UI.WebControls.CompositeControl)&lt;br /&gt;strict private&lt;br /&gt;  IsError : boolean;&lt;br /&gt;&lt;br /&gt;  msgBox  : textBox;&lt;br /&gt;  FShowTime: boolean;&lt;br /&gt;&lt;br /&gt;strict protected&lt;br /&gt;  procedure RecreateChildControls(); override;&lt;br /&gt;protected&lt;br /&gt;  procedure RenderContents(Output: HtmlTextWriter); override;&lt;br /&gt;  procedure CreateChildControls(); override;&lt;br /&gt;public&lt;br /&gt;  constructor Create;&lt;br /&gt;published&lt;br /&gt;  [Bindable(false),&lt;br /&gt;   Category('Behavior'),&lt;br /&gt;   DefaultValue(false),&lt;br /&gt;   Description('Show the Date and Time')&lt;br /&gt;  ]&lt;br /&gt;  property  ShowTime : boolean read FShowTime write FShowTime;&lt;br /&gt;end;&lt;br /&gt;&lt;br /&gt;implementation&lt;br /&gt;uses SysUtils;&lt;br /&gt;&lt;br /&gt;/// &lt;summary&gt;&lt;br /&gt;/// Define a public parameterless constructor needed by web controls.&lt;br /&gt;/// &lt;/summary&gt;&lt;br /&gt;constructor OpenItems.Create;&lt;br /&gt;begin&lt;br /&gt;inherited;&lt;br /&gt;isError := false;&lt;br /&gt;end;&lt;br /&gt;&lt;br /&gt;procedure OpenItems.RecreateChildControls();&lt;br /&gt;begin&lt;br /&gt;try&lt;br /&gt;  EnsureChildControls();&lt;br /&gt;except&lt;br /&gt;  IsError := false;&lt;br /&gt;end;&lt;br /&gt;end;&lt;br /&gt;&lt;br /&gt;procedure OpenItems.CreateChildControls();&lt;br /&gt;&lt;br /&gt;begin&lt;br /&gt;  try&lt;br /&gt;&lt;br /&gt;    Controls.Clear();&lt;br /&gt;&lt;br /&gt;    // Create a text box&lt;br /&gt;    msgBox := TextBox.Create;&lt;br /&gt;&lt;br /&gt;    if ShowTime then&lt;br /&gt;      msgBox.Text := DateTimeToStr(Now)&lt;br /&gt;    else&lt;br /&gt;      msgBox.Text := DateToStr(Now);&lt;br /&gt;&lt;br /&gt;    msgBox.BorderStyle := System.Web.UI.WebControls.BorderStyle(1); // Sets border style to 'None'&lt;br /&gt;    msgBox.ForeColor   := System.Drawing.Color.get_Red;&lt;br /&gt;    msgBox.Style.Item['position'] := 'reletive';&lt;br /&gt;    self.Controls.Add(msgBox);&lt;br /&gt;  except&lt;br /&gt;    IsError := false;&lt;br /&gt;  end;&lt;br /&gt;&lt;br /&gt;end;&lt;br /&gt;&lt;br /&gt;/// &lt;summary&gt;&lt;br /&gt;/// Render this control to the output parameter specified, preserving&lt;br /&gt;/// cosmetic attribute output generation inherited from standard&lt;br /&gt;/// WebControl.&lt;br /&gt;/// &lt;/summary&gt;&lt;br /&gt;///&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;blockquote style="font-family: courier new;"&gt;{$REGION 'Render override'}&lt;br /&gt;procedure OpenItems.RenderContents(Output: HtmlTextWriter);&lt;br /&gt;begin&lt;br /&gt;&lt;br /&gt;if not IsError then&lt;br /&gt;begin&lt;br /&gt;  // There was no error so far, render all components&lt;br /&gt;  try&lt;br /&gt;    AddAttributesToRender(output);&lt;br /&gt;&lt;br /&gt;    Output.AddAttribute(HtmlTextWriterAttribute.Cellpadding,'1', false);&lt;br /&gt;&lt;br /&gt;    Output.RenderBeginTag(HtmlTextWriterTag.Table);&lt;br /&gt;    // The table will be very useful when you have multiple visual controls&lt;br /&gt;    // included in your component&lt;br /&gt;&lt;br /&gt;    Output.RenderBeginTag(HtmlTextWriterTag.Tr);&lt;br /&gt;    Output.RenderBeginTag(HtmlTextWriterTag.Td);&lt;br /&gt;    msgBox.RenderControl(output);&lt;br /&gt;    Output.RenderEndTag(); // end td&lt;br /&gt;    Output.RenderEndTag(); // end tr&lt;br /&gt;&lt;br /&gt;    Output.RenderEndTag();&lt;br /&gt;&lt;br /&gt;  except&lt;br /&gt;    // An error happened, just show a message&lt;br /&gt;    Output.Write(' '+ 'Unable to create the components');&lt;br /&gt;  end;&lt;br /&gt;&lt;br /&gt;end else begin&lt;br /&gt;  // An error happened, just show a message&lt;br /&gt;  Output.Write(' '+ 'Unable to create the components');&lt;br /&gt;end;&lt;br /&gt;&lt;br /&gt;end;&lt;br /&gt;&lt;br /&gt;{$ENDREGION}&lt;br /&gt;&lt;br /&gt;end.&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;span style="font-size:100%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-7104080490609570006?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/7104080490609570006/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=7104080490609570006' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/7104080490609570006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/7104080490609570006'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2008/04/how-to-create-web-server-control-in.html' title='How to create a Web Server Control in ASP.Net with Delphi 2007'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-2801211962458370544</id><published>2008-04-21T21:13:00.001-07:00</published><updated>2008-04-23T06:41:56.233-07:00</updated><title type='text'>Creating extended stored procedures on Delphi.</title><content type='html'>&lt;div style="text-align: justify;"&gt;Well, originally we were going to implement a sexy Delphi.Net CLR Based Stored procedure now that we are using MSSQL 2005 and hearing all the good things about this highly publicized feature.  Sadly, we hit the wall after initial testings showed us the big amount of limitations on the assemblies that we could use and all the exceptions we must made to make it work on MSSQL 2005.  For example:&lt;br /&gt;&lt;br /&gt;* First,  you need to enable CLR on the database. (Thats ok.)&lt;br /&gt;* Classes must be public and static. (Makes it harder, but we can manage it)&lt;br /&gt;* Avoid namespaces with anything that is not the list of "safe" name spaces approved by Microsoft. (mmm)&lt;br /&gt;* "Safe" assembly is simply a way of saying "non-microsoft built" assembly.  You have a couple more "modes" on how to install your assembly on MSSQL, but as you can read below (MSSQL Online help), it gets touchy, and probably complicated. (yeah, I tried it, got ugly)&lt;br /&gt;&lt;br /&gt;“&lt;span style=";font-family:courier new;font-size:85%;"  &gt;To create an EXTERNAL_ACCESS or UNSAFE assembly in SQL Server, one of the following two conditions must be met:&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;The assembly is strong name signed or Authenticode signed with a certificate. This strong name (or certificate) is created inside SQL Server as an asymmetric key (or certificate), and has a corresponding login with EXTERNAL ACCESS ASSEMBLY permission (for external access assemblies) or UNSAFE ASSEMBLY permission (for unsafe assemblies).&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;The database owner (DBO) has EXTERNAL ACCESS ASSEMBLY (for EXTERNAL ACCESS assemblies) or UNSAFE ASSEMBLY (for UNSAFE assemblies) permission, and the database has the &lt;/span&gt;&lt;a id="ctl00_rs1_mainContentContainer_ctl20" href="http://msdn2.microsoft.com/en-us/library/ms187861.aspx"&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;TRUSTWORTHY Database Property&lt;/span&gt;&lt;/a&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt; set to ON. “&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;* MSSQL will complaing about the CodeGear assemblies being unsafe, some tweaking is necessary.&lt;br /&gt;&lt;br /&gt;* Third party assemblies are not welcome on MSSQL. i.e. RemObjects.&lt;br /&gt;&lt;br /&gt;Well, in summary, after playing with it, adding our assemblies required a lot of code trimming and removing any namespace that has any reference to anything visual (makes sense) even if it is not being used at all.  Finally, the detail that just finish helping us to dropped the idea was that we don't have the source code for those "extra" assemblies (RemObjects) that we required and the amount of trimming just got out of control.&lt;br /&gt;&lt;br /&gt;With one option out we went back to the drawing board with the plan to extend and update an old implementation of "Old School" extended stored procedures, as soon as I open that old project I realized why I never liked working with it, parsing the parameters, checking their types, defining data columns to return a proper record set was simply a big painful and slow process.&lt;br /&gt;&lt;br /&gt;Thankfully, I was able to find in the vault of memories a great presentation by Berend de Boer made in Inprise DevCon '99 where he explains the general steps to implement them and even  included a great piece of source code of the mighty "TSQLXProc" object that simply takes over the painful implementation and takes it to the Delphi way.  After that finding Berend's website was easy.&lt;br /&gt;&lt;br /&gt;For anyone needing this, check this &lt;a href="http://www.berenddeboer.net/delphi/index.html#xp"&gt;link&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;My Kudos to Berend,&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-2801211962458370544?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/2801211962458370544/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=2801211962458370544' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2801211962458370544'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2801211962458370544'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2008/04/creating-extended-stored-procedures-on.html' title='Creating extended stored procedures on Delphi.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-4611636687567031753</id><published>2008-04-21T20:58:00.001-07:00</published><updated>2008-04-21T21:04:57.093-07:00</updated><title type='text'>EVERY DAY TIPS: Manually deleting a windows service</title><content type='html'>There I was playing with setting up subversion server running as a Windows Service until I made a tragic mistake and I get to the point of needing to remove the service that I just recently installed.&lt;br /&gt;&lt;br /&gt;Ok, fine, as a good Delphi guy, I went looking for that sexy graphic console (Service Manager) that will give me the all mighty power to delete the service, but, I hit a wall after realizing that such an option was disabled for me.&lt;br /&gt;&lt;br /&gt;So, after googling a bit I found two nice options.&lt;br /&gt;&lt;br /&gt;1. If you remember the exact name of the service (not the description), you can use the sc command:&lt;br /&gt;C:\&gt;sc delete "service name"&lt;br /&gt;&lt;br /&gt;If you don't know it, then you can go straight to the registry, find your guy and delete it.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;&lt;/span&gt;&lt;/code&gt;You indeed will need to restart the computer to see these changes fully reflected.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-4611636687567031753?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/4611636687567031753/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=4611636687567031753' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/4611636687567031753'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/4611636687567031753'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2008/04/every-day-tips-manually-deleting.html' title='EVERY DAY TIPS: Manually deleting a windows service'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-3141934598062921020</id><published>2008-04-14T18:50:00.000-07:00</published><updated>2008-04-14T18:53:02.021-07:00</updated><title type='text'>Delphi for PHP 2 en Español</title><content type='html'>Well, great news for my mother language!  We have now &lt;a href="http://blogs.codegear.com/andreanolanusse/2008/04/14/delphi-para-php-2-en-espanol/"&gt;Delphi for PHP in Spanish!&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Yup, just after the official release we are now getting the news of a translation on the Cervantes language.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-3141934598062921020?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/3141934598062921020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=3141934598062921020' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3141934598062921020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3141934598062921020'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2008/04/delphi-for-php-2-en-espaol.html' title='Delphi for PHP 2 en Español'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-4324550796825389769</id><published>2008-01-01T18:38:00.000-08:00</published><updated>2008-01-02T07:36:28.155-08:00</updated><title type='text'>Truncating your transaction log.</title><content type='html'>First, HAPPY NEW YEAR GUYS!!&lt;br /&gt;&lt;br /&gt;Now, some actual blogging...&lt;br /&gt;&lt;br /&gt;Here I was, trying to restore our metadata only database into a production server, getting constantly an error messaging saying that it was waaay to big for the available space.  Well, my concern was that the entire back up of the database was only 6MB, and the database itself only contains tables with very basic data.&lt;br /&gt;&lt;br /&gt;What is worst, the space available on that production drive was 14GB, so gosh, it simply didn't make any sense.  Well, after reviewing the original metadata-only database I realized that our constant adding, updating and deleting of structures made our transaction log simply huge. (40gb)&lt;br /&gt;&lt;br /&gt;So, after some reading I found this nice recipe to cut down the fat of your log database:&lt;br /&gt;&lt;br /&gt;First, backup your existing log file by running&lt;br /&gt;&lt;pre class="code"&gt;BACKUP LOG &lt;databasename&gt; TO DISK = '&lt;backupfile&gt;'&lt;/backupfile&gt;&lt;/databasename&gt;&lt;/pre&gt;&lt;br /&gt;Now, shrink the transaction log, executing this&lt;br /&gt;&lt;pre class="code"&gt;DBCC SHRINKFILE (&lt;filename&gt;, &lt;targetsize&gt;) WITH NO_INFOMSGS&lt;br /&gt;&lt;br /&gt;&lt;/targetsize&gt;&lt;/filename&gt;&lt;/pre&gt;File name is the transaction log filename and target size you wanted to be, don't be too demanding on the shrinking, but as a hint, I ended up making mine only 1MB cause we don't need a log on our metadata db. :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Update:&lt;br /&gt;My apologies, the database in question is MSSQL 2005.  Thanks for the feedback.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-4324550796825389769?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/4324550796825389769/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=4324550796825389769' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/4324550796825389769'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/4324550796825389769'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2008/01/truncating-your-transaction-log.html' title='Truncating your transaction log.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-8496130342442758989</id><published>2007-11-15T20:33:00.000-08:00</published><updated>2007-11-15T20:36:03.935-08:00</updated><title type='text'>Help Update 1 for Delphi 2007 available.</title><content type='html'>Another great sign of constant improvement of my favorite IDE.&lt;br /&gt;&lt;br /&gt;If you have not get an information dialog from your installation just go to Programs\Code Gear RAD Studio\Check for updates.&lt;br /&gt;&lt;br /&gt;You can go &lt;a href="http://dn.codegear.com/article/37134/"&gt;here&lt;/a&gt; to read the install and Release notes, straight from CodeGear.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-8496130342442758989?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/8496130342442758989/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=8496130342442758989' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/8496130342442758989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/8496130342442758989'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/11/help-update-1-for-delphi-2007-available.html' title='Help Update 1 for Delphi 2007 available.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-289046582446096392</id><published>2007-10-23T14:24:00.000-07:00</published><updated>2007-10-23T19:23:39.790-07:00</updated><title type='text'>Migrating from ADO to dbExpress...</title><content type='html'>I finally started.&lt;br /&gt;&lt;br /&gt;After holding the migration for a long time I am doing it, the reason? well, CodeGear has a renew effort on working on dbExpress, and its latest version dbExpress 4 is a great example of it, with good performance, great connectivity with WIN32 and .Net, support for BlackFish SQL, code included and completely rewritten in Delphi, and lots of improvements on D2007 to work with it like a new SQL Query Editor.&lt;br /&gt;&lt;br /&gt;My initial testings always showed a better performance with dbExpress than ADO, now add the fact that ADO is being discontinued by MS in benefit of ADO.Net, the choice was a lot easier.&lt;br /&gt;&lt;br /&gt;But, what I did to migrate thousands and thousands of components?  Well it wasn't easy, there was no way I could do it in the form designer, it will simply take years.&lt;br /&gt;&lt;br /&gt;So just go, open your Data Module, switch to code view, and Find/Replace the following:&lt;br /&gt;&lt;br /&gt;1. Replace Connection with SQLConnection.&lt;br /&gt;2. Replace TADOQuery for TSQLQuery.&lt;br /&gt;3. Replace TADOStoredProc for TSQLStoredProc.&lt;br /&gt;4. Replace TADODataSet for TSQLDataSet.&lt;br /&gt;5. Parameters for Params.&lt;br /&gt;6. CmdStoredProc for ctStoredProc.&lt;br /&gt;7. Direction for ParamType.&lt;br /&gt;8. pdOutput for ptOutput.&lt;br /&gt;9. pdInput for ptInput.&lt;br /&gt;10. Add under every dataset that uses SQLConnection, Schema = "dbo" or whatever your schema is.&lt;br /&gt;11. Remove every parameter item called "@RETURN_VALUE".&lt;br /&gt;12. Replace TDateTimeField for TSQLTimeStampField.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Geesh, thats what I remember, I will add more to the list if I hit more rocks on the road.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-289046582446096392?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/289046582446096392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=289046582446096392' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/289046582446096392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/289046582446096392'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/10/migrating-from-ado-to-dbexpress.html' title='Migrating from ADO to dbExpress...'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-2430799431863396471</id><published>2007-09-27T19:40:00.002-07:00</published><updated>2007-09-27T19:48:21.405-07:00</updated><title type='text'>Consolas fonts.</title><content type='html'>Well, I was reading the &lt;a href="http://www.codegear.com/"&gt;CodeGear&lt;/a&gt;'s &lt;a href="http://dev.newswhat.com/th/borland.public.delphi.non-technical.html"&gt;non-technical newsgroups&lt;/a&gt;, and found an interesting conversation regarding what kind of font you use on your development IDE, among the recommendations there was the new &lt;a href="http://en.wikipedia.org/wiki/Consolas"&gt;Consolas&lt;/a&gt; Font from Microsoft.  Well, I surrender to temptation, &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3&amp;amp;displaylang=en"&gt;downloaded&lt;/a&gt; the font, set it up on my RAD Studio 2007 and expected to see something cool in front of me, but.... nothing happened, tried several times, and nothing happened, the IDE didn't recognize the font, nothing changed.&lt;br /&gt;&lt;br /&gt;Luckily I did my googling and found out &lt;a href="http://www.microsoft.com/typography/ClearTypePowerToy.mspx"&gt;this&lt;/a&gt; nice tool, that avoided me the trouble to attempt to configure the font from the &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q247815"&gt;command prompt&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;Well, I did it, restarted my sexy IDE and yahoooo!! I have a nice sexy font.  I must admit I like it, it will take a while to feel fully comfortable with it, but i think is here to stay.&lt;br /&gt;&lt;br /&gt;Try it! you may like it too.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-2430799431863396471?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/2430799431863396471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=2430799431863396471' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2430799431863396471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2430799431863396471'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/09/consolas-fonts.html' title='Consolas fonts.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-4585546465762215258</id><published>2007-08-12T21:29:00.000-07:00</published><updated>2007-08-12T21:32:33.685-07:00</updated><title type='text'>Restarting your application.</title><content type='html'>We are creating a project to automatically update our different modules.  That usually implies an application restart, lots of ideas went around, a service that does that, a batch file, or another program working as a proxy of the original one, but, hey, I found &lt;a href="http://delphi.about.com/cs/adptips2001/a/bltip0601_2.htm"&gt;this &lt;/a&gt;G R E A T  article from Zarko Gajic who is always giving amazing tips with Delphi on how to do it in a VERY easy way.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-4585546465762215258?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/4585546465762215258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=4585546465762215258' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/4585546465762215258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/4585546465762215258'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/08/restarting-your-application.html' title='Restarting your application.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-5577555743875625640</id><published>2007-08-04T17:55:00.000-07:00</published><updated>2007-08-04T20:16:02.367-07:00</updated><title type='text'>The overload directive.</title><content type='html'>Well, it is fairly common to use the Delphi's overload directive to create a method with different sets of parameters in an object.&lt;br /&gt;&lt;br /&gt;What I wasn't aware is that it actually works on functions or procedures that are not part of an object.   That is cool.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-5577555743875625640?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/5577555743875625640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=5577555743875625640' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/5577555743875625640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/5577555743875625640'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/08/overload-directive.html' title='The overload directive.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-7782641443975013817</id><published>2007-08-02T00:53:00.000-07:00</published><updated>2007-08-02T01:14:30.354-07:00</updated><title type='text'>RemObjects and DataSnap.</title><content type='html'>I'm using a mix of Delphi's RemObjects SDK and DataSnap on our middletier, and we have implemented session management on all the services and in all the DataSnap remote modules.&lt;br /&gt;&lt;br /&gt;Thanks to RO, that can be easily done on the DataSnap modules by turning on the RequiresSession property of the RODataSnapModule.  Now the only problem with this is during design time, once it is on you will not be allowed to connect to your DataSnap datasetproviders without first logging in.  So, as you can read that is a problem.&lt;br /&gt;&lt;br /&gt;The solution? We added a command line parameter to our application server that simply controls if we want to require a session or not in our services or datamodules.  Once that flag is set, we just use it as an indication while we are creating the service/datamodule.&lt;br /&gt;&lt;br /&gt;Soon, I will post the results of a LETHAL combination, KbmMW, RO and DataSnap in a single SUPER POWERFUL MIDDLETIER MILKSHAKE.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-7782641443975013817?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/7782641443975013817/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=7782641443975013817' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/7782641443975013817'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/7782641443975013817'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/08/remobjects-and-datasnap.html' title='RemObjects and DataSnap.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-5144588751335157982</id><published>2007-07-31T20:51:00.001-07:00</published><updated>2007-07-31T20:55:00.327-07:00</updated><title type='text'>Developer Day en Español!!</title><content type='html'>Hi guys,&lt;br /&gt;&lt;br /&gt;CodeGear is hosting "Developer Days en Español" a nice gathering of great developers with the spanish speaking Delphi community.&lt;br /&gt;&lt;br /&gt;There is a wide variety of sessions including Delphi, Interbase, PHP and Java.&lt;br /&gt;&lt;br /&gt;It is only for 2 days, today was the first session and it was great.  An average of 300+ guys were listening online to the different sessions, in my opinion a great success.&lt;br /&gt;&lt;br /&gt;So if you want to check it out, &lt;a href="http://dn.codegear.com/es/article/36740/"&gt;this&lt;/a&gt; is the website.&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-5144588751335157982?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/5144588751335157982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=5144588751335157982' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/5144588751335157982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/5144588751335157982'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/07/developer-day-en-espaol.html' title='Developer Day en Español!!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-6593262711099052086</id><published>2007-07-29T22:57:00.000-07:00</published><updated>2007-07-29T23:05:28.316-07:00</updated><title type='text'>A nice surprise on Delpih 2007...</title><content type='html'>I was creating a "Lost Connection" dialog box for our rich client applications and as a distraction I was browsing around through thousands of nice icons on the internet, when I finally selected the icon that i wanted, I realized that it was (as almost every nice icon now days) a .png file.&lt;br /&gt;&lt;br /&gt;Big disappointment I said, cause my mighty Delphi doesn't support that in a native way, I need to use a open source component, (actually there are tons of them, but I don't have the time for that) so I will have to convert it to that ugly bitmap thing. Oh well, i did and when I was getting ready to upload the image, sweet surprise!&lt;br /&gt;&lt;br /&gt;TImage supports now gifs, cur, pcx, ani, png, gif, jpg, jpeg, bmp, ico, emf, wmf. I don't know if that is something new, but for sure it wasn't on Delphi 7 :P.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Love my D2007.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-6593262711099052086?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/6593262711099052086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=6593262711099052086' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/6593262711099052086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/6593262711099052086'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/07/nice-surprise-on-delpih-2007.html' title='A nice surprise on Delpih 2007...'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-3284145925884101702</id><published>2007-07-22T18:35:00.000-07:00</published><updated>2007-07-22T20:24:53.496-07:00</updated><title type='text'>Visual Studio launch in 2008....</title><content type='html'>Latest news said that Visual Studio will see the light in a joint launch with MSSQL Server 2008 and Windows Server 2008 in Los Angeles on February 27th, 2008.&lt;br /&gt;&lt;br /&gt;But, it will be released officially by the end of this year.&lt;br /&gt;&lt;br /&gt;CodeGear Studio will be out around September.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-3284145925884101702?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/3284145925884101702/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=3284145925884101702' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3284145925884101702'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3284145925884101702'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/07/visual-studio-launch-in-2008.html' title='Visual Studio launch in 2008....'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-3621025911858826848</id><published>2007-07-08T17:02:00.000-07:00</published><updated>2007-07-14T22:16:15.822-07:00</updated><title type='text'>Database scalability with MSSQL 2005</title><content type='html'>Some news from the battlefront...&lt;br /&gt;&lt;br /&gt;We are expecting at least a 75% increase of our internet traffic, db transactions, network and database activity in general so our entire company is working hard on getting ready to manage this incoming wave.&lt;br /&gt;&lt;br /&gt;Regrettably, life is not always good and the core of the business is setup around a system using a typical client/server architecture where each workstation creates a connection to the database and to make it worst, establishes server side cursors to fetch all data they need.&lt;br /&gt;&lt;br /&gt;Now on the other hand, the website is driven by old school ASP pages, using adHoc Queries or direct stored procedure calls to the already beat up database.  Finally, it is important to mention that this is running on ODBC connections.&lt;br /&gt;&lt;br /&gt;End result?, chaos, in high traffic moments the entire network slows down and all the applications switch to a slow silent death walk to a total IT crisis.  There is no caching techniques, no business layer, basically no middle tier... all the opposite things to what I'm used to deal with, and that is why it is my mission to turn this around and take over the world. (moooooahahaha)&lt;br /&gt;&lt;br /&gt;Well, the mission is simple, we can't change much in short time, so we need to make this system work as good as possible.  So, my first task is to provide a list of recommendations towards the deployment of our new database servers running MSSQL 2005.&lt;br /&gt;&lt;br /&gt;Yup, we are migrating from MSSQL 2000 to MSSQL 2005, people will think that it is a simply straight import/export, but special considerations need to be made when dealing with the databases collation which has completly change from one version to the other one and to the famous "compatibility modes".  Keeping an imported database in Compatibility mode 80 (MSSQL 2000) may save you headaches but will offer you little in terms of all the good new toys and performance tricks that you can apply on compatibility mode 90 (MSSQL 2005).&lt;br /&gt;&lt;br /&gt;Bellow is a summary of my initial recommendations aimed to the physical database storage design aspect that you should follow when dealing with a situation like the described above:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Server side cursors implies lots of memory usage on the database.  So, increase memory on the database server, the more the better.  Make sure your database is using it, by checking the database memory limit.  (special attention to the 3gb limit on the non Enterprise versions of MSSQL)&lt;/li&gt;&lt;li&gt;Multiple core machine? well, you will not use them if you don't separate that big nasty .mdf file into multiple .ndfs, what is the recipe? the number of data files within a single file group should equal the number of CPU cores.&lt;/li&gt;&lt;li&gt;For optimized I/O parallelism, use 64 Kb or 25 Kb strip size when defining the RAID configuration.&lt;/li&gt;&lt;li&gt;Use manual file growth database options.  Automatic is only for development (ja! you didn't knowt that did ya?)&lt;/li&gt;&lt;li&gt;Increased size of “tempdb” and monitor space usage, adjusting accordingly. The recommended level of available space is 20%.  All your temp tables and indexes are created there so, keep that guy with enough space, if you are using the default size that is only 8MB, and that is basically 8 floppies, so be nice, put some more space there.&lt;/li&gt;&lt;/ol&gt;Alright, so that should buy us some time to concentrate on the next stage, database optimizations.  Until the next post.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-3621025911858826848?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/3621025911858826848/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=3621025911858826848' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3621025911858826848'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3621025911858826848'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/07/database-scalability-with-mssql-2005.html' title='Database scalability with MSSQL 2005'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-3866467270747407114</id><published>2007-06-20T11:57:00.001-07:00</published><updated>2007-06-20T12:11:21.241-07:00</updated><title type='text'>CodeGear drops C# Builder.</title><content type='html'>I was listening to one of the weekly community podcasts from CodeGear, and one of the topics that was mentioned was the announcement of C# Builder being dropped from the CodeGear Developer Studio 2007, to be released later this year.&lt;br /&gt;&lt;br /&gt;Winforms seems to be a no no too.  It seems they will be putting all their efforts on Delphi and C++ and Delphi.Net using the VCL.Net.  They will convert their existing support for C# Builder to the same level of the VB personality, which means  edit, syntax highlight, compile, and basic&lt;br /&gt;debug functionality.&lt;br /&gt;&lt;br /&gt;It looks like we will have the possibility to use any existing C# component and add it to your Delphi.Net project with no problem.&lt;br /&gt;&lt;br /&gt;For people using ECO with Winforms, they will be ways to move into the direction of VCL.Net, which will be fully supported by ECO on the coming Delphi.Net release.&lt;br /&gt;&lt;br /&gt;I certainly agree with their moves, there is no point on supporting a language that they cant controlled.  They can use the .Net framework or the Win32/Win64 native APIs, but just like they did with Win32 by building the impressive VCL on top of it, expanding the VCL to support .net will also forced the VCL under native APIs to be extended to new cool functionalities.&lt;br /&gt;&lt;br /&gt;Lots of news around CodeGear, which just reasures my thoughts towards the fact that these guys are doing the best they can to have things going the proper way.&lt;br /&gt;&lt;br /&gt;Oh final comment, initially it was mentioned that Generics will be only supported from a consumption level, that seems not to be the case, production of Generics will be there too.  But, only for .Net initially.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-3866467270747407114?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/3866467270747407114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=3866467270747407114' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3866467270747407114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3866467270747407114'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/06/codegear-drops-c-builder.html' title='CodeGear drops C# Builder.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-1963048182862300264</id><published>2007-06-14T15:05:00.000-07:00</published><updated>2007-06-14T15:08:51.817-07:00</updated><title type='text'>ASP.Net not too scalable....</title><content type='html'>Scalability is a daily concern on my business.  We managed thousands of requests, that startup lots of transactions that will make any online bank website simply jealous.&lt;br /&gt;&lt;br /&gt;A couple of times, I worked with companies that use ASP.Net as their web framework of preference and it was not long when we start having scalability problems.  It is a well known issue with ASP.Net, but there are solutions.&lt;br /&gt;&lt;br /&gt;I found this interesting article that talks about the issue and gives a good solution.&lt;br /&gt;&lt;br /&gt;Read &lt;a href="http://msdn.microsoft.com/msdnmag/issues/07/03/WickedCode/"&gt;it&lt;/a&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-1963048182862300264?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/1963048182862300264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=1963048182862300264' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/1963048182862300264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/1963048182862300264'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/06/aspnet-not-too-scalable.html' title='ASP.Net not too scalable....'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-1115285202621321026</id><published>2007-06-13T20:33:00.001-07:00</published><updated>2007-06-13T20:42:22.918-07:00</updated><title type='text'>Using Visual Studio 05...</title><content type='html'>Yes, I know, but hey, I was programming on Java a couple of days ago, so for me it is just more stuff to learn and at least it is more visual than Java.&lt;br /&gt;&lt;br /&gt;I'm in no way leaving behind my sexy Delphi, we just got a new &lt;a href="http://blogs.codegear.com/nickhodges/archive/2007/06/06/35619.aspx"&gt;update&lt;/a&gt; and a cool &lt;a href="http://dn.codegear.com/article/36620"&gt;roadmap&lt;/a&gt;, but, I need to develop some web applications that connect to my Delphi middletier and the option I have right now is to do some ASPX on C#.&lt;br /&gt;&lt;br /&gt;If I'm lucky enough, I should have the new Code Gear Developer Studio with support for .Net 2.0/3.0 by September, so I can use it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-1115285202621321026?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/1115285202621321026/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=1115285202621321026' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/1115285202621321026'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/1115285202621321026'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/06/using-visual-studio-05.html' title='Using Visual Studio 05...'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-2519057386556273186</id><published>2007-06-04T01:10:00.000-07:00</published><updated>2007-06-04T01:12:32.455-07:00</updated><title type='text'>The big reunion.</title><content type='html'>&lt;div&gt;&lt;span style="color: rgb(0, 0, 0);font-family:Arial;font-size:100%;"  &gt;Hi guys,&lt;/span&gt;&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;&lt;span style=";font-family:Arial;font-size:100%;"  &gt;I don't know if you were aware of this great  reunion between the last two old schoolers of the software industry: Bill Gates  and Steve Jobs, on an interesting chat together at D5!!.&lt;br /&gt;&lt;br /&gt;The  vision they had and have is simply outstanding, the advances we enjoy today on  the software area can be easily blame to these two great minds.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;&lt;span style=";font-family:Arial;font-size:100%;"  &gt;Enjoy!&lt;/span&gt;&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;&lt;span style=";font-family:Arial;font-size:100%;"  &gt;&lt;a href="https://exchange2003.kazootek.com/exchweb/bin/redir.asp?URL=http://d5.allthingsd.com/20070530/video-steve-jobs-and-bill-gates-prologue/" target="_blank"&gt;http://d5.allthingsd.com/20070530/video-steve-jobs-and-bill-gates-prologue/&lt;/a&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-2519057386556273186?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/2519057386556273186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=2519057386556273186' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2519057386556273186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2519057386556273186'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/06/big-reunion.html' title='The big reunion.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-3174700035291497103</id><published>2007-06-01T18:43:00.001-07:00</published><updated>2007-06-01T18:43:56.930-07:00</updated><title type='text'>What will many cores mean to future window releases?</title><content type='html'>&lt;div&gt;&lt;a href="http://blogs.zdnet.com/microsoft/?p=485"&gt;This&lt;/a&gt; is a good article about what is going on with Microsoft around the new  trend on Multi Core devlopment.&lt;/div&gt; &lt;div&gt; &lt;/div&gt;  &lt;div&gt;You got to love AMD Opterons :)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-3174700035291497103?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/3174700035291497103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=3174700035291497103' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3174700035291497103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3174700035291497103'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/06/what-will-many-cores-mean-to-future.html' title='What will many cores mean to future window releases?'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-7700543436171596697</id><published>2007-05-10T11:21:00.001-07:00</published><updated>2007-05-10T11:21:36.897-07:00</updated><title type='text'>Faster web pages...</title><content type='html'>This is the link of an outstanding presentation made by the Yahoo’s “Exceptional  Performance Team” about optimizing website performance by addressing front end  issues.  This is part of the web 2.0 expo that happened last April. A MUST  read.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enjoy,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a title="http://www.web2expo.com/presentations/webex2007/souders_steve.ppt" href="http://www.web2expo.com/presentations/webex2007/souders_steve.ppt"&gt;http://www.web2expo.com/presentations/webex2007/souders_steve.ppt&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Yes,  it is a power point presentation.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-7700543436171596697?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/7700543436171596697/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=7700543436171596697' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/7700543436171596697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/7700543436171596697'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/05/faster-web-pages.html' title='Faster web pages...'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-3070149540506451161</id><published>2007-05-06T20:48:00.000-07:00</published><updated>2007-05-06T21:45:11.923-07:00</updated><title type='text'>A great option for middletier development!</title><content type='html'>For all those developers that are looking for another option to the mighty DataSnap, now there is a great opportunity to develop reliable and scalable middletier solutions for the same price.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.components4developers.com"&gt;Components4Developers&lt;/a&gt; is offering their popular middletier software for free.  What is the deal?&lt;br /&gt;&lt;br /&gt;Simple, register and download.  &lt;a href="http://www.turbomiddleware.com"&gt;TurboMiddletier&lt;/a&gt; is a full version of their enterprise middletier software KbmMW (a couple of transport protocols and channels are removed but nothing major), it only supports the latest Delphi version, so, if you have Delphi 2007 go and get it now!!&lt;br /&gt;&lt;br /&gt;I personally use Data Snap, RemObjects and KbmMW in our projects and can only say good things about them.  I do admit that KbmMW is a more mature framework with lots more functionality, but on RemObjects SDK favor, they offer a great DataSnap integration pack that help companies using DataSnap to migrate to their SDK.&lt;br /&gt;&lt;br /&gt;Whatever you pick, you will be on good hands, in the meanwhile go and get that!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-3070149540506451161?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/3070149540506451161/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=3070149540506451161' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3070149540506451161'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3070149540506451161'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/05/great-option-for-middletier-development.html' title='A great option for middletier development!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-6760721532737185477</id><published>2007-04-21T17:19:00.000-07:00</published><updated>2007-04-21T17:22:20.098-07:00</updated><title type='text'>Using Agile methodologies on your favorite IDE.</title><content type='html'>My current job is moving towards an Agile development, so, in order to be one step ahead of the game, I am implementing on my home projects most of the methodologies that we will or should be using in our everyday development life.&lt;br /&gt;&lt;br /&gt;Browsing around I found this &lt;a href="http://delphixtreme.com/"&gt;site&lt;/a&gt;, which basically is dedicated to implementing Agile methodologies in Delphi.  Take a look at it, and subscribe to the forum, it promises to be a great source of knowledge for all those XP/SCRUM/Agile fans.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-6760721532737185477?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/6760721532737185477/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=6760721532737185477' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/6760721532737185477'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/6760721532737185477'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/04/using-agile-methodologies-on-your.html' title='Using Agile methodologies on your favorite IDE.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-6328933073754897501</id><published>2007-04-15T01:49:00.000-07:00</published><updated>2007-04-15T01:58:08.487-07:00</updated><title type='text'>Ajax and Delphi</title><content type='html'>I'm finally working on the web applications of my home project, and I decided to work with Intraweb 9 as my web framework which now supports "Ajax" events on most of its components and comes built-in my brand new shinny &lt;a href="http://www.codegear.com/Products/Delphi/Delphi2007forWin32/tabid/236/Default.aspx"&gt;Delphi 2007&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;But, browsing around I found a set of extremely interesting examples and articles about using the Microsoft flavor of Ajax  (Atlas 2.0) on ASP.Net with Delphi.&lt;br /&gt;&lt;br /&gt;Take your time on rewiewing &lt;a href="http://www.stevetrefethen.com/delphiajax/"&gt;these&lt;/a&gt; examples from Steve Trefethen.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It is worth to mention that &lt;a href="http://www.tmssoftware.com"&gt;TmsSoftware&lt;/a&gt; replied to my question about possible updates to their Intraweb web components, the answer YES!, so lets wait a couple of days, for the goodies to come.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-6328933073754897501?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/6328933073754897501/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=6328933073754897501' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/6328933073754897501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/6328933073754897501'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/04/ajax-and-delphi.html' title='Ajax and Delphi'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-4006139779190226872</id><published>2007-03-24T01:35:00.000-07:00</published><updated>2007-03-24T01:37:32.340-07:00</updated><title type='text'>Delphi Developer job offer in NJ?</title><content type='html'>I saw this add from &lt;a href="http://www.thepythia.com/?p=59"&gt;"The Lair of the Pythia"&lt;/a&gt; blog, so I will help spreading the word.&lt;br /&gt;&lt;br /&gt;Delphi Job opening &lt;a href="http://www.skylinetechsolutions.com/"&gt;here!&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So go there and make us all proud!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-4006139779190226872?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/4006139779190226872/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=4006139779190226872' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/4006139779190226872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/4006139779190226872'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/03/delphi-developer-job-offer-in-nj.html' title='Delphi Developer job offer in NJ?'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-4912537441200911033</id><published>2007-03-23T12:20:00.000-07:00</published><updated>2007-03-23T12:26:53.735-07:00</updated><title type='text'>The Phone interview process...</title><content type='html'>Well,&lt;br /&gt;&lt;br /&gt;One of the different roles that job after job I've done is interviewing new candidates for my team.&lt;br /&gt;&lt;br /&gt;I'm very comfortable with the one-on-one, mano a mano model of interviewing, but most recently I'm dealing with a new cool variant of it, the phone screening, why is it new? well, usually that kind of process is managed by the HR people, but now days, based on the offer/demand sometimes is healthy to screen a guy before he even puts a foot out of his home.&lt;br /&gt;&lt;br /&gt;Oh God, yes, distortion on the communication line, language barriers, unable to read body language, unable to picture your world into mine, unable to cross that border of understanding and agreement, indeed, it is a bit more difficult than my original play field.&lt;br /&gt;&lt;br /&gt;I know that practice will make the difference for me, but also, I was lucky enough to get this &lt;a href="http://www.randsinrepose.com/archives/2007/03/21/the_sanity_check.html"&gt;link&lt;/a&gt; from a co-worker that it is going through the same process.&lt;br /&gt;&lt;br /&gt;READ IT! if your duties involved phone screening, it may help you to understand the situation and save you from the confusion we noobs need to go through at the beginning.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-4912537441200911033?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/4912537441200911033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=4912537441200911033' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/4912537441200911033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/4912537441200911033'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/03/phone-interview-process.html' title='The Phone interview process...'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-3067469918804396107</id><published>2007-03-12T00:13:00.000-07:00</published><updated>2007-03-12T00:16:24.175-07:00</updated><title type='text'>Code Rage 2007!!! NOW!!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.thecoderage.com/"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://conferences.codegear.com/coderage07/article/34139/images/34139/03000001.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Guys, more than 20 online conferences covering from powerful Delphi to Java, Ruby, Php, Interbase and lots more!&lt;br /&gt;&lt;br /&gt;Its free, its cool and its from the best developer tools company WHAT ELSE YOU WANT!!!&lt;br /&gt;&lt;br /&gt;GO &lt;a href="http://www.thecoderage.com/"&gt;HERE&lt;/a&gt; NOW AND REGISTER! Starts today March 12th! 6:30AM PST!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-3067469918804396107?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/3067469918804396107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=3067469918804396107' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3067469918804396107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3067469918804396107'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/03/code-rage-2007-now.html' title='Code Rage 2007!!! NOW!!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-2413373582554208739</id><published>2007-03-08T18:32:00.000-08:00</published><updated>2007-03-08T18:35:25.921-08:00</updated><title type='text'>10 basic principles of SOA</title><content type='html'>Lately, all my work is around implementing solutions following a SOA approach.  After working for several years with multiple software vendors on my industry, and having to deal with endless integrations, I'm ending up aiming my tools and goals to it.&lt;br /&gt;&lt;br /&gt;This is a nice little article about &lt;a href="http://www.infoq.com/articles/tilkov-10-soa-principles"&gt;10 things&lt;/a&gt; to consider while following a SOA mentality.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-2413373582554208739?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/2413373582554208739/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=2413373582554208739' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2413373582554208739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2413373582554208739'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/03/10-basic-principles-of-soa.html' title='10 basic principles of SOA'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-7197802680248007014</id><published>2007-02-22T23:20:00.000-08:00</published><updated>2007-02-22T23:21:14.541-08:00</updated><title type='text'>The ADO prepared property.</title><content type='html'>Today I was playing with some ADO queries and I stumble one more time with the famous prepared property. Based on the BDS help it says:&lt;br /&gt;&lt;br /&gt;&lt;blockquote style="font-style: italic; color: rgb(51, 204, 0);"&gt;&lt;b&gt;Description&lt;/b&gt; &lt;span class="para"&gt;&lt;descrlong id="descrLong" xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;&lt;span class="para"&gt;Set  Prepared before calling the &lt;mshelp:link tabindex="0" keywords="adodb.tadoconnection.Open_Win32_Delphi" indexmoniker="!DefaultAssociativeIndex" namespace="ms-help://borland.bds4"&gt;&lt;span class="link"&gt;Open&lt;/span&gt; &lt;/mshelp:link&gt;method to specify whether ADO prepares the command used to create the dataset’s recordset. If Prepared is set to true and the dataset component is connected to a data store, ADO prepares the command before executing it. If Prepared is set to false, ADO does not prepare the command.&lt;/span&gt; &lt;span class="para"&gt;The default value of Prepared is false.&lt;/span&gt;&lt;/descrlong&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span class="para"&gt;&lt;descrlong id="descrLong" xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;&lt;/descrlong&gt;&lt;/span&gt;&lt;br /&gt;Now, after a bit of research I found this interesting article on the &lt;a href="http://msdn2.microsoft.com/en-us/library/aa260835%28VS.60%29.aspx"&gt;msn dev network&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The important part is here:&lt;br /&gt;&lt;br /&gt;&lt;blockquote style="font-style: italic; color: rgb(51, 204, 0);"&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Prepared property&lt;/span&gt; &lt;p style="color: rgb(51, 204, 0);"&gt;In theory, the Prepared property was designed to reduce work on the server by pre-compiling ad hoc queries so subsequent executions would use a temporary stored procedure instead of repeating the compile phase each time the query is executed. However, this is not the case with ADO's implementation—keep reading.&lt;/p&gt; &lt;p style="color: rgb(51, 204, 0);"&gt;Since ODBC was invented some years ago, SQL Server has gotten much smarter—it now knows how to leverage existing (in cache) compiled query plans. That is, once you execute a query from ADO (or by any means), SQL Server constructs a query plan, saves it in the procedure cache, and executes it. When the query is done, SQL Server marks the query plan as "discardable" but leaves it in memory as long as it can. When another identical (or close-enough) query comes in, which is very likely in systems running multiple clients, SQL Server simply re-uses the cached plan. This saves a significant amount of time and greatly improves scalability. It makes SQL Server actually run faster as more users are added, assuming they're doing about the same things with the same set of queries.&lt;/p&gt; &lt;p style="color: rgb(51, 204, 0);"&gt;ADO and its ODBC and OLE DB data providers know about this strategy, and in most cases they execute sp_executesql to take advantage of this feature. However, this puts the Prepared property in a quandary. It insists on creating temporary stored procedures, but the data providers insist on using sp_executesql. The result? Chaos. I describe what happens a little later when executing Command objects is discussed.&lt;/p&gt; &lt;p&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;My recommendation for the Prepared property: forget it—at least for SQL Server. For other providers, set up a trace that shows exactly what's going on—what the server is being asked to do. &lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Now this is extremely interesting for me, specially the sp_executesql part, DataSnap indeed wraps every call in a "sp_executesql" so we are good there, now about using the prepared property, I will do more research on it, but for now, I will leave it alone. :P&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-7197802680248007014?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/7197802680248007014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=7197802680248007014' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/7197802680248007014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/7197802680248007014'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/02/ado-prepared-property.html' title='The ADO prepared property.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-7580149734467058182</id><published>2007-02-21T22:23:00.000-08:00</published><updated>2007-02-21T22:30:52.024-08:00</updated><title type='text'>Code Rage 2007!!!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://conferences.codegear.com/coderage07/article/34045/images/34045/03000001.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://conferences.codegear.com/coderage07/article/34045/images/34045/03000001.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Go to the virtual conference from CodeGear called CodeRage 2007.&lt;br /&gt;&lt;br /&gt;It includes Delphi, Java, Php and even Ruby sessions with an All-Star set of speakers.&lt;br /&gt;&lt;br /&gt;For more information go &lt;a href="http://conferences.codegear.com/coderage07"&gt;here!&lt;/a&gt;&lt;a href="http://conferences.codegear.com/coderage07"&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;Now, I think that everybody knows about it, but just in case...&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.codegear.com/Portals/0/images/delphiwin32screen1final.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://www.codegear.com/Portals/0/images/delphiwin32screen1final.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Delphi 2007 for Win32 is available &lt;a href="http://www.codegear.com/Products/Delphi/Delphi2007forWin32/tabid/236/Default.aspx"&gt;now!&lt;/a&gt; and in a well expected move, the new Delphi for Php makes his &lt;a href="http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.aspx"&gt;debut&lt;/a&gt;.  A visual IDE for PHP using the same VCL structure that we all know and learn to love.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-7580149734467058182?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/7580149734467058182/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=7580149734467058182' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/7580149734467058182'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/7580149734467058182'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/02/code-rage-2007.html' title='Code Rage 2007!!!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-1745729900400363096</id><published>2007-02-15T22:12:00.000-08:00</published><updated>2007-02-15T22:24:27.993-08:00</updated><title type='text'>More Delphi News!!</title><content type='html'>Wow the information is in pieces everywhere.. check the following segments of "information" said by Michael Swindell (Delphi VP - CodeGear)  that appeared on the borland newgroups:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;"&lt;br /&gt;c) Delphi Product line - we are realigning development plans and approaches&lt;br /&gt;to focus on the individual native code Win32 editions (Pro/Ent) of the&lt;br /&gt;products first, then fold them into an updated Studio that will include the&lt;br /&gt;.NET updates. Architect and Turbo's would fall out of the Studio releases.&lt;br /&gt;The Turbo's eds will become more lightweight in the process as well.  The&lt;br /&gt;majority of Delphi (and C++Builder) developers are focused on native code&lt;br /&gt;development - so we are aligning our releases and timeframes accordingly.&lt;br /&gt;Moving everything into monolithic Studio releases had some positive effects&lt;br /&gt;but also some drawbacks that came thru in customer feedback. Having to wait&lt;br /&gt;for the "all personalities" was not ideal for C++ and Delphi native&lt;br /&gt;developers, who had either no or minimal interest or need for .NET. It&lt;br /&gt;spread attention more thinly across the products, so we are changing the&lt;br /&gt;approach so that during the year Delphi native developers have focused&lt;br /&gt;specific attention in a product release, same with C++ developers, and .NET&lt;br /&gt;developers. This approach actually worked quite well in past lives with&lt;br /&gt;Delphi and C++Builder - although the complaint years ago from C++Builder&lt;br /&gt;developers was that they had to wait 6mo to a year for the latest Delphi&lt;br /&gt;features... which is something that we aim not to fall into. "&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Then in addtion pay attention to the new "ALL DELPHI" intention with the new pricing model and SKU's:&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&lt;p&gt;"&lt;br /&gt;Turbo Delphi Explorer -&gt; Turbo Delphi "better" -&gt; Delphi Pro -&gt; Delphi Ent&lt;br /&gt;&lt;/p&gt;&lt;p&gt;same as above for C++&lt;br /&gt;&lt;/p&gt;&lt;p&gt;then Studio Pro/Ent/Arch incl both C++ and Delphi and .NET and Win32&lt;br /&gt;&lt;/p&gt;Turbo Pro New and Delphi Pro Upgrades similar price level. So it will be&lt;br /&gt;recommended in order to keep the feature level go to Delphi Pro as the&lt;br /&gt;upgrade. This is a tuning of the editions. We released the Turbos with the&lt;br /&gt;intention that we would see what worked and what didn't and make some&lt;br /&gt;changes in 2007 to improve.&lt;br /&gt;&lt;div id="qhide_362938" style="display: block;" class="qt"&gt;&lt;br /&gt;&gt; How is this going to be handled?&lt;br /&gt;&gt; Or is the "lightweight" reference to reduced resource demands rather&lt;br /&gt;&gt; than reduced features?&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;lighter weight - in features and resource and download image&lt;br /&gt;&lt;p&gt;in general we have 12yrs of sku's editions pricing for Win32, .NET, Pascal,&lt;br /&gt;C++, Linux, and more to work out the best "model" that cleans things up, and&lt;br /&gt;focuses our energy (development, packaging, and marketing) on the things&lt;br /&gt;that are most important to existing customers and enables us to put Delphi&lt;br /&gt;into more developers hands than ever. So there will be some things that we&lt;br /&gt;do that will seem like we're undoing something we've done or said&lt;br /&gt;previously, or changing a position on something previously stated or&lt;br /&gt;published. Some things will probably seem crazy or sacrilege, but we plan to&lt;br /&gt;grow Delphi, and to do that requires a little bit of house cleaning and&lt;br /&gt;tuning. We'll probably make a few mistakes in the process, but the goal is&lt;br /&gt;long term. Delphi and C++Builder have helped millions of developers, we&lt;br /&gt;think the Delphi way of developing can benefit millions more developers -&lt;br /&gt;and we want to bring the Delphi ideas and approach to everyone we can. The&lt;br /&gt;CodeGear difference is that we're going to take some risks and try new&lt;br /&gt;things, but we won't be doing it at the expense of our customers. "&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;It is expected a Delphi release by the end of March maximum!.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-1745729900400363096?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/1745729900400363096/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=1745729900400363096' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/1745729900400363096'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/1745729900400363096'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/02/too-many-delphi-news.html' title='More Delphi News!!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-341448579264677342</id><published>2007-02-14T10:44:00.000-08:00</published><updated>2007-02-14T10:52:13.707-08:00</updated><title type='text'>Delphi 2006 new RollUp fix !</title><content type='html'>Already! more good news!&lt;br /&gt;&lt;br /&gt;New Delphi  hot fix rollup:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://info.borland.com/06/bds/bds2006_reg_updates_down.html"&gt;Here!&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It fixes the following issues (long):&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Version  10.0.2558.35231&lt;br /&gt;&lt;br /&gt;===============================================================================&lt;br /&gt;&lt;br /&gt;BDS2006  Update 2 Hotfix 10a&lt;br /&gt;&lt;br /&gt;This Hotfix applies to:&lt;br /&gt;&lt;br /&gt;Product:       Borland  Developer Studio&lt;br /&gt;Version:       2006&lt;br /&gt;Update level:  Update  2&lt;br /&gt;Editions:      Professional, Enterprise, Architect, Turbo&lt;br /&gt;Languages:      English, German, French, Japanese&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Description of updates that are  included in this hotfix:&lt;br /&gt;&lt;br /&gt;This hotfix contains a fix for the source code  editor.  If the source&lt;br /&gt;code contained&lt;br /&gt;accented or international  characters, viewing the code as text and then&lt;br /&gt;returning to&lt;br /&gt;the file  format would erroneously reset the source code to default ANSI,&lt;br /&gt;thereby  losing&lt;br /&gt;the accented or international characters.&lt;br /&gt;&lt;br /&gt;The source code  (.pas) might become corrupt, especially if the source&lt;br /&gt;code was&lt;br /&gt;larger than  64K and if the accented or international characters occurred&lt;br /&gt;only after &lt;br /&gt;the intial 64K.&lt;br /&gt;&lt;br /&gt;Quality Central Tracking Number(s): 32936,  32844&lt;br /&gt;Internal Tracking Number(s): 241502, 241552&lt;br /&gt;&lt;br /&gt;Copyright 2006,  Borland Software Corporation. All rights  reserved.&lt;br /&gt;&lt;br /&gt;===============================================================================&lt;br /&gt;&lt;br /&gt;BDS2006  Update 2 Hotfix 10b&lt;br /&gt;&lt;br /&gt;This Hotfix applies to:&lt;br /&gt;&lt;br /&gt;Product:       Borland  Developer Studio&lt;br /&gt;Version:       2006&lt;br /&gt;Update level:  Update  2&lt;br /&gt;Editions:      Professional, Enterprise, Architect, Turbo&lt;br /&gt;Languages:      English, German, French, Japanese&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Description of updates that are  included in this hotfix:&lt;br /&gt;&lt;br /&gt;This fix incorporates the following enhancements  and fixes:&lt;br /&gt;&lt;br /&gt;- The enhancement suggested in QC Report # 26063 to improve  the SOAP&lt;br /&gt;  deserialization of multiref objects and arrays.&lt;br /&gt; &lt;br /&gt;- The  WSDL importer now exposes elements with 'maxOccurs="unbounded"'&lt;br /&gt;  as arrays  and the SOAP runtime handles the conversion to and from XML.&lt;br /&gt;(QC  #35512)&lt;br /&gt;&lt;br /&gt;- TXSDateTime (and other TXSxxxx types) can now be serialized as  XML&lt;br /&gt;attributes (QC #10969)&lt;br /&gt;&lt;br /&gt;- The WSDL importer now handles schemas  included or imported by the&lt;br /&gt;schema&lt;br /&gt;  embedded within a WSDL.&lt;br /&gt;&lt;br /&gt;- An  uninitialized TXSDateTime will default to the value of&lt;br /&gt;"0001-01-01T00:00:00"  instead of&lt;br /&gt;"1899-12-30T00:00:00.000".&lt;br /&gt; &lt;br /&gt;- The WSDL published by  Delphi applications was updated to be more&lt;br /&gt;compliant with&lt;br /&gt;  the style  expected by WSDL2Java importers.&lt;br /&gt; &lt;br /&gt;- The SOAP runtime properly restores  enumerated identifiers that were&lt;br /&gt;renamed&lt;br /&gt;  because of conflicts with  Delphi keywords or directives.&lt;br /&gt;&lt;br /&gt;Quality Central Tracking Number(s): QC  #26063, QC #33512, QC #10969&lt;br /&gt;Internal Tracking Number(s): RAID #241798,  #241801, #242796&lt;br /&gt;&lt;br /&gt;Copyright 2006, Borland Software Corporation. All rights  reserved.&lt;br /&gt;&lt;br /&gt;===============================================================================&lt;br /&gt;&lt;br /&gt;BDS2006  Update 2 Hotfix 10c&lt;br /&gt;&lt;br /&gt;This Hotfix applies to:&lt;br /&gt;&lt;br /&gt;Product:       Borland  Developer Studio&lt;br /&gt;Version:       2006&lt;br /&gt;Update level:  Update  2&lt;br /&gt;Editions:      Professional, Enterprise, Architect, Turbo&lt;br /&gt;Languages:      English, German, French, Japanese&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Description of updates that are  included in this hotfix:&lt;br /&gt;&lt;br /&gt;Removes the length limitation on search paths.   Specifying a large&lt;br /&gt;number of deeply&lt;br /&gt;nested directories could exceed an  internal limit.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Internal Tracking Number(s): RAID  #242012&lt;br /&gt;&lt;br /&gt;Copyright 2006, Borland Software Corporation. All rights  reserved.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;===============================================================================&lt;br /&gt;&lt;br /&gt;BDS2006  Update 2 Hotfix 10d&lt;br /&gt;&lt;br /&gt;This Hotfix applies to:&lt;br /&gt;&lt;br /&gt;Product:       Borland  Developer Studio&lt;br /&gt;Version:       2006&lt;br /&gt;Update level:  Update  2&lt;br /&gt;Editions:      Professional, Enterprise, Architect, Turbo&lt;br /&gt;Languages:      English, German, French, Japanese&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Description of updates that are  included in this hotfix:&lt;br /&gt;&lt;br /&gt;This hotfix addresses the issue of Korean  characters in the code editor&lt;br /&gt;initiating&lt;br /&gt;unwanted cold folding and  causing access violations. &lt;br /&gt;&lt;br /&gt;Quality Central Tracking Number(s):  35357&lt;br /&gt;Internal Tracking Number(s): 242562&lt;br /&gt;&lt;br /&gt;Copyright 2006, Borland  Software Corporation. All rights  reserved.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;===============================================================================&lt;br /&gt;&lt;br /&gt;BDS2006  Update 2 Hotfix 10e&lt;br /&gt;&lt;br /&gt;This Hotfix applies to:&lt;br /&gt;&lt;br /&gt;Product:       Borland  Developer Studio&lt;br /&gt;Version:       2006&lt;br /&gt;Update level:  Update  2&lt;br /&gt;Editions:      Professional, Enterprise, Architect, Turbo&lt;br /&gt;Languages:      English, German, French, Japanese&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Description of updates that are  included in this hotfix:&lt;br /&gt;&lt;br /&gt;This hotfix contains a fix for the VCL form  designer to allow the F1&lt;br /&gt;help key&lt;br /&gt;to query the help system for the  selected component.&lt;br /&gt;&lt;br /&gt;Copyright 2006, Borland Software Corporation. All  rights  reserved.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;===============================================================================&lt;br /&gt;&lt;br /&gt;BDS2006  Update 2 Hotfix 10f&lt;br /&gt;&lt;br /&gt;This Hotfix applies to:&lt;br /&gt;&lt;br /&gt;Product:       Borland  Developer Studio&lt;br /&gt;Version:       2006&lt;br /&gt;Update level:  Update  2&lt;br /&gt;Editions:      Professional, Enterprise, Architect, Turbo&lt;br /&gt;Languages:      English, German, French, Japanese&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Description of updates that are  included in this hotfix:&lt;br /&gt;&lt;br /&gt;This fix enables all COM\ActiveX menu items and  wizards that are in the&lt;br /&gt;Pro version of Delphi.&lt;br /&gt;&lt;br /&gt;Copyright 2006,  Borland Software Corporation. All rights reserved.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-341448579264677342?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/341448579264677342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=341448579264677342' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/341448579264677342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/341448579264677342'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/02/delphi-2006-new-rollup-fix.html' title='Delphi 2006 new RollUp fix !'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-5462269857294748530</id><published>2007-02-14T09:54:00.000-08:00</published><updated>2007-02-14T09:59:12.286-08:00</updated><title type='text'>Happy Birthday Delphi!! woo hoo</title><content type='html'>Today is a big day! Delphi's bday.&lt;br /&gt;&lt;br /&gt;Yup, 12 years ago Delphi came up to the market, the coolest and greatest development language on earth came to our lives.&lt;br /&gt;&lt;br /&gt;You will see lots of posts on the newgroups and on popular blogs about this, you can read about &lt;a href="http://www.drbob42.com/spacely/index.htm"&gt;Delphi Spacely and Delphi Astro&lt;/a&gt;, Delphi expansions into Vista and Ajax :).&lt;br /&gt;&lt;br /&gt;I will be adding links that talk about the celebration on this post during the day,  so there ya go:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blog.marcocantu.com/blog/delphi_12_years.html"&gt;Marco Cantú&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-5462269857294748530?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/5462269857294748530/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=5462269857294748530' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/5462269857294748530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/5462269857294748530'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/02/happy-birthday-delphi-woo-hoo.html' title='Happy Birthday Delphi!! woo hoo'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-3702698969775114732</id><published>2007-02-09T22:35:00.000-08:00</published><updated>2006-12-08T14:25:49.785-08:00</updated><title type='text'>A new jmission!!</title><content type='html'>Well, lots of changes lately, so I haven't being able to blog for a bit.&lt;br /&gt;&lt;br /&gt;So, let me fix that.&lt;br /&gt;&lt;br /&gt;First, I am now living in Vancouver, yup, work takes you everywhere so now I'm on a mission to make a successful company even more successful.&lt;br /&gt;&lt;br /&gt;I'm working again with the mighty Java during the day and during the night as usual on the super powerful Delphi.   I'm working lately a lot with 3 different middle tier framework architectures, on the java side, JBoss, on the Delphi side with KbmMW and RemObjects SDK.&lt;br /&gt;&lt;br /&gt;It is extremely interesting to see how the concepts of each of those frameworks just repeat themselves on each platform.  I still cant understand why things are so not friendly on the Java side, all the functionality is there but there is a huge gap to present things in an easy way to the user. &lt;br /&gt;&lt;br /&gt;I like Delphi cause it allows you to easily jump into something and slowly depending on your needs you can look under the hood and get into the complexity of it.  Java (Eclipse, even with lots of plug ins) stills presents a very aggressive learning curve.  I'm pretty sure the results at the end are fantastic, but still always seems like things are being done the hard way.&lt;br /&gt;&lt;br /&gt;There is a big standardization thanks to Sun, XML is everywhere, but is because of those that presenting all these standards to the eye of the developer is still as plain as a text file.&lt;br /&gt;&lt;br /&gt;Today I asked a couple of java guys what were the plug ins or they use to develop their methods and other interfaces on JBoss remote services, the answer: we don't, we go into plain code.&lt;br /&gt;&lt;br /&gt;No service builder, no nice drop and use components.&lt;br /&gt;&lt;br /&gt;I think that is ok, but, I'm aware their are plug ins that make your life easier (Lamboz-JBoss), but at the end of the day the java guys remain like their Linux counterparts, completely old schoolers.  They produce great pieces of software but the productivity level is in my opinion  low.  Two companies and large teams behind their products had showed me this.&lt;br /&gt;&lt;br /&gt;My goal is to become good in Java and try to find all the required tools to get as close as I can to the speed of development of Delphi, will I be able to achieve this, maybe not, but it will certainly be interesting to try.&lt;br /&gt;&lt;br /&gt;Anyway, I am using a great mix of RemObjects and KbMmW. &lt;br /&gt;&lt;br /&gt;I am behind a new idea that I want to implement on the kind of platforms I develop.  RemObjects is very easy to use, and provides a great DataSnap integration pack, it is completely object oriented and their plug in system to attach different channels and message packages formats is done in the RAD way, meaning its as visual as it can be.  Now, KbMmw presents the fastest memory table in town, plus it shows a great maturity in their framework (Kim has years behind this baby, so, experience talks).&lt;br /&gt;&lt;br /&gt;Having licenses for both and using their high points is helping me to build a super scalable beast.  I hope to see and post the results soon.&lt;br /&gt;&lt;br /&gt;In the meanwhile see ya all later.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-3702698969775114732?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/3702698969775114732/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=3702698969775114732' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3702698969775114732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/3702698969775114732'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2007/02/new-jmission.html' title='A new jmission!!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-2128864612189030575</id><published>2006-12-08T14:13:00.000-08:00</published><updated>2006-12-08T14:25:49.819-08:00</updated><title type='text'>Javing my way....</title><content type='html'>Again, I'm working on the interesting world of Java.  Last time i play on the gray side of the moon was 1.3 years ago.  On that opportunity Java -&gt; WebLogic -&gt; Oracle was the recipe for sucess (after Delphi obviously ;)).&lt;br /&gt;&lt;br /&gt;Now, it is Java -&gt; JBoss -&gt; DB2, ja! nice combo, that could bring up some fatality moves and maybe even a famous friendship key combo.  My experience with DB2 is close to zero, but should be similar to Oracle, and JBoss, so far it looks too similar to WebLogic, too soon to tell but we will see.&lt;br /&gt;&lt;br /&gt;So back to the topic, lately I've being programming on Javita, and really, it is a nice language, sometimes gets into the same cryptic style as C but in general is acceptable.  I have one basic complain so far.&lt;br /&gt;&lt;br /&gt;The "switch" statement, requires a "break" line, that sounds to me like a forced move, close to a "goto" kind of move,  if we are analyzing different cases, as soon as you found the matching one, you should just continue the execution out of the switch statement, but nope.  The guy just goes all the way down if it is not stopped by a nice break.  Easy to fix, great, but it caught my attention.&lt;br /&gt;&lt;br /&gt;Well, thats it, on a lighter note, we had nice encouraging numbers on TIOBE, increased D popularity up one rank, but not enough to take over the crown of Ruby as the language of the year.&lt;br /&gt;&lt;br /&gt;Oh lots of promotions on Turbo Delphis and components all over the world, some of them as down as $200USD for TPro.&lt;br /&gt;&lt;br /&gt;Oh, I am still missing a nice post with my experiences with Subversion, it simply rox, really guys, want to use a source control software!, use Subversion. :)&lt;br /&gt;&lt;br /&gt;Back to work!.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-2128864612189030575?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/2128864612189030575/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=2128864612189030575' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2128864612189030575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/2128864612189030575'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/12/javing-my-way.html' title='Javing my way....'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-8811174546300411689</id><published>2006-11-30T18:41:00.000-08:00</published><updated>2006-11-30T19:00:15.829-08:00</updated><title type='text'>I did it again!</title><content type='html'>I must admit that it was on my plans, really, I was going to buy those components sooner or later, but while browsing on the CodeGear general third party components newsgroup I found an offer i couldn't resist.  What was it? well, go into the website or in to the newsgroups and find out, it will be easy to just provide the link eh?&lt;br /&gt;&lt;br /&gt;So on the mighty Christmas spirit I bought another fine set of tools for my ongoing home project.&lt;br /&gt;&lt;br /&gt;The  lucky ones are a set of tools to provide remote assistance to your clients, for example, lets say that your client has a problem with its machine or with the software itself and he is getting a weird error message that doesn't matter how many times he describes it on an email, or through the phone yo simply can't understand what he means or how the error is happening.&lt;br /&gt;&lt;br /&gt;Well, the solution is simple, ask him to go to the About option on his menu, click Help and click on the button request Remote Assistance...&lt;br /&gt;&lt;br /&gt;On that moment a request will be send to my servers up in T.O. and I will be able to jump in into his desktop after his authorization to view live and under his supervision what is going on with his system.  This is in my opinion the ULTIMATE technical support :).&lt;br /&gt;&lt;br /&gt;My kudos to the &lt;a href="http://www.realthinclient.com/"&gt;Real Thin Client&lt;/a&gt; for such an outstanding job.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-8811174546300411689?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/8811174546300411689/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=8811174546300411689' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/8811174546300411689'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/8811174546300411689'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/11/i-did-it-again.html' title='I did it again!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-115965481319007858</id><published>2006-09-30T15:13:00.000-07:00</published><updated>2006-09-30T15:20:13.200-07:00</updated><title type='text'>Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files..." is denied.</title><content type='html'>Well, this weekend i spent several hours (lots) setting up our new bug tracking software (Axosoft if you wanted to ask) and out of nowhere we start getting the message :&lt;i&gt;&lt;br /&gt;&lt;br /&gt;Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\bugtrack\5607edd7\fc4d1071\hash.web" is denied.&lt;br /&gt;&lt;br /&gt;&lt;/i&gt;everytime we try to access their web version of the product.  I tried everything i could, and I asked my dear friend google many times.  My problem was that lots of people described the problem, but their solutions didnt work for me.&lt;br /&gt;&lt;br /&gt;Finally, &lt;a href="http://support.microsoft.com/kb/823379"&gt;this&lt;/a&gt; mighty article from the msdn saved the day.  Interesting to know is that the problem came up as a combination of us installing asp.net, IIS 6.0 and then promoting the computer to be an additional domain controller.  That series of events cause ASP to lost control over their temporary directories.&lt;br /&gt;&lt;br /&gt;Who figures eh?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-115965481319007858?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/115965481319007858/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=115965481319007858' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115965481319007858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115965481319007858'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/09/access-to-path-cwinntmicrosoftnetframe.html' title='Access to the path &quot;C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files...&quot; is denied.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-115954298073074925</id><published>2006-09-29T08:13:00.000-07:00</published><updated>2006-09-29T08:22:56.510-07:00</updated><title type='text'>How to determine what version of .Net you have installed.</title><content type='html'>Well, I ran into this situation.  After a quick search i found &lt;a href="http://support.microsoft.com/?kbid=318785&amp;amp;sd=msdn"&gt;this&lt;/a&gt; simple but effective article in the MSDN network.&lt;br /&gt;&lt;br /&gt;That only reminds me of the importance to keep a proper versioning system, on days when using years to determine the version of your program (at least for marketing purposes) is the way to go, we cant forget the importance to keep the traditional x.x.x.x version system going and BUILT into each of the files of your system.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-115954298073074925?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/115954298073074925/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=115954298073074925' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115954298073074925'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115954298073074925'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/09/how-to-determine-what-version-of-net.html' title='How to determine what version of .Net you have installed.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-115939262103958328</id><published>2006-09-27T14:29:00.000-07:00</published><updated>2006-09-27T14:47:51.556-07:00</updated><title type='text'>HOT NEWS: command line compiler available for download.</title><content type='html'>Turbo Pro registered users.&lt;br /&gt;&lt;br /&gt;Follow this &lt;a href="http://www.borland.com/downloads/registered/download_turbo.html"&gt;link&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-115939262103958328?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/115939262103958328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=115939262103958328' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115939262103958328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115939262103958328'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/09/hot-news-command-line-compiler.html' title='HOT NEWS: command line compiler available for download.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-115803463680376240</id><published>2006-09-11T21:09:00.000-07:00</published><updated>2006-09-11T21:17:16.823-07:00</updated><title type='text'>Turbo Delphi en Latino America.</title><content type='html'>This one goes in spanish!&lt;br /&gt;&lt;br /&gt;Amigos!&lt;br /&gt;&lt;br /&gt;Para aquellos hispanoparlantes en Latino America que quieran comprar sus versiones de Turbo Delphi o tengan preguntas de como obtener soporte de Borland en sus paises, adjunto los comentarios de dos empleados de Borland al respecto de este tema:&lt;br /&gt;&lt;br /&gt;"&lt;br /&gt;Hello,&lt;br /&gt;&lt;br /&gt;My name is Lisa Flores (&lt;a href="mailto:lflores@borland.com"&gt;lflores@borland.com&lt;/a&gt;) and I work in  the&lt;br /&gt;Developer Tools Group for Latin America and wanted to let all of  our&lt;br /&gt;Latin America and Caribbean customers know that you can indeed  purchase&lt;br /&gt;Turbo locally in many countries and in others, directly from the  Latin&lt;br /&gt;America/Caribbean sales department.  This page will give you your  local&lt;br /&gt;purchasing options:&lt;br /&gt;&lt;br /&gt;Brazil: &lt;a href="http://www.borland.com/br/company/where_to_buy.html"&gt;http://www.borland.com/br/company/where_to_buy.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Spanish-speaking  Latin America:&lt;br /&gt;&lt;a href="http://www.borland.com/latam/company/where_to_buy.html"&gt;http://www.borland.com/latam/company/where_to_buy.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Caribbean:  &lt;a href="http://www.borland.com/latam/company/where_to_buy.html"&gt;http://www.borland.com/latam/company/where_to_buy.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Saludos,&lt;br /&gt;&lt;br /&gt;Lisa  Flores&lt;br /&gt;Account Manager - Latin America &amp;amp; Caribbean&lt;br /&gt;Borland Software  Corporation&lt;br /&gt;831-431-1434"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-115803463680376240?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/115803463680376240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=115803463680376240' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115803463680376240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115803463680376240'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/09/turbo-delphi-en-latino-america.html' title='Turbo Delphi en Latino America.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-115717124665968420</id><published>2006-09-01T21:23:00.000-07:00</published><updated>2006-09-01T21:29:11.980-07:00</updated><title type='text'>A success story of ISAPI, Datasnap and D2006.</title><content type='html'>A while ago I was hired to extend and complete a very complex ISAPI Delphi web application.&lt;br /&gt;&lt;br /&gt;This application was intended to manage high volumes of web requests and responses, with peaks of 55,000 logins per day and around 35,000 transactions per day.&lt;br /&gt;&lt;br /&gt;The system is power up by a nice 3-tier architecture using all the DataSnap gadgets available, including a nice implementation of the out-of-thebox load balance and redundancy components included on DataSnap.&lt;br /&gt;&lt;br /&gt;Years and several jobs later, a big problem started to show up on moments of high load/volume, a terrible "No more available connections" message start affecting the webservers, the worst part was that the asp wrappers of the ISAPI were fine, so everything pointed to a problem with the dll.&lt;br /&gt;&lt;br /&gt;I was contacted to work on this problem, so that is how my adventure started.&lt;br /&gt;&lt;br /&gt;Initially the solution was to increased the amount of instances of the DLL that could be loaded in memory.  I also tried increasing the IIS back log settings for pending http requests, all this helped but the problem persisted.&lt;br /&gt;&lt;br /&gt;The next solution was to increase the number of webservers, this off course helped, brute force did its magic but the volume of requests increased and after some months and the problem showed up again.&lt;br /&gt;&lt;br /&gt;After some research, I decided to go the dramatic way, so I ended up upgrading the application to the all mighty Delphi 2006 and its new FastMM memory manager, a new Midas, and the addition of the ISAPI Thread Pool unit.&lt;br /&gt;&lt;br /&gt;In order to test if the solution was effective enough without putting at risk the live production system, I setup a nice test environment using the well known opensta testing framework.&lt;br /&gt;&lt;br /&gt;The test consisted of 30 virtual users, each user accessing 20 different player accounts, browsing the website, checking their balances and logging out of each account. I ran twice each test against the old and the improved dll.&lt;br /&gt;&lt;br /&gt;The results were very good, the response time per request when from an average of a 100ms per request to 25ms per request. (THAT DRAMATIC!)&lt;br /&gt;&lt;br /&gt;On the dark side, I got only 6, "500 errors" on the test runs.  So on one side I was happy because performance just jumped up, and in the other side I was concerned because I wasn't sure if I was properly addressing the main reason of all this mess.&lt;br /&gt;&lt;br /&gt;So I decided to ramp up the test by going up to 100 virtual users and push to the extreme those 60 maximum active modules.  The result, simply impressive...&lt;br /&gt;&lt;br /&gt;The test ended up doing 12830 http requests to the dll, in the old DLL out of those 12830, 1850 were "500 errors". What "500 error"?, well the famous "not enough available connections". BINGO!&lt;br /&gt;&lt;br /&gt;I switched dlls and tried again... GOSH, DELPHI ROX.  Out of 12830, only 10 "500 errors".  The dll was able to answer most of the requests properly and still in a good time.&lt;br /&gt;&lt;br /&gt;Do I have to say more? I can't hide the fact that some nice architectural changes helped a bit, but, FastMM, ISAPI thread pooling and DataSnap, are the perfect combination for web dlls.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-115717124665968420?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/115717124665968420/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=115717124665968420' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115717124665968420'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115717124665968420'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/09/success-story-of-isapi-datasnap-and.html' title='A success story of ISAPI, Datasnap and D2006.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-115716364472340814</id><published>2006-09-01T19:17:00.000-07:00</published><updated>2006-09-01T19:20:44.736-07:00</updated><title type='text'>Delphi Small Team Pack!</title><content type='html'>Hey guys,&lt;br /&gt;&lt;br /&gt;The DTG is going all the way, in a couple of days  www.turboexplorer.com will put their products available for download (including the free Delphi version) and right now you can buy the Delphi Small Team pack, 2 licences with a 20% discount in the Pro, Enterprise, and Architect editions.&lt;br /&gt;&lt;br /&gt;Great opportunity for those small high productivity factories out there. :)&lt;br /&gt;&lt;br /&gt;Check it out &lt;a href="http://http://shop.borland.com"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-115716364472340814?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/115716364472340814/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=115716364472340814' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115716364472340814'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115716364472340814'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/09/delphi-small-team-pack.html' title='Delphi Small Team Pack!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-115499852742842259</id><published>2006-08-07T17:52:00.000-07:00</published><updated>2006-08-07T17:55:27.443-07:00</updated><title type='text'>Turbo is Back....</title><content type='html'>Great news!&lt;br /&gt;&lt;br /&gt;The Delphi (Development :P) Tools Group is starting its comeback by announcing the return of the Turbo tools.  Yeap guys, Turbo Delphi, Turbo C++, all the good ol' friends for all the professional and enthusiast developers out there are BACK with a vengance.&lt;br /&gt;&lt;br /&gt;Check &lt;a href="http://www.eweek.com/article2/0,1895,2000205,00.asp"&gt;this&lt;/a&gt; link with the news.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-115499852742842259?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/115499852742842259/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=115499852742842259' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115499852742842259'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/115499852742842259'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/08/turbo-is-back.html' title='Turbo is Back....'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-114973171403745466</id><published>2006-06-07T18:39:00.000-07:00</published><updated>2006-06-26T10:50:31.880-07:00</updated><title type='text'>Oracle experiences...</title><content type='html'>In my current job i have the pleasure to work on an Oracle powered environment.&lt;br /&gt;&lt;br /&gt;That has allowed me to get enough knowledge to give a personal evaluation of it, compared to the newest MS database server MSSQL 2005.&lt;br /&gt;&lt;br /&gt;In summary, MSSQL 2000 has nothing to do against Oracle 9i or Oracle 10g, in that case MSSQL 2000 looks like Access with Steroids.&lt;br /&gt;&lt;br /&gt;But when we put in the mix the latest and greatest MSSQL 2005 things change.  Under such situations MSSQL 2005 goes along the way of Oracle 9i, but fails to reach the performance and tweaking capabilities of Oracle 10g.&lt;br /&gt;&lt;br /&gt;Oracle has put lots of effort on simplify the Oracle installation and management of the database, but still lacks to the easy of use of MSSQL.&lt;br /&gt;&lt;br /&gt;My current home project is being developed on MSSQL 2000, but it already pass some initial testings on MSSQL 2005, so, it is almost guaranteed that by the time its first version is out, it will be running on it.&lt;br /&gt;&lt;br /&gt;The next step will be to move my ADO components to dbExpress so i can proceed thanks to DataSnap to support Oracle and MSSQL on deployments.&lt;br /&gt;&lt;br /&gt;Why picking MSSQL over Oracle after saying that the last one is better? well, simple, easy of use, i need to have the initial version out soon and there is no time to spend on a database migration.&lt;br /&gt;&lt;br /&gt;DeadLocks? well that was the big cons with MSSQL 2000, but i must admit that having all those locking problems did help me improving my SQL skills and my general knowledge of the MSSQL engine.  What about Oracle? well, so far, it has behave properly, but we havent hit the system with enough transactions to safely say that is better.&lt;br /&gt;&lt;br /&gt;What i do know is that Oracle manages a better locking system,  If i'm not mistaken it is applied on a row level , now you can specify that manually on MSSQL (2005 has it by default) but come on wouldn't be nice if you dont have to specify your locking hints everywhere in your SQL statements? (yes you have to if you are doing any serious enterprise system).&lt;br /&gt;&lt;br /&gt;Now, I'm going back to my duties and i will keep entering more rants on system performance later.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-114973171403745466?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/114973171403745466/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=114973171403745466' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114973171403745466'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114973171403745466'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/06/oracle-experiences.html' title='Oracle experiences...'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-114545749110109623</id><published>2006-04-19T07:35:00.000-07:00</published><updated>2006-04-19T07:38:11.116-07:00</updated><title type='text'>Delphi 2006 Update 2 is out!!</title><content type='html'>Yes guys, the big D got his latest update.  If BDS was rock solid, now it is just steel solid.&lt;br /&gt;&lt;br /&gt;Download the udpate &lt;a href="http://www.borland.com/downloads/registered/download_delphi.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;See what was fixed &lt;a href="http://qc.borland.com/qc/wc/qcmain.aspx?search=1&amp;amp;rib=10.0.22"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-114545749110109623?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/114545749110109623/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=114545749110109623' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114545749110109623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114545749110109623'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/04/delphi-2006-update-2-is-out.html' title='Delphi 2006 Update 2 is out!!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-114515361382090950</id><published>2006-04-15T19:04:00.000-07:00</published><updated>2006-04-15T19:22:05.266-07:00</updated><title type='text'>Latest news: New Delphi "DevCo" maybe announced on May 8.</title><content type='html'>Well, all this is based on news reported on one of the best Spanish language Delphi forum, &lt;a href="http://www.clubdelphi.com/foros/showthread.php?t=30683"&gt;Club Delphi&lt;/a&gt; , a well known &lt;a href="http://blogs.softnix.es/www/mas.php?id=A79_0_1_0_M"&gt;spanish blogger&lt;/a&gt; and one of the main Borland Software distributors in Europe &lt;a href="http://www.danysoft.com"&gt;Danysoft&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;It seems that on May 8th, in a conference in Spain, the new company will be announced.  The article mentions that the new company will be based in Europe.&lt;br /&gt;&lt;br /&gt;The article also mentions that is likely that the new "DevCo" will not be part of a well known buyer but a new and independent company.&lt;br /&gt;&lt;br /&gt;The existence of a strong Delphi Market in Europe and also the good and strong anti-monopoly software rules plus protectionist from the European Union will be a plus to help "DevCo" in its way to the top.&lt;br /&gt;&lt;br /&gt;Now, is this true? no idea, but May 8th is not that far ago, so i think we can wait a bit and find out.&lt;br /&gt;&lt;br /&gt;Delphi Rox!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.clubdelphi.com"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-114515361382090950?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/114515361382090950/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=114515361382090950' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114515361382090950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114515361382090950'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/04/latest-news-new-delphi-devco-maybe.html' title='Latest news: New Delphi &quot;DevCo&quot; maybe announced on May 8.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-114361218676278137</id><published>2006-03-28T21:55:00.000-08:00</published><updated>2006-04-02T18:11:17.680-07:00</updated><title type='text'>Linux and Oracle.... NOW I really love Delphi.</title><content type='html'>Well, these days I had to deploy one of our company projects in Linux and Oracle (Just in case, it is not built on Kylix).&lt;br /&gt;&lt;br /&gt;The plan was to install Red Hat 4 ES and Windows 2003 server on two different VMWare machines running on my Windows XP computer all linked in a nice virtual network.&lt;br /&gt;&lt;br /&gt;It has being a while since I play with Linux, last time I did I used the Mandrake Linux distribution more than 5 years ago, and it wasn't a pleasant experience. But I assume that more than five years later, I will have the closest thing to Windows I can imagine on the penguin environment.&lt;br /&gt;&lt;br /&gt;Gosh I was totally wrong.  My mission was basically to prove that we can have a full product installation using ONLY the GUI (Gnome /X-Windows), you guys must understand that giving this kind of statement on a fully Java/Sun/Solaris environment is the closest thing to a blasphemy only overcome by the use of Microsoft / Windows related products on our environment (which I'm doing by introducing Delphi :))&lt;br /&gt;&lt;br /&gt;Anyway, as a summary of my experience:&lt;br /&gt;&lt;br /&gt;* Red Hat 4 installer is great, it was the closest thing to the famous "Next, Next Finish" we are so used to in Windows.&lt;br /&gt;* Soon or later you will have to use the command line.&lt;br /&gt;* Gnome desktop is still far behind Windows.&lt;br /&gt;* Linux guys like to build a mist of mystery on their products.  All the things I did in order to install Oracle on Linux can be done on the GUI, *if* someone puts a bit of time on finishing the GUI and adding some of the tricks that can be done only through the command line. (permissions is an example).&lt;br /&gt;* Oracle installer should ask for the root user/pass and do all the required installs without having to stop and ask the user to manually go, change user and run scripts to be able to finish the installation.&lt;br /&gt;* Linux REALLY needs some good RAD environments. (Did I said Kylix?)&lt;br /&gt;* Copy/Paste is a pain, some applications will not recognize the copied items from other apps.&lt;br /&gt;* WARNING!! The File Browser doesn't recognize the files with names .something.  This caused me a bunch of issues cause Oracle installers used lots of files with that kind of names. (e.g. .extract_args.&lt;br /&gt;* I ended up copying the files using the command line.  If you ask me, that is SAD.  (Yes I did enable to view all file types and hidden files, didn't work)&lt;br /&gt;&lt;br /&gt;Well, I can keep typing but it is enough, Linux is cool, but gosh, once you work with Windows and Delphi you realized how nice and green are the lands on this side of the computer world.&lt;br /&gt;&lt;br /&gt;I can't believe people still pushes for terminals and command prompts, I mean think about it, movies, TV series, internet, everything shows the new generation of developers (kids) that it has to be graphical, kind of "Minority Report" feeling.&lt;br /&gt;&lt;br /&gt;Terminals look cool, for all of you hacker lovers, but, it is the 2000's, that is a no no, now days.&lt;br /&gt;&lt;br /&gt;Cya all.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-114361218676278137?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/114361218676278137/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=114361218676278137' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114361218676278137'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114361218676278137'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/03/linux-and-oracle-now-i-really-love.html' title='Linux and Oracle.... NOW I really love Delphi.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-114256957770318024</id><published>2006-03-16T20:21:00.000-08:00</published><updated>2006-03-16T20:26:17.723-08:00</updated><title type='text'>Windows Vista will not use .Net</title><content type='html'>After all, .Net is taking some time to lift off.  The following articles extracted from a good discussion on the borland newsgroups show us how the new Windows operative system ended up not relying on the .Net framework.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.grimes.demon.co.uk/dotnet/vistaAndDotnet.htm"&gt;http://www.grimes.demon.co.uk/dotnet/vistaAndDotnet.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;and ...this other ones covering the API and GUI.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/greg_schechter/archive/2006/03/10/549310.aspx"&gt;http://blogs.msdn.com/greg_schechter/archive/2006/03/10/549310.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.edbott.com/weblog/?p=1272"&gt;http://www.edbott.com/weblog/?p=1272&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Personally, I'm more interested on future native Win64 support.  If Intraweb is able to catch up and improve its performance (which they did in version 8), then i will not have any other use for .Net (which i think is only useful for web apps for us Delphi developers) in the short term.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-114256957770318024?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/114256957770318024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=114256957770318024' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114256957770318024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114256957770318024'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/03/windows-vista-will-not-use-net.html' title='Windows Vista will not use .Net'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-114016086066393972</id><published>2006-02-16T23:19:00.000-08:00</published><updated>2006-02-16T23:21:00.663-08:00</updated><title type='text'>Letter from David I to the Brazilian Delphi Community.</title><content type='html'>A great post to a big community down south, that touches the topic of Delphi spinning into its own company.&lt;br /&gt;&lt;br /&gt;Click &lt;a href="http://blogs.borland.com/AndreanoLanusse/archive/2006/02/16/23361.aspx"&gt;here&lt;/a&gt; to read it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-114016086066393972?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/114016086066393972/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=114016086066393972' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114016086066393972'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114016086066393972'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/02/letter-from-david-i-to-brazilian.html' title='Letter from David I to the Brazilian Delphi Community.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-114016065225921222</id><published>2006-02-16T23:16:00.000-08:00</published><updated>2006-02-16T23:17:32.270-08:00</updated><title type='text'>Delphi 2006 Architect version Trial available!</title><content type='html'>Try the best Delphi ever.  Click &lt;a href="http://www.borland.com/downloads/download_delphi.html"&gt;here&lt;/a&gt; to download the Delphi 2006 Architect Trial.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-114016065225921222?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/114016065225921222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=114016065225921222' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114016065225921222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/114016065225921222'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/02/delphi-2006-architect-version-trial.html' title='Delphi 2006 Architect version Trial available!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-113772817244906263</id><published>2006-01-19T19:28:00.000-08:00</published><updated>2006-01-19T19:42:42.766-08:00</updated><title type='text'>Transactional Data Modules on Delphi 2006</title><content type='html'>Tonight i was working on my project's middletier using DataSnap and i decided to add a new Transactional Data Module, perfect, i click on File / New / Other and select the MultiTier tab... ooops, it only says Remote DataModule!!!&lt;br /&gt;&lt;br /&gt;Where is my Transactional Data Module!!  Well, it seems that the Wizard didnt make it for the official Delphi 2006 release (as i said officially), BUT... after a quick "let me ask Mister Google" i found &lt;a href="http://blogs.borland.com/cbensen/archive/2005/12/07/22388.aspx"&gt;this&lt;/a&gt; good entry on Borland's Chris Bensen blog.  Good stuff it is there, notice that you will have to enter "both" (Free) in the component factory section if you want to specify support for both Single and Apartment Threading Models, the option in the wizard only offers Single or Apartment.&lt;br /&gt;&lt;br /&gt;Anyway it seems that Delphi 2006 supports them fully and there is no problem with it. (We already deployed our newly D2006 compiled modules).&lt;br /&gt;&lt;br /&gt;Another way to do it is just to open your project with Delphi 7 and add the transactional data module, save, close and go back to D2006.  (Hey, i still use the D7 help file :P)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-113772817244906263?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/113772817244906263/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=113772817244906263' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113772817244906263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113772817244906263'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/01/transactional-data-modules-on-delphi.html' title='Transactional Data Modules on Delphi 2006'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-113721116966869712</id><published>2006-01-13T19:48:00.000-08:00</published><updated>2006-03-15T19:02:44.460-08:00</updated><title type='text'>Marco Cantu's eBook Delphi 2006 first draft</title><content type='html'>I mentioned before on the borland nontech newsgroups that Marco Cantu was planning to extend his &lt;a href="http://www.amazon.com/gp/product/0782143423/qid=1137210765/sr=8-1/ref=pd_bbs_1/102-6725225-7295321?n=507846&amp;s=books&amp;amp;v=glance"&gt;Mastering Delphi 2005&lt;/a&gt; book.&lt;br /&gt;&lt;br /&gt;Well, here is the link to his initial &lt;a href="http://www.marcocantu.com/md2005/UpdateDelphi2006.html"&gt;Delphi 2006 ebook first draft&lt;/a&gt;.  I can say that Marco's book is great, it is part of a good collection of Delphi .Net books on my office, which i will be waiting to increase with his next book, which i expect to be available when Delphi 2007/2008 comes out.&lt;br /&gt;&lt;br /&gt;Enjoy the good reading.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-113721116966869712?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/113721116966869712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=113721116966869712' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113721116966869712'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113721116966869712'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/01/marco-cantus-ebook-delphi-2006-first.html' title='Marco Cantu&apos;s eBook Delphi 2006 first draft'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-113685996318214093</id><published>2006-01-09T18:20:00.000-08:00</published><updated>2006-01-09T18:41:06.770-08:00</updated><title type='text'>2005 is gone, welcome 2006!</title><content type='html'>Well, personally and professionally 2005 was a great year for me,  i spent my Christmas in my beautiful and warm country, the perfect way to close a good year.&lt;br /&gt;&lt;br /&gt;But now, it is 2006, and what better way to start the year than with the BEST DELPHI EVER, yes sir, i am right now installing the Man, the Mighty One, the only Delphi not bashed so far in the non-technical borland newsgroups... Mr. Delphi 2006.&lt;br /&gt;&lt;br /&gt;So far so good, i'm installing right now my standard components: JVCL 3.10, SUISkin and ExpressGrid.&lt;br /&gt;&lt;br /&gt;If all these guys come up right, then we are ready to move, yup, i'm not thinking twice, i'm going all the way, i'm migrating from Delphi 7.  It is worth it and the feedback so far has been A+.&lt;br /&gt;&lt;br /&gt;So, people, the time is now, Delphi 3, 4, 5, 6 and 7 users, we have our safe spot is Delphi 2006.&lt;br /&gt;&lt;br /&gt;Let the party begin.&lt;br /&gt;&lt;br /&gt;Pst. It looks like i will have a lack of sleep this coming days.  :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-113685996318214093?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/113685996318214093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=113685996318214093' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113685996318214093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113685996318214093'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2006/01/2005-is-gone-welcome-2006.html' title='2005 is gone, welcome 2006!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-113416777590565113</id><published>2005-12-09T14:32:00.000-08:00</published><updated>2005-12-09T14:42:50.836-08:00</updated><title type='text'>Danny Thorpe message for the Delphi Community</title><content type='html'>Post taken from the delphi.non-technical newsgroups. I'm including the text in order to avoid confusions, if you want to see the real text, go to the google newsgroups, it should show up there.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;"&lt;br /&gt;Members of the Delphi Community,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;As you've no doubt read in other  threads in this newsgroup, I have left&lt;br /&gt;Borland to seek new opportunities at  Google.&lt;br /&gt;&lt;br /&gt;This was not a sudden action.  I have tried my best to ensure a  smooth&lt;br /&gt;transition for the Delphi team, starting with transition  plan&lt;br /&gt;discussions with Borland management more than nine months  ago.&lt;br /&gt;&lt;br /&gt;Delphi is built by a team, not by any individual. Far greater  talent&lt;br /&gt;than mine has come and gone from the team, and Delphi presses on.   More&lt;br /&gt;importantly, far greater talent remains in the team, some of it as  yet&lt;br /&gt;untapped.&lt;br /&gt;&lt;br /&gt;As you may know, my philosphy is that teams should be  built to&lt;br /&gt;anticipate, tolerate, and support the comings and goings of  individuals&lt;br /&gt;on the team. Everyone will eventually leave the team - either  by&lt;br /&gt;choice, or by pine box. To ignore this is childish.&lt;br /&gt;&lt;br /&gt;I have full  confidence in the Delphi team to continue to deliver the&lt;br /&gt;right stuff to keep  Delphi current, innovative, and competitive for&lt;br /&gt;years to come. Though there  have been some difficult spots between&lt;br /&gt;myself and Borland corporate  management, the internal changes in&lt;br /&gt;attitude and messaging in recent months  from Borland corporate toward&lt;br /&gt;Delphi have turned my faith in Borland  supporting Delphi back toward&lt;br /&gt;the positive.   I'm sure that will only get  better as Todd Neilsen&lt;br /&gt;steps in as the new CEO.&lt;br /&gt;&lt;br /&gt;I'm also pleased that  in some small measure my departure is creating&lt;br /&gt;opportunities for advancement  within the Delphi team, and that Borland&lt;br /&gt;management (Boz and Steve Todd) was  very supportive of "redrawing the&lt;br /&gt;map" under the guidance of Allen, Michael,  Eli, and myself. Several&lt;br /&gt;individuals on the team have been promoted in title  and/or in pay as a&lt;br /&gt;result of this change. Many of those have not seen  promotion or pay&lt;br /&gt;raises for as long as 5 years. Borland has also committed to  opening up&lt;br /&gt;several new positions in the Delphi group in Scotts Valley, which  may&lt;br /&gt;be filled with entry or mid level engineering talent. This alone is  a&lt;br /&gt;significant reversal of the "No new hires in Scotts Valley"  edict&lt;br /&gt;earlier this year by then-CEO Dale Fuller.&lt;br /&gt;&lt;br /&gt;I was not snatched  away from Borland, and I am not leaving Borland for&lt;br /&gt;lack of money.  I sought  out Google, and I'll be making at Google&lt;br /&gt;exactly what I made at Borland,  which is nicely comfortable but not&lt;br /&gt;excessive.  There were other suitors  (including the obvious one) but,&lt;br /&gt;quite frankly, Google outmaneuvered  them.&lt;br /&gt;&lt;br /&gt;Could Borland have bought me back?  No, because I didn't leave  for&lt;br /&gt;money.  Why, then?  Opportunity.  I'm going to Google to pursue  ideas&lt;br /&gt;and opportunities that are simply beyond Borland.  I love Delphi,  I&lt;br /&gt;know it inside out, but there's a lot more in me than just  Delphi.&lt;br /&gt;&lt;br /&gt;After 15 exciting years doing a wide variety of things at  Borland, it's&lt;br /&gt;time for me to do something /completely/ different.&lt;br /&gt;&lt;br /&gt;This  is not goodbye.  This is just changing channels.&lt;br /&gt;&lt;br /&gt;-Danny  Thorpe&lt;br /&gt;Engineer, Google.&lt;br /&gt;"&lt;br /&gt;&lt;br /&gt;Thanks Danny, your legacy on our amazing development tool will never be forgotten. May the force be with you in your new ventures.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Nos vemos pronto.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-113416777590565113?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/113416777590565113/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=113416777590565113' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113416777590565113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113416777590565113'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/12/danny-thorpe-message-for-delphi.html' title='Danny Thorpe message for the Delphi Community'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-113393457102927159</id><published>2005-12-06T21:42:00.000-08:00</published><updated>2005-12-06T21:49:31.053-08:00</updated><title type='text'>Danny Thorpe left Borland.</title><content type='html'>In my opinion one of the smartest guys i have the honor to met, it was on a great developer's three day conference in Toronto where i got the pleasure to listen and share some time with the guy behind the latest improvements on the Delphi compiler.&lt;br /&gt;&lt;br /&gt;After 15 years (some people say 20 :P) of working with Borland he is leaving for a new great adventure in Google, helping on the development of lots of new things related to FireFox.  Before leaving, he gave the Delphi community a last gift, by helping to provide one of the strongest Delphi versions ever. Delphi 2006.&lt;br /&gt;&lt;br /&gt;Borland, the Delphi team and the Delphi community for sure will miss him, i'm happy to know that for a couple of months now, new people is already taking his place.  New minds working on the progress of the language, environment, etc that we love so much.  In my opinion, the future looks very bright, we have a roadmap, we have a strong Delphi version and we have the chance of fresh ideas coming into Delphi.&lt;br /&gt;&lt;br /&gt;Thanks Danny, you are 'Da Man.  Enjoy your new venture and keep in touch with the community.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-113393457102927159?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/113393457102927159/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=113393457102927159' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113393457102927159'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113393457102927159'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/12/danny-thorpe-left-borland.html' title='Danny Thorpe left Borland.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-113318895840667013</id><published>2005-11-28T06:23:00.000-08:00</published><updated>2005-11-28T06:42:38.433-08:00</updated><title type='text'>Long nights of development...</title><content type='html'>Lately i have being a bit unplug from my blogging duties.&lt;br /&gt;&lt;br /&gt;The reason, a big personal project i'm trying to pull out.  Just for fun, let me extend a bit into it.&lt;br /&gt;&lt;br /&gt;It is developed in WIN32 using DataSnap, Indy, the Quantum Express Grid and JVL/JVCL.  No other component is allowed :) (well, i need some sound recording, so, im looking for some replacement to the MMTOOLS, if you guys know of any, please let me know).&lt;br /&gt;&lt;br /&gt;My Datasnap modules on this occassion sit on Transactional Data Modules on MTS, using Free threading.  My previous experiences with it have return amazing performance advantages of using connection and object pooling in coordination with a good load balancing and redundancy techniques thanx to the DataSnap built in load balancer.&lt;br /&gt;&lt;br /&gt;Initially i tried to use a very good ntier framework called KbMw, but the learning curve and my short time to bring this project alive stopped me from doing it (once it is up and running i will try to port the project to it).&lt;br /&gt;&lt;br /&gt;The Quantum Grid is just amazing, i haven't even scratch the surface of these components and i'm already shocked with the possibilities, if you guys have the budget, go and get them.  They support VCL.Net and i'm waiting to see its Express bars working on VCL.Net too.&lt;br /&gt;&lt;br /&gt;I still haven't decided what is going to be the web technology i will implement for the web front.  ASP.Net? playing safe with nice ISAPI Dll's? or a cool combination of ISAPI DLL's and Ajax?&lt;br /&gt;&lt;br /&gt;I need to implement some interfaces between different systems, and DCOM is not an option due to security restrictions among the products, my initial thoughts went to SOAP but recently i've being reading about REST and i think i will give it a shot.  I want to thank Marco Cantú on his blog for bringing some light to the topic.&lt;br /&gt;&lt;br /&gt;I have to go for now, but, i will go deep into my experiences with all these later on.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-113318895840667013?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/113318895840667013/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=113318895840667013' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113318895840667013'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113318895840667013'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/11/long-nights-of-development.html' title='Long nights of development...'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-113206599758055177</id><published>2005-11-15T06:43:00.000-08:00</published><updated>2005-11-15T06:46:37.593-08:00</updated><title type='text'>Delphi 2006 Tour - Toronto</title><content type='html'>Well, i was supposed to post this a bit earlier, so people can find this information useful, but i am extremly busy at work.&lt;br /&gt;&lt;br /&gt;Today, November 15th, Borland Canada will be showing the new features and enhancements of Borland Delphi 2006.   An amazing event conducted by Mighty Michael Li.&lt;br /&gt;&lt;br /&gt;For more information please visit the &lt;a href="http://www.tdug.com"&gt;Toronto Delphi Users Group&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Hope to see you all there.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-113206599758055177?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/113206599758055177/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=113206599758055177' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113206599758055177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113206599758055177'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/11/delphi-2006-tour-toronto.html' title='Delphi 2006 Tour - Toronto'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-113082413055296431</id><published>2005-10-31T21:36:00.000-08:00</published><updated>2005-11-01T22:00:03.000-08:00</updated><title type='text'>DataSnap... as good as it gets.</title><content type='html'>Well, for the last 2 years since i started using DataSnap, i can't stop feeling amazed of how good it is. I know that you guys may say that now its all about .Net Remoting and BDP, but, ladies and gents, DataSnap is extremly versatile and easy to use, and definitly a proven way of implementing VERY effective multi tier systems.&lt;br /&gt;&lt;br /&gt;These days i've being using lots of nested datasets in mix with the Quantum Grid, you can't imagine the THOUSANDS of lines of code i'm saving myself everyday with these lethal combination.&lt;br /&gt;&lt;br /&gt;I mean it, for the same amount of database operations, we have at work complete hard drives of code in Java. Write this down, it is until you work with a language not as versatile and powerful as Delphi when you realize HOW MUCH YOU LOVE IT.&lt;br /&gt;&lt;br /&gt;I must admit that i really like the way KbMw does things, but DataSnap is so integrated into all the Delphi stuff that the idea of migrating all the code to KbMw is something for the long term.&lt;br /&gt;&lt;br /&gt;Borland has not stopped the support on DataSnap although i must admit is extremly stable and mature, it is not their main concern, but i feel that its adoption is growing instead of going away, specially on WIN32 systems. I hope we can get some minors enhancements and a firm fix to the multi-procesor issues experienced with socket connections, cause i cant wait to set our systems on some nice MultiCore Opteron processors.&lt;br /&gt;&lt;br /&gt;Good night, cya all later.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-113082413055296431?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/113082413055296431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=113082413055296431' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113082413055296431'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113082413055296431'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/10/datasnap-as-good-as-it-gets.html' title='DataSnap... as good as it gets.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-113012612475772239</id><published>2005-10-23T20:51:00.000-07:00</published><updated>2005-10-23T20:55:24.763-07:00</updated><title type='text'>24 HOUR DELPHI 2006 MARATHON - BDN RADIO!</title><content type='html'>Well people, at 12:01 AM Pacific Time.&lt;br /&gt;&lt;br /&gt;3:01 Eastern Time, the Delphi 2006 BDN Radio Marathon starts!!&lt;br /&gt;&lt;br /&gt;Click &lt;a href="http://bdn.borland.com/article/0,1410,33368,00.html"&gt;here&lt;/a&gt; to get more information about the different speakers and schedules for this great event.&lt;br /&gt;&lt;br /&gt;I'm taking my headphones to work. :)&lt;br /&gt;&lt;br /&gt;Cya all there.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-113012612475772239?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/113012612475772239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=113012612475772239' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113012612475772239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113012612475772239'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/10/24-hour-delphi-2006-marathon-bdn-radio.html' title='24 HOUR DELPHI 2006 MARATHON - BDN RADIO!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-113001935991627969</id><published>2005-10-22T15:10:00.000-07:00</published><updated>2005-10-22T15:24:32.183-07:00</updated><title type='text'>The Real Costa Rica.</title><content type='html'>A totally non-Delphi related post.&lt;br /&gt;&lt;br /&gt;I'm from Costa Rica, the last 6 years i've being traveling around the world and now i'm in Canada. My country, cause of its touristic potential, is very popular these days, so, browsing the internet i found this website wrote by a US guy living down there.&lt;br /&gt;&lt;br /&gt;I love reading the point of view of foreign visitors, usually, if objective, are very entertaining and gives me an idea on how the world may see us, (if they see us :)).&lt;br /&gt;&lt;br /&gt;Go &lt;a href="http://www.therealcostarica.com/"&gt;here&lt;/a&gt; and enjoy reading, is worth it.  I laugh a lot on the Odd and Ends section.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-113001935991627969?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/113001935991627969/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=113001935991627969' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113001935991627969'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/113001935991627969'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/10/real-costa-rica.html' title='The Real Costa Rica.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112897151526354744</id><published>2005-10-10T12:08:00.000-07:00</published><updated>2005-10-10T12:11:55.276-07:00</updated><title type='text'>New Delphi starting to appear on Borland's website.</title><content type='html'>Well, the mighty one is starting to show his head out of the egg shell.&lt;br /&gt;&lt;br /&gt;For the first images of it, go &lt;a href="http://www.borland.com/us/products/delphi/index.html"&gt;here&lt;/a&gt; or &lt;a href="http://www.borland.com/resources/en/pdf/products/delphi/delphi2006_datasheet.pdf"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;There is still not a public announcement of it, but Borland will start to receive pre-orders in October 17.  It will ship out someday end of this year (possibly end of november).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112897151526354744?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112897151526354744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112897151526354744' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112897151526354744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112897151526354744'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/10/new-delphi-starting-to-appear-on.html' title='New Delphi starting to appear on Borland&apos;s website.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112782779589256802</id><published>2005-09-27T06:21:00.000-07:00</published><updated>2005-09-27T07:46:53.683-07:00</updated><title type='text'>Delphi Roadmap revealed!</title><content type='html'>The delphi roadmap for the next 3 years is up.  Great news.&lt;br /&gt;&lt;br /&gt;It was displayed at  EKON 9 conference.&lt;br /&gt;&lt;br /&gt;&lt;h3 gxi="http://geode.it/gxi/2.0/"&gt;The Roadmap&lt;/h3&gt;       &lt;ul gxi="http://geode.it/gxi/2.0/"&gt; &lt;li&gt;         &lt;span style="font-weight: bold;"&gt;Dexter&lt;/span&gt; (end 2005) will have ECO 3 (with ECO Basic in all Delphi editions), specific support for 64bit .net, a full-blown version of Together for Delphi, focus on performance and quality, Fastcode M&lt;span style="font-family:Verdana,Helvetica;font-size:85%;"&gt;&lt;span id="lbContents"&gt;&lt;/span&gt;&lt;/span&gt;emory Manager,  SQL Server  Unicode in dbexpress,  BDP Connection pooling,  BDP SQl tracing,  BDP Data Hub  error reconciliation, new refactories and lots more.&lt;span style="font-family:Verdana,Helvetica;font-size:85%;"&gt;&lt;span id="lbContents"&gt;&lt;/span&gt;&lt;/span&gt; &lt;/li&gt; &lt;/ul&gt;       &lt;ul gxi="http://geode.it/gxi/2.0/"&gt; &lt;li&gt;         &lt;span style="font-weight: bold;"&gt;Highlander&lt;/span&gt; (2006) will support net 2.0 and provide a VCL for .NET 2.0, VCL for Compact Framework, support for 64bit .NET 2.0&lt;br /&gt;     &lt;/li&gt; &lt;/ul&gt;       &lt;ul gxi="http://geode.it/gxi/2.0/"&gt; &lt;li&gt;         &lt;span style="font-weight: bold;"&gt;Delphi for Vista&lt;/span&gt; (2007) will include a VCL for Avalon and Indigo support&lt;br /&gt;     &lt;/li&gt; &lt;/ul&gt;       &lt;ul gxi="http://geode.it/gxi/2.0/"&gt; &lt;li&gt;         &lt;span style="font-weight: bold;"&gt;Delphi/C++ for win64&lt;/span&gt; (circa 2007). &lt;/li&gt; &lt;/ul&gt;&lt;br /&gt;* Taken from Marco Cantú &lt;a href="http://blog.marcocantu.com/blog/ekondelphiroadmap.html"&gt;notes&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Check a &lt;a href="http://www.dpexperte.de/blog/EKON9/Keynote/004_l.jpg"&gt;picture&lt;/a&gt; of the roadmap taken by Bob Swart.&lt;br /&gt;&lt;br /&gt;I dont need to explain more, the picture says it all. :)&lt;br /&gt;&lt;br /&gt;VCL becomes again the key factor around Delphi development, with ever changing MS specs, a common ground is needed and VCL give us that.&lt;br /&gt;&lt;br /&gt;VCL works with Linux, Win32 and .Net, and it will support CF and Avalon in the coming future.&lt;br /&gt;&lt;br /&gt;No need to redesign or alter your applications. woo hoo.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112782779589256802?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112782779589256802/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112782779589256802' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112782779589256802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112782779589256802'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/09/delphi-roadmap-revealed.html' title='Delphi Roadmap revealed!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112759517686237338</id><published>2005-09-24T13:50:00.000-07:00</published><updated>2005-09-24T13:53:02.530-07:00</updated><title type='text'>The first virtual world plague.</title><content type='html'>In what is to be known as the first virtual world plague, players from the famous Blizard's World of Warcraft game (I'm an addict Starcraft player) suffered a terrible plague that almost wipe out their virtual world population, Orcs laugh while they saw their human counterparts dying.&lt;br /&gt;&lt;br /&gt;More information &lt;a href="http://blog.wired.com/gadgets/index.blog?entry_id=1230071"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Lol.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112759517686237338?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112759517686237338/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112759517686237338' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112759517686237338'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112759517686237338'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/09/first-virtual-world-plague.html' title='The first virtual world plague.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112739543420784782</id><published>2005-09-22T06:22:00.000-07:00</published><updated>2005-09-22T06:23:54.213-07:00</updated><title type='text'>Delphi and LINQ.</title><content type='html'>Danny Thorpe, Borland's Chief Scientist, just came back from the PDC and express his impressions about LINQ and its future on Delphi.&lt;br /&gt;&lt;br /&gt;Take a look at it &lt;a href="http://blogs.borland.com/dcc/archive/2005/09/15/21195.aspx"&gt;here.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Promising future ahead. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112739543420784782?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112739543420784782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112739543420784782' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112739543420784782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112739543420784782'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/09/delphi-and-linq.html' title='Delphi and LINQ.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112718355452165619</id><published>2005-09-19T19:31:00.000-07:00</published><updated>2005-09-19T19:34:31.576-07:00</updated><title type='text'>Want to assist to a Borland Conference?</title><content type='html'>&lt;pre style="font-family: arial;"&gt;Now you have a nice selection of them, look for your country here, or&lt;br /&gt;take a nice "technical vacation" :)&lt;br /&gt;&lt;br /&gt;Can't wait for Dexter.!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ekon 9 - German Developer Conference&lt;br /&gt;September 26-30&lt;br /&gt;Frankfurt, Germany&lt;br /&gt;&lt;a href="javascript:ol('http://www.entwicklerkonferenz.de/');"&gt;http://www.entwicklerkonferenz.de/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Borland Developer Conference US&lt;br /&gt;November 8-10&lt;br /&gt;San Francisco, California&lt;br /&gt;&lt;a href="javascript:ol('http://www.borland.com/conf2005/');"&gt;http://www.borland.com/conf2005/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Borland Conference Brazil&lt;br /&gt;November 17-19&lt;br /&gt;Sao Paolo, Brazil&lt;br /&gt;&lt;a href="javascript:ol('http://info.borland.com.br/borcon/');"&gt;http://info.borland.com.br/borcon/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Borland Developer Conference Europe&lt;br /&gt;November 29-30&lt;br /&gt;Amsterdam, The Netherlands&lt;br /&gt;&lt;a href="javascript:ol('http://www.borconeurope.com/');"&gt;http://www.borconeurope.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Borland Developer Conference France&lt;br /&gt;December 14-15&lt;br /&gt;Paris, France&lt;br /&gt;&lt;a href="javascript:ol('http://www.borland.fr/news/events/index.html');"&gt;http://www.borland.fr/news/events/index.html&lt;/a&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112718355452165619?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112718355452165619/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112718355452165619' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112718355452165619'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112718355452165619'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/09/want-to-assist-to-borland-conference.html' title='Want to assist to a Borland Conference?'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112718298017646306</id><published>2005-09-19T19:20:00.000-07:00</published><updated>2005-09-19T19:23:00.180-07:00</updated><title type='text'>BDNradio: The 8 Hours of InterBase</title><content type='html'>I'm happy to announce to all the Interbase fans, the next great Borland Radio event.&lt;br /&gt;&lt;br /&gt;Please tune in on Thursday, Sept 22nd, 7am Pacific Time.&lt;br /&gt;&lt;br /&gt;Don't miss it!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Check the borland Event section &lt;a href="http://ec.borland.com/eventDisplay.faces?e=570"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;pre&gt;&lt;a href="javascript:ol('http://ec.borland.com/eventDisplay.faces?e=570');"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112718298017646306?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112718298017646306/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112718298017646306' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112718298017646306'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112718298017646306'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/09/bdnradio-8-hours-of-interbase.html' title='BDNradio: The 8 Hours of InterBase'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112687609704672772</id><published>2005-09-16T06:07:00.000-07:00</published><updated>2005-09-16T06:08:17.053-07:00</updated><title type='text'>Hacker attack!! EXTREMLY FUNNY!</title><content type='html'>Just read this &lt;a href="http://www.totalillusions.net/forum/index.php?showtopic=328&amp;amp;st=0"&gt;post&lt;/a&gt;, take your time, i couldn't stop laughing, way to good.&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112687609704672772?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112687609704672772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112687609704672772' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112687609704672772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112687609704672772'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/09/hacker-attack-extremly-funny.html' title='Hacker attack!! EXTREMLY FUNNY!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112673420366493818</id><published>2005-09-14T12:13:00.000-07:00</published><updated>2005-09-14T14:43:23.700-07:00</updated><title type='text'>Google get in on Microsoft's nerves?</title><content type='html'>It sounds like payback time for me.&lt;br /&gt;&lt;br /&gt;After MS got more than 30 Borland employees through the years, they are suddenly feeling the same brain migration thanks to powerful mighty Google, to the extreme of MS CEO throwing chairs and blessing google in all its aspects.  Very entertaining, link &lt;a href="http://www.smh.com.au/news/technology/microsoft-ceo-im-going-to-fing-kill-google/2005/09/03/1125302772214.html?oneclick=true"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112673420366493818?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112673420366493818/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112673420366493818' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112673420366493818'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112673420366493818'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/09/google-get-in-on-microsofts-nerves.html' title='Google get in on Microsoft&apos;s nerves?'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112666462505718264</id><published>2005-09-13T19:13:00.000-07:00</published><updated>2005-09-13T19:23:45.063-07:00</updated><title type='text'>Borland Developers Conference!!</title><content type='html'>Very nice introduction to the agenda and speakers of the Borland's Developer Conference this November in San Francisco.&lt;br /&gt;&lt;br /&gt;Check this great &lt;a href="http://www.borlandevents.net/"&gt;presentation&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;My intention is to assist to the conference, but, it all depends on how some business around that time work out.  If they do, then, i will not go :P.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112666462505718264?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112666462505718264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112666462505718264' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112666462505718264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112666462505718264'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/09/borland-developers-conference.html' title='Borland Developers Conference!!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112657940883017973</id><published>2005-09-12T19:37:00.000-07:00</published><updated>2005-09-12T19:43:28.830-07:00</updated><title type='text'>Ebay buys SKYPE!!!!!!</title><content type='html'>One of the most popular Delphi developed programs Skype is close to be part of Ebay's realm.&lt;br /&gt;&lt;br /&gt;The rumors talk about a 3 to 4 billion dollar deal.  Hey, thats a lot for a nicely done Delphi development.  My kudos to the Skype team, their software is a great example of high engineering.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112657940883017973?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112657940883017973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112657940883017973' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112657940883017973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112657940883017973'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/09/ebay-buys-skype.html' title='Ebay buys SKYPE!!!!!!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112657905922463868</id><published>2005-09-12T19:33:00.000-07:00</published><updated>2005-09-12T19:37:39.230-07:00</updated><title type='text'>Oracle buys Siebel!</title><content type='html'>Well, when i worked for Acer Corporation, i used Siebel.  It was a very good system on that time (7 years ago) by now, it is one of the best CRM software packages out there.&lt;br /&gt;&lt;br /&gt;Now with Oracle's adquisition of PeopleSoft and Siebel things will change and SAP should start to worry.&lt;br /&gt;&lt;br /&gt;The deal was closed with a 5.85 Billion dollars.  lol, just that?&lt;br /&gt;&lt;br /&gt;More details &lt;a href="http://biz.yahoo.com/ap/050912/oracle_siebel.html?.v=25"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Also check siebel's &lt;a href="http://www.siebel.com"&gt;website&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112657905922463868?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112657905922463868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112657905922463868' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112657905922463868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112657905922463868'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/09/oracle-buys-siebel.html' title='Oracle buys Siebel!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112606384903404438</id><published>2005-09-06T20:28:00.000-07:00</published><updated>2005-09-06T20:30:49.046-07:00</updated><title type='text'>Brazil a Delphi World.</title><content type='html'>It is time for Brazil to enjoy the &lt;a href="http://borcon.borland.com.br/"&gt;"Extreme Performance"&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Aggh, thats the kind of marketing i want to see around here!!&lt;br /&gt;&lt;br /&gt;Have an awesome time down there guys!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112606384903404438?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112606384903404438/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112606384903404438' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112606384903404438'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112606384903404438'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/09/brazil-delphi-world.html' title='Brazil a Delphi World.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112572511483534004</id><published>2005-09-02T22:18:00.000-07:00</published><updated>2005-09-02T22:25:14.840-07:00</updated><title type='text'>DevExpress and KbmMW ... My new toys.</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;Well, i finally picked a Grid for my new project, the favorite after a big response from the borland forum was Dev Express Quantum Grid 5.  My comments so far: amazing drag and drop grouping of columns.&lt;br /&gt;&lt;br /&gt;On the other side, i'm trying to install, and learn my new KbmMW Enteprise multi-tier framework, so far i'm having problems trying to install it under Delphi 7, it seems to be reconigzing a different version of the Indy components (9 instead of 10).  The memory table is working properly, so at least i have one right.&lt;br /&gt;&lt;br /&gt;I will keep you posted of my progress with this new powerful toys. &lt;br /&gt;&lt;br /&gt;Cya all.&lt;br /&gt;&lt;br /&gt;Pst. Allen Bauer post another unofficial patch for Delphi 2005.  It is already installed on my computer and it seems to help a lot.   Thanks Delphi team, in you guys we trust.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112572511483534004?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112572511483534004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112572511483534004' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112572511483534004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112572511483534004'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/09/devexpress-and-kbmmw-my-new-toys.html' title='DevExpress and KbmMW ... My new toys.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112361270135791240</id><published>2005-08-09T11:36:00.000-07:00</published><updated>2005-08-13T20:55:02.726-07:00</updated><title type='text'>Agghh he is really selling Borland out ... :)</title><content type='html'>More good stuff coming from Mr Bauer, now, another beautiful "use at your own risk" patch, which basically means, as you can imagine, that i'm already using it :D.&lt;br /&gt;&lt;br /&gt;Cheers and go &lt;a href="http://blogs.borland.com/abauer/archive/2005/08/09/20694.aspx"&gt;HERE!&lt;/a&gt; to get it, go soon, available NOW!.&lt;br /&gt;&lt;br /&gt;Thanks Allen!  Really really thank you.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112361270135791240?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112361270135791240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112361270135791240' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112361270135791240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112361270135791240'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/08/agghh-he-is-really-selling-borland-out.html' title='Agghh he is really selling Borland out ... :)'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112359436408400997</id><published>2005-08-09T06:30:00.000-07:00</published><updated>2005-08-09T06:33:28.633-07:00</updated><title type='text'>Mr. Bauer little secret.</title><content type='html'>Well, it was supposed to be a secret, but, i couldn't manage to keep it like that. :P&lt;br /&gt;&lt;br /&gt;Sooo... click here to find more:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.borland.com/abauer/archive/2005/08/05/20641.aspx"&gt;Allen Bauer's little secret.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;MOOOOAHAHAHAHA!&lt;br /&gt;&lt;br /&gt;By the way, D2005 is not giving me much trouble, i'm starting small to medium size projects, and it is going  so far, so good.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112359436408400997?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112359436408400997/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112359436408400997' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112359436408400997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112359436408400997'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/08/mr-bauer-little-secret.html' title='Mr. Bauer little secret.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112359419946660763</id><published>2005-08-09T06:23:00.000-07:00</published><updated>2005-08-09T06:29:59.470-07:00</updated><title type='text'>Quick update.</title><content type='html'>Hi guys, it is a while since my last post.&lt;br /&gt;&lt;br /&gt;I left my previous job (2.7 years), it was an amazing time, lots of good people and i had the opportunity to work like crazy on Delphi 5 and 7.  But now it is time to move on.&lt;br /&gt;&lt;br /&gt;Now i'm playing lots more with Delphi 2005 for personal projects.&lt;br /&gt;I have lots of new ventures coming and it promises to be a good year, i think i will be buying Dexter (Delphi 2006) by the end of this year.&lt;br /&gt;&lt;br /&gt;I should receive the book "Mastering Delphi 2005" this week from Amazon.  Lots to learn, i will be moving to a nice learning curve around ASP.Net and ECO II.&lt;br /&gt;&lt;br /&gt;In the meanwhile i'm getting knowledge on WebLogic and Java deployment in general as part of a project i have in mind.&lt;br /&gt;&lt;br /&gt;Anyway, keep the Delphi hype going... talk to y'all soon.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112359419946660763?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112359419946660763/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112359419946660763' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112359419946660763'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112359419946660763'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/08/quick-update.html' title='Quick update.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112128483994335310</id><published>2005-07-13T13:00:00.000-07:00</published><updated>2005-07-13T13:00:39.950-07:00</updated><title type='text'>Missed a part of the marathon? no worries!</title><content type='html'>Go &lt;a href="http://24hours.rad-on.de/"&gt;here&lt;/a&gt; to listen to previous parts of the marathon so far.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112128483994335310?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112128483994335310/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112128483994335310' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112128483994335310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112128483994335310'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/07/missed-part-of-marathon-no-worries.html' title='Missed a part of the marathon? no worries!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112128336104870624</id><published>2005-07-13T12:34:00.000-07:00</published><updated>2005-07-13T12:36:01.056-07:00</updated><title type='text'>24 HOURS OF DELPHI! - GOING GREAT SO FAR!!</title><content type='html'>&lt;a href="http://homepages.borland.com/aohlsson/132-3283_IMG.JPG"&gt;This&lt;/a&gt; is a picture of the "recording" studio of the 24 hour marathon.&lt;br /&gt;&lt;br /&gt;:)  DavidI is doing a great job staying up for soooo loooong.&lt;br /&gt;&lt;br /&gt;Keep the good work!!&lt;br /&gt;&lt;br /&gt;remember get into it at: &lt;a href="http://bdn.borland.com"&gt;http://bdn.borland.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112128336104870624?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112128336104870624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112128336104870624' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112128336104870624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112128336104870624'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/07/24-hours-of-delphi-going-great-so-far.html' title='24 HOURS OF DELPHI! - GOING GREAT SO FAR!!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112120216972226632</id><published>2005-07-12T13:57:00.000-07:00</published><updated>2005-07-12T14:03:46.773-07:00</updated><title type='text'>24 hours of delphi! - A more formal announcement</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bdn.borland.com/article/images/33054/delphi24hrs.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px;" src="http://bdn.borland.com/article/images/33054/delphi24hrs.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;At Borland:&lt;br /&gt;http://bdn.borland.com/&lt;br /&gt;&lt;br /&gt;At Yahoo:&lt;br /&gt;http://biz.yahoo.com/bw/050712/125796.html?.v=1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112120216972226632?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112120216972226632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112120216972226632' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112120216972226632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112120216972226632'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/07/24-hours-of-delphi-more-formal.html' title='24 hours of delphi! - A more formal announcement'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-112104010800765835</id><published>2005-07-10T16:55:00.000-07:00</published><updated>2005-07-10T17:01:48.013-07:00</updated><title type='text'>24 Hours of Delphi -- July 13!!</title><content type='html'>Well, there are already several blogs talking about this, but we need to make enough noise cause it's an event that you can NOT miss.&lt;br /&gt;&lt;br /&gt;The day July 13th, 2005.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.nldelphi.com/Forum/showthread.php?p=174440#post174440"&gt;This link&lt;/a&gt; will give you a complete schedule of activities and the different starting time in different time zones.&lt;br /&gt;&lt;br /&gt;I am planning most of the day, specially interested on the Delphi Road maps,  and migration stories.  So, see you guys there. ;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-112104010800765835?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/112104010800765835/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=112104010800765835' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112104010800765835'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/112104010800765835'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/07/24-hours-of-delphi-july-13.html' title='24 Hours of Delphi -- July 13!!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-111997548178893775</id><published>2005-06-28T09:00:00.000-07:00</published><updated>2005-06-28T09:18:01.793-07:00</updated><title type='text'>ECO II Resources...</title><content type='html'>I will try to add more links about ECO when i found them, but, this compilation should be enough to have anyone moving forward on the "lovely" world of ECO.&lt;br /&gt;&lt;br /&gt;Borland:&lt;br /&gt;&lt;a href="http://www.borland.com/delphi/architect/eco/"&gt;Borland's Web Page&lt;/a&gt;&lt;br /&gt;&lt;a href="http://bdn.borland.com/article/0,1410,33061,00.html"&gt;Borland's Developer Network: Make things fast with ECO II (video)&lt;/a&gt;&lt;br /&gt;&lt;a href="http://bdn.borland.com/article/0,1410,32978,00.html"&gt;Borland's Developer Network: Create an ECO Space from an existing Database.&lt;/a&gt;&lt;br /&gt;&lt;a href="http://homepages.borland.com/ecoteam/pmwiki/pmwiki.php"&gt;Borland's ECO Wikki&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Third parties:&lt;br /&gt;&lt;a href="http://www.bitwisemag.com/copy/delphi/swart/blog1.htm"&gt;Creating a Blog with ECO.&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.howtodothings.com/ViewSubCategory.aspx?SubCategory=60"&gt;How to do Things: ECO.&lt;/a&gt;&lt;br /&gt;(The entire HowToDo site is built with ECO)&lt;br /&gt;&lt;br /&gt;ECO related Blogs:&lt;br /&gt;&lt;a href="http://www.malcolmgroves.com/categories/eco/"&gt;Malcom Groves&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blogs.borland.com/jonashogstrom/"&gt;Jonas Hogstrom (Borland)&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blogs.borland.com/jesperhogstrom/"&gt;Jesper Hogtrom (Borland)&lt;/a&gt;&lt;br /&gt;(i will suspect they are brothers eh?)&lt;br /&gt;&lt;a href="http://blogs.slcdug.org/petermorris/"&gt;Peter Morris&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Newsgroups:&lt;br /&gt;&lt;a href="news://borland.public.delphi.modeldrivenarchitecture.eco"&gt;Borland&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you find more, please add comments with their URLs , so other people can use them.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-111997548178893775?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/111997548178893775/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=111997548178893775' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111997548178893775'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111997548178893775'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/06/eco-ii-resources.html' title='ECO II Resources...'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-111816578444288713</id><published>2005-06-07T09:48:00.000-07:00</published><updated>2005-06-07T10:36:24.446-07:00</updated><title type='text'>ECO II Conference - How was it?</title><content type='html'>Well, people, there are things that you heard about, but you dont buy it, or you may believe it but you dont think they can be that good, UNTIL the moment you see it.&lt;br /&gt;&lt;br /&gt;Well, ECO II is that.  The next great thing in Rapid Application Development, in a matter of minutes with a few clicks we had a nice small application with database, GUI, Business logic, etc running without writing a single line of code. Nope, not even 1.&lt;br /&gt;&lt;br /&gt;If you know how to do boxes and lines (UML design), thats it! you are on it.  It really makes you think of all what you have done all these years :(.&lt;br /&gt;&lt;br /&gt;I mean it, it is AWESOME, if you have not seen it go &lt;a href="http://www.borland.com/us/products/delphi/eco.html"&gt;here&lt;/a&gt; and get an idea of it. IT'S WORTH IT!&lt;br /&gt;&lt;br /&gt;The conference was great, John gave a good overview of D2005.  We got a small taste of Dexter (D2006), the compact framework and finally some nice refactoring to keep us happy.&lt;br /&gt;&lt;br /&gt;Two lucky participants got D2005 to take home courtesy of Borland Canada. I got a marker :)&lt;br /&gt;&lt;br /&gt;Finally, let me thank the Toronto Delphi Users Group, you guys are doing a fantastic job, thank you John for bring up all the goodies and keep us smiling with Delphi and Thank you Borland Canada to support us.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-111816578444288713?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/111816578444288713/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=111816578444288713' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111816578444288713'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111816578444288713'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/06/eco-ii-conference-how-was-it.html' title='ECO II Conference - How was it?'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-111732585392255660</id><published>2005-05-28T16:13:00.000-07:00</published><updated>2005-05-28T17:17:33.933-07:00</updated><title type='text'>ECO II Conference - Toronto</title><content type='html'>The Borlander John Kaster will be here in T.O. giving us a very welcome and needed conference about ECO II.  The day, June 6th, location, so far looks like the North York Library as initially planned. For more information visit the &lt;a href="http://www.tdug.com/"&gt;Toronto's Delphi Users Group&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I expect a good assistance to this meeting, so, see you all there.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-111732585392255660?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/111732585392255660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=111732585392255660' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111732585392255660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111732585392255660'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/05/eco-ii-conference-toronto.html' title='ECO II Conference - Toronto'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-111643295379916427</id><published>2005-05-18T09:11:00.000-07:00</published><updated>2005-05-18T09:44:03.516-07:00</updated><title type='text'>Ad Hoc SQL vs Stored Procedures</title><content type='html'>Well, i had the pleasure to assist to a Michael Li's conference about Security using ASP.Net in Delphi 2005.&lt;br /&gt;&lt;br /&gt;One of the topics was the famous "SQL Injection" menace. I felt bad initially cause i use Ad Hoc SQL on my everyday, is extremely versatile, and you can build great search queries at run time. More static operations like reporting, specific updates and very plain searchs on tables are usually perfect places for stored procedures.&lt;br /&gt;&lt;br /&gt;Maybe a difference is that i use parameterized ad Hoc sql, never pure text insertion (eg. "select * from users where id = '+id.text+'"), but i must admit that for user validation procedures i use stored procs.&lt;br /&gt;&lt;br /&gt;I think that for abstraction of tables in a program, there is nothing better than ad Hoc, I never considered appropiate to have hundreds of sps to manage every single update. Constant changing databases will prove to be a hell for the hundreds of sps that depends from that table that you just changed.&lt;br /&gt;&lt;br /&gt;Well, after that conference, i decided to do a little research about this topic and i found a great "good and bad" discussion about it.&lt;br /&gt;&lt;br /&gt;Check it here at the &lt;a href="http://www.theserverside.net/news/thread.tss?thread_id=31953#158113"&gt;Server Side&lt;/a&gt;, it brings some light to both sides of the discussion.&lt;br /&gt;&lt;br /&gt;Good to read, enjoy.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Pst. btw, I will keep using my ad hoc queries. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-111643295379916427?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/111643295379916427/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=111643295379916427' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111643295379916427'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111643295379916427'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/05/ad-hoc-sql-vs-stored-procedures.html' title='Ad Hoc SQL vs Stored Procedures'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-111601770420249054</id><published>2005-05-13T13:52:00.000-07:00</published><updated>2005-05-13T13:55:04.206-07:00</updated><title type='text'>New delphi Book coming...</title><content type='html'>The new Marco Cantú's book "Mastering 2005" will be available in stores this coming June.&lt;br /&gt;&lt;br /&gt;You can pre order it &lt;a href="http://www.amazon.com/exec/obidos/tg/detail/-/0782143423/qid=1116017595/sr=8-14/ref=sr_8_xs_ap_i13_xgl14/103-7682097-4003035?v=glance&amp;s=books&amp;amp;n=507846"&gt;here&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;Based on its content table, it promises to be a great addition to the Delphi library.&lt;br /&gt;&lt;br /&gt;Enjoy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-111601770420249054?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/111601770420249054/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=111601770420249054' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111601770420249054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111601770420249054'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/05/new-delphi-book-coming.html' title='New delphi Book coming...'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-111584910153854842</id><published>2005-05-11T15:03:00.000-07:00</published><updated>2005-05-11T21:22:49.906-07:00</updated><title type='text'>Help improving Delphi!!!</title><content type='html'>Please take some of your time and fill up &lt;a href="http://infopoll.net/live/surveys/s27784.htm"&gt;this survey&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Its a very well done poll, and will definitly help improving the product.  Make some time and go for it!.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-111584910153854842?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/111584910153854842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=111584910153854842' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111584910153854842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111584910153854842'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/05/help-improving-delphi.html' title='Help improving Delphi!!!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-111463437237315891</id><published>2005-04-27T13:37:00.000-07:00</published><updated>2005-04-27T13:42:19.100-07:00</updated><title type='text'>Microsoft feeling the pressure?</title><content type='html'>I don't hate MS, i really dont. But i support any other software company that gives a different flavor of what we already get from MS.&lt;br /&gt;&lt;br /&gt;I love google, and they are doing great against msn search. I love Borland, and they have their ups and downs, but they havent let me down with Delphi. The last example on this, is Linux adoption by goverments.&lt;br /&gt;&lt;br /&gt;I found &lt;a href="http://www.economist.com/business/displayStory.cfm?story_id=2054746"&gt;this&lt;/a&gt; interesting article about the topic.  Enjoy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-111463437237315891?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/111463437237315891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=111463437237315891' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111463437237315891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111463437237315891'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/04/microsoft-feeling-pressure.html' title='Microsoft feeling the pressure?'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-111358332160262741</id><published>2005-04-15T09:38:00.000-07:00</published><updated>2005-04-15T09:42:01.603-07:00</updated><title type='text'>Negotiating a contract...</title><content type='html'>The first time i had a contract job, my contractor practially abused me. :P&lt;br /&gt;&lt;br /&gt;Long nights, lots of work.  Low money.&lt;br /&gt;&lt;br /&gt;After that point, i get sharper when the time for negotiation comes.  One guy in the Borland forums post a nice article that talks about the matter, and give &lt;a href="http://www.dexterity.com/articles/negotiating.htm"&gt;TIPs&lt;/a&gt; on how to deal with this situations.&lt;br /&gt;&lt;br /&gt;I wished i read that before. :P&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-111358332160262741?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/111358332160262741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=111358332160262741' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111358332160262741'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111358332160262741'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/04/negotiating-contract.html' title='Negotiating a contract...'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-111340696499867036</id><published>2005-04-13T08:37:00.000-07:00</published><updated>2005-04-13T08:44:03.873-07:00</updated><title type='text'>Necessity in Software Design.</title><content type='html'>I found this very interesting post about what drive us to make &lt;a href="http://www.codinghorror.com/blog/archives/000248.html"&gt;decisions.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A the end of the post they applied it to Software design, i like specially the phrase "&lt;b&gt;they have specific goals and will do only the absolute minimum necessary to  achieve those goals" &lt;/b&gt;when talking about the users behaviour while making a decision.&lt;br /&gt;&lt;br /&gt;Sometimes we try to provide all the possible options, and we design with this concept in mind, thinking that it will make our software more complete, at the end, offering all those options waste our development time and they may never be used.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-111340696499867036?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/111340696499867036/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=111340696499867036' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111340696499867036'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111340696499867036'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/04/necessity-in-software-design.html' title='Necessity in Software Design.'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10113675.post-111280393196993846</id><published>2005-04-06T09:08:00.000-07:00</published><updated>2005-04-15T14:08:34.866-07:00</updated><title type='text'>We are moving up!!</title><content type='html'>Based on this ranking Delphi is&lt;a href="http://www.tiobe.com/tiobe_index/tekst.htm"&gt; going up&lt;/a&gt; in popularity, usually its ranked in 10th and 9th, but in the last months is going up.&lt;br /&gt;&lt;br /&gt;I think it's time for those abandom Classic VB to move to Delphi where backwards compatibility matters!!.&lt;br /&gt;&lt;br /&gt;Oh thinking about that, i found this interesting guide about &lt;a href="http://bdn.borland.com/article/0,1410,33011,00.html"&gt;migrating&lt;/a&gt; Visual Source Safe projects to StarTeam. A good option if you get the Architect / Enterprise version of Delphi that includes a StarTeam license.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10113675-111280393196993846?l=blogs.epachsoft.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs.epachsoft.com/feeds/111280393196993846/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10113675&amp;postID=111280393196993846' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111280393196993846'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10113675/posts/default/111280393196993846'/><link rel='alternate' type='text/html' href='http://blogs.epachsoft.com/2005/04/we-are-moving-up.html' title='We are moving up!!'/><author><name>Esteban Pacheco</name><uri>http://www.blogger.com/profile/13637053045278905458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
