<?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; Languages</title>
	<atom:link href="http://www.doutdex.com/blog/category/languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doutdex.com/blog</link>
	<description>Experience analyzing new softwares</description>
	<lastBuildDate>Wed, 04 Jan 2012 13:01:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>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.]]></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>Error en sentencia PHP Warning:  eregi() REG_BADB</title>
		<link>http://www.doutdex.com/blog/2009/03/01/php-warning-reg-badbr-regbadbr-statement-sentencia/</link>
		<comments>http://www.doutdex.com/blog/2009/03/01/php-warning-reg-badbr-regbadbr-statement-sentencia/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 19:57:55 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.doutdex.com/?p=232</guid>
		<description><![CDATA[Estaba implementando un formulario con validación y tenía que validar un número en un rango, utilicé la función eregi() y en el error log apareció: PHP Warning: eregi() [function.eregi]: REG_BADBR in line &#8230;&#8230;. Esto pasó porque el cuantificador (número) tiene que estar dentro del rango entre 0 y 255 enteros sin signo, porque parece que [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2009/03/01/php-warning-reg-badbr-regbadbr-statement-sentencia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como crear servidor y cliente web service SOAP en PHP NuSOAP con archivo adjunto</title>
		<link>http://www.doutdex.com/blog/2009/01/19/web-service-servidor-y-cliente-soap-en-php-nusoap/</link>
		<comments>http://www.doutdex.com/blog/2009/01/19/web-service-servidor-y-cliente-soap-en-php-nusoap/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 14:16:46 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://blog.doutdex.com/?p=298</guid>
		<description><![CDATA[ntroducción a SOAP: &#8220;SOAP (siglas de Simple Object Access Protocol) es un protocolo estándar que define cómo dos objetos en diferentes procesos pueden comunicarse por medio de intercambio de datos XML. Este protocolo deriva de un protocolo creado por David Winer en 1998, llamado XML-RPC. SOAP fue creado por Microsoft, IBM y otros y está [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2009/01/19/web-service-servidor-y-cliente-soap-en-php-nusoap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Como leer (parsear) archivos XML iso-8859-1 en PHP con SimpleXMLElement UTF-8</title>
		<link>http://www.doutdex.com/blog/2008/10/07/como-leer-archivos-xml-en-php-8859-latin1-utf8/</link>
		<comments>http://www.doutdex.com/blog/2008/10/07/como-leer-archivos-xml-en-php-8859-latin1-utf8/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 23:18:57 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml php]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=463</guid>
		<description><![CDATA[[lang_en]Bueno aquí luego de estar medio día tratando de parsear un archivo XML con SimpleXMLElement, finalmente: Tengo un Xml con iso-8859-1, entonces la idea es leer el archivo con PHP, parsearlo y proceder a imprimir algunos datos en pantalla utilizando el arreglo generado del arbol Xml. El ejemplo de XML: &#60; ?xml version=&#34;1.0&#34; encoding=&#34;iso-8859-1&#34;?&#62; &#60;graficos&#62; [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/10/07/como-leer-archivos-xml-en-php-8859-latin1-utf8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Explorador de archivos en PHP (File manager)</title>
		<link>http://www.doutdex.com/blog/2008/10/05/explorador-de-archivos-en-php-file-manager/</link>
		<comments>http://www.doutdex.com/blog/2008/10/05/explorador-de-archivos-en-php-file-manager/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 16:17:56 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php file manager]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=442</guid>
		<description><![CDATA[Agrega o modifica archivos desde el Browser sin tener que estar usando FTP eXtplorer is a web-based File Manager. You can use it to browse directories &#38; files on the server and edit, copy, move, delete files, search, upload and download files, create and extract archives, create new files and directories, change file permissions (chmod) [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/10/05/explorador-de-archivos-en-php-file-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como leer y escribir XML con JAVA</title>
		<link>http://www.doutdex.com/blog/2008/10/02/como-leer-y-escribir-xml-con-java/</link>
		<comments>http://www.doutdex.com/blog/2008/10/02/como-leer-y-escribir-xml-con-java/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 20:46:10 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=35</guid>
		<description><![CDATA[Una primera introducción a XML (Xtensible Marked Language), el cual &#8220;se propone como un estándar para el intercambio de información estructurada entre diferentes plataformas&#8221;. Leer un xml usando JDOM Se puede utilizar la última versión de ésta librería: www.jdom.org, descargar (jdom1.0.zip)]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/10/02/como-leer-y-escribir-xml-con-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leer archivo Strings con Java</title>
		<link>http://www.doutdex.com/blog/2008/10/02/leer-archivo-java/</link>
		<comments>http://www.doutdex.com/blog/2008/10/02/leer-archivo-java/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 20:45:32 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=31</guid>
		<description><![CDATA[Con esta clase podemos leer de archivos recibiendo un String o escribir en un fichero determinado un String. BufferedReader y BufferedWritter permiten mayor rendimiento ya que necesitan menor número de accesos al fichero para leer o escribir almacenando varios caracteres en cada lectura o escritura. import java.io.*; public class MyFileIO { public MyFileIO(){} public String [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/10/02/leer-archivo-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expresiones regulares con PHP</title>
		<link>http://www.doutdex.com/blog/2008/10/01/expresiones-regulares-con-php/</link>
		<comments>http://www.doutdex.com/blog/2008/10/01/expresiones-regulares-con-php/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 21:25:26 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[expresiones regulares]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=323</guid>
		<description><![CDATA[Bueno luego de estar buscando algunas expresiones útiles aquí les dejo algunas funciones que utilizo para validar algunos datos que provienen de formularios:     /**     * Función que valida un campo de tipo email     * var: campo de texto a validar     * Devuelve FALSE no cumple y TRUE si cumple     */ [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/10/01/expresiones-regulares-con-php/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 [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/09/23/plugins-utiles-para-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adobe lanza versión candidato Flash player 10 &#8220;Astro&#8221;</title>
		<link>http://www.doutdex.com/blog/2008/09/03/adobe-lanza-flash-player-10-candidate/</link>
		<comments>http://www.doutdex.com/blog/2008/09/03/adobe-lanza-flash-player-10-candidate/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 20:41:17 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Flash CS3]]></category>
		<category><![CDATA[flash player]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=274</guid>
		<description><![CDATA[El 11 de Agosto pasado, Adobe Labs dejó una versión &#8220;candidato&#8221; para Flash Player 10 &#8220;Astro&#8221;. [ad#ad-c1] Descargar flashplayer10]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/09/03/adobe-lanza-flash-player-10-candidate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial de perl español con Ejemplos (examples of) de scripts Perl</title>
		<link>http://www.doutdex.com/blog/2008/08/23/tutorial-de-perl-espanol-con-ejemplos-examples-of-de-scripts-perl/</link>
		<comments>http://www.doutdex.com/blog/2008/08/23/tutorial-de-perl-espanol-con-ejemplos-examples-of-de-scripts-perl/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 16:40:56 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=213</guid>
		<description><![CDATA[Tutotial Perl PLEAC &#8211; Programming Language Examples Alike Cookbook http://pleac.sourceforge.net/pleac_perl/index.html [ad#ad-c1]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/08/23/tutorial-de-perl-espanol-con-ejemplos-examples-of-de-scripts-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover flash movies (swf) from browsers (firefox, explorer, opera)</title>
		<link>http://www.doutdex.com/blog/2008/08/10/recover-flash-movies-swf-from-browsers-firefox-explorer-opera/</link>
		<comments>http://www.doutdex.com/blog/2008/08/10/recover-flash-movies-swf-from-browsers-firefox-explorer-opera/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 06:18:17 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Flash CS3]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=135</guid>
		<description><![CDATA[Flash has been popular format for desiging interactive games, navigations, media, movies, and animations for the world wide web. You can actually download these files and keep it as your belonging for your viewing or playing pleasure. The following methods shows how you can save flash files no matter which browser (Internet Explorer, Mozilla Firefox, [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/08/10/recover-flash-movies-swf-from-browsers-firefox-explorer-opera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Papervision Flash 3D</title>
		<link>http://www.doutdex.com/blog/2008/07/18/papervision-flash/</link>
		<comments>http://www.doutdex.com/blog/2008/07/18/papervision-flash/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 19:19:05 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Flash CS3]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash as3]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=129</guid>
		<description><![CDATA[Papervision es una librería para AS3 destacada por la API para crear objetos 3D. Algunos ejemplos: PaperVision 3d, algo que llama la atención es que no son animaciones pesadas, pues cargan demasiado rápido. Haz click en la imagen para ver el demo. más en : Blog papervision]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/07/18/papervision-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Galeria fotos flash con flickr &#8211; Flash photos gallery 3D</title>
		<link>http://www.doutdex.com/blog/2008/06/17/galeria-fotos-flash-con-flickr-flash-photos-gallery-3d/</link>
		<comments>http://www.doutdex.com/blog/2008/06/17/galeria-fotos-flash-con-flickr-flash-photos-gallery-3d/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 21:13:35 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Flash CS3]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[galleries photos]]></category>
		<category><![CDATA[gallery]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=116</guid>
		<description><![CDATA[DEMO Más galerías de fotos con Ajax y Javascript]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/06/17/galeria-fotos-flash-con-flickr-flash-photos-gallery-3d/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 &#40;?:\+&#124;-&#41;?\d+$ Correo electrónico /&#91;\w-\.&#93;&#123;3,&#125;@&#40;&#91;\w-&#93;&#123;2,&#125;\.&#41;*&#40;&#91;\w-&#93;&#123;2,&#125;\.&#41;&#91;\w-&#93;&#123;2,4&#125;/ URL ^&#40;ht&#124;f&#41;tp&#40;s?&#41;\:\/\/&#91;0-9a-zA-Z&#93;&#40;&#91;-.\w&#93;*&#91;0-9a-zA-Z&#93;&#41;*&#40;:&#40;0-9&#41;*&#41;*&#40;\/?&#41;&#40; &#91;a-zA-Z0-9\-\.\?\,\’\/\\\+&#38;amp;%\$#_&#93;*&#41;?$ Contraseña segura &#40;?!^&#91;0-9&#93;*$&#41;&#40;?!^&#91;a-zA-Z&#93;*$&#41;^&#40;&#91;a-zA-Z0-9&#93;&#123;8,10&#125;&#41;$ (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&#123;2&#125;/\d&#123;2&#125;/d&#123;4&#125;$ Hora 10:05:15 ^&#40;0&#91;1-9&#93;&#124;1\d&#124;2&#91;0-3&#93;&#41;:&#40;&#91;0-5&#93;\d&#41;:&#40;&#91;0-5&#93;\d&#41;$ Número tarjeta de crédito ^&#40;&#40;67\d&#123;2&#125;&#41;&#124;&#40;4\d&#123;3&#125;&#41;&#124;&#40;5&#91;1-5&#93;\d&#123;2&#125;&#41;&#124;&#40;6011&#41;&#41;&#40;-?\s?\d&#123;4&#125;&#41;&#123;3&#125;&#124;&#40;3&#91;4,7&#93;&#41;\ d&#123;2&#125;-?\s?\d&#123;6&#125;-?\s?\d&#123;5&#125;$ Número teléfono ^&#91;0-9&#93;&#123;2,3&#125;-? ?&#91;0-9&#93;&#123;6,7&#125;$ Código postal ^&#40;&#91;1-9&#93;&#123;2&#125;&#124;&#91;0-9&#93;&#91;1-9&#93;&#124;&#91;1-9&#93;&#91;0-9&#93;&#41;&#91;0-9&#93;&#123;3&#125;$ [...]]]></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>Flex 3</title>
		<link>http://www.doutdex.com/blog/2008/06/02/flex-3-2/</link>
		<comments>http://www.doutdex.com/blog/2008/06/02/flex-3-2/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 20:54:40 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=64</guid>
		<description><![CDATA[Hace mucho tiempo que no he comentado nada acerca de Adobe flex, ahora voy a retomar el tema y me remontaré a sus inicios, aquellos tiempos en que Adobe empezó a hablar de Apollo, fue la iniciativa más grande de producir y mejorar la manera como se presentan las aplicaciones web en internet, esto a [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/06/02/flex-3-2/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[]]></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>Función para Importar archivo (parser) a (from) CSV a variable PHP</title>
		<link>http://www.doutdex.com/blog/2008/05/15/funcion-para-importar-archivo-parser-a-from-csv-a-variable-php/</link>
		<comments>http://www.doutdex.com/blog/2008/05/15/funcion-para-importar-archivo-parser-a-from-csv-a-variable-php/#comments</comments>
		<pubDate>Fri, 16 May 2008 03:42:16 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[csv]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=79</guid>
		<description><![CDATA[Este código fue extraído de otro blog que ha sido probado y funciona correctamente. &#8220;This is a snippet of code that I had posted on another of my websites and in doing some cleanup it really fits better here. I spent last evening working on a Comma Separated Values (CSV) list of titles for a [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/05/15/funcion-para-importar-archivo-parser-a-from-csv-a-variable-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qué es Adobe Air? funciona en Windows, Ubuntu y MAc</title>
		<link>http://www.doutdex.com/blog/2008/05/15/adobe-air-para-ubuntu/</link>
		<comments>http://www.doutdex.com/blog/2008/05/15/adobe-air-para-ubuntu/#comments</comments>
		<pubDate>Fri, 16 May 2008 03:29:40 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Adobe Air]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=70</guid>
		<description><![CDATA[Qué es Adobe Air? Es una máquina virtual que se ejecuta tanto en windows, linux y mac es multiplatarforma. Desarrollada por Adobe, a iniciones del año 2008 Adobe lanzó la version 1.0 Los programas de adobe Air, son muy fáciles de instalar incluyen un instalador y se pueden desarrollar aplicaciones con versión y además se [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/05/15/adobe-air-para-ubuntu/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 [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/05/15/jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

