<?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: What to do when your javascript only works with Firebug turned on</title>
	<atom:link href="http://likesalmon.net/what-to-do-when-your-javascript-only-works-with-firebug-turned-on/feed/" rel="self" type="application/rss+xml" />
	<link>http://likesalmon.net/what-to-do-when-your-javascript-only-works-with-firebug-turned-on/</link>
	<description>Web development for designers</description>
	<lastBuildDate>Fri, 16 Dec 2011 11:37:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Ammon</title>
		<link>http://likesalmon.net/what-to-do-when-your-javascript-only-works-with-firebug-turned-on/comment-page-1/#comment-112</link>
		<dc:creator>Ammon</dc:creator>
		<pubDate>Fri, 30 Apr 2010 19:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://likesalmon.net/?p=334#comment-112</guid>
		<description>Yeah, varargs was my first thought too.  I&#039;m slowly investigating these two posts:

http://stackoverflow.com/questions/1959040/possible-to-send-javascript-varargs

and

http://www.sitepoint.com/blogs/2008/11/11/arguments-a-javascript-oddity/

While I pretend to work today.  Looks like it is possible.</description>
		<content:encoded><![CDATA[<p>Yeah, varargs was my first thought too.  I&#8217;m slowly investigating these two posts:</p>
<p><a href="http://stackoverflow.com/questions/1959040/possible-to-send-javascript-varargs" rel="nofollow">http://stackoverflow.com/questions/1959040/possible-to-send-javascript-varargs</a></p>
<p>and</p>
<p><a href="http://www.sitepoint.com/blogs/2008/11/11/arguments-a-javascript-oddity/" rel="nofollow">http://www.sitepoint.com/blogs/2008/11/11/arguments-a-javascript-oddity/</a></p>
<p>While I pretend to work today.  Looks like it is possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Jones</title>
		<link>http://likesalmon.net/what-to-do-when-your-javascript-only-works-with-firebug-turned-on/comment-page-1/#comment-108</link>
		<dc:creator>Evan Jones</dc:creator>
		<pubDate>Wed, 28 Apr 2010 08:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://likesalmon.net/?p=334#comment-108</guid>
		<description>hmmm... looks like the &lt;code&gt; tag messes with leading whitespace...&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>hmmm&#8230; looks like the <code> tag messes with leading whitespace...</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Jones</title>
		<link>http://likesalmon.net/what-to-do-when-your-javascript-only-works-with-firebug-turned-on/comment-page-1/#comment-107</link>
		<dc:creator>Evan Jones</dc:creator>
		<pubDate>Wed, 28 Apr 2010 08:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://likesalmon.net/?p=334#comment-107</guid>
		<description>or rather: 
&lt;code&gt;
def clog( string, *args):
    if True:
        print string%args

clog( &quot;This has three args: %s %s %s&quot;, 1, 2, 3)
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>or rather:<br />
<code><br />
def clog( string, *args):<br />
    if True:<br />
        print string%args</p>
<p>clog( "This has three args: %s %s %s", 1, 2, 3)<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Jones</title>
		<link>http://likesalmon.net/what-to-do-when-your-javascript-only-works-with-firebug-turned-on/comment-page-1/#comment-106</link>
		<dc:creator>Evan Jones</dc:creator>
		<pubDate>Wed, 28 Apr 2010 07:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://likesalmon.net/?p=334#comment-106</guid>
		<description>Doesn&#039;t javascript have some kind of varargs capacity?  In Python you could do something like:

def clog( string, *args):
    if (window.console):
        console.log( string%args)</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t javascript have some kind of varargs capacity?  In Python you could do something like:</p>
<p>def clog( string, *args):<br />
    if (window.console):<br />
        console.log( string%args)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

