<?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/category/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>Fechas, fechas y más fechas: Symfony, sfWidgetFormDate y sfValidatorDate</title>
		<link>http://www.loalf.com/2010/02/fechas-fechas-y-mas-fechas-symfony-sfwidgetformdate-y-sfvalidatodate/</link>
		<comments>http://www.loalf.com/2010/02/fechas-fechas-y-mas-fechas-symfony-sfwidgetformdate-y-sfvalidatodate/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:14:19 +0000</pubDate>
		<dc:creator>Javi</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[sf 1.4]]></category>
		<category><![CDATA[dates]]></category>
		<category><![CDATA[fechas]]></category>
		<category><![CDATA[sfValidateDate]]></category>
		<category><![CDATA[sfWidgetFormDate]]></category>
		<category><![CDATA[symfony forms]]></category>

		<guid isPermaLink="false">http://www.loalf.com/?p=254</guid>
		<description><![CDATA[A lo largo de las dos últimas semanas, por necesidades de un proyecto, me he visto obligado a trabajar con formularios en los que había bastantes campos de fecha. Lo que pretendo hoy aquí es dar una serie de recetas rápidas que puedan solucionar esas preguntas &#8220;fáciles&#8221; que puedan surgir. Cambiando el formato Por defecto [...]]]></description>
		<wfw:commentRss>http://www.loalf.com/2010/02/fechas-fechas-y-mas-fechas-symfony-sfwidgetformdate-y-sfvalidatodate/feed/</wfw:commentRss>
		<slash:comments>13</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>Usando la API de TinyURL con PHP</title>
		<link>http://www.loalf.com/2009/07/usando-la-api-de-tinyurl-con-php/</link>
		<comments>http://www.loalf.com/2009/07/usando-la-api-de-tinyurl-con-php/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 10:10:05 +0000</pubDate>
		<dc:creator>Javi</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.loalf.com/?p=93</guid>
		<description><![CDATA[Hace poco posteé un artículo sobre cómo tweetar con PHP. Normalmente estos updates van acompañas de un enlace con información más completa, y para eso tenemos tinyurl. El siguiente código se conecta a la API de tinyurl y te devuelve el valor de la URL empequeñecida, así de sencillo: function tinyURL&#40;$url&#41; &#123; $context = stream_context_create&#40;array&#40; [...]]]></description>
		<wfw:commentRss>http://www.loalf.com/2009/07/usando-la-api-de-tinyurl-con-php/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>
	</channel>
</rss>

