<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>CoderLab's Blog</title>
	<link>http://blog.coderlab.us</link>
	<description>WebDev and Other Stuff</description>
	<lastBuildDate>Wed, 02 Sep 2009 16:24:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>What is a Redundant Server?</title>
		<description><![CDATA[TlVrgZo If you want to know a simple explanation of what a Redundant Server is, here it is:
A redundant server is a backup server, up and running on the network, that can take over instantly if the primary server fails.
Often, if the primary and secondary are both functional, both will share duties, increasing overall throughput. [...]]]></description>
		<link>http://blog.coderlab.us/2009/06/05/what-is-a-redundant-server/</link>
			</item>
	<item>
		<title>Using The Post Method In Ajax</title>
		<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 [...]]]></description>
		<link>http://blog.coderlab.us/2008/09/22/using-the-post-method-in-ajax/</link>
			</item>
</channel>
</rss>
