<?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>Bagesh Singh&#039;s Blog &#187; ajax problem</title>
	<atom:link href="http://www.bageshsingh.com/bagesh-blog/tag/ajax-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bageshsingh.com/bagesh-blog</link>
	<description>Shortest Distance to  Web Solutions &#38; Software Solutions</description>
	<lastBuildDate>Wed, 22 Feb 2012 18:42:12 +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>Solving European characters (Western charset) problem with Ajax and PHP</title>
		<link>http://www.bageshsingh.com/bagesh-blog/2010/03/solving-european-characters-western-charset-problem-with-ajax-and-php-2/</link>
		<comments>http://www.bageshsingh.com/bagesh-blog/2010/03/solving-european-characters-western-charset-problem-with-ajax-and-php-2/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 16:07:26 +0000</pubDate>
		<dc:creator>Bagesh Singh</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ajax problem]]></category>

		<guid isPermaLink="false">http://www.bageshsingh.com/bagesh-blog/?p=95</guid>
		<description><![CDATA[Today, I would like to tell you how to handle character set problem which occurs during the data fetched from PHP using Ajax mainly on the western characters(European charset).Lots of people asked me about this problem where these European charset is displayed in unreadable format after fetching it from ajax. Problem with European Charset with [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I would like to tell you how to handle character set problem which occurs during the data fetched from PHP using Ajax mainly on the western characters(European charset).Lots of people asked me about this problem where these European charset is displayed in unreadable format after fetching it from ajax.</p>
<h4>Problem with European Charset with Ajax and PHP</h4>
<p>Suppose that I</p>
<div id="seo_alrp_related"><h2>Posts Related to Solving European characters (Western charset) problem with Ajax and PHP</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/02/how-to-solve-the-problem-of-retrieving-same-value-by-ajax-%e2%80%93-browser-cache-problem/" rel="bookmark">How to solve the problem of retrieving same value by Ajax</a></h3><p>You might have faced the problem of the getting same response on the consecutive request to a PHP file from Ajax. Well, what happens when ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/03/solving-floating-point-number-precision-lost-problem-in-php/" rel="bookmark">Solving Floating point number precision lost problem in PHP</a></h3><p>The problem of precision lost in floating point number in PHP haunted me for about 10 minutes yesterday but I quickly figured out the problem ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/03/how-did-i-reduce-cpu-overhead-problem-caused-by-mysql/" rel="bookmark">How did I reduce CPU overhead problem caused by MySql?</a></h3><p>From last day, We were having problem with a project which was shut down in the middle due to heavy traffic. As a technical manager, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/03/how-did-i-reduce-cpu-overhead-problem-caused-by-mysql-2/" rel="bookmark">How did I reduce CPU overhead problem caused by MySql?</a></h3><p>From last day, We were having problem with a project which was shut down in the middle due to heavy traffic. As a technical manager, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/11/reduce-cpu-overhead-problem-by-mysql/" rel="bookmark">How did I reduce CPU overhead problem caused by MySql?</a></h3><p>We were having problem with a project which was shut down in the middle due to heavy traffic. As a technical manager, I was the ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bageshsingh.com/bagesh-blog/2010/03/solving-european-characters-western-charset-problem-with-ajax-and-php-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to solve the problem of retrieving same value by Ajax</title>
		<link>http://www.bageshsingh.com/bagesh-blog/2010/02/how-to-solve-the-problem-of-retrieving-same-value-by-ajax-%e2%80%93-browser-cache-problem/</link>
		<comments>http://www.bageshsingh.com/bagesh-blog/2010/02/how-to-solve-the-problem-of-retrieving-same-value-by-ajax-%e2%80%93-browser-cache-problem/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 14:37:46 +0000</pubDate>
		<dc:creator>Bagesh Singh</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[ajax problem]]></category>
		<category><![CDATA[same value ajax]]></category>

		<guid isPermaLink="false">http://www.bageshsingh.com/bagesh-blog/?p=74</guid>
		<description><![CDATA[You might have faced the problem of the getting same response on the consecutive request to a PHP file from Ajax. Well, what happens when making repeated GET requests to the same URL can often lead to the response coming not from the server but from the browser cache. This problem mainly occurs while using [...]]]></description>
			<content:encoded><![CDATA[<p>You might have faced the problem of the getting same response on the consecutive request to a PHP file from Ajax. Well, what happens when making repeated GET requests to the same URL can often lead to the response coming not from the server but from the browser cache. This problem mainly occurs while using in internet explorer.</p>
<p>Now let</p>
<div id="seo_alrp_related"><h2>Posts Related to How to solve the problem of retrieving same value by Ajax </h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/02/solving-european-characters-western-charset-problem-with-ajax-and-php/" rel="bookmark">Solving European characters (Western charset) problem with Ajax and PHP</a></h3><p>Today, I would like to tell you how to handle character set problem which occurs during the data fetched from PHP using Ajax mainly on ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/03/how-did-i-reduce-cpu-overhead-problem-caused-by-mysql/" rel="bookmark">How did I reduce CPU overhead problem caused by MySql?</a></h3><p>From last day, We were having problem with a project which was shut down in the middle due to heavy traffic. As a technical manager, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/03/how-did-i-reduce-cpu-overhead-problem-caused-by-mysql-2/" rel="bookmark">How did I reduce CPU overhead problem caused by MySql?</a></h3><p>From last day, We were having problem with a project which was shut down in the middle due to heavy traffic. As a technical manager, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/03/solving-floating-point-number-precision-lost-problem-in-php/" rel="bookmark">Solving Floating point number precision lost problem in PHP</a></h3><p>The problem of precision lost in floating point number in PHP haunted me for about 10 minutes yesterday but I quickly figured out the problem ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bageshsingh.com/bagesh-blog/2010/02/how-to-solve-the-problem-of-retrieving-same-value-by-ajax-%e2%80%93-browser-cache-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving European characters (Western charset) problem with Ajax and PHP</title>
		<link>http://www.bageshsingh.com/bagesh-blog/2010/02/solving-european-characters-western-charset-problem-with-ajax-and-php/</link>
		<comments>http://www.bageshsingh.com/bagesh-blog/2010/02/solving-european-characters-western-charset-problem-with-ajax-and-php/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 11:44:38 +0000</pubDate>
		<dc:creator>Bagesh Singh</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ajax problem]]></category>

		<guid isPermaLink="false">http://www.bageshsingh.com/bagesh-blog/?p=44</guid>
		<description><![CDATA[Today, I would like to tell you how to handle character set problem which occurs during the data fetched from PHP using Ajax mainly on the western characters(European charset).Lots of people asked me about this problem where these European charset is displayed in unreadable format after fetching it from ajax. Problem with European Charset with [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I would like to tell you how to handle character set problem which occurs during the data fetched from PHP using Ajax mainly on the western characters(European charset).Lots of people asked me about this problem where these European charset is displayed in unreadable format after fetching it from ajax.</p>
<h4>Problem with European Charset with Ajax and PHP</h4>
<p>Suppose that I</p>
<div id="seo_alrp_related"><h2>Posts Related to Solving European characters (Western charset) problem with Ajax and PHP</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/02/how-to-solve-the-problem-of-retrieving-same-value-by-ajax-%e2%80%93-browser-cache-problem/" rel="bookmark">How to solve the problem of retrieving same value by Ajax</a></h3><p>You might have faced the problem of the getting same response on the consecutive request to a PHP file from Ajax. Well, what happens when ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/03/solving-floating-point-number-precision-lost-problem-in-php/" rel="bookmark">Solving Floating point number precision lost problem in PHP</a></h3><p>The problem of precision lost in floating point number in PHP haunted me for about 10 minutes yesterday but I quickly figured out the problem ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/03/how-did-i-reduce-cpu-overhead-problem-caused-by-mysql/" rel="bookmark">How did I reduce CPU overhead problem caused by MySql?</a></h3><p>From last day, We were having problem with a project which was shut down in the middle due to heavy traffic. As a technical manager, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/03/how-did-i-reduce-cpu-overhead-problem-caused-by-mysql-2/" rel="bookmark">How did I reduce CPU overhead problem caused by MySql?</a></h3><p>From last day, We were having problem with a project which was shut down in the middle due to heavy traffic. As a technical manager, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/11/reduce-cpu-overhead-problem-by-mysql/" rel="bookmark">How did I reduce CPU overhead problem caused by MySql?</a></h3><p>We were having problem with a project which was shut down in the middle due to heavy traffic. As a technical manager, I was the ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bageshsingh.com/bagesh-blog/2010/02/solving-european-characters-western-charset-problem-with-ajax-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

