<?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; rest</title>
	<atom:link href="http://ktulu.com.ar/blog/tag/rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://ktulu.com.ar/blog</link>
	<description>Tecnología, programación y boludeces varias</description>
	<lastBuildDate>Sun, 25 Mar 2012 14:42:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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>
	</channel>
</rss>

