<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Harnessing the Potential of the Web</title>
	<atom:link href="http://stylishrails.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stylishrails.wordpress.com</link>
	<description>Tutorials and commentary on web development and applications</description>
	<lastBuildDate>Sun, 24 Aug 2008 20:04:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The challenges of implementing collaboration tools by chrisjschmitt</title>
		<link>http://stylishrails.wordpress.com/2008/08/05/the-challenges-of-implementing-collaboration-tools/#comment-56</link>
		<dc:creator>chrisjschmitt</dc:creator>
		<pubDate>Sun, 24 Aug 2008 20:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://stylishrails.wordpress.com/?p=34#comment-56</guid>
		<description>Looks interesting - I&#039;ll check it out.  I still maintain that getting folks in the &quot;enterprise&quot; to collaborate using Web 2.0 tools is a more difficult beast than it is for small businesses.</description>
		<content:encoded><![CDATA[<p>Looks interesting &#8211; I&#8217;ll check it out.  I still maintain that getting folks in the &#8220;enterprise&#8221; to collaborate using Web 2.0 tools is a more difficult beast than it is for small businesses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The challenges of implementing collaboration tools by tia</title>
		<link>http://stylishrails.wordpress.com/2008/08/05/the-challenges-of-implementing-collaboration-tools/#comment-55</link>
		<dc:creator>tia</dc:creator>
		<pubDate>Thu, 21 Aug 2008 03:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://stylishrails.wordpress.com/?p=34#comment-55</guid>
		<description>Hi There,

I couldn’t resist commenting. I know first hand that getting a group people on board with using a collaboration tool can be painful.  Have you ever heard of Central Desktop?  Central Desktop is a very simple to use collaboration and task management tool that was created for small business teams. CD enables you to manage projects, activities, share ideas and more through a shared online workspace.  It&#039;s also very easy to use too!   It was Voted Business Week&#039;s &quot;Best of the Web&quot; for Collaboration.  

...please check it out when you have a moment...

http://www.centraldesktop.com/

Best,
Tia
Community Manager
tia@centraldesktop-inc.com</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>I couldn’t resist commenting. I know first hand that getting a group people on board with using a collaboration tool can be painful.  Have you ever heard of Central Desktop?  Central Desktop is a very simple to use collaboration and task management tool that was created for small business teams. CD enables you to manage projects, activities, share ideas and more through a shared online workspace.  It&#8217;s also very easy to use too!   It was Voted Business Week&#8217;s &#8220;Best of the Web&#8221; for Collaboration.  </p>
<p>&#8230;please check it out when you have a moment&#8230;</p>
<p><a href="http://www.centraldesktop.com/" rel="nofollow">http://www.centraldesktop.com/</a></p>
<p>Best,<br />
Tia<br />
Community Manager<br />
<a href="mailto:tia@centraldesktop-inc.com">tia@centraldesktop-inc.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Online Training in the Web 2.0 World by Geoffrey Grosenbach</title>
		<link>http://stylishrails.wordpress.com/2008/08/01/online-training-in-the-web-20-world/#comment-54</link>
		<dc:creator>Geoffrey Grosenbach</dc:creator>
		<pubDate>Sun, 03 Aug 2008 17:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://stylishrails.wordpress.com/?p=21#comment-54</guid>
		<description>Screencasting is a great way to communicate and to learn. I also like Vara Software&#039;s ScreenFlow app (Mac, $100) and have heard good things about Camtasia for Windows.</description>
		<content:encoded><![CDATA[<p>Screencasting is a great way to communicate and to learn. I also like Vara Software&#8217;s ScreenFlow app (Mac, $100) and have heard good things about Camtasia for Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stylish Rails by Chris</title>
		<link>http://stylishrails.wordpress.com/2008/04/04/stylish-rails/#comment-53</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 03 Aug 2008 05:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://cavas.ca/c-blog/2008/04/05/stylish-rails-part-i/#comment-53</guid>
		<description>It validates but with a warning: reference to non-existent ID &quot;name&quot;.  It doesn&#039;t fail though.</description>
		<content:encoded><![CDATA[<p>It validates but with a warning: reference to non-existent ID &#8220;name&#8221;.  It doesn&#8217;t fail though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stylish Rails by Ahsan</title>
		<link>http://stylishrails.wordpress.com/2008/04/04/stylish-rails/#comment-49</link>
		<dc:creator>Ahsan</dc:creator>
		<pubDate>Sun, 06 Jul 2008 06:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://cavas.ca/c-blog/2008/04/05/stylish-rails-part-i/#comment-49</guid>
		<description>But does your xhtml validate ?

The text_field helpers generate an html id of the format: modelname[attribute], and the &#039;[&#039; character is not permitted within label&#039;s &quot;for&quot; attribute.

That&#039;s the problem I faced. Though I haven&#039;t tried your code, it sure looks like it wouldn&#039;t validate either.</description>
		<content:encoded><![CDATA[<p>But does your xhtml validate ?</p>
<p>The text_field helpers generate an html id of the format: modelname[attribute], and the &#8216;[&#8216; character is not permitted within label&#8217;s &#8220;for&#8221; attribute.</p>
<p>That&#8217;s the problem I faced. Though I haven&#8217;t tried your code, it sure looks like it wouldn&#8217;t validate either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stylish Rails by Chris</title>
		<link>http://stylishrails.wordpress.com/2008/04/04/stylish-rails/#comment-41</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 18 Apr 2008 12:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://cavas.ca/c-blog/2008/04/05/stylish-rails-part-i/#comment-41</guid>
		<description>IE7 formatting problems now fixed.  It was a problem with the &lt;span&gt; padding on the Textmate generated stylesheet.</description>
		<content:encoded><![CDATA[<p>IE7 formatting problems now fixed.  It was a problem with the &#38;lt;span> padding on the Textmate generated stylesheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stylish Rails by Chris</title>
		<link>http://stylishrails.wordpress.com/2008/04/04/stylish-rails/#comment-40</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 17 Apr 2008 12:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://cavas.ca/c-blog/2008/04/05/stylish-rails-part-i/#comment-40</guid>
		<description>Damon - thanks.  I do have Rails on the brain!
Navjeet - thanks for pointing that out.  I&#039;ve had many challenges formating the code snippets so I&#039;m not surprised with this latest challenge.</description>
		<content:encoded><![CDATA[<p>Damon &#8211; thanks.  I do have Rails on the brain!<br />
Navjeet &#8211; thanks for pointing that out.  I&#8217;ve had many challenges formating the code snippets so I&#8217;m not surprised with this latest challenge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stylish Rails by Navjeet</title>
		<link>http://stylishrails.wordpress.com/2008/04/04/stylish-rails/#comment-39</link>
		<dc:creator>Navjeet</dc:creator>
		<pubDate>Wed, 16 Apr 2008 11:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://cavas.ca/c-blog/2008/04/05/stylish-rails-part-i/#comment-39</guid>
		<description>For some reason all the code snippets are not displayed properly in IE7, they are fine in Firefox.</description>
		<content:encoded><![CDATA[<p>For some reason all the code snippets are not displayed properly in IE7, they are fine in Firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stylish Rails by Damon Clinkscales</title>
		<link>http://stylishrails.wordpress.com/2008/04/04/stylish-rails/#comment-38</link>
		<dc:creator>Damon Clinkscales</dc:creator>
		<pubDate>Mon, 14 Apr 2008 20:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://cavas.ca/c-blog/2008/04/05/stylish-rails-part-i/#comment-38</guid>
		<description>I know you&#039;ve got Rails on the brain, but the book is The Art and Science of CSS.  :)

keep on writin&#039;....

ciao</description>
		<content:encoded><![CDATA[<p>I know you&#8217;ve got Rails on the brain, but the book is The Art and Science of CSS.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>keep on writin&#8217;&#8230;.</p>
<p>ciao</p>
]]></content:encoded>
	</item>
</channel>
</rss>
