<?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: JavaScript Trace Window</title>
	<atom:link href="http://www.digitalmediaminute.com/article/1622/javascript-trace-window/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalmediaminute.com/article/1622/javascript-trace-window</link>
	<description>News that matters for Web Developers</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:26:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ravikrishna</title>
		<link>http://www.digitalmediaminute.com/article/1622/javascript-trace-window/comment-page-1#comment-7092</link>
		<dc:creator>ravikrishna</dc:creator>
		<pubDate>Mon, 19 Jun 2006 04:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/1622/javascript-trace-window#comment-7092</guid>
		<description>i want this site immediately,it is blocked here,plz let me to open it</description>
		<content:encoded><![CDATA[<p>i want this site immediately,it is blocked here,plz let me to open it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jools</title>
		<link>http://www.digitalmediaminute.com/article/1622/javascript-trace-window/comment-page-1#comment-5592</link>
		<dc:creator>jools</dc:creator>
		<pubDate>Tue, 06 Jun 2006 20:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/1622/javascript-trace-window#comment-5592</guid>
		<description>also doesnt work for me, installed greasemonkey, installed the userscript, wrote a script with t assigned and nothing....</description>
		<content:encoded><![CDATA[<p>also doesnt work for me, installed greasemonkey, installed the userscript, wrote a script with t assigned and nothing&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crit</title>
		<link>http://www.digitalmediaminute.com/article/1622/javascript-trace-window/comment-page-1#comment-1781</link>
		<dc:creator>Crit</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/1622/javascript-trace-window#comment-1781</guid>
		<description>doesn&#8217;t seem to be working for me.. any suggestions?</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t seem to be working for me.. any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Hughes</title>
		<link>http://www.digitalmediaminute.com/article/1622/javascript-trace-window/comment-page-1#comment-1782</link>
		<dc:creator>Gareth Hughes</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/1622/javascript-trace-window#comment-1782</guid>
		<description>Thats lovely.&lt;br /&gt;
1 Would it be possible for it to work with javascript libraries rather than just js in the main page.&lt;br /&gt;
&lt;br /&gt;
2 Could you post the unescaped source for educational purposes?</description>
		<content:encoded><![CDATA[<p>Thats lovely.<br />
1 Would it be possible for it to work with javascript libraries rather than just js in the main page.</p>
<p>2 Could you post the unescaped source for educational purposes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Warren</title>
		<link>http://www.digitalmediaminute.com/article/1622/javascript-trace-window/comment-page-1#comment-1783</link>
		<dc:creator>Christopher Warren</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/1622/javascript-trace-window#comment-1783</guid>
		<description>Great code, this will be fantastic.&lt;br /&gt;
&lt;br /&gt;
You may want to look in to setting the z-index of your div to float it as high on the page as possible. I have a page using CSS to keep the a div fixed on the right side when scrolling, and I couldn&#8217;t see the debugging box because it was behind the div.&lt;br /&gt;
&lt;br /&gt;
Also, it would be nice to be able to easily declare an x and y where the box will appear.</description>
		<content:encoded><![CDATA[<p>Great code, this will be fantastic.</p>
<p>You may want to look in to setting the z-index of your div to float it as high on the page as possible. I have a page using CSS to keep the a div fixed on the right side when scrolling, and I couldn&#8217;t see the debugging box because it was behind the div.</p>
<p>Also, it would be nice to be able to easily declare an x and y where the box will appear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Hughes</title>
		<link>http://www.digitalmediaminute.com/article/1622/javascript-trace-window/comment-page-1#comment-1784</link>
		<dc:creator>Gareth Hughes</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/1622/javascript-trace-window#comment-1784</guid>
		<description>Solved script library problem:&lt;br /&gt;
&lt;br /&gt;
Put this function in the main html page and call it from a script lib. As an added bonus you then have a single point to disable it.&lt;br /&gt;
&lt;br /&gt;
function greaseMonkeyDebug(foo) {&lt;br /&gt;
t = foo;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Cheers</description>
		<content:encoded><![CDATA[<p>Solved script library problem:</p>
<p>Put this function in the main html page and call it from a script lib. As an added bonus you then have a single point to disable it.</p>
<p>function greaseMonkeyDebug(foo) {<br />
t = foo;<br />
}</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph</title>
		<link>http://www.digitalmediaminute.com/article/1622/javascript-trace-window/comment-page-1#comment-1785</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/1622/javascript-trace-window#comment-1785</guid>
		<description>Pretty cool script. Of course it would be cool to define which variables you will trace but maybe that&#8217;s a task for the future.</description>
		<content:encoded><![CDATA[<p>Pretty cool script. Of course it would be cool to define which variables you will trace but maybe that&#8217;s a task for the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Couvreur</title>
		<link>http://www.digitalmediaminute.com/article/1622/javascript-trace-window/comment-page-1#comment-1786</link>
		<dc:creator>Julien Couvreur</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/1622/javascript-trace-window#comment-1786</guid>
		<description>Where is the userscript? &lt;br /&gt;
http://www.digitalmediaminute.com/myscripts/jsTrace.user.js brings a 404&#8230;&lt;br /&gt;
&lt;br /&gt;
Have you considered using the JS console for the output (thru GM_log) instead of a floating div?</description>
		<content:encoded><![CDATA[<p>Where is the userscript? <br />
<a href="http://www.digitalmediaminute.com/myscripts/jsTrace.user.js" rel="nofollow">http://www.digitalmediaminute.com/myscripts/jsTrace.user.js</a> brings a 404&#8230;</p>
<p>Have you considered using the JS console for the output (thru GM_log) instead of a floating div?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

