<?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"
	>
<channel>
	<title>Comments on: Debugging Javascript in IE7 - how to clear your Javascript cache</title>
	<atom:link href="http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<pubDate>Sun, 20 Jul 2008 08:49:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Sohbet</title>
		<link>http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-84901</link>
		<dc:creator>Sohbet</dc:creator>
		<pubDate>Sun, 27 Apr 2008 20:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-84901</guid>
		<description>Why the hell did they get rid of “Clear Cache” button</description>
		<content:encoded><![CDATA[<p>Why the hell did they get rid of “Clear Cache” button</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone</title>
		<link>http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-74483</link>
		<dc:creator>iPhone</dc:creator>
		<pubDate>Sat, 09 Feb 2008 22:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-74483</guid>
		<description>Does anyone know a good javascript debugger for ie7 ?</description>
		<content:encoded><![CDATA[<p>Does anyone know a good javascript debugger for ie7 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stubbs</title>
		<link>http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-40354</link>
		<dc:creator>Stubbs</dc:creator>
		<pubDate>Fri, 03 Aug 2007 09:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-40354</guid>
		<description>This example is for Microsoft Powershell, does the same thing and purges the js files from your cache.

# IE7 does not delete Javascript files when you "Delete files" from within IE.
# This is a workaround for that problem.
function purge-js
{
	 get-childitem "$env:userprofile\Local Settings\Temporary Internet Files" -include *.js -recurse -force &#124; remove-item
}</description>
		<content:encoded><![CDATA[<p>This example is for Microsoft Powershell, does the same thing and purges the js files from your cache.</p>
<p># IE7 does not delete Javascript files when you &#8220;Delete files&#8221; from within IE.<br />
# This is a workaround for that problem.<br />
function purge-js<br />
{<br />
	 get-childitem &#8220;$env:userprofile\Local Settings\Temporary Internet Files&#8221; -include *.js -recurse -force | remove-item<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mel</title>
		<link>http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-38851</link>
		<dc:creator>mel</dc:creator>
		<pubDate>Mon, 23 Jul 2007 18:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-38851</guid>
		<description>I have had nothing but problems with ie7, glad I found this post saved me even more trouble.</description>
		<content:encoded><![CDATA[<p>I have had nothing but problems with ie7, glad I found this post saved me even more trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nio</title>
		<link>http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-10249</link>
		<dc:creator>nio</dc:creator>
		<pubDate>Tue, 13 Mar 2007 09:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-10249</guid>
		<description>I need some help, the tags created with JavaScript that works in all the older versions of IE does not work with IE7. I've tried everything it  just doesn't seem to work.

Maybe you have a solution for my problem.</description>
		<content:encoded><![CDATA[<p>I need some help, the tags created with JavaScript that works in all the older versions of IE does not work with IE7. I&#8217;ve tried everything it  just doesn&#8217;t seem to work.</p>
<p>Maybe you have a solution for my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-2011</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Mon, 01 Jan 2007 17:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-2011</guid>
		<description>...and when you are really in a heap of trouble with the cache, how about renaming the javascript file... a bit of a pain, but should guarantee that the latest and greatest is downloaded to the browser.  If this works the same as it does for images, than we should be in good shape!
(just a thought, not proven)</description>
		<content:encoded><![CDATA[<p>&#8230;and when you are really in a heap of trouble with the cache, how about renaming the javascript file&#8230; a bit of a pain, but should guarantee that the latest and greatest is downloaded to the browser.  If this works the same as it does for images, than we should be in good shape!<br />
(just a thought, not proven)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-1125</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 14 Dec 2006 11:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-1125</guid>
		<description>ok found it... http://blogs.msdn.com/ie/archive/2006/01/12/512232.aspx</description>
		<content:encoded><![CDATA[<p>ok found it&#8230; <a href="http://blogs.msdn.com/ie/archive/2006/01/12/512232.aspx" rel="nofollow">http://blogs.msdn.com/ie/archive/2006/01/12/512232.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-1114</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 14 Dec 2006 04:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-1114</guid>
		<description>Why the hell did they get rid of "Clear Cache" button???</description>
		<content:encoded><![CDATA[<p>Why the hell did they get rid of &#8220;Clear Cache&#8221; button???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-782</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Thu, 23 Nov 2006 05:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-782</guid>
		<description>@zellyn - ahh, I forgot my DOS basics; thx :)

@peter - I'll give that a try - unfortunately my inconsistent IE7 is now happily refreshing the JS without prompting.

@evan - ahh good point for testing the original code. I think I still need to src="..." for dynamic data + code, but inlining would have worked for my original issues, I think.</description>
		<content:encoded><![CDATA[<p>@zellyn - ahh, I forgot my DOS basics; thx <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@peter - I&#8217;ll give that a try - unfortunately my inconsistent IE7 is now happily refreshing the JS without prompting.</p>
<p>@evan - ahh good point for testing the original code. I think I still need to src=&#8221;&#8230;&#8221; for dynamic data + code, but inlining would have worked for my original issues, I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evan</title>
		<link>http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-781</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Thu, 23 Nov 2006 02:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/22/debugging-javascript-in-ie7-how-to-clear-your-javascript-cache/#comment-781</guid>
		<description>If you inline all your JS when you're in the development environment, you can bypass the "clear cache" step completely. 

You can still edit the actual .js files, but have the template inject the actual data into script tags instead of using the src attribute.</description>
		<content:encoded><![CDATA[<p>If you inline all your JS when you&#8217;re in the development environment, you can bypass the &#8220;clear cache&#8221; step completely. </p>
<p>You can still edit the actual .js files, but have the template inject the actual data into script tags instead of using the src attribute.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
