<?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 Reusable Classes</title> <atom:link href="http://www.mattvarone.com/web-design/css-reusable-classes/feed/" rel="self" type="application/rss+xml" /><link>http://www.mattvarone.com/web-design/css-reusable-classes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=css-reusable-classes</link> <description>Creative Developer</description> <lastBuildDate>Sat, 07 Jan 2012 17:50:34 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: PiccoloPrincipe</title><link>http://www.mattvarone.com/web-design/css-reusable-classes/#comment-1145</link> <dc:creator>PiccoloPrincipe</dc:creator> <pubDate>Fri, 30 Jan 2009 21:41:29 +0000</pubDate> <guid
isPermaLink="false">http://www.mattvarone.com/?p=187#comment-1145</guid> <description>@Michael:
It&#039;s not the use of css classes that I&#039;m discussing, it&#039;s the naming.
.highlight is an acceptable name, but .indent is not: if you write up a custom css for iphones, you will be stuck with a indent class that does not indent; in case of layout changes you can move a menu easily changing float rules, at the price of living with a .float-left class that sends div to right...</description> <content:encoded><![CDATA[<p>@Michael:<br
/> It&#8217;s not the use of css classes that I&#8217;m discussing, it&#8217;s the naming.<br
/> .highlight is an acceptable name, but .indent is not: if you write up a custom css for iphones, you will be stuck with a indent class that does not indent; in case of layout changes you can move a menu easily changing float rules, at the price of living with a .float-left class that sends div to right&#8230;</p> ]]></content:encoded> </item> <item><title>By: Michael Kubler</title><link>http://www.mattvarone.com/web-design/css-reusable-classes/#comment-1141</link> <dc:creator>Michael Kubler</dc:creator> <pubDate>Fri, 30 Jan 2009 15:55:52 +0000</pubDate> <guid
isPermaLink="false">http://www.mattvarone.com/?p=187#comment-1141</guid> <description>In response to Piccolo, I have to say that by having the CSS classes, you can easily change them when, for example, the client decides they want all indenting to be a little bit less (cause they are using an iPhone), or maybe a little bit more (because they are using a 24&quot; LCD. Or maybe they want to change the colour of the highlighted text, which you can do with a single line, rather than changing possibly hundreds of lines of HTML.
Also, it&#039;s nicer on the developer to string together a couple of classes to achieve the desired effect, although if you are using more than 3 at once, you probably want to make a new class.</description> <content:encoded><![CDATA[<p>In response to Piccolo, I have to say that by having the CSS classes, you can easily change them when, for example, the client decides they want all indenting to be a little bit less (cause they are using an iPhone), or maybe a little bit more (because they are using a 24&#8243; LCD. Or maybe they want to change the colour of the highlighted text, which you can do with a single line, rather than changing possibly hundreds of lines of HTML.<br
/> Also, it&#8217;s nicer on the developer to string together a couple of classes to achieve the desired effect, although if you are using more than 3 at once, you probably want to make a new class.</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://www.mattvarone.com/web-design/css-reusable-classes/#comment-91</link> <dc:creator>Matt</dc:creator> <pubDate>Wed, 10 Sep 2008 01:45:16 +0000</pubDate> <guid
isPermaLink="false">http://www.mattvarone.com/?p=187#comment-91</guid> <description> &lt;blockquote&gt;What&#039;s the point of using a css class that has a presentation aware name? You could use directly a style attribute to obtain the same effect.. Style sheet purpose is to separate semantic code (xhtml) from its presentation: using these classes you embed presentation deep in html, with all the issues of this approach.&lt;/blockquote&gt;
Thank you for the comment, I understand your point and think it&#039;s a valid one. All i have to say is that the point of these classes is to save time and don&#039;t repeat code cause when you code similar sites each day it does make a difference ( at least for me ).</description> <content:encoded><![CDATA[<blockquote><p>What&#8217;s the point of using a css class that has a presentation aware name? You could use directly a style attribute to obtain the same effect.. Style sheet purpose is to separate semantic code (xhtml) from its presentation: using these classes you embed presentation deep in html, with all the issues of this approach.</p></blockquote><p>Thank you for the comment, I understand your point and think it&#8217;s a valid one. All i have to say is that the point of these classes is to save time and don&#8217;t repeat code cause when you code similar sites each day it does make a difference ( at least for me ).</p> ]]></content:encoded> </item> <item><title>By: Piccolo Principe</title><link>http://www.mattvarone.com/web-design/css-reusable-classes/#comment-89</link> <dc:creator>Piccolo Principe</dc:creator> <pubDate>Tue, 09 Sep 2008 22:31:19 +0000</pubDate> <guid
isPermaLink="false">http://www.mattvarone.com/?p=187#comment-89</guid> <description>What&#039;s the point of using a css class that has a presentation aware name? You could use directly a style attribute to obtain the same effect.. Style sheet purpose is to separate semantic code (xhtml) from its presentation: using these classes you embed presentation deep in html, with all the issues of this approach.</description> <content:encoded><![CDATA[<p>What&#8217;s the point of using a css class that has a presentation aware name? You could use directly a style attribute to obtain the same effect.. Style sheet purpose is to separate semantic code (xhtml) from its presentation: using these classes you embed presentation deep in html, with all the issues of this approach.</p> ]]></content:encoded> </item> <item><title>By: CSS design patterns: Helper classes &#171; maxtoroq.dev</title><link>http://www.mattvarone.com/web-design/css-reusable-classes/#comment-40</link> <dc:creator>CSS design patterns: Helper classes &#171; maxtoroq.dev</dc:creator> <pubDate>Sun, 17 Aug 2008 07:38:35 +0000</pubDate> <guid
isPermaLink="false">http://www.mattvarone.com/?p=187#comment-40</guid> <description>[...] http://www.mattvarone.com/2008/07/css-reusable-classes/ [...]</description> <content:encoded><![CDATA[<p>[...] <a
href="http://www.mattvarone.com/2008/07/css-reusable-classes/" rel="nofollow">http://www.mattvarone.com/2008/07/css-reusable-classes/</a> [...]</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://www.mattvarone.com/web-design/css-reusable-classes/#comment-15</link> <dc:creator>Matt</dc:creator> <pubDate>Sat, 05 Jul 2008 18:51:15 +0000</pubDate> <guid
isPermaLink="false">http://www.mattvarone.com/?p=187#comment-15</guid> <description> &lt;blockquote&gt;nice tip, i will definitely gonna try this out. thank you!&lt;/blockquote&gt;
Thanks, Im glad you find it useful</description> <content:encoded><![CDATA[<blockquote><p>nice tip, i will definitely gonna try this out. thank you!</p></blockquote><p>Thanks, Im glad you find it useful</p> ]]></content:encoded> </item> </channel> </rss>
