<?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>Yogesh Lokhande Blog &#187; Web</title>
	<atom:link href="http://yogbunty.com/category/web/feed" rel="self" type="application/rss+xml" />
	<link>http://yogbunty.com</link>
	<description>my personal blog</description>
	<lastBuildDate>Thu, 07 Jan 2010 06:35:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox loading page twice</title>
		<link>http://yogbunty.com/web/firefox-loading-page-twice.php</link>
		<comments>http://yogbunty.com/web/firefox-loading-page-twice.php#comments</comments>
		<pubDate>Sun, 27 Jul 2008 14:31:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Firefox loading page twice]]></category>
		<category><![CDATA[firefox request twice a page]]></category>
		<category><![CDATA[multiple requests for the page]]></category>

		<guid isPermaLink="false">http://yogbunty.com/?p=29</guid>
		<description><![CDATA[I was facing some weired problem in firefox page was getting called twise but in safari it was working fine i tried first if there is any javascript which is only getting triggered in firfox then i removed all the extensions, for the firefox but though problem persist so i gone through my &#8220;access logs&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I was facing some weired problem in firefox page was getting called twise but in safari it was working fine i tried first if there is any javascript which is only getting triggered in firfox then i removed all the extensions, for the firefox but though problem persist so i gone through my &#8220;access logs&#8221; and saw it&#8217;s getting loaded twice so i was so surprised that how that page is getting loaded twice and in firbug also it showed me loading twice but it was not for all the pages so i thought it has to be something with firefox so finally i was searching on the internet i found few posts which were mentioning the same browser(Firefox) behaviour and it was because of the empty img src property<br />
If in your html something like</p>
<p>&lt;img src=&#8221;"</p>
<p>then Firefox will try to load same page again hopping to get the sorce for the image<br />
this is not only for image tag but any html tag which has src property and if it&#8217;s blank it will try to load again.</p>
<p>so i just corrected that by putting some image url for the src and hidding it using javascript and surprisingly <img src='http://yogbunty.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  it solved my problem.</p>
<p>Just for information even though this behaviour is somewhat annoying but it&#8217;s according to W3C standered.</p>
]]></content:encoded>
			<wfw:commentRss>http://yogbunty.com/web/firefox-loading-page-twice.php/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
