<?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>Dave Smith.info &#187; Uncategorized</title>
	<atom:link href="http://www.dave-smith.info/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-smith.info</link>
	<description>Just another Dave Smith</description>
	<lastBuildDate>Sat, 12 Jun 2010 23:01:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HTML Character Entities References in CSS Content Property Values</title>
		<link>http://www.dave-smith.info/html-character-entities-references-in-css-content-property-values/2010/06/03/</link>
		<comments>http://www.dave-smith.info/html-character-entities-references-in-css-content-property-values/2010/06/03/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 15:06:38 +0000</pubDate>
		<dc:creator>Dave Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dave-smith.info/?p=222</guid>
		<description><![CDATA[Say the following ruleset is wanted: li.toupee:after {content: &#8221; »&#8221;;} This won&#8217;t always work but the following ruleset will: li.toupee:after {content: &#8221; \00BB&#8221;;} So, how to get from » to \00BB: Find the Character Entity Reference (W3C) wanted Find a code starting U+ in the entity description,  for example U+00BB for » (raquo) Copy the [...]]]></description>
			<content:encoded><![CDATA[<p>Say the following ruleset is wanted:<br />
li.toupee:after {content: &#8221; »&#8221;;}</p>
<p>This won&#8217;t always work but the following ruleset will:<br />
li.toupee:after {content: &#8221; \00BB&#8221;;}</p>
<p>So, how to get from » to \00BB:</p>
<ol>
<li>Find the <a href="http://www.w3.org/TR/html4/sgml/entities.html#h-24.2">Character Entity Reference (W3C)</a> wanted</li>
<li>Find a code starting U+ in the entity description,  for example U+00BB for » (raquo)</li>
<li>Copy the number part of the code, 00BB</li>
<li>Paste the number into your CSS Content property value</li>
<li>Place a &#8220;\&#8221; before the number, \00BB</li>
<li>Done</li>
</ol>
<p>A little more info can be found by reading the <a href="http://www.w3.org/TR/CSS21/syndata.html#strings">Strings  section of Syntax and Basic Data Types (W3C)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dave-smith.info/html-character-entities-references-in-css-content-property-values/2010/06/03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZX CSS Layout</title>
		<link>http://www.dave-smith.info/zx-css-layout/2010/05/25/</link>
		<comments>http://www.dave-smith.info/zx-css-layout/2010/05/25/#comments</comments>
		<pubDate>Tue, 25 May 2010 21:20:48 +0000</pubDate>
		<dc:creator>Dave Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.dave-smith.info/?p=213</guid>
		<description><![CDATA[ZX is a bunch CSS classes to help authors and developers create flexible and consistent cross-browser layouts. And make applying Media Queries easier. That&#8217;s the plan anyway. The ZX CSS Layout example page ain&#8217;t pretty but hopefully there&#8217;s enough information to understand what&#8217;s going on and to try it out. There are quite a few [...]]]></description>
			<content:encoded><![CDATA[<p>ZX is a bunch CSS classes to help authors and developers create flexible and consistent cross-browser layouts. And make applying Media Queries easier. That&#8217;s the plan anyway.</p>
<p>The <a href="../../../">ZX CSS Layout</a> example page ain&#8217;t pretty but hopefully there&#8217;s enough information to understand what&#8217;s going on and to try it out.</p>
<p>There are quite a few of these layout helping CSS frameworky type things around, a couple I&#8217;ve listed, and they&#8217;re definitely worth trying out to see which shoe fits the bill oddie, or something like that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dave-smith.info/zx-css-layout/2010/05/25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
