<?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>Jack Fiallos Blog (AkKa Erling) &#187; Actividades</title>
	<atom:link href="http://jackfiallos.com/category/actividades/feed/" rel="self" type="application/rss+xml" />
	<link>http://jackfiallos.com</link>
	<description>Vida, Curiosidad y Proyectos</description>
	<lastBuildDate>Mon, 14 May 2012 15:22:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SVN+SSH</title>
		<link>http://jackfiallos.com/2012/05/14/svnssh/</link>
		<comments>http://jackfiallos.com/2012/05/14/svnssh/#comments</comments>
		<pubDate>Mon, 14 May 2012 15:22:47 +0000</pubDate>
		<dc:creator>Jack Fiallos</dc:creator>
				<category><![CDATA[Actividades]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu y linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tuneling]]></category>

		<guid isPermaLink="false">http://jackfiallos.com/?p=750</guid>
		<description><![CDATA[Desde hace algunos años que utilizo svn y a razón que uno de mis compañeros se preocupa mucho por la seguridad es que decidimos utilizar svn sobre ssh en un canal cifrado.. normalmente esto se conoce como &#8220;svn over tuneling&#8221; .. Entonces este fin de semana actualizaba mi linux, ya habían pasado casi 1 año [...]
No hay entradas similares a este tema.]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=0fe8495ecf67ef7b922e354a69a28749&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><div class="wp-caption aligncenter" style="width: 619px"><img alt="SVN + SSH" src="http://jackfiallos.com/bblog/blogfiles/ssh_tunnel_image_title_nwfqb.jpg" title="SVN + SSH" width="609" height="298" /><p class="wp-caption-text">SVN + SSH</p></div>
<p>Desde hace algunos años que utilizo svn y a razón que uno de mis compañeros se preocupa mucho por la seguridad es que decidimos utilizar svn sobre ssh en un canal cifrado.. normalmente esto se conoce como &#8220;svn over tuneling&#8221; ..</p>
<p>Entonces este fin de semana actualizaba mi linux, ya habían pasado casi 1 año antes de que actualizara y normalmente no lo hago porque tras la actualización del sistema requiero reconfigurar muchas aplicaciones y restaurar configuraciones para los diversos entornos de desarrollo que utilizo .. pero me ví tentado a actualizar el sistema y aquí me tienen..</p>
<p>Este mini how-to servirá para recordarme y ayudar a alguien más como configurar las claves de acceso del svn sobre ssh ..</p>
<p>Lo primero es abrir la terminar y tomar el archivo de generado con la llave privada y exportarlo hacia la carpeta del ssh .. esta carpeta .ssh esta oculta en el /home/user/.ssh</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">svnkey <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> .ssh<span style="color: #000000; font-weight: bold;">/</span>authorized_keys</pre></div></div>

<p>Lo siguiente es crear la variable de ambiente SVN_SSH cuyo valor será la ruta de la llave privada importada..</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">SVN_SSH</span>=<span style="color: #ff0000;">&quot;ssh -i /home/user/.ssh/authorized_keys&quot;</span></pre></div></div>

<p>Y lo último es probar que el repositorio funciona .. aquí el comando les preguntará por la clave de la llave.. entonces simplemente completen el proceso.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">svn</span> list <span style="color: #c20cb9; font-weight: bold;">svn</span>+<span style="color: #c20cb9; font-weight: bold;">ssh</span>:<span style="color: #000000; font-weight: bold;">//</span>user<span style="color: #000000; font-weight: bold;">@</span>svnserver.com<span style="color: #000000; font-weight: bold;">/</span>repositorio</pre></div></div>

<p>Cuando vean la lista de archivos y carpetas del repositorio es porque todo ha salido maravillosamente bien.. Ahora esto de la variable de ambiente se pierde cuando cierran la ventana de la terminal y tendrán que volver a crear la variable SVN_SSH.. lo que pueden hacer para evitar esto es agregar la variable SVN_SSH al inicio de la sesióon de su usuario.</p>

<!-- Start WP Socializer - Social Buttons - Output -->
<div class="wp-socializer 32px">
<ul class="wp-socializer-jump columns-no">
 <li><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjackfiallos.com%2F2012%2F05%2F14%2Fsvnssh%2F&amp;t=SVN%2520SSH" title="Share this on Facebook" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Facebook" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -330px; border:0;"/></a></li> 

 <li><a href="http://twitter.com/home?status=SVN%2520SSH%20-%20http%3A%2F%2Fjackfiallos.com%3Fp%3D750%20@jackfiallos" title="Tweet this !" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Twitter" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1386px; border:0;"/></a></li> 

 <li><a href="http://delicious.com/post?url=http%3A%2F%2Fjackfiallos.com%2F2012%2F05%2F14%2Fsvnssh%2F&amp;title=SVN%2520SSH&amp;notes=%0D%0A%0D%0ADesde+hace+algunos+a%C3%B1os+que+utilizo+svn+y+a+raz%C3%B3n+que+uno+de+mis+compa%C3%B1eros+se+preocupa+mucho+por+la+seguridad+es+que+decidimos+utilizar+svn+sobre+ssh+en+un+canal+cifrado..+normalmente+esto+se+conoce+como+%22svn+over+tuneling%22+..%0D%0A%0D%0AEntonces+est" title="Post this on Delicious" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Delicious" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -132px; border:0;"/></a></li> 

 <li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjackfiallos.com%2F2012%2F05%2F14%2Fsvnssh%2F&amp;title=SVN%2520SSH&amp;bodytext=%0D%0A%0D%0ADesde+hace+algunos+a%C3%B1os+que+utilizo+svn+y+a+raz%C3%B3n+que+uno+de+mis+compa%C3%B1eros+se+preocupa+mucho+por+la+seguridad+es+que+decidimos+utilizar+svn+sobre+ssh+en+un+canal+cifrado..+normalmente+esto+se+conoce+como+%22svn+over+tuneling%22+..%0D%0A%0D%0AEntonces+est" title="Submit this to Digg" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Digg" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -231px; border:0;"/></a></li> 

 <li><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjackfiallos.com%2F2012%2F05%2F14%2Fsvnssh%2F&amp;title=SVN%2520SSH" title="Submit this to StumbleUpon" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="StumbleUpon" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1287px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/2012/05/14/svnssh/" onclick="addBookmark(event);" title="SVN%20SSH" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Add to favorites" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -0px; border:0;"/></a></li> 

 <li><a href="mailto:subject=SVN%20SSH&amp;body=

Desde hace algunos años que utilizo svn y a razón que uno de mis compañeros se preocupa mucho por la seguridad es que decidimos utilizar svn sobre ssh en un canal cifrado.. normalmente esto se conoce como "svn over tuneling" ..

Entonces est - http://jackfiallos.com/2012/05/14/svnssh/" title="Email this" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Email" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -297px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/feed/rss/" title="Subscribe to RSS" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="RSS" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1221px; border:0;"/></a></li> 
</ul> 
<div class="wp-socializer-clearer"></div></div>
<!-- End WP Socializer - Social Buttons - Output -->
<p>No hay entradas similares a este tema.</p>]]></content:encoded>
			<wfw:commentRss>http://jackfiallos.com/2012/05/14/svnssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Celestic Project Manager 0.4.0</title>
		<link>http://jackfiallos.com/2012/03/30/celestic-project-manager-0-4-0/</link>
		<comments>http://jackfiallos.com/2012/03/30/celestic-project-manager-0-4-0/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 21:18:45 +0000</pubDate>
		<dc:creator>Jack Fiallos</dc:creator>
				<category><![CDATA[Actividades]]></category>
		<category><![CDATA[Celestic]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Noticias]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Qbit Mexhico]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[celestic]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://jackfiallos.com/?p=741</guid>
		<description><![CDATA[Ayer por la noche hize la segunda liberación del código fuente de Celestic en la version 0.4.0. Para quien aun no se entera, Celestic es un project manager especializado para llevar el control de Proyectos de software, escríto en php con Yii Framework. En esta nueva versión Celestic se han corregido muchos bugs que fueron [...]
Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2011/11/12/para-la-siguiente-liberacion-de-celestic/' rel='bookmark' title='Para la siguiente liberación de Celestic'>Para la siguiente liberación de Celestic</a></li>
<li><a href='http://jackfiallos.com/2012/02/12/lo-que-ha-ocurrido-con-celestic/' rel='bookmark' title='Lo que ha ocurrido en Celestic'>Lo que ha ocurrido en Celestic</a></li>
<li><a href='http://jackfiallos.com/2012/02/20/sproutcore-vs-the-m-project-vs-jquery-mobile/' rel='bookmark' title='SproutCore vs The-M-Project vs jQuery Mobile'>SproutCore vs The-M-Project vs jQuery Mobile</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=0fe8495ecf67ef7b922e354a69a28749&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><div class="wp-caption aligncenter" style="width: 273px"><img class=" " title="Celestic 0.4.0 release" src="http://jackfiallos.com/bblog/blogfiles/celestic.jpg" alt="Celestic 0.4.0 release" width="263" height="211" /><p class="wp-caption-text">Celestic 0.4.0 release</p></div>
<p>Ayer por la noche hize la segunda liberación del código fuente de Celestic en la version 0.4.0. Para quien aun no se entera, Celestic es un project manager especializado para llevar el control de Proyectos de software, escríto en php con Yii Framework.</p>
<p>En esta nueva versión Celestic se han corregido muchos bugs que fueron encontrados por aquellos usuarios que se dieron a la tarea de probar la herramienta, también se agregaron algunas nuevas funcionalidades y se actualizaron algunas extensiones.</p>
<p>Entre las nuevas características había pensado incluir diagramas de gantt, pero es algo que aun sigo evaluando, la integración de esta característica puede que solo sea informativa así que solo pienso crear algo más parecido a una línea de tiempo que sirva para ver el progreso de los proyectos.</p>
<p>En siguientes versiones estaré trabajar con un nuevo módulo de &#8220;Notificaciones&#8221; el cual permitira a los usuarios suscribirse o desuscribirse a los comentarios, esto con el hecho que cada usuario decida que sí o no recibiren su email.</p>
<p>Como proyecto paralelo a la aplicación web, también comencé a escribir una API que hace uso de REST, utiliza <a title="Restler" href="http://luracast.com/products/restler/">Restler</a> y <a title="phpActiveRecord" href="http://www.phpactiverecord.org/">phpActiveRecord</a>pero aun sigo evaluando otras alternativas.. lo que sí, es que será escríto también en PHP.. me hubiese gustado escribir esta API en java pero no es algo que quiera hacer.. eso de mezclar servidores no me parece buena idea.</p>
<p>En fin, el desarrollo de Celestic continua y cada actualización llegará con mejoras tanto en el código, funcionalidad y UI.</p>
<p>Pueden probarlo o descargarlo desde <a title="Qbit Labs Celestic" href="http://qbit.com mx/labs/celestic">http://qbit.com mx/labs/celestic</a></p>
<p>El anuncio oficial esta en el blog de Celestic <a href="http://qbit.com.mx/labs/celestic/blog/2012/03/30/celestic-0-4-0-is-released/">http://qbit.com.mx/labs/celestic/blog/2012/03/30/celestic-0-4-0-is-released/</a></p>
<p><span class="post_sig">Posted from WordPress for Android</span></p>

<!-- Start WP Socializer - Social Buttons - Output -->
<div class="wp-socializer 32px">
<ul class="wp-socializer-jump columns-no">
 <li><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjackfiallos.com%2F2012%2F03%2F30%2Fcelestic-project-manager-0-4-0%2F&amp;t=Celestic+Project+Manager+0.4.0" title="Share this on Facebook" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Facebook" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -330px; border:0;"/></a></li> 

 <li><a href="http://twitter.com/home?status=Celestic+Project+Manager+0.4.0%20-%20http%3A%2F%2Fjackfiallos.com%3Fp%3D741%20@jackfiallos" title="Tweet this !" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Twitter" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1386px; border:0;"/></a></li> 

 <li><a href="http://delicious.com/post?url=http%3A%2F%2Fjackfiallos.com%2F2012%2F03%2F30%2Fcelestic-project-manager-0-4-0%2F&amp;title=Celestic+Project+Manager+0.4.0&amp;notes=%0D%0A%0D%0AAyer+por+la+noche+hize+la+segunda+liberaci%C3%B3n+del+c%C3%B3digo+fuente+de+Celestic+en+la+version+0.4.0.+Para+quien+aun+no+se+entera%2C+Celestic+es+un+project+manager+especializado+para+llevar+el+control+de+Proyectos+de+software%2C+escr%C3%ADto+en+php+con+Yii+F" title="Post this on Delicious" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Delicious" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -132px; border:0;"/></a></li> 

 <li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjackfiallos.com%2F2012%2F03%2F30%2Fcelestic-project-manager-0-4-0%2F&amp;title=Celestic+Project+Manager+0.4.0&amp;bodytext=%0D%0A%0D%0AAyer+por+la+noche+hize+la+segunda+liberaci%C3%B3n+del+c%C3%B3digo+fuente+de+Celestic+en+la+version+0.4.0.+Para+quien+aun+no+se+entera%2C+Celestic+es+un+project+manager+especializado+para+llevar+el+control+de+Proyectos+de+software%2C+escr%C3%ADto+en+php+con+Yii+F" title="Submit this to Digg" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Digg" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -231px; border:0;"/></a></li> 

 <li><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjackfiallos.com%2F2012%2F03%2F30%2Fcelestic-project-manager-0-4-0%2F&amp;title=Celestic+Project+Manager+0.4.0" title="Submit this to StumbleUpon" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="StumbleUpon" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1287px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/2012/03/30/celestic-project-manager-0-4-0/" onclick="addBookmark(event);" title="Celestic Project Manager 0.4.0" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Add to favorites" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -0px; border:0;"/></a></li> 

 <li><a href="mailto:subject=Celestic Project Manager 0.4.0&amp;body=

Ayer por la noche hize la segunda liberación del código fuente de Celestic en la version 0.4.0. Para quien aun no se entera, Celestic es un project manager especializado para llevar el control de Proyectos de software, escríto en php con Yii F - http://jackfiallos.com/2012/03/30/celestic-project-manager-0-4-0/" title="Email this" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Email" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -297px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/feed/rss/" title="Subscribe to RSS" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="RSS" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1221px; border:0;"/></a></li> 
</ul> 
<div class="wp-socializer-clearer"></div></div>
<!-- End WP Socializer - Social Buttons - Output -->
<p>Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2011/11/12/para-la-siguiente-liberacion-de-celestic/' rel='bookmark' title='Para la siguiente liberación de Celestic'>Para la siguiente liberación de Celestic</a></li>
<li><a href='http://jackfiallos.com/2012/02/12/lo-que-ha-ocurrido-con-celestic/' rel='bookmark' title='Lo que ha ocurrido en Celestic'>Lo que ha ocurrido en Celestic</a></li>
<li><a href='http://jackfiallos.com/2012/02/20/sproutcore-vs-the-m-project-vs-jquery-mobile/' rel='bookmark' title='SproutCore vs The-M-Project vs jQuery Mobile'>SproutCore vs The-M-Project vs jQuery Mobile</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jackfiallos.com/2012/03/30/celestic-project-manager-0-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SproutCore vs The-M-Project vs jQuery Mobile</title>
		<link>http://jackfiallos.com/2012/02/20/sproutcore-vs-the-m-project-vs-jquery-mobile/</link>
		<comments>http://jackfiallos.com/2012/02/20/sproutcore-vs-the-m-project-vs-jquery-mobile/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 16:54:37 +0000</pubDate>
		<dc:creator>Jack Fiallos</dc:creator>
				<category><![CDATA[Actividades]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Curiosidades]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[xHTML]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[jquery-mobile]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sproutcore]]></category>
		<category><![CDATA[the-m-project]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://jackfiallos.com/?p=720</guid>
		<description><![CDATA[La semana anterior un amigo me pidió como favor escribir una aplicación muy sencilla donde pudiese llevar control sobre proyectos genéricos.. sencillo me refería a tener una lista de proyectos y que usuarios entraran a escribir comentarios sobre el avance que estaban logrando en sus trabajos.. Y fue así como decidí empezar.. me tomó un [...]
Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2010/03/28/implementando-un-todo-con-jquery-para-tu-aplicacion-web/' rel='bookmark' title='Implementando un ToDo con jQuery para tu aplicacion Web'>Implementando un ToDo con jQuery para tu aplicacion Web</a></li>
<li><a href='http://jackfiallos.com/2012/02/12/lo-que-ha-ocurrido-con-celestic/' rel='bookmark' title='Lo que ha ocurrido en Celestic'>Lo que ha ocurrido en Celestic</a></li>
<li><a href='http://jackfiallos.com/2010/12/14/utilizando-slidetoggle-de-jquery/' rel='bookmark' title='Utilizando slideToggle de jQuery'>Utilizando slideToggle de jQuery</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=0fe8495ecf67ef7b922e354a69a28749&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><div class="wp-caption aligncenter" style="width: 356px"><img title="Testing Mobile Frameworks" src="http://jackfiallos.com/bblog/blogfiles/mobileframeworks.png" alt="Testing Mobile Frameworks" width="346" height="148" /><p class="wp-caption-text">Testing Mobile Frameworks</p></div>
<p>La semana anterior un amigo me pidió como favor escribir una aplicación muy sencilla donde pudiese llevar control sobre proyectos genéricos.. sencillo me refería a tener una lista de proyectos y que usuarios entraran a escribir comentarios sobre el avance que estaban logrando en sus trabajos.. Y fue así como decidí empezar.. me tomó un poco menos de 2 días finalizarlo y este artículo sería como la historia que se desarrollo durante esos 2 días de trabajo nocturno..</p>
<p>Para empezar tenía que ser una aplicación web ya que la meta es que usuarios tuvieran acceso a la aplicación de forma remota, luego pensé en hacer algo web pero no para browsers de escritorio, sino para clientes móviles y fue ahí donde la fiesta empezó.. Busqué alternativas este tipo de aplicaciones y encontré muchos frameworks que me permitían lograr ese objetivo.. al final decidí quedarme con 3 frameworks elegidos básicamente por la comunidad que los sigue.. Entre estos 3 frameworks tomé <a title="http://sproutcore.com/" href="http://sproutcore.com/">SproutCore</a>, <a title="http://the-m-project.net/" href="http://the-m-project.net/">The-M-Project</a> y <a title="http://jquerymobile.com/" href="http://jquerymobile.com/">jQuery Mobile</a>..</p>
<p><a title="http://sproutcore.com/" href="http://sproutcore.com/">SproutCore</a> y <a title="http://the-m-project.net/" href="http://the-m-project.net/">The-M-Project</a> son muy similares, ambos frameworks construídos para trabajar bajo arquitectura MVC, javascript y Open Source.. Empecé con <a title="http://sproutcore.com/" href="http://sproutcore.com/">SproutCore</a>, ví algunos de los ejemplos y como se construyeron, pero no tardé mucho en desanimarme cuando empezaba con su instalación ya que <a title="http://sproutcore.com/" href="http://sproutcore.com/">SproutCore</a> es una gema de Ruby por lo tanto dependía fuertemente de este lenguaje para instalarlo y seguramente desarrollarlo.. No tengo nada en contra de Ruby y me gusta muchísimo para desarrollar en él.. pero buscaba un framework independiente de un lenguaje interpretado.. entonces abandoné la idea de SproutCore.</p>
<p>Luego tomé <a title="http://the-m-project.net/" href="http://the-m-project.net/">The-M-Project</a> y no tuve problemas para instalarlo, este  utiliza NodeJs y un paquete llamado Espresso que es el encargado de gestionar  la generación de los archivos y pruebas en servidor, en realidad es muy similar a <a title="http://sproutcore.com/" href="http://sproutcore.com/">SproutCore</a> en cuanto a que se necesita de una libreria de nivel superior para ejecutarlo como lo es NodeJs.. pero lo que hizo la diferencia fue que claramente decía que una vez que se tiene la aplicación y esta lista para ser enviada a producción no necesitaría ni Node, ni Espresso ya que podría exportarlo a un formato donde cualquier otro tipo de servidor podría servirlo. Entonces empecé a utilizar <a title="http://the-m-project.net/" href="http://the-m-project.net/">The-M-Project</a>, generé algunos controladores y vistas, los conecté a mi modelo de datos que de parte del servidor era REST escrito con Play Framework .. y ahí empezaron los problemas ya que el código escrito es puramente javascript y como tal no hay un validador de código que apunte que he tenido una equivocación.. entonces casi se volvería en error y prueba, por lo que quizás me tomaría el desarrollo un poco más de tiempo.. lo que tampoco estaba disponible a invertir.. entonces luego de un par de horas también lo abandoné.</p>
<p>Finalmente quedaba <a title="http://jquerymobile.com/" href="http://jquerymobile.com/">jQuery Mobile</a>.. que en realidad no lo llamaría Framework porque lo único que ofrece son componentes estilizados y una librería para trabajar con los eventos touch de los dispositivos móviles.. En fin, empecé a desarrollar algo nuevamente para esta librería y fue realmente mucho más rápido que las 2 opciones anteriores.. pero es que hay una gran diferencia.. ya que <a title="http://sproutcore.com/" href="http://sproutcore.com/">SproutCore</a> y <a title="http://the-m-project.net/" href="http://the-m-project.net/">The-M-Project</a> estan basados en javascript que luego es interpretado hacia HTML.. en cambio en <a title="http://jquerymobile.com/" href="http://jquerymobile.com/">jQuery Mobile</a> se escribe HTML como una aplicación web cualquiera por lo que la curva de aprendizaje es muy ligera.. Creo fuertemente que <a title="http://jquerymobile.com/" href="http://jquerymobile.com/">jQuery Mobile</a> es una buena alternativa para escribir prototipos, pero no aplicaciones complejas.. por cierto, <a title="http://jquerymobile.com/" href="http://jquerymobile.com/">jQuery Mobile</a> no tiene un componente datepicker para mobiles.. así es que hay evalúen bien antes de utilizarlo.</p>
<p>Al final por cuestiones de tiempo ya que solo me quedaba un par de horas para el desarrollo elegí jQuery Mobile aunque no muy convencido.. deseaba tener más olgura para probar a fondo SproutCore o The-M-Project, pero no fueron las circunstancias correctas para este mini test de frameworks para móbiles.</p>
<p>Una comparación rápida entre <a title="http://sproutcore.com/" href="http://sproutcore.com/">SproutCore</a> y <a title="http://the-m-project.net/" href="http://the-m-project.net/">The-M-Project</a>.. diría que The-M-Project es mucho más facil de comprender aunque creo que se encuentra un poco limitado por los documentos de ayuda y la falta de ejemplos o una wiki para guiar a los desarrolladores. Por otro lado SproutCore me dió la impresión de ser una herramienta muy bien desarrollada con una buena documentación, pero con una curva de aprendizaje un poco más compleja por el simple hecho de tener muchas características disponibles para desarrollar.</p>

<!-- Start WP Socializer - Social Buttons - Output -->
<div class="wp-socializer 32px">
<ul class="wp-socializer-jump columns-no">
 <li><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjackfiallos.com%2F2012%2F02%2F20%2Fsproutcore-vs-the-m-project-vs-jquery-mobile%2F&amp;t=SproutCore+vs+The-M-Project+vs+jQuery+Mobile" title="Share this on Facebook" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Facebook" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -330px; border:0;"/></a></li> 

 <li><a href="http://twitter.com/home?status=SproutCore+vs+The-M-Project+vs+jQuery+Mobile%20-%20http%3A%2F%2Fjackfiallos.com%3Fp%3D720%20@jackfiallos" title="Tweet this !" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Twitter" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1386px; border:0;"/></a></li> 

 <li><a href="http://delicious.com/post?url=http%3A%2F%2Fjackfiallos.com%2F2012%2F02%2F20%2Fsproutcore-vs-the-m-project-vs-jquery-mobile%2F&amp;title=SproutCore+vs+The-M-Project+vs+jQuery+Mobile&amp;notes=%0D%0A%0D%0ALa+semana+anterior+un+amigo+me+pidi%C3%B3+como+favor+escribir+una+aplicaci%C3%B3n+muy+sencilla+donde+pudiese+llevar+control+sobre+proyectos+gen%C3%A9ricos..+sencillo+me+refer%C3%ADa+a+tener+una+lista+de+proyectos+y+que+usuarios+entraran+a+escribir+comentarios+so" title="Post this on Delicious" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Delicious" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -132px; border:0;"/></a></li> 

 <li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjackfiallos.com%2F2012%2F02%2F20%2Fsproutcore-vs-the-m-project-vs-jquery-mobile%2F&amp;title=SproutCore+vs+The-M-Project+vs+jQuery+Mobile&amp;bodytext=%0D%0A%0D%0ALa+semana+anterior+un+amigo+me+pidi%C3%B3+como+favor+escribir+una+aplicaci%C3%B3n+muy+sencilla+donde+pudiese+llevar+control+sobre+proyectos+gen%C3%A9ricos..+sencillo+me+refer%C3%ADa+a+tener+una+lista+de+proyectos+y+que+usuarios+entraran+a+escribir+comentarios+so" title="Submit this to Digg" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Digg" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -231px; border:0;"/></a></li> 

 <li><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjackfiallos.com%2F2012%2F02%2F20%2Fsproutcore-vs-the-m-project-vs-jquery-mobile%2F&amp;title=SproutCore+vs+The-M-Project+vs+jQuery+Mobile" title="Submit this to StumbleUpon" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="StumbleUpon" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1287px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/2012/02/20/sproutcore-vs-the-m-project-vs-jquery-mobile/" onclick="addBookmark(event);" title="SproutCore vs The-M-Project vs jQuery Mobile" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Add to favorites" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -0px; border:0;"/></a></li> 

 <li><a href="mailto:subject=SproutCore vs The-M-Project vs jQuery Mobile&amp;body=

La semana anterior un amigo me pidió como favor escribir una aplicación muy sencilla donde pudiese llevar control sobre proyectos genéricos.. sencillo me refería a tener una lista de proyectos y que usuarios entraran a escribir comentarios so - http://jackfiallos.com/2012/02/20/sproutcore-vs-the-m-project-vs-jquery-mobile/" title="Email this" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Email" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -297px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/feed/rss/" title="Subscribe to RSS" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="RSS" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1221px; border:0;"/></a></li> 
</ul> 
<div class="wp-socializer-clearer"></div></div>
<!-- End WP Socializer - Social Buttons - Output -->
<p>Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2010/03/28/implementando-un-todo-con-jquery-para-tu-aplicacion-web/' rel='bookmark' title='Implementando un ToDo con jQuery para tu aplicacion Web'>Implementando un ToDo con jQuery para tu aplicacion Web</a></li>
<li><a href='http://jackfiallos.com/2012/02/12/lo-que-ha-ocurrido-con-celestic/' rel='bookmark' title='Lo que ha ocurrido en Celestic'>Lo que ha ocurrido en Celestic</a></li>
<li><a href='http://jackfiallos.com/2010/12/14/utilizando-slidetoggle-de-jquery/' rel='bookmark' title='Utilizando slideToggle de jQuery'>Utilizando slideToggle de jQuery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jackfiallos.com/2012/02/20/sproutcore-vs-the-m-project-vs-jquery-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lo que ha ocurrido en Celestic</title>
		<link>http://jackfiallos.com/2012/02/12/lo-que-ha-ocurrido-con-celestic/</link>
		<comments>http://jackfiallos.com/2012/02/12/lo-que-ha-ocurrido-con-celestic/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 05:28:19 +0000</pubDate>
		<dc:creator>Jack Fiallos</dc:creator>
				<category><![CDATA[Actividades]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Celestic]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[celestic]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[kanban]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://jackfiallos.com/?p=712</guid>
		<description><![CDATA[Han pasado muchas semanas desde la última vez que tomé el código de celestic y estuve agregando nuevas funcionalidades, así como también corriendo algunos errores. Han sido días muy ocupados por lo que el tiempo he tenido que dedicarlo en otras actividades. Este fin de semana tuve algo de tiempo libre y decidí aprovecharlo mejorando [...]
Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2011/11/12/para-la-siguiente-liberacion-de-celestic/' rel='bookmark' title='Para la siguiente liberación de Celestic'>Para la siguiente liberación de Celestic</a></li>
<li><a href='http://jackfiallos.com/2012/03/30/celestic-project-manager-0-4-0/' rel='bookmark' title='Celestic Project Manager 0.4.0'>Celestic Project Manager 0.4.0</a></li>
<li><a href='http://jackfiallos.com/2010/06/07/estrenando-extension-para-yii-framework-en-github/' rel='bookmark' title='Estrenando extension para Yii Framework en Github'>Estrenando extension para Yii Framework en Github</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=0fe8495ecf67ef7b922e354a69a28749&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><div class="wp-caption aligncenter" style="width: 310px"><img title="Celestic Project Manager" src="http://jackfiallos.com/bblog/blogfiles/celestic.png" alt="Celestic Project Manager" width="300" height="93" /><p class="wp-caption-text">Celestic Project Manager</p></div>
<p>Han pasado muchas semanas desde la última vez que tomé el código de celestic y estuve agregando nuevas funcionalidades, así como también corriendo algunos errores. Han sido días muy ocupados por lo que el tiempo he tenido que dedicarlo en otras actividades. Este fin de semana tuve algo de tiempo libre y decidí aprovecharlo mejorando y escribiendo características para Celestic.</p>
<p>Tenemos 3 nuevas traducciones (portugúes, español de españa y alemán), se corrigieron algunos problemas de incopatibilidad de caracteres y hay algunas mejoras en el aspecto visual de la aplicación. Ahora la página de inicio muestra mucha más información sobre el proyecto y la vista de kanban para tareas ahora tiene un scroll para que todas los tipos de tareas tengan un mismo tamaño.</p>
<p>Noté con el uso de que el historial de actividad nadie lo estaba revisando por lo que decidí separar los comentarios para agregar un nuevo portlet en la  barra lateral, de modo que los comentarios vayan mostrandose en tiempo real. Para lograr este cambio hice una ligera modificación a la tabla de comentarios, lo que luego me llevó a pensar que necesitaría escribir un módulo de actualización y que ahora es lo que esta en progreso.</p>
<p>Al fin después evaluar muchas tecnologías para desarrollar un cliente móvil, me decidí por tomar SproutCore y no escribir aplicaciones nativas para los teléfonos móviles, el IDE elegido será Titanium porque esta enfocado totalmente al desarrollo de aplicaciones web. También he empezado a escribir un pequeño servidor RESTful que ayudará al consumo de la aplicación móvil. Hasta ahora de REST se tiene la autenticación y la lista de proyectos y tareas, por la forma en que esta hecho el servicio y las virtudes del framework no creo que sea complicado construir las demás funciones que se necesitaran. Aunque el cliente móvil no tendrá todas las características que la aplicación web.</p>
<p><a title="http://qbit.com.mx/labs/celestic" href="http://qbit.com.mx/labs/celestic">http://qbit.com.mx/labs/celestic</a></p>

<!-- Start WP Socializer - Social Buttons - Output -->
<div class="wp-socializer 32px">
<ul class="wp-socializer-jump columns-no">
 <li><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjackfiallos.com%2F2012%2F02%2F12%2Flo-que-ha-ocurrido-con-celestic%2F&amp;t=Lo+que+ha+ocurrido+en+Celestic" title="Share this on Facebook" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Facebook" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -330px; border:0;"/></a></li> 

 <li><a href="http://twitter.com/home?status=Lo+que+ha+ocurrido+en+Celestic%20-%20http%3A%2F%2Fjackfiallos.com%3Fp%3D712%20@jackfiallos" title="Tweet this !" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Twitter" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1386px; border:0;"/></a></li> 

 <li><a href="http://delicious.com/post?url=http%3A%2F%2Fjackfiallos.com%2F2012%2F02%2F12%2Flo-que-ha-ocurrido-con-celestic%2F&amp;title=Lo+que+ha+ocurrido+en+Celestic&amp;notes=%0D%0A%0D%0AHan+pasado+muchas+semanas+desde+la+%C3%BAltima+vez+que+tom%C3%A9+el+c%C3%B3digo+de+celestic+y+estuve+agregando+nuevas+funcionalidades%2C+as%C3%AD+como+tambi%C3%A9n+corriendo+algunos+errores.+Han+sido+d%C3%ADas+muy+ocupados+por+lo+que+el+tiempo+he+tenido+que+dedicarlo+en+o" title="Post this on Delicious" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Delicious" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -132px; border:0;"/></a></li> 

 <li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjackfiallos.com%2F2012%2F02%2F12%2Flo-que-ha-ocurrido-con-celestic%2F&amp;title=Lo+que+ha+ocurrido+en+Celestic&amp;bodytext=%0D%0A%0D%0AHan+pasado+muchas+semanas+desde+la+%C3%BAltima+vez+que+tom%C3%A9+el+c%C3%B3digo+de+celestic+y+estuve+agregando+nuevas+funcionalidades%2C+as%C3%AD+como+tambi%C3%A9n+corriendo+algunos+errores.+Han+sido+d%C3%ADas+muy+ocupados+por+lo+que+el+tiempo+he+tenido+que+dedicarlo+en+o" title="Submit this to Digg" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Digg" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -231px; border:0;"/></a></li> 

 <li><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjackfiallos.com%2F2012%2F02%2F12%2Flo-que-ha-ocurrido-con-celestic%2F&amp;title=Lo+que+ha+ocurrido+en+Celestic" title="Submit this to StumbleUpon" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="StumbleUpon" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1287px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/2012/02/12/lo-que-ha-ocurrido-con-celestic/" onclick="addBookmark(event);" title="Lo que ha ocurrido en Celestic" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Add to favorites" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -0px; border:0;"/></a></li> 

 <li><a href="mailto:subject=Lo que ha ocurrido en Celestic&amp;body=

Han pasado muchas semanas desde la última vez que tomé el código de celestic y estuve agregando nuevas funcionalidades, así como también corriendo algunos errores. Han sido días muy ocupados por lo que el tiempo he tenido que dedicarlo en o - http://jackfiallos.com/2012/02/12/lo-que-ha-ocurrido-con-celestic/" title="Email this" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Email" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -297px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/feed/rss/" title="Subscribe to RSS" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="RSS" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1221px; border:0;"/></a></li> 
</ul> 
<div class="wp-socializer-clearer"></div></div>
<!-- End WP Socializer - Social Buttons - Output -->
<p>Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2011/11/12/para-la-siguiente-liberacion-de-celestic/' rel='bookmark' title='Para la siguiente liberación de Celestic'>Para la siguiente liberación de Celestic</a></li>
<li><a href='http://jackfiallos.com/2012/03/30/celestic-project-manager-0-4-0/' rel='bookmark' title='Celestic Project Manager 0.4.0'>Celestic Project Manager 0.4.0</a></li>
<li><a href='http://jackfiallos.com/2010/06/07/estrenando-extension-para-yii-framework-en-github/' rel='bookmark' title='Estrenando extension para Yii Framework en Github'>Estrenando extension para Yii Framework en Github</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jackfiallos.com/2012/02/12/lo-que-ha-ocurrido-con-celestic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canvas banner, una prueba fallida de HTML5</title>
		<link>http://jackfiallos.com/2012/01/23/canvas-banner-una-prueba-fallida-de-html5/</link>
		<comments>http://jackfiallos.com/2012/01/23/canvas-banner-una-prueba-fallida-de-html5/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 17:30:14 +0000</pubDate>
		<dc:creator>Jack Fiallos</dc:creator>
				<category><![CDATA[Actividades]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[campañas]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[Curiosidades]]></category>
		<category><![CDATA[Imagenes]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[publicidad]]></category>

		<guid isPermaLink="false">http://jackfiallos.com/?p=706</guid>
		<description><![CDATA[Hace algunos dias atrás trabaja en un banner para CalcImp, no es que me dedique a eso, pero es algo que se necesitaba en ese momento.. y si lo podía hacer, pues no me costaba ayudar para hacerlo. Inicialmente cuando pensé en baner me vino a la mente flash y las animaciones que en algun [...]
Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2009/11/16/html5-ha-llegado-lo-que-debes-saber/' rel='bookmark' title='HTML5 ha llegado, lo que debes saber'>HTML5 ha llegado, lo que debes saber</a></li>
<li><a href='http://jackfiallos.com/2008/12/12/google_y_el_futuro_de_android/' rel='bookmark' title='Google y el futuro de Android'>Google y el futuro de Android</a></li>
<li><a href='http://jackfiallos.com/2007/10/17/prueba-de-velocidad-para-frameworks-de-javascript/' rel='bookmark' title='Prueba de velocidad para Frameworks de Javascript'>Prueba de velocidad para Frameworks de Javascript</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=0fe8495ecf67ef7b922e354a69a28749&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p><img src="http://jackfiallos.com/bblog/blogfiles/images.jpeg" alt="canvas" /></p>
<p>Hace algunos dias atrás trabaja en un banner para CalcImp, no es que me dedique a eso, pero es algo que se necesitaba en ese momento.. y si lo podía hacer, pues no me costaba ayudar para hacerlo.</p>
<p>Inicialmente cuando pensé en baner me vino a la mente flash y las animaciones que en algun momento ayudaron a mejorar la presentación de la publicidad en la red, pero al mismo tiempo pensaba en los dispositivos móviles. Quería hacer algo animado, novedoso y multiplataforma.</p>
<p>Entonces tuve la disparatada idea de hacerlo con soporte para los dispositivos móviles como teléfonos, tabletas y cualquier  cosa con acceso a internet (visual).. Y para eso pense en Canvas.. busqué algunas librerías especializadas en animación y encontré unas cuantas.. pensaba que ya habría solucionado el problema pero era solo el inicio.. Basicamente canvas es soportado por los dispositivos móviles con navegadores relativamente nuevos y ahí fue donde empezó a fallar mi idea, ya que al requerir de nuevos browsers el banner quedaría limitado a un número talvés reducido de usuarios porque como es bien conocido, el sitio donde se alojaría el banner segun estadísticas tenía la mayoría de internautas utilizando IEx y conocemos bien esa historia.. aun es muy temprano para enfocarse en tecnologías multiplataforma y lo digo no porque no las tengamos, sino porque gran cantidad de internautas no actualizan sus aplicaciones.</p>
<p>Al final la idea no quedó en nada, el banner terminó siendo una transición de imágenes en formato gif y mi experimento de canvas fracasó antes de empezar.. Quizás en unos años cuando se tenga la disponibilidad de utilizar nuevos navegadores esta idea si pueda emprender el vuelo.</p>
<p><span class="post_sig">Posted from WordPress for Android</span></p>

<!-- Start WP Socializer - Social Buttons - Output -->
<div class="wp-socializer 32px">
<ul class="wp-socializer-jump columns-no">
 <li><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjackfiallos.com%2F2012%2F01%2F23%2Fcanvas-banner-una-prueba-fallida-de-html5%2F&amp;t=Canvas+banner%2C+una+prueba+fallida+de+HTML5" title="Share this on Facebook" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Facebook" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -330px; border:0;"/></a></li> 

 <li><a href="http://twitter.com/home?status=Canvas+banner%2C+una+prueba+fallida+de+HTML5%20-%20http%3A%2F%2Fjackfiallos.com%3Fp%3D706%20@jackfiallos" title="Tweet this !" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Twitter" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1386px; border:0;"/></a></li> 

 <li><a href="http://delicious.com/post?url=http%3A%2F%2Fjackfiallos.com%2F2012%2F01%2F23%2Fcanvas-banner-una-prueba-fallida-de-html5%2F&amp;title=Canvas+banner%2C+una+prueba+fallida+de+HTML5&amp;notes=%0A%0AHace+algunos+dias+atr%C3%A1s+trabaja+en+un+banner+para+CalcImp%2C+no+es+que+me+dedique+a+eso%2C+pero+es+algo+que+se+necesitaba+en+ese+momento..+y+si+lo+pod%C3%ADa+hacer%2C+pues+no+me+costaba+ayudar+para+hacerlo.%0A%0AInicialmente+cuando+pens%C3%A9+en+baner+me+vino+a+la+" title="Post this on Delicious" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Delicious" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -132px; border:0;"/></a></li> 

 <li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjackfiallos.com%2F2012%2F01%2F23%2Fcanvas-banner-una-prueba-fallida-de-html5%2F&amp;title=Canvas+banner%2C+una+prueba+fallida+de+HTML5&amp;bodytext=%0A%0AHace+algunos+dias+atr%C3%A1s+trabaja+en+un+banner+para+CalcImp%2C+no+es+que+me+dedique+a+eso%2C+pero+es+algo+que+se+necesitaba+en+ese+momento..+y+si+lo+pod%C3%ADa+hacer%2C+pues+no+me+costaba+ayudar+para+hacerlo.%0A%0AInicialmente+cuando+pens%C3%A9+en+baner+me+vino+a+la+" title="Submit this to Digg" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Digg" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -231px; border:0;"/></a></li> 

 <li><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjackfiallos.com%2F2012%2F01%2F23%2Fcanvas-banner-una-prueba-fallida-de-html5%2F&amp;title=Canvas+banner%2C+una+prueba+fallida+de+HTML5" title="Submit this to StumbleUpon" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="StumbleUpon" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1287px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/2012/01/23/canvas-banner-una-prueba-fallida-de-html5/" onclick="addBookmark(event);" title="Canvas banner, una prueba fallida de HTML5" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Add to favorites" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -0px; border:0;"/></a></li> 

 <li><a href="mailto:subject=Canvas banner, una prueba fallida de HTML5&amp;body=

Hace algunos dias atrás trabaja en un banner para CalcImp, no es que me dedique a eso, pero es algo que se necesitaba en ese momento.. y si lo podía hacer, pues no me costaba ayudar para hacerlo.

Inicialmente cuando pensé en baner me vino a la  - http://jackfiallos.com/2012/01/23/canvas-banner-una-prueba-fallida-de-html5/" title="Email this" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Email" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -297px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/feed/rss/" title="Subscribe to RSS" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="RSS" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1221px; border:0;"/></a></li> 
</ul> 
<div class="wp-socializer-clearer"></div></div>
<!-- End WP Socializer - Social Buttons - Output -->
<p>Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2009/11/16/html5-ha-llegado-lo-que-debes-saber/' rel='bookmark' title='HTML5 ha llegado, lo que debes saber'>HTML5 ha llegado, lo que debes saber</a></li>
<li><a href='http://jackfiallos.com/2008/12/12/google_y_el_futuro_de_android/' rel='bookmark' title='Google y el futuro de Android'>Google y el futuro de Android</a></li>
<li><a href='http://jackfiallos.com/2007/10/17/prueba-de-velocidad-para-frameworks-de-javascript/' rel='bookmark' title='Prueba de velocidad para Frameworks de Javascript'>Prueba de velocidad para Frameworks de Javascript</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jackfiallos.com/2012/01/23/canvas-banner-una-prueba-fallida-de-html5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Participando en OpendataMX DALMexico</title>
		<link>http://jackfiallos.com/2011/12/04/participando-en-opendatamx-dalmexico/</link>
		<comments>http://jackfiallos.com/2011/12/04/participando-en-opendatamx-dalmexico/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 20:31:39 +0000</pubDate>
		<dc:creator>Jack Fiallos</dc:creator>
				<category><![CDATA[Actividades]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[Noticias]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[Qbit Mexhico]]></category>
		<category><![CDATA[citivox]]></category>
		<category><![CDATA[civic hacking]]></category>
		<category><![CDATA[dal]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[heatmaps]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[mexhico]]></category>
		<category><![CDATA[opendata]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[qbit]]></category>

		<guid isPermaLink="false">http://jackfiallos.com/?p=690</guid>
		<description><![CDATA[Ya tenía mucho tiempo desde que no participaba en eventos sociales donde grupos de desarrolladores, (hackers) cívicos o interesados en tecnología se reúnen para crear aplicaciones sociales, startups o simplemente reunirse para aprender algo nuevo o generar sinergia. El evento en general estuvo muy bien organizado y los datos aunque en el momento de liberación [...]
Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2010/06/03/en-nuestro-laboratorio-nace-rfc-validator/' rel='bookmark' title='En nuestro laboratorio nace RFC Validator'>En nuestro laboratorio nace RFC Validator</a></li>
<li><a href='http://jackfiallos.com/2010/12/14/utilizando-slidetoggle-de-jquery/' rel='bookmark' title='Utilizando slideToggle de jQuery'>Utilizando slideToggle de jQuery</a></li>
<li><a href='http://jackfiallos.com/2010/05/09/las-redes-sociales-nos-informan-y-alimentan-el-morbo/' rel='bookmark' title='Las redes sociales nos informan y alimentan el morbo'>Las redes sociales nos informan y alimentan el morbo</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=0fe8495ecf67ef7b922e354a69a28749&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><div class="wp-caption aligncenter" style="width: 320px"><img title="Desarrollando America Latina" src="http://jackfiallos.com/bblog/blogfiles/dal.png" alt="Desarrollando America Latina" width="310" height="149" /><p class="wp-caption-text">Desarrollando America Latina</p></div>
<p>Ya tenía mucho tiempo desde que no participaba en eventos sociales donde grupos de desarrolladores, (hackers) cívicos o interesados en tecnología se reúnen para crear aplicaciones sociales, startups o simplemente reunirse para aprender algo nuevo o generar sinergia.</p>
<p>El evento en general estuvo muy bien organizado y los datos aunque en el momento de liberación no había mucho que elegir, al llegar y relacionarse con la gente, casi de forma inmediata salían nuevas ideas y formas de obtener información. Nuestro grupo se preparo eligiendo la tecnología, generando algunas ideas y seleccionando la información, todo parecía incierto al inicio pero una vez en el evento empezamos a descubrir la gran cantidad de personas que estaban listos para desarrollar aplicaciones que implicaban el uso de mapas geográficos. Nuestra idea tenía ese giro y lo cambiamos de un momento a otro en una decisión de hacer algo nuevo y que les pudiera servir a los demás.</p>
<p>Así es como ideamos no una aplicación, sino un plugin o script que generará mediante un mapa de calor estadísticas sobre eventos que ocurren durante determinados lapsos de tiempo. Al empezar pensamos que podría ser para seguridad, pero mediante conversaba con compañeros empezaba a encontrar nuevas formas de uso que podrían beneficiar tanto a los gobiernos como a las personas. Mis compañeros y yo nos encerramos y logramos desarrollar en alrededor de unas 18 horas seguidas el pequeño conector que sabríamos que muchos podrían integrar en sus sitios al mismo tiempo que lo alimentarían.</p>
<p>El día ha terminado, la presentación de los proyectos ya esta en marcha.. estamos muy cansados pero al mismo tiempo contentos de haber desarrollado una herramienta tan poderosa en tan poco tiempo. Ahora el código está disponible en github para la descarga.. básicamente es un solo archivo con unas 400 lineas de código el que hace la magia de la visualización. Quizás lo continuemos en nuestro tiempo libre o tal vez esperemos que alguien interesado en mejorarlo decida tomarlo y no dejar que se llene de telarañas.</p>
<p>Nos vamos con la idea que hacer aplicaciones sociales, públicas o privadas no lo es todo.. y que podemos ayudar a la sociedad creando aplicaciones que generen un beneficio a los demás.</p>

<!-- Start WP Socializer - Social Buttons - Output -->
<div class="wp-socializer 32px">
<ul class="wp-socializer-jump columns-no">
 <li><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjackfiallos.com%2F2011%2F12%2F04%2Fparticipando-en-opendatamx-dalmexico%2F&amp;t=Participando+en+OpendataMX+DALMexico" title="Share this on Facebook" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Facebook" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -330px; border:0;"/></a></li> 

 <li><a href="http://twitter.com/home?status=Participando+en+OpendataMX+DALMexico%20-%20http%3A%2F%2Fjackfiallos.com%3Fp%3D690%20@jackfiallos" title="Tweet this !" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Twitter" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1386px; border:0;"/></a></li> 

 <li><a href="http://delicious.com/post?url=http%3A%2F%2Fjackfiallos.com%2F2011%2F12%2F04%2Fparticipando-en-opendatamx-dalmexico%2F&amp;title=Participando+en+OpendataMX+DALMexico&amp;notes=%0D%0A%0D%0AYa+ten%C3%ADa+mucho+tiempo+desde+que+no+participaba+en+eventos+sociales+donde+grupos+de+desarrolladores%2C+%28hackers%29+c%C3%ADvicos+o+interesados+en+tecnolog%C3%ADa+se+re%C3%BAnen+para+crear+aplicaciones+sociales%2C+startups+o+simplemente+reunirse+para+aprender+algo+n" title="Post this on Delicious" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Delicious" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -132px; border:0;"/></a></li> 

 <li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjackfiallos.com%2F2011%2F12%2F04%2Fparticipando-en-opendatamx-dalmexico%2F&amp;title=Participando+en+OpendataMX+DALMexico&amp;bodytext=%0D%0A%0D%0AYa+ten%C3%ADa+mucho+tiempo+desde+que+no+participaba+en+eventos+sociales+donde+grupos+de+desarrolladores%2C+%28hackers%29+c%C3%ADvicos+o+interesados+en+tecnolog%C3%ADa+se+re%C3%BAnen+para+crear+aplicaciones+sociales%2C+startups+o+simplemente+reunirse+para+aprender+algo+n" title="Submit this to Digg" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Digg" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -231px; border:0;"/></a></li> 

 <li><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjackfiallos.com%2F2011%2F12%2F04%2Fparticipando-en-opendatamx-dalmexico%2F&amp;title=Participando+en+OpendataMX+DALMexico" title="Submit this to StumbleUpon" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="StumbleUpon" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1287px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/2011/12/04/participando-en-opendatamx-dalmexico/" onclick="addBookmark(event);" title="Participando en OpendataMX DALMexico" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Add to favorites" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -0px; border:0;"/></a></li> 

 <li><a href="mailto:subject=Participando en OpendataMX DALMexico&amp;body=

Ya tenía mucho tiempo desde que no participaba en eventos sociales donde grupos de desarrolladores, (hackers) cívicos o interesados en tecnología se reúnen para crear aplicaciones sociales, startups o simplemente reunirse para aprender algo n - http://jackfiallos.com/2011/12/04/participando-en-opendatamx-dalmexico/" title="Email this" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Email" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -297px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/feed/rss/" title="Subscribe to RSS" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="RSS" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1221px; border:0;"/></a></li> 
</ul> 
<div class="wp-socializer-clearer"></div></div>
<!-- End WP Socializer - Social Buttons - Output -->
<p>Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2010/06/03/en-nuestro-laboratorio-nace-rfc-validator/' rel='bookmark' title='En nuestro laboratorio nace RFC Validator'>En nuestro laboratorio nace RFC Validator</a></li>
<li><a href='http://jackfiallos.com/2010/12/14/utilizando-slidetoggle-de-jquery/' rel='bookmark' title='Utilizando slideToggle de jQuery'>Utilizando slideToggle de jQuery</a></li>
<li><a href='http://jackfiallos.com/2010/05/09/las-redes-sociales-nos-informan-y-alimentan-el-morbo/' rel='bookmark' title='Las redes sociales nos informan y alimentan el morbo'>Las redes sociales nos informan y alimentan el morbo</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jackfiallos.com/2011/12/04/participando-en-opendatamx-dalmexico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Para la siguiente liberación de Celestic</title>
		<link>http://jackfiallos.com/2011/11/12/para-la-siguiente-liberacion-de-celestic/</link>
		<comments>http://jackfiallos.com/2011/11/12/para-la-siguiente-liberacion-de-celestic/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 19:38:05 +0000</pubDate>
		<dc:creator>Jack Fiallos</dc:creator>
				<category><![CDATA[Actividades]]></category>
		<category><![CDATA[Celestic]]></category>
		<category><![CDATA[Curiosidades]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mexhico]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Qbit Mexhico]]></category>
		<category><![CDATA[Servicios]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[xHTML]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[administracion]]></category>
		<category><![CDATA[celestic]]></category>
		<category><![CDATA[desarrollo]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[proyectos]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://jackfiallos.com/?p=688</guid>
		<description><![CDATA[Hay muchas cosas que tengo en mente desarrollar para mejorar Celestic, incluyendo la forma en que se estan desarrollando los proyectos de software y aún más importante las méticas de visualización que guían a un buen Project Manager, por lo que para la siguiente versión de Celestic estaré trabajando en las siguientes características: Finalizar la [...]
Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2012/02/12/lo-que-ha-ocurrido-con-celestic/' rel='bookmark' title='Lo que ha ocurrido en Celestic'>Lo que ha ocurrido en Celestic</a></li>
<li><a href='http://jackfiallos.com/2012/03/30/celestic-project-manager-0-4-0/' rel='bookmark' title='Celestic Project Manager 0.4.0'>Celestic Project Manager 0.4.0</a></li>
<li><a href='http://jackfiallos.com/2010/11/19/ciclo-de-vida-de-una-aplicacion-web-utilizando-un-framework-mvc/' rel='bookmark' title='Ciclo de vida de una aplicacion web utilizando un framework MVC'>Ciclo de vida de una aplicacion web utilizando un framework MVC</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=0fe8495ecf67ef7b922e354a69a28749&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><div class="wp-caption aligncenter" style="width: 310px"><a href="http://qbit.com.mx/labs/celestic"><img class="  " title="Celestic Project Manager" src="http://jackfiallos.com/bblog/blogfiles/celestic.png" alt="Celestic Project Manager" width="300" height="93" /></a><p class="wp-caption-text">Celestic Project Manager</p></div>
<p>Hay muchas cosas que tengo en mente desarrollar para mejorar Celestic, incluyendo la forma en que se estan desarrollando los proyectos de software y aún más importante las méticas de visualización que guían a un buen Project Manager, por lo que para la siguiente versión de Celestic estaré trabajando en las siguientes características:</p>
<ul>
<li>Finalizar la traducción al Portugués</li>
<li>Agregar la traduccion al Alemán (Gracias a Lars Wohlfahrt)</li>
<li>Agregar suscripciones en los módulos y se harán mejoras en el sistema de notificación via email</li>
<li>Notificaciones en tiempo real</li>
<li>Timeline basado en el historial de eventos ocurridos durante el proyecto</li>
<li>La licencia cambiará de GPL3 a GPL2, creemos que GPL3 no es lo más óptimo para quienes utilizan la herramienta</li>
<li>Modificacion las tareas para agregar un nuevo módulo llamado &#8220;Tickets&#8221; el cual permitira reportar errores o solicitar nuevas caracteristicas</li>
<li>Desarrollaré una API para desarrollar aplicaciones móviles (Webservices  SOAP Interface)</li>
</ul>

<!-- Start WP Socializer - Social Buttons - Output -->
<div class="wp-socializer 32px">
<ul class="wp-socializer-jump columns-no">
 <li><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjackfiallos.com%2F2011%2F11%2F12%2Fpara-la-siguiente-liberacion-de-celestic%2F&amp;t=Para+la+siguiente+liberaci%C3%B3n+de+Celestic" title="Share this on Facebook" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Facebook" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -330px; border:0;"/></a></li> 

 <li><a href="http://twitter.com/home?status=Para+la+siguiente+liberaci%C3%B3n+de+Celestic%20-%20http%3A%2F%2Fjackfiallos.com%3Fp%3D688%20@jackfiallos" title="Tweet this !" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Twitter" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1386px; border:0;"/></a></li> 

 <li><a href="http://delicious.com/post?url=http%3A%2F%2Fjackfiallos.com%2F2011%2F11%2F12%2Fpara-la-siguiente-liberacion-de-celestic%2F&amp;title=Para+la+siguiente+liberaci%C3%B3n+de+Celestic&amp;notes=%0D%0A%0D%0AHay+muchas+cosas+que+tengo+en+mente+desarrollar+para+mejorar+Celestic%2C+incluyendo+la+forma+en+que+se+estan+desarrollando+los+proyectos+de+software+y+a%C3%BAn+m%C3%A1s+importante+las+m%C3%A9ticas+de+visualizaci%C3%B3n+que+gu%C3%ADan+a+un+buen+Project+Manager%2C+por+lo+" title="Post this on Delicious" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Delicious" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -132px; border:0;"/></a></li> 

 <li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjackfiallos.com%2F2011%2F11%2F12%2Fpara-la-siguiente-liberacion-de-celestic%2F&amp;title=Para+la+siguiente+liberaci%C3%B3n+de+Celestic&amp;bodytext=%0D%0A%0D%0AHay+muchas+cosas+que+tengo+en+mente+desarrollar+para+mejorar+Celestic%2C+incluyendo+la+forma+en+que+se+estan+desarrollando+los+proyectos+de+software+y+a%C3%BAn+m%C3%A1s+importante+las+m%C3%A9ticas+de+visualizaci%C3%B3n+que+gu%C3%ADan+a+un+buen+Project+Manager%2C+por+lo+" title="Submit this to Digg" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Digg" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -231px; border:0;"/></a></li> 

 <li><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjackfiallos.com%2F2011%2F11%2F12%2Fpara-la-siguiente-liberacion-de-celestic%2F&amp;title=Para+la+siguiente+liberaci%C3%B3n+de+Celestic" title="Submit this to StumbleUpon" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="StumbleUpon" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1287px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/2011/11/12/para-la-siguiente-liberacion-de-celestic/" onclick="addBookmark(event);" title="Para la siguiente liberación de Celestic" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Add to favorites" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -0px; border:0;"/></a></li> 

 <li><a href="mailto:subject=Para la siguiente liberación de Celestic&amp;body=

Hay muchas cosas que tengo en mente desarrollar para mejorar Celestic, incluyendo la forma en que se estan desarrollando los proyectos de software y aún más importante las méticas de visualización que guían a un buen Project Manager, por lo  - http://jackfiallos.com/2011/11/12/para-la-siguiente-liberacion-de-celestic/" title="Email this" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Email" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -297px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/feed/rss/" title="Subscribe to RSS" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="RSS" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1221px; border:0;"/></a></li> 
</ul> 
<div class="wp-socializer-clearer"></div></div>
<!-- End WP Socializer - Social Buttons - Output -->
<p>Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2012/02/12/lo-que-ha-ocurrido-con-celestic/' rel='bookmark' title='Lo que ha ocurrido en Celestic'>Lo que ha ocurrido en Celestic</a></li>
<li><a href='http://jackfiallos.com/2012/03/30/celestic-project-manager-0-4-0/' rel='bookmark' title='Celestic Project Manager 0.4.0'>Celestic Project Manager 0.4.0</a></li>
<li><a href='http://jackfiallos.com/2010/11/19/ciclo-de-vida-de-una-aplicacion-web-utilizando-un-framework-mvc/' rel='bookmark' title='Ciclo de vida de una aplicacion web utilizando un framework MVC'>Ciclo de vida de una aplicacion web utilizando un framework MVC</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jackfiallos.com/2011/11/12/para-la-siguiente-liberacion-de-celestic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flatiron Texture Baking Maxscript</title>
		<link>http://jackfiallos.com/2011/10/05/flatiron-texture-baking-maxscript/</link>
		<comments>http://jackfiallos.com/2011/10/05/flatiron-texture-baking-maxscript/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 18:14:56 +0000</pubDate>
		<dc:creator>Jack Fiallos</dc:creator>
				<category><![CDATA[3D Max]]></category>
		<category><![CDATA[Actividades]]></category>
		<category><![CDATA[Maxscript]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[3dmax]]></category>
		<category><![CDATA[baking]]></category>
		<category><![CDATA[flatiron]]></category>
		<category><![CDATA[maxscript]]></category>
		<category><![CDATA[studio max]]></category>
		<category><![CDATA[texture]]></category>

		<guid isPermaLink="false">http://jackfiallos.com/?p=670</guid>
		<description><![CDATA[Parte de lo que hago es trabajar con 3D Max y muchas de las tareas que hago son mecánicas, algunas veces tediosas y aburridas.. En mi caso utilizo Flatiron que es un plugin para generar &#8220;Render to Texture&#8221; el cual es capaz generar escenas completas o selecciones de objetos en un mapa UV solo con [...]
Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2010/09/14/type-resource-exporter-neoaxis-y-3d-studio/' rel='bookmark' title='.Type Resource Exporter (Neoaxis y 3D Studio)'>.Type Resource Exporter (Neoaxis y 3D Studio)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=0fe8495ecf67ef7b922e354a69a28749&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><div class="wp-caption aligncenter" style="width: 402px"><img alt="Flatiron Texture Baking" src="http://jackfiallos.com/bblog/blogfiles/flatiron.jpg" title="Flatiron Texture Baking" width="392" height="246" /><p class="wp-caption-text">Flatiron Texture Baking</p></div>
<p>Parte de lo que hago es trabajar con 3D Max y muchas de las tareas que hago son mecánicas, algunas veces tediosas y aburridas.. En mi caso utilizo Flatiron que es un plugin para generar &#8220;Render to Texture&#8221; el cual es capaz generar escenas completas o selecciones de objetos en un mapa UV solo con unos cuantos clicks. Aquí el problema es que se debe de generar el render por cada elemento manualmente y ahi es donde no se vuelve tan interesante la herramienta.</p>
<p>Este script recorre todos los objetos de una escena y genera texturas utilizando todos los espacios disponibles en el tamaño de una imagen, lo aclaro porque cuando se utiliza el &#8220;Render to Texture&#8221; de 3D Max se desperdicia mucho espacio en la imagen generada.</p>
<p>Para probarlo, simplemente crean un nuevo script desde el menu de 3D Max &#8211; MAXScript &#8211; New Script, pegan el codigo siguiente.. y presionan la combinación de teclas CTRL+E .. automaticamente el script empezara a funcionar, generando la envoltura y el render de acuerdo al nombre del objeto. Se puede aun mejorar mucho más, pero básicamente así funciona.</p>

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;">for numNodesgeometry in geometry <span style="color: #b1b100;">do</span>
<span style="color: #66cc66;">&#40;</span>
   select numNodesgeometry
   Flatiron<span style="color: #66cc66;">.</span>reset<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
   Flatiron<span style="color: #66cc66;">.</span>map_channel <span style="color: #66cc66;">=</span> <span style="color: #cc66cc;">1</span>
   Flatiron<span style="color: #66cc66;">.</span>stretch <span style="color: #66cc66;">=</span> <span style="color: #cc66cc;">0.1</span>
   Flatiron<span style="color: #66cc66;">.</span>padding <span style="color: #66cc66;">=</span> <span style="color: #cc66cc;">4</span>
   Flatiron<span style="color: #66cc66;">.</span>width <span style="color: #66cc66;">=</span> <span style="color: #cc66cc;">350</span>
   Flatiron<span style="color: #66cc66;">.</span>height <span style="color: #66cc66;">=</span> <span style="color: #cc66cc;">350</span>
   Flatiron<span style="color: #66cc66;">.</span>use_grooves <span style="color: #66cc66;">=</span> true
   Flatiron<span style="color: #66cc66;">.</span>groove_angle <span style="color: #66cc66;">=</span> <span style="color: #cc66cc;">90</span>
   Flatiron<span style="color: #66cc66;">.</span>use_ridges <span style="color: #66cc66;">=</span> true
   Flatiron<span style="color: #66cc66;">.</span>ridge_angle <span style="color: #66cc66;">=</span> <span style="color: #cc66cc;">90</span>
   Flatiron<span style="color: #66cc66;">.</span>overlap <span style="color: #66cc66;">=</span> <span style="color: #cc66cc;">2</span>
   Flatiron<span style="color: #66cc66;">.</span>illumination <span style="color: #66cc66;">=</span> true
   Flatiron<span style="color: #66cc66;">.</span>composite <span style="color: #66cc66;">=</span> true
   Flatiron<span style="color: #66cc66;">.</span>output <span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;C:<span style="color: #000099; font-weight: bold;">\\</span>&quot;</span><span style="color: #66cc66;"> + </span>numNodesgeometry<span style="color: #66cc66;">.</span><span style="color: #b1b100;">name</span><span style="color: #66cc66;"> + </span><span style="color: #ff0000;">&quot;.png&quot;</span><span style="color: #66cc66;">&#41;</span>
   Flatiron<span style="color: #66cc66;">.</span>element_str <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">&quot;Ambient Occlusion&quot;</span>
   Flatiron<span style="color: #66cc66;">.</span>slot <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">&quot;Diffuse Color&quot;</span>
   Flatiron<span style="color: #66cc66;">.</span>use_shell <span style="color: #66cc66;">=</span> true
   Flatiron<span style="color: #66cc66;">.</span>preview <span style="color: #66cc66;">=</span> false
   Flatiron<span style="color: #66cc66;">.</span>unwrap<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
   Flatiron<span style="color: #66cc66;">.</span>bake false
<span style="color: #66cc66;">&#41;</span></pre></div></div>


<!-- Start WP Socializer - Social Buttons - Output -->
<div class="wp-socializer 32px">
<ul class="wp-socializer-jump columns-no">
 <li><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjackfiallos.com%2F2011%2F10%2F05%2Fflatiron-texture-baking-maxscript%2F&amp;t=Flatiron+Texture+Baking+Maxscript" title="Share this on Facebook" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Facebook" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -330px; border:0;"/></a></li> 

 <li><a href="http://twitter.com/home?status=Flatiron+Texture+Baking+Maxscript%20-%20http%3A%2F%2Fjackfiallos.com%3Fp%3D670%20@jackfiallos" title="Tweet this !" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Twitter" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1386px; border:0;"/></a></li> 

 <li><a href="http://delicious.com/post?url=http%3A%2F%2Fjackfiallos.com%2F2011%2F10%2F05%2Fflatiron-texture-baking-maxscript%2F&amp;title=Flatiron+Texture+Baking+Maxscript&amp;notes=%0D%0A%0D%0AParte+de+lo+que+hago+es+trabajar+con+3D+Max+y+muchas+de+las+tareas+que+hago+son+mec%C3%A1nicas%2C+algunas+veces+tediosas+y+aburridas..+En+mi+caso+utilizo+Flatiron+que+es+un+plugin+para+generar+%22Render+to+Texture%22+el+cual+es+capaz+generar+escenas+comple" title="Post this on Delicious" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Delicious" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -132px; border:0;"/></a></li> 

 <li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjackfiallos.com%2F2011%2F10%2F05%2Fflatiron-texture-baking-maxscript%2F&amp;title=Flatiron+Texture+Baking+Maxscript&amp;bodytext=%0D%0A%0D%0AParte+de+lo+que+hago+es+trabajar+con+3D+Max+y+muchas+de+las+tareas+que+hago+son+mec%C3%A1nicas%2C+algunas+veces+tediosas+y+aburridas..+En+mi+caso+utilizo+Flatiron+que+es+un+plugin+para+generar+%22Render+to+Texture%22+el+cual+es+capaz+generar+escenas+comple" title="Submit this to Digg" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Digg" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -231px; border:0;"/></a></li> 

 <li><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjackfiallos.com%2F2011%2F10%2F05%2Fflatiron-texture-baking-maxscript%2F&amp;title=Flatiron+Texture+Baking+Maxscript" title="Submit this to StumbleUpon" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="StumbleUpon" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1287px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/2011/10/05/flatiron-texture-baking-maxscript/" onclick="addBookmark(event);" title="Flatiron Texture Baking Maxscript" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Add to favorites" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -0px; border:0;"/></a></li> 

 <li><a href="mailto:subject=Flatiron Texture Baking Maxscript&amp;body=

Parte de lo que hago es trabajar con 3D Max y muchas de las tareas que hago son mecánicas, algunas veces tediosas y aburridas.. En mi caso utilizo Flatiron que es un plugin para generar "Render to Texture" el cual es capaz generar escenas comple - http://jackfiallos.com/2011/10/05/flatiron-texture-baking-maxscript/" title="Email this" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Email" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -297px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/feed/rss/" title="Subscribe to RSS" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="RSS" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1221px; border:0;"/></a></li> 
</ul> 
<div class="wp-socializer-clearer"></div></div>
<!-- End WP Socializer - Social Buttons - Output -->
<p>Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2010/09/14/type-resource-exporter-neoaxis-y-3d-studio/' rel='bookmark' title='.Type Resource Exporter (Neoaxis y 3D Studio)'>.Type Resource Exporter (Neoaxis y 3D Studio)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jackfiallos.com/2011/10/05/flatiron-texture-baking-maxscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Specified VM install not found, errorcillo jugueton</title>
		<link>http://jackfiallos.com/2011/08/26/specified-vm-install-not-found-errorcillo-jugueton/</link>
		<comments>http://jackfiallos.com/2011/08/26/specified-vm-install-not-found-errorcillo-jugueton/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 00:53:38 +0000</pubDate>
		<dc:creator>Jack Fiallos</dc:creator>
				<category><![CDATA[Actividades]]></category>
		<category><![CDATA[Curiosidades]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[respuestas]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[java-6-sun]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[vm]]></category>

		<guid isPermaLink="false">http://jackfiallos.com/?p=659</guid>
		<description><![CDATA[Eclipse en mi linux es la mejor herramienta que he encontrado para desarrollar en diferentes lenguajes, gracias a sus multiples plugins consigo desarrollar en java, php y ruby.. Ya tenía bastantes semanas desde que no lo utilizaba con java, por lo que podría decir que estaba entelarañada una aplicación que desarrollo en colaboración con @carlosHT [...]
Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2011/05/17/tomcat-eclipse-plugin-en-linux/' rel='bookmark' title='Tomcat eclipse plugin en linux'>Tomcat eclipse plugin en linux</a></li>
<li><a href='http://jackfiallos.com/2009/09/16/noclassdeffounderror-o-bad-version-number-in-class-error-al-actualizar/' rel='bookmark' title='NoClassDefFoundError o Bad version number in .class (Error al actualizar)'>NoClassDefFoundError o Bad version number in .class (Error al actualizar)</a></li>
<li><a href='http://jackfiallos.com/2010/04/22/quantumdb-integra-un-cliente-de-bd-un-a-tu-entorno-de-desarrollo-en-eclipse/' rel='bookmark' title='QuantumDB integra un cliente de BD un a tu entorno de desarrollo en Eclipse'>QuantumDB integra un cliente de BD un a tu entorno de desarrollo en Eclipse</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=0fe8495ecf67ef7b922e354a69a28749&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 342px"><img title="Specified VM install not found" src="http://jackfiallos.com/bblog/blogfiles/eclipse_vm_not_found.png" alt="Specified VM install not found" width="332" height="127" /><p class="wp-caption-text">Specified VM install not found</p></div>
<p>Eclipse en mi linux es la mejor herramienta que he encontrado para desarrollar en diferentes lenguajes, gracias a sus multiples plugins consigo desarrollar en java, php y ruby.. Ya tenía bastantes semanas desde que no lo utilizaba con java, por lo que podría decir que estaba entelarañada una aplicación que desarrollo en colaboración con <a title="http://twitter.com/#!/carlosHT" href="http://twitter.com/#!/carlosHT">@carlosHT</a> .. en fin.. hice lo que normalmente hago.. Actualizar del repositorio, levantar el servidor de apache, compilar la aplicación y hacer las distribuciones  para su publicacion.. pero al hacer el &#8220;compile&#8221; desde el Ant .. un error molesto no me lo permitía.. <strong>&#8220;Specified VM install not found: type Standard VM, name java-6-sun-1.6.0.xx&#8221;</strong></p>
<p>Supongo que la versión del VM de java puede variar segun lo que tengan instalado.. entonces empezó mi búsqueda para solucionarlo.. verificando si la versión que tenia instalada coincidia con la del error.. si eclipse estaba utilizando la versión instalada y si el compiler estaba usando la versión correcta.. y nada!! todo parecía estar en orden..</p>
<p>Pero después de minutos de búsqueda.. Sorpresa!! ya había dado con el problema.. y era por un archivo de configuración de mi proyecto en eclipse.. especificamente hablando de *.build.xml.launch .. y la solución más fácil que nada.. <strong>&#8220;Borrarlo&#8221;</strong>, claro que con el eclipse cerrado.</p>
<p>Al abrir nuevamente eclipse este archivo se volverá a generar, generando la línea correcta del VM. La ubicación de este archivo es:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">workspace<span style="color: #000000; font-weight: bold;">/</span>.metadata<span style="color: #000000; font-weight: bold;">/</span>.plugins<span style="color: #000000; font-weight: bold;">/</span>org.eclipse.debug.core<span style="color: #000000; font-weight: bold;">/</span>.launches<span style="color: #000000; font-weight: bold;">/*</span>.launch</pre></div></div>

<p>Y la línea molesta es:</p>
<p>&lt;stringAttribute key=&#8221;org.eclipse.jdt.launching.VM_INSTALL_NAME&#8221; value=&#8221;java-6-sun-1.6.0.xx&#8221;/&gt;</p>

<!-- Start WP Socializer - Social Buttons - Output -->
<div class="wp-socializer 32px">
<ul class="wp-socializer-jump columns-no">
 <li><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjackfiallos.com%2F2011%2F08%2F26%2Fspecified-vm-install-not-found-errorcillo-jugueton%2F&amp;t=Specified+VM+install+not+found%2C+errorcillo+jugueton" title="Share this on Facebook" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Facebook" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -330px; border:0;"/></a></li> 

 <li><a href="http://twitter.com/home?status=Specified+VM+install+not+found%2C+errorcillo+jugueton%20-%20http%3A%2F%2Fjackfiallos.com%3Fp%3D659%20@jackfiallos" title="Tweet this !" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Twitter" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1386px; border:0;"/></a></li> 

 <li><a href="http://delicious.com/post?url=http%3A%2F%2Fjackfiallos.com%2F2011%2F08%2F26%2Fspecified-vm-install-not-found-errorcillo-jugueton%2F&amp;title=Specified+VM+install+not+found%2C+errorcillo+jugueton&amp;notes=%0D%0A%0D%0A%0D%0A%0D%0A%0D%0AEclipse+en+mi+linux+es+la+mejor+herramienta+que+he+encontrado+para+desarrollar+en+diferentes+lenguajes%2C+gracias+a+sus+multiples+plugins+consigo+desarrollar+en+java%2C+php+y+ruby..+Ya+ten%C3%ADa+bastantes+semanas+desde+que+no+lo+utilizaba+con+java" title="Post this on Delicious" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Delicious" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -132px; border:0;"/></a></li> 

 <li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjackfiallos.com%2F2011%2F08%2F26%2Fspecified-vm-install-not-found-errorcillo-jugueton%2F&amp;title=Specified+VM+install+not+found%2C+errorcillo+jugueton&amp;bodytext=%0D%0A%0D%0A%0D%0A%0D%0A%0D%0AEclipse+en+mi+linux+es+la+mejor+herramienta+que+he+encontrado+para+desarrollar+en+diferentes+lenguajes%2C+gracias+a+sus+multiples+plugins+consigo+desarrollar+en+java%2C+php+y+ruby..+Ya+ten%C3%ADa+bastantes+semanas+desde+que+no+lo+utilizaba+con+java" title="Submit this to Digg" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Digg" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -231px; border:0;"/></a></li> 

 <li><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjackfiallos.com%2F2011%2F08%2F26%2Fspecified-vm-install-not-found-errorcillo-jugueton%2F&amp;title=Specified+VM+install+not+found%2C+errorcillo+jugueton" title="Submit this to StumbleUpon" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="StumbleUpon" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1287px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/2011/08/26/specified-vm-install-not-found-errorcillo-jugueton/" onclick="addBookmark(event);" title="Specified VM install not found, errorcillo jugueton" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Add to favorites" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -0px; border:0;"/></a></li> 

 <li><a href="mailto:subject=Specified VM install not found, errorcillo jugueton&amp;body=




Eclipse en mi linux es la mejor herramienta que he encontrado para desarrollar en diferentes lenguajes, gracias a sus multiples plugins consigo desarrollar en java, php y ruby.. Ya tenía bastantes semanas desde que no lo utilizaba con java - http://jackfiallos.com/2011/08/26/specified-vm-install-not-found-errorcillo-jugueton/" title="Email this" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Email" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -297px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/feed/rss/" title="Subscribe to RSS" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="RSS" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1221px; border:0;"/></a></li> 
</ul> 
<div class="wp-socializer-clearer"></div></div>
<!-- End WP Socializer - Social Buttons - Output -->
<p>Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2011/05/17/tomcat-eclipse-plugin-en-linux/' rel='bookmark' title='Tomcat eclipse plugin en linux'>Tomcat eclipse plugin en linux</a></li>
<li><a href='http://jackfiallos.com/2009/09/16/noclassdeffounderror-o-bad-version-number-in-class-error-al-actualizar/' rel='bookmark' title='NoClassDefFoundError o Bad version number in .class (Error al actualizar)'>NoClassDefFoundError o Bad version number in .class (Error al actualizar)</a></li>
<li><a href='http://jackfiallos.com/2010/04/22/quantumdb-integra-un-cliente-de-bd-un-a-tu-entorno-de-desarrollo-en-eclipse/' rel='bookmark' title='QuantumDB integra un cliente de BD un a tu entorno de desarrollo en Eclipse'>QuantumDB integra un cliente de BD un a tu entorno de desarrollo en Eclipse</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jackfiallos.com/2011/08/26/specified-vm-install-not-found-errorcillo-jugueton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utilizando slideToggle de jQuery</title>
		<link>http://jackfiallos.com/2010/12/14/utilizando-slidetoggle-de-jquery/</link>
		<comments>http://jackfiallos.com/2010/12/14/utilizando-slidetoggle-de-jquery/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 18:29:52 +0000</pubDate>
		<dc:creator>Jack Fiallos</dc:creator>
				<category><![CDATA[Actividades]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[xHTML]]></category>
		<category><![CDATA[cambiar]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[clientside]]></category>
		<category><![CDATA[evento]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[slide]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[toggle]]></category>

		<guid isPermaLink="false">http://jackfiallos.com/?p=624</guid>
		<description><![CDATA[Ha decir verdad me inclino muy poco por la librería jQuery para manipulación del DOM en HTML, pero es igual de simple y sencilla que otras que conozco, aparte de que no me queda de otra más que utilizarla ya que el framework de PHP que utilizo esta fuertemente armado con ella por lo que [...]
Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2012/02/20/sproutcore-vs-the-m-project-vs-jquery-mobile/' rel='bookmark' title='SproutCore vs The-M-Project vs jQuery Mobile'>SproutCore vs The-M-Project vs jQuery Mobile</a></li>
<li><a href='http://jackfiallos.com/2010/03/28/implementando-un-todo-con-jquery-para-tu-aplicacion-web/' rel='bookmark' title='Implementando un ToDo con jQuery para tu aplicacion Web'>Implementando un ToDo con jQuery para tu aplicacion Web</a></li>
<li><a href='http://jackfiallos.com/2009/05/31/mootools-vrs-jquery-yo-ya-elegi/' rel='bookmark' title='Mootools vrs jQuery (Yo ya elegí)'>Mootools vrs jQuery (Yo ya elegí)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=0fe8495ecf67ef7b922e354a69a28749&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><div class="wp-caption aligncenter" style="width: 241px"><img title="Jquery Javascript Framework" src="http://jackfiallos.com/bblog/blogfiles/jquery_logo.gif" alt="Jquery Javascript Framework" width="231" height="85" /><p class="wp-caption-text">SlideToggle</p></div>
<p>Ha decir verdad me inclino muy poco por la librería jQuery para manipulación del DOM en HTML, pero es igual de simple y sencilla que otras que conozco, aparte de que no me queda de otra más que utilizarla ya que el framework de PHP que utilizo esta fuertemente armado con ella por lo que no hay de otra más que meterle mano y aprovechar cuanto sea posible, en fin..</p>
<p>Este post es una rápida entrada en la cual explico de que manera se puede modificar el texto del elemento que abrió o cerró la etiqueta de contenido.. Creo que explicar el uso de slideToggle no tiene mucho caso ya que es sumamente sencillo aplicarlo por lo cual dejare este tema por entendido.</p>
<p><strong>El codigo JS</strong></p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.slidetoogleTitle'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
   $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">parent</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">next</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">slideToggle</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'fast'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
      <span style="color: #009900;">&#40;</span>$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">prev</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">children</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">':first-child'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;hide&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">prev</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">children</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">':first-child'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;show&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">prev</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">children</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">':first-child'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;hide&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p><strong>El contenido</strong></p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;h3<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Demo Content (<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;span</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;slidetoogleTitle&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>view<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/span<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>)<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/h3<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;div</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;slidetoogleContent&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;display: none;&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
   Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Creo que se puede mejorar poniendo un atributo al span que lanza el evento de toggle y así no se tendría que usar la funcion html(), sino más bien la funcion attr().. hay mil maneras de hacerlo.. esta es solamente otra.. <a href="http://jackfiallos.com/bblog/blogfiles/slidetoggle.html">Ahora pueden ver el resultado haciendo click en este enlace</a></p>

<!-- Start WP Socializer - Social Buttons - Output -->
<div class="wp-socializer 32px">
<ul class="wp-socializer-jump columns-no">
 <li><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjackfiallos.com%2F2010%2F12%2F14%2Futilizando-slidetoggle-de-jquery%2F&amp;t=Utilizando+slideToggle+de+jQuery" title="Share this on Facebook" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Facebook" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -330px; border:0;"/></a></li> 

 <li><a href="http://twitter.com/home?status=Utilizando+slideToggle+de+jQuery%20-%20http%3A%2F%2Fjackfiallos.com%3Fp%3D624%20@jackfiallos" title="Tweet this !" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Twitter" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1386px; border:0;"/></a></li> 

 <li><a href="http://delicious.com/post?url=http%3A%2F%2Fjackfiallos.com%2F2010%2F12%2F14%2Futilizando-slidetoggle-de-jquery%2F&amp;title=Utilizando+slideToggle+de+jQuery&amp;notes=%0D%0A%0D%0AHa+decir+verdad+me+inclino+muy+poco+por+la+librer%C3%ADa+jQuery+para+manipulaci%C3%B3n+del+DOM+en+HTML%2C+pero+es+igual+de+simple+y+sencilla+que+otras+que+conozco%2C+aparte+de+que+no+me+queda+de+otra+m%C3%A1s+que+utilizarla+ya+que+el+framework+de+PHP+que+utilizo" title="Post this on Delicious" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Delicious" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -132px; border:0;"/></a></li> 

 <li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjackfiallos.com%2F2010%2F12%2F14%2Futilizando-slidetoggle-de-jquery%2F&amp;title=Utilizando+slideToggle+de+jQuery&amp;bodytext=%0D%0A%0D%0AHa+decir+verdad+me+inclino+muy+poco+por+la+librer%C3%ADa+jQuery+para+manipulaci%C3%B3n+del+DOM+en+HTML%2C+pero+es+igual+de+simple+y+sencilla+que+otras+que+conozco%2C+aparte+de+que+no+me+queda+de+otra+m%C3%A1s+que+utilizarla+ya+que+el+framework+de+PHP+que+utilizo" title="Submit this to Digg" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Digg" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -231px; border:0;"/></a></li> 

 <li><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjackfiallos.com%2F2010%2F12%2F14%2Futilizando-slidetoggle-de-jquery%2F&amp;title=Utilizando+slideToggle+de+jQuery" title="Submit this to StumbleUpon" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="StumbleUpon" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1287px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/2010/12/14/utilizando-slidetoggle-de-jquery/" onclick="addBookmark(event);" title="Utilizando slideToggle de jQuery" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Add to favorites" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -0px; border:0;"/></a></li> 

 <li><a href="mailto:subject=Utilizando slideToggle de jQuery&amp;body=

Ha decir verdad me inclino muy poco por la librería jQuery para manipulación del DOM en HTML, pero es igual de simple y sencilla que otras que conozco, aparte de que no me queda de otra más que utilizarla ya que el framework de PHP que utilizo - http://jackfiallos.com/2010/12/14/utilizando-slidetoggle-de-jquery/" title="Email this" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Email" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -297px; border:0;"/></a></li> 

 <li><a href="http://jackfiallos.com/feed/rss/" title="Subscribe to RSS" target="_blank" rel="nofollow"><img src="http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="RSS" style="width:32px; height:32px; background: transparent url(http://jackfiallos.com/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -1221px; border:0;"/></a></li> 
</ul> 
<div class="wp-socializer-clearer"></div></div>
<!-- End WP Socializer - Social Buttons - Output -->
<p>Entradas Similares:<ol>
<li><a href='http://jackfiallos.com/2012/02/20/sproutcore-vs-the-m-project-vs-jquery-mobile/' rel='bookmark' title='SproutCore vs The-M-Project vs jQuery Mobile'>SproutCore vs The-M-Project vs jQuery Mobile</a></li>
<li><a href='http://jackfiallos.com/2010/03/28/implementando-un-todo-con-jquery-para-tu-aplicacion-web/' rel='bookmark' title='Implementando un ToDo con jQuery para tu aplicacion Web'>Implementando un ToDo con jQuery para tu aplicacion Web</a></li>
<li><a href='http://jackfiallos.com/2009/05/31/mootools-vrs-jquery-yo-ya-elegi/' rel='bookmark' title='Mootools vrs jQuery (Yo ya elegí)'>Mootools vrs jQuery (Yo ya elegí)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jackfiallos.com/2010/12/14/utilizando-slidetoggle-de-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 645/728 queries in 0.853 seconds using disk: basic
Object Caching 13418/13458 objects using disk: basic
Content Delivery Network via N/A

Served from: jackfiallos.com @ 2012-05-19 09:36:05 -->
