<?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: Including js files from within js files</title>
	<atom:link href="http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/</link>
	<description>Rich Internet Application development</description>
	<lastBuildDate>Wed, 28 Jul 2010 22:50:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gift vincy</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/comment-page-1/#comment-117697</link>
		<dc:creator>gift vincy</dc:creator>
		<pubDate>Fri, 02 Jul 2010 09:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-117697</guid>
		<description>Nice post. It is working fine. Thank you</description>
		<content:encoded><![CDATA[<p>Nice post. It is working fine. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/comment-page-1/#comment-114839</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 29 Mar 2010 15:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-114839</guid>
		<description>Just terrific!</description>
		<content:encoded><![CDATA[<p>Just terrific!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chedie</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/comment-page-1/#comment-112047</link>
		<dc:creator>chedie</dc:creator>
		<pubDate>Fri, 08 Jan 2010 03:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-112047</guid>
		<description>Hi!

Finally, I found a solution to this issue! Great work! :D

I have a question though. Is it possible to like having a &quot;conditional&quot; statement within this code? Example, I only want &#039;sample.js&#039; to load ONLY in &#039;specific web page&#039;? I this question would really be a great addition to this great work. :D

Hope to hear a reply soon. Thank you!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Finally, I found a solution to this issue! Great work! <img src='http://www.chapter31.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I have a question though. Is it possible to like having a &#8220;conditional&#8221; statement within this code? Example, I only want &#8217;sample.js&#8217; to load ONLY in &#8217;specific web page&#8217;? I this question would really be a great addition to this great work. <img src='http://www.chapter31.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Hope to hear a reply soon. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ontue</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/comment-page-1/#comment-111714</link>
		<dc:creator>ontue</dc:creator>
		<pubDate>Wed, 30 Dec 2009 20:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-111714</guid>
		<description>Nice trick. I should have read your site eariler.</description>
		<content:encoded><![CDATA[<p>Nice trick. I should have read your site eariler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: odame</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/comment-page-1/#comment-106823</link>
		<dc:creator>odame</dc:creator>
		<pubDate>Wed, 23 Sep 2009 01:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-106823</guid>
		<description>Great code! you have save my day. thank you</description>
		<content:encoded><![CDATA[<p>Great code! you have save my day. thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nico</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/comment-page-1/#comment-99009</link>
		<dc:creator>nico</dc:creator>
		<pubDate>Thu, 23 Apr 2009 07:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-99009</guid>
		<description>Why using defer=true?
That&#039;s unnecessary and can lead to several errors if the script is not loaded in time...

Anyway it&#039;s a good script, I use a similar approach, the only difference being that I use a little loop that checks the script has not been already included before adding it.</description>
		<content:encoded><![CDATA[<p>Why using defer=true?<br />
That&#8217;s unnecessary and can lead to several errors if the script is not loaded in time&#8230;</p>
<p>Anyway it&#8217;s a good script, I use a similar approach, the only difference being that I use a little loop that checks the script has not been already included before adding it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/comment-page-1/#comment-98914</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Wed, 22 Apr 2009 07:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-98914</guid>
		<description>Hi Michael Sharman ,
I Tried This Code. I Work Fine. Thnkx.</description>
		<content:encoded><![CDATA[<p>Hi Michael Sharman ,<br />
I Tried This Code. I Work Fine. Thnkx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/comment-page-1/#comment-98913</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Wed, 22 Apr 2009 07:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-98913</guid>
		<description>Hi Michael Sharman,</description>
		<content:encoded><![CDATA[<p>Hi Michael Sharman,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/comment-page-1/#comment-92661</link>
		<dc:creator>George</dc:creator>
		<pubDate>Tue, 17 Feb 2009 15:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-92661</guid>
		<description>So, about the caching and server hits issue. If I include one file with the include function, would the browser hit the server file twice? or would the whole thing get cached? Would the included file get pulled down every time the page loads?</description>
		<content:encoded><![CDATA[<p>So, about the caching and server hits issue. If I include one file with the include function, would the browser hit the server file twice? or would the whole thing get cached? Would the included file get pulled down every time the page loads?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isralennon</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/comment-page-1/#comment-84566</link>
		<dc:creator>Isralennon</dc:creator>
		<pubDate>Wed, 10 Dec 2008 23:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-84566</guid>
		<description>Quite a wonderful tip! Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Quite a wonderful tip! Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
