<?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: Dynamic loading of Javascript</title>
	<atom:link href="http://www.bybjorn.com/56/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bybjorn.com/56/</link>
	<description>bybjorn.com &#62;&#62; Bjørn Børresen - freelance web developer</description>
	<lastBuildDate>Mon, 18 Jan 2010 14:19:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bjørn</title>
		<link>http://www.bybjorn.com/56/comment-page-1/#comment-115</link>
		<dc:creator>Bjørn</dc:creator>
		<pubDate>Sun, 05 Nov 2006 16:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/computers/software-engineering/javascript/2006/10/dynamic-loading-of-javascript/#comment-115</guid>
		<description>&lt;p&gt;Thanks for the heads up :-)&lt;/p&gt;

&lt;p&gt;JQuery looks good, I&#039;ll definitively have to check it out.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up <img src='http://www.bybjorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>JQuery looks good, I&#8217;ll definitively have to check it out.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sean O</title>
		<link>http://www.bybjorn.com/56/comment-page-1/#comment-114</link>
		<dc:creator>Sean O</dc:creator>
		<pubDate>Thu, 02 Nov 2006 16:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/computers/software-engineering/javascript/2006/10/dynamic-loading-of-javascript/#comment-114</guid>
		<description>&lt;p&gt;As a somewhat snarky aside, you may want to switch to a much less bloated JS library like &lt;a href=&quot;http://www.jquery.com&quot; rel=&quot;nofollow&quot;&gt;JQuery&lt;/a&gt; to begin with!  ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As a somewhat snarky aside, you may want to switch to a much less bloated JS library like <a href="http://www.jquery.com" rel="nofollow">JQuery</a> to begin with!  <img src='http://www.bybjorn.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Cavanaugh</title>
		<link>http://www.bybjorn.com/56/comment-page-1/#comment-113</link>
		<dc:creator>Nate Cavanaugh</dc:creator>
		<pubDate>Wed, 01 Nov 2006 20:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/computers/software-engineering/javascript/2006/10/dynamic-loading-of-javascript/#comment-113</guid>
		<description>&lt;p&gt;Unfortunately Safari doesn&#039;t allow you to append child elements to the head element.&lt;/p&gt;

&lt;p&gt;The most consistent way to do this, believe it or not, is to do a document.write(&#039;&lt; script &gt;... &lt; /script &gt;&#039;);
which is kind of a brute force way to make sure it gets written all the time.&lt;/p&gt;

&lt;p&gt;Just a heads up :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Unfortunately Safari doesn&#8217;t allow you to append child elements to the head element.</p>

<p>The most consistent way to do this, believe it or not, is to do a document.write(&#8216;&lt; script &gt;&#8230; &lt; /script &gt;&#8217;);
which is kind of a brute force way to make sure it gets written all the time.</p>

<p>Just a heads up <img src='http://www.bybjorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Marr</title>
		<link>http://www.bybjorn.com/56/comment-page-1/#comment-112</link>
		<dc:creator>Richard Marr</dc:creator>
		<pubDate>Wed, 01 Nov 2006 15:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/computers/software-engineering/javascript/2006/10/dynamic-loading-of-javascript/#comment-112</guid>
		<description>&lt;p&gt;This approach is used by libraries like Dojo (and I think Scriptaculous). It&#039;s also useful for transfering data, eg;&lt;/p&gt;

&lt;p&gt;http://p.moreover.com/page?query=javascript&amp;o=js001&lt;/p&gt;

&lt;p&gt;As a side note, it&#039;s funny how much of peoples&#039; programming history you can see from the code they write  :o)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This approach is used by libraries like Dojo (and I think Scriptaculous). It&#8217;s also useful for transfering data, eg;</p>

<p><a href="http://p.moreover.com/page?query=javascript&amp;o=js001" rel="nofollow">http://p.moreover.com/page?query=javascript&amp;o=js001</a></p>

<p>As a side note, it&#8217;s funny how much of peoples&#8217; programming history you can see from the code they write  <img src='http://www.bybjorn.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>]]></content:encoded>
	</item>
</channel>
</rss>
