<?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>Comments on: In 2007 can we get richer HTTP support?</title>
	<atom:link href="http://almaer.com/blog/in-2007-can-we-get-richer-http-support/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/in-2007-can-we-get-richer-http-support</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan Kubb</title>
		<link>http://almaer.com/blog/in-2007-can-we-get-richer-http-support/comment-page-1#comment-35901</link>
		<dc:creator>Dan Kubb</dc:creator>
		<pubDate>Wed, 17 Jan 2007 22:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/in-2007-can-we-get-richer-http-support#comment-35901</guid>
		<description>Tiago, I don&#039;t think an achor is the correct element to execute a DELETE function.  The anchor has traditionally been associated with GET requests, which are supposed to be safe.  If we suddenly change this we&#039;ll have users clicking on what they think are hyperlinks and accidentally deleting things.
</description>
		<content:encoded><![CDATA[<p>Tiago, I don&#8217;t think an achor is the correct element to execute a DELETE function.  The anchor has traditionally been associated with GET requests, which are supposed to be safe.  If we suddenly change this we&#8217;ll have users clicking on what they think are hyperlinks and accidentally deleting things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago Silveira</title>
		<link>http://almaer.com/blog/in-2007-can-we-get-richer-http-support/comment-page-1#comment-35900</link>
		<dc:creator>Tiago Silveira</dc:creator>
		<pubDate>Wed, 17 Jan 2007 10:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/in-2007-can-we-get-richer-http-support#comment-35900</guid>
		<description>Here&#039;s one interesting topic. Can a FORM element support PUT? Is an anchor the correct element to execute a DELETE function? Maybe these two methods aren&#039;t really useful to model user interactions.

Of course, doing it with Ajax is another story: we have access to HTTP header fields and can handle several special status codes (such as 409/Conflict) in meaningful ways.
</description>
		<content:encoded><![CDATA[<p>Here&#8217;s one interesting topic. Can a FORM element support PUT? Is an anchor the correct element to execute a DELETE function? Maybe these two methods aren&#8217;t really useful to model user interactions.</p>
<p>Of course, doing it with Ajax is another story: we have access to HTTP header fields and can handle several special status codes (such as 409/Conflict) in meaningful ways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Kubb</title>
		<link>http://almaer.com/blog/in-2007-can-we-get-richer-http-support/comment-page-1#comment-35899</link>
		<dc:creator>Dan Kubb</dc:creator>
		<pubDate>Wed, 17 Jan 2007 05:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/in-2007-can-we-get-richer-http-support#comment-35899</guid>
		<description>I read somewhere that HTML 5 is going to support DELETE and PUT.  I wouldn&#039;t expect any browsers to support DELETE or PUT via HTML 4.x, since that would be outside the spec.

One approach that I would bet will catch on is for people to use javascript to scan the HTML and look for things (like Rails&#039; hidden input field called _method) and dynamically add onsubmit event handlers to the form.  When the form is submitted, the event can fire and submit a real PUT or DELETE request via AJAX.
</description>
		<content:encoded><![CDATA[<p>I read somewhere that HTML 5 is going to support DELETE and PUT.  I wouldn&#8217;t expect any browsers to support DELETE or PUT via HTML 4.x, since that would be outside the spec.</p>
<p>One approach that I would bet will catch on is for people to use javascript to scan the HTML and look for things (like Rails&#8217; hidden input field called _method) and dynamically add onsubmit event handlers to the form.  When the form is submitted, the event can fire and submit a real PUT or DELETE request via AJAX.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
