<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dileepstanley's Weblog &#187; Prototype</title>
	<atom:link href="http://dileepstanley.wordpress.com/category/prototype/feed/" rel="self" type="application/rss+xml" />
	<link>http://dileepstanley.wordpress.com</link>
	<description>...........................................</description>
	<lastBuildDate>Wed, 18 Nov 2009 15:46:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dileepstanley.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e52e26723729e707c19566c89b496ac5?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Dileepstanley's Weblog &#187; Prototype</title>
		<link>http://dileepstanley.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dileepstanley.wordpress.com/osd.xml" title="Dileepstanley&#8217;s Weblog" />
		<item>
		<title>How to solve the IE 7 ajax caching (method:get)</title>
		<link>http://dileepstanley.wordpress.com/2009/01/16/how-to-solve-the-ie-7-ajax-caching-methodget/</link>
		<comments>http://dileepstanley.wordpress.com/2009/01/16/how-to-solve-the-ie-7-ajax-caching-methodget/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 13:12:00 +0000</pubDate>
		<dc:creator>dileepstanley</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[IE 7]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Classic ajax problem]]></category>
		<category><![CDATA[Classic ajax problems]]></category>
		<category><![CDATA[IE 7 Bug]]></category>
		<category><![CDATA[IE cache]]></category>

		<guid isPermaLink="false">http://dileepstanley.wordpress.com/?p=8</guid>
		<description><![CDATA[some times Internet Explorer cached the ajax requests and it creates problems .i used prototype library for a an ajax request .it works fine for firefox and opera.but creates problems with IE 7.then i add useless date value to query string for making the request unique .It solves my problem.and works fine .
the example code [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dileepstanley.wordpress.com&blog=4000249&post=8&subd=dileepstanley&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>some times Internet Explorer cached the ajax requests and it creates problems .i used prototype library for a an ajax request .it works fine for firefox and opera.but creates problems with IE 7.then i add useless date value to query string for making the request unique .It solves my problem.and works fine .</p>
<p>the example code :</p>
<p>var date=new Date();</p>
<p>new Ajax.Request(&#8217;sample.asp?id1=&#8217;+Current_Id+&#8217;&amp;id3=&lt;%=IdCategoria%&gt;&amp;id2=&#8217;+id2+ &#8216;&amp;date=&#8217;+date.getTime(),<br />
{<br />
method:&#8217;get&#8217;,onSuccess: function(transport)<br />
{</p>
<p>}</p>
<p>}</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dileepstanley.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dileepstanley.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dileepstanley.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dileepstanley.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dileepstanley.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dileepstanley.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dileepstanley.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dileepstanley.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dileepstanley.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dileepstanley.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dileepstanley.wordpress.com&blog=4000249&post=8&subd=dileepstanley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dileepstanley.wordpress.com/2009/01/16/how-to-solve-the-ie-7-ajax-caching-methodget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ae9580f02c597199d860e4d0ba165e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dileepstanley</media:title>
		</media:content>
	</item>
	</channel>
</rss>