<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using logic to minimize cross browser scripts</title>
	<link>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/</link>
	<description>The building blocks of a solid frontend.</description>
	<pubDate>Fri, 05 Dec 2008 01:46:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Kim Steinhaug</title>
		<link>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-54</link>
		<author>Kim Steinhaug</author>
		<pubDate>Mon, 19 Jun 2006 15:55:48 +0000</pubDate>
		<guid>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-54</guid>
		<description>Nice article, and since I never accually took the time to read the maunal I learned something new today! I will definately use this new knowledge to improve my scripting!</description>
		<content:encoded><![CDATA[<p>Nice article, and since I never accually took the time to read the maunal I learned something new today! I will definately use this new knowledge to improve my scripting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-38</link>
		<author>Chris</author>
		<pubDate>Sat, 03 Jun 2006 13:36:34 +0000</pubDate>
		<guid>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-38</guid>
		<description>"Actually, an empty array evaluates to true."
Your absolutely right, article adjusted</description>
		<content:encoded><![CDATA[<p>&#8220;Actually, an empty array evaluates to true.&#8221;<br />
Your absolutely right, article adjusted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henrah</title>
		<link>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-35</link>
		<author>henrah</author>
		<pubDate>Fri, 26 May 2006 03:01:37 +0000</pubDate>
		<guid>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-35</guid>
		<description>&#62;all the following evaluates as false:
&#62; ...
&#62; (Empty array) []

Actually, an empty array evaluates to true.</description>
		<content:encoded><![CDATA[<p>&gt;all the following evaluates as false:<br />
&gt; &#8230;<br />
&gt; (Empty array) []</p>
<p>Actually, an empty array evaluates to true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krijn Hoetmer</title>
		<link>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-11</link>
		<author>Krijn Hoetmer</author>
		<pubDate>Tue, 07 Feb 2006 18:04:49 +0000</pubDate>
		<guid>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-11</guid>
		<description>Yeah, emphasis should be put on the last part of my comment ;)</description>
		<content:encoded><![CDATA[<p>Yeah, emphasis should be put on the last part of my comment ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-10</link>
		<author>Chris</author>
		<pubDate>Mon, 06 Feb 2006 18:06:41 +0000</pubDate>
		<guid>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-10</guid>
		<description>Krijn, 
Thats atually exatley what Munter is doing in the line:
var e = e &#124;&#124; window.event;</description>
		<content:encoded><![CDATA[<p>Krijn,<br />
Thats atually exatley what Munter is doing in the line:<br />
var e = e || window.event;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krijn</title>
		<link>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-9</link>
		<author>Krijn</author>
		<pubDate>Sat, 04 Feb 2006 17:13:15 +0000</pubDate>
		<guid>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-9</guid>
		<description>This technique can also be used for &lt;a href="http://www.vivabit.com/bollocks/2006/01/09/cheeky-tip-default-function-arguments-in-javascript" rel="nofollow"&gt;default function arguments&lt;/a&gt;, but then you have to &lt;a href="http://www.vivabit.com/bollocks/2006/01/09/cheeky-tip-default-function-arguments-in-javascript#c606" rel="nofollow"&gt;watch out for 0&lt;/a&gt;, which indeed also evaluates as false.</description>
		<content:encoded><![CDATA[<p>This technique can also be used for <a href="http://www.vivabit.com/bollocks/2006/01/09/cheeky-tip-default-function-arguments-in-javascript" rel="nofollow">default function arguments</a>, but then you have to <a href="http://www.vivabit.com/bollocks/2006/01/09/cheeky-tip-default-function-arguments-in-javascript#c606" rel="nofollow">watch out for 0</a>, which indeed also evaluates as false.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Rasmussen</title>
		<link>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-8</link>
		<author>Anders Rasmussen</author>
		<pubDate>Thu, 02 Feb 2006 12:29:03 +0000</pubDate>
		<guid>http://parentnode.org/javascript/using-logic-to-minimize-crossbrowser-scripts/#comment-8</guid>
		<description>Nice writeup!

Had no idea boolean logic could be such an effective tool in this context, I noticed you mentioned it on IRC the other day, but didn't quite catch the idea.

Thanks :-)</description>
		<content:encoded><![CDATA[<p>Nice writeup!</p>
<p>Had no idea boolean logic could be such an effective tool in this context, I noticed you mentioned it on IRC the other day, but didn&#8217;t quite catch the idea.</p>
<p>Thanks :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
