
<?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: Dynamic CSS3 Buttons with LESS</title>
	<atom:link href="http://coryschires.com/dynamic-css3-buttons-with-less/feed/" rel="self" type="application/rss+xml" />
	<link>http://coryschires.com/dynamic-css3-buttons-with-less/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 23 Apr 2012 21:13:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: amprodes</title>
		<link>http://coryschires.com/dynamic-css3-buttons-with-less/comment-page-1/#comment-407</link>
		<dc:creator>amprodes</dc:creator>
		<pubDate>Thu, 22 Jul 2010 13:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=334#comment-407</guid>
		<description>Nice tutorial!</description>
		<content:encoded><![CDATA[<p>Nice tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Design News – Resources, Tutorials and Freebies (N.45) - Speckyboy Design Magazine</title>
		<link>http://coryschires.com/dynamic-css3-buttons-with-less/comment-page-1/#comment-390</link>
		<dc:creator>Weekly Design News – Resources, Tutorials and Freebies (N.45) - Speckyboy Design Magazine</dc:creator>
		<pubDate>Tue, 13 Jul 2010 07:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=334#comment-390</guid>
		<description>[...] Free Tools To Create Different DiagramsCSS3 Typography and Special EffectsApple Navigation with CSS3Dynamic CSS3 Buttons with LESSMinimalistic Slideshow Gallery with jQuery28 Minimalist Movie Posters32 Creative and Clever Sports [...]</description>
		<content:encoded><![CDATA[<p>[...] Free Tools To Create Different DiagramsCSS3 Typography and Special EffectsApple Navigation with CSS3Dynamic CSS3 Buttons with LESSMinimalistic Slideshow Gallery with jQuery28 Minimalist Movie Posters32 Creative and Clever Sports [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Wreggelsworth</title>
		<link>http://coryschires.com/dynamic-css3-buttons-with-less/comment-page-1/#comment-383</link>
		<dc:creator>Dylan Wreggelsworth</dc:creator>
		<pubDate>Thu, 08 Jul 2010 08:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=334#comment-383</guid>
		<description>If you install NodeJS you can run less as a compiler offline just as you can with SASS. You may also want to incorporate some more high school math to modify your base colors or use the color functions that come with LESS to make single argument (your base color) button generators. I have been doing this for a bit and may soon release what I have if you are interested. :)</description>
		<content:encoded><![CDATA[<p>If you install NodeJS you can run less as a compiler offline just as you can with SASS. You may also want to incorporate some more high school math to modify your base colors or use the color functions that come with LESS to make single argument (your base color) button generators. I have been doing this for a bit and may soon release what I have if you are interested. <img src='http://coryschires.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dynamic &#60;span class=&#34;caps&#34;&#62;CSS3&#60;/span&#62; Buttons with &#60;span class=&#34;caps&#34;&#62;LESS&#60;/span&#62; &#124; RefreshTheNet</title>
		<link>http://coryschires.com/dynamic-css3-buttons-with-less/comment-page-1/#comment-381</link>
		<dc:creator>Dynamic &#60;span class=&#34;caps&#34;&#62;CSS3&#60;/span&#62; Buttons with &#60;span class=&#34;caps&#34;&#62;LESS&#60;/span&#62; &#124; RefreshTheNet</dc:creator>
		<pubDate>Tue, 06 Jul 2010 07:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=334#comment-381</guid>
		<description>[...] Cory Schires — Dynamic CSS3 But­tons with LESS [...]</description>
		<content:encoded><![CDATA[<p>[...] Cory Schires — Dynamic CSS3 But­tons with LESS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Schires</title>
		<link>http://coryschires.com/dynamic-css3-buttons-with-less/comment-page-1/#comment-380</link>
		<dc:creator>Cory Schires</dc:creator>
		<pubDate>Mon, 05 Jul 2010 22:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=334#comment-380</guid>
		<description>@Nathan

I actually prefer SASS to LESS. Not just for the syntax but for the feature set as well.

I wasn&#039;t aware sass --watch worked independent of compass. But, having checked it out, I agree it definitely accomplishes the same thing but with several benefits - especially the reduced performance cost.

For what it&#039;s worth, however, the LESS documentation claims that the performance hit is very negligible. Still, why get JavaScript involved at run time if you can avoid it?

Keep up the good work. I&#039;d love to see more people using SASS outside the ruby community.

...

And for those of you might have no idea what were talking about:
http://nex-3.com/posts/90-auto-compile-sass-files-with-sass-3</description>
		<content:encoded><![CDATA[<p>@Nathan</p>
<p>I actually prefer SASS to LESS. Not just for the syntax but for the feature set as well.</p>
<p>I wasn&#8217;t aware sass &#8211;watch worked independent of compass. But, having checked it out, I agree it definitely accomplishes the same thing but with several benefits &#8211; especially the reduced performance cost.</p>
<p>For what it&#8217;s worth, however, the LESS documentation claims that the performance hit is very negligible. Still, why get JavaScript involved at run time if you can avoid it?</p>
<p>Keep up the good work. I&#8217;d love to see more people using SASS outside the ruby community.</p>
<p>&#8230;</p>
<p>And for those of you might have no idea what were talking about:<br />
<a href="http://nex-3.com/posts/90-auto-compile-sass-files-with-sass-3" rel="nofollow">http://nex-3.com/posts/90-auto-compile-sass-files-with-sass-3</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Weizenbaum</title>
		<link>http://coryschires.com/dynamic-css3-buttons-with-less/comment-page-1/#comment-378</link>
		<dc:creator>Nathan Weizenbaum</dc:creator>
		<pubDate>Mon, 05 Jul 2010 07:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=334#comment-378</guid>
		<description>On the subject of open-sourcing layouts, make sure you check out Compass (http://compass-style.org). One of its main goals is to provide a framework for distributing reusable styles (using Sass, which is better suited to the task than Less due to its greater degree of power). Quite a few extensions have already been created, including one for handling buttons like those you describe (http://github.com/imathis/fancy-buttons).

I would strongly caution against using a client-side stylesheet compiler in production, though. It completely breaks styling for people not using JS, which may or may not be a problem depending on the site. But it&#039;s a large problem for any site that cares about its load speed, as the client-side compilation can take time on the order of an additional HTTP request.

Also, as the lead Sass developer, I contest your claim that it requires a powerful backend framework. With the sass command-line tool, it&#039;s easy to integrate Sass with a static site (even during development using sass --watch).</description>
		<content:encoded><![CDATA[<p>On the subject of open-sourcing layouts, make sure you check out Compass (<a href="http://compass-style.org" rel="nofollow">http://compass-style.org</a>). One of its main goals is to provide a framework for distributing reusable styles (using Sass, which is better suited to the task than Less due to its greater degree of power). Quite a few extensions have already been created, including one for handling buttons like those you describe (<a href="http://github.com/imathis/fancy-buttons" rel="nofollow">http://github.com/imathis/fancy-buttons</a>).</p>
<p>I would strongly caution against using a client-side stylesheet compiler in production, though. It completely breaks styling for people not using JS, which may or may not be a problem depending on the site. But it&#8217;s a large problem for any site that cares about its load speed, as the client-side compilation can take time on the order of an additional HTTP request.</p>
<p>Also, as the lead Sass developer, I contest your claim that it requires a powerful backend framework. With the sass command-line tool, it&#8217;s easy to integrate Sass with a static site (even during development using sass &#8211;watch).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

