<?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: Special classes in themes</title>
	<atom:link href="http://www.plaintxt.org/2007/01/special-classes-in-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plaintxt.org/2007/01/special-classes-in-themes/</link>
	<description>Minimalism in blog design, an experiment</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:32:36 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: archGFX &#124; New Competencies for Theme Designers</title>
		<link>http://www.plaintxt.org/2007/01/special-classes-in-themes/comment-page-1/#comment-2084</link>
		<dc:creator>archGFX &#124; New Competencies for Theme Designers</dc:creator>
		<pubDate>Mon, 31 Mar 2008 19:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/01/22/standard-special-classes-in-themes/#comment-2084</guid>
		<description>[...] Wordpress 2.5&#039;s new image uploader solves the longstanding bug of using deprecated XHTML attributes to float images (align=&quot;left&quot;, etc.), rather than it being done in CSS. This is handled by applying classes to the image when it&#039;s inserted into the post, rather than via inline CSS. This is good, in terms of semantics, clean markup, and separating presentation from content. It&#039;s something that Scott suggested a while back, that I&#039;ve been building into my themes and designs since. [...]</description>
		<content:encoded><![CDATA[<p>[...] Wordpress 2.5&#8217;s new image uploader solves the longstanding bug of using deprecated XHTML attributes to float images (align=&#8221;left&#8221;, etc.), rather than it being done in CSS. This is handled by applying classes to the image when it&#8217;s inserted into the post, rather than via inline CSS. This is good, in terms of semantics, clean markup, and separating presentation from content. It&#8217;s something that Scott suggested a while back, that I&#8217;ve been building into my themes and designs since. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Olson</title>
		<link>http://www.plaintxt.org/2007/01/special-classes-in-themes/comment-page-1/#comment-2083</link>
		<dc:creator>Nate Olson</dc:creator>
		<pubDate>Fri, 02 Feb 2007 19:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/01/22/standard-special-classes-in-themes/#comment-2083</guid>
		<description>Scott (and others), any interest in setting up a forum or mailing list devoted to (X)HTML/CSS and your themes, esp. Sandbox? Would be a good place for seasoned users to strut their stuff while allowing us n00bs a chance to climb the learning curves more quickly. (In this regard it might make for a perfect complement to the skins showcase at &lt;i&gt;Sand Castles&lt;/i&gt;, though that site seems to be down.)

There are obviously a lot of discussion areas for coders around the Web, but one focused specifically on this set of themes might be nice and, well, focused. Just throwing it out there.</description>
		<content:encoded><![CDATA[<p>Scott (and others), any interest in setting up a forum or mailing list devoted to (X)HTML/CSS and your themes, esp. Sandbox? Would be a good place for seasoned users to strut their stuff while allowing us n00bs a chance to climb the learning curves more quickly. (In this regard it might make for a perfect complement to the skins showcase at <i>Sand Castles</i>, though that site seems to be down.)</p>
<p>There are obviously a lot of discussion areas for coders around the Web, but one focused specifically on this set of themes might be nice and, well, focused. Just throwing it out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.plaintxt.org/2007/01/special-classes-in-themes/comment-page-1/#comment-2082</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 01 Feb 2007 23:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/01/22/standard-special-classes-in-themes/#comment-2082</guid>
		<description>Andy: I hear you about feed readers. If the image is placed on its own line within the composition window in WP, then it gets wrapped in a &lt;code&gt;p&lt;/code&gt;&#039;s, so it doesn&#039;t look so terrible.

Inline CSS is a great solution to that. Except that it mixes style with content, which I&#039;m not so hot about. Especially if you&#039;re like me and redesign your site every three months. But it is good for the end user.

I suppose it would be entirely logically to use a class like &lt;code&gt;.important&lt;/code&gt; with the HTML element &lt;code&gt;strong&lt;/code&gt;, as labeling something as important dictates that it carries strong emphasis.

Ben: Thank you very much for your nice, nice words. When Hallmark does make one of those cards, send one to &lt;a href=&quot;http://andy.wordpress.com/&quot; rel=&quot;nofollow&quot;&gt;Andy&lt;/a&gt; as well. :-)</description>
		<content:encoded><![CDATA[<p>Andy: I hear you about feed readers. If the image is placed on its own line within the composition window in WP, then it gets wrapped in a <code>p</code>&#8217;s, so it doesn&#8217;t look so terrible.</p>
<p>Inline CSS is a great solution to that. Except that it mixes style with content, which I&#8217;m not so hot about. Especially if you&#8217;re like me and redesign your site every three months. But it is good for the end user.</p>
<p>I suppose it would be entirely logically to use a class like <code>.important</code> with the HTML element <code>strong</code>, as labeling something as important dictates that it carries strong emphasis.</p>
<p>Ben: Thank you very much for your nice, nice words. When Hallmark does make one of those cards, send one to <a href="http://andy.wordpress.com/" rel="nofollow">Andy</a> as well. <img src='http://www.plaintxt.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Beard</title>
		<link>http://www.plaintxt.org/2007/01/special-classes-in-themes/comment-page-1/#comment-2081</link>
		<dc:creator>Andy Beard</dc:creator>
		<pubDate>Thu, 01 Feb 2007 01:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/01/22/standard-special-classes-in-themes/#comment-2081</guid>
		<description>Being someone who reads most blogs in a feed reader, I hate the idea of a standard for image alignment that isn&#039;t also taken up by feed readers

You would also have to get all the compnaies who publish feeds by email involved as well, because otherwise those emails might look horrible.

I use inline CSS for a simple left or right alignment so that my content looks how I want it to.</description>
		<content:encoded><![CDATA[<p>Being someone who reads most blogs in a feed reader, I hate the idea of a standard for image alignment that isn&#8217;t also taken up by feed readers</p>
<p>You would also have to get all the compnaies who publish feeds by email involved as well, because otherwise those emails might look horrible.</p>
<p>I use inline CSS for a simple left or right alignment so that my content looks how I want it to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Whitehouse</title>
		<link>http://www.plaintxt.org/2007/01/special-classes-in-themes/comment-page-1/#comment-2080</link>
		<dc:creator>Ben Whitehouse</dc:creator>
		<pubDate>Wed, 31 Jan 2007 21:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/01/22/standard-special-classes-in-themes/#comment-2080</guid>
		<description>I think the really important part of this conversation is the semantic nature of the classes. Sandbox taught me reams about the importance of Semantic classes in my markup. It also made me buy a few books by Dan Cederholm.

I currently use on all my sites &lt;code&gt;.alert, .notice, .caps, .left, .right, .center, .clear, span.hilite, blockquote.pullquote&lt;/code&gt; I have found them to be absolutely invaluable when moving from design to design. I have also appropriated your div id structure from sandbox for all of my sites, including those not running on WordPress. I have become so familiar with them it&#039;s really simplified my work flow.

(Note that .alert and .notice serve 2 very different functions. Alert is a problem while notice is informational. In my mind and alert is red, while a notice is yellow.)

I wish they made a thank you card the said all that, but until Hallmark recognizes the importance of semantic classes, I&#039;m just going to have to leave this comment.</description>
		<content:encoded><![CDATA[<p>I think the really important part of this conversation is the semantic nature of the classes. Sandbox taught me reams about the importance of Semantic classes in my markup. It also made me buy a few books by Dan Cederholm.</p>
<p>I currently use on all my sites <code>.alert, .notice, .caps, .left, .right, .center, .clear, span.hilite, blockquote.pullquote</code> I have found them to be absolutely invaluable when moving from design to design. I have also appropriated your div id structure from sandbox for all of my sites, including those not running on WordPress. I have become so familiar with them it&#8217;s really simplified my work flow.</p>
<p>(Note that .alert and .notice serve 2 very different functions. Alert is a problem while notice is informational. In my mind and alert is red, while a notice is yellow.)</p>
<p>I wish they made a thank you card the said all that, but until Hallmark recognizes the importance of semantic classes, I&#8217;m just going to have to leave this comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ..::&#124;&#160;archGFX &#124; Disconnected 1.2 &#124;::..</title>
		<link>http://www.plaintxt.org/2007/01/special-classes-in-themes/comment-page-1/#comment-2079</link>
		<dc:creator>..::&#124;&#160;archGFX &#124; Disconnected 1.2 &#124;::..</dc:creator>
		<pubDate>Mon, 29 Jan 2007 00:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/01/22/standard-special-classes-in-themes/#comment-2079</guid>
		<description>[...] added some standard classes to use in posts [...]</description>
		<content:encoded><![CDATA[<p>[...] added some standard classes to use in posts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Wang</title>
		<link>http://www.plaintxt.org/2007/01/special-classes-in-themes/comment-page-1/#comment-2078</link>
		<dc:creator>Alex Wang</dc:creator>
		<pubDate>Sat, 27 Jan 2007 01:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/01/22/standard-special-classes-in-themes/#comment-2078</guid>
		<description>What about multiple images? For instance I want to put three images of the same size, all floated to the right, but stacked top-to-bottom. With a straight float, the images will get stacked right-to-left.

Currently I manually use something like a div,img,br,img,br,img,/div kind of setup and float the outer div. But I don&#039;t know how many people frequently have multiple images up like that...</description>
		<content:encoded><![CDATA[<p>What about multiple images? For instance I want to put three images of the same size, all floated to the right, but stacked top-to-bottom. With a straight float, the images will get stacked right-to-left.</p>
<p>Currently I manually use something like a div,img,br,img,br,img,/div kind of setup and float the outer div. But I don&#8217;t know how many people frequently have multiple images up like that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.plaintxt.org/2007/01/special-classes-in-themes/comment-page-1/#comment-2077</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 24 Jan 2007 13:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/01/22/standard-special-classes-in-themes/#comment-2077</guid>
		<description>I think that&#039;s a great idea, Matt. Would that, by chance, include the option for &lt;code&gt;.center&lt;/code&gt; as well? I haven&#039;t used the WYSIWYG editor yet, but I imagine this as being a radio button option, like in the uploader.</description>
		<content:encoded><![CDATA[<p>I think that&#8217;s a great idea, Matt. Would that, by chance, include the option for <code>.center</code> as well? I haven&#8217;t used the WYSIWYG editor yet, but I imagine this as being a radio button option, like in the uploader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.plaintxt.org/2007/01/special-classes-in-themes/comment-page-1/#comment-2076</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 24 Jan 2007 04:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/01/22/standard-special-classes-in-themes/#comment-2076</guid>
		<description>As Lloyd said above, we&#039;re probably going to make the WYSIWYG do &lt;code&gt;.alignleft&lt;/code&gt;/&lt;code&gt;.alignright&lt;/code&gt; classes by default in WP. :)</description>
		<content:encoded><![CDATA[<p>As Lloyd said above, we&#8217;re probably going to make the WYSIWYG do <code>.alignleft</code>/<code>.alignright</code> classes by default in WP. <img src='http://www.plaintxt.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.plaintxt.org/2007/01/special-classes-in-themes/comment-page-1/#comment-2075</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 23 Jan 2007 13:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/01/22/standard-special-classes-in-themes/#comment-2075</guid>
		<description>I like the idea of a plugin providing the same CSS regardless of the theme. A plugin that provides an option to add CSS or link to a file and insert it into the &lt;code&gt;head&lt;/code&gt;. I&#039;m sure there&#039;s already something out there that does just that. But great idea.

Perhaps related to this plugin idea would be to add one that gave the user an option to add one of the three image classes when using the &lt;abbr title=&quot;Rich text editor&quot;&gt;RTE&lt;/abbr&gt; to insert images.

Speaking of images looking badly in most themes, don&#039;t forget the &lt;code&gt;img{max-width:99%;}&lt;/code&gt; and &lt;code&gt;div.sidebar{overflow:hidden;}&lt;/code&gt;. But we digress. Even &lt;code&gt;div#wrapper{overflow:auto;}&lt;/code&gt; can keep things from becoming too terrible.

So far I&#039;m keen on &lt;code&gt;.alignleft&lt;/code&gt;, .&lt;code&gt;alignright&lt;/code&gt;, &lt;code&gt;.center&lt;/code&gt;, &lt;code&gt;.clearer&lt;/code&gt;, &lt;code&gt;.content-column&lt;/code&gt;, &lt;code&gt;.important&lt;/code&gt;, &lt;code&gt;.caps&lt;/code&gt;, and &lt;code&gt;.download&lt;/code&gt;. I like the idea of just making &lt;code&gt;.content-column{width:33%;}&lt;/code&gt; and using it in conjunction with &lt;code&gt;.alignleft&lt;/code&gt;, &lt;code&gt;.alignright&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>I like the idea of a plugin providing the same CSS regardless of the theme. A plugin that provides an option to add CSS or link to a file and insert it into the <code>head</code>. I&#8217;m sure there&#8217;s already something out there that does just that. But great idea.</p>
<p>Perhaps related to this plugin idea would be to add one that gave the user an option to add one of the three image classes when using the <abbr title="Rich text editor">RTE</abbr> to insert images.</p>
<p>Speaking of images looking badly in most themes, don&#8217;t forget the <code>img{max-width:99%;}</code> and <code>div.sidebar{overflow:hidden;}</code>. But we digress. Even <code>div#wrapper{overflow:auto;}</code> can keep things from becoming too terrible.</p>
<p>So far I&#8217;m keen on <code>.alignleft</code>, .<code>alignright</code>, <code>.center</code>, <code>.clearer</code>, <code>.content-column</code>, <code>.important</code>, <code>.caps</code>, and <code>.download</code>. I like the idea of just making <code>.content-column{width:33%;}</code> and using it in conjunction with <code>.alignleft</code>, <code>.alignright</code>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
