<?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 kmsm</title>
	<atom:link href="http://kmsm.ca/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmsm.ca</link>
	<description>kmsm is a Toronto-based creative agency.</description>
	<lastBuildDate>Fri, 09 Mar 2012 10:42:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on An (Almost) Complete Guide to CSS3 Multi-column Layouts by Rav17</title>
		<link>http://kmsm.ca/2010/an-almost-complete-guide-to-css3-multi-column-layouts/comment-page-2/#comment-530</link>
		<dc:creator>Rav17</dc:creator>
		<pubDate>Fri, 09 Mar 2012 10:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.kmsm.ca/?p=644387518#comment-530</guid>
		<description>Hi. Did you try to print this from Chrome? It works only for a screen content. :-(</description>
		<content:encoded><![CDATA[<p>Hi. Did you try to print this from Chrome? It works only for a screen content. <img src='http://kmsm.ca/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to stop post duplication when using multiple WP_Query() requests by Cailen McQuattie</title>
		<link>http://kmsm.ca/2012/how-to-stop-post-duplication-when-using-multiple-wp_query-requests/comment-page-1/#comment-526</link>
		<dc:creator>Cailen McQuattie</dc:creator>
		<pubDate>Mon, 05 Mar 2012 21:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://kmsm.ca/?p=644387983#comment-526</guid>
		<description>No sweat!</description>
		<content:encoded><![CDATA[<p>No sweat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add TinyMCE WYSIWYG Editor and HTML Capabilities to WordPress User Bios by Cailen McQuattie</title>
		<link>http://kmsm.ca/2011/add-tinymce-wysiwyg-editor-and-html-capabilities-to-wordpress-user-bios/comment-page-1/#comment-525</link>
		<dc:creator>Cailen McQuattie</dc:creator>
		<pubDate>Mon, 05 Mar 2012 21:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://kmsm.ca/?p=644387972#comment-525</guid>
		<description>Solid! Thanks Kevin.</description>
		<content:encoded><![CDATA[<p>Solid! Thanks Kevin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to stop post duplication when using multiple WP_Query() requests by Chris</title>
		<link>http://kmsm.ca/2012/how-to-stop-post-duplication-when-using-multiple-wp_query-requests/comment-page-1/#comment-523</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 01 Mar 2012 13:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://kmsm.ca/?p=644387983#comment-523</guid>
		<description>Just the piece of code I was looking for. I&#039;d tried using the offset feature but this doesn&#039;t play nicely with pagination. Thanks for the solution.</description>
		<content:encoded><![CDATA[<p>Just the piece of code I was looking for. I&#8217;d tried using the offset feature but this doesn&#8217;t play nicely with pagination. Thanks for the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Promote Your Music Online by brandon</title>
		<link>http://kmsm.ca/2010/how-to-promote-your-music-online/comment-page-1/#comment-521</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Wed, 22 Feb 2012 02:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kmsm.ca/?p=644387480#comment-521</guid>
		<description>www.jamstarter.com is a free way to get an online press kit. also, if your music is popular, you get a spot on the homepage. all new artists also get featured on the homepage</description>
		<content:encoded><![CDATA[<p><a href="http://www.jamstarter.com" rel="nofollow">http://www.jamstarter.com</a> is a free way to get an online press kit. also, if your music is popular, you get a spot on the homepage. all new artists also get featured on the homepage</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add TinyMCE WYSIWYG Editor and HTML Capabilities to WordPress User Bios by Kevin Leary</title>
		<link>http://kmsm.ca/2011/add-tinymce-wysiwyg-editor-and-html-capabilities-to-wordpress-user-bios/comment-page-1/#comment-519</link>
		<dc:creator>Kevin Leary</dc:creator>
		<pubDate>Mon, 13 Feb 2012 01:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://kmsm.ca/?p=644387972#comment-519</guid>
		<description>Hey Cailen,

I used to use this approach, but as of WordPress 3.3 there&#039;s a nice new function called wp_editor() to make it even easier.

I’ve created a plugin that replaces the Biographical Info profile field with the WordPress visual editor, TinyMCE, allowing you to editor an author’s biography using rich text using a new function, wp_editor(), that was released with WordPress 3.3.

http://wordpress.org/extend/plugins/visual-biography-editor/</description>
		<content:encoded><![CDATA[<p>Hey Cailen,</p>
<p>I used to use this approach, but as of WordPress 3.3 there&#8217;s a nice new function called wp_editor() to make it even easier.</p>
<p>I’ve created a plugin that replaces the Biographical Info profile field with the WordPress visual editor, TinyMCE, allowing you to editor an author’s biography using rich text using a new function, wp_editor(), that was released with WordPress 3.3.</p>
<p><a href="http://wordpress.org/extend/plugins/visual-biography-editor/" rel="nofollow">http://wordpress.org/extend/plugins/visual-biography-editor/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An (Almost) Complete Guide to CSS3 Multi-column Layouts by Jason Garber</title>
		<link>http://kmsm.ca/2010/an-almost-complete-guide-to-css3-multi-column-layouts/comment-page-2/#comment-513</link>
		<dc:creator>Jason Garber</dc:creator>
		<pubDate>Thu, 12 Jan 2012 11:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kmsm.ca/?p=644387518#comment-513</guid>
		<description>You should note that the column break properties won&#039;t work in Firefox. We should all go upvote the issue on Bugzilla so hopefully it can get implemented: https://bugzilla.mozilla.org/page.cgi?id=voting/user.html&amp;bug_id=549114#vote_549114</description>
		<content:encoded><![CDATA[<p>You should note that the column break properties won&#8217;t work in Firefox. We should all go upvote the issue on Bugzilla so hopefully it can get implemented: <a href="https://bugzilla.mozilla.org/page.cgi?id=voting/user.html&#038;bug_id=549114#vote_549114" rel="nofollow">https://bugzilla.mozilla.org/page.cgi?id=voting/user.html&#038;bug_id=549114#vote_549114</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Easily Hide Admin Panels in WordPress by Rab Simpson</title>
		<link>http://kmsm.ca/2010/how-to-hide-admin-panels/comment-page-1/#comment-510</link>
		<dc:creator>Rab Simpson</dc:creator>
		<pubDate>Mon, 28 Nov 2011 02:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kmsm.ca/?p=644387221#comment-510</guid>
		<description>This is exactly what I was looking for! Thanks! :D</description>
		<content:encoded><![CDATA[<p>This is exactly what I was looking for! Thanks! <img src='http://kmsm.ca/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An (Almost) Complete Guide to CSS3 Multi-column Layouts by Blitz</title>
		<link>http://kmsm.ca/2010/an-almost-complete-guide-to-css3-multi-column-layouts/comment-page-2/#comment-498</link>
		<dc:creator>Blitz</dc:creator>
		<pubDate>Sat, 03 Sep 2011 20:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kmsm.ca/?p=644387518#comment-498</guid>
		<description>There&#039;s a bug with multicolumn lists. If using a navigation list (ul, or ol) - which is pretty standard and I believe &#039;correct&#039; semantic markup for HTML5, if you set list-style, the multicolumn breaks - in both Safari and Firefox.

That means you can only create a multicolumn navigation list with bullets showing! Is this an oversight?</description>
		<content:encoded><![CDATA[<p>There&#8217;s a bug with multicolumn lists. If using a navigation list (ul, or ol) &#8211; which is pretty standard and I believe &#8216;correct&#8217; semantic markup for HTML5, if you set list-style, the multicolumn breaks &#8211; in both Safari and Firefox.</p>
<p>That means you can only create a multicolumn navigation list with bullets showing! Is this an oversight?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An (Almost) Complete Guide to CSS3 Multi-column Layouts by WebVitaminz 14 Awesome CSS3 Tutorials</title>
		<link>http://kmsm.ca/2010/an-almost-complete-guide-to-css3-multi-column-layouts/comment-page-2/#comment-496</link>
		<dc:creator>WebVitaminz 14 Awesome CSS3 Tutorials</dc:creator>
		<pubDate>Fri, 29 Jul 2011 16:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kmsm.ca/?p=644387518#comment-496</guid>
		<description>[...] View Full Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] View Full Tutorial [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: kmsm.ca @ 2012-05-18 09:06:13 -->
