<?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>CoderLab's Blog &#187; English</title>
	<atom:link href="http://blog.coderlab.us/category/english/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coderlab.us</link>
	<description>WebDev and Other Stuff</description>
	<lastBuildDate>Wed, 02 Sep 2009 16:24:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using The Post Method In Ajax</title>
		<link>http://blog.coderlab.us/2008/09/22/using-the-post-method-in-ajax/</link>
		<comments>http://blog.coderlab.us/2008/09/22/using-the-post-method-in-ajax/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 15:52:39 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[JavaScript & DHTML]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://blog.coderlab.us/?p=45</guid>
		<description><![CDATA[TlVrgZo In the Rasmus&#8217; 30 Second Ajax Tutorial, we&#8217;re using the get method to send our request: function sndReq&#40;action&#41; &#123; http.open&#40;'get', 'rpc.php?action='+action&#41;; http.onreadystatechange = handleResponse; http.send&#40;null&#41;; &#125; But what if we want to use the post method? Well, let&#8217;s modify that function to do just that: function sndReq&#40;action&#41; &#123; http.open&#40;'post', 'rpc.php', true&#41;; http.setRequestHeader&#40;&#34;Content-type&#34;, &#34;application/x-www-form-urlencoded&#34;&#41;; http.setRequestHeader&#40;&#34;Content-length&#34;, [...]]]></description>
		<wfw:commentRss>http://blog.coderlab.us/2008/09/22/using-the-post-method-in-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Denying Directory Listing With htaccess</title>
		<link>http://blog.coderlab.us/2008/04/24/denying-directory-listing-width-htaccess/</link>
		<comments>http://blog.coderlab.us/2008/04/24/denying-directory-listing-width-htaccess/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 21:55:01 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Apache Server]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://blog.coderlab.us/?p=40</guid>
		<description><![CDATA[TlVrgZo Just type: Options -Indexes That&#8217;s it! Copyright &#169; 2010 CoderLab's Blog. CoderLabPlugin by Taragana]]></description>
		<wfw:commentRss>http://blog.coderlab.us/2008/04/24/denying-directory-listing-width-htaccess/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
