<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Sun, 12 Oct 2008 14:50:54 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Unload Javascript Files 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/518/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/518/comments/</comments>
		<pubDate>Mon, 06 Nov 2006 09:12:08 +0000</pubDate>
		<dc:creator>Casper42</dc:creator>
		<category>JavaScript</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/518/</guid>
		<description>
			<![CDATA[
				<p>I found this to be a neat little trick for hiding(somewhat) source javacscript code from peering eyes...<br /><br />This function will unload all linked javascript files so that when you view source - you see no javascript files!  (Especially helpful when using FF and using web-developer tools - no linked js files are displayed)  The files remain resident in memory - allowing for the functions to work.<br /><br />Just call the function in the  tag</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>