<?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>firsttube.com &#187; IE</title>
	<atom:link href="http://firsttube.com/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://firsttube.com</link>
	<description>crunchy nuggets, served semi-daily</description>
	<lastBuildDate>Wed, 10 Mar 2010 03:38:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://firsttube.com/?pushpress=hub'/>
		<item>
		<title>IE: Sucking Hard Since Version 5</title>
		<link>http://firsttube.com/read/ie-sucking-hard-since-version-5/</link>
		<comments>http://firsttube.com/read/ie-sucking-hard-since-version-5/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 13:27:00 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Browser]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://firsttube.com/?p=1336</guid>
		<description><![CDATA[This code (extracted from a javascript file) works in every major browser except IE (including IE8):

     $&#40;'a[rel*=fancybox]'&#41;.fancybox&#40;&#123;
          'frameWidth' : 500,
          'frameHeight' : 465,
          'hideOnContentClick' [...]]]></description>
			<content:encoded><![CDATA[<p>This code (extracted from a javascript file) works in every major browser except IE (including IE8):</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a[rel*=fancybox]'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">fancybox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
          <span style="color: #3366CC;">'frameWidth'</span> <span style="color: #339933;">:</span> <span style="color: #CC0000;">500</span><span style="color: #339933;">,</span>
          <span style="color: #3366CC;">'frameHeight'</span> <span style="color: #339933;">:</span> <span style="color: #CC0000;">465</span><span style="color: #339933;">,</span>
          <span style="color: #3366CC;">'hideOnContentClick'</span> <span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span>
          <span style="color: #3366CC;">'centerOnScroll'</span> <span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #339933;">,</span>
     <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>This is the fix:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a[rel*=fancybox]'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">fancybox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
          <span style="color: #3366CC;">'frameWidth'</span> <span style="color: #339933;">:</span> <span style="color: #CC0000;">500</span><span style="color: #339933;">,</span>
          <span style="color: #3366CC;">'frameHeight'</span> <span style="color: #339933;">:</span> <span style="color: #CC0000;">465</span><span style="color: #339933;">,</span>
          <span style="color: #3366CC;">'hideOnContentClick'</span> <span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span>
          <span style="color: #3366CC;">'centerOnScroll'</span> <span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">true</span>
     <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>See the difference? Yeah, neither did I.  The difference is the last comma in the argument list.</p>
<p>That&#8217;s 3 consecutive major versions of IE that have been absolutely crap.  Why anyone continues to use IE is beyond me.  IE: sucking hard since version 5.</p>
]]></content:encoded>
			<wfw:commentRss>http://firsttube.com/read/ie-sucking-hard-since-version-5/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>IE8 STILL Doesn&#8217;t Support CSS border-radius</title>
		<link>http://firsttube.com/read/ie8-still-doesnt-support-css-border-radius/</link>
		<comments>http://firsttube.com/read/ie8-still-doesnt-support-css-border-radius/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 14:50:44 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Tweets]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://firsttube.com/?p=1203</guid>
		<description><![CDATA[I find it absolutely amazing that IE8 doesn&#8217;t support border-radius. No wonder more &#038; more people think IE sucks. It&#8217;s just ugly.
]]></description>
			<content:encoded><![CDATA[<p>I find it absolutely amazing that IE8 doesn&#8217;t support border-radius. No wonder more &#038; more people think IE sucks. It&#8217;s just ugly.</p>
]]></content:encoded>
			<wfw:commentRss>http://firsttube.com/read/ie8-still-doesnt-support-css-border-radius/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>First Post from IE7</title>
		<link>http://firsttube.com/read/First-Post-from-IE7/</link>
		<comments>http://firsttube.com/read/First-Post-from-IE7/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 12:47:44 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[iMac]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Macbook Pro]]></category>

		<guid isPermaLink="false">http://firsttubecom/read/First-Post-from-IE7</guid>
		<description><![CDATA[So, this is my first post to firsttube.com from Internet Explorer 7 (RC1).  I have to admit, I really like this browser.  Now, it will definitely not replace Firefox on my work PC, but it&#8217;s certainly a hell of a lot better than IE6.  A HELL of a lot better.  
I [...]]]></description>
			<content:encoded><![CDATA[<p>So, this is my first post to <a href='http://firsttube.com'>firsttube.com</a> from Internet Explorer 7 (RC1).  I have to admit, I really like this browser.  Now, it will definitely not replace Firefox on my work PC, but it&#8217;s certainly a hell of a lot better than IE6.  A HELL of a lot better.  </p>
<p>I really do like the mini-tab new tab button.  It&#8217;s useful.  I also REALLY dig the default RSS stylesheet.  </p>
<p>It has a ways to go with CSS still.  <a href='http://firsttube.com'>firsttube.com</a> &#8211; the admin portion &#8211; actually rendered better in IE6.  Some of the javascript and style create some weird uninteded effects, such as dynamically displayed divs overlapping out of their container div.  </p>
<p>Also, the refresh button KILLS me.  It&#8217;s on the other side of the address bar, and as far as I can tell, can&#8217;t be moved.  This is REALLY lame.  I hate that.  </p>
<p>I sold my Macbook Pro the other night to a fellow geek who wanted to tri-boot Windows, Linux, and the Mac OS.  I gave him about a hour and a half tutorial, and he actually kept dropping to the terminal to run commands like a true geek.  He was very happy, and has since told me about how happy he is with it.  </p>
<p>In the meantime, I bought a new iMac: 20&#8243; with the 256 video card.  I&#8217;ll need to add some RAM, but in the meantime, it&#8217;s going to be awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://firsttube.com/read/First-Post-from-IE7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Sucks</title>
		<link>http://firsttube.com/read/Internet-Explorer-Sucks/</link>
		<comments>http://firsttube.com/read/Internet-Explorer-Sucks/#comments</comments>
		<pubDate>Thu, 11 May 2006 12:32:05 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://firsttubecom/read/Internet-Explorer-Sucks</guid>
		<description><![CDATA[I spent about an hour troubleshooting why a stupid popup window wouldn&#8217;t work in IE.  I tried everything &#8211; I renamed the window.  I added &#8220;void&#8221; to the var in the js function calling it.  I moved the script inline, and then to a separate script page.  I tried everythng, but [...]]]></description>
			<content:encoded><![CDATA[<p>I spent about an hour troubleshooting why a stupid popup window wouldn&#8217;t work in IE.  I tried everything &#8211; I renamed the window.  I added &#8220;void&#8221; to the var in the js function calling it.  I moved the script inline, and then to a separate script page.  I tried everythng, but would always get the same nonsense error: </p>
<p>Error: Invalid argument<br />
Line: 37<br />
Char: 2<br />
Code:0 </p>
<p>on file: scripts.js.  When I added it inline, it changed to: </p>
<p>Error: Invalid argument<br />
Line: 37<br />
Char: 2<br />
Code:0 </p>
<p>file: index.php </p>
<p>The problem? Apparently, IE cannot process a window name if it has a space in it. Ridiculous! </p>
]]></content:encoded>
			<wfw:commentRss>http://firsttube.com/read/Internet-Explorer-Sucks/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
	</channel>
</rss>
