<?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>Wed, 19 Jun 2013 10:38:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24432</generator>
		<item>
		<title>Committing to Good Markup</title>
		<link>http://danielkoskinen.com/committing-to-good-markup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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 Koskinen</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>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>The post <a href="http://danielkoskinen.com/committing-to-good-markup/">Committing to Good Markup</a> appeared first on <a href="http://danielkoskinen.com">Daniel Koskinen</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-410" title="numbers-small" src="http://i1.wp.com/danielkoskinen.com/wp-content/uploads/2011/06/numbers-small.jpg?resize=440%2C151" alt="" data-recalc-dims="1" /></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>The post <a href="http://danielkoskinen.com/committing-to-good-markup/">Committing to Good Markup</a> appeared first on <a href="http://danielkoskinen.com">Daniel Koskinen</a>.</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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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 Koskinen</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>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>The post <a href="http://danielkoskinen.com/experimenting-in-html5-and-css3/">Experimenting in HTML5 and CSS3</a> appeared first on <a href="http://danielkoskinen.com">Daniel Koskinen</a>.</p>]]></description>
				<content:encoded><![CDATA[<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>The post <a href="http://danielkoskinen.com/experimenting-in-html5-and-css3/">Experimenting in HTML5 and CSS3</a> appeared first on <a href="http://danielkoskinen.com">Daniel Koskinen</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://danielkoskinen.com/experimenting-in-html5-and-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
