<?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: Javascript Tips &amp; Tricks</title>
	<atom:link href="http://blog.codlib.com/2007/11/12/javascript-tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codlib.com/2007/11/12/javascript-tips-tricks/</link>
	<description>Blogging about tech, the tech, and everything tech, for techno addicts!</description>
	<lastBuildDate>Thu, 25 Mar 2010 17:28:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tim</title>
		<link>http://blog.codlib.com/2007/11/12/javascript-tips-tricks/comment-page-1/#comment-1711</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 13 Nov 2007 13:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codlib.com/2007/11/12/javascript-tips-tricks/#comment-1711</guid>
		<description>A few corrections:

1.) NEVER specify the language attribute.  Since each browsers support varies, it is totally useless.

2.) why create a function to create a global variable... just do
foo = &#039;this works&#039;;
or window.foo = &#039;this works too&#039;;

3.) passing additional parameters to .setTimeout() and .setInterval() actually works just fine in all modern browsers, but since IE is stuck in the dark ages, you can&#039;t us them on a site that must support IE.

For a good resource on bugs in IE (or any browser), check out this site:

http://webbugtrack.blogspot.com/</description>
		<content:encoded><![CDATA[<p>A few corrections:</p>
<p>1.) NEVER specify the language attribute.  Since each browsers support varies, it is totally useless.</p>
<p>2.) why create a function to create a global variable&#8230; just do<br />
foo = &#8216;this works&#8217;;<br />
or window.foo = &#8216;this works too&#8217;;</p>
<p>3.) passing additional parameters to .setTimeout() and .setInterval() actually works just fine in all modern browsers, but since IE is stuck in the dark ages, you can&#8217;t us them on a site that must support IE.</p>
<p>For a good resource on bugs in IE (or any browser), check out this site:</p>
<p><a href="http://webbugtrack.blogspot.com/" rel="nofollow">http://webbugtrack.blogspot.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://blog.codlib.com/2007/11/12/javascript-tips-tricks/comment-page-1/#comment-1709</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Tue, 13 Nov 2007 07:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codlib.com/2007/11/12/javascript-tips-tricks/#comment-1709</guid>
		<description>JavaScript requires semicolon - if you don&#039;t specify the semi-colons, &lt;a href=&quot;http://www.openjs.com/articles/semicolon_insertion.php&quot; rel=&quot;nofollow&quot;&gt;javascript will automatically insert them&lt;/a&gt;. This is called semi-colon insertion - and it can cause trouble sometimes.

Nice post, by the way.</description>
		<content:encoded><![CDATA[<p>JavaScript requires semicolon &#8211; if you don&#8217;t specify the semi-colons, <a href="http://www.openjs.com/articles/semicolon_insertion.php" rel="nofollow">javascript will automatically insert them</a>. This is called semi-colon insertion &#8211; and it can cause trouble sometimes.</p>
<p>Nice post, by the way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

