<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8" -->
<rss version="0.92">
<channel>
	<title>Codecake</title>
	<link>http://www.codecake.com/blog</link>
	<description>Web Development &#38; Design</description>
	<lastBuildDate>Sun, 21 Jun 2009 05:48:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Ten CSS Tips &amp; Tricks</title>
		<description>CSS Font Shorthand Rule
When styling fonts with CSS you may be doing this:
font-size: 1em;
line-height: 1.5em;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-family: verdana,serif;
There's no need though as you can use this CSS shorthand property:
font: 1em/1.5em bold italic small-caps verdana,serif;
Much better! Just a couple of words of warning: This CSS shorthand version will only work ...</description>
		<link>http://www.codecake.com/blog/css/ten-css-tips-tricks</link>
			</item>
</channel>
</rss>
