<?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>educe me &#187; xHTML</title>
	<atom:link href="http://www.educeme.com/tag/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.educeme.com</link>
	<description></description>
	<lastBuildDate>Thu, 18 Nov 2010 23:33:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Theme Awesome</title>
		<link>http://www.educeme.com/2009/02/05/theme-awesome/</link>
		<comments>http://www.educeme.com/2009/02/05/theme-awesome/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 00:24:57 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[vanity]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[xHTML]]></category>

		<guid isPermaLink="false">http://www.educeme.com/?p=1342</guid>
		<description><![CDATA[I was able to resist the redesign urge, lasting a full seven months. That might just be a record for me. This new design (theme dubbed &#8216;Awesome&#8217;, semi-tongue-in-cheekily) continues to maintain a single column but features a full-width dark header and footer, within which resides site internals such as navigation and search. Hovering the mouse [...]]]></description>
			<content:encoded><![CDATA[<p>I was able to <a href="http://www.educeme.com/2008/06/10/the-design-itch-educed/" title="archived entry on Educe Me, The Design Itch: Educed">resist the redesign urge</a>, lasting a full seven months.  That might just be a record for me.</p>
<p><img src="http://www.educeme.com/wp-content/uploads/2009/02/educeme_educed.png" alt="Screenshot of educed design for educe me dot com" title="educe me educed screenshot" class="center border" /></p>
<p>This new design (theme dubbed &#8216;Awesome&#8217;, semi-tongue-in-cheekily) continues to maintain a single column but features a full-width dark header and footer, within which resides site internals such as navigation and search.  Hovering the mouse over the header reveals the navigation, something I&#8217;ve been wanting to use since seeing it quite some time ago at Pierce&#8217;s <a href="http://www.distorte.com/" title="Distorte dot com">Distorte</a>.  I utilized the <a href="http://www.blueprintcss.org/">Blueprint <abbr title="Cascading Style Sheets">CSS</abbr> framework</a> to provide a clean foundation for typography and have switched to <a href="http://www.will-harris.com/verdana-georgia.htm" title="Article on Georgia and Verdana typefaces at Daniel Will-Harris dot com">Verdana</a> (Helvetica on Mac) for the typeface.  </p>
<p>I chose not to set a specific font size, which lets your browser show you the default size or allows your personal settings to take over.  It might seem a bit large at first, but isn&#8217;t it easy to read?  This decision was based in part upon <a href="http://csarven.ca/web-typography">Sarven Capadisli&#8217;s article on typography for the screen</a> and my belief that we shouldn&#8217;t have to squint or get closer to the monitor just to read something.</p>
<p>I am also coming away from XHTML and leaning towards HTML(5), after <a href="http://www.digital-web.com/articles/html5_xhtml2_and_the_future_of_the_web/" title="Digital-web dot com on the Future of the Web">reading</a> <a href="http://meyerweb.com/eric/thoughts/2009/01/02/an-event-apart-and-html-5/" title="Eric Meyer and his design of An Event Apart dot com">many</a> <a href="http://mondaybynoon.com/2008/06/30/siding-with-html-over-xhtml-my-decision-to-switch/" title="Jonathan Christopher's decision to switch to HTML">articles</a> on the <a href="http://immike.net/blog/2008/02/06/xhtml-2-vs-html-5/" title="Mike Malone's breakdown on the differences between XHTML and HTML">subject</a> of <a href="http://xhtml.com/en/future/x-html-5-versus-xhtml-2/" title="XHTML dot com's comparison of X/HTML 5 and XHTML 2">XHTML</a> <em>vs</em> <a href="http://www.alistapart.com/articles/previewofhtml5" title="A List Apart's Preview of HTML 5">HTML</a>.  This theme&#8217;s code is <a href="http://jontangerine.com/log/2008/03/preparing-for-html5-with-semantic-class-names" title="Jon Tan's article on Preparing for HTML 5 with Semantic Class Names">set to easily switch</a> to HTML5 (e.g., change <code>&lt;div class="article"&gt;</code> to <code>&lt;article&gt;</code>), which, although it is in the early stages of development, is currently handled well by the major (modern) browsers (even that bastard <abbr title="Microsoft Internet Explorer">IE</abbr>).  My markup is still along XHTML&#8217;s vein of strict syntax, as my anal tendencies prefer order in code, and things should <a href="http://www.pixeldesignstudio.co.uk/web-design-glossary-term-Degrade_Gracefully.php">degrade gracefully</a>.  If not, trial and error.</p>
<p>I&#8217;m attempting to adhere to <a href="http://www.w3.org/TR/WCAG10/" title="Web Content Accessibility Guidelines 1.0">web</a> <a href="http://www.w3.org/WAI/" title="Web Accessibility Initiative">accessibility</a> <a href="http://www.section508.gov/" title="Section 508, US Government, guidelines">guidelines</a>, although not everything (such as access keys or a mobile device style option) has been implemented, yet.  I have a to-do list and this is all one giant exercise.</p>
<p>If you come across anything wonky, <a href="http://www.educeme.com/contact/" title="email me">let me know</a>.  I welcome your comments and suggestions.</p>
<p><img src="http://www.educeme.com/wp-content/uploads/2009/02/educeme_awesome.png" alt="Screenshot of Awesome theme for educe me dot com" title="educe me theme awesome screenshot" class="center border" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.educeme.com/2009/02/05/theme-awesome/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Geeks In Relationships</title>
		<link>http://www.educeme.com/2008/05/12/geeks-in-relationships/</link>
		<comments>http://www.educeme.com/2008/05/12/geeks-in-relationships/#comments</comments>
		<pubDate>Mon, 12 May 2008 19:40:32 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[family & friends]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[the partner]]></category>
		<category><![CDATA[xHTML]]></category>

		<guid isPermaLink="false">http://www.educeme.com/?p=527</guid>
		<description><![CDATA[Me: Dude, you can&#8217;t use caps in your XHTML code. The Partner: I can use whatever I want. Me: No you can&#8217;t, not if you want your site to be accessible in the year thirty-one hundred. The Partner: Did you just hear what you said?]]></description>
			<content:encoded><![CDATA[<p>Me: Dude, you <a href="http://www.w3.org/TR/xhtml1/#h-4.2" title="XML is case-sensitive">can&#8217;t use caps</a> in your <acronym title="eXtensible HyperText Markup Language">XHTML</acronym> code.</p>
<p>The Partner: I can use whatever I want.</p>
<p>Me: No you can&#8217;t, not if you want your site to be accessible in the year thirty-one hundred.</p>
<p>The Partner: Did you just hear what you said?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.educeme.com/2008/05/12/geeks-in-relationships/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

