<?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: jQuery Logging</title>
	<atom:link href="http://happygiraffe.net/blog/2007/09/26/jquery-logging/feed/" rel="self" type="application/rss+xml" />
	<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/</link>
	<description></description>
	<lastBuildDate>Tue, 16 Feb 2010 16:00:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dom</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/comment-page-1/#comment-1027</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Thu, 04 Jun 2009 08:45:52 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12805#comment-1027</guid>
		<description>@Marko: Thanks — I did know that, but I&#039;d forgotten.  I seem to recall that there are some differences between firebug&#039;s console &amp; Safari though.  In particular, the format strings that I use in the post above won&#039;t work in Safari.

Of course, it&#039;s easy to replace with string concatenation, and you won&#039;t get the magic linkage you do with firebug.  This makes it a bit less useful, I feel.</description>
		<content:encoded><![CDATA[<p>@Marko: Thanks — I did know that, but I&#8217;d forgotten.  I seem to recall that there are some differences between firebug&#8217;s console &amp; Safari though.  In particular, the format strings that I use in the post above won&#8217;t work in Safari.</p>
<p>Of course, it&#8217;s easy to replace with string concatenation, and you won&#8217;t get the magic linkage you do with firebug.  This makes it a bit less useful, I feel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Simic</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/comment-page-1/#comment-1026</link>
		<dc:creator>Marko Simic</dc:creator>
		<pubDate>Thu, 04 Jun 2009 08:11:00 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12805#comment-1026</guid>
		<description>Btw window.console.log() works in WebKit browsers too (Safari and Chrome)
..and of course, thanks for sharing

&lt;pre lang=&quot;javascript&quot;&gt;
if (window.console)
  window.console.log(&quot;text&quot;);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Btw window.console.log() works in WebKit browsers too (Safari and Chrome)<br />
..and of course, thanks for sharing</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>window.<span style="color: #660066;">console</span><span style="color: #009900;">&#41;</span>
  window.<span style="color: #660066;">console</span>.<span style="color: #660066;">log</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;text&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh shah</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/comment-page-1/#comment-1024</link>
		<dc:creator>saurabh shah</dc:creator>
		<pubDate>Wed, 03 Jun 2009 04:55:23 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12805#comment-1024</guid>
		<description>cool ! thanks for sharing</description>
		<content:encoded><![CDATA[<p>cool ! thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dom</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/comment-page-1/#comment-982</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Mon, 06 Apr 2009 15:50:33 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12805#comment-982</guid>
		<description>@Anonymous: It can into any piece of JavaScript.  It does have to come after loading jQuery but before you actually call the &lt;code&gt;.log()&lt;/code&gt; though.</description>
		<content:encoded><![CDATA[<p>@Anonymous: It can into any piece of JavaScript.  It does have to come after loading jQuery but before you actually call the <code>.log()</code> though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/comment-page-1/#comment-981</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 06 Apr 2009 14:35:59 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12805#comment-981</guid>
		<description>Ok, so where do we paste this script?</description>
		<content:encoded><![CDATA[<p>Ok, so where do we paste this script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolás Miyasato</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/comment-page-1/#comment-900</link>
		<dc:creator>Nicolás Miyasato</dc:creator>
		<pubDate>Thu, 01 Jan 2009 17:22:04 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12805#comment-900</guid>
		<description>Simple, yet powerful =D</description>
		<content:encoded><![CDATA[<p>Simple, yet powerful =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: insic</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/comment-page-1/#comment-795</link>
		<dc:creator>insic</dc:creator>
		<pubDate>Tue, 02 Sep 2008 15:08:10 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12805#comment-795</guid>
		<description>cool! thanks for sharing</description>
		<content:encoded><![CDATA[<p>cool! thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joan Piedra</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/comment-page-1/#comment-578</link>
		<dc:creator>Joan Piedra</dc:creator>
		<pubDate>Sat, 20 Oct 2007 19:33:47 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12805#comment-578</guid>
		<description>&lt;p&gt;Hello Dominic,
I tried to improve the plugin with some conditionals, take a look at it :)&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://pastemonkey.org/paste/471a49a0-fc54-4ca8-b8e7-5411404fdb0d&quot; rel=&quot;nofollow&quot;&gt;http://pastemonkey.org/paste/471a49a0-fc54-4ca8-b8e7-5411404fdb0d&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hello Dominic,<br />
I tried to improve the plugin with some conditionals, take a look at it <img src='http://happygiraffe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://pastemonkey.org/paste/471a49a0-fc54-4ca8-b8e7-5411404fdb0d" rel="nofollow">http://pastemonkey.org/paste/471a49a0-fc54-4ca8-b8e7-5411404fdb0d</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JFR</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/comment-page-1/#comment-577</link>
		<dc:creator>JFR</dc:creator>
		<pubDate>Sat, 20 Oct 2007 16:26:10 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12805#comment-577</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;


	&lt;p&gt;That is a great jQuery plugin, which is also working with Companion.JS (&lt;a href=&quot;http://www.my-debugbar.com/wiki/CompanionJS/HomePage&quot; rel=&quot;nofollow&quot;&gt;http://www.my-debugbar.com/wiki/CompanionJS/HomePage&lt;/a&gt;), so you can also log under IE !&lt;/p&gt;


	&lt;p&gt;No info about node yet :-( but maybe in a future release.&lt;/p&gt;


	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;JFR&lt;/span&gt;
&lt;a href=&quot;http://www.debugbar.com&quot; rel=&quot;nofollow&quot;&gt;http://www.debugbar.com&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>That is a great jQuery plugin, which is also working with Companion.JS (<a href="http://www.my-debugbar.com/wiki/CompanionJS/HomePage" rel="nofollow">http://www.my-debugbar.com/wiki/CompanionJS/HomePage</a>), so you can also log under IE !</p>
<p>No info about node yet <img src='http://happygiraffe.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  but maybe in a future release.</p>
<p><span class="caps">JFR</span><br />
<a href="http://www.debugbar.com" rel="nofollow">http://www.debugbar.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: treo</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/comment-page-1/#comment-576</link>
		<dc:creator>treo</dc:creator>
		<pubDate>Sat, 20 Oct 2007 13:45:57 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12805#comment-576</guid>
		<description>&lt;p&gt;Looks like you need a Captcha ;)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Looks like you need a Captcha <img src='http://happygiraffe.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
