<?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>Daniel Koskinen &#187; html</title>
	<atom:link href="http://danielkoskinen.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielkoskinen.com</link>
	<description>Web designer, WordPress consultant and usability enthusiast</description>
	<lastBuildDate>Sat, 31 Mar 2012 14:00:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-20320</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Committing to Good Markup</title>
		<link>http://danielkoskinen.com/committing-to-good-markup/</link>
		<comments>http://danielkoskinen.com/committing-to-good-markup/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 20:26:39 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[commitment]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://danielkoskinen.com/?p=409</guid>
		<description><![CDATA[<p><p><p>from <a href="http://danielkoskinen.com">Daniel Koskinen</a></p></p><p>Solid, semantic and accessible HTML markup matters. When most people look at a web page, it doesn&#8217;t make much difference to them whether headings are coded with proper &#60;h1&#62; and &#60;h1&#62; tags or &#60;span style="font-size: 20px"&#62;. Still, for someone using a screen reader, not to mention search engines and feed readers, it can make all the [...]</p></p><p><p>Original post: <a href="http://danielkoskinen.com/committing-to-good-markup/">Committing to Good Markup</a></p></p>]]></description>
			<content:encoded><![CDATA[<p><p>from <a href="http://danielkoskinen.com">Daniel Koskinen</a></p></p><p><img class="aligncenter size-large wp-image-410" title="numbers-small" src="http://danielkoskinen.com/files/2011/06/numbers-small-440x151.jpg" alt="" width="440" height="151" /></p>
<p>Solid, semantic and accessible HTML markup matters. When most people look at a web page, it doesn&#8217;t make much difference to them whether headings are coded with proper <code>&lt;h1&gt;</code> and <code>&lt;h1&gt;</code> tags or <code>&lt;span style="font-size: 20px"&gt;</code>. Still, for someone using a screen reader, not to mention search engines and feed readers, it can make all the difference in making sense of a document. Luckily this specific issue is now rare, but in a world of plugins and cool themes that generate semi-adequate markup, we&#8217;re often not using HTML and CSS to their full potential in building solid, accessible and search engine friendly sites.</p>
<p>By we I mean me of course. WordPress is awesome, and it&#8217;s one of the few CMS&#8217;s around that has committed to accessibility on the admin end (I&#8217;m not saying it couldn&#8217;t be improved). Unfortunately tight schedules and the very fact that its so easy to whip up a site using a few plugins and occasionally ready-made themes means its very tempting to be lazy.</p>
<p>So here goes: I hereby promise to continue to build usable sites, with a renewed commitment to good semantic and accessible markup. Because the web should be for everyone (and there&#8217;s nothing like some sweet, elegant HTML is there?).</p>
<p><p>Original post: <a href="http://danielkoskinen.com/committing-to-good-markup/">Committing to Good Markup</a></p></p>]]></content:encoded>
			<wfw:commentRss>http://danielkoskinen.com/committing-to-good-markup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experimenting in HTML5 and CSS3</title>
		<link>http://danielkoskinen.com/experimenting-in-html5-and-css3/</link>
		<comments>http://danielkoskinen.com/experimenting-in-html5-and-css3/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:45:46 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://danielkoskinen.com/?p=89</guid>
		<description><![CDATA[<p><p><p>from <a href="http://danielkoskinen.com">Daniel Koskinen</a></p></p><p>I decided to experiment with some of the new elements in HTML 5 and built my blog theme from scratch (with the help of the Carrington framework though). I&#8217;m now rolling article, section, header, footer and other stuff. Because IE needs a Javascript hack to enable support for these elements, I wouldn&#8217;t consider doing this [...]</p></p><p><p>Original post: <a href="http://danielkoskinen.com/experimenting-in-html5-and-css3/">Experimenting in HTML5 and CSS3</a></p></p>]]></description>
			<content:encoded><![CDATA[<p><p>from <a href="http://danielkoskinen.com">Daniel Koskinen</a></p></p><p>I decided to experiment with some of the new elements in HTML 5 and built my blog theme from scratch (with the help of the Carrington framework though). I&#8217;m now rolling <code>article</code>, <code>section</code>, <code>header</code>, <code>footer</code> and other stuff. Because IE needs a<a href="http://remysharp.com/2009/01/07/html5-enabling-script/"> Javascript hack</a> to enable support for these elements, I wouldn&#8217;t consider doing this in any client work, but hey, this is MY blog! <span id="more-89"></span></p>
<p>If you see subtle gradients here and there, congratulations: you&#8217;re running a recent build of Safari, Chrome or Firefox. In all versions of IE everything should still look just fine, even IE6. I haven&#8217;t done thorough checking yet though!</p>
<p>My other aims with this theme were to create a very readable blog, with clearly visible titles and separation of content. I hope I succeeded, although this is obviously a work in progress, just like any other website out there.</p>
<p><p>Original post: <a href="http://danielkoskinen.com/experimenting-in-html5-and-css3/">Experimenting in HTML5 and CSS3</a></p></p>]]></content:encoded>
			<wfw:commentRss>http://danielkoskinen.com/experimenting-in-html5-and-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

