<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Internet Explorer doesn&#8217;t just suck, it also blows!</title>
	<atom:link href="http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Sun, 08 Nov 2009 19:29:21 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AutisticCuckoo</title>
		<link>http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/comment-page-1/#comment-533308</link>
		<dc:creator>AutisticCuckoo</dc:creator>
		<pubDate>Mon, 03 Dec 2007 08:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/#comment-533308</guid>
		<description>&lt;blockquote&gt;Unlike the authors of the imminent Ultimate CSS Reference, I didn’t have any particular inclination to be nice to Internet Explorer.&lt;/blockquote&gt;
Believe me, James, it wasn&#039;t us authors who felt inclined to be nice to IE. SitePoint&#039;s editorial staff didn&#039;t want us to put &#039;partial support&#039; for every CSS property in IE, although it doesn&#039;t support the &lt;code&gt;inherit&lt;/code&gt; value. The reason was that they didn&#039;t want the book to appear as wanton IE bashing, since that could make parts of the target audience less inclined to buy the book. In the end it didn&#039;t matter much, since IE has issues with most CSS properties anyway.

I just wanted to set the record straight. I&#039;m really looking forward to reading your book!</description>
		<content:encoded><![CDATA[<blockquote><p>Unlike the authors of the imminent Ultimate CSS Reference, I didn’t have any particular inclination to be nice to Internet Explorer.</p></blockquote>
<p>Believe me, James, it wasn&#8217;t us authors who felt inclined to be nice to IE. SitePoint&#8217;s editorial staff didn&#8217;t want us to put &#8216;partial support&#8217; for every CSS property in IE, although it doesn&#8217;t support the <code>inherit</code> value. The reason was that they didn&#8217;t want the book to appear as wanton IE bashing, since that could make parts of the target audience less inclined to buy the book. In the end it didn&#8217;t matter much, since IE has issues with most CSS properties anyway.</p>
<p>I just wanted to set the record straight. I&#8217;m really looking forward to reading your book!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: brothercake</title>
		<link>http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/comment-page-1/#comment-533105</link>
		<dc:creator>brothercake</dc:creator>
		<pubDate>Sun, 02 Dec 2007 23:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/#comment-533105</guid>
		<description>Thanks for the comments, and for the COM info - that&#039;s very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for the comments, and for the COM info &#8211; that&#8217;s very helpful.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: madr</title>
		<link>http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/comment-page-1/#comment-531950</link>
		<dc:creator>madr</dc:creator>
		<pubDate>Sun, 02 Dec 2007 00:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/#comment-531950</guid>
		<description>Great stuff! :D

I, whom prefer to write my javascript by hand rather than trusting a library, really approciate these kind of articles. I surely bookmark this one and place it in my bookmarks toolbar. Might coming handy (last week, I tracked down JS/DOM bugs in IE for about 20 hours at work. Really sucks.)</description>
		<content:encoded><![CDATA[<p>Great stuff! :D</p>
<p>I, whom prefer to write my javascript by hand rather than trusting a library, really approciate these kind of articles. I surely bookmark this one and place it in my bookmarks toolbar. Might coming handy (last week, I tracked down JS/DOM bugs in IE for about 20 hours at work. Really sucks.)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Wildhoney</title>
		<link>http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/comment-page-1/#comment-529081</link>
		<dc:creator>Wildhoney</dc:creator>
		<pubDate>Fri, 30 Nov 2007 23:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/#comment-529081</guid>
		<description>I&#039;ve found Javascript to be quite a headache in Internet Explorer, too. In some DOM functions it supports only one argument, where every other browser supports two, so you have to use a try and catch block, and &lt;strong&gt;&lt;a href=&quot;http://www.talkphp.com/showthread.php?t=1176&quot; rel=&quot;nofollow&quot;&gt;what this is about with the enctype&lt;/a&gt;&lt;/strong&gt;, I do not know.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found Javascript to be quite a headache in Internet Explorer, too. In some DOM functions it supports only one argument, where every other browser supports two, so you have to use a try and catch block, and <strong><a href="http://www.talkphp.com/showthread.php?t=1176" rel="nofollow">what this is about with the enctype</a></strong>, I do not know.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Czaries</title>
		<link>http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/comment-page-1/#comment-528712</link>
		<dc:creator>Czaries</dc:creator>
		<pubDate>Fri, 30 Nov 2007 20:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/#comment-528712</guid>
		<description>As others have mentioned, that is &lt;em&gt;exactly&lt;/em&gt; why I use a javascript framework!  I just don&#039;t have time to deal with these kinds of inconsistencies when there are such easy ways around them (jQuery is only 21k and worth every last bit! [pun intended]).  Frankly, I&#039;m really not sure why you do seem to have time to mess around with and report on these kinds of issues when everyone else just fills the gaps in with a well tested cross-browser framework.</description>
		<content:encoded><![CDATA[<p>As others have mentioned, that is <em>exactly</em> why I use a javascript framework!  I just don&#8217;t have time to deal with these kinds of inconsistencies when there are such easy ways around them (jQuery is only 21k and worth every last bit! [pun intended]).  Frankly, I&#8217;m really not sure why you do seem to have time to mess around with and report on these kinds of issues when everyone else just fills the gaps in with a well tested cross-browser framework.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: The Peach</title>
		<link>http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/comment-page-1/#comment-528408</link>
		<dc:creator>The Peach</dc:creator>
		<pubDate>Fri, 30 Nov 2007 17:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/#comment-528408</guid>
		<description>hopefully you didn&#039;t talk about the marvellous js debugger made by MS!!! rotflmao</description>
		<content:encoded><![CDATA[<p>hopefully you didn&#8217;t talk about the marvellous js debugger made by MS!!! rotflmao</p>]]></content:encoded>
	</item>
	<item>
		<title>By: issesi sagawa</title>
		<link>http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/comment-page-1/#comment-528303</link>
		<dc:creator>issesi sagawa</dc:creator>
		<pubDate>Fri, 30 Nov 2007 16:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/#comment-528303</guid>
		<description>Yes. I like Internet Explorer. God.</description>
		<content:encoded><![CDATA[<p>Yes. I like Internet Explorer. God.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/comment-page-1/#comment-528208</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 30 Nov 2007 15:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/#comment-528208</guid>
		<description>&lt;blockquote&gt;values which evaluate to boolean true return 65535 (which is 216, the largest possible value of a 16-bit number. What’s up with that??)&lt;/blockquote&gt;

IE&#039;s DOM functionality is implemented using Microsoft COM. The COM VT_BOOL defines VARIANT_TRUE in 16 bits is -1 or 0xFFFF. This was inherited from Visual Basic.</description>
		<content:encoded><![CDATA[<blockquote><p>values which evaluate to boolean true return 65535 (which is 216, the largest possible value of a 16-bit number. What’s up with that??)</p></blockquote>
<p>IE&#8217;s DOM functionality is implemented using Microsoft COM. The COM VT_BOOL defines VARIANT_TRUE in 16 bits is -1 or 0xFFFF. This was inherited from Visual Basic.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: gwenhwyfaer</title>
		<link>http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/comment-page-1/#comment-528193</link>
		<dc:creator>gwenhwyfaer</dc:creator>
		<pubDate>Fri, 30 Nov 2007 14:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/#comment-528193</guid>
		<description>&lt;blockquote&gt;with all the javascript libraries out there like mootools, dojo, jquery, prototype; why the hell do you even need to know native javascript?&lt;/blockquote&gt;

Seems like you need the obvious pointing out, tpetruzzi, so here goes - &lt;em&gt;someone&lt;/em&gt; needs to know native javascript, in order to (a) write the libraries you list in the first place, and (b) figure out why they aren&#039;t working on the latest browser updates the way they&#039;re supposed to. Since you have clearly chosen the path of parasitic ignorance, why not delight that brothercake can be one of your knowledge hosts?

(These tiresome people who pipe up &quot;dude, just use a library&quot; whenever anyone talks about writing any code that might possibly do something that someone else on the planet might ever have done - do they believe that these libraries evolve on server farms or something...?)</description>
		<content:encoded><![CDATA[<blockquote><p>with all the javascript libraries out there like mootools, dojo, jquery, prototype; why the hell do you even need to know native javascript?</p></blockquote>
<p>Seems like you need the obvious pointing out, tpetruzzi, so here goes &#8211; <em>someone</em> needs to know native javascript, in order to (a) write the libraries you list in the first place, and (b) figure out why they aren&#8217;t working on the latest browser updates the way they&#8217;re supposed to. Since you have clearly chosen the path of parasitic ignorance, why not delight that brothercake can be one of your knowledge hosts?</p>
<p>(These tiresome people who pipe up &#8220;dude, just use a library&#8221; whenever anyone talks about writing any code that might possibly do something that someone else on the planet might ever have done &#8211; do they believe that these libraries evolve on server farms or something&#8230;?)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sapphirecat</title>
		<link>http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/comment-page-1/#comment-528194</link>
		<dc:creator>sapphirecat</dc:creator>
		<pubDate>Fri, 30 Nov 2007 14:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/30/internet-explorer-doesnt-just-suck-it-also-blows/#comment-528194</guid>
		<description>65535 is also -1, if it&#039;s a signed 16-bit number being displayed as unsigned.</description>
		<content:encoded><![CDATA[<p>65535 is also -1, if it&#8217;s a signed 16-bit number being displayed as unsigned.</p>]]></content:encoded>
	</item>
</channel>
</rss>
