<?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>ktulu.com.ar &#187; js</title>
	<atom:link href="http://ktulu.com.ar/blog/tag/js/feed/" rel="self" type="application/rss+xml" />
	<link>http://ktulu.com.ar/blog</link>
	<description>Tecnología, programación y boludeces varias</description>
	<lastBuildDate>Sat, 04 Sep 2010 19:53:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Prototype ajax gotcha</title>
		<link>http://ktulu.com.ar/blog/2008/10/27/prototype-ajax-gotcha/</link>
		<comments>http://ktulu.com.ar/blog/2008/10/27/prototype-ajax-gotcha/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 19:08:27 +0000</pubDate>
		<dc:creator>Luis</dc:creator>
				<category><![CDATA[Investigacion]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[rest]]></category>

		<guid isPermaLink="false">http://ktulu.com.ar/blog/?p=24</guid>
		<description><![CDATA[If you are one of those who leave the docs as a last resort, you may find that when doing ajax requests with Prototype all requests except get and post are emulated using post and adding a _method parameter. The code doing this is in ajax.js: if (!['get', 'post'].include(this.method)) { // simulate other verbs over [...]]]></description>
		<wfw:commentRss>http://ktulu.com.ar/blog/2008/10/27/prototype-ajax-gotcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inconsistencies with array length in Javascript</title>
		<link>http://ktulu.com.ar/blog/2008/10/22/inconsistencies-with-array-length-in-javascript/</link>
		<comments>http://ktulu.com.ar/blog/2008/10/22/inconsistencies-with-array-length-in-javascript/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 21:35:04 +0000</pubDate>
		<dc:creator>adminsitio</dc:creator>
				<category><![CDATA[Investigacion]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[ecmascript]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[length]]></category>

		<guid isPermaLink="false">http://ktulu.com.ar/blog/?p=23</guid>
		<description><![CDATA[What you&#8217;d say is the size of [1,2,] in Javascript? Until last day I&#8217;d say 2 without much thinking. But under IE, the size is 3, because of the last comma. Now, it&#8217;s valid to define arrays like this [,,1], [1,,2] or even [1,,]. All of them having 3 elements. But what about this particular [...]]]></description>
		<wfw:commentRss>http://ktulu.com.ar/blog/2008/10/22/inconsistencies-with-array-length-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
