<?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>Web Do&#039;s &#38; Don&#039;ts &#187; GET</title>
	<atom:link href="http://webdosanddonts.com/tag/get/feed" rel="self" type="application/rss+xml" />
	<link>http://webdosanddonts.com</link>
	<description>Tips&#38;Tricks for the modern day web designer</description>
	<lastBuildDate>Wed, 18 May 2011 22:30:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Learn when to use GET and POST</title>
		<link>http://webdosanddonts.com/learn-when-to-use-get-and-post</link>
		<comments>http://webdosanddonts.com/learn-when-to-use-get-and-post#comments</comments>
		<pubDate>Mon, 23 Nov 2009 20:54:58 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Addressability]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[URI]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=774</guid>
		<description><![CDATA[HTTP GET promotes URI addressability so, designers should adopt it for safe operations such as simple queries. POST is appropriate for other types of applications where a user request has the potential to change the state of the resource (or of related resources).]]></description>
			<content:encoded><![CDATA[<p>HTTP GET promotes URI addressability so, designers should adopt it for <a href="http://www.w3.org/2001/tag/doc/whenToUseGet.html#safe">safe operations</a> such as simple queries. POST is appropriate for other types of applications where a user request has the potential to change the state of the resource (or of related resources).</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/learn-when-to-use-get-and-post/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

