<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>domiblog. El blog de Domitienda &#187; programación</title>
	<atom:link href="http://blog.domitienda.com/index.php/category/programacion/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.domitienda.com</link>
	<description>El blog de domitienda</description>
	<lastBuildDate>Mon, 30 Jan 2012 15:23:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>HTML5: SEO y Web Semántica</title>
		<link>http://blog.domitienda.com/index.php/2011/06/28/html5-seo-y-web-semantica/</link>
		<comments>http://blog.domitienda.com/index.php/2011/06/28/html5-seo-y-web-semantica/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 14:28:41 +0000</pubDate>
		<dc:creator>Víctor</dc:creator>
				<category><![CDATA[programación]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.domitienda.com/?p=778</guid>
		<description><![CDATA[Fuente: compilando.es El pasado miércoles 22 de Junio 2011 tuve el placer de asistir a un taller introductorio de HTML5 y CSS3 impartido por Miguel Jiménez en el Aula Vulcan de los amigos de DotNetMania en Madrid. &#160; Este pequeño curso tenía el objetivo de mostrar las novedades de HTML5 y CSS3 desde un punto [...]]]></description>
			<content:encoded><![CDATA[<div class="googlePlusOneButton"><g:plusone href="http://blog.domitienda.com/index.php/2011/06/28/html5-seo-y-web-semantica/"  size="standard"   ></g:plusone></div><p><strong>Fuente</strong>: <a href="http://compilando.es/post/2011/06/24/HTML5-SEO-y-Web-Semantica.aspx" target="_blank">compilando.es</a></p>
<p><strong><br />
</strong></p>
<p>El pasado miércoles 22 de Junio 2011 tuve el placer de asistir a un taller introductorio de HTML5 y CSS3 impartido por <strong><a href="http://twitter.com/migs212">Miguel Jiménez</a></strong> en el <a href="http://www.dotnetmania.com/aulavulcan/">Aula Vulcan</a> de los amigos de <strong>DotNetMania </strong>en Madrid.</p>
<p>&nbsp;</p>
<p>Este pequeño curso tenía el objetivo de mostrar las novedades de <strong>HTML5 y CSS3</strong> desde un punto de vista práctico haciendo hincapie en las características y ventajas frente al ya obsoleto modelo de web actual.</p>
<p>&nbsp;<br />
<center><br />
<img class="aligncenter" title="HTML5" src="http://blog.domitienda.com/wp-content/uploads/manual/html5.jpg" alt="HTML5" width="256" height="256" /><br />
</center><br />
&nbsp;</p>
<p>En futuros post iré expicando por encima las principales características de este nuevo lenguaje así que hoy empezamos por uno de los aspectos que me parecieron más importantes: Facilidad para crear una buena <strong>Web Semántica.</strong></p>
<p>Una Web Semántica no es más que una página web cuyo código html es facilmente legible y entendible por robots, buscadores y lectores de web.</p>
<p>Actualmente no se presta mucha atención a este aspecto a menos que tu web tenga que pasar los controles de accesibilidad para ciegos o tenga una alta importancia a nivel de indexación en buscadores. Y es que actualmente la estructura de nuestro código html es caótica, sin relación entre cada elemento y, lo que es peor, desestandarizada ya que cada uno pone lo que quiere.</p>
<p><strong>¿Cómo puede un buscador saber, por ejemplo, qué parte de tu código html es el menú principal o la cabecera?</strong> La respuesta es simple: <strong>No puede</strong>.</p>
<p>Os pongo un ejemplo de una página típica con una cabecera, un menú superior de navegación, un cuerpo, lateral y pie de página. Si somos un poco ordenados podríamos tener una estructura como esta:</p>
<div class="igBar"><span id="lhtml-3"><a href="#" onclick="javascript:showPlainTxt('html-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-3">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">&lt;div</span></a> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"main"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;<span style="color: #009900;"><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">&lt;div</span></a> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"cabecera"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div&gt;</span></span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;<span style="color: #009900;"><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">&lt;div</span></a> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"menu"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div&gt;</span></span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #009900;"><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">&lt;div</span></a> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"cuerpo"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;"><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">&lt;div</span></a> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"seccion"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div&gt;</span></span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div&gt;</span></span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;<span style="color: #009900;"><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">&lt;div</span></a> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"lateral"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div&gt;</span></span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;<span style="color: #009900;"><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">&lt;div</span></a> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"pie"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div&gt;</span></span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>
Cómo veis tenemos una serie de div para crear nuestros controles y cada uno con su clase css asignada dónde indicamos el tamaño, la posicón, etc...</p>
<p>Este código a simple vista parece ordenado y se sabe cada div a qué parte de la web corresponde, ¿no? Bueno, a tus ojos si que puede parecerlo pero para un buscador o para un lector de web para ciegos un div con una clase "menu" es lo mismo que "cabecera" o "estilo1", ¿cómo se supone que debe saber Google dónde está nuestro menú principal así?</p>
<p>Esto es lo que <strong>HTML5 </strong>resuelve con el uso de etiquetas semánticas para identificar cada uno de estos elementos de forma única e inequívoca: <strong>header, nav, article, section, aside y footer</strong> (entre otros).</p>
<p>Estos nuevos elementos se muestran en tu navegador como un div con la salvedad de que, al tener un nombre único, los lectores automáticos son capaces de entender que contiene y para que sirven cosa que hasta ahora era imposible.</p>
<ul>
<li><strong>&lt;header&gt;</strong> es la etiqueta utilizada para albergar los elementos que forman la cabecera de nuestra web. Tomando como ejemplo esta misma web sería el título "Compilando.ES", subtítulo y fondo azul de la parte superior.</li>
<li><strong>&lt;nav&gt;</strong> representa el contenedor de nuestro menú de navegación. Es de vital importancia resaltar este contenedor para que Google pueda generar los enlaces automáticos que aparecen debajo de tu web al buscarla. Por ejemplo:</li>
</ul>
<p><center><br />
<img class="aligncenter" title="Domitienda" src="http://blog.domitienda.com/wp-content/uploads/manual/domitienda_buscador.jpg" alt="Domitienda" width="401" height="137" /><br />
</center></p>
<ul>
<li><strong>&lt;article&gt;</strong> representa un elemento independiente y con sentido propio dentro de la web. El ejemplo es claro, cada post de este blog debería estar embebido en una etiqueta &lt;article&gt;.</li>
<li><strong>&lt;section&gt;</strong> define una sección dentro del contenedor en el que se anida. Por ejemplo, una &lt;section&gt; en un post de este blog sería el listado de tags al pie.</li>
<li><strong>&lt;aside&gt;</strong> representa la información que no está directamente relacionada con el resto de la web como la barra lateral con el blogroll o una banner de publicidad.</li>
<li><strong>&lt;footer&gt;</strong> es el contenedor que alberga los elementos del pie de la página.</li>
</ul>
<p>&nbsp;</p>
<p>En nuestro ejemplo usando estas nuevas etiquetas semánticas de HTML5 la cosa quedaría así:</p>
<div class="igBar"><span id="lhtml-4"><a href="#" onclick="javascript:showPlainTxt('html-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-4">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/body.html"><span style="color: #000000; font-weight: bold;">&lt;body&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;">&lt;header&gt;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/header&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;">&lt;nav&gt;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/nav&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;">&lt;article&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;">&lt;section&gt;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/section&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/article&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;">&lt;aside&gt;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/aside&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;">&lt;footer&gt;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/footer&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/body&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Como veis el código queda <strong>más simple y entendible</strong>, no solo por ojos humanos si no por los<strong> buscadores</strong> que ahora ya sabrán dónde buscar los links o que parte de la web corresponde al texto o cabecera.</p>
<p>Además, al tener cada etiqueta un identificador único <strong>el estilo CSS se simplifica</strong> ya que basta con sobreescribir el estilo del "header" para dar formato a la cabecera sin tener que asignarle una clase con un nombre inventado por nosotros.</p>
<p>&nbsp;</p>
<p>Espero que el ejemplo haya quedado claro y veais que es muy sencillo cambiar la vieja y desestructurada metodología de divs por esta <strong>nueva estructura semántica de HTML5</strong>.</p>
<p>&nbsp;</p>
<p><strong>¡¡Nos vemos Compilando!!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domitienda.com/index.php/2011/06/28/html5-seo-y-web-semantica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hola Mundo en Perl bajo Plesk Windows</title>
		<link>http://blog.domitienda.com/index.php/2011/01/26/hola-mundo-en-perl-bajo-plesk-windows/</link>
		<comments>http://blog.domitienda.com/index.php/2011/01/26/hola-mundo-en-perl-bajo-plesk-windows/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 10:18:30 +0000</pubDate>
		<dc:creator>Víctor</dc:creator>
				<category><![CDATA[programación]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.domitienda.com/?p=683</guid>
		<description><![CDATA[El tutorial de hoy explica cómo realizar un script de prueba en Perl utilizando un hosting compartido bajo plataforma Plesk en Windows como los que ofrecemos en domitienda.com Perl es un lenguaje de programación muy útil para el procesado de texto y es ampliamente utilizado en los desarrollos web junto con PHP. Para activar el [...]]]></description>
			<content:encoded><![CDATA[<div class="googlePlusOneButton"><g:plusone href="http://blog.domitienda.com/index.php/2011/01/26/hola-mundo-en-perl-bajo-plesk-windows/"  size="standard"   ></g:plusone></div><p>El tutorial de hoy explica cómo realizar un script de prueba en <strong>Perl </strong>utilizando un hosting compartido bajo plataforma <strong>Plesk </strong>en <strong>Windows </strong>como los que ofrecemos en <a href="http://www.domitienda.com" target="_blank">domitienda.com</a></p>
<p>Perl es un lenguaje de programación muy útil para el procesado de texto y es ampliamente utilizado en los desarrollos web junto con PHP.</p>
<p>Para activar el soporte para Perl en el Panel de control Plesk basta con que naveguemos hasta la configuración del dominio en :</p>
<p style="text-align: center;"><strong>Inicio &gt; [Tu dominio] &gt; Configurar</strong></p>
<p style="text-align: left;">Y activar el soporte Perl:</p>
<p style="text-align: center;"><img class="aligncenter" title="Soporte Perl" src="http://blog.domitienda.com/wp-content/uploads/manual/perl.png" alt="" width="572" height="216" /></p>
<p style="text-align: center;">
<p style="text-align: left;">Una vez configurado el hosting basta con que creemos un fichero de prueba (por ejemplo "hola.perl" con el siguiente código:</p>
<p style="text-align: left;">
<div class="igBar"><span id="lperl-6"><a href="#" onclick="javascript:showPlainTxt('perl-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PERL:</span>
<div id="perl-6">
<div class="perl">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">$ip</span> = <span style="color: #ff0000;">"$ENV{REMOTE_ADDR}"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.perldoc.com/perl5.6/pod/func/print.html"><span style="color: #000066;">print</span></a> &amp;lt;HTTP/<span style="color: #cc66cc;color:#800000;">1</span>.<span style="color: #cc66cc;color:#800000;">0</span> <span style="color: #cc66cc;color:#800000;">200</span> OK</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Content-Type: text/html&lt;/p&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Hello World!</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009999;">&lt;h4&gt;</span>Hello World!&lt;/h4&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Eres la IP: <span style="color: #0000ff;">$ip</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ENDOFTEXT</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.perldoc.com/perl5.6/pod/func/exit.html"><span style="color: #000066;">exit</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Lo subimos por ftp y listo! Ya tenemos nuestro primer script en Perl alojado en un hosting Windows con Plesk!</p>
<p><strong>OJO</strong>: La sintaxis cambia en base al operativo. Es importante remarcar que este código funciona <strong>solo bajo Windows</strong></p>
<p>Saludos!</p>
<p>Fuente: <a href="http://support.microsoft.com/kb/245225">http://support.microsoft.com/kb/245225</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domitienda.com/index.php/2011/01/26/hola-mundo-en-perl-bajo-plesk-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Envío de correo en ASP clásico con JMAIL</title>
		<link>http://blog.domitienda.com/index.php/2011/01/18/envio-de-correo-en-asp-clasico-con-jmail/</link>
		<comments>http://blog.domitienda.com/index.php/2011/01/18/envio-de-correo-en-asp-clasico-con-jmail/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 10:37:58 +0000</pubDate>
		<dc:creator>yolanda</dc:creator>
				<category><![CDATA[ASP Clásico]]></category>
		<category><![CDATA[domitienda.com]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[utilidades]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[envio de correo]]></category>
		<category><![CDATA[jmail]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://blog.domitienda.com/?p=673</guid>
		<description><![CDATA[Componente para enviar e-mails directamente desde una página web ASP a través del servidor. Muy fácil de utilizar. Similar a CDONTS pero con más prestaciones. Permite enviar e-mails formateados en HTML desde sus páginas ASP. Funcionamiento en general Definimoslas variables necesarias &#60;% Dim ObjMail Creamos una instancia del objeto de ' JMail ' en el [...]]]></description>
			<content:encoded><![CDATA[<div class="googlePlusOneButton"><g:plusone href="http://blog.domitienda.com/index.php/2011/01/18/envio-de-correo-en-asp-clasico-con-jmail/"  size="standard"   ></g:plusone></div><table border="0" cellspacing="0" cellpadding="3" width="100%" align="center">
<tbody>
<tr>
<td colspan="3">
<div><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Componente para enviar e-mails directamente desde una página web ASP a través del servidor. Muy fácil de utilizar. Similar a CDONTS pero con más prestaciones. Permite enviar e-mails formateados en HTML desde sus páginas ASP.</span></div>
</td>
</tr>
<tr>
<td colspan="3"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;"><strong>Funcionamiento en general</strong></span></td>
</tr>
<tr>
<td width="5%" height="2"></td>
<td width="92%" height="2"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Definimoslas variables necesarias</span></td>
<td width="3%" height="2"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">&lt;%</span></p>
<p>Dim ObjMail</td>
</tr>
</tbody>
</table>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Creamos una instancia del objeto de ' JMail ' en el servidor.<br />
</span></td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Set objMail = Server.CreateOBject("JMail.Message")</span></td>
</tr>
</tbody>
</table>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%" height="30"><span style="font-size: x-small;"> </span></td>
<td width="92%" height="30">
<div>
<p><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Una vez que el objeto de<em> JMail</em> se haya creado en el servidor podemos utilizar varias características y métodos del objeto de<em> JMail</em> para construir el email.</span></p>
</div>
</td>
<td width="3%" height="30"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Vamos utilizar la propiedad <em>from</em> para dejar saber de quién es el email. Si usted no especifica esta propiedad o no tiene un formato correcto el email fallará. </span></td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%" height="27"><span style="font-size: x-small;"> </span></td>
<td width="92%" height="27">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">objJMai.From = " E-mail@Domain.com "</span></td>
</tr>
</tbody>
</table>
</td>
<td width="3%" height="27"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<div><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">La propiedad <em>SenderName</em> no es necesaria y se puede prescindir de ella. Esta propiedad se puede utilizar para especificar el nombre del remitente. </span></div>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">objJMail.FromName = " nombre "</span></td>
</tr>
</tbody>
</table>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<div><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Para poder enviar a través de nuestro servidor necesita autenticarse</span><span class="Estilo1">, está medida de seguridad esta implementada actualmente en la mayoria de servidores. La cuenta que envía es la que debe autenticar. </span></div>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%" height="29"><span style="font-size: x-small;"> </span></td>
<td width="92%" height="29">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">objJMai.mailServerUserName="E-mail@Domain.com"</p>
<p>objJMai.MailServerPassWord="contraseña"</p>
<p></span></td>
</tr>
</tbody>
</table>
</td>
<td width="3%" height="29"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td><span style="font-size: x-small;"> </span></td>
<td>
<div><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">En la propiedad <em>AddRecipient s</em>e debe especificar la dirección de la persona que desea que reciba el email. Ésta necesita ser una dirección de e-mail correctamente ajustada al formato, ( observa la carencia del = muestra )</span></div>
</td>
<td><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td height="29"><span style="font-size: x-small;"> </span></td>
<td height="29">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">objJMail.AddRecipient " Email@Domain.com "</span></td>
</tr>
</tbody>
</table>
</td>
<td height="29"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%" height="31"><span style="font-size: x-small;"> </span></td>
<td width="92%" height="31">
<div><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">La propiedad siguiente <em>AddRecipientCC</em> sirve para enviar copias a otras direcciones e-mail, puede enviar el e-mail a tantas direcciones como desee, introduciendo la característa tantas veces como a direcciones desee enviarla. Si la dirección no tiene un formato correcto el email fallará. </span><br />
<span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Esta característica se puede omitir si no desea enviar copias.</span><span style="font-size: x-small;"><br />
</span></div>
</td>
<td width="3%" height="31"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">objJMail.AddRecipientCC= "otra@Domain.com"</span></td>
</tr>
</tbody>
</table>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Si desea enviar copias ocultas deberá utilizar la propiedad AddRecipientBCC</span></td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">objJMail.AddRecipientBCC = "otra@Domain.com"</span></td>
</tr>
</tbody>
</table>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">En la propiedad Subject se debe especificar el asunto del E-mail </span></td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">objJMail.Subject= "E mail desde la Web"</span></td>
</tr>
</tbody>
</table>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<div><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">El componente de JMail se puede utilizar para enviar el correo en texto llano o formato del HTML. </span><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Para enviar un email en formato de texto llano utilizaremos la propiedad Body. Si deseán enviar un email en formato del HTML puede utilizar la propiedad HTMLBody o añadir una línea especificando la propiedad ContentType ="text/html" .</p>
<p></span></div>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; color: #0063c6; font-size: x-small;">'Contenido del email en texto llano</span></p>
<p><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">objJMail.Body = " hola. " &amp; el vbCrLf &amp;    " esto es mi email en formato de texto llano"</span></p>
<p><span style="font-family: Verdana,Arial,Helvetica,sans-serif; color: #0063c6; font-size: x-small;">'Contenido del email en Html existen dos posibilidades de especificarlo</span></p>
<p><span style="font-family: Verdana,Arial,Helvetica,sans-serif; color: #0063c6; font-size: x-small;"><br />
'1)</span></p>
<p><span style="color: #000000;">objJMail.HTMLBody = "&lt;body bgcolor='#C6D9EC' text='#000000'&gt; "</span></p>
<p>'2)</p>
<p>msg.ContentType ="text/html"<br />
msg.Body = "&lt;body bgcolor='#C6D9EC' text='#000000'&gt; "</p>
<p><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;"><span style="color: #0063c6;">'Para añadir más líneas utilizaremos la propiedad appendText, tanto sea texto llano como HTML<br />
' vbCrLf , equivale a un retorno de carro (Intro)</span></span></p>
<p>objJMail.<span style="color: #000000;">appendText </span>"Enviado el " + CStr(now())+" por :" &amp; vbCrLf<br />
msg.appendText " &lt;p&gt; &lt;font face='Verdana,Arial, Helvetica, sans-serif' size='1'&gt; el texto &lt;/font&gt;&lt;/p&gt;"</td>
</tr>
</tbody>
</table>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">La propiedad Priority dice el sistema la prioridad de este mensaje. </span> <span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Para esta propiedad se pueden especificar 3 valores.</span></p>
<p>5 - Prioridad Baja<br />
3 - Prioridad normal<br />
1- Prioridad Alta</p>
<p>Si no se establece el valor por defecto es 3.</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">objJMail.Priority = 3 </span></td>
</tr>
</tbody>
</table>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Necesitamos especificar la dirección del servidor del smtp que usted está utilizando para enviar el correo.<br />
Al estar en nuestro servidor deberían poner mail.nombre_desudominio.P.e: Si su dominio fuese elmio.com pondría mail.elmio.com</p>
<p></span></td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">objJMail.Send (" mail.su_dominio ")</span></td>
</tr>
</tbody>
</table>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<div><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Finalmente una vez que se haya enviado el email debemos cerrar todas las variables creadas. </span></div>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td width="5%"><span style="font-size: x-small;"> </span></td>
<td width="92%">
<table border="1" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">Set objJMail = nothing %&gt;</span></td>
</tr>
</tbody>
</table>
</td>
<td width="3%"><span style="font-size: x-small;"> </span></td>
</tr>
<tr>
<td></td>
<td><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: xx-small;">más información en<strong> <a href="http://www.dimac.net">www.dimac.net</a></strong></span></td>
<td></td>
</tr>
<tr>
<td></td>
<td>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">EJEMPLOS</p>
<p>OJO: Tenga en cuenta que en estos ejemplos no está implementada la autenticación.</td>
<td></td>
</tr>
<tr>
<td></td>
<td>
<table border="1" cellspacing="0" cellpadding="3" width="100%" align="center" bordercolor="#ffffff">
<tbody>
<tr>
<td height="22" bgcolor="#aab8d7" bordercolor="#AAB8D7"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;"><strong>Ejemplo 1</strong> </span></td>
</tr>
<tr>
<td>
<div><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: xx-small;">Un ejemplo sencillo utilizando Jmail. enviando los datos de un formulario.</span></div>
</td>
</tr>
<tr>
<td bordercolor="#AAB8D7"><a class="businet" href="http://www.domitienda.com/documentacion/manuales/jmail/jmail1.rar"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; color: #384a76; font-size: xx-small;"><strong>Descargar Ejemplo 1</strong></span></a></td>
</tr>
</tbody>
</table>
</td>
<td></td>
</tr>
<tr>
<td></td>
<td>
<table border="1" cellspacing="0" cellpadding="3" width="100%" align="center" bordercolor="#ffffff">
<tbody>
<tr>
<td bgcolor="#aab8d7" bordercolor="#AAB8D7"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;"><strong>Ejemplo 2</strong></span></td>
</tr>
<tr>
<td>
<div><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: xx-small;">Un ejemplo sencillo utilizando Jmail. enviando los datos de un formulario y adjuntando un archivo del servidor</span></div>
</td>
</tr>
<tr>
<td bordercolor="#AAB8D7"><a class="businet" href="http://www.domitienda.com/documentacion/manuales/jmail/Jmail2.rar"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; color: #384a76; font-size: xx-small;"><strong>Descargar Ejemplo 2</strong></span></a></td>
</tr>
</tbody>
</table>
</td>
<td></td>
</tr>
<tr>
<td></td>
<td>
<table border="1" cellspacing="0" cellpadding="3" width="100%" align="center" bordercolor="#ffffff">
<tbody>
<tr>
<td bgcolor="#aab8d7" bordercolor="#AAB8D7"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: x-small;"><strong>Ejemplo 3</strong></span></td>
</tr>
<tr>
<td>
<div><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: xx-small;">Un ejemplo sencillo utilizando Jmail. enviando los datos de un formulario en HTML.</span></div>
</td>
</tr>
<tr>
<td bordercolor="#AAB8D7"><a class="businet" href="http://www.domitienda.com/documentacion/manuales/jmail/Jmail3.rar"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; color: #384a76; font-size: xx-small;"><strong>Descargar Ejemplo 3</strong></span></a></td>
</tr>
</tbody>
</table>
</td>
<td></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.domitienda.com/index.php/2011/01/18/envio-de-correo-en-asp-clasico-con-jmail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Datasets ¿Sí o no?</title>
		<link>http://blog.domitienda.com/index.php/2009/06/17/datasets-si-o-no/</link>
		<comments>http://blog.domitienda.com/index.php/2009/06/17/datasets-si-o-no/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 08:20:51 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[asp .net]]></category>

		<guid isPermaLink="false">http://blog.domitienda.com/?p=353</guid>
		<description><![CDATA[Los Datasets forman parte de ADO.NET. Una librería de acceso a datos que se usa en el framework. Desde la versión 2.0 del framework tomaron si cabe más protagonismo debido al nuevo enfoque. Se completaron con los TableAdapters, clases concebidas para trabajar en conjunto y que exponen una serie de consultas de casi cualquier tipo que pueden ser [...]]]></description>
			<content:encoded><![CDATA[<div class="googlePlusOneButton"><g:plusone href="http://blog.domitienda.com/index.php/2009/06/17/datasets-si-o-no/"  size="standard"   ></g:plusone></div><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 8px; margin-left: 0px; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px;">Los <strong>Datasets </strong>forman parte de <strong><a title="ADO.NET" href="http://es.wikipedia.org/wiki/ADO.NET" target="_blank">ADO.NET</a></strong>. Una librería de acceso a datos que se usa en el framework. Desde la versión 2.0 del framework tomaron si cabe más protagonismo debido al nuevo enfoque. Se completaron con los <strong><a title="TableAdapter" href="http://msdn.microsoft.com/es-es/library/bz9tthwx(VS.80).aspx" target="_blank">TableAdapters</a>,</strong> clases concebidas para trabajar en conjunto y que exponen una serie de consultas de casi cualquier tipo que pueden ser diseñadas de manera muy cómoda a través del Visual Studio.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 8px; margin-left: 0px; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px;">Los puntos a favor son muchísimos, seguro que muchos fuera de mi conocimiento por falta de uso. Nos limitamos a utilizarlos a través de un Access o SQL Server pero van más allá. Queda ya para la historia su capacidad de integrar mediante un mismo modelo de programación el acceso a tantos orígenes de datos distintos, además de permitirnos trabajar en nuestra aplicación directamente y de manera desconectada con <strong>variables debidamente tipadas</strong>. Esencial también y punto estrella para mí, el <strong>haber ofrecido de manera transparente y casi desconocida para muchos programadores la parametrización de las consultas SQL</strong> evitando de esta manera infinidad de errores de <strong><a href="http://es.wikipedia.org/wiki/Inyección_SQL" target="_blank">Inyección SQL</a></strong> y comodidad extrema a la hora de pasar parámetros a la <em>query </em>(¿acaso alguien recuerda ya pasar una fecha al formato SQL correcto?).</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 8px; margin-left: 0px; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px;">Hago incapié en la seguridad y en la inyección SQL por la peligrosidad de este tipo de fallos de los que tan solo el programador se puede proteger (no hay política directa de seguridad que tu compañía de hosting te pueda ofrecer). Especialmente peligroso en motores potentes como SQL Server, Oracle, etc. que son capaces de ejecutar varios comandos en una misma sentencia simplemente separando por punto y coma. Un atacante hábil en una consulta mal parametrizada puede manipular la SQL completándola y añadiendo detrás la <em>query </em>más dañina que se le ocurra. No os costará nada encontrar <a href="http://search.securityfocus.com/swsearch?sbm=/&amp;metaname=alldoc&amp;query=sql+injection&amp;x=17&amp;y=7" target="_blank">muchísima literatura sobre el tema</a> y algunos <a href="http://news.softpedia.com/news/International-Herald-Tribune-SQL-Injection-104799.shtml" target="_blank">casos famosos</a>.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 8px; margin-left: 0px; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px;">Por desgracia, todas estas ventajas no son gratis o baratas desde el punto de vista de la eficiencia. Los <strong>Datasets </strong>son objetos complejos que no solo representan tablas si no que además representan relaciones entre tablas. Esto que no deja de ser ideal en muchos escenarios supone que al realizar operaciones sobre el <strong>DataSet </strong>es necesario comprobar que las restricciones de integridad referencial se cumplen, con el coste computacional asociado.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 8px; margin-left: 0px; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px;">He visto en muchos proyectos además, la manía de arrastrar tantas tablas como se pueda. En muchas ocasiones no hace más que provocar una caida de rendimiento en varios aspectos. En primer lugar en tiempo de ejecución. Un <strong>DataSet mal dimensionado es más lento al cargarse</strong> y mucho más lento al operar sobre él. Además, en el trabajo del día a día del programador, manejar uno de estos a través del Visual Studio puede ser una odisea.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 8px; margin-left: 0px; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px;">Desde un punto de vista <strong>transaccional</strong> y si no proponemos una estructura mejor cada operación con un <strong>TableAdapter </strong>inicializa una nueva conexión. Ello nos limita a la hora de utilizar transacciones, ya sea a nivel del motor de base de datos, o a un nivel superior utilizando clases como <a href="http://msdn.microsoft.com/es-es/library/system.transactions.transactionscope(VS.80).aspx" target="_blank">TransactionScope </a>del framework. Sobra decir que cada vez cuesta más encontrar aplicaciones donde se pueda pasar sin entender una infinidad de operaciones de manera atómica y más en un entorno tan distribuido como el actual.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 8px; margin-left: 0px; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px;">Para terminar, desde el punto de vista de la <strong>interoperabilidad</strong>. Probablemente te interese esta parte si te estás iniciando en <a href="http://es.wikipedia.org/wiki/Windows_Communication_Foundation" target="_blank">WCF</a> o tecnologías similares. El hecho de que un <strong>Dataset </strong>se serialice automáticamente como XML no quiere decir que todas las aplicaciones sean capaces de interpretarlo. De hecho, será difícil de ver si la aplicación consumidora del servicio no es .NET. El <em>schema </em>del <strong>DataSet </strong>es complicado de procesar y en la mayoría de los casos tremendamente pesado en comparación con serializar una clase formada por tipos básicos, definidos por el programador o con una serialización personalizada.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domitienda.com/index.php/2009/06/17/datasets-si-o-no/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cómo enviar correo SMTP autenticado con PHP</title>
		<link>http://blog.domitienda.com/index.php/2009/03/06/como-enviar-correo-smtp-autenticado-con-php/</link>
		<comments>http://blog.domitienda.com/index.php/2009/03/06/como-enviar-correo-smtp-autenticado-con-php/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 09:12:51 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[CORREO]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.domitienda.com/?p=274</guid>
		<description><![CDATA[Despues de recibir varias dudas vuestras de como enviar un correo autenticado desde PHP, os hemos pegado un fragmento de codigo simple para realizar el envio. Como muy bien nos indica nuestro amigo Pablo Enjuto mas abajo, aqui teneis un enlace a las clases phpmailer.php y smtp.php que se importan en el codigo.  http://sourceforge.net/project/showfiles.php?group_id=26031 Elegid la [...]]]></description>
			<content:encoded><![CDATA[<div class="googlePlusOneButton"><g:plusone href="http://blog.domitienda.com/index.php/2009/03/06/como-enviar-correo-smtp-autenticado-con-php/"  size="standard"   ></g:plusone></div><div class="mceTemp mceIEcenter" style="text-align: center;"><a href="http://tbn3.google.com/images?q=tbn:8rjrastXUYaCAM:http://www.eukhost.com/josh/php-logo.png"><img class="aligncenter" title="PhP" src="http://tbn3.google.com/images?q=tbn:8rjrastXUYaCAM:http://www.eukhost.com/josh/php-logo.png" alt="" width="131" height="69" /></a></div>
<p style="text-align: left;">Despues de recibir varias dudas vuestras de como enviar un correo autenticado desde PHP, os hemos pegado un fragmento de codigo simple para realizar el envio. Como muy bien nos indica nuestro amigo Pablo Enjuto mas abajo, aqui teneis un enlace a las clases<em> phpmailer.php</em> y <em>smtp.php</em> que se importan en el codigo. </p>
<p style="text-align: left;"><a rel="nofollow" href="http://sourceforge.net/project/showfiles.php?group_id=26031">http://sourceforge.net/project/showfiles.php?group_id=26031</a></p>
<p style="text-align: left;">Elegid la version que mas se adecue a vuestro Php y listo, es muy sencillo de utilizar y esperamos que os sea de mucha utilidad.</p>
<p style="text-align: left;"> </p>
<p>require('class.phpmailer.php');<br />
require('class.smtp.php');</p>
<p>$nombre = $_POST["nombre"];<br />
$telefono = $_POST["telefono"];</p>
<p>$mail = new PHPMailer();</p>
<p>$body = "Hola es una prueba";<br />
$body .="ojalá funcione";</p>
<p>$mail-&gt;IsSMTP(); </p>
<p>/* Sustituye (ServidorDeCorreoSMTP)  por el host de tu servidor de correo SMTP*/<br />
$mail-&gt;Host = "ServidorDeCorreoSMTP";</p>
<p>/* Sustituye  ( CuentaDeEnvio )  por la cuenta desde la que deseas enviar por ejem.<em> prueba@domitienda.com</em>  */</p>
<p>$mail-&gt;From = "CuentaDeEnvio";</p>
<p>$mail-&gt;FromName = "Domitienda";</p>
<p>$mail-&gt;Subject = "prueba de envio";</p>
<p>$mail-&gt;AltBody = "prueba"; </p>
<p>$mail-&gt;MsgHTML($body);</p>
<p>/* Sustituye <a href="mailto:info@agenciacreativa.com.co" target="_blank"> </a>(CuentaDestino )  por la cuenta a la que deseas enviar por ejem. <em>admin@domitienda.com  */</em><br />
$mail-&gt;AddAddress("CuentaDestino", "Domitienda");</p>
<p><span>$mail-&gt;SMTPAuth = true;</span></p>
<p><span>/* Sustituye (CuentaDeEnvio )  por la misma cuenta que usaste en la parte superior en este caso <em> prueba@domitienda.com </em> y sustituye (ContraseñaDeEnvio)  por la contraseña que tenga dicha cuenta */</span></p>
<p><span>$mail-&gt;Username = "CuentaDeEnvio";<br />
$mail-&gt;Password = "ContraseñaDeEnvio"; </span></p>
<p>if(!$mail-&gt;Send()) {<br />
echo "Mailer Error: " . $mail-&gt;ErrorInfo;<br />
} else {<br />
echo "Message sent!";<br />
}<br />
 </p>
<p>Saludos.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domitienda.com/index.php/2009/03/06/como-enviar-correo-smtp-autenticado-con-php/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>MSChart Controls instalado en domitienda.com</title>
		<link>http://blog.domitienda.com/index.php/2008/12/29/mschart-controls-instalado-en-domitiendacom/</link>
		<comments>http://blog.domitienda.com/index.php/2008/12/29/mschart-controls-instalado-en-domitiendacom/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 09:38:30 +0000</pubDate>
		<dc:creator>Víctor</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Componentes]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[utilidades]]></category>

		<guid isPermaLink="false">http://blog.domitienda.com/?p=249</guid>
		<description><![CDATA[Recientemente hemos instalado en los servidores de domitienda las extensiones mschart del Service Pack 1 de ASP .NET 3.5   Estos controles te permiten crear gráficas dinámicamente de una forma sencilla  y que dan un resultado muy vistoso tal y como podeis ver en las imagenes de ejemplo:     Entre las distinas opciones de [...]]]></description>
			<content:encoded><![CDATA[<div class="googlePlusOneButton"><g:plusone href="http://blog.domitienda.com/index.php/2008/12/29/mschart-controls-instalado-en-domitiendacom/"  size="standard"   ></g:plusone></div><p>Recientemente hemos instalado en los servidores de <a href="http://www.domitienda.com" target="_blank">domitienda</a> las extensiones <strong>mschart </strong>del <strong>Service Pack 1 de ASP .NET 3.5</strong></p>
<p> </p>
<p>Estos controles te permiten crear gráficas dinámicamente de una forma sencilla  y que dan un resultado muy vistoso tal y como podeis ver en las imagenes de ejemplo:</p>
<p style="text-align: center;"><a href="http://blog.domitienda.com/wp-content/uploads/2008/12/mschart1.png"><img class="size-full wp-image-250 aligncenter" title="mschart1" src="http://blog.domitienda.com/wp-content/uploads/2008/12/mschart1.png" alt="mschart1" width="593" height="420" /></a></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><a href="http://blog.domitienda.com/wp-content/uploads/2008/12/mschart2.png"><img class="aligncenter size-full wp-image-251" title="mschart2" src="http://blog.domitienda.com/wp-content/uploads/2008/12/mschart2.png" alt="mschart2" width="576" height="456" /></a></p>
<p style="text-align: center;"> </p>
<p style="text-align: left;">Entre las distinas opciones de gráfica se incluyen las típicas de <strong>barras, rangos, lineas, tartas</strong> hasta otras más potentes como de <strong>Acumulación, Distribución o Splines en 3D!</strong></p>
<p style="text-align: left;">Todas las gráficas son <strong>compatibles con AJAX</strong> y puedes ser declaradas de forma <strong>estática o dinámica</strong> enlazandolas con un DataSource.</p>
<p style="text-align: left;">Otro punto fuerte de este control es que el restultado que el motor de .Net genera es una imagen png o jpg por lo que el navegador lo reconocerá como <strong>una etiqueta &lt; img&gt;</strong> cacheandola y haciendo que se cargue mucho más rápido las proximas veces que se refresque la web.</p>
<p style="text-align: left;">Si quereis probarlo tan solo teneis que instalaros el <a href="http://www.microsoft.com/downloads/details.aspx?familyid=1D69CE13-E1E5-4315-825C-F14D33A303E9&amp;displaylang=en" target="_blank">Add-on para el Visual Studio 2008</a>, descargaros los <a href="http://code.msdn.microsoft.com/mschart/Release/ProjectReleases.aspx?ReleaseId=1591" target="_blank">ejemplos </a>y la <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=EE8F6F35-B087-4324-9DBA-6DD5E844FD9F&amp;displaylang=en" target="_blank">documentación </a>y empezar a programar!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domitienda.com/index.php/2008/12/29/mschart-controls-instalado-en-domitiendacom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soporte para jQuery proximamente en VS2008</title>
		<link>http://blog.domitienda.com/index.php/2008/10/13/soporte-para-jquery-proximamente-en-vs2008/</link>
		<comments>http://blog.domitienda.com/index.php/2008/10/13/soporte-para-jquery-proximamente-en-vs2008/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 10:10:15 +0000</pubDate>
		<dc:creator>Víctor</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[programación]]></category>

		<guid isPermaLink="false">http://blog.domitienda.com/?p=212</guid>
		<description><![CDATA[jQuery es una de las mejores librerias de Javascript que existen. Con tan solo unas pocas lineas de código puedes hacer verdaderas virguerías!  Pues bien, hace poco leí una noticia donde anuncianban que una próxima revisión de Visual Studio 2008 vendría con jQuery instalado por defecto, Intellisense, soporte e integración para el Ajax Toolkit y compilación!! [...]]]></description>
			<content:encoded><![CDATA[<div class="googlePlusOneButton"><g:plusone href="http://blog.domitienda.com/index.php/2008/10/13/soporte-para-jquery-proximamente-en-vs2008/"  size="standard"   ></g:plusone></div><p><strong>jQuery </strong>es una de las mejores librerias de Javascript que existen. Con tan solo unas pocas lineas de código puedes hacer verdaderas virguerías! </p>
<p>Pues bien, hace poco leí una noticia donde anuncianban que una próxima revisión de <strong>Visual Studio 2008</strong> vendría con <strong>jQuery instalado por defecto, Intellisense, soporte e integración para el Ajax Toolkit y compilación</strong>!!</p>
<p> </p>
<p><center></p>
<p><a href="http://blog.domitienda.com/wp-content/uploads/2008/10/jquery.png"><img class="aligncenter size-full wp-image-214" title="jquery" src="http://blog.domitienda.com/wp-content/uploads/2008/10/jquery.png" alt="" width="236" height="84" /></a></p>
<p></center></p>
<p> </p>
<p>Vamos, que ya no tendremos escusa para hacer cosas con Javascript porque "queda feo en el código".</p>
<p>El hecho de que Microsoft empiece a dar soporte nativo a librerias externas me llena de alegría ya que hasta ahora solo se limitaban a copiar la funcionalidad de ciertos proyectos Open-Source y cambiarlo de nombre, ¿Qué significa este cambio en la política de Microsoft? ¿Qué será lo próximo que veremos en VS2008?</p>
<p>¡Estaremos muy atentos!</p>
<p>Para todo aquel que no sepa que es jQuery o quiera saber más os recomiendo que visiteis <a href="http://www.jquery.com" target="_blank">su sitio web</a> que esta lleno de<strong> documentación y ejemplos</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domitienda.com/index.php/2008/10/13/soporte-para-jquery-proximamente-en-vs2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actualizando parcialmente nuestras páginas en ASP.Net</title>
		<link>http://blog.domitienda.com/index.php/2008/09/24/actualizando-parcialmente-nuestras-paginas-en-aspnet/</link>
		<comments>http://blog.domitienda.com/index.php/2008/09/24/actualizando-parcialmente-nuestras-paginas-en-aspnet/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 08:52:57 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.domitienda.com/?p=189</guid>
		<description><![CDATA[Ya hemos comentado anteriormente cómo publicar nuestras páginas ASP.Net en Domitienda a través del asistente que nos ofrece Visual Studio. Sin embargo, este proceso automatizado nos obliga a subir la web entera en cada ocasión en lugar de poder actualizar tan solo la parte que haya cambiado. Antes de realizar este proceso, es necesario averiguar [...]]]></description>
			<content:encoded><![CDATA[<div class="googlePlusOneButton"><g:plusone href="http://blog.domitienda.com/index.php/2008/09/24/actualizando-parcialmente-nuestras-paginas-en-aspnet/"  size="standard"   ></g:plusone></div><p>Ya hemos comentado anteriormente cómo <a title="DomiBlog" href="http://blog.domitienda.com/index.php/2008/02/05/publicar-aplicaciones-web-en-asp-net-20/" target="_self">publicar nuestras páginas ASP.Net </a>en <a title="Domitienda" href="http://www.domitienda.com" target="_blank">Domitienda </a>a través del asistente que nos ofrece Visual Studio. Sin embargo, este proceso automatizado nos obliga a subir la web entera en cada ocasión en lugar de poder actualizar tan solo la parte que haya cambiado.</p>
<p>Antes de realizar este proceso, es necesario averiguar en que modo está compilada ya que existen dos modos en los Web Sites de Visual Studio 2005. Esto lo podemos averiguar en el menú <strong>Build &gt; Publicar sitio web</strong>. Para poder cumplir nuestro objetivo y actualizar solo la parte que hemos cambiado de la página web deberá estar activada la opción "<strong>Utilizar nomenclatura fija y ensamblados de una sola página</strong>". Si no teníamos esta opción activa será necesario volver a subir la web entera una vez mas.</p>
<p>Una vez realizado esto, procederemos a publicar nuestra web (<strong>Build &gt; Publicar sitio web</strong> de nuevo) pero especificaremos una <strong>carpeta local en lugar de un FTP</strong>. De este modo la web entera se generará en la carpeta indicada de nuestro equipo. Hay varios tipos de archivos:</p>
<ul>
<li><strong>Páginas ASPX</strong>. Tendremos que subir manualmente a través de un cliente FTP como <a href="http://blog.domitienda.com/index.php/2007/10/25/filezilla-gestor-ftp-recomendado-por-domitienda/" target="_self">FileZilla </a>tan solo aquellas que hayamos modificado.</li>
<li><strong>Archivos DLL</strong>. Se encuentran dentro de la carpeta BIN y veremos que aunque con una nomenclatura algo extraña, tenemos uno por cada página. Subiremos solo aquellos que hayamos modificado. Si tenemos clases, datasets, o cualquier elemento con código externo a las páginas en nuestro proyecto y realizamos alguna modificación en ellos deberemos volver a subir el archivo App_Code.dll</li>
<li><strong>Web.config y PreCompiledApp.config</strong>: Configuran aspectos de la página y tan solo será necesario volver a subirlos en caso  de realizar algún cambio en ellos.</li>
</ul>
<p><center><br />
<div id="attachment_190" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.domitienda.com/wp-content/uploads/2008/09/carpetas.jpg"><img class="size-medium wp-image-190" title="carpetas" src="http://blog.domitienda.com/wp-content/uploads/2008/09/carpetas-300x217.jpg" alt="Archivos generados en la publicación" width="300" height="217" /></a><p class="wp-caption-text">Archivos generados en la publicación</p></div><br />
</center><br />
Recordad que esto funcionará correctamente si tenemos la opción "<strong>Utilizar nomenclatura fija y ensamblados de una sola página</strong>" activa y evidentemente habiendo subido una primera vez la web entera con este modo activado. De este modo evitamos estar "machacando" la web en cada ocasión, con el consiguiente ahorro de tiempo y disminución de problemas.</p>
<p>Un saludo a todos!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domitienda.com/index.php/2008/09/24/actualizando-parcialmente-nuestras-paginas-en-aspnet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Propagar Title de la Master a todas las páginas en ASP .Net</title>
		<link>http://blog.domitienda.com/index.php/2008/09/09/propagar-title-de-la-master-a-todas-las-paginas-en-asp-net/</link>
		<comments>http://blog.domitienda.com/index.php/2008/09/09/propagar-title-de-la-master-a-todas-las-paginas-en-asp-net/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 15:34:25 +0000</pubDate>
		<dc:creator>Víctor</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.domitienda.com/?p=174</guid>
		<description><![CDATA[Hoy un pequeño pero útil truco de programación. Si usais páginas Master en vuestras aplicaciones web ASP .NET y quereis que todas las páginas tengan el mismo Title y, como yo, estais cansados de tener que escribir en cada pagina el título aqui teneis la solución.   En el código asp de la página Master [...]]]></description>
			<content:encoded><![CDATA[<div class="googlePlusOneButton"><g:plusone href="http://blog.domitienda.com/index.php/2008/09/09/propagar-title-de-la-master-a-todas-las-paginas-en-asp-net/"  size="standard"   ></g:plusone></div><p>Hoy un pequeño pero útil truco de <strong>programación</strong>.</p>
<p>Si usais <strong>páginas Master</strong> en vuestras aplicaciones web <strong>ASP .NET</strong> y quereis que todas las páginas tengan el <strong>mismo Title</strong> y, como yo, estais cansados de tener que escribir en cada pagina el título aqui teneis la solución.</p>
<p> </p>
<p>En el código asp de la página Master añadimos al tag "head" el runat="server" para que podamos modificarlo desde el código fuente:</p>
<div class="igBar"><span id="lasp-9"><a href="#" onclick="javascript:showPlainTxt('asp-9'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">ASP:</span>
<div id="asp-9">
<div class="asp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"> &lt;head runat=<span style="color:#CC0000;">"server"</span>&gt; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Y, en el Load de la Página Master sobreescribimos el atributo Title para que se propague en todas las páginas que usen esa Master</p>
<div class="igBar"><span id="lasp-10"><a href="#" onclick="javascript:showPlainTxt('asp-10'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">ASP:</span>
<div id="asp-10">
<div class="asp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">protected void Page_Load<span style="color:#006600; font-weight:bold;">&#40;</span>object sender, EventArgs e<span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">this.<span style="color:#9900CC;">Page</span>.<span style="color:#9900CC;">Title</span> = <span style="color:#CC0000;">"domiblog. El blog de Domitienda"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>¡Espero que os sea tan útil como a mi!</p>
<p>Saludos desde el otro lado de la pantalla!</head></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domitienda.com/index.php/2008/09/09/propagar-title-de-la-master-a-todas-las-paginas-en-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disponible para descargar el Service Pack 1 de Visual Studio 2008 y Framework 3.5</title>
		<link>http://blog.domitienda.com/index.php/2008/08/25/disponible-para-descargar-el-service-pack-1-de-visual-studio-2008-y-framework-35/</link>
		<comments>http://blog.domitienda.com/index.php/2008/08/25/disponible-para-descargar-el-service-pack-1-de-visual-studio-2008-y-framework-35/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 06:47:41 +0000</pubDate>
		<dc:creator>Víctor</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[utilidades]]></category>

		<guid isPermaLink="false">http://blog.domitienda.com/?p=163</guid>
		<description><![CDATA[Nuestro amigo el Guille nos cuenta en su web que ya están listos para su descarga el primer Service Pack para el Framework 3.5 de ASP .NET y Visual Studio 2008. Microsoft Visual Studio 2008 Service Pack 1 (exe) (en español) Microsoft Visual Studio 2008 Service Pack 1 (iso) (también disponible en español) Microsoft .NET [...]]]></description>
			<content:encoded><![CDATA[<div class="googlePlusOneButton"><g:plusone href="http://blog.domitienda.com/index.php/2008/08/25/disponible-para-descargar-el-service-pack-1-de-visual-studio-2008-y-framework-35/"  size="standard"   ></g:plusone></div><p>Nuestro amigo <a href="http://www.elguille.info" target="_blank">el Guille</a> nos cuenta en su web que ya están listos para su descarga el primer<strong> Service Pack</strong> para el <strong>Framework 3.5</strong> de ASP .NET y <strong>Visual Studio 2008</strong>.</p>
<ul>
<li> <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=es&amp;FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e" target="_blank">Microsoft Visual Studio 2008 Service Pack 1 (exe)</a><br />
(en español)</li>
<li> <a href="http://go.microsoft.com/fwlink/?LinkId=122095" target="_blank">Microsoft Visual Studio 2008 Service Pack 1 (iso)</a><br />
(también disponible en español)</li>
<li> <a href="http://www.microsoft.com/downloads/details.aspx?familyid=AB99342F-5D1A-413D-8319-81DA479AB0D7&amp;displaylang=es" target="_blank">Microsoft .NET Framework 3.5 Service Pack 1</a> (en<br />
español)</li>
<li> <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=59ec6ec3-4273-48a3-ba25-dc925a45584d&amp;DisplayLang=en" target="_blank">Visual Studio 2008 SDK 1.1</a> (en inglés)</li>
</ul>
<p>En <a href="http://support.microsoft.com/kb/950264/" target="_blank">esta dirección</a> puedes ver un listado de los cambios de esta nueva versión. Básicamente se ha agregado compatibilidad con <strong>Sql Server 2008</strong>, algunos componentes como el Shape y DataRepeater y se han solucionado un porrón de problemas.</p>
<p>¡Y Recuerda! En <a href="http://www.domitienda.com" target="_blank">domitienda.com</a> ofrecemos hosting para ASP .NET 3.5 desde <a href="http://www.domitienda.com/alojamiento_web_hosting/plan_alojamiento_web_basico.aspx" target="_blank"><strong>4.95€ al mes</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domitienda.com/index.php/2008/08/25/disponible-para-descargar-el-service-pack-1-de-visual-studio-2008-y-framework-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (request URI is rejected)
Database Caching using disk
Object Caching 655/1369 objects using disk

Served from: blog.domitienda.com @ 2012-02-04 23:10:57 -->
