<?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: DOMCached, librería para facilitar el almacenamiento DOM con jQuery y Prototype</title>
	<atom:link href="http://www.anieto2k.com/2010/02/23/domcached-libreria-para-facilitar-el-almacenamiento-dom-con-jquery-y-prototype/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anieto2k.com/2010/02/23/domcached-libreria-para-facilitar-el-almacenamiento-dom-con-jquery-y-prototype/</link>
	<description>Desarrollo web, Wordpress, y alguna cosilla más</description>
	<lastBuildDate>Sun, 12 Feb 2012 12:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: Sin tiempo para escribir.49</title>
		<link>http://www.anieto2k.com/2010/02/23/domcached-libreria-para-facilitar-el-almacenamiento-dom-con-jquery-y-prototype/#comment-62354</link>
		<dc:creator>Sin tiempo para escribir.49</dc:creator>
		<pubDate>Sun, 28 Feb 2010 20:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.anieto2k.com/?p=9710#comment-62354</guid>
		<description>[...] DOMCached, librería para facilitar el almacenamiento DOM con jQuery y Prototype. vía: anieto2k [...]</description>
		<content:encoded><![CDATA[<p>[...] DOMCached, librería para facilitar el almacenamiento DOM con jQuery y Prototype. vía: anieto2k [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: eveevans</title>
		<link>http://www.anieto2k.com/2010/02/23/domcached-libreria-para-facilitar-el-almacenamiento-dom-con-jquery-y-prototype/#comment-62307</link>
		<dc:creator>eveevans</dc:creator>
		<pubDate>Tue, 23 Feb 2010 15:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.anieto2k.com/?p=9710#comment-62307</guid>
		<description>Excelente, voy a experimentar un poco con este plugin</description>
		<content:encoded><![CDATA[<p>Excelente, voy a experimentar un poco con este plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: aNieto2k</title>
		<link>http://www.anieto2k.com/2010/02/23/domcached-libreria-para-facilitar-el-almacenamiento-dom-con-jquery-y-prototype/#comment-62306</link>
		<dc:creator>aNieto2k</dc:creator>
		<pubDate>Tue, 23 Feb 2010 14:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.anieto2k.com/?p=9710#comment-62306</guid>
		<description>&lt;a href=&quot;#comment-62303&quot; title=&quot;Responder a Isra&quot; rel=&quot;nofollow&quot;&gt;@Isra&lt;/a&gt;: Te voy a crear un usuario editor :D

Ya está solucionado, gracias :D</description>
		<content:encoded><![CDATA[<p><a href="#comment-62303" title="Responder a Isra" rel="nofollow">@Isra</a>: Te voy a crear un usuario editor <img src='http://www.anieto2k.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Ya está solucionado, gracias <img src='http://www.anieto2k.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Isra</title>
		<link>http://www.anieto2k.com/2010/02/23/domcached-libreria-para-facilitar-el-almacenamiento-dom-con-jquery-y-prototype/#comment-62303</link>
		<dc:creator>Isra</dc:creator>
		<pubDate>Tue, 23 Feb 2010 14:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.anieto2k.com/?p=9710#comment-62303</guid>
		<description>Siento ser tan pesado con la ortografía, pero &quot;sinó&quot; debe ser escrito como &quot;si no&quot; (9ª línea de código)</description>
		<content:encoded><![CDATA[<p>Siento ser tan pesado con la ortografía, pero &#8220;sinó&#8221; debe ser escrito como &#8220;si no&#8221; (9ª línea de código)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: aNieto2k</title>
		<link>http://www.anieto2k.com/2010/02/23/domcached-libreria-para-facilitar-el-almacenamiento-dom-con-jquery-y-prototype/#comment-62302</link>
		<dc:creator>aNieto2k</dc:creator>
		<pubDate>Tue, 23 Feb 2010 14:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.anieto2k.com/?p=9710#comment-62302</guid>
		<description>&lt;a href=&quot;#comment-62299&quot; title=&quot;Responder a felipe.lv&quot; rel=&quot;nofollow&quot;&gt;@felipe.lv&lt;/a&gt;: La diferencia es que &lt;code&gt;$.().data()&lt;/code&gt; se usa para almacenar a nivel DOM. DOMCached, usa &lt;code&gt;localStorage&lt;/code&gt; y &lt;code&gt;globalStorage&lt;/code&gt; que permiten una mayor permanencia.

Básicamente se trata de una versión mejorada de las odiosas cookies :D</description>
		<content:encoded><![CDATA[<p><a href="#comment-62299" title="Responder a felipe.lv" rel="nofollow">@felipe.lv</a>: La diferencia es que <code>$.().data()</code> se usa para almacenar a nivel DOM. DOMCached, usa <code>localStorage</code> y <code>globalStorage</code> que permiten una mayor permanencia.</p>
<p>Básicamente se trata de una versión mejorada de las odiosas cookies <img src='http://www.anieto2k.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: felipe.lv</title>
		<link>http://www.anieto2k.com/2010/02/23/domcached-libreria-para-facilitar-el-almacenamiento-dom-con-jquery-y-prototype/#comment-62299</link>
		<dc:creator>felipe.lv</dc:creator>
		<pubDate>Tue, 23 Feb 2010 12:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.anieto2k.com/?p=9710#comment-62299</guid>
		<description>¿Cuál sería la diferencia entre esto y la función &lt;code&gt;$().data()&lt;/code&gt; de jQuery? Hasta donde alcanzo a ver, permite lo mismo, ¿no?</description>
		<content:encoded><![CDATA[<p>¿Cuál sería la diferencia entre esto y la función <code>$().data()</code> de jQuery? Hasta donde alcanzo a ver, permite lo mismo, ¿no?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

