<?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>One Kind Of Life &#187; Javascript</title>
	<atom:link href="http://www.doutdex.com/blog/category/languages/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doutdex.com/blog</link>
	<description>Experience analyzing new softwares</description>
	<lastBuildDate>Wed, 14 Jul 2010 20:02:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=1281</generator>
		<item>
		<title>Jquery Quick learning</title>
		<link>http://www.doutdex.com/blog/2009/03/12/jquery-quick-learning/</link>
		<comments>http://www.doutdex.com/blog/2009/03/12/jquery-quick-learning/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 13:42:49 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/?p=365</guid>
		<description><![CDATA[Learning jQuery in 30 minutes View more presentations from simon. Related posts:Plugins útiles para JQuery Jquery


Related posts:<ol><li><a href='http://www.doutdex.com/blog/2008/09/23/plugins-utiles-para-jquery/' rel='bookmark' title='Permanent Link: Plugins útiles para JQuery'>Plugins útiles para JQuery</a></li>
<li><a href='http://www.doutdex.com/blog/2008/05/15/jquery/' rel='bookmark' title='Permanent Link: Jquery'>Jquery</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2009/03/12/jquery-quick-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugins útiles para JQuery</title>
		<link>http://www.doutdex.com/blog/2008/09/23/plugins-utiles-para-jquery/</link>
		<comments>http://www.doutdex.com/blog/2008/09/23/plugins-utiles-para-jquery/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 02:12:19 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[plugins jquery]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=297</guid>
		<description><![CDATA[Plugins y extensiones con JQuery Tooltip plugin Paginacion Demo paginacion jQuery plugin for translation and language detection jQuery plugin which proportionally scales images to fit the available width. WYSIWYG jQuery Plugin jqSajax Permite llamar a cualquier método o función (PHP, javasript) con invocación AJAX y serialización devolviendo el resultado como objeto Date Picker Permite seleccionar [...]


Related posts:<ol><li><a href='http://www.doutdex.com/blog/2009/03/12/jquery-quick-learning/' rel='bookmark' title='Permanent Link: Jquery Quick learning'>Jquery Quick learning</a></li>
<li><a href='http://www.doutdex.com/blog/2008/05/15/jquery/' rel='bookmark' title='Permanent Link: Jquery'>Jquery</a></li>
<li><a href='http://www.doutdex.com/blog/2008/04/23/ajax-galleries/' rel='bookmark' title='Permanent Link: CSS Image Photo Galleries, galería de fotos css'>CSS Image Photo Galleries, galería de fotos css</a></li>
<li><a href='http://www.doutdex.com/blog/2008/06/17/galeria-fotos-flash-con-flickr-flash-photos-gallery-3d/' rel='bookmark' title='Permanent Link: Galeria fotos flash con flickr &#8211; Flash photos gallery 3D'>Galeria fotos flash con flickr &#8211; Flash photos gallery 3D</a></li>
<li><a href='http://www.doutdex.com/blog/2008/04/23/ajax/' rel='bookmark' title='Permanent Link: Ajax'>Ajax</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/09/23/plugins-utiles-para-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ejemplo examples expresiones regulares Javascript patron</title>
		<link>http://www.doutdex.com/blog/2008/06/05/ejemplo-examples-expresiones-regulares-javascript-patron/</link>
		<comments>http://www.doutdex.com/blog/2008/06/05/ejemplo-examples-expresiones-regulares-javascript-patron/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 21:25:27 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[expresiones regulares]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=114</guid>
		<description><![CDATA[Cualquier letra en minuscula [a-z] Entero (?:\+&#124;-)?\d+$ Correo electrónico /[\w-\.]{3,}@([\w-]{2,}\.)*([\w-]{2,}\.)[\w-]{2,4}/ URL ^(ht&#124;f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)( [a-zA-Z0-9\-\.\?\,\’\/\\\+&#38;%\$#_]*)?$ Contraseña segura (?!^[0-9]*$)(?!^[a-zA-Z]*$)^([a-zA-Z0-9]{8,10})$ (Entre 8 y 10 caracteres, por lo menos un digito y un alfanumérico, y no puede contener caracteres espaciales) Formato Fecha dd/mm/aaa ^\d{2}/\d{2}/d{4}$ Hora 10:05:15 ^(0[1-9]&#124;1\d&#124;2[0-3]):([0-5]\d):([0-5]\d)$ Número tarjeta de crédito ^((67\d{2})&#124;(4\d{3})&#124;(5[1-5]\d{2})&#124;(6011))(-?\s?\d{4}){3}&#124;(3[4,7])\ d{2}-?\s?\d{6}-?\s?\d{5}$ Número teléfono ^[0-9]{2,3}-? ?[0-9]{6,7}$ Código postal ^([1-9]{2}&#124;[0-9][1-9]&#124;[1-9][0-9])[0-9]{3}$ [...]


Related posts:<ol><li><a href='http://www.doutdex.com/blog/2008/10/01/expresiones-regulares-con-php/' rel='bookmark' title='Permanent Link: Expresiones regulares con PHP'>Expresiones regulares con PHP</a></li>
<li><a href='http://www.doutdex.com/blog/2008/03/04/expresiones-regulares/' rel='bookmark' title='Permanent Link: Expresiones Regulares'>Expresiones Regulares</a></li>
<li><a href='http://www.doutdex.com/blog/2008/10/05/editor-de-texto-javascript-php-asp-real-time-syntax-highlighting-currently-php-css-javascript-python-html-xml-vb-c-cpp-sql-pascal-basic/' rel='bookmark' title='Permanent Link: Editor de texto javascript php, asp, real-time syntax highlighting (currently: PHP, CSS, Javascript, Python, HTML, XML, VB, C, CPP, SQL, Pascal, Basic'>Editor de texto javascript php, asp, real-time syntax highlighting (currently: PHP, CSS, Javascript, Python, HTML, XML, VB, C, CPP, SQL, Pascal, Basic</a></li>
<li><a href='http://www.doutdex.com/blog/2008/05/16/arbol-tree-en-in-javascript-multinivel/' rel='bookmark' title='Permanent Link: Arbol (Tree) en (in) javascript multinivel'>Arbol (Tree) en (in) javascript multinivel</a></li>
<li><a href='http://www.doutdex.com/blog/2008/04/29/funciones-php/' rel='bookmark' title='Permanent Link: Funciones PHP'>Funciones PHP</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/06/05/ejemplo-examples-expresiones-regulares-javascript-patron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arbol (Tree) en (in) javascript multinivel</title>
		<link>http://www.doutdex.com/blog/2008/05/16/arbol-tree-en-in-javascript-multinivel/</link>
		<comments>http://www.doutdex.com/blog/2008/05/16/arbol-tree-en-in-javascript-multinivel/#comments</comments>
		<pubDate>Fri, 16 May 2008 13:51:57 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=112</guid>
		<description><![CDATA[Related posts:Ejemplo examples expresiones regulares Javascript patron Editor de texto javascript php, asp, real-time syntax highlighting (currently: PHP, CSS, Javascript, Python, HTML, XML, VB, C, CPP, SQL, Pascal, Basic


Related posts:<ol><li><a href='http://www.doutdex.com/blog/2008/06/05/ejemplo-examples-expresiones-regulares-javascript-patron/' rel='bookmark' title='Permanent Link: Ejemplo examples expresiones regulares Javascript patron'>Ejemplo examples expresiones regulares Javascript patron</a></li>
<li><a href='http://www.doutdex.com/blog/2008/10/05/editor-de-texto-javascript-php-asp-real-time-syntax-highlighting-currently-php-css-javascript-python-html-xml-vb-c-cpp-sql-pascal-basic/' rel='bookmark' title='Permanent Link: Editor de texto javascript php, asp, real-time syntax highlighting (currently: PHP, CSS, Javascript, Python, HTML, XML, VB, C, CPP, SQL, Pascal, Basic'>Editor de texto javascript php, asp, real-time syntax highlighting (currently: PHP, CSS, Javascript, Python, HTML, XML, VB, C, CPP, SQL, Pascal, Basic</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/05/16/arbol-tree-en-in-javascript-multinivel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery</title>
		<link>http://www.doutdex.com/blog/2008/05/15/jquery/</link>
		<comments>http://www.doutdex.com/blog/2008/05/15/jquery/#comments</comments>
		<pubDate>Fri, 16 May 2008 03:24:02 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=77</guid>
		<description><![CDATA[jQuery para programadores Javascript Jquery desde Enero del 2006, Jquery es una pieza de ingeniería que encapsula un rango de funciones comunes (necesarias) y provee una API para desarrollar plugins para cualquier funcionalidad que no esté incluida por defecto. Es una abstracción con una selección de elementos DOM. ¿Qué es jQuery? Created by John Resig [...]


Related posts:<ol><li><a href='http://www.doutdex.com/blog/2009/03/12/jquery-quick-learning/' rel='bookmark' title='Permanent Link: Jquery Quick learning'>Jquery Quick learning</a></li>
<li><a href='http://www.doutdex.com/blog/2008/09/23/plugins-utiles-para-jquery/' rel='bookmark' title='Permanent Link: Plugins útiles para JQuery'>Plugins útiles para JQuery</a></li>
<li><a href='http://www.doutdex.com/blog/2008/04/23/ajax/' rel='bookmark' title='Permanent Link: Ajax'>Ajax</a></li>
<li><a href='http://www.doutdex.com/blog/2008/04/23/ajax-galleries/' rel='bookmark' title='Permanent Link: CSS Image Photo Galleries, galería de fotos css'>CSS Image Photo Galleries, galería de fotos css</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/05/15/jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Image Photo Galleries, galería de fotos css</title>
		<link>http://www.doutdex.com/blog/2008/04/23/ajax-galleries/</link>
		<comments>http://www.doutdex.com/blog/2008/04/23/ajax-galleries/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 16:56:38 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[galleries photos]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=78</guid>
		<description><![CDATA[Más galerías de fotos con Ajax y Javascript, haciendo click en la imagen CSS-Based Image Galleries A Photograph GalleryJust a simple :hover over thumbnail images to give a full size view of each photograph. With all but Opera you can also click the thumbnails to retain the image on the screen. Text can be added [...]


Related posts:<ol><li><a href='http://www.doutdex.com/blog/2008/06/17/galeria-fotos-flash-con-flickr-flash-photos-gallery-3d/' rel='bookmark' title='Permanent Link: Galeria fotos flash con flickr &#8211; Flash photos gallery 3D'>Galeria fotos flash con flickr &#8211; Flash photos gallery 3D</a></li>
<li><a href='http://www.doutdex.com/blog/2008/08/20/photo-galleries-flash-css-ajax/' rel='bookmark' title='Permanent Link: Photo Galleries'>Photo Galleries</a></li>
<li><a href='http://www.doutdex.com/blog/2008/04/23/ajax/' rel='bookmark' title='Permanent Link: Ajax'>Ajax</a></li>
<li><a href='http://www.doutdex.com/blog/2008/09/23/plugins-utiles-para-jquery/' rel='bookmark' title='Permanent Link: Plugins útiles para JQuery'>Plugins útiles para JQuery</a></li>
<li><a href='http://www.doutdex.com/blog/2008/08/10/recover-flash-movies-swf-from-browsers-firefox-explorer-opera/' rel='bookmark' title='Permanent Link: Recover flash movies (swf) from browsers (firefox, explorer, opera)'>Recover flash movies (swf) from browsers (firefox, explorer, opera)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/04/23/ajax-galleries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax</title>
		<link>http://www.doutdex.com/blog/2008/04/23/ajax/</link>
		<comments>http://www.doutdex.com/blog/2008/04/23/ajax/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 16:00:37 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=71</guid>
		<description><![CDATA[AJAX, acrónimo de Asynchronous JavaScript And XML (JavaScript asíncrono y XML), es una técnica de desarrollo web para crear aplicaciones interactivas o RIA (Rich Internet Applications). Éstas se ejecutan en el cliente, es decir, en el navegador de los usuarios y mantiene comunicación asíncrona con el servidor en segundo plano. De esta forma es posible [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/04/23/ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
