<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>archGFX &#187; CSS</title>
	<atom:link href="http://archgfx.net/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://archgfx.net</link>
	<description>Austin web designer - Adam Freetly</description>
	<lastBuildDate>Thu, 19 Apr 2012 18:01:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>New Competencies for Theme Designers</title>
		<link>http://archgfx.net/blog/2008/geek/blogging/new-competencies-for-theme-designers</link>
		<comments>http://archgfx.net/blog/2008/geek/blogging/new-competencies-for-theme-designers#comments</comments>
		<pubDate>Mon, 31 Mar 2008 19:26:08 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[semantics]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[web-standards]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://archgfx.net/?p=1302</guid>
		<description><![CDATA[WordPress 2.5's new image uploader solves the longstanding bug of using deprecated XHTML attributes to float images (align="left", etc.), rather than it being done in CSS. This is handled by applying classes to the image when it's inserted into the post, rather than via inline CSS. This is good, in terms of semantics, clean markup, [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.5's new image uploader solves the <a href="http://trac.wordpress.org/ticket/3618">longstanding bug</a> of using deprecated <acronym title='eXtensible HyperText Markup Language'><span class='caps'>XHTML</span></acronym> attributes to float images (<code>align="left"</code>, etc.), rather than it being done in <acronym title='Cascading Style Sheets'><span class='caps'>CSS</span></acronym>.  This is handled by applying classes to the image when it's inserted into the post, rather than via inline <acronym title='Cascading Style Sheets'><span class='caps'>CSS</span></acronym>.  This is good, in terms of semantics, clean markup, and separating presentation from content. It's something that <a href="http://www.plaintxt.org/2007/01/22/special-classes-in-themes/">Scott suggested a while back</a>, that I've been building into my themes and designs since.</p>
<p>This places the responsibility on theme authors to support the new classes. They are:</p>
<ul>
<li><code>alignleft</code></li>
<li><code>alignright</code></li>
<li><code>aligncenter</code></li>
</ul>
<p>I'm not convinced of the need for the align prefix, but it's great progress nonetheless.  If your theme doesn't support those classes, here's the code you can insert at the end to handle them:</p>
<pre><code>
<pre class="brush: css; title: ; notranslate">
.alignleft,.left {
	float:left;
	margin: 0.5em;
}
.alignright,.right {
	float:right;
	margin: 0.5em;
}
.aligncenter, .center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
</pre>
<p></code></pre>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2008/geek/blogging/new-competencies-for-theme-designers/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Shameless Plugs</title>
		<link>http://archgfx.net/blog/2007/geek/shameless-plugs</link>
		<comments>http://archgfx.net/blog/2007/geek/shameless-plugs#comments</comments>
		<pubDate>Wed, 06 Jun 2007 12:53:21 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[geekery]]></category>
		<category><![CDATA[competition]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Sandbox]]></category>
		<category><![CDATA[sourceforge]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/design/shameless-plugs</guid>
		<description><![CDATA[Scott's organizing a wordpress design competition, purely in CSS. which means it's open to: wordpress.com users anyone who can use CSS, since PHP and javascript won't be judged Also, Sourceforge is running Community Choice awards, so you can go nominate Dream in Infrared, if you're so inclined: (Disconnected is also eligible).]]></description>
			<content:encoded><![CDATA[<p> <a href="http://sndbx.org" title="Sandbox Design Competition"><img src="http://www.sndbx.org/wp-content/uploads/sndbx_promo-bttn-hrz-ylw.png" title="Sandbox Design Competition" alt="Sandbox Design Competition" height="95" width="200" /></a></p>
<p>Scott's organizing a wordpress design competition, purely in <acronym title='Cascading Style Sheets'><span class='caps'>CSS</span></acronym>.  which means it's open to:</p>
<ul>
<li><a href="http://en.forums.wordpress.com/topic.php?id=11882&amp;page&amp;replies=23">wordpress.com users</a></li>
<li>anyone who can use <acronym title='Cascading Style Sheets'><span class='caps'>CSS</span></acronym>, since <acronym title='PHP Hypertext Processor'><span class='caps'>PHP</span></acronym> and javascript won't be judged</li>
</ul>
<p>Also, Sourceforge is running Community Choice awards, so you can go nominate <a href="http://sourceforge.net/projects/wp-iodiir/">Dream in Infrared</a>, if you're so inclined:</p>
<p><a href="http://sourceforge.net/awards/cca/nomination.php?group_id=190649&amp;from=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fwp-iodiir%2F"><img src="http://sourceforge.net/images/cca/nomProj.png" class="cca_link" alt="SF.net Community Choice Awards" /></a></p>
<p>(<a href="http://sourceforge.net/projects/disconnected/">Disconnected</a> is also eligible).</p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/geek/shameless-plugs/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Naked 2.0</title>
		<link>http://archgfx.net/blog/2007/geek/blogging/naked-20</link>
		<comments>http://archgfx.net/blog/2007/geek/blogging/naked-20#comments</comments>
		<pubDate>Wed, 04 Apr 2007 14:00:54 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[idiocy]]></category>
		<category><![CDATA[meme]]></category>
		<category><![CDATA[web-standards]]></category>
		<category><![CDATA[webrings]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/asides/naked-20</guid>
		<description><![CDATA[dunstin's site has a new web2.0 looking logo this year. so that your site isn't as ugly as last year. it's not really important, though. the whole concept is still self serving, confusing and disenfranchising to users so no, i'm still not doing it. standards are nothing if they're not also best practices.]]></description>
			<content:encoded><![CDATA[<p><a href="http://naked.dustindiaz.com/"><img src="http://naked.dustindiaz.com/img/naked-day-07.png" height="111" width="294" /></a></p>
<p>dunstin's site has a new web2.0 looking logo this year.  so that your site isn't as ugly as last year.  it's not really important, though.  the whole concept is still</p>
<blockquote><p><a href="http://sunburntkamel.archgfx.net/2006/04/06/css-naked-day/">self serving, confusing and disenfranchising to users</a></p></blockquote>
<p>so no, i'm still not doing it.</p>
<p><a href="http://www.mikeindustries.com/blog/archive/2004/06/march-to-your-own-standard"><img src="http://sunburntkamel.files.wordpress.com/2007/04/validatethis.gif" border="0" height="34" width="131" /></a></p>
<p>standards are nothing if they're not also best practices.</p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/geek/blogging/naked-20/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I Can&#8217;t Dream Anymore</title>
		<link>http://archgfx.net/blog/2007/asides/i-cant-dream-anymore</link>
		<comments>http://archgfx.net/blog/2007/asides/i-cant-dream-anymore#comments</comments>
		<pubDate>Sat, 10 Mar 2007 05:00:09 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/asides/i-cant-dream-anymore</guid>
		<description><![CDATA[This is a somewhat sort of half-assed port of a theme that i'm working on. the theme itself hacks a sandbox core to bits, but this is purely sandbox. we'll see if i can live with the bog-standard state-switching capabilities of the sandbox. naturally, i'm still in the midst of fucking it up, so watch [...]]]></description>
			<content:encoded><![CDATA[<p>This is a somewhat sort of half-assed port of a theme that i'm working on.  the theme itself hacks a sandbox core to bits, but  this is purely sandbox.  we'll see if i can live with the bog-standard state-switching capabilities of the sandbox.  naturally, i'm still in the midst of fucking it up, so watch your step.</p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/asides/i-cant-dream-anymore/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WIP: The Late Show</title>
		<link>http://archgfx.net/blog/2007/geek/blogging/wip-the-late-show</link>
		<comments>http://archgfx.net/blog/2007/geek/blogging/wip-the-late-show#comments</comments>
		<pubDate>Wed, 14 Feb 2007 18:09:23 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CustomCSS]]></category>
		<category><![CDATA[Sandbox]]></category>
		<category><![CDATA[skins]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress.com]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/asides/wip-the-late-show</guid>
		<description><![CDATA[The Late Show by Liz Lubowitz. As much as i love using this theme, It's taking away from the energy i need to direct towards other projects. Inspired by patrick heaney, i'm going to strip down to something spartan, until i have the time to finish my own design. This is a Work In Progress. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://sunburntkamel.wordpress.com/files/2007/02/bannerinner.jpg" alt="banner inner" /></p>
<p><a href="http://www.thestylecontest.com/designs/the_late_show">The Late Show</a> by <a href="http://killsmedead.com/">Liz Lubowitz</a>.</p>
<p>As much as i <a href="http://sunburntkamel.archgfx.net/2006/10/31/join-the-dark-side/">love using this theme</a>, It's taking away from the energy i need to direct towards other projects.  Inspired by <a href="http://patrickhaney.com/thinktank/2006/11/30/unstylish">patrick heaney</a>, i'm going to strip down to something <a href="http://en.forums.wordpress.com/topic.php?id=3287&amp;replies=18">spartan</a>, until i have the time to finish my own design.</p>
<p>This is a <u>W</u>ork <u>I</u>n <u>P</u>rogress.  First there's the matter of license.  Liz happily granted me permission to port the theme, but the theme is certainly not <acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym>, so it's always going to be kind of "for personal use only".</p>
<p>Also, Sixapart's Style Contest themes work a little differently, in that they make use of a body class for each layout. (two-column-left, etc.)  Even after adding the name of the current sandbox skin as a class to the body of the sandbox, i'd still need to finish my "Layout Dependent Sandbox Skins" plugin for this to really be workable.</p>
<h3>Download:</h3>
<p>So here's my two column left version of the theme, and hopefully Rothyschild will <a href="http://en.forums.wordpress.com/topic.php?id=6899&amp;replies=38&amp;page=2">finish her 3 column version soon</a>. Select the 'no stylesheet' skin, and paste these two <acronym title='Cascading Style Sheets'><span class='caps'>CSS</span></acronym> files into the 'edit css' box in order:<br />
<a href="http://archgfx.net/aspnet_client/base-weblog.css" class="download">base-weblog.css</a><br />
<a href="http://archgfx.net/aspnet_client/thelateshow.css" class="download">thelateshow.css</a></p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/geek/blogging/wip-the-late-show/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

