<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for GET / HTTP/1.1</title>
	<atom:link href="http://ruturajv.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruturajv.wordpress.com</link>
	<description>Anything to develop, developed, ideas for , to and by the Web</description>
	<lastBuildDate>Tue, 06 Oct 2009 04:18:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on HTTP POST Request by ruturajv</title>
		<link>http://ruturajv.wordpress.com/2005/12/25/http-post-request/#comment-5466</link>
		<dc:creator>ruturajv</dc:creator>
		<pubDate>Tue, 06 Oct 2009 04:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2005/12/25/http-post-request/#comment-5466</guid>
		<description>hi,

thanks for the bug in the post :P I&#039;ve rectified it.. I didn&#039;t mean that POST is used for hiding variables, but its a common term devs use, so I just included so that they could have an easy ref.

&lt;strong&gt;GET&lt;/strong&gt; - used primarily for readonly operations from the Server
&lt;strong&gt;POST/PUT/DELETE&lt;/strong&gt; - used for operations on the server, that are going to change things @ the server&#039;s end.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>thanks for the bug in the post <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  I&#8217;ve rectified it.. I didn&#8217;t mean that POST is used for hiding variables, but its a common term devs use, so I just included so that they could have an easy ref.</p>
<p><strong>GET</strong> &#8211; used primarily for readonly operations from the Server<br />
<strong>POST/PUT/DELETE</strong> &#8211; used for operations on the server, that are going to change things @ the server&#8217;s end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTTP POST Request by Ruquay K Calloway</title>
		<link>http://ruturajv.wordpress.com/2005/12/25/http-post-request/#comment-5465</link>
		<dc:creator>Ruquay K Calloway</dc:creator>
		<pubDate>Mon, 05 Oct 2009 13:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2005/12/25/http-post-request/#comment-5465</guid>
		<description>I hope that you will correct a few things in your article:
1. encoding &quot;&amp;&quot; as &quot;&amp;&quot; is *not* URL encoding, but rather HTML entity encoding.  You would use this to write an ampersand in your HTML, but in a URL (or in the POST body), you would use percent encoding (in this case &quot;%26&quot;).
2. the purpose of POST is not just to hide the data being sent.  GET and POST serve rather different functions, and should be used accordingly (GET is a &#039;safe&#039; operation, and should not be used to change resource data on the server).</description>
		<content:encoded><![CDATA[<p>I hope that you will correct a few things in your article:<br />
1. encoding &#8220;&amp;&#8221; as &#8220;&amp;&#8221; is *not* URL encoding, but rather HTML entity encoding.  You would use this to write an ampersand in your HTML, but in a URL (or in the POST body), you would use percent encoding (in this case &#8220;%26&#8243;).<br />
2. the purpose of POST is not just to hide the data being sent.  GET and POST serve rather different functions, and should be used accordingly (GET is a &#8217;safe&#8217; operation, and should not be used to change resource data on the server).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim: File Browsing by dotti</title>
		<link>http://ruturajv.wordpress.com/2006/08/23/vim-file-browsing/#comment-5464</link>
		<dc:creator>dotti</dc:creator>
		<pubDate>Sat, 26 Sep 2009 15:32:19 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/08/23/vim-file-browsing/#comment-5464</guid>
		<description>t opens files in a new tab, if that&#039;s any help</description>
		<content:encoded><![CDATA[<p>t opens files in a new tab, if that&#8217;s any help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim: Auto Complete by sandrar</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5463</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 15:05:26 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5463</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTTP POST Request by ruturajv</title>
		<link>http://ruturajv.wordpress.com/2005/12/25/http-post-request/#comment-5462</link>
		<dc:creator>ruturajv</dc:creator>
		<pubDate>Fri, 07 Aug 2009 04:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2005/12/25/http-post-request/#comment-5462</guid>
		<description>can u check ur body? I guess the body is having incorrect boundary definitions.. just try to print it and cross-check.</description>
		<content:encoded><![CDATA[<p>can u check ur body? I guess the body is having incorrect boundary definitions.. just try to print it and cross-check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTTP POST Request by Dickson</title>
		<link>http://ruturajv.wordpress.com/2005/12/25/http-post-request/#comment-5461</link>
		<dc:creator>Dickson</dc:creator>
		<pubDate>Thu, 06 Aug 2009 20:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2005/12/25/http-post-request/#comment-5461</guid>
		<description>Hi guys, am using J2Me to POST data to IIS server on my comp. The data is encoded ans multipart. On posting, the data is visible on the debugger but the server only gets the first boundary. I cannot access the data itself. Using Jscript.
Someone help!!
Thanks</description>
		<content:encoded><![CDATA[<p>Hi guys, am using J2Me to POST data to IIS server on my comp. The data is encoded ans multipart. On posting, the data is visible on the debugger but the server only gets the first boundary. I cannot access the data itself. Using Jscript.<br />
Someone help!!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fedora Core 6 Default Wallpapers by Ted</title>
		<link>http://ruturajv.wordpress.com/2007/08/12/fedora-6-default-wallpapers/#comment-5460</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Tue, 07 Jul 2009 15:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2007/08/12/fedora-6-default-wallpapers/#comment-5460</guid>
		<description>Nice.
will replace many lame wallpapers</description>
		<content:encoded><![CDATA[<p>Nice.<br />
will replace many lame wallpapers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim 7 Autocomplete by henkie</title>
		<link>http://ruturajv.wordpress.com/2006/12/21/vim-7-autocomplete/#comment-5459</link>
		<dc:creator>henkie</dc:creator>
		<pubDate>Wed, 10 Jun 2009 12:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2006/12/21/vim-7-autocomplete/#comment-5459</guid>
		<description>Looks liek vim is turnan into emacs =)</description>
		<content:encoded><![CDATA[<p>Looks liek vim is turnan into emacs =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim: Auto Complete by chrelad</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5458</link>
		<dc:creator>chrelad</dc:creator>
		<pubDate>Mon, 01 Jun 2009 21:36:22 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5458</guid>
		<description>Cool! :D Works for me</description>
		<content:encoded><![CDATA[<p>Cool! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Works for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim: Auto Complete by razzlegames</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5457</link>
		<dc:creator>razzlegames</dc:creator>
		<pubDate>Thu, 28 May 2009 00:46:13 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5457</guid>
		<description>Rahul, you can map Autocomplete to a different key combination.  

BTW, did anyone see this?:  

http://vim.wikia.com/wiki/Ctrl-p_-_autocomplete
File completion: 
Line completion: 
Omni completion:  

There much more to this than just token completion.... even line completion ... and if using ctags,... it give you a description of the function/etc up top in a preview window. 

CTRL-z to close preview :).. that&#039;s the next question, I am sure.</description>
		<content:encoded><![CDATA[<p>Rahul, you can map Autocomplete to a different key combination.  </p>
<p>BTW, did anyone see this?:  </p>
<p><a href="http://vim.wikia.com/wiki/Ctrl-p_-_autocomplete" rel="nofollow">http://vim.wikia.com/wiki/Ctrl-p_-_autocomplete</a><br />
File completion:<br />
Line completion:<br />
Omni completion:  </p>
<p>There much more to this than just token completion&#8230;. even line completion &#8230; and if using ctags,&#8230; it give you a description of the function/etc up top in a preview window. </p>
<p>CTRL-z to close preview <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .. that&#8217;s the next question, I am sure.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
