<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>:: walter.lannot &#124; blog</title>
	<atom:link href="http://wlannot.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wlannot.wordpress.com</link>
	<description>Bienvenidos a mi blog!</description>
	<lastBuildDate>Fri, 06 Jan 2012 00:45:43 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wlannot.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>:: walter.lannot &#124; blog</title>
		<link>http://wlannot.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wlannot.wordpress.com/osd.xml" title=":: walter.lannot &#124; blog" />
	<atom:link rel='hub' href='http://wlannot.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Como cambiar el puerto 80 de Apache Server por el puerto 8080</title>
		<link>http://wlannot.wordpress.com/2012/01/05/como-cambiar-el-puerto-80-de-apache-server-por-el-puerto-8080/</link>
		<comments>http://wlannot.wordpress.com/2012/01/05/como-cambiar-el-puerto-80-de-apache-server-por-el-puerto-8080/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 04:08:44 +0000</pubDate>
		<dc:creator>wlannot</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://wlannot.wordpress.com/?p=309</guid>
		<description><![CDATA[Hola a todos, tanto tiempo. esta vez he vuelto por algo que aunque simple, no lo quiero dejar pasar: algunos problemas con el puerto 80 donde escucha Apache. En mi caso, uso como servidor local, al paquete XAMPP, un servidor web bastante completo. ademàs es un servidor de correo, de FTP y varias otras cosas [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wlannot.wordpress.com&amp;blog=738167&amp;post=309&amp;subd=wlannot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wlannot.wordpress.com/2012/01/05/como-cambiar-el-puerto-80-de-apache-server-por-el-puerto-8080/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5c0fd11458655dcdf7a24ae669347a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wlannot</media:title>
		</media:content>
	</item>
		<item>
		<title>Includes en PHP</title>
		<link>http://wlannot.wordpress.com/2010/07/31/includes-en-php/</link>
		<comments>http://wlannot.wordpress.com/2010/07/31/includes-en-php/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 00:05:33 +0000</pubDate>
		<dc:creator>wlannot</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://wlannot.wordpress.com/?p=298</guid>
		<description><![CDATA[Esta es una traducción parcial y sintética de un post de SITEPOINT y se refiere a las opciones que nos da PHP para el tratamiento de los includes, una sentencia muy conocida en muschos lenguajes. Existen cuatro formas de incluir un script dentro de otro en PHP, ellos son: include require include_once require_once include y [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wlannot.wordpress.com&amp;blog=738167&amp;post=298&amp;subd=wlannot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wlannot.wordpress.com/2010/07/31/includes-en-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5c0fd11458655dcdf7a24ae669347a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wlannot</media:title>
		</media:content>
	</item>
		<item>
		<title>scripts jsp</title>
		<link>http://wlannot.wordpress.com/2010/06/30/scripts-jsp/</link>
		<comments>http://wlannot.wordpress.com/2010/06/30/scripts-jsp/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 00:02:34 +0000</pubDate>
		<dc:creator>wlannot</dc:creator>
				<category><![CDATA[jsp]]></category>

		<guid isPermaLink="false">http://wlannot.wordpress.com/?p=291</guid>
		<description><![CDATA[Mejor no demorar mucho, acá va un pequeño ejemplo de una página jsp: &#60;%&#8211; Document   : verdatos Created on : 19/06/2010, 15:40:01 Author     : Administrador &#8211;%&#62; &#60;%! String mensaje1 = &#8220;Bienvenidos &#8220;; String mensaje2 = &#8220;a mi web&#8221;; String mensaje = &#8220;&#8221;; %&#62; &#60;% mensaje = mensaje1 + mensaje2; %&#62; &#60;%@page contentType=&#8221;text/html&#8221; pageEncoding=&#8221;UTF-8&#8243;%&#62; &#60;html&#62; &#60;head&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wlannot.wordpress.com&amp;blog=738167&amp;post=291&amp;subd=wlannot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wlannot.wordpress.com/2010/06/30/scripts-jsp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5c0fd11458655dcdf7a24ae669347a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wlannot</media:title>
		</media:content>
	</item>
		<item>
		<title>JAVA SERVER PAGES (JSP)</title>
		<link>http://wlannot.wordpress.com/2010/06/30/java-server-pages-jsp/</link>
		<comments>http://wlannot.wordpress.com/2010/06/30/java-server-pages-jsp/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 23:28:41 +0000</pubDate>
		<dc:creator>wlannot</dc:creator>
				<category><![CDATA[jsp]]></category>

		<guid isPermaLink="false">http://wlannot.wordpress.com/?p=286</guid>
		<description><![CDATA[Para aquellos que ya tengan alguna idea sobre los servlets de java, sabrán que la principal desventaja es que mezclan la presentación con el contenido. JavaServer Pages son páginas y son la respuesta de java a la programacíon web dinámica, similar a otras como PHP y ASP.NET. Sin entrar en detalles, una página jsp contiene [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wlannot.wordpress.com&amp;blog=738167&amp;post=286&amp;subd=wlannot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wlannot.wordpress.com/2010/06/30/java-server-pages-jsp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5c0fd11458655dcdf7a24ae669347a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wlannot</media:title>
		</media:content>
	</item>
		<item>
		<title>Un iframe con fondo transparente con IE</title>
		<link>http://wlannot.wordpress.com/2010/04/30/un-iframe-con-fondo-transparente/</link>
		<comments>http://wlannot.wordpress.com/2010/04/30/un-iframe-con-fondo-transparente/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 23:42:17 +0000</pubDate>
		<dc:creator>wlannot</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://wlannot.wordpress.com/?p=274</guid>
		<description><![CDATA[En un desarrollo que estoy haciendo en este momento, se me presenta la necesidad de usar un iframe. Es bastante discutible sobre la utilidad de utilizar un iframe o no. Dejando de lado ese aspecto, se me presentó un &#8220;problema&#8221; a la hora de ver cómo el IE  (cuándo no)  mostraba el contenido del iframe. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wlannot.wordpress.com&amp;blog=738167&amp;post=274&amp;subd=wlannot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wlannot.wordpress.com/2010/04/30/un-iframe-con-fondo-transparente/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5c0fd11458655dcdf7a24ae669347a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wlannot</media:title>
		</media:content>
	</item>
		<item>
		<title>Transparencias con estilos css</title>
		<link>http://wlannot.wordpress.com/2010/04/03/transparencias-con-estilos-css/</link>
		<comments>http://wlannot.wordpress.com/2010/04/03/transparencias-con-estilos-css/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 01:05:27 +0000</pubDate>
		<dc:creator>wlannot</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://wlannot.wordpress.com/?p=269</guid>
		<description><![CDATA[Para aquellos que necesiten una etiqueta &#60;div&#62; con un color transparente o una semitransparencia, digamos; podemos hacer lo siguiente: Para Firefox u Opera: opacity:0.5; (aquí coloco una tranparencia del 50%, uds coloquen la que necesiten) Para IE 6, 7 u 8: filter:alpha(opacity=50); En definitiva, nuestro estilo para una etiqueta div con un id=&#8221;menu&#8221;, tendremos #menu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wlannot.wordpress.com&amp;blog=738167&amp;post=269&amp;subd=wlannot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wlannot.wordpress.com/2010/04/03/transparencias-con-estilos-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5c0fd11458655dcdf7a24ae669347a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wlannot</media:title>
		</media:content>
	</item>
		<item>
		<title>Estilos css en CodeIgniter</title>
		<link>http://wlannot.wordpress.com/2010/03/31/estilos-css-en-codeigniter/</link>
		<comments>http://wlannot.wordpress.com/2010/03/31/estilos-css-en-codeigniter/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 00:58:02 +0000</pubDate>
		<dc:creator>wlannot</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wlannot.wordpress.com/?p=252</guid>
		<description><![CDATA[Un problema que parece que se presenta al trabajar con codeigniter, es la asignación de estilos css a las vistas. Lo que sigue es una opción que me ha dado resultado: Si nuestro sitio se llama, por ejemplo,  misitio, en nuestro servidor tendremos http://localhost/misitio. Será algo común colocar allí mismo una carpeta con nuestros estilos [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wlannot.wordpress.com&amp;blog=738167&amp;post=252&amp;subd=wlannot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wlannot.wordpress.com/2010/03/31/estilos-css-en-codeigniter/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5c0fd11458655dcdf7a24ae669347a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wlannot</media:title>
		</media:content>

		<media:content url="http://wlannot.files.wordpress.com/2010/03/codeigniter.gif?w=300" medium="image">
			<media:title type="html">codeigniter</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalación de CodeIgniter I</title>
		<link>http://wlannot.wordpress.com/2010/03/31/instalacion-de-codeigniter-i/</link>
		<comments>http://wlannot.wordpress.com/2010/03/31/instalacion-de-codeigniter-i/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 22:47:28 +0000</pubDate>
		<dc:creator>wlannot</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://wlannot.wordpress.com/?p=228</guid>
		<description><![CDATA[Programar un sitio cada de vez desde cero, es un trabajo un poco tedioso. Además se presenta el problema de separar el desarrollo en la &#8220;capa de presentación&#8221;, en la &#8220;capa de datos&#8221; y en la &#8220;capa de comportamiento&#8221;. Lo anterior sería separar lo estético, lo &#8220;bonito&#8221; de una págna web; separar las gestiones con [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wlannot.wordpress.com&amp;blog=738167&amp;post=228&amp;subd=wlannot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wlannot.wordpress.com/2010/03/31/instalacion-de-codeigniter-i/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5c0fd11458655dcdf7a24ae669347a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wlannot</media:title>
		</media:content>

		<media:content url="http://wlannot.files.wordpress.com/2010/03/codeigniter.gif?w=300" medium="image">
			<media:title type="html">codeigniter</media:title>
		</media:content>
	</item>
		<item>
		<title>960 grid system, un framework para css – parte 3</title>
		<link>http://wlannot.wordpress.com/2010/02/25/960-grid-system-un-framework-para-css-%e2%80%93-parte-3/</link>
		<comments>http://wlannot.wordpress.com/2010/02/25/960-grid-system-un-framework-para-css-%e2%80%93-parte-3/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 05:52:16 +0000</pubDate>
		<dc:creator>wlannot</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://wlannot.wordpress.com/?p=221</guid>
		<description><![CDATA[Continuando con nuestro trabajo con las grillas, dijimos que una vez descargado el archivo &#8220;nathansmith&#8230;.zip&#8221;, tenemos que descomprimirlo en la carpeta raiz de nuestro sitio. Una vez hecho esto, vamos a tener una carpeta de nombre &#8220;nathansmith&#8230;.&#8221;. Dentro de esta carpeta, tenemos otra de nombre &#8220;code&#8221;. Y a su vez dentro de esta última, tenemos [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wlannot.wordpress.com&amp;blog=738167&amp;post=221&amp;subd=wlannot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wlannot.wordpress.com/2010/02/25/960-grid-system-un-framework-para-css-%e2%80%93-parte-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5c0fd11458655dcdf7a24ae669347a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wlannot</media:title>
		</media:content>
	</item>
		<item>
		<title>960 grid system, un framework para css – parte 2</title>
		<link>http://wlannot.wordpress.com/2010/02/01/960-grid-system-un-framework-para-css-%e2%80%93-parte-2/</link>
		<comments>http://wlannot.wordpress.com/2010/02/01/960-grid-system-un-framework-para-css-%e2%80%93-parte-2/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 02:49:39 +0000</pubDate>
		<dc:creator>wlannot</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://wlannot.wordpress.com/?p=212</guid>
		<description><![CDATA[Desde la página oficial del framework, http://960.gs/ , descargamos la última versión disponible. Una vez hecho lo anterior, la descomprimimos en la carpeta raiz de nuestro sitio. Básicamente trabajaremos con clases.  Las clases en cuestión son: container_yy : Donde “yy” puede ser 12 o 16, que son el número de columnas con las que trabajaremos. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wlannot.wordpress.com&amp;blog=738167&amp;post=212&amp;subd=wlannot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wlannot.wordpress.com/2010/02/01/960-grid-system-un-framework-para-css-%e2%80%93-parte-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5c0fd11458655dcdf7a24ae669347a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wlannot</media:title>
		</media:content>
	</item>
	</channel>
</rss>
