<?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>Brant Messenger &#187; ie</title>
	<atom:link href="http://www.brantmessenger.com/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brantmessenger.com</link>
	<description>A virtual view into my life.</description>
	<lastBuildDate>Thu, 23 Jun 2011 01:11:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Printable Form Inputs</title>
		<link>http://www.brantmessenger.com/2010/01/19/printable-form-inputs/</link>
		<comments>http://www.brantmessenger.com/2010/01/19/printable-form-inputs/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 19:51:14 +0000</pubDate>
		<dc:creator>Brant Messenger</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://www.brantmessenger.com/?p=50</guid>
		<description><![CDATA[In recent days I&#8217;ve been working on the ability to print forms. For the sake of KISS principle I used the same form, for printing, that was used for data entry. I figured that the CSS would handle the look and feel. And for security I would use jQuery to disable the fields. Everything worked [...]]]></description>
		<wfw:commentRss>http://www.brantmessenger.com/2010/01/19/printable-form-inputs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix IE Select Width using jQuery</title>
		<link>http://www.brantmessenger.com/2009/10/16/fix-ie-select-width-using-jquery/</link>
		<comments>http://www.brantmessenger.com/2009/10/16/fix-ie-select-width-using-jquery/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 15:48:48 +0000</pubDate>
		<dc:creator>Brant Messenger</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://www.brantmessenger.com/?p=25</guid>
		<description><![CDATA[It seems like every time you need something to work IE (MS Internet Explorer) really messes things up. So, I thought I&#8217;d publish this workaround. 1 2 3 4 5 6 7 fixIESelectWidth = function&#40;obj&#41; &#123; if &#40;!isFireFox&#40;&#41;&#41; &#123; var w = $&#40;obj&#41;.width&#40;&#41;; w = w + 5; $&#40;obj&#41;.width&#40;w&#41;; &#125; &#125;]]></description>
		<wfw:commentRss>http://www.brantmessenger.com/2009/10/16/fix-ie-select-width-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE select option disabled fix using jquery</title>
		<link>http://www.brantmessenger.com/2009/10/15/ie-select-option-disabled-fix-using-jquery/</link>
		<comments>http://www.brantmessenger.com/2009/10/15/ie-select-option-disabled-fix-using-jquery/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 19:47:22 +0000</pubDate>
		<dc:creator>Brant Messenger</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://www.brantmessenger.com/?p=14</guid>
		<description><![CDATA[I spent a good couple hours fighting with IE and finally found a solution to fix the disabled option issue. Hope it helps you out. 1 2 3 4 5 6 7 8 9 10 11 12 13 ieLessThan8OptionDisable = function&#40;&#41; &#123; if &#40;$.browser.msie &#38;&#38; parseFloat&#40;$.browser.version&#41; &#60; 8&#41; &#123; $&#40;&#34;select&#34;&#41;.find&#40;&#34;[disabled]&#34;&#41;.addClass&#40;&#34;disabled&#34;&#41;.removeAttr&#40;&#34;disabled&#34;&#41;; $&#40;&#34;select&#34;&#41;.change&#40;function&#40;&#41;&#123; var selected = $&#40;this&#41;.val&#40;&#41;; [...]]]></description>
		<wfw:commentRss>http://www.brantmessenger.com/2009/10/15/ie-select-option-disabled-fix-using-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.brantmessenger.com @ 2012-02-07 08:21:17 by W3 Total Cache -->
