<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comentarios en: Lo absurdo de la programación</title>
	<atom:link href="http://diegoacosta.net/index.php/2007/05/lo-absurdo-de-la-programacion/feed/" rel="self" type="application/rss+xml" />
	<link>http://diegoacosta.net/index.php/2007/05/lo-absurdo-de-la-programacion/</link>
	<description>Espacio para compartir notas y apuntes</description>
	<lastBuildDate>Sun, 15 Jan 2012 12:49:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Por: dvdgmz</title>
		<link>http://diegoacosta.net/index.php/2007/05/lo-absurdo-de-la-programacion/#comment-33</link>
		<dc:creator>dvdgmz</dc:creator>
		<pubDate>Fri, 11 Jan 2008 14:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://dacosta51.wordpress.com/2007/05/08/lo-absurdo-de-la-programacion/#comment-33</guid>
		<description>A mi me pasaba algo similar y era una tontería, me faltaba la coma entre el method y el insertion:

new Ajax.Updater(&#039;products&#039;, &#039;/some_url&#039;, {
  method: &#039;get&#039;
  insertion: Insertion.Top
  });

new Ajax.Updater(&#039;products&#039;, &#039;/some_url&#039;, {
  method: &#039;get&#039;,
  insertion: Insertion.Top
  });

No sé, igual te pasa lo mismo.
:-)</description>
		<content:encoded><![CDATA[<p>A mi me pasaba algo similar y era una tontería, me faltaba la coma entre el method y el insertion:</p>
<p>new Ajax.Updater(&#8216;products&#8217;, &#8216;/some_url&#8217;, {<br />
  method: &#8216;get&#8217;<br />
  insertion: Insertion.Top<br />
  });</p>
<p>new Ajax.Updater(&#8216;products&#8217;, &#8216;/some_url&#8217;, {<br />
  method: &#8216;get&#8217;,<br />
  insertion: Insertion.Top<br />
  });</p>
<p>No sé, igual te pasa lo mismo. <img src='http://diegoacosta.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

