<?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>HeydonWorks &#187; Coding</title>
	<atom:link href="http://www.heydonworks.com/category/coding/feed" rel="self" type="application/rss+xml" />
	<link>http://www.heydonworks.com</link>
	<description>The works, workings and reckonings of Heydon</description>
	<lastBuildDate>Fri, 30 Dec 2011 16:33:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Using Icon Web Fonts</title>
		<link>http://www.heydonworks.com/using-icon-web-fonts</link>
		<comments>http://www.heydonworks.com/using-icon-web-fonts#comments</comments>
		<pubDate>Tue, 06 Sep 2011 20:27:40 +0000</pubDate>
		<dc:creator>Heydon</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.heydonworks.com/?p=511</guid>
		<description><![CDATA[Update: Since writing this post, I was finally able to create a web font to my liking. You can read about it and download it in this subsequent article. Prefixing (or occasionally suffixing) hyperlinks with little icons can be helpful for qualifying the type of action the link offers the user. A classic example is [...]]]></description>
		<wfw:commentRss>http://www.heydonworks.com/using-icon-web-fonts/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Accessible Text Replacement</title>
		<link>http://www.heydonworks.com/accessible-text-replacement</link>
		<comments>http://www.heydonworks.com/accessible-text-replacement#comments</comments>
		<pubDate>Fri, 08 Jul 2011 09:34:45 +0000</pubDate>
		<dc:creator>Heydon</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[semantic]]></category>

		<guid isPermaLink="false">http://www.heydonworks.com/?p=310</guid>
		<description><![CDATA[Following my post regarding the SEO and accessibility issues invoked when using display:none, I am now going to address the text replacement scenario, since I believe this is the only situation where one would legitimately want to hide text from the unassisted visitor (reading visually) but not from a screen reader or search bot. I [...]]]></description>
		<wfw:commentRss>http://www.heydonworks.com/accessible-text-replacement/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display:None Issues</title>
		<link>http://www.heydonworks.com/displaynone-issues</link>
		<comments>http://www.heydonworks.com/displaynone-issues#comments</comments>
		<pubDate>Sun, 05 Jun 2011 23:30:28 +0000</pubDate>
		<dc:creator>Heydon</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.heydonworks.com/?p=218</guid>
		<description><![CDATA[The display:none property is common and has may uses, as well as misuses. It&#8217;s not always obvious what effect its use has on SEO and its impact on accessibility can be problematic. I hope this post helps to clarify the situation. Types of invisibility &#8216;Display none&#8217; means exactly that. It removes the element (and its [...]]]></description>
		<wfw:commentRss>http://www.heydonworks.com/displaynone-issues/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the Cascade</title>
		<link>http://www.heydonworks.com/using-the-cascade</link>
		<comments>http://www.heydonworks.com/using-the-cascade#comments</comments>
		<pubDate>Fri, 13 May 2011 12:04:27 +0000</pubDate>
		<dc:creator>Heydon</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=155</guid>
		<description><![CDATA[In this post, I am going to explain the benefit of exploiting the &#8216;cascading&#8217; part of CSS to solve everyday styling problems more efficiently and effectively. The example problem I have chosen is that of clearing content after floats. For those not familiar with the problem that necessitates clearing, it effects elements that appear directly [...]]]></description>
		<wfw:commentRss>http://www.heydonworks.com/using-the-cascade/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pseudo-class Deception</title>
		<link>http://www.heydonworks.com/pseudo-class-deception</link>
		<comments>http://www.heydonworks.com/pseudo-class-deception#comments</comments>
		<pubDate>Sun, 08 May 2011 22:06:58 +0000</pubDate>
		<dc:creator>Heydon</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[lesscss]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=66</guid>
		<description><![CDATA[Those who are new to using pseudo-classes in their CSS may experience more than a little confusion, and I hope that I can relieve a few headaches. For those who use them frequently, I hope they find a few interesting observations ahead. I attribute much of the confusion surrounding pseudo-classes to the misunderstanding of the [...]]]></description>
		<wfw:commentRss>http://www.heydonworks.com/pseudo-class-deception/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

