<?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; twitter</title>
	<atom:link href="http://www.loalf.com/category/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loalf.com</link>
	<description>Otro programador de symfony con blog</description>
	<lastBuildDate>Sun, 05 Sep 2010 09:57:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[EN] Symfony logs in Twitter</title>
		<link>http://www.loalf.com/2010/01/en-symfony-logs-in-twitter/</link>
		<comments>http://www.loalf.com/2010/01/en-symfony-logs-in-twitter/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 13:07:24 +0000</pubDate>
		<dc:creator>Javi</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[logger]]></category>
		<category><![CDATA[logs]]></category>

		<guid isPermaLink="false">http://www.loalf.com/?p=195</guid>
		<description><![CDATA[Last week I read an interesting post about logging your messages into a Mongo database (I must admite that I didn&#8217;t know what a Mongo DB was until that day). This made me think about an experiment, and this is it.
The experiment
According to the post intro and the post title, you don&#8217;t need to be [...]]]></description>
		<wfw:commentRss>http://www.loalf.com/2010/01/en-symfony-logs-in-twitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tus logs de symfony en Twitter</title>
		<link>http://www.loalf.com/2010/01/tus-logs-de-symfony-en-twitter/</link>
		<comments>http://www.loalf.com/2010/01/tus-logs-de-symfony-en-twitter/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 08:07:07 +0000</pubDate>
		<dc:creator>Javi</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[logger]]></category>
		<category><![CDATA[logs]]></category>

		<guid isPermaLink="false">http://www.loalf.com/?p=182</guid>
		<description><![CDATA[Hace poco leía un interesante artículo en el que explicaban como desarrollar un logger que guardase la información en una base de datos mongo (reconozco que no sabía qué era Mongo hasta que lo leí). Este post me &#8220;iluminó&#8221; para hacer un experimento simple y de paso aprender algo sobre los logs de symfony.
El experimento
Después [...]]]></description>
		<wfw:commentRss>http://www.loalf.com/2010/01/tus-logs-de-symfony-en-twitter/feed/</wfw:commentRss>
		<slash:comments>3</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;
   [...]]]></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;.
      [...]]]></description>
		<wfw:commentRss>http://www.loalf.com/2009/07/tweeteando-con-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
