<?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 for Likesalmon Design</title>
	<atom:link href="http://www.likesalmondesign.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.likesalmondesign.com</link>
	<description>Open Source Web Design and Development from Scratch</description>
	<lastBuildDate>Fri, 04 Jun 2010 05:14:18 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on External Monitor Resolution Fix for Ubuntu Jaunty by Ammon</title>
		<link>http://www.likesalmondesign.com/external-monitor-resolution-fix-for-ubuntu-jaunty/comment-page-1/#comment-124</link>
		<dc:creator>Ammon</dc:creator>
		<pubDate>Fri, 04 Jun 2010 05:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=169#comment-124</guid>
		<description>You&#039;re welcome Mark!  Glad I could help.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome Mark!  Glad I could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on External Monitor Resolution Fix for Ubuntu Jaunty by Mark Ledden</title>
		<link>http://www.likesalmondesign.com/external-monitor-resolution-fix-for-ubuntu-jaunty/comment-page-1/#comment-122</link>
		<dc:creator>Mark Ledden</dc:creator>
		<pubDate>Fri, 14 May 2010 13:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=169#comment-122</guid>
		<description>Wow this was so simple so solve!

I just changed &quot;Virtual&quot; from &quot;2048 768&quot; to &quot;2048 2048&quot; and I can now select the correct resolution.

Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Wow this was so simple so solve!</p>
<p>I just changed &#8220;Virtual&#8221; from &#8220;2048 768&#8243; to &#8220;2048 2048&#8243; and I can now select the correct resolution.</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do when your javascript only works with Firebug turned on by Ammon</title>
		<link>http://www.likesalmondesign.com/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://www.likesalmondesign.com/?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>Comment on What to do when your javascript only works with Firebug turned on by Evan Jones</title>
		<link>http://www.likesalmondesign.com/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://www.likesalmondesign.com/?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>Comment on What to do when your javascript only works with Firebug turned on by Evan Jones</title>
		<link>http://www.likesalmondesign.com/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://www.likesalmondesign.com/?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>Comment on What to do when your javascript only works with Firebug turned on by Evan Jones</title>
		<link>http://www.likesalmondesign.com/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://www.likesalmondesign.com/?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>
	<item>
		<title>Comment on Change current working directory from inside the Python interpreter by Evan Jones</title>
		<link>http://www.likesalmondesign.com/change-current-working-directory-from-inside-the-python-interpreter/comment-page-1/#comment-48</link>
		<dc:creator>Evan Jones</dc:creator>
		<pubDate>Wed, 07 Oct 2009 03:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=222#comment-48</guid>
		<description>iPython makes my life much happier.  It&#039;s worth spending some time with:

-- method tab-completion
-- run shell commands (&#039;ls&#039;, &#039;cd xxx&#039;, etc) from the interpreter
-- drop into your editor whenever you want to refine code interactively
-- easily save and reuse a session, so if you did a bunch of fancy stuff in the interpreter you can automatically put that in a file.
-- automatically drop into  a debugger when something goes wrong.
-- Yay!</description>
		<content:encoded><![CDATA[<p>iPython makes my life much happier.  It&#8217;s worth spending some time with:</p>
<p>&#8211; method tab-completion<br />
&#8211; run shell commands (&#8216;ls&#8217;, &#8216;cd xxx&#8217;, etc) from the interpreter<br />
&#8211; drop into your editor whenever you want to refine code interactively<br />
&#8211; easily save and reuse a session, so if you did a bunch of fancy stuff in the interpreter you can automatically put that in a file.<br />
&#8211; automatically drop into  a debugger when something goes wrong.<br />
&#8211; Yay!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change current working directory from inside the Python interpreter by Ammon</title>
		<link>http://www.likesalmondesign.com/change-current-working-directory-from-inside-the-python-interpreter/comment-page-1/#comment-47</link>
		<dc:creator>Ammon</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=222#comment-47</guid>
		<description>Thanks fan! I&#039;ve never heard of iPython, but I&#039;m checking it out as I type this.</description>
		<content:encoded><![CDATA[<p>Thanks fan! I&#8217;ve never heard of iPython, but I&#8217;m checking it out as I type this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change current working directory from inside the Python interpreter by Evan Jones</title>
		<link>http://www.likesalmondesign.com/change-current-working-directory-from-inside-the-python-interpreter/comment-page-1/#comment-46</link>
		<dc:creator>Evan Jones</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=222#comment-46</guid>
		<description>Dude, are you using iPython?  If you&#039;re spending time in the interpreter and NOT using iPython, your life is sadder than it ought to be...</description>
		<content:encoded><![CDATA[<p>Dude, are you using iPython?  If you&#8217;re spending time in the interpreter and NOT using iPython, your life is sadder than it ought to be&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
