<?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>A blend of programming and seo&#187; ajax</title>
	<atom:link href="http://www.rawseo.com/news/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rawseo.com/news</link>
	<description>A blend of programming and seo</description>
	<lastBuildDate>Tue, 17 Nov 2009 17:17:47 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using iframes for cross-site scripting</title>
		<link>http://www.rawseo.com/news/2009/04/21/using-iframes-for-cross-site-scripting/</link>
		<comments>http://www.rawseo.com/news/2009/04/21/using-iframes-for-cross-site-scripting/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 12:50:23 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[iframe]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=841</guid>
		<description><![CDATA[Here is an easy way to communicate different domains using frames:
Step 1:  Create a file called iframe_remote.htm with the following:
&#60;html&#62;
&#160; &#160; &#60;script type=&#34;text/javascript&#34;&#62;
&#160; &#160; &#160; window.name=&#34;my test data&#34;;
&#160; &#160; &#60;/script&#62;
&#160; &#60;/html&#62;
The above code contains the data that you want to return to your calling script. I used a simple example with static data.  [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/04/21/using-iframes-for-cross-site-scripting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to stop IE from caching AJAX requests</title>
		<link>http://www.rawseo.com/news/2009/04/02/how-to-stop-ie-from-caching-ajax-requests/</link>
		<comments>http://www.rawseo.com/news/2009/04/02/how-to-stop-ie-from-caching-ajax-requests/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 12:45:12 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[cache]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=537</guid>
		<description><![CDATA[While working on an AJAX project over the weekend, I ran into the following issue:  (through a GET request), every time I tried to call a certain function, It was returning the same data (which was supposed to be different each time)
I first tried the following (which should disable browser caching):
(in PHP)
header( &#8220;Expires: Mon, [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/04/02/how-to-stop-ie-from-caching-ajax-requests/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
