<?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: Enhancing Javascript&#8217;s built in types</title>
	<atom:link href="http://www.sitepoint.com/blogs/2004/04/08/enhancing-javascripts-built-in-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2004/04/08/enhancing-javascripts-built-in-types/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Fri, 19 Mar 2010 21:34:50 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Octal</title>
		<link>http://www.sitepoint.com/blogs/2004/04/08/enhancing-javascripts-built-in-types/comment-page-1/#comment-3418</link>
		<dc:creator>Octal</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1077422955#comment-3418</guid>
		<description>&lt;p&gt;Until recently I was totally unaware of this functionality. This adds immensely to the power of Javascript and to what I thought was possible from the language. Thanks for highlighting it in your blog!&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Until recently I was totally unaware of this functionality. This adds immensely to the power of Javascript and to what I thought was possible from the language. Thanks for highlighting it in your blog!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Dunck</title>
		<link>http://www.sitepoint.com/blogs/2004/04/08/enhancing-javascripts-built-in-types/comment-page-1/#comment-3419</link>
		<dc:creator>Jeremy Dunck</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1077422955#comment-3419</guid>
		<description>&lt;p&gt;Also, this technique can be used for applying an interop layer over a browser&#039;s existing DOM implementation.  Various libraries, such as DynAPI and NetWindows do this.&lt;/p&gt;

&lt;p&gt;if (!document.getElementById) {&lt;br /&gt;
  document.prototype.getElementById = function(id) {&lt;br /&gt;
    ...&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/p&gt;

&lt;p&gt;etc.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Also, this technique can be used for applying an interop layer over a browser&#8217;s existing DOM implementation.  Various libraries, such as DynAPI and NetWindows do this.</p>
<p>if (!document.getElementById) {<br />
  document.prototype.getElementById = function(id) {<br />
    &#8230;<br />
  }<br />
}</p>
<p>etc.</p>]]></content:encoded>
	</item>
</channel>
</rss>
