<?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>Sat, 10 Dec 2011 22:23:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dominic Mitchell</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/#comment-496</link>
		<dc:creator>Dominic Mitchell</dc:creator>
		<pubDate>Tue, 14 Jun 2011 18:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/2007/09/26/jquery-logging/#comment-496</guid>
		<description>You&#039;ll need to load in jQuery first.  Have a look at the &lt;a href=&quot;http://docs.jquery.com/How_jQuery_Works&quot; rel=&quot;nofollow&quot;&gt;tutorial&lt;/a&gt; if you&#039;re not sure.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll need to load in jQuery first.  Have a look at the <a href="http://docs.jquery.com/How_jQuery_Works" rel="nofollow">tutorial</a> if you&#8217;re not sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iansane</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/#comment-495</link>
		<dc:creator>iansane</dc:creator>
		<pubDate>Tue, 14 Jun 2011 14:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/2007/09/26/jquery-logging/#comment-495</guid>
		<description>someone please post a demo here?
Jquery undefined so just copy pasting this function into the script is not all that is required apparently</description>
		<content:encoded><![CDATA[<p>someone please post a demo here?<br />
Jquery undefined so just copy pasting this function into the script is not all that is required apparently</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dom</title>
		<link>http://happygiraffe.net/blog/2007/09/26/jquery-logging/#comment-225</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Thu, 04 Jun 2009 08:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/2007/09/26/jquery-logging/#comment-225</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-224</link>
		<dc:creator>Marko Simic</dc:creator>
		<pubDate>Thu, 04 Jun 2009 08:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/2007/09/26/jquery-logging/#comment-224</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-223</link>
		<dc:creator>saurabh shah</dc:creator>
		<pubDate>Wed, 03 Jun 2009 04:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/2007/09/26/jquery-logging/#comment-223</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-222</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Mon, 06 Apr 2009 15:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/2007/09/26/jquery-logging/#comment-222</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-221</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 06 Apr 2009 14:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/2007/09/26/jquery-logging/#comment-221</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-220</link>
		<dc:creator>Nicolás Miyasato</dc:creator>
		<pubDate>Thu, 01 Jan 2009 17:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/2007/09/26/jquery-logging/#comment-220</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-219</link>
		<dc:creator>insic</dc:creator>
		<pubDate>Tue, 02 Sep 2008 15:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/2007/09/26/jquery-logging/#comment-219</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-218</link>
		<dc:creator>Joan Piedra</dc:creator>
		<pubDate>Sat, 20 Oct 2007 19:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/2007/09/26/jquery-logging/#comment-218</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>
</channel>
</rss>

