<?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; 2.5</title>
	<atom:link href="http://archgfx.net/tag/25/feed" rel="self" type="application/rss+xml" />
	<link>http://archgfx.net</link>
	<description>Austin web designer - Adam Freetly</description>
	<lastBuildDate>Wed, 28 Sep 2011 13:50:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</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>Graded.</title>
		<link>http://archgfx.net/blog/2008/geek/blogging/graded</link>
		<comments>http://archgfx.net/blog/2008/geek/blogging/graded#comments</comments>
		<pubDate>Sun, 30 Mar 2008 03:22:31 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://archgfx.net/?p=1298</guid>
		<description><![CDATA[I wouldn't say up-graded, but WordPress 2.5 is definitely different. I feel the need to punish myself thusly, since wordpress is now my day job, besides my 'hobby' of supporting the themes I've developed. I've been playing with the SVN upgrades for a month or so now, making sure my themes work. While I was [...]]]></description>
			<content:encoded><![CDATA[<p>I wouldn't say up-graded, but <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress 2.5</a> is definitely different.  I feel the need to punish myself thusly, since wordpress is now my day job, besides my 'hobby' of supporting the themes I've developed.  I've been playing with the SVN upgrades for a month or so now, making sure my themes work.  While I was working on Disconnected, my frustration came to a head:</p>
<p><a href="http://archgfx.net/wp-content/uploads/2008/03/errors.gif"><img class="center size-medium wp-image-1299" title="Color Issues" src="http://archgfx.net/wp-content/uploads/2008/03/errors-300x194.gif" alt="Which one is the error?" width="300" height="194" /></a></p>
<p>In that screenshot, there is:</p>
<ol>
<li>A list of things you can do right now</li>
<li>A list of statistics about your blog's history</li>
<li><em>A Message alerting you to upgrade your theme</em>.</li>
</ol>
<p>Guess which one's the alert (*hint: it's not the red one*) ?  I was wrong: nearly all of <a href="http://www.noscope.com/journal/2008/01/wordpress-habari-and-the-iphone">Joen's comments about the wordpress admin</a> are still valid.  Among the other things that I am incredulous that a professional design firm chose:  The <a href="http://www.webpagesthatsuck.com/mysterymeatnavigation.html">mystery meat navigation</a> above the post area:</p>
<p><a href="http://archgfx.net/wp-content/uploads/2008/03/mmn.jpg"><img class="center size-full wp-image-1300" title="Mystery Meat Navigation" src="http://archgfx.net/wp-content/uploads/2008/03/mmn.jpg" alt="What do the icons mean?" width="272" height="93" /></a></p>
<p>Let's be honest: Even if I could tell what the hell those first two images were supposed to represent, years of using Word, WordPerfect, and OpenOffice have taught me to click on the tree when I want to insert a picture.  Why is the same tree there, if it doesn't mean the same thing?</p>
<p>It's disheartening that the design of the dashboard goes on completely behind closed doors, when everyone keeps talking about how big the community has become.  Yes, allowing people to comment directly on the photoshop mocks before coding them out might have yielded a lot of stupid comments, and possibly taken forever.</p>
<p>But listening to the valid comments might have prevented this.  After all that money and effort, <a href="http://www.deanjrobinson.com/projects/fluency-admin/">Fluency is here</a>, taking over for <a href="http://aenonfiredesign.com/blog/afd-wordpress2-admin-theme">AFD admin</a> as my monochromatic dashboard of choice.  And it does usability better than the default.</p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2008/geek/blogging/graded/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

