<?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>javivf&#039;s blog</title>
	<atom:link href="http://javivf.alasombra.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://javivf.alasombra.net/blog</link>
	<description>Mi relacion con la tecnologia cuando ocupa mas de 140 caracteres</description>
	<lastBuildDate>Sun, 08 Jan 2012 16:32:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Chuleta basica para usar git</title>
		<link>http://javivf.alasombra.net/blog/2012/01/chuleta-basica-para-usar-git/</link>
		<comments>http://javivf.alasombra.net/blog/2012/01/chuleta-basica-para-usar-git/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 16:31:51 +0000</pubDate>
		<dc:creator>javivf</dc:creator>
				<category><![CDATA[programacion]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[control de versiones]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://javivf.alasombra.net/blog/?p=1677</guid>
		<description><![CDATA[clone : clona un repositorio en un nuevo directorio checkout : cambiar a una rama diferente pull : actualizar la copia de trabajo con el repositorio remoto add : añade un archivo nuevo o cambios en los archivos existentes a &#8230; <a href="http://javivf.alasombra.net/blog/2012/01/chuleta-basica-para-usar-git/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li>clone : clona un repositorio en un nuevo directorio</li>
<li>checkout : cambiar a una rama diferente </li>
<li>pull : actualizar la copia de trabajo con el repositorio remoto</li>
<li>add	: añade un archivo nuevo o cambios en los archivos existentes a tu repositorio local</li>
<li>commit : se aplican cambios en el repositorio local</li>
<li>diff : muestra las diferencias entre el repositorio local y el repositorio remoto</li>
<li>log	: muestra la información de registro de Git</li>
<li>status : muestra el estado del árbol de trabajo</li>
<li>push : impulsar commits locales al repositorio remoto, requiere acceso de escritura</li>
</ul>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3R3aXR0ZXIuY29tL3NoYXJlP3VybD1odHRwJTNBJTJGJTJGamF2aXZmLmFsYXNvbWJyYS5uZXQlMkZibG9nJTJGMjAxMiUyRjAxJTJGY2h1bGV0YS1iYXNpY2EtcGFyYS11c2FyLWdpdCUyRiZhbXA7dGV4dD1DaHVsZXRhK2Jhc2ljYStwYXJhK3VzYXIrZ2l0JmFtcDt2aWE9amF2aXZm" target=\"_blank\" class=\"mr_social_sharing_popup_link\"><img src="http://javivf.alasombra.net/blog/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><g:plusone size="medium" count="false" href="http://javivf.alasombra.net/blog/2012/01/chuleta-basica-para-usar-git/"></g:plusone></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://javivf.alasombra.net/blog/2012/01/chuleta-basica-para-usar-git/"></script></span></div> <img src="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1677" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://javivf.alasombra.net/blog/2012/01/chuleta-basica-para-usar-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Envio de correo a traves de gmail con redmine</title>
		<link>http://javivf.alasombra.net/blog/2011/12/envio-de-correo-a-traves-de-gmail-con-redmine/</link>
		<comments>http://javivf.alasombra.net/blog/2011/12/envio-de-correo-a-traves-de-gmail-con-redmine/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 11:51:06 +0000</pubDate>
		<dc:creator>javivf</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[redmine]]></category>

		<guid isPermaLink="false">http://javivf.alasombra.net/blog/?p=1664</guid>
		<description><![CDATA[Redmine es un gestor de proyectos el cual te avisa mediante correo electrónico  de las nuevas tareas o cambios en las mismas. Aquí es donde entra GMail en acción Dejo la configuración que me ha funcionado por si le puede &#8230; <a href="http://javivf.alasombra.net/blog/2011/12/envio-de-correo-a-traves-de-gmail-con-redmine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5yZWRtaW5lLm9yZy8=" target=\"_blank\">Redmine</a> es un gestor de proyectos el cual te avisa mediante correo electrónico  de las nuevas tareas o cambios en las mismas. Aquí es donde entra GMail en acción <img src='http://javivf.alasombra.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Dejo la configuración que me ha funcionado por si le puede servir a alguien o por si la puedo reusar yo mismo.</p>
<pre>production:
  delivery_method: :smtp
  smtp_settings:
    enable_starttls_auto: true
    tls: true
    address: "smtp.googlemail.com"
    port: 587
    domain: "smtp.googlemail.com" # 'your.domain.com' for GoogleApps
    authentication: :plain
    user_name: "micorreo@gmail.com"
    password: "mipass!"</pre>
<p>Mas info en : <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3JlZG1pbmVibG9nLmNvbS9hcnRpY2xlcy9zZXR1cC1yZWRtaW5lLXRvLXNlbmQtZW1haWwtdXNpbmctZ21haWwv" target=\"_blank\">redmineblog.com</a></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3R3aXR0ZXIuY29tL3NoYXJlP3VybD1odHRwJTNBJTJGJTJGamF2aXZmLmFsYXNvbWJyYS5uZXQlMkZibG9nJTJGMjAxMSUyRjEyJTJGZW52aW8tZGUtY29ycmVvLWEtdHJhdmVzLWRlLWdtYWlsLWNvbi1yZWRtaW5lJTJGJmFtcDt0ZXh0PUVudmlvK2RlK2NvcnJlbythK3RyYXZlcytkZStnbWFpbCtjb24rcmVkbWluZSZhbXA7dmlhPWphdml2Zg==" target=\"_blank\" class=\"mr_social_sharing_popup_link\"><img src="http://javivf.alasombra.net/blog/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><g:plusone size="medium" count="false" href="http://javivf.alasombra.net/blog/2011/12/envio-de-correo-a-traves-de-gmail-con-redmine/"></g:plusone></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://javivf.alasombra.net/blog/2011/12/envio-de-correo-a-traves-de-gmail-con-redmine/"></script></span></div> <img src="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1664" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://javivf.alasombra.net/blog/2011/12/envio-de-correo-a-traves-de-gmail-con-redmine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publicando tus post de wordpress en linkedin</title>
		<link>http://javivf.alasombra.net/blog/2011/09/publicando-tus-post-de-wordpress-en-linkedin/</link>
		<comments>http://javivf.alasombra.net/blog/2011/09/publicando-tus-post-de-wordpress-en-linkedin/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 04:47:21 +0000</pubDate>
		<dc:creator>javivf</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://javivf.alasombra.net/blog/?p=1507</guid>
		<description><![CDATA[Si normalmente ya no hay tiempo para generar contenido para tu blog menos hay para mantener actualizadas tus redes sociales. Con el siguiente enlace ya te puedes &#8220;despreocupar&#8221; de ir actualizando tus articulos en linkedin http://thesocialmediaguide.com/social_media/sync-your-wordpress-blog-posts-with-your-linkedin-profile Espero que os sea &#8230; <a href="http://javivf.alasombra.net/blog/2011/09/publicando-tus-post-de-wordpress-en-linkedin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Si normalmente ya no hay tiempo para generar contenido para tu blog menos hay para mantener actualizadas tus redes sociales.</p>
<p>Con el siguiente enlace ya te puedes &#8220;despreocupar&#8221; de ir actualizando tus articulos en <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5saW5rZWRpbi5jb20v">linkedin</a></p>
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3RoZXNvY2lhbG1lZGlhZ3VpZGUuY29tL3NvY2lhbF9tZWRpYS9zeW5jLXlvdXItd29yZHByZXNzLWJsb2ctcG9zdHMtd2l0aC15b3VyLWxpbmtlZGluLXByb2ZpbGU=">http://thesocialmediaguide.com/social_media/sync-your-wordpress-blog-posts-with-your-linkedin-profile</a></p>
<p>Espero que os sea util, ahora solo me falta encontrar algo para google+ <img src='http://javivf.alasombra.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3R3aXR0ZXIuY29tL3NoYXJlP3VybD1odHRwJTNBJTJGJTJGamF2aXZmLmFsYXNvbWJyYS5uZXQlMkZibG9nJTJGMjAxMSUyRjA5JTJGcHVibGljYW5kby10dXMtcG9zdC1kZS13b3JkcHJlc3MtZW4tbGlua2VkaW4lMkYmYW1wO3RleHQ9UHVibGljYW5kbyt0dXMrcG9zdCtkZSt3b3JkcHJlc3MrZW4rbGlua2VkaW4mYW1wO3ZpYT1qYXZpdmY=" target=\"_blank\" class=\"mr_social_sharing_popup_link\"><img src="http://javivf.alasombra.net/blog/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><g:plusone size="medium" count="false" href="http://javivf.alasombra.net/blog/2011/09/publicando-tus-post-de-wordpress-en-linkedin/"></g:plusone></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://javivf.alasombra.net/blog/2011/09/publicando-tus-post-de-wordpress-en-linkedin/"></script></span></div> <img src="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1507" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://javivf.alasombra.net/blog/2011/09/publicando-tus-post-de-wordpress-en-linkedin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HL Twitter Worpress plugin</title>
		<link>http://javivf.alasombra.net/blog/2011/09/hl-twitter-worpress-plugin/</link>
		<comments>http://javivf.alasombra.net/blog/2011/09/hl-twitter-worpress-plugin/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 21:42:55 +0000</pubDate>
		<dc:creator>javivf</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://javivf.alasombra.net/blog/?p=1504</guid>
		<description><![CDATA[Testing&#8230;]]></description>
			<content:encoded><![CDATA[<p>Testing&#8230;</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3R3aXR0ZXIuY29tL3NoYXJlP3VybD1odHRwJTNBJTJGJTJGamF2aXZmLmFsYXNvbWJyYS5uZXQlMkZibG9nJTJGMjAxMSUyRjA5JTJGaGwtdHdpdHRlci13b3JwcmVzcy1wbHVnaW4lMkYmYW1wO3RleHQ9SEwrVHdpdHRlcitXb3JwcmVzcytwbHVnaW4mYW1wO3ZpYT1qYXZpdmY=" target=\"_blank\" class=\"mr_social_sharing_popup_link\"><img src="http://javivf.alasombra.net/blog/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><g:plusone size="medium" count="false" href="http://javivf.alasombra.net/blog/2011/09/hl-twitter-worpress-plugin/"></g:plusone></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://javivf.alasombra.net/blog/2011/09/hl-twitter-worpress-plugin/"></script></span></div> <img src="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1504" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://javivf.alasombra.net/blog/2011/09/hl-twitter-worpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Envio simple de correo por telnet</title>
		<link>http://javivf.alasombra.net/blog/2011/01/envio-simple-de-correo-por-telnet/</link>
		<comments>http://javivf.alasombra.net/blog/2011/01/envio-simple-de-correo-por-telnet/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 16:58:16 +0000</pubDate>
		<dc:creator>javivf</dc:creator>
				<category><![CDATA[shellscript]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://javivf.alasombra.net/blog/?p=1495</guid>
		<description><![CDATA[La cosa va de minichuletas (cheats sheets) telnet sevidor_smtp 25 ehlo o mail from:&#60;javivf@midominio.com&#62; rcpt to:&#60;tu@tudominio.com&#62; data -- aqui viene el contenido -- . quit]]></description>
			<content:encoded><![CDATA[<p>La cosa va de minichuletas (cheats sheets) <img src='http://javivf.alasombra.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<pre>telnet sevidor_smtp 25
ehlo o
mail from:&lt;javivf@midominio.com&gt;
rcpt to:&lt;tu@tudominio.com&gt;
data
-- aqui viene el contenido <img src='http://javivf.alasombra.net/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  --
.
quit
</pre>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3R3aXR0ZXIuY29tL3NoYXJlP3VybD1odHRwJTNBJTJGJTJGamF2aXZmLmFsYXNvbWJyYS5uZXQlMkZibG9nJTJGMjAxMSUyRjAxJTJGZW52aW8tc2ltcGxlLWRlLWNvcnJlby1wb3ItdGVsbmV0JTJGJmFtcDt0ZXh0PUVudmlvK3NpbXBsZStkZStjb3JyZW8rcG9yK3RlbG5ldCZhbXA7dmlhPWphdml2Zg==" target=\"_blank\" class=\"mr_social_sharing_popup_link\"><img src="http://javivf.alasombra.net/blog/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><g:plusone size="medium" count="false" href="http://javivf.alasombra.net/blog/2011/01/envio-simple-de-correo-por-telnet/"></g:plusone></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://javivf.alasombra.net/blog/2011/01/envio-simple-de-correo-por-telnet/"></script></span></div> <img src="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1495" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://javivf.alasombra.net/blog/2011/01/envio-simple-de-correo-por-telnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chuleta CouchDB y Curl para desmemoriados (like me)</title>
		<link>http://javivf.alasombra.net/blog/2011/01/chuleta-couchdb-y-curl-para-desmemoriados-like-me/</link>
		<comments>http://javivf.alasombra.net/blog/2011/01/chuleta-couchdb-y-curl-para-desmemoriados-like-me/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 19:28:09 +0000</pubDate>
		<dc:creator>javivf</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[Curl]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://javivf.alasombra.net/blog/?p=1493</guid>
		<description><![CDATA[A CouchDB podemos acceder: Desde el navegador http://localhost:5984/_utils/ Con curl desde la linea de comandos: curl -X PUT http://localhost:5984/test/ # Creando BBDD curl -X DELETE http://localhost:5984/test/ # Borrando BBDD curl -X GET http://localhost:5984/test/_all_docs # Recibiendo todos los documentos curl -X &#8230; <a href="http://javivf.alasombra.net/blog/2011/01/chuleta-couchdb-y-curl-para-desmemoriados-like-me/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvdWNoZGIuYXBhY2hlLm9yZy8=">CouchDB</a> podemos acceder:</p>
<ul>
<li>Desde el navegador <strong>http://localhost:5984/_utils/</strong></li>
<li>Con curl desde la linea de comandos:
<ul>
<li>curl -X PUT http://localhost:5984/test/ # Creando BBDD</li>
<li>curl -X DELETE http://localhost:5984/test/ # Borrando BBDD</li>
<li>curl -X GET http://localhost:5984/test/_all_docs # Recibiendo todos los documentos</li>
<li>curl -X PUT -d &#8220;1&#8243; http://localhost:5984/test/_revs_limit # <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL29yaW9scml1cy5jYXQvYmxvZy8yMDEwLzA3LzEzL2NvdWNoZGItZml4YXItZWwtbGltaXQtbWF4aW0tZGUtcmV2aXNpb25zLXBlci1kb2N1bWVudA==">Limitando el numero de revisiones a 1</a></li>
<li>curl -X POST -H &#8220;Content-Type: application/json&#8221; http://a:5984/_replicate -d &#8216;{&#8220;source&#8221;:&#8221;test&#8221;,&#8221;target&#8221;:&#8221;http://b:5984/test&#8221;,&#8221;continuous&#8221;:true}&#8217; # Replicando test en la maquina b</li>
<li>curl -s -i -X POST -H &#8216;Content-Type: application/json&#8217; -d &#8216;{ &#8220;reemplazar este texto por el codigo json de las vistas y/o filtros&#8221; }&#8217; &#8216;http://localhost:5984/test/&#8217; # Esta queda claro ¿no? <img src='http://javivf.alasombra.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
</li>
</ul>
<p>Para las vistas consultar <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3dpa2kuYXBhY2hlLm9yZy9jb3VjaGRiL0hUVFBfdmlld19BUEk=">HTTP_view_API</a></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3R3aXR0ZXIuY29tL3NoYXJlP3VybD1odHRwJTNBJTJGJTJGamF2aXZmLmFsYXNvbWJyYS5uZXQlMkZibG9nJTJGMjAxMSUyRjAxJTJGY2h1bGV0YS1jb3VjaGRiLXktY3VybC1wYXJhLWRlc21lbW9yaWFkb3MtbGlrZS1tZSUyRiZhbXA7dGV4dD1DaHVsZXRhK0NvdWNoREIreStDdXJsK3BhcmErZGVzbWVtb3JpYWRvcyslMjhsaWtlK21lJTI5JmFtcDt2aWE9amF2aXZm" target=\"_blank\" class=\"mr_social_sharing_popup_link\"><img src="http://javivf.alasombra.net/blog/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><g:plusone size="medium" count="false" href="http://javivf.alasombra.net/blog/2011/01/chuleta-couchdb-y-curl-para-desmemoriados-like-me/"></g:plusone></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://javivf.alasombra.net/blog/2011/01/chuleta-couchdb-y-curl-para-desmemoriados-like-me/"></script></span></div> <img src="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1493" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://javivf.alasombra.net/blog/2011/01/chuleta-couchdb-y-curl-para-desmemoriados-like-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pfSense 2.0 Beta 5 time!</title>
		<link>http://javivf.alasombra.net/blog/2011/01/pfsense-2-0-beta-5-time/</link>
		<comments>http://javivf.alasombra.net/blog/2011/01/pfsense-2-0-beta-5-time/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 23:52:54 +0000</pubDate>
		<dc:creator>javivf</dc:creator>
				<category><![CDATA[efemerides]]></category>
		<category><![CDATA[seguridad]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[pfsense]]></category>

		<guid isPermaLink="false">http://javivf.alasombra.net/blog/?p=1488</guid>
		<description><![CDATA[No hay anuncio oficial con las features ni nada de eso&#8230; From To Y aun quedan unas cuantas issues que resolver]]></description>
			<content:encoded><![CDATA[<p>No hay anuncio oficial con las features ni nada de eso&#8230;</p>
<p style="text-align: center;"><em>From</em></p>
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDEvMjBiNDEucG5n"><img class="aligncenter size-full wp-image-1490" title="20b4" src="http://javivf.alasombra.net/blog/wp-content/uploads/2011/01/20b41.png" alt="" width="373" height="203" /></a></p>
<p style="text-align: center;"><em>To</em></p>
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDEvMjBiNDEucG5n"></a><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDEvMjBiNS5wbmc="><img class="aligncenter size-full wp-image-1491" title="20b5" src="http://javivf.alasombra.net/blog/wp-content/uploads/2011/01/20b5.png" alt="" width="373" height="212" /></a></p>
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3JlZG1pbmUucGZzZW5zZS5vcmcvcHJvamVjdHMvcGZzZW5zZS9pc3N1ZXM/cXVlcnlfaWQ9NQ==">Y aun quedan unas cuantas issues que resolver</a></p>
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDEvMjBiNC5wbmc="><br />
</a></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3R3aXR0ZXIuY29tL3NoYXJlP3VybD1odHRwJTNBJTJGJTJGamF2aXZmLmFsYXNvbWJyYS5uZXQlMkZibG9nJTJGMjAxMSUyRjAxJTJGcGZzZW5zZS0yLTAtYmV0YS01LXRpbWUlMkYmYW1wO3RleHQ9cGZTZW5zZSsyLjArQmV0YSs1K3RpbWUlMjEmYW1wO3ZpYT1qYXZpdmY=" target=\"_blank\" class=\"mr_social_sharing_popup_link\"><img src="http://javivf.alasombra.net/blog/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><g:plusone size="medium" count="false" href="http://javivf.alasombra.net/blog/2011/01/pfsense-2-0-beta-5-time/"></g:plusone></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://javivf.alasombra.net/blog/2011/01/pfsense-2-0-beta-5-time/"></script></span></div> <img src="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1488" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://javivf.alasombra.net/blog/2011/01/pfsense-2-0-beta-5-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unboxing del Arduino DevKit de OpenDomo</title>
		<link>http://javivf.alasombra.net/blog/2011/01/unboxing-del-arduino-devkit-de-opendomo/</link>
		<comments>http://javivf.alasombra.net/blog/2011/01/unboxing-del-arduino-devkit-de-opendomo/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 20:48:15 +0000</pubDate>
		<dc:creator>javivf</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[DevKit]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[OpenDomo]]></category>

		<guid isPermaLink="false">http://javivf.alasombra.net/blog/?p=1477</guid>
		<description><![CDATA[Hace bastante tiempo le puse el ojo en el proyeto OpenDomo y recientemente adquiri un DevKit. Aunque actualmente no dispongo de demasiado tiempo no me pude resisitir a perdime mi kit y trastear un poco con el. Aqui os dejo &#8230; <a href="http://javivf.alasombra.net/blog/2011/01/unboxing-del-arduino-devkit-de-opendomo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hace bastante tiempo le puse el ojo en el proyeto <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VzLm9wZW5kb21vLm9yZy8=">OpenDomo</a> y recientemente adquiri un DevKit. Aunque actualmente no dispongo de demasiado tiempo no me pude resisitir a perdime mi kit y trastear un poco con el. Aqui os dejo el unboxing para la posteridad <img src='http://javivf.alasombra.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><em>&#8220;La caja&#8221;</em></p>
<p style="text-align: center;">
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDEvMTkwMTIwMTEyNDkuanBn"><img class="aligncenter size-full wp-image-1478" title="19012011249" src="http://javivf.alasombra.net/blog/wp-content/uploads/2011/01/19012011249.jpg" alt="" width="640" height="480" /></a></p>
<p style="text-align: center;"><em>&#8220;Guia de Montaje Rapido 1&#8243;</em></p>
<p style="text-align: center;">
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDEvMTkwMTIwMTEyNTAuanBn"><img class="aligncenter size-full wp-image-1479" title="19012011250" src="http://javivf.alasombra.net/blog/wp-content/uploads/2011/01/19012011250.jpg" alt="" width="480" height="640" /></a></p>
<p style="text-align: center;">
<p style="text-align: center;"><em>&#8220;Guia de Montaje Rapido 2&#8243;</em></p>
<p style="text-align: center;"><em><br />
</em></p>
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDEvMTkwMTIwMTEyNTEuanBn"><img class="aligncenter size-full wp-image-1480" title="19012011251" src="http://javivf.alasombra.net/blog/wp-content/uploads/2011/01/19012011251.jpg" alt="" width="480" height="640" /></a></p>
<p style="text-align: center;"><em>&#8220;Los componentes del kit&#8221;</em></p>
<p style="text-align: center;"><em><br />
</em></p>
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDEvMTkwMTIwMTEyNTIuanBn"><img class="aligncenter size-full wp-image-1481" title="19012011252" src="http://javivf.alasombra.net/blog/wp-content/uploads/2011/01/19012011252.jpg" alt="" width="640" height="480" /></a></p>
<p style="text-align: center;"><em>&#8220;Mi montaje de la placa de reles&#8221;</em></p>
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDEvMTkwMTIwMTEyNTMuanBn"><img class="aligncenter size-full wp-image-1482" title="19012011253" src="http://javivf.alasombra.net/blog/wp-content/uploads/2011/01/19012011253.jpg" alt="" width="640" height="480" /></a></p>
<p style="text-align: center;"><em>&#8220;Mi montaje de la placa de sensores, switches y leds&#8221;</em></p>
<p style="text-align: center;">
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDEvMTkwMTIwMTEyNTQuanBn"><img class="aligncenter size-full wp-image-1483" title="19012011254" src="http://javivf.alasombra.net/blog/wp-content/uploads/2011/01/19012011254.jpg" alt="" width="640" height="480" /></a></p>
<p style="text-align: center;"><em>&#8220;Todo conectado a arduino duemilanove&#8221;</em></p>
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDEvMTkwMTIwMTEyNTUuanBn"><img class="aligncenter size-full wp-image-1484" title="19012011255" src="http://javivf.alasombra.net/blog/wp-content/uploads/2011/01/19012011255.jpg" alt="" width="640" height="480" /></a></p>
<p style="text-align: center;"><em>&#8220;¡Perfecta armonia!&#8221; <img src='http://javivf.alasombra.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </em></p>
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDEvMTkwMTIwMTEyNTYuanBn"><img class="aligncenter size-full wp-image-1485" title="19012011256" src="http://javivf.alasombra.net/blog/wp-content/uploads/2011/01/19012011256.jpg" alt="" width="640" height="480" /></a></p>
<p>Ahora solo queda conectar <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hcmR1aW5vLmNjLw==">arduino</a> al ordenador mediante el cable USB y pasarle algunos <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VzLm9wZW5kb21vLm9yZy9kb21pbm9fcmVmZXJlbmNl">comandos</a> <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VzLm9wZW5kb21vLm9yZy9kb21pbm8=">Domino</a> para ver si todo va bien. La conexion a la placa la podeis hacer mediante <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jaGlhcmsuZ3JlZW5lbmQub3JnLnVrL35zZ3RhdGhhbS9wdXR0eS9kb3dubG9hZC5odG1s">PuTTY</a>.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3R3aXR0ZXIuY29tL3NoYXJlP3VybD1odHRwJTNBJTJGJTJGamF2aXZmLmFsYXNvbWJyYS5uZXQlMkZibG9nJTJGMjAxMSUyRjAxJTJGdW5ib3hpbmctZGVsLWFyZHVpbm8tZGV2a2l0LWRlLW9wZW5kb21vJTJGJmFtcDt0ZXh0PVVuYm94aW5nK2RlbCtBcmR1aW5vK0RldktpdCtkZStPcGVuRG9tbyZhbXA7dmlhPWphdml2Zg==" target=\"_blank\" class=\"mr_social_sharing_popup_link\"><img src="http://javivf.alasombra.net/blog/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><g:plusone size="medium" count="false" href="http://javivf.alasombra.net/blog/2011/01/unboxing-del-arduino-devkit-de-opendomo/"></g:plusone></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://javivf.alasombra.net/blog/2011/01/unboxing-del-arduino-devkit-de-opendomo/"></script></span></div> <img src="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1477" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://javivf.alasombra.net/blog/2011/01/unboxing-del-arduino-devkit-de-opendomo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Pascal 2.4.2 released!</title>
		<link>http://javivf.alasombra.net/blog/2010/11/free-pascal-2-4-2-released/</link>
		<comments>http://javivf.alasombra.net/blog/2010/11/free-pascal-2-4-2-released/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 09:43:14 +0000</pubDate>
		<dc:creator>javivf</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://javivf.alasombra.net/blog/?p=1473</guid>
		<description><![CDATA[Esta vez me ha pasado por alto por que se produjo el lanzamiento el pasado dia 12, pero aqui esta el anuncio de Marco van de Voort extraido de la lista de correo: Free Pascal 2.4.2 contains many fixes and &#8230; <a href="http://javivf.alasombra.net/blog/2010/11/free-pascal-2-4-2-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Esta vez me ha pasado por alto por que se produjo el lanzamiento el pasado dia 12, pero aqui esta <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2xpc3RzLmZyZWVwYXNjYWwub3JnL2xpc3RzL2ZwYy1kZXZlbC8yMDEwLU5vdmVtYmVyLzAyMjg4Ni5odG1s">el anuncio de </a><strong><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2xpc3RzLmZyZWVwYXNjYWwub3JnL2xpc3RzL2ZwYy1kZXZlbC8yMDEwLU5vdmVtYmVyLzAyMjg4Ni5odG1s">Marco van de Voort</a> </strong>extraido de la lista de correo:</p>
<pre><em>Free Pascal 2.4.2 contains many fixes and a few new features. Most bugfixes in the RTL and packages
before june 2010 have been merged.
Please also see <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3dpa2kuZnJlZXBhc2NhbC5vcmcvVXNlcl9DaGFuZ2VzXzIuNC4y">http://wiki.freepascal.org/User_Changes_2.4.2</a> for a list of changes which may affect
the behaviour of previously working code, and how to cope with these changes.
Some highlights are:

Compiler:
  * Support D2006+ FOR..IN, with some FPC specific enhancements.
    Refer to <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3dpa2kuZnJlZXBhc2NhbC5vcmcvZm9yLWluX2xvb3A=">http://wiki.freepascal.org/for-in_loop</a> for more information
  * Support for sealed and abstract classes.

Packages:
  * Many improvements to the XML units
  * Many improvements to the database units
  * Many improvemnets to the chm units

Platforms:
  * Long term bug in OS/2 implementation of unit Video finally fixed which among others allows
    inclusion of the text-mode IDE (without debugger) for this platform as part of the
    distribution again.

See <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2J1Z3MuZnJlZXBhc2NhbC5vcmcvY2hhbmdlbG9nX3BhZ2UucGhw">http://bugs.freepascal.org/changelog_page.php</a> for the list of reported bugs which have been
fixed in this release.</em>
</pre>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3R3aXR0ZXIuY29tL3NoYXJlP3VybD1odHRwJTNBJTJGJTJGamF2aXZmLmFsYXNvbWJyYS5uZXQlMkZibG9nJTJGMjAxMCUyRjExJTJGZnJlZS1wYXNjYWwtMi00LTItcmVsZWFzZWQlMkYmYW1wO3RleHQ9RnJlZStQYXNjYWwrMi40LjIrcmVsZWFzZWQlMjEmYW1wO3ZpYT1qYXZpdmY=" target=\"_blank\" class=\"mr_social_sharing_popup_link\"><img src="http://javivf.alasombra.net/blog/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><g:plusone size="medium" count="false" href="http://javivf.alasombra.net/blog/2010/11/free-pascal-2-4-2-released/"></g:plusone></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://javivf.alasombra.net/blog/2010/11/free-pascal-2-4-2-released/"></script></span></div> <img src="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1473" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://javivf.alasombra.net/blog/2010/11/free-pascal-2-4-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>La importancia de los canales de distribucion</title>
		<link>http://javivf.alasombra.net/blog/2010/11/la-importancia-de-los-canales-de-distribucion/</link>
		<comments>http://javivf.alasombra.net/blog/2010/11/la-importancia-de-los-canales-de-distribucion/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 18:19:18 +0000</pubDate>
		<dc:creator>javivf</dc:creator>
				<category><![CDATA[freak]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://javivf.alasombra.net/blog/?p=1462</guid>
		<description><![CDATA[De vez en cuando me recreo en el StatPress, para quien no lo sepa es un &#8220;generador&#8221; de estadisticas en tiempo real integrado en wordpress como plugin. Lo que me ha sorprendido es lo siguiente. A continuación tenemos las visitas &#8230; <a href="http://javivf.alasombra.net/blog/2010/11/la-importancia-de-los-canales-de-distribucion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>De vez en cuando me recreo en el <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvc3RhdHByZXNzLw==">StatPress</a>, para quien no lo sepa es un &#8220;generador&#8221; de estadisticas en tiempo real integrado en <a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcv">wordpress</a> como plugin.</p>
<p>Lo que me ha sorprendido es lo siguiente. A continuación tenemos las visitas que entran al blog a través de los buscadores.</p>
<p><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMTEvVmlzaXRhc0Rlc2RlQnVzY2Fkb3IzLnBuZw=="><img class="aligncenter size-full wp-image-1467" title="VisitasDesdeBuscador" src="http://javivf.alasombra.net/blog/wp-content/uploads/2010/11/VisitasDesdeBuscador3.png" alt="" /></a></p>
<p>Hasta aquí todo relativamente normal, todos sabemos que &#8220;todo&#8221; el mundo usa google, es mas, algunos lo usan como barra de direcciones en lugar de buscador, pero bueno&#8230;</p>
<p>Lo curioso, al menos para mi, son los siguientes datos, las veces que visita el un bot de un buscador en concreto en busca de contenido por indexar.<a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2phdml2Zi5hbGFzb21icmEubmV0L2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMTEvU3BpZGVycy5wbmc="><img class="aligncenter size-full wp-image-1468" title="Spiders" src="http://javivf.alasombra.net/blog/wp-content/uploads/2010/11/Spiders.png" alt="" /></a></p>
<p>Aqui teneis la lista detallada:</p>
<ul>
<li>Yahoo!    45,46 %</li>
<li>MSN    13,29 %</li>
<li>Yandex    12,28 %</li>
<li>Google    11,43 %</li>
<li>Baiduspider    7,18 %</li>
<li>DotBot    6,09 %</li>
<li>Twiceler    2,32 %</li>
<li>Icerocket    0,88 %</li>
<li>Google Feedfetcher    0,67 %</li>
<li>Rome Client    0,39 %</li>
</ul>
<p>Con mi unineuronal pawah de costumbre puedo sacar dos conclusiones, no le intereso <span style="text-decoration: line-through;">una mierda</span> a google o google no necesita indexar como los demás para mantener su cuota de mercado. Y con esto me remito al titulo del post, tan importante es el producto que ofreces como el canal de distribución que te trabajas.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3R3aXR0ZXIuY29tL3NoYXJlP3VybD1odHRwJTNBJTJGJTJGamF2aXZmLmFsYXNvbWJyYS5uZXQlMkZibG9nJTJGMjAxMCUyRjExJTJGbGEtaW1wb3J0YW5jaWEtZGUtbG9zLWNhbmFsZXMtZGUtZGlzdHJpYnVjaW9uJTJGJmFtcDt0ZXh0PUxhK2ltcG9ydGFuY2lhK2RlK2xvcytjYW5hbGVzK2RlK2Rpc3RyaWJ1Y2lvbiZhbXA7dmlhPWphdml2Zg==" target=\"_blank\" class=\"mr_social_sharing_popup_link\"><img src="http://javivf.alasombra.net/blog/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><g:plusone size="medium" count="false" href="http://javivf.alasombra.net/blog/2010/11/la-importancia-de-los-canales-de-distribucion/"></g:plusone></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://javivf.alasombra.net/blog/2010/11/la-importancia-de-los-canales-de-distribucion/"></script></span></div> <img src="http://javivf.alasombra.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1462" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://javivf.alasombra.net/blog/2010/11/la-importancia-de-los-canales-de-distribucion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

