<?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 digitalize.ca</title>
	<atom:link href="http://digitalize.ca/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalize.ca</link>
	<description>Owned, operated, and obliterated by Mohammad Jangda</description>
	<lastBuildDate>Mon, 05 Dec 2011 08:31:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19841</generator>
	<item>
		<title>Comment on Review: Tintin in America by Joen</title>
		<link>http://digitalize.ca/2011/12/review-tintin-in-america/comment-page-1/#comment-33857</link>
		<dc:creator>Joen</dc:creator>
		<pubDate>Mon, 05 Dec 2011 08:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://digitalize.ca/?p=1990#comment-33857</guid>
		<description>Tintin comics high five, these are my favorites! 

Though to be frank, the first two (or three depending on whether you count Tintin in Soviet) I find to be rather boring and dull. It&#039;s not until Cigars of the Pharaoh (or whatever it&#039;s translated to) that things get into gear.</description>
		<content:encoded><![CDATA[<p>Tintin comics high five, these are my favorites! </p>
<p>Though to be frank, the first two (or three depending on whether you count Tintin in Soviet) I find to be rather boring and dull. It&#8217;s not until Cigars of the Pharaoh (or whatever it&#8217;s translated to) that things get into gear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On $wpdb-&gt;prepare by Mohammad Jangda</title>
		<link>http://digitalize.ca/2011/11/on-wpdb-prepare/comment-page-1/#comment-32199</link>
		<dc:creator>Mohammad Jangda</dc:creator>
		<pubDate>Thu, 24 Nov 2011 14:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://digitalize.ca/?p=1982#comment-32199</guid>
		<description>The problem is that prepare doesn&#039;t do much other than sprintf the query with the values passed in. Developers can still do something like:

[code language=&quot;php&quot;]
$query = $wpdb-&gt;prepare( &quot;SELECT ID from {$wpdb-&gt;posts} WHERE ID = %d&quot;, $value );
error_log( &#039;Woo! I&#039;m querying IDs! My query: &#039; . $query );
$id = $wpdb-&gt;get_col( $query );
[/code]

Which is why this anti-pattern baffles me...</description>
		<content:encoded><![CDATA[<p>The problem is that prepare doesn&#8217;t do much other than sprintf the query with the values passed in. Developers can still do something like:</p>
<pre class="brush: php; title: ; notranslate">
$query = $wpdb-&gt;prepare( &quot;SELECT ID from {$wpdb-&gt;posts} WHERE ID = %d&quot;, $value );
error_log( 'Woo! I'm querying IDs! My query: ' . $query );
$id = $wpdb-&gt;get_col( $query );
</pre>
<p>Which is why this anti-pattern baffles me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On $wpdb-&gt;prepare by Lloyd Budd</title>
		<link>http://digitalize.ca/2011/11/on-wpdb-prepare/comment-page-1/#comment-32064</link>
		<dc:creator>Lloyd Budd</dc:creator>
		<pubDate>Wed, 23 Nov 2011 23:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://digitalize.ca/?p=1982#comment-32064</guid>
		<description>You know how they come to that anti-pattern though, right? They want to isolate the query, so that if it was more easily cowboy coded -- add and remove print and debug.

Wonder if prepare() having a debug/echo parameter would be useful, or too abstract... aside, does WP still not have as good of debug infrastructure as bbPress?</description>
		<content:encoded><![CDATA[<p>You know how they come to that anti-pattern though, right? They want to isolate the query, so that if it was more easily cowboy coded &#8212; add and remove print and debug.</p>
<p>Wonder if prepare() having a debug/echo parameter would be useful, or too abstract&#8230; aside, does WP still not have as good of debug infrastructure as bbPress?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On $wpdb-&gt;prepare by Alex Mills (Viper007Bond)</title>
		<link>http://digitalize.ca/2011/11/on-wpdb-prepare/comment-page-1/#comment-32035</link>
		<dc:creator>Alex Mills (Viper007Bond)</dc:creator>
		<pubDate>Wed, 23 Nov 2011 19:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://digitalize.ca/?p=1982#comment-32035</guid>
		<description>Actually it&#039;s a valid way to see if a post ID exists. :)

And +1 to your post.</description>
		<content:encoded><![CDATA[<p>Actually it&#8217;s a valid way to see if a post ID exists. :)</p>
<p>And +1 to your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On $wpdb-&gt;prepare by Mohammad Jangda</title>
		<link>http://digitalize.ca/2011/11/on-wpdb-prepare/comment-page-1/#comment-32034</link>
		<dc:creator>Mohammad Jangda</dc:creator>
		<pubDate>Wed, 23 Nov 2011 19:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://digitalize.ca/?p=1982#comment-32034</guid>
		<description>And, yes, the query in the example makes no sense.</description>
		<content:encoded><![CDATA[<p>And, yes, the query in the example makes no sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQTouch: Tap vs Click by Oskar</title>
		<link>http://digitalize.ca/2010/02/jqtouch-tap-vs-click/comment-page-1/#comment-30040</link>
		<dc:creator>Oskar</dc:creator>
		<pubDate>Fri, 04 Nov 2011 12:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://digitalize.ca/?p=570#comment-30040</guid>
		<description>You have an error in your code: 
    $(&#039;#mylink&#039;).bind(clickEvent, function() {
        e.preventDefault();
        alert(&#039;Yay! You just &#039; + clickEvent + &#039;ed me!&#039;);
    });

It should be:
    function(e)</description>
		<content:encoded><![CDATA[<p>You have an error in your code:<br />
    $(&#8216;#mylink&#8217;).bind(clickEvent, function() {<br />
        e.preventDefault();<br />
        alert(&#8216;Yay! You just &#8216; + clickEvent + &#8216;ed me!&#8217;);<br />
    });</p>
<p>It should be:<br />
    function(e)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Tip: Save me from console.log errors by Mohammad Jangda</title>
		<link>http://digitalize.ca/2010/04/javascript-tip-save-me-from-console-log-errors/comment-page-1/#comment-27373</link>
		<dc:creator>Mohammad Jangda</dc:creator>
		<pubDate>Mon, 03 Oct 2011 04:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://digitalize.ca/?p=498#comment-27373</guid>
		<description>Thanks for the tip. That&#039;s definitely good to know!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. That&#8217;s definitely good to know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Tip: Save me from console.log errors by Jatinder Assi</title>
		<link>http://digitalize.ca/2010/04/javascript-tip-save-me-from-console-log-errors/comment-page-1/#comment-27120</link>
		<dc:creator>Jatinder Assi</dc:creator>
		<pubDate>Tue, 27 Sep 2011 19:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://digitalize.ca/?p=498#comment-27120</guid>
		<description>Actually the if stmt will always gets executed in IE 8, even when the developer tools window is open, thus resulting in the console object to be always a nul object.

Instead here is the solution that I used after modifying your code:
&lt;code&gt;
	try
	{
		console.log(&#039;test&#039;);		
	}
	catch(err){	
		var console = {};
	    console.log = console.error = console.info = console.debug = console.warn = console.trace = console.dir = console.dirxml = console.group = console.groupEnd = console.time = console.timeEnd = console.assert = console.profile = function() {};	
	}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Actually the if stmt will always gets executed in IE 8, even when the developer tools window is open, thus resulting in the console object to be always a nul object.</p>
<p>Instead here is the solution that I used after modifying your code:<br />
<code><br />
	try<br />
	{<br />
		console.log('test');<br />
	}<br />
	catch(err){<br />
		var console = {};<br />
	    console.log = console.error = console.info = console.debug = console.warn = console.trace = console.dir = console.dirxml = console.group = console.groupEnd = console.time = console.timeEnd = console.assert = console.profile = function() {};<br />
	}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Co-Authors Plus by Laurence Elsdon</title>
		<link>http://digitalize.ca/wordpress-plugins/co-authors-plus/comment-page-1/#comment-26953</link>
		<dc:creator>Laurence Elsdon</dc:creator>
		<pubDate>Sat, 24 Sep 2011 17:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://digitalize.ca/?page_id=506#comment-26953</guid>
		<description>And now I&#039;ve realised you can edit the co-author just by clicking on it...

Occam&#039;s razor..

Feel free to delete this tree of comments</description>
		<content:encoded><![CDATA[<p>And now I&#8217;ve realised you can edit the co-author just by clicking on it&#8230;</p>
<p>Occam&#8217;s razor..</p>
<p>Feel free to delete this tree of comments</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Co-Authors Plus by Laurence Elsdon</title>
		<link>http://digitalize.ca/wordpress-plugins/co-authors-plus/comment-page-1/#comment-26952</link>
		<dc:creator>Laurence Elsdon</dc:creator>
		<pubDate>Sat, 24 Sep 2011 17:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://digitalize.ca/?page_id=506#comment-26952</guid>
		<description>I did find a bit of a hack solution, I commented out line 112 of the plugin:

//add_action( &#039;load-edit.php&#039;, array( $this, &#039;remove_quick_edit_authors_box&#039; ) );

This way I can use the quick edit to change the author that wordpress reads.

I set up a ghost account named &#039;group&#039; and manually set that as the default author for all co-authored posts. What would be best is if there was an option within the plugin to set a default author for any post with a co-author.</description>
		<content:encoded><![CDATA[<p>I did find a bit of a hack solution, I commented out line 112 of the plugin:</p>
<p>//add_action( &#8216;load-edit.php&#8217;, array( $this, &#8216;remove_quick_edit_authors_box&#8217;) );</p>
<p>This way I can use the quick edit to change the author that wordpress reads.</p>
<p>I set up a ghost account named &#8216;group&#8217;and manually set that as the default author for all co-authored posts. What would be best is if there was an option within the plugin to set a default author for any post with a co-author.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

