<?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/tag/twitter/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>[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 [...]]]></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 [...]]]></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>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>

