<?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>Le Kevin dot com &#187; ie</title>
	<atom:link href="http://blog.lekevin.com/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lekevin.com</link>
	<description>photographic-poetic-musical horizon</description>
	<lastBuildDate>Sun, 05 Feb 2012 22:28:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Form input TYPE = image not passing VALUE attribute in Internet Explorer workaround solution</title>
		<link>http://blog.lekevin.com/technology/form-input-type-image-not-passing-value-attribute-in-internet-explorer-workaround/</link>
		<comments>http://blog.lekevin.com/technology/form-input-type-image-not-passing-value-attribute-in-internet-explorer-workaround/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 15:57:08 +0000</pubDate>
		<dc:creator>Le Kevin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[not passing]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[value attribute]]></category>

		<guid isPermaLink="false">http://blog.lekevin.com/?p=5826</guid>
		<description><![CDATA[&#60;input type=&#8221;image&#8221; value=&#8221;edit&#8221;&#62; The VALUE attribute is passed by all browsers; except IE and Opera. The workaround solution is using a hidden field to pass the form action: function formAction(svalue) { var objAction = document.getElementById(&#8220;action&#8221;); objAction.value = svalue; } //Hidden Action: &#60;input type=&#8221;hidden&#8221; name=&#8221;action&#8221; id=&#8221;action&#8221; value=&#8221;"&#62; //Submit Actions: &#60;input type=&#8221;image&#8221; name=&#8221;submit&#8221; value=&#8221;edit&#8221; onClick=&#8221;formAction(this.value);&#8221;&#62; &#60;input type=&#8221;image&#8221; [...]]]></description>
		<wfw:commentRss>http://blog.lekevin.com/technology/form-input-type-image-not-passing-value-attribute-in-internet-explorer-workaround/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>View Source slow on Internet Explorer 8? Fix Now&#8230;</title>
		<link>http://blog.lekevin.com/technology/view-source-slow-on-internet-explore-8-fix-now/</link>
		<comments>http://blog.lekevin.com/technology/view-source-slow-on-internet-explore-8-fix-now/#comments</comments>
		<pubDate>Fri, 14 May 2010 19:29:45 +0000</pubDate>
		<dc:creator>Le Kevin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[8]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[slow ie]]></category>
		<category><![CDATA[view source]]></category>

		<guid isPermaLink="false">http://blog.lekevin.com/?p=956</guid>
		<description><![CDATA[MS Internet Explorer 8 improves a lot in most aspects, but View Source option is always pain to work with for many web developers; it takes forever to load the code. Here is a workaround, instead of using view code in the IE default debugger, we load them to a different application such as native [...]]]></description>
		<wfw:commentRss>http://blog.lekevin.com/technology/view-source-slow-on-internet-explore-8-fix-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Support and Array.indexOf in IE</title>
		<link>http://blog.lekevin.com/articles/today/javascript-support-and-array-indexof-in-ie/</link>
		<comments>http://blog.lekevin.com/articles/today/javascript-support-and-array-indexof-in-ie/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 21:30:33 +0000</pubDate>
		<dc:creator>Le Kevin</dc:creator>
				<category><![CDATA[Vietnam]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[indexof()]]></category>

		<guid isPermaLink="false">http://www.lekevin.com/blog/?p=579</guid>
		<description><![CDATA[if (!Array.indexOf) { Array.prototype.indexOf = function (obj, start) { for (var i = (start &#124;&#124; 0); i &#60; this.length; i++) { if (this[i] == obj) { return i; } } } }]]></description>
		<wfw:commentRss>http://blog.lekevin.com/articles/today/javascript-support-and-array-indexof-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

