<?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>Joaquín Núñez &#187; javascript</title>
	<atom:link href="http://joaquinnunez.cl/blog/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://joaquinnunez.cl/blog</link>
	<description>web2.0, symfony, jquery, javascript, php, web, develpment</description>
	<lastBuildDate>Tue, 31 Aug 2010 15:18:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>jquery clock plugin</title>
		<link>http://joaquinnunez.cl/blog/2010/07/02/jquery-clock-plugin/</link>
		<comments>http://joaquinnunez.cl/blog/2010/07/02/jquery-clock-plugin/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 00:11:50 +0000</pubDate>
		<dc:creator>Joaquín Núñez</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[analog]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[hour]]></category>
		<category><![CDATA[minutes]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[seconds]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[timezone]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=593</guid>
		<description><![CDATA[jquery clock plugin is just another clock plugin, it comes with an analog and digital options and another option to handle timezones, warning! the analog clock only works with css3 for the analog clock (and almost all the plugin) i&#8217;m using the code and images from this article of css-tricks.com you can see this plugin [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="jquery clock plugin" src="http://joaquinnunez.cl/blog/wp-content/uploads/2010/07/clock.jpg" alt="jquery clock plugin" width="570" height="197" /><br />
<a title="jquery clock plugin" href="http://joaquinnunez.cl/jquery-clock-plugin/">jquery clock plugin</a> is just another clock plugin, it comes with an analog and digital options and another option to handle timezones, warning! the analog clock only works with css3</p>
<p>for the analog clock (and almost all the plugin) i&#8217;m using the code and images from this article of <a href="http://css-tricks.com/css3-clock/">css-tricks.com</a></p>
<p>you can see this plugin completely in action in this <a href="http://eco.netvibes.com/widgets/381247/world-clock">netvibes world clock widget</a></p>
<p>greetings</p>
]]></content:encoded>
			<wfw:commentRss>http://joaquinnunez.cl/blog/2010/07/02/jquery-clock-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery css cleaner</title>
		<link>http://joaquinnunez.cl/blog/2009/10/06/jquery-css-cleaner/</link>
		<comments>http://joaquinnunez.cl/blog/2009/10/06/jquery-css-cleaner/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 14:45:34 +0000</pubDate>
		<dc:creator>Joaquín Núñez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[cleaner]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[loading time]]></category>
		<category><![CDATA[optimizing css]]></category>
		<category><![CDATA[unused css]]></category>

		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=520</guid>
		<description><![CDATA[this helper it&#8217;ll help you with the recognition of unused css selectors and properties/values, so you could delete this lines of your css file in order to make it lighter. if you are this kind of person worried about the loading time, optimizing everything, you would find this script very useful and you&#8217;ll love it. [...]]]></description>
			<content:encoded><![CDATA[<p>this helper it&#8217;ll help you with the recognition of unused css selectors and properties/values, so you could delete this lines of your css file in order to make it lighter.</p>
<p>if you are this kind of person worried about the loading time, optimizing everything, you would find this script very useful and you&#8217;ll love it.</p>
<p>i&#8217;ve improved the style of this script and the last one for make it more presentable and useful, so enjoy it</p>
<p>(again) this script with a css compressor like <a title="css compressor" href="http://www.cssdrive.com/index.php/main/csscompressor">this</a> or <a title="another css compressor" href="http://www.cleancss.com/">this</a> are a complet and useful tools for make your css files lighter</p>
<p>for use the script, you can put this code in your html file</p>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span><br />
<span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;http://joaquinnunez.cl/download/jquery.css.cleaner.js&quot;</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span></div>
</div>
<p>greetings</p>
]]></content:encoded>
			<wfw:commentRss>http://joaquinnunez.cl/blog/2009/10/06/jquery-css-cleaner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jquery seo mini helper</title>
		<link>http://joaquinnunez.cl/blog/2009/09/29/jquery-seo-mini-helper/</link>
		<comments>http://joaquinnunez.cl/blog/2009/09/29/jquery-seo-mini-helper/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 15:55:21 +0000</pubDate>
		<dc:creator>Joaquín Núñez</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[alt]]></category>
		<category><![CDATA[enlaces]]></category>
		<category><![CDATA[imagenes]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=503</guid>
		<description><![CDATA[in SEO there are important tips like: an image must have a title and an alt text or a link must have title. check all these thing is pretty bored&#8230;. so i wrote a jquery-based script that check for images or links without those things. the result es very basic, don&#8217;t expect nothing very impressive [...]]]></description>
			<content:encoded><![CDATA[<p>in SEO there are important tips like: an image must have a title and an alt text or a link must have title.<br />
check all these thing is pretty bored&#8230;. so i wrote a jquery-based script that check for images or links without those things.</p>
<p>the result es very basic, don&#8217;t expect nothing very impressive or really advanced. the beatiful part is that you can navigate through your pages and see inmediately the results</p>
<p>this script plus the <a href="http://sensational-seo.com/">senseo addon for firebug</a> are two very helpul tools for make SEO easy.</p>
<p>for use the script, you can put this code in your html file</p>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span><br />
<span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;http://joaquinnunez.cl/download/jquery.seo.js&quot;</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span></div>
</div>
<p>enjoy :D</p>
]]></content:encoded>
			<wfw:commentRss>http://joaquinnunez.cl/blog/2009/09/29/jquery-seo-mini-helper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>capitalizando texto con jquery</title>
		<link>http://joaquinnunez.cl/blog/2009/06/12/capitalizando-texto-con-jquery/</link>
		<comments>http://joaquinnunez.cl/blog/2009/06/12/capitalizando-texto-con-jquery/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 22:56:39 +0000</pubDate>
		<dc:creator>Joaquín Núñez</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[capitalization]]></category>
		<category><![CDATA[capitalize]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=498</guid>
		<description><![CDATA[Conociendo lo desordenado que son la mayoría de los usuarios de internet cuando por ejemplo, llenan un formulario, he creado un pequeñisimo &#8220;plugincito&#8221; de jquery para que el texto ingresado por un usuario en un &#60;input /&#62; se capitalize. Le puse jquery capitalize para mantener mi originalidad &#8230; acá los demos, documentación ( bien corta [...]]]></description>
			<content:encoded><![CDATA[<p>Conociendo lo desordenado que son la mayoría de los usuarios de internet cuando por ejemplo, llenan un formulario, he creado un pequeñisimo &#8220;plugincito&#8221; de jquery para que el texto ingresado por un usuario en un &lt;input /&gt; se <a href="http://en.wikipedia.org/wiki/Capitalization">capitalize</a>.</p>
<p>Le puse <a title="jquery capitalize" href="http://joaquinnunez.cl/jquery-capitalize/">jquery capitalize</a> para mantener mi originalidad &#8230; acá los <a title="demo jquery capitalize" href="http://joaquinnunez.cl/jquery-capitalize/#demo_div">demos</a>, <a title="documentacion jquery capitalize" href="http://joaquinnunez.cl/jquery-capitalize/#doc">documentación</a> ( bien corta ) y <a title="descarga jquery capitalize" href="http://joaquinnunez.cl/jquery-capitalize/#download">descarga</a>.</p>
<p>también la publiqué en los <a href="http://plugins.jquery.com/project/capitalize">proyectos de jquery</a>.</p>
<p>saludos :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://joaquinnunez.cl/blog/2009/06/12/capitalizando-texto-con-jquery/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>jQuery Rut Plugin &#8230; con más opciones y configurable</title>
		<link>http://joaquinnunez.cl/blog/2009/06/03/jquery-rut-plugin-con-mas-opciones-y-configurable/</link>
		<comments>http://joaquinnunez.cl/blog/2009/06/03/jquery-rut-plugin-con-mas-opciones-y-configurable/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 22:00:49 +0000</pubDate>
		<dc:creator>Joaquín Núñez</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[chile]]></category>
		<category><![CDATA[formatear]]></category>
		<category><![CDATA[rut]]></category>
		<category><![CDATA[validacion]]></category>

		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=488</guid>
		<description><![CDATA[Para los fanaticos&#8230;. agregué al plugin jquery del rut las cosas que quería y al menos que alguien tenga una buena idea &#8230; creo que lo dejaré así no mais hasta nuevo aviso. Si usabas una versión anterior la sintaxis cambió un poco, ahora todo es configurable, así que sé precavido. Agregué soporte para: Validación [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-492" title="demo-04" src="http://joaquinnunez.cl/blog/wp-content/uploads/2009/06/demo-04.png" alt="demo-04" width="675" height="259" /></p>
<p>Para los fanaticos&#8230;. agregué al <a href="http://joaquinnunez.cl/jQueryRutPlugin/">plugin jquery del rut</a> las cosas que quería y al menos que alguien tenga una buena idea &#8230; creo que lo dejaré así no mais hasta nuevo aviso.</p>
<p>Si usabas una versión anterior la sintaxis cambió un poco, ahora todo es configurable, así que sé precavido.</p>
<p>Agregué soporte para:</p>
<p>Validación en on y off. (Por si no quieres validar)</p>
<p>Formateo en on y off. ( Por si no quieres formatear )</p>
<p>Evento que formatea configurable ( Por si quieres efectuar el formateo cuando el usuario termina de escribir o en otro evento )</p>
<p>Digito verificador en otro input &#8230;.. ( :D )</p>
<p>Pueden <a href="http://joaquinnunez.cl/jQueryRutPlugin/#demo_div">ver demos</a>, <a href="http://joaquinnunez.cl/jQueryRutPlugin/#doc">leer la documentación</a> o <a href="http://cli.gs/jquery-rut-plugin">descargarlo</a>.</p>
<p>Saludos</p>
]]></content:encoded>
			<wfw:commentRss>http://joaquinnunez.cl/blog/2009/06/03/jquery-rut-plugin-con-mas-opciones-y-configurable/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>jQuery Validate Plugin + jQuery Rut Plugin</title>
		<link>http://joaquinnunez.cl/blog/2009/05/07/jquery-validate-plugin-jquery-rut-plugin/</link>
		<comments>http://joaquinnunez.cl/blog/2009/05/07/jquery-validate-plugin-jquery-rut-plugin/#comments</comments>
		<pubDate>Thu, 07 May 2009 04:27:08 +0000</pubDate>
		<dc:creator>Joaquín Núñez</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=406</guid>
		<description><![CDATA[Hace dos post les comentaba de un plugin de validación de jQuery muy potente &#8230; y en el post anterior a este les comentaba que había solucionado unos problemas del plugin del rut para jQuery en internet explorer. Ahora y siguiendo la misma linea he integrado ambos para que puedas usar el validador del Rut [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-411" title="jquery-rut-validation-integracion" src="http://joaquinnunez.cl/blog/wp-content/uploads/2009/05/jquery-rut-validation-integracion.png" alt="jquery-rut-validation-integracion" width="547" height="339" /></p>
<p>Hace dos post les comentaba de un <a href="http://joaquinnunez.cl/blog/2009/04/09/jquery-plugin-validation/">plugin de validación de jQuery</a> muy potente &#8230; y en el post anterior a este les comentaba que había solucionado unos problemas del <a href="http://joaquinnunez.cl/blog/2009/05/05/jquery-rut-plugin-funcionando-en-ie/">plugin del rut para jQuery en internet explorer</a>. Ahora y siguiendo la misma linea he integrado ambos para que puedas usar el validador del Rut en el plugin de validación.</p>
<p>Este código lo puedes agregar en additional-methods.js o en algún otro lado y recuerda incluir el plugin del rut.</p>
<pre>
<div class="codesnip-container" >
<div class="javascript codesnip" style="font-family:monospace;">$.<span class="me1">validator</span>.<span class="me1">addMethod</span><span class="br0">&#40;</span><span class="st0">&quot;rut&quot;</span><span class="sy0">,</span> <span class="kw2">function</span><span class="br0">&#40;</span>value<span class="sy0">,</span> element<span class="br0">&#41;</span> <span class="br0">&#123;</span>
<span class="kw1">return</span> <span class="kw1">this</span>.<span class="me1">optional</span><span class="br0">&#40;</span>element<span class="br0">&#41;</span> <span class="sy0">||</span> $.<span class="me1">Rut</span>.<span class="me1">validar</span><span class="br0">&#40;</span>value<span class="br0">&#41;</span><span class="sy0">;</span>
<span class="br0">&#125;</span><span class="sy0">,</span> <span class="st0">&quot;Este campo debe ser un rut valido.&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</div>
</pre>
<p>Ahora y aprovenchando la flexibilidad del plugin de validación podemos obtener algo así.</p>
<pre>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/input.html"><span class="kw2">input</span></a> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text&quot;</span> <span class="kw3">name</span><span class="sy0">=</span><span class="st0">&quot;rut&quot;</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">&quot;rut&quot;</span> <span class="sy0">/</span>&gt;</span></div>
</div>
</pre>
<p>Con lo que nos bastaría para validar el rut, sencillo y cómodo. El <a href="http://joaquinnunez.cl/jQueryRutPlugin/#int-jq-validation">demo acá</a>. Disfruten :D</p>
]]></content:encoded>
			<wfw:commentRss>http://joaquinnunez.cl/blog/2009/05/07/jquery-validate-plugin-jquery-rut-plugin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>jQuery Rut Plugin funcionando en ie</title>
		<link>http://joaquinnunez.cl/blog/2009/05/05/jquery-rut-plugin-funcionando-en-ie/</link>
		<comments>http://joaquinnunez.cl/blog/2009/05/05/jquery-rut-plugin-funcionando-en-ie/#comments</comments>
		<pubDate>Wed, 06 May 2009 00:14:06 +0000</pubDate>
		<dc:creator>Joaquín Núñez</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=395</guid>
		<description><![CDATA[Hace ya bastante tiempo cuando publiqué el plugin para validar y formatear el rut  chileno con jquery no me dí el trabajo de testearlo en otro lado que no fuese firefox &#8230;. en realidad si lo hice, lo probé en ie, pero como no funcionaba y las herramientas de depurado en ie dejan bastante que [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-401" title="jquery-rut-plugin-demo" src="http://joaquinnunez.cl/blog/wp-content/uploads/2009/05/jquery-rut-plugin-demo.png" alt="jquery-rut-plugin-demo" width="487" height="179" /></p>
<p>Hace ya bastante tiempo cuando publiqué el <a href="http://joaquinnunez.cl/blog/2008/10/28/jquery-rut-plugin/">plugin para validar y formatear el rut  chileno con jquery</a> no me dí el trabajo de testearlo en otro lado que no fuese firefox &#8230;. en realidad si lo hice, lo probé en ie, pero como no funcionaba y las herramientas de depurado en ie dejan bastante que desear lo de je así.</p>
<p>Hoy y gracias a un correo de un señor llamado Rodrigo Morales he vuelto a mirar el plugin y he dado con la solución. Por lo que ahora está funcionando en ie6 e ie7.</p>
<p>Pronto ( pueden ser varias semanas :p ) pretendo agregar un par de funcionalidades más para el deleite de los desarrolladores chilenos que usamos jquery :D</p>
<p>No estoy seguro si se cambió bien en la página de jquery &#8230; pero siempre lo pueden descargar desde la página del <a href="http://joaquinnunez.cl/jQueryRutPlugin/">proyecto</a> o directamente desde <a href="http://cli.gs/jquery-rut-plugin">acá</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://joaquinnunez.cl/blog/2009/05/05/jquery-rut-plugin-funcionando-en-ie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jquery plugin validation</title>
		<link>http://joaquinnunez.cl/blog/2009/04/09/jquery-plugin-validation/</link>
		<comments>http://joaquinnunez.cl/blog/2009/04/09/jquery-plugin-validation/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 17:42:24 +0000</pubDate>
		<dc:creator>Joaquín Núñez</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=393</guid>
		<description><![CDATA[Excelente plugin, si lo que necesitas es validar un formulario, no busques más, esta es una excelente herramienta. Varias veces había pasado por la página web de Jörn Zaefferer pero no habia mirado los plugins de jquery que tiene. Y también muchas veces me encontré validando formularios a mano hasta que en algún momento me [...]]]></description>
			<content:encoded><![CDATA[<p>Excelente plugin, si lo que necesitas es validar un formulario, no busques más, esta es una excelente herramienta.</p>
<p>Varias veces había pasado por la <a href="http://bassistance.de/">página web de Jörn Zaefferer</a> pero no habia mirado los plugins de jquery que tiene. Y también muchas veces me encontré validando formularios a mano hasta que en algún momento me pregunte ¿ por que escribo yo las rutinas de validación de mis formularios ? mmm pense debe existir algún plugin o algo similar para jquery que automatice todo el proceso de validación. Buscare! Y no me equivoque.</p>
<p>El <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">plugin de validación</a> desarrollado por <a href="http://bassistance.de/">Jörn Zaefferer</a> es muy completo, muy configurable, muy todo =). Su funciomiento es relativamente sencillo. Si lo que quieres es limpieza y poco código sólo necesitas agregar a los campos que quieres validar una clase required por ejemplo para que el plugin valide el campo como requerido.</p>
<p>Creo que dar ejemplos esta demás, porqué puedes ver algunos funcionando <a href="http://jquery.bassistance.de/validate/demo/">acá</a> o en el descargable y además la <a href="http://docs.jquery.com/Plugins/Validation">documentación</a> es bastante completa.</p>
<p>Excelente alternativa si lo que quieres es transformar el &#8220;tortuoso&#8221; momento de validar formularios en una delicia con resultados que gustan y cumplen.</p>
<p>Imprescindible.</p>
]]></content:encoded>
			<wfw:commentRss>http://joaquinnunez.cl/blog/2009/04/09/jquery-plugin-validation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Seleccionando horas con jquery</title>
		<link>http://joaquinnunez.cl/blog/2009/02/03/seleccionando-horas-con-jquery/</link>
		<comments>http://joaquinnunez.cl/blog/2009/02/03/seleccionando-horas-con-jquery/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 03:28:50 +0000</pubDate>
		<dc:creator>Joaquín Núñez</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[formulario]]></category>
		<category><![CDATA[timepicker]]></category>

		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=338</guid>
		<description><![CDATA[La selección de hora a sido un aspecto que nunca me había convencido en los formularios web, por lo general eran un input exigiendo o forzando cierto formato o dos input para horas y minutos, conclusión demasiado lento, propenso a errores &#8230;. lo más producido que he visto es inputs con botones a los lados [...]]]></description>
			<content:encoded><![CDATA[<p>La selección de hora a sido un aspecto que nunca me <em>había</em> convencido en los formularios web, por lo general eran un input exigiendo o forzando cierto formato o dos input para horas y minutos, conclusión demasiado lento, propenso a errores &#8230;. lo más producido que he visto es inputs con botones a los lados para subir o bajar las horas o minutos &#8230;. conclusión: poco usable y muy muy lento.</p>
<p>Hoy me puse a revisar nuevamente las opciones que hay, y llegue a 3 opciones mucho más usables e interesantes.</p>
<p>La primera opción y la que más me gusto es este <a title="Enlace Permanente a &quot;Selector de hora experimental con jQuery&quot;" rel="bookmark" href="http://hermosodia.wordpress.com/2008/10/08/selector-de-hora-experimental-con-jquery/">Selector de hora experimental, jQuery TimePickr</a>, tal y como dice el nombre es experimental, el plugin al 3 de febrero de 2009 no está disponible para descarga, pero siempre puedes descargar la página con el <a href="http://haineault.com/media/examples/jquery-utils/demo/ui-timepickr.html">demo</a> para obtener el plugin y usarlo, rápido cuando pillas como funciona, intuitivo, buen diseño y sencillo de implementar.</p>
<p><img class="aligncenter size-full wp-image-339" title="timepickr" src="http://joaquinnunez.cl/blog/wp-content/uploads/2009/02/timepickr.png" alt="timepickr" width="418" height="172" /></p>
<p>La segunda opción con un nombre muy parecido <a href="http://beosman.dyndns.org/proyectos/timepicker">jQuery TimePicker</a>, también fácil de usar, claro que primero tienes que descubrir como funciona. Requiere otro plugin de jQuery&#8230;. pero es interesante. Al posicionarse sobre el input aparece la hora y con la ayuda de del mousescroll puedes seleccionar la hora fácilmente. Aqui el <a href="http://beosman.dyndns.org/demos/timepicker/demo.html">demo</a>.</p>
<p>La última opción es <a href="http://www.oakcitygraphics.com/jquery/clockpick/trunk/ClockPick.cfm">ClockPick</a>, muy parecido al primero salvo que este tiene un diseño menos trabajado lo cual lo hace menos atractivo, pero de todas maneras eso es algo en lo que se puede trabajar. Salió antes que el anterior por lo que puede haber sido su inspiración, interesante y sencillo. Aquí el <a href="http://www.oakcitygraphics.com/jquery/clockpick/trunk/ClockPick.cfm#demo">demo.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joaquinnunez.cl/blog/2009/02/03/seleccionando-horas-con-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Lightbox Clones Matrix</title>
		<link>http://joaquinnunez.cl/blog/2009/01/27/the-lightbox-clones-matrix/</link>
		<comments>http://joaquinnunez.cl/blog/2009/01/27/the-lightbox-clones-matrix/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 14:22:49 +0000</pubDate>
		<dc:creator>Joaquín Núñez</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[comparacion]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[lightbox]]></category>

		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=329</guid>
		<description><![CDATA[The Lightbox Clones Matrix es una bonita y sencilla tabla comparativa de lightboxes, que tan de moda están hoy en día. Son en total 48 lightbox escritos en jQuery, Prototype, Mootools, YUI y otros, con la posibilidad de filtrar por framework/librería y por características tales como poder mostrar imagenes, grupos de imagenes, div, iframes, elementos [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://planetozh.com/projects/lightbox-clones/"><img class="aligncenter size-full wp-image-330" title="lightbox-clones-matrix" src="http://joaquinnunez.cl/blog/wp-content/uploads/2009/01/lightbox-clones-matrix.png" alt="lightbox-clones-matrix" width="570" height="122" /></a><a href="http://planetozh.com/projects/lightbox-clones/">The Lightbox Clones Matrix</a> es una bonita y sencilla tabla comparativa de lightboxes, que tan de moda están hoy en día.</p>
<p>Son en total 48 lightbox escritos en jQuery, Prototype, Mootools, YUI y otros, con la posibilidad de filtrar por framework/librería y por características tales como poder mostrar imagenes, grupos de imagenes, div, iframes, elementos por ajax, flash y algo más.</p>
<p>Bastante cómoda si no encuentras un lightbox que se acomode a tus necesidades&#8230;.. de seguro que aquí encuentras lo que necesitas. Yo aún no doy con lo que necesito así que me haré un mega-super-ultra-liviano lightbox con <a href="http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/">este css</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://joaquinnunez.cl/blog/2009/01/27/the-lightbox-clones-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
