<?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: CSS Commenting With Textmate</title>
	<atom:link href="http://donttrustthisguy.com/2008/01/05/css-commenting-with-textmate/feed/" rel="self" type="application/rss+xml" />
	<link>http://donttrustthisguy.com/2008/01/05/css-commenting-with-textmate/</link>
	<description>Why not take my word for it?</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:29:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DontTrustThisGuy.com &#124; The Art and Zen of Writing CSS</title>
		<link>http://donttrustthisguy.com/2008/01/05/css-commenting-with-textmate/comment-page-1/#comment-7139</link>
		<dc:creator>DontTrustThisGuy.com &#124; The Art and Zen of Writing CSS</dc:creator>
		<pubDate>Sun, 07 Mar 2010 12:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://donttrustthisguy.com/2008/01/05/productive-css-commenting-with-textmate/#comment-7139</guid>
		<description>[...] document your CSS as you should be documenting all of your code. Textmate users can benefit from a CSS commenting bundle I put together a few years ago to quickly document and section apart their stylesheets. What you [...]</description>
		<content:encoded><![CDATA[<p>[...] document your CSS as you should be documenting all of your code. Textmate users can benefit from a CSS commenting bundle I put together a few years ago to quickly document and section apart their stylesheets. What you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech Tutorial</title>
		<link>http://donttrustthisguy.com/2008/01/05/css-commenting-with-textmate/comment-page-1/#comment-5980</link>
		<dc:creator>Tech Tutorial</dc:creator>
		<pubDate>Fri, 03 Apr 2009 17:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://donttrustthisguy.com/2008/01/05/productive-css-commenting-with-textmate/#comment-5980</guid>
		<description>Thanks for the revision! I’m going to update the bundle with your revision tonight. That’s great!Commenting is key in any design firm especially when multiple developers work on the same project, thanks for the tutorial!Thanks for the revision! I’m going to update the bundle with your revision tonight. That’s great!</description>
		<content:encoded><![CDATA[<p>Thanks for the revision! I’m going to update the bundle with your revision tonight. That’s great!Commenting is key in any design firm especially when multiple developers work on the same project, thanks for the tutorial!Thanks for the revision! I’m going to update the bundle with your revision tonight. That’s great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://donttrustthisguy.com/2008/01/05/css-commenting-with-textmate/comment-page-1/#comment-5260</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 20 Aug 2008 00:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://donttrustthisguy.com/2008/01/05/productive-css-commenting-with-textmate/#comment-5260</guid>
		<description>Thanks for this bundle this is great.</description>
		<content:encoded><![CDATA[<p>Thanks for this bundle this is great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Jeffers</title>
		<link>http://donttrustthisguy.com/2008/01/05/css-commenting-with-textmate/comment-page-1/#comment-5234</link>
		<dc:creator>Jim Jeffers</dc:creator>
		<pubDate>Thu, 31 Jul 2008 19:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://donttrustthisguy.com/2008/01/05/productive-css-commenting-with-textmate/#comment-5234</guid>
		<description>Hey James,

Thanks for the revision!  I&#039;m going to update the bundle with your revision tonight.  That&#039;s great!</description>
		<content:encoded><![CDATA[<p>Hey James,</p>
<p>Thanks for the revision!  I&#8217;m going to update the bundle with your revision tonight.  That&#8217;s great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Conroy-Finn</title>
		<link>http://donttrustthisguy.com/2008/01/05/css-commenting-with-textmate/comment-page-1/#comment-5232</link>
		<dc:creator>James Conroy-Finn</dc:creator>
		<pubDate>Wed, 30 Jul 2008 12:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://donttrustthisguy.com/2008/01/05/productive-css-commenting-with-textmate/#comment-5232</guid>
		<description>Thanks for sharing Jim!

I like the plugin. I did tweak it slightly as it required me to keep typing the current date and time as well as my name when I added &quot;updated&quot; comments. I&#039;ve blogged the changes I made (you can find them at http://www.theonlyjames.com/2008/07/tm-css-bundle-mod/) and pasted my amended &quot;comment: updated&quot; snippet below.

/*
	${1:Working Title}
	Updated:	${2:`Date +&#039;%a&#039;`} ${3:`date +&#039;%d/%m/%Y&#039;`} @ ${4:`date +&#039;%H:%M:%S %Z (%z)&#039;`}
	Author:		${5:`dscl . -read /Users/$USER RealName &#124; awk &#039;NR==2 { sub(/^[ \t]+/, &quot;&quot;); print }&#039;`}
	----------------------------------------------------*/$0

Hope you don&#039;t mind me linking to your post.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing Jim!</p>
<p>I like the plugin. I did tweak it slightly as it required me to keep typing the current date and time as well as my name when I added &#8220;updated&#8221; comments. I&#8217;ve blogged the changes I made (you can find them at <a href="http://www.theonlyjames.com/2008/07/tm-css-bundle-mod/)" rel="nofollow">http://www.theonlyjames.com/2008/07/tm-css-bundle-mod/)</a> and pasted my amended &#8220;comment: updated&#8221; snippet below.</p>
<p>/*<br />
	${1:Working Title}<br />
	Updated:	${2:`Date +&#8217;%a&#8217;`} ${3:`date +&#8217;%d/%m/%Y&#8217;`} @ ${4:`date +&#8217;%H:%M:%S %Z (%z)&#8217;`}<br />
	Author:		${5:`dscl . -read /Users/$USER RealName | awk &#8216;NR==2 { sub(/^[ \t]+/, &#8220;&#8221;); print }&#8217;`}<br />
	&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*/$0</p>
<p>Hope you don&#8217;t mind me linking to your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Modified CSS Bundle for TextMate — The Only James</title>
		<link>http://donttrustthisguy.com/2008/01/05/css-commenting-with-textmate/comment-page-1/#comment-5231</link>
		<dc:creator>Modified CSS Bundle for TextMate — The Only James</dc:creator>
		<pubDate>Wed, 30 Jul 2008 12:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://donttrustthisguy.com/2008/01/05/productive-css-commenting-with-textmate/#comment-5231</guid>
		<description>[...] you&#8217;re coding for the web you&#8217;ll probably have at least tried out Jim Jeffer&#8217;s CSS Bundle, which was inspired by an article by Jina Bolton. If not check it [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;re coding for the web you&#8217;ll probably have at least tried out Jim Jeffer&#8217;s CSS Bundle, which was inspired by an article by Jina Bolton. If not check it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://donttrustthisguy.com/2008/01/05/css-commenting-with-textmate/comment-page-1/#comment-5223</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Sun, 20 Jul 2008 20:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://donttrustthisguy.com/2008/01/05/productive-css-commenting-with-textmate/#comment-5223</guid>
		<description>Commenting is key in any design firm especially when multiple developers work on the same project, thanks for the tutorial!</description>
		<content:encoded><![CDATA[<p>Commenting is key in any design firm especially when multiple developers work on the same project, thanks for the tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ikki</title>
		<link>http://donttrustthisguy.com/2008/01/05/css-commenting-with-textmate/comment-page-1/#comment-5081</link>
		<dc:creator>Ikki</dc:creator>
		<pubDate>Sun, 30 Mar 2008 23:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://donttrustthisguy.com/2008/01/05/productive-css-commenting-with-textmate/#comment-5081</guid>
		<description>Great tutorial indeed :) I&#039;ve bookmarked it for future references! Thanks for sharing this stuff!</description>
		<content:encoded><![CDATA[<p>Great tutorial indeed <img src='http://donttrustthisguy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ve bookmarked it for future references! Thanks for sharing this stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Jeffers</title>
		<link>http://donttrustthisguy.com/2008/01/05/css-commenting-with-textmate/comment-page-1/#comment-5076</link>
		<dc:creator>Jim Jeffers</dc:creator>
		<pubDate>Mon, 24 Mar 2008 14:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://donttrustthisguy.com/2008/01/05/productive-css-commenting-with-textmate/#comment-5076</guid>
		<description>@WMS - Thanks!</description>
		<content:encoded><![CDATA[<p>@WMS &#8211; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WMS</title>
		<link>http://donttrustthisguy.com/2008/01/05/css-commenting-with-textmate/comment-page-1/#comment-5075</link>
		<dc:creator>WMS</dc:creator>
		<pubDate>Mon, 24 Mar 2008 12:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://donttrustthisguy.com/2008/01/05/productive-css-commenting-with-textmate/#comment-5075</guid>
		<description>Sweet tutorial, just what I have been looking for.
I have added you to Stumbleupon.</description>
		<content:encoded><![CDATA[<p>Sweet tutorial, just what I have been looking for.<br />
I have added you to Stumbleupon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
