<?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; JavaScript &amp; DHTML</title>
	<atom:link href="http://blog.coderlab.us/category/english/web-development/dhtml/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>The textContent and innerText Properties</title>
		<link>http://blog.coderlab.us/2006/04/18/the-textcontent-and-innertext-properties/</link>
		<comments>http://blog.coderlab.us/2006/04/18/the-textcontent-and-innertext-properties/#comments</comments>
		<pubDate>Wed, 19 Apr 2006 06:39:03 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[JavaScript & DHTML]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.coderlab.us/2006/04/18/the-textcontent-and-innertext-properties/</guid>
		<description><![CDATA[TlVrgZo In my original post, Using the innerText Property in Firefox, I wrote my example using document.all to determine when to use innerText or textContent. Because the main purpose of that post was to explain to the reader that Firefox does not support the innerText property but the textContent property, I failed to consider other [...]]]></description>
		<wfw:commentRss>http://blog.coderlab.us/2006/04/18/the-textcontent-and-innertext-properties/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>
