<?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>Symfony y Desarrollo Web &#187; PHP</title>
	<atom:link href="http://www.loalf.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loalf.com</link>
	<description>Otro programador de symfony con blog</description>
	<lastBuildDate>Sun, 13 Feb 2011 11:40:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Symfony y Ubuntu II: Virtual Hosts y Entorno de Desarrollo</title>
		<link>http://www.loalf.com/2009/11/symfony-y-ubuntu-ii-virtual-hosts-y-entorno-de-desarrollo/</link>
		<comments>http://www.loalf.com/2009/11/symfony-y-ubuntu-ii-virtual-hosts-y-entorno-de-desarrollo/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:38:10 +0000</pubDate>
		<dc:creator>Javi</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[vhosts]]></category>

		<guid isPermaLink="false">http://www.loalf.com/?p=157</guid>
		<description><![CDATA[Después del post de ayer, ya tenemos Apache, PHP y MySQL corriendo en nuestro PC, pero esto no es suficiente. El principal problema con el que nos encontramos es que nuestras web deberían colgar de la carpeta /var/www/, en la cual no tenemos permisos de escritura y sólo es accesible para root. Para solventar lo [...]]]></description>
		<wfw:commentRss>http://www.loalf.com/2009/11/symfony-y-ubuntu-ii-virtual-hosts-y-entorno-de-desarrollo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Symfony y Ubuntu I: Instalando y configurado LAMP</title>
		<link>http://www.loalf.com/2009/11/symfony-y-ubuntu-instalando-y-configurado-lam/</link>
		<comments>http://www.loalf.com/2009/11/symfony-y-ubuntu-instalando-y-configurado-lam/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 08:22:46 +0000</pubDate>
		<dc:creator>Javi</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://www.loalf.com/?p=152</guid>
		<description><![CDATA[Después de muchos años en el entorno Windows, me he decido armar de valor y moverme a Linux, y como tampoco soy tan geek, me he ido al Linux &#8220;para seres humanos&#8221;, esto es, Ubuntu. Puesto que para mí el paso ha sido algo costoso (en tiempo, se entiende), detallaré paso a paso que es [...]]]></description>
		<wfw:commentRss>http://www.loalf.com/2009/11/symfony-y-ubuntu-instalando-y-configurado-lam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweeteando con PHP</title>
		<link>http://www.loalf.com/2009/07/tweeteando-con-php/</link>
		<comments>http://www.loalf.com/2009/07/tweeteando-con-php/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 11:58:51 +0000</pubDate>
		<dc:creator>Javi</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.loalf.com/?p=68</guid>
		<description><![CDATA[Hace poco vi esta pequeña joya de código que permite tweetear (¿?) directamente desde código PHP. function tweet&#40;$message, $username, $password&#41; &#123; $context = stream_context_create&#40;array&#40; 'http' =&#62; array&#40; 'method' =&#62; 'POST', 'header' =&#62; sprintf&#40;&#34;Authorization: Basic %s\r\n&#34;, base64_encode&#40;$username.':'.$password&#41;&#41;. &#34;Content-type: application/x-www-form-urlencoded\r\n&#34;, 'content' =&#62; http_build_query&#40;array&#40;'status' =&#62; $message&#41;&#41;, 'timeout' =&#62; 5, &#41;, &#41;&#41;; $ret = file_get_contents&#40;'http://twitter.com/statuses/update.xml', false, $context&#41;; &#160; return [...]]]></description>
		<wfw:commentRss>http://www.loalf.com/2009/07/tweeteando-con-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Encriptando datos con Symfony y Mcrypt</title>
		<link>http://www.loalf.com/2009/06/encriptando-datos-con-symfony-y-mcrpt/</link>
		<comments>http://www.loalf.com/2009/06/encriptando-datos-con-symfony-y-mcrpt/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 20:46:58 +0000</pubDate>
		<dc:creator>Javi</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[encriptar]]></category>
		<category><![CDATA[mcrypt]]></category>
		<category><![CDATA[modelo]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.loalf.com/?p=24</guid>
		<description><![CDATA[En ocasiones necesitamos guardar datos sensibles en la base de datos de nuestra aplicación. En este caso deberemos encriptarla y que mejor que con la librería Mcrypt. Cada vez que mostremos dicha información al usuario o la actualicemos/guardemos deberemos asegurarnos de encriptarla/desencriptarla. En el caso de que estemos utilizando symfony esta tarea resulta casi trivial [...]]]></description>
		<wfw:commentRss>http://www.loalf.com/2009/06/encriptando-datos-con-symfony-y-mcrpt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

