<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Geekeandome &#187; Ciencia y tecnología</title>
	<atom:link href="http://geeking.me/blog/tag/ciencia-y-tecnologia/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeking.me/blog</link>
	<description>Ahora todo el mundo quiere ser &#34;geek&#34;</description>
	<lastBuildDate>Wed, 28 Dec 2011 20:03:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>Ahora todo el mundo quiere ser &quot;geek&quot;</itunes:summary>
	<itunes:author>Geekeandome</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://geeking.me/blog/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>Ahora todo el mundo quiere ser &quot;geek&quot;</itunes:subtitle>
	<image>
		<title>Geekeandome &#187; Ciencia y tecnología</title>
		<url>http://geeking.me/blog/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://geeking.me/blog</link>
	</image>
		<item>
		<title>Sociabilidad</title>
		<link>http://geeking.me/blog/2010/12/30/sociabilidad/</link>
		<comments>http://geeking.me/blog/2010/12/30/sociabilidad/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 20:56:57 +0000</pubDate>
		<dc:creator>byteStriker</dc:creator>
				<category><![CDATA[Ensayos]]></category>
		<category><![CDATA[cerebro]]></category>
		<category><![CDATA[Ciencia y tecnología]]></category>
		<category><![CDATA[ensayo]]></category>
		<category><![CDATA[neuronas]]></category>
		<category><![CDATA[Priceless]]></category>
		<category><![CDATA[sociabilidad]]></category>

		<guid isPermaLink="false">http://geeking.me/blog/?p=1330</guid>
		<description><![CDATA[Una de las desventajas del uso intensivo de las redes sociales es que dificulta la retroalimentación de expresiones faciales, las cuales son indispensables para poder experimentar emociones y compenetrar con el que se conversa. Yo, por ejemplo, ya estoy muy pinche dañado. El cerebro humano ha trascendido sobre el de otras especies ya que su <a href='http://geeking.me/blog/2010/12/30/sociabilidad/'>[...]</a>]]></description>
		<wfw:commentRss>http://geeking.me/blog/2010/12/30/sociabilidad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to write and read files from php</title>
		<link>http://geeking.me/blog/2009/08/26/how-to-read-and-write-files-from-php/</link>
		<comments>http://geeking.me/blog/2009/08/26/how-to-read-and-write-files-from-php/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 16:14:15 +0000</pubDate>
		<dc:creator>byteStriker</dc:creator>
				<category><![CDATA[c0de]]></category>
		<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Ciencia y tecnología]]></category>
		<category><![CDATA[informática]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[PrototypeJS]]></category>
		<category><![CDATA[Request]]></category>
		<category><![CDATA[Trabajo]]></category>

		<guid isPermaLink="false">http://geeking.me/blog/?p=1049</guid>
		<description><![CDATA[This is a simple and basic example about how to write and read files from php, this code shows you the minimal use of fputs() fclose(), fopen().]]></description>
		<wfw:commentRss>http://geeking.me/blog/2009/08/26/how-to-read-and-write-files-from-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>sql_insertar() &#8211; pg_send_prepare &amp;&amp; pg_send_execute</title>
		<link>http://geeking.me/blog/2009/06/05/insert-into-sql-postgres-pg_send_prepare-pg_send_execute/</link>
		<comments>http://geeking.me/blog/2009/06/05/insert-into-sql-postgres-pg_send_prepare-pg_send_execute/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 17:00:24 +0000</pubDate>
		<dc:creator>byteStriker</dc:creator>
				<category><![CDATA[c0de]]></category>
		<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[Ciencia y tecnología]]></category>
		<category><![CDATA[código]]></category>
		<category><![CDATA[informática]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[Trabajo]]></category>

		<guid isPermaLink="false">http://geeking.me/blog/?p=798</guid>
		<description><![CDATA[Function to create dinamically a valid INSERT INTO SQL instruction, using an array as any parameter and iterating over him to extract the name and values to use it as field names and field values. This function uses pg_send_prepare and pg_send_execute php built-in functions and shows in a detail how to use them.]]></description>
		<wfw:commentRss>http://geeking.me/blog/2009/06/05/insert-into-sql-postgres-pg_send_prepare-pg_send_execute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>La evolución termina aquí</title>
		<link>http://geeking.me/blog/2008/10/08/la-evolucion-termina-aqui/</link>
		<comments>http://geeking.me/blog/2008/10/08/la-evolucion-termina-aqui/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 15:05:18 +0000</pubDate>
		<dc:creator>byteStriker</dc:creator>
				<category><![CDATA[c0de]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Ciencia y tecnología]]></category>

		<guid isPermaLink="false">http://geeking.me/blog/?p=126</guid>
		<description><![CDATA[A medida que la raza humana ha sobre poblado la tierra, los indices de procreación no rebasan una edad promedio de entre 20 y 29 años, cuando menos en las parejas occidentales. Esta conducta reproductiva está frenando la evolución de la raza humana de una manera dramática. Un genetista Londinénse explica que pronto todos seremos <a href='http://geeking.me/blog/2008/10/08/la-evolucion-termina-aqui/'>[...]</a>]]></description>
		<wfw:commentRss>http://geeking.me/blog/2008/10/08/la-evolucion-termina-aqui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

