<?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; Web Development</title>
	<atom:link href="http://blog.coderlab.us/category/english/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coderlab.us</link>
	<description>WebDev and Other Stuff</description>
	<lastBuildDate>Wed, 02 Feb 2011 17:10:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SharePoint 2010: Custom Timer Job Caching Old Code</title>
		<link>http://blog.coderlab.us/2011/02/02/sharepoint-2010-custom-timer-job-caching-old-code/</link>
		<comments>http://blog.coderlab.us/2011/02/02/sharepoint-2010-custom-timer-job-caching-old-code/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 17:03:29 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Custom Timer Jobs]]></category>
		<category><![CDATA[SharePoint 2010 Development]]></category>

		<guid isPermaLink="false">http://blog.coderlab.us/?p=65</guid>
		<description><![CDATA[TlVrgZo I&#8217;m new to SharePoint 2010 development, and while I was working on a Custom Timer Job, every time I made a change to my code I noticed that those changes were not being applied&#8230; the &#8220;old&#8221; code was still being used. So, after doing some research (and losing a lot of hair), the way [...]]]></description>
		<wfw:commentRss>http://blog.coderlab.us/2011/02/02/sharepoint-2010-custom-timer-job-caching-old-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>
	</channel>
</rss>

