<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es-EC"><title type="html">Franklin Garzón</title><subtitle type="html" /><id>http://weblogs.foxite.com/fgarzonhz/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.foxite.com/fgarzonhz/atom.aspx" /><generator uri="http://communityserver.org" version="2.0.60217.2664">Community Server</generator><updated>2008-02-02T20:21:00Z</updated><entry><title>El nuevo reto.</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/09/06/6674.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/09/06/6674.aspx</id><published>2008-09-06T19:25:00Z</published><updated>2008-09-06T19:25:00Z</updated><content type="html">Agradezco a los Coordinadores de Foxite por permitirme compartir mis conocimientos con la comunidad Fox.
Hoy he decidido empezar un nuevo blog en: http://fgarzonhz.blogspot.com/&amp;nbsp;, donde compartiré mis conocimientos sobre la tecnología .Net.
Los espero en mi nueva dirección.
&amp;nbsp;
Franklin Garzón...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/09/06/6674.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=6674" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>VB Team Interview</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/07/31/6443.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/07/31/6443.aspx</id><published>2008-08-01T01:42:00Z</published><updated>2008-08-01T01:42:00Z</updated><content type="html">Know the future of Vb is interesting, also the members behind, here you can see the interview to the VB Team
&amp;nbsp;
Frankln Garzon
MVP Visual FoxPro
&amp;nbsp;...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/07/31/6443.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=6443" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>The text is more longer than the width of DropDownList?</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/07/13/6397.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/07/13/6397.aspx</id><published>2008-07-13T04:05:00Z</published><updated>2008-07-13T04:05:00Z</updated><content type="html">In some cases the user can't see the complete text when the description of the text is more longer than the width of the DropdownList however we can implement an easy solution into VB2008 (this found into the old versions):
&amp;nbsp;
If Not Me.Page.IsPostBack Then
&amp;nbsp;&amp;nbsp;&amp;nbsp;For Each list As ListItem In Me.DropDownList1.Items
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;list.Attributes.Add("title", list.Text)
&amp;nbsp;&amp;nbsp;&amp;nbsp;Next
End If
&amp;nbsp;
Franklin Garzón
MVP Visual FoxPro...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/07/13/6397.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=6397" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>Talking with VB (Part 1)</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/06/15/6279.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/06/15/6279.aspx</id><published>2008-06-15T14:45:00Z</published><updated>2008-06-15T14:45:00Z</updated><content type="html">When the machines record a voice and reproduce the human try to talking with the machines, so now with VB this is more easy, so I begin with a serie of posts begin to reproduce a voice until to talk with the machine, entire with VB.net 2008&amp;nbsp;code.
So, we are starting, the following code you can reproduce a voice and save the results, easy:
&amp;nbsp;
Dim SpSynt As New Speech.Synthesis.SpeechSynthesizer
Dim voces As ReadOnlyCollection(Of InstalledVoice) = SpSynt.GetInstalledVoices()
For Each...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/06/15/6279.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=6279" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>Parallel Extentions of .Net and Velocity Code Name (Net Rocks)</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/06/08/6237.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/06/08/6237.aspx</id><published>2008-06-08T15:17:00Z</published><updated>2008-06-08T15:17:00Z</updated><content type="html">With VB2008 the bits are optimised to user multy-core processors however MS are thinking what we can manage our personal code to build special algorithms, also, we will development intuitively or with special functions to get full full the production of multy-core processors.
With Parallel extentions for example we can execute a For loop into pararel consum all process core and their full power.

For example:
In single Process:
Dim result = New Matrix(Of Double)(m1.Rows, m2.Columns)
&amp;nbsp;&amp;nbsp;&amp;nbsp;For...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/06/08/6237.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=6237" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>Best work and performance with VB2008</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/05/24/6102.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/05/24/6102.aspx</id><published>2008-05-24T14:37:00Z</published><updated>2008-05-24T14:37:00Z</updated><content type="html">You can see many tests from MS about VB2005 and VB2008, great comparations.
&amp;nbsp;
http://blogs.msdn.com/vbteam/archive/2008/01/04/vb2008-outperforms-vb2005-lisa-feigenbaum.aspx
&amp;nbsp;
Best Regrads,
&amp;nbsp;
Franklin Garzón
&amp;nbsp;
MVP Visual FoxPro.
MCITP SQLServer...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/05/24/6102.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=6102" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>Gift to AJAX (VB2008)</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/04/27/6054.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/04/27/6054.aspx</id><published>2008-04-27T23:50:00Z</published><updated>2008-04-27T23:50:00Z</updated><content type="html">When we work with Ajax over vb2008&amp;nbsp;we find 2 things, 1: Speed and performance, 2: nice view when the page are working, so you can generate the gif and dowload directly from: http://www.ajaxload.info .
&amp;nbsp;
&amp;nbsp;Prosessing...
&amp;nbsp;
Best Regards, 
&amp;nbsp;
Franklin Garzón.
MVP Visual FoxPro.
&amp;nbsp;...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/04/27/6054.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=6054" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>Updating GridView with Datasource</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/04/19/6029.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/04/19/6029.aspx</id><published>2008-04-19T19:48:00Z</published><updated>2008-04-19T19:48:00Z</updated><content type="html">Hi, the last days we need edit a row into GridView only with DataSourse, so in many places any body has a entire solution to this, then, I decided post the code to solution this.
( Note: In VFP this is easy, only a cursor, a grid and one append and replace or&amp;nbsp;updatetable, easy.)
&amp;nbsp;
Partial Class _Default

Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

If Not Me.IsPostBack Then
Dim dv As New Data.DataView...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/04/19/6029.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=6029" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>Sync  - VB2008/SQL2005 and VFP.</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/04/13/5997.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/04/13/5997.aspx</id><published>2008-04-13T16:44:00Z</published><updated>2008-04-13T16:44:00Z</updated><content type="html">With VB2008 we can explore more potentials issues to our new developments, easy, power and extensibility.
Now you can see the new synchronization technique with VB2008 and SQL2005.
&amp;nbsp;

&amp;nbsp;
Dim sinc As New CacheSyncAgent
sinc.Synchronize()
&amp;nbsp;
&amp;nbsp;Its use the restrictions and mechanics of Compact SQL.
We can work a similar strategie into VFP9 using XML local with cursoradapter class.
&amp;nbsp;
(Para hacer un mix adjunto el link de mi entravista desde MS: aqui, también pueden ver...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/04/13/5997.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=5997" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>Ribbon y LINQ con VB2008</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/04/05/5944.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/04/05/5944.aspx</id><published>2008-04-05T22:40:00Z</published><updated>2008-04-05T22:40:00Z</updated><content type="html">The CLR integration into Office 2007 and VB2008 is great, we can use all options between tecnologies, in this example you can see LINQ also.
Here you can see&amp;nbsp;a pictures: 

Best regards community.
&amp;nbsp;
Franklin Garzón
MVP Visual FoxPro
MCITP SQLServer...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/04/05/5944.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=5944" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>Extending methods into VB2008</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/03/29/5915.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/03/29/5915.aspx</id><published>2008-03-30T02:46:00Z</published><updated>2008-03-30T02:46:00Z</updated><content type="html">With VB2008 we can explote all advantages from our potencial, so, we can extend methods, all methods not hiericals, such as string.


&amp;nbsp;
(I think that any thing of extensión today was acquired from VFP, Ken Levy show this working over VSx - Visual Studio Extension, nice)
&amp;nbsp;
Saludos,
Franklin Garzón
&amp;nbsp;
MVP Visual FoxPro
MCIT SQLServer...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/03/29/5915.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=5915" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>Microsoft garantiza la interoperabilidad de su tecnolog&amp;#237;a</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/03/21/5820.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/03/21/5820.aspx</id><published>2008-03-22T00:54:00Z</published><updated>2008-03-22T00:54:00Z</updated><content type="html">Hoy en día el bum de open source esta por todos lados donde se está acentuado la discusión entre open source y propietary source.
&amp;nbsp;
Muchos dicen preferir el código abierto porque no necesita pagar una licencia por equipo, otros dicen porque pueden entrar ver y modificar el código, y otros dicen simplemente porque tiene la palabra mágica “abierto”.
&amp;nbsp;
El problema de fondo no está en que si es abierto o no, en que si es económico o no, está en que si es funcional o no.
&amp;nbsp;
Para que...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/03/21/5820.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=5820" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>From c# to VB.Net</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/03/21/5817.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/03/21/5817.aspx</id><published>2008-03-21T13:17:00Z</published><updated>2008-03-21T13:17:00Z</updated><content type="html">In many cases we need send or convert any code in c# to VB, is important that we learn c# however not all people have the enought time to learn when the chief need this as quickly as possible.
So, you can get this functionality in:
http://labs.developerfusion.co.uk/convert/csharp-to-vb.aspx
&amp;nbsp;
Best Regards
&amp;nbsp;
Franklin Garzón
MVP Visual FoxPro...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/03/21/5817.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=5817" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>Windows Vista Dialogs in Vb.net and Sedna.</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/02/05/5614.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/02/05/5614.aspx</id><published>2008-02-05T23:58:00Z</published><updated>2008-02-05T23:58:00Z</updated><content type="html">Such as Sedna enable Windows Vista Dialogs (great featue add-ons),&amp;nbsp;I review this features with VB.net and we take more things that we can control and implement.
You can see this graphics.
(normal progress)

(error progress)

With Sedna you only put this code lines:
dialog=CREATEOBJECT("VistaDialogs4COM.taskdialog")
dialog.Caption="Desde VFP"
...
dialog.Show
&amp;nbsp;
Best Regards
Franklin Garzon...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/02/05/5614.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=5614" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry><entry><title>Two Features In SQL2008</title><link rel="alternate" type="text/html" href="http://weblogs.foxite.com/fgarzonhz/archive/2008/02/02/5602.aspx" /><id>http://weblogs.foxite.com/fgarzonhz/archive/2008/02/02/5602.aspx</id><published>2008-02-03T01:21:00Z</published><updated>2008-02-03T01:21:00Z</updated><content type="html">In this case we can see two features en SQL2008, no more interesting but functionalities.
New datatype , date and intellisense in code editor.
&amp;nbsp;...(&lt;a href="http://weblogs.foxite.comhttp://weblogs.foxite.com/fgarzonhz/archive/2008/02/02/5602.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.foxite.com/aggbug.aspx?PostID=5602" width="1" height="1"&gt;</content><author><name>frankling</name><uri>http://weblogs.foxite.com/members/frankling.aspx</uri></author></entry></feed>