<?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; web-standards</title>
	<atom:link href="http://archgfx.net/tag/web-standards/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>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>WP.com as OpenID Provider</title>
		<link>http://archgfx.net/blog/2007/geek/blogging/wpcom-as-openid-provider</link>
		<comments>http://archgfx.net/blog/2007/geek/blogging/wpcom-as-openid-provider#comments</comments>
		<pubDate>Tue, 06 Mar 2007 13:23:17 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[web-standards]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/asides/wpcom-as-openid-provider</guid>
		<description><![CDATA[oh, hell yeah. from the FAQ, no doubt in response to this idea. this is one step closer to making it feasable for me to only allow comments on archgfx that are openID authenticated. neither livejournal, technorati, or wp.com are the be all end all of providers (that wouldn't be the point), but it's getting [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://faq.files.wordpress.com/2007/03/trust_with_identity.png" alt="Trust site" /></p>
<p>oh, hell yeah.  <a href="http://wordpress.org/extend/ideas/topic.php?id=40&amp;replies=30">from the <acronym title='Frequently Asked Questions'><span class='caps'>FAQ</span></acronym></a>, no doubt in response to <a href="http://wordpress.org/extend/ideas/topic.php?id=40&amp;replies=30">this idea</a>.  this is one step closer to making it feasable for me to only allow comments on archgfx that are openID authenticated. neither livejournal, technorati, or wp.com are the be all end all of providers (that wouldn't be the point), but it's getting close to a quorum.</p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/geek/blogging/wpcom-as-openid-provider/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Users are Smarter</title>
		<link>http://archgfx.net/blog/2006/geek/blogging/firefox-users-are-smarter</link>
		<comments>http://archgfx.net/blog/2006/geek/blogging/firefox-users-are-smarter#comments</comments>
		<pubDate>Thu, 21 Dec 2006 04:47:46 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[web-standards]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2006/asides/firefox-users-are-smarter</guid>
		<description><![CDATA[I'm kind of a geek. Most of my friends at least have geek leanings. My new job is the first one I've had that hasn't been terribly geeky. It's opening my eyes to all sorts of bizarre trends. In October, both Microsoft and The Mozilla Foundation updated their (free) web browsers. On the 18th, Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>I'm kind of a geek.  Most of my friends at least have geek leanings.  My new job is the first one I've had that hasn't been terribly geeky.  It's opening my eyes to all sorts of bizarre trends.</p>
<p>In October, both Microsoft and The Mozilla Foundation updated their (free) web browsers.  <a href="http://blogs.msdn.com/ie/archive/2006/10/18/internet-explorer-7-for-windows-xp-available-now.aspx" title="<acronym title='Internet Explorer 7'><span class='caps'>IE7</span></acronym> announced on the <acronym title='Microsoft Developer Network'><span class='caps'>MSDN</span></acronym> <acronym title='Internet Explorer'><span class='caps'>IE</span></acronym> blog">On the 18th</a>, Microsoft released <a href="http://www.microsoft.com/windows/ie/ie7/about/default.mspx" title="Internet Explorer 7"><acronym title='Internet Explorer 7'><span class='caps'>IE7</span></acronym></a>.  <a href="http://www.mozilla.com/en-US/press/mozilla-2006-10-24.html" title="Mozilla Press Release">On The 24th</a>, Mozilla released <a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=85128&amp;t=218" title="Get Firefox!">Firefox 2.0</a>.  Since then, 51% of the visitors to archGFX have used firefox, and 39% have used internet explorer.  (not surprising, given the nature of my site, although certainly not typical).</p>
<p>The most disturbing difference between the two types of visitors is the version of the browser they are using.</p>
<p><span id="more-885"></span></p>
<h3>Firefox Stats</h3>
<p><img src="http://sunburntkamel.wordpress.com/files/2006/12/ff.jpg" alt="Firefox Update Stats" /></p>
<p>56% of firefox users upgraded to the new version.  Firefox didn't make the update automatic, so the people who updated had to find their way to the download site on their own, and choose to upgrade.  Note that 1.5.0.8 was released after 2.0, so those people recieved automatic updates.  the 14% who didn't are disturbing.  not as disturbing as:</p>
<h3>Internet Explorer</h3>
<p><img src="http://sunburntkamel.wordpress.com/files/2006/12/ie.jpg" alt="<acronym title='Internet Explorer'><span class='caps'>IE</span></acronym> Update Stats" /></p>
<p>Internet Explorer was pushed out via automatic updates in the first week of november.  That means that 81% of the people who use internet explorer either don't have automatic updates turned on, or opted out of the license agreement.</p>
<p>Since I've already insulted <acronym title='Internet Explorer'><span class='caps'>IE</span></acronym> users in the title, i'll refrain from drawing any more conclusions, except to say this:<br />
<a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=85128&amp;t=217"><img src="http://sfx-images.mozilla.org/affiliates/Buttons/firefox2/468x60FF2b_Orange.png" alt="Firefox 2" border="0" /></a></p>
<h3> Bookmark This!</h3>
<p><a href="http://del.icio.us/post?url=http://sunburntkamel.archgfx.net/2006/12/20/firefox-users-are-smarter/;title=Firefox+Users+are+Smarter"><img src="http://sunburntkamel.wordpress.com/files/2006/11/delicious.gif" alt="add to del.icio.us" /></a> :: <a href="http://digg.com/submit?phase=2&amp;url=http://sunburntkamel.archgfx.net/2006/12/20/firefox-users-are-smarter/"><img src="http://sunburntkamel.wordpress.com/files/2006/11/digg.gif" alt="Digg it" /></a> :: <a href="http://ma.gnolia.com/bookmarklet/add?url=http://sunburntkamel.archgfx.net/2006/12/20/firefox-users-are-smarter/;title=Firefox+Users+are+Smarter"><img src="http://sunburntkamel.wordpress.com/files/2006/11/magnolia.gif" alt="add to ma.gnolia" /></a> :: <a href="http://www.stumbleupon.com/submit?url=http://sunburntkamel.archgfx.net/2006/12/20/firefox-users-are-smarter/&amp;title=Firefox+Users+are+Smarter"><img src="http://sunburntkamel.wordpress.com/files/2006/11/stumbleit.gif" alt="Stumble It!" /></a> :: <a href="http://www.newsvine.com/_tools/seed&amp;save?url=http://sunburntkamel.archgfx.net/2006/12/20/firefox-users-are-smarter/;title=Firefox+Users+are+Smarter"><img src="http://sunburntkamel.wordpress.com/files/2006/11/newsvine.gif" alt="seed the vine" /></a> :: <a href="http://tailrank.com/share/?text=&amp;link_href=http://sunburntkamel.archgfx.net/2006/12/20/firefox-users-are-smarter/&amp;title=Firefox+Users+are+Smarter" title="TailRank"><img src="http://sunburntkamel.wordpress.com/files/2006/11/tailrank.gif" alt="TailRank" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2006/geek/blogging/firefox-users-are-smarter/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>guidelines for the feed icon</title>
		<link>http://archgfx.net/blog/2006/geek/blogging/guidelines-for-the-feed-icon</link>
		<comments>http://archgfx.net/blog/2006/geek/blogging/guidelines-for-the-feed-icon#comments</comments>
		<pubDate>Thu, 22 Jun 2006 14:28:09 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[free beer fundamentalists]]></category>
		<category><![CDATA[mass customization]]></category>
		<category><![CDATA[web-standards]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2006/asides/guidelines-for-the-feed-icon</guid>
		<description><![CDATA[i&#39;ve been working on my redesign (yes, my aspirations are loftier than just this header). i checked in on matt brett&#39;s feedicons.com to see if it had rebooted (to see if anyone else had made a minimal version), and found out that Frank Hecker had only just now come to a decision on the licensing [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://sunburntkamel.wordpress.com/files/2006/06/rss.png" alt="grayscale feed icon for archGFX" /></p>
<p>i&#39;ve been working on my redesign (yes, my aspirations are loftier than just this header).  i checked in on <a href="http://www.mattbrett.com/archives/2006/06/feed-icon-trademark-agreement-guidelines-what/" title="matt brett&#39;s post on trademarks">matt brett&#39;s</a> feedicons.com to see if it had rebooted (to see if anyone else had made a minimal version), and found out that <a href="http://www.hecker.org/mozilla/feed-icon-guidelines">Frank Hecker</a> had only just now come to a decision on the licensing of the feed icon. first, he wrote this:</p>
<blockquote><p>&quot;the feed icon is closer in spirit to a <a href="http://factoryjoe.com/blog/2006/01/14/the-case-for-community-marks/">&quot;community mark&quot;</a> than a traditional <a href="http://en.wikipedia.org/wiki/Trademark">trademark</a>. Our goal is that the icon be adopted universally by the entire community of people producing and using innovative products and services based on open web syndication formats, and be conceived of as belonging to that community rather than to any one organization.&quot;</p></blockquote>
<p>Sounds good, right? The goal is just to assist the icon in transformation to something as <a href="http://en.wikipedia.org/wiki/Genericized_trademark" title="genericized trademark">genericized</a> as a stop sign.  Except not:</p>
<p>The guidelines state that you can&#39;t use the icon with a proprietary format, or change the colors of the icon, or any of a bunch of other nefarious deeds. Like orange is some sort of holy manna handed down from Dave Winer, and I&#39;m already an apostate deviant for using an <a href="http://www.archgfx.net/blog/wp-content/themes/connections/img/feed-icon-50x50-aqua.gif" title="the current version i&#39;m using">aqua feed icon</a>. So Mozilla are now the guardians of this semi-proprietary mark, and they&#39;re going to protect us all from those evil closed source bastards?  I guess that&#39;s why they had to <a href="http://www.opensource.org/licenses/mozilla1.1.php" title="Mozilla Public License">go and write their own license</a>, this free beer stuff is still kind of confusing.</p>
<p>Let&#39;s talk semiology and color theory for a second.  Orange is a color for alerts and notifications. It never blends in.  That&#39;s one of the reasons <a href="http://www.archgfx.net/psf/photo.html" title="the orange wall">i like it so much</a>.  and I admit: it&#39;s absolutely perfect for browsers and auto-detection. It signifies an available action.  On a web-page, that action is tertiary. The primary action of the feed icon is a link. Thusly, i&#39;ve colored my feed icon to match my links (and removed the mime type so clickers have access to the web service buttons in feedburner&#39;s excellent <acronym title='eXtensible Stylesheet Language'><span class='caps'>XSL</span></acronym> Template.</p>
<p>My punishment? they&#39;ll be <a href="http://www.hecker.org/mozilla/feed-icon-faq" title="the <acronym title='Frequently Asked Questions'><span class='caps'>FAQ</span></acronym> on usage violations">&quot;boycotting the violator&#39;s products and services, and so on&quot;</a>.  I certainly fucking hope so.  Anyone who misunderstands <a href="http://www.amazon.com/exec/obidos/ASIN/0374521506/alaundrlistof-20/102-6390222-0086548?ie=UTF8&amp;camp=1789&amp;link%5Fcode=xm2" title="roland barthes&#39; mythologies">roland barthes</a> so badly that they think it&#39;s possible to give an icon real meaning, without absolutely surrendering control of the icon, shouldn&#39;t be reading my blog anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2006/geek/blogging/guidelines-for-the-feed-icon/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

