<?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>Developer's Camp &#187; Ajax</title>
	<atom:link href="http://www.developerscamp.com/tag/ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developerscamp.com</link>
	<description>Tech Developer's Community Resource.</description>
	<lastBuildDate>Tue, 25 May 2010 11:42:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google AJAX API Parameter Added</title>
		<link>http://www.developerscamp.com/topics/ajax/google-ajax-api-parameter-added.html</link>
		<comments>http://www.developerscamp.com/topics/ajax/google-ajax-api-parameter-added.html#comments</comments>
		<pubDate>Tue, 25 May 2010 05:20:22 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=210</guid>
		<description><![CDATA[Google announced that it is adding a new parameter to the RESTful interface, userip for its AJAX APIs, due to abuse. With the new parameter, developers have the option of supplying the IP address of the end-user on whose behalf they are making the API request. Doing this helps Google determine what is legitimate server-sided traffic [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/ajax/google-ajax-api-parameter-added.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax in IE6 without ActiveX</title>
		<link>http://www.developerscamp.com/topics/ajax/ajax-in-ie6-without-activex.html</link>
		<comments>http://www.developerscamp.com/topics/ajax/ajax-in-ie6-without-activex.html#comments</comments>
		<pubDate>Sun, 03 Aug 2008 08:51:26 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=44</guid>
		<description><![CDATA[If you have worked with Prototype and used its really cool Ajax features you might have noticed one downside to it: It will only work in Internet Explorer 6 if ActiveX is enabled. This might seem neglible now that IE7 is spreading &#8211; but many businesses and also many other surfers still use IE6 (and [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/ajax/ajax-in-ie6-without-activex.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Auto Complete Ajax Scripts</title>
		<link>http://www.developerscamp.com/topics/ajax/10-auto-complete-ajax-scripts.html</link>
		<comments>http://www.developerscamp.com/topics/ajax/10-auto-complete-ajax-scripts.html#comments</comments>
		<pubDate>Sat, 07 Jun 2008 06:44:49 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=22</guid>
		<description><![CDATA[
In 2005 when Google implemented Google Suggest, Ajax took off. Every web developer was trying to duplicate what Google accomplished. Its now 2008 and there are tons of ways to accomplish Google Suggest. Below is a list of 10 Auto Complete Scripts with various frameworks. The list below is in no particular order.


jqacÂ - Is [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/ajax/10-auto-complete-ajax-scripts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programing Cheat Sheets</title>
		<link>http://www.developerscamp.com/web-programming/programing-cheat-sheets.html</link>
		<comments>http://www.developerscamp.com/web-programming/programing-cheat-sheets.html#comments</comments>
		<pubDate>Sat, 07 Jun 2008 06:40:07 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Topics]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=19</guid>
		<description><![CDATA[
After learning a few programing languages it gets hard remembering all of the functions and properties that programing languages come with. Below is a list of Cheat sheets to make your coding experience much easier and faster. The list is categorized by languages.

ActionScript

ActionScript Cheat SheetÂ &#8211; Covers everything from ActionScript 2.0 to ActionScript 3.0 and [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/web-programming/programing-cheat-sheets.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript and AJAX Security &#8211; How to Make Your Website Safe</title>
		<link>http://www.developerscamp.com/topics/ajax/javascript-and-ajax-security-how-to-make-your-website-safe.html</link>
		<comments>http://www.developerscamp.com/topics/ajax/javascript-and-ajax-security-how-to-make-your-website-safe.html#comments</comments>
		<pubDate>Thu, 05 Jun 2008 03:23:15 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security tools]]></category>
		<category><![CDATA[website safe]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=3</guid>
		<description><![CDATA[
Beneath the peppy front ends of many of todays Rich Internet Applications lies a dark flaw that if left unchecked can bring a site down to it&#8217;s knees. For the past few years many designers and developers have been adding AJAX and Javascript functionality to there websites. Many of these websites suffer from threats such [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/ajax/javascript-and-ajax-security-how-to-make-your-website-safe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->