<?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>kleptomac &#187; Internet Explorer</title>
	<atom:link href="http://www.kleptomac.com/tag/internet-explorer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kleptomac.com</link>
	<description>A series of experiences on life and technology</description>
	<lastBuildDate>Sat, 18 Jun 2011 07:38:42 +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>HTTP REFERER header not set when location.href is used for page navigation &#124; Microsoft Connect</title>
		<link>http://www.kleptomac.com/http-referer-header-not-set-when-location-href-is-used-for-page-navigation-microsoft-connect.htm</link>
		<comments>http://www.kleptomac.com/http-referer-header-not-set-when-location-href-is-used-for-page-navigation-microsoft-connect.htm#comments</comments>
		<pubDate>Tue, 02 Feb 2010 06:41:31 +0000</pubDate>
		<dc:creator>jai.chandra</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[anchor tag]]></category>
		<category><![CDATA[ie bugs]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[re-write]]></category>
		<category><![CDATA[referer header]]></category>
		<category><![CDATA[rewrite rules]]></category>

		<guid isPermaLink="false">http://www.kleptomac.com/?p=227</guid>
		<description><![CDATA[			
				
			
		
<p>Its pretty frustrating to see that IE doesn&#8217;t set the &#8216;referer&#8217; header when navigating pages using &#8216;location.href&#8217;. The header is set properly if you are using anchor tags (&#60;A&#62;) to navigate through pages.</p>
<p>Normally this is much of an issue for navigation unless you validate using the referer header. One such case is when you are using [...]]]></description>
		<wfw:commentRss>http://www.kleptomac.com/http-referer-header-not-set-when-location-href-is-used-for-page-navigation-microsoft-connect.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pixel to EM converter</title>
		<link>http://www.kleptomac.com/pixel-to-em-converter.htm</link>
		<comments>http://www.kleptomac.com/pixel-to-em-converter.htm#comments</comments>
		<pubDate>Tue, 26 Jan 2010 01:30:37 +0000</pubDate>
		<dc:creator>jai.chandra</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[converters]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[em to pixel]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[pixel to em]]></category>
		<category><![CDATA[text size]]></category>

		<guid isPermaLink="false">http://www.kleptomac.com/?p=156</guid>
		<description><![CDATA[			
				
			
		
<p>Its been 6 months since I am working on this project and just when I thought I am done with it, I realize that I have been using Pixels in my stylesheets all the while and this doesn&#8217;t support the browser based &#8220;text size&#8221; settings (Internet Explorer). So, when the user changes the &#8216;text size&#8217; settings, [...]]]></description>
		<wfw:commentRss>http://www.kleptomac.com/pixel-to-em-converter.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>innerHTML issue in IE</title>
		<link>http://www.kleptomac.com/innerhtml-issue-in-ie.htm</link>
		<comments>http://www.kleptomac.com/innerhtml-issue-in-ie.htm#comments</comments>
		<pubDate>Sun, 20 Dec 2009 08:58:37 +0000</pubDate>
		<dc:creator>jai.chandra</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[innerHTML]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.kleptomac.com/blog/innerhtml-issue-in-ie.htm</guid>
		<description><![CDATA[			
				
			
		
<p>There are number of articles on internet that talk about the fix for the innerHTML issues in IE. some are</p>
<p>http://support.microsoft.com/kb/276228</p>
<p>http://domscripting.com/blog/display/99</p>
<p>None of these work when you try to insert javascript into the &#60;script&#62; tags. Thats because all these solutions talk about using a wrapper &#60;div&#62; for the content and it won&#8217;t work if you are trying to [...]]]></description>
		<wfw:commentRss>http://www.kleptomac.com/innerhtml-issue-in-ie.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unclosed &lt;P&gt; before &lt;form&gt; breaks form submit in IE when using jQuery</title>
		<link>http://www.kleptomac.com/unclosed-before-breaks-form-submit-in-ie-when-using-jquery.htm</link>
		<comments>http://www.kleptomac.com/unclosed-before-breaks-form-submit-in-ie-when-using-jquery.htm#comments</comments>
		<pubDate>Wed, 25 Nov 2009 08:30:41 +0000</pubDate>
		<dc:creator>jai.chandra</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[P]]></category>
		<category><![CDATA[Tags]]></category>

		<guid isPermaLink="false">http://www.kleptomac.com/blog/unclosed-before-breaks-form-submit-in-ie-when-using-jquery.htm</guid>
		<description><![CDATA[			
				
			
		
<p>If you are facing issues with form submits using jQuery in IE because of unclosed &#60;P&#62; tags.</p>
<p>Try this:</p>
<p>var form = $(document).find(&#8220;form&#8221;);</p>
<p>var frm = form.parent().html();</p>
<p>if(frm.toLowerCase().indexOf(&#8216;form&#8217;) &#62; -1 &#38;&#38; frm.toLowerCase().indexOf(&#8216;/form&#8217;) == -1) {
var frmTag = frm.substring(frm.toLowerCase().indexOf(&#8216;&#60;form&#8217;), frm.toLowerCase().indexOf(&#8216;&#62;&#8217;)+1);
var rest [...]]]></description>
		<wfw:commentRss>http://www.kleptomac.com/unclosed-before-breaks-form-submit-in-ie-when-using-jquery.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

